diff --git a/grammar.js b/grammar.js index 01ac653b..3b7bd6e8 100644 --- a/grammar.js +++ b/grammar.js @@ -1454,20 +1454,29 @@ module.exports = grammar({ $._pattern, )), - range_pattern: $ => seq( - choice( - $._literal_pattern, - $._path, - ), - choice( - seq( - choice('...', '..=', '..'), - choice( - $._literal_pattern, - $._path, + range_pattern: $ => choice( + seq( + field('left', choice( + $._literal_pattern, + $._path, + )), + choice( + seq( + choice('...', '..=', '..'), + field('right', choice( + $._literal_pattern, + $._path, + )), ), + '..', ), - '..', + ), + seq( + choice('..=', '..'), + field('right', choice( + $._literal_pattern, + $._path, + )), ), ), diff --git a/src/grammar.json b/src/grammar.json index 7ff6f061..3f1291d5 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -8620,62 +8620,110 @@ } }, "range_pattern": { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "_literal_pattern" + "type": "FIELD", + "name": "left", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_literal_pattern" + }, + { + "type": "SYMBOL", + "name": "_path" + } + ] + } }, { - "type": "SYMBOL", - "name": "_path" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "STRING", - "value": "..." - }, - { - "type": "STRING", - "value": "..=" + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "..." + }, + { + "type": "STRING", + "value": "..=" + }, + { + "type": "STRING", + "value": ".." + } + ] }, { - "type": "STRING", - "value": ".." + "type": "FIELD", + "name": "right", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_literal_pattern" + }, + { + "type": "SYMBOL", + "name": "_path" + } + ] + } } ] }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_literal_pattern" - }, - { - "type": "SYMBOL", - "name": "_path" - } - ] + "type": "STRING", + "value": ".." + } + ] + } + ] + }, + { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "..=" + }, + { + "type": "STRING", + "value": ".." } ] }, { - "type": "STRING", - "value": ".." + "type": "FIELD", + "name": "right", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_literal_pattern" + }, + { + "type": "SYMBOL", + "name": "_path" + } + ] + } } ] } diff --git a/src/node-types.json b/src/node-types.json index 3cf79bf7..dc91ca86 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -3238,40 +3238,75 @@ { "type": "range_pattern", "named": true, - "fields": {}, - "children": { - "multiple": true, - "required": true, - "types": [ - { - "type": "_literal_pattern", - "named": true - }, - { - "type": "crate", - "named": true - }, - { - "type": "identifier", - "named": true - }, - { - "type": "metavariable", - "named": true - }, - { - "type": "scoped_identifier", - "named": true - }, - { - "type": "self", - "named": true - }, - { - "type": "super", - "named": true - } - ] + "fields": { + "left": { + "multiple": false, + "required": false, + "types": [ + { + "type": "_literal_pattern", + "named": true + }, + { + "type": "crate", + "named": true + }, + { + "type": "identifier", + "named": true + }, + { + "type": "metavariable", + "named": true + }, + { + "type": "scoped_identifier", + "named": true + }, + { + "type": "self", + "named": true + }, + { + "type": "super", + "named": true + } + ] + }, + "right": { + "multiple": false, + "required": false, + "types": [ + { + "type": "_literal_pattern", + "named": true + }, + { + "type": "crate", + "named": true + }, + { + "type": "identifier", + "named": true + }, + { + "type": "metavariable", + "named": true + }, + { + "type": "scoped_identifier", + "named": true + }, + { + "type": "self", + "named": true + }, + { + "type": "super", + "named": true + } + ] + } } }, { diff --git a/src/parser.c b/src/parser.c index 67ea9958..c7ab8cab 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,4 +1,4 @@ -/* Automatically generated by tree-sitter v0.25.1 (f5afe475deb7c0bae6407fb776c76824f717bb61) */ +/* Automatically generated by tree-sitter v0.25.2 (6e0618704ad758ba2ea5822faa80bcd36fbeba3d) */ #include "tree_sitter/parser.h" @@ -7,7 +7,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 3686 +#define STATE_COUNT 3702 #define LARGE_STATE_COUNT 1018 #define SYMBOL_COUNT 349 #define ALIAS_COUNT 4 @@ -16,7 +16,7 @@ #define FIELD_COUNT 31 #define MAX_ALIAS_SEQUENCE_LENGTH 10 #define MAX_RESERVED_WORD_SET_SIZE 0 -#define PRODUCTION_ID_COUNT 284 +#define PRODUCTION_ID_COUNT 289 #define SUPERTYPE_COUNT 0 enum ts_symbol_identifiers { @@ -2591,266 +2591,273 @@ static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [16] = {.index = 16, .length = 2}, [17] = {.index = 16, .length = 2}, [18] = {.index = 18, .length = 1}, - [19] = {.index = 19, .length = 2}, - [20] = {.index = 19, .length = 2}, - [21] = {.index = 19, .length = 2}, - [22] = {.index = 21, .length = 1}, - [23] = {.index = 22, .length = 1}, - [24] = {.index = 23, .length = 1}, - [25] = {.index = 23, .length = 1}, - [26] = {.index = 24, .length = 2}, - [27] = {.index = 24, .length = 2}, - [28] = {.index = 26, .length = 1}, - [29] = {.index = 27, .length = 2}, - [30] = {.index = 29, .length = 2}, - [31] = {.index = 31, .length = 1}, - [32] = {.index = 31, .length = 1}, - [33] = {.index = 32, .length = 2}, - [34] = {.index = 34, .length = 1}, - [35] = {.index = 35, .length = 2}, - [36] = {.index = 27, .length = 2}, - [37] = {.index = 37, .length = 2}, - [38] = {.index = 39, .length = 1}, - [39] = {.index = 40, .length = 1}, - [40] = {.index = 41, .length = 2}, - [41] = {.index = 26, .length = 1}, - [42] = {.index = 16, .length = 2}, - [43] = {.index = 16, .length = 2}, + [19] = {.index = 19, .length = 1}, + [20] = {.index = 20, .length = 1}, + [21] = {.index = 20, .length = 1}, + [22] = {.index = 21, .length = 2}, + [23] = {.index = 19, .length = 1}, + [24] = {.index = 21, .length = 2}, + [25] = {.index = 21, .length = 2}, + [26] = {.index = 23, .length = 1}, + [27] = {.index = 24, .length = 1}, + [28] = {.index = 25, .length = 1}, + [29] = {.index = 25, .length = 1}, + [30] = {.index = 26, .length = 2}, + [31] = {.index = 26, .length = 2}, + [32] = {.index = 28, .length = 1}, + [33] = {.index = 29, .length = 2}, + [34] = {.index = 31, .length = 2}, + [35] = {.index = 33, .length = 1}, + [36] = {.index = 33, .length = 1}, + [37] = {.index = 34, .length = 2}, + [38] = {.index = 36, .length = 1}, + [39] = {.index = 37, .length = 2}, + [40] = {.index = 29, .length = 2}, + [41] = {.index = 39, .length = 2}, + [42] = {.index = 41, .length = 1}, + [43] = {.index = 42, .length = 1}, [44] = {.index = 43, .length = 2}, - [45] = {.index = 45, .length = 2}, - [46] = {.index = 47, .length = 1}, + [45] = {.index = 28, .length = 1}, + [46] = {.index = 16, .length = 2}, [47] = {.index = 16, .length = 2}, - [48] = {.index = 16, .length = 2}, - [49] = {.index = 48, .length = 3}, - [50] = {.index = 51, .length = 2}, - [51] = {.index = 53, .length = 2}, - [52] = {.index = 53, .length = 2}, - [53] = {.index = 55, .length = 2}, - [54] = {.index = 45, .length = 2}, - [55] = {.index = 11, .length = 3}, - [56] = {.index = 3, .length = 1}, - [57] = {.index = 57, .length = 1}, - [59] = {.index = 58, .length = 1}, - [60] = {.index = 58, .length = 1}, - [61] = {.index = 31, .length = 1}, - [63] = {.index = 59, .length = 1}, - [64] = {.index = 60, .length = 2}, - [65] = {.index = 58, .length = 1}, - [66] = {.index = 62, .length = 1}, - [67] = {.index = 63, .length = 1}, - [68] = {.index = 64, .length = 1}, - [69] = {.index = 65, .length = 2}, - [70] = {.index = 67, .length = 2}, - [71] = {.index = 67, .length = 2}, - [72] = {.index = 69, .length = 1}, - [73] = {.index = 69, .length = 1}, - [74] = {.index = 70, .length = 2}, - [75] = {.index = 72, .length = 3}, - [76] = {.index = 75, .length = 2}, - [77] = {.index = 77, .length = 3}, - [78] = {.index = 80, .length = 3}, - [79] = {.index = 83, .length = 2}, - [80] = {.index = 83, .length = 2}, - [81] = {.index = 85, .length = 2}, - [82] = {.index = 87, .length = 3}, - [83] = {.index = 90, .length = 2}, - [84] = {.index = 92, .length = 1}, - [85] = {.index = 93, .length = 2}, - [86] = {.index = 95, .length = 2}, - [87] = {.index = 97, .length = 3}, - [88] = {.index = 100, .length = 2}, - [89] = {.index = 102, .length = 2}, - [90] = {.index = 104, .length = 2}, - [91] = {.index = 106, .length = 2}, - [92] = {.index = 108, .length = 2}, - [93] = {.index = 106, .length = 2}, - [94] = {.index = 108, .length = 2}, - [95] = {.index = 110, .length = 1}, - [96] = {.index = 104, .length = 2}, - [97] = {.index = 110, .length = 1}, - [98] = {.index = 111, .length = 1}, - [99] = {.index = 112, .length = 3}, - [100] = {.index = 115, .length = 1}, - [101] = {.index = 116, .length = 1}, - [102] = {.index = 117, .length = 2}, - [103] = {.index = 3, .length = 1}, - [104] = {.index = 119, .length = 1}, - [105] = {.index = 120, .length = 2}, - [106] = {.index = 122, .length = 1}, - [107] = {.index = 122, .length = 1}, - [108] = {.index = 123, .length = 3}, - [109] = {.index = 126, .length = 1}, - [110] = {.index = 123, .length = 3}, - [111] = {.index = 18, .length = 1}, - [112] = {.index = 127, .length = 2}, - [113] = {.index = 129, .length = 2}, - [114] = {.index = 129, .length = 2}, - [115] = {.index = 131, .length = 3}, - [116] = {.index = 134, .length = 3}, - [117] = {.index = 137, .length = 4}, - [118] = {.index = 141, .length = 3}, - [119] = {.index = 144, .length = 3}, - [120] = {.index = 147, .length = 2}, - [121] = {.index = 149, .length = 2}, - [122] = {.index = 151, .length = 2}, - [123] = {.index = 153, .length = 3}, - [124] = {.index = 156, .length = 3}, - [125] = {.index = 151, .length = 2}, - [126] = {.index = 153, .length = 3}, - [127] = {.index = 159, .length = 2}, - [129] = {.index = 161, .length = 3}, - [130] = {.index = 164, .length = 3}, - [131] = {.index = 167, .length = 4}, - [132] = {.index = 127, .length = 2}, - [133] = {.index = 171, .length = 3}, - [134] = {.index = 174, .length = 2}, - [135] = {.index = 176, .length = 3}, - [136] = {.index = 179, .length = 2}, - [137] = {.index = 181, .length = 2}, - [138] = {.index = 183, .length = 3}, - [139] = {.index = 186, .length = 3}, - [140] = {.index = 189, .length = 2}, - [141] = {.index = 189, .length = 2}, - [142] = {.index = 191, .length = 2}, - [143] = {.index = 193, .length = 3}, - [144] = {.index = 196, .length = 2}, - [145] = {.index = 198, .length = 2}, - [146] = {.index = 200, .length = 1}, - [147] = {.index = 201, .length = 2}, - [148] = {.index = 203, .length = 1}, - [149] = {.index = 204, .length = 2}, - [150] = {.index = 110, .length = 1}, - [151] = {.index = 206, .length = 2}, - [152] = {.index = 208, .length = 2}, - [153] = {.index = 210, .length = 1}, - [154] = {.index = 211, .length = 2}, - [155] = {.index = 213, .length = 3}, - [156] = {.index = 213, .length = 3}, - [157] = {.index = 216, .length = 2}, - [158] = {.index = 218, .length = 4}, - [159] = {.index = 222, .length = 3}, - [160] = {.index = 225, .length = 4}, - [161] = {.index = 229, .length = 2}, - [162] = {.index = 231, .length = 3}, - [163] = {.index = 229, .length = 2}, - [164] = {.index = 231, .length = 3}, - [165] = {.index = 234, .length = 3}, - [166] = {.index = 237, .length = 3}, - [167] = {.index = 240, .length = 3}, - [168] = {.index = 243, .length = 4}, - [169] = {.index = 240, .length = 3}, - [170] = {.index = 243, .length = 4}, - [171] = {.index = 237, .length = 3}, - [172] = {.index = 247, .length = 2}, - [173] = {.index = 249, .length = 2}, - [174] = {.index = 251, .length = 2}, - [175] = {.index = 253, .length = 2}, - [176] = {.index = 255, .length = 1}, - [177] = {.index = 256, .length = 2}, - [178] = {.index = 258, .length = 3}, - [179] = {.index = 261, .length = 2}, - [180] = {.index = 263, .length = 2}, - [181] = {.index = 204, .length = 2}, - [182] = {.index = 265, .length = 4}, - [183] = {.index = 269, .length = 3}, - [184] = {.index = 272, .length = 3}, - [185] = {.index = 275, .length = 3}, - [186] = {.index = 278, .length = 3}, - [187] = {.index = 281, .length = 4}, - [188] = {.index = 285, .length = 2}, - [189] = {.index = 287, .length = 2}, - [190] = {.index = 287, .length = 2}, - [191] = {.index = 289, .length = 3}, - [192] = {.index = 292, .length = 4}, - [193] = {.index = 296, .length = 3}, - [194] = {.index = 256, .length = 2}, - [195] = {.index = 299, .length = 2}, - [196] = {.index = 301, .length = 3}, - [197] = {.index = 304, .length = 3}, - [198] = {.index = 307, .length = 2}, - [199] = {.index = 309, .length = 3}, - [200] = {.index = 204, .length = 2}, - [201] = {.index = 312, .length = 3}, - [202] = {.index = 315, .length = 2}, - [204] = {.index = 317, .length = 2}, - [205] = {.index = 319, .length = 3}, - [206] = {.index = 322, .length = 3}, - [207] = {.index = 325, .length = 2}, - [208] = {.index = 327, .length = 4}, - [209] = {.index = 331, .length = 5}, - [210] = {.index = 336, .length = 4}, - [211] = {.index = 340, .length = 3}, - [212] = {.index = 340, .length = 3}, - [213] = {.index = 343, .length = 3}, - [214] = {.index = 346, .length = 4}, - [215] = {.index = 343, .length = 3}, - [216] = {.index = 346, .length = 4}, - [217] = {.index = 350, .length = 4}, - [218] = {.index = 350, .length = 4}, - [219] = {.index = 354, .length = 3}, - [220] = {.index = 357, .length = 3}, - [221] = {.index = 360, .length = 3}, - [222] = {.index = 363, .length = 2}, - [223] = {.index = 365, .length = 2}, - [224] = {.index = 127, .length = 2}, - [225] = {.index = 367, .length = 2}, - [226] = {.index = 369, .length = 3}, - [227] = {.index = 367, .length = 2}, - [228] = {.index = 369, .length = 3}, - [229] = {.index = 372, .length = 3}, - [230] = {.index = 375, .length = 4}, - [231] = {.index = 372, .length = 3}, - [232] = {.index = 375, .length = 4}, - [233] = {.index = 379, .length = 4}, - [234] = {.index = 383, .length = 4}, - [235] = {.index = 387, .length = 3}, - [236] = {.index = 390, .length = 4}, - [237] = {.index = 394, .length = 3}, - [238] = {.index = 397, .length = 3}, - [239] = {.index = 400, .length = 3}, - [240] = {.index = 403, .length = 4}, - [241] = {.index = 407, .length = 2}, - [242] = {.index = 409, .length = 3}, - [243] = {.index = 412, .length = 4}, - [244] = {.index = 416, .length = 3}, - [245] = {.index = 419, .length = 3}, - [246] = {.index = 422, .length = 2}, - [248] = {.index = 424, .length = 3}, - [249] = {.index = 427, .length = 5}, - [250] = {.index = 432, .length = 4}, - [251] = {.index = 432, .length = 4}, - [252] = {.index = 436, .length = 3}, - [253] = {.index = 439, .length = 3}, - [254] = {.index = 442, .length = 3}, - [255] = {.index = 445, .length = 3}, - [256] = {.index = 448, .length = 2}, - [257] = {.index = 450, .length = 3}, - [258] = {.index = 450, .length = 3}, - [259] = {.index = 453, .length = 3}, - [260] = {.index = 456, .length = 4}, - [261] = {.index = 453, .length = 3}, - [262] = {.index = 456, .length = 4}, - [263] = {.index = 460, .length = 4}, - [264] = {.index = 460, .length = 4}, - [265] = {.index = 464, .length = 4}, - [266] = {.index = 468, .length = 5}, - [267] = {.index = 473, .length = 4}, - [268] = {.index = 477, .length = 2}, - [269] = {.index = 479, .length = 4}, - [270] = {.index = 483, .length = 4}, - [271] = {.index = 487, .length = 3}, - [272] = {.index = 490, .length = 4}, - [273] = {.index = 494, .length = 4}, - [274] = {.index = 498, .length = 3}, - [275] = {.index = 501, .length = 4}, - [276] = {.index = 501, .length = 4}, - [277] = {.index = 505, .length = 5}, - [278] = {.index = 510, .length = 4}, - [279] = {.index = 514, .length = 5}, - [280] = {.index = 519, .length = 4}, - [281] = {.index = 523, .length = 4}, - [282] = {.index = 527, .length = 3}, - [283] = {.index = 530, .length = 5}, + [48] = {.index = 45, .length = 2}, + [49] = {.index = 47, .length = 2}, + [50] = {.index = 49, .length = 1}, + [51] = {.index = 16, .length = 2}, + [52] = {.index = 16, .length = 2}, + [53] = {.index = 50, .length = 3}, + [54] = {.index = 53, .length = 2}, + [55] = {.index = 55, .length = 2}, + [56] = {.index = 55, .length = 2}, + [57] = {.index = 57, .length = 2}, + [58] = {.index = 47, .length = 2}, + [59] = {.index = 11, .length = 3}, + [60] = {.index = 3, .length = 1}, + [61] = {.index = 59, .length = 1}, + [62] = {.index = 53, .length = 2}, + [63] = {.index = 53, .length = 2}, + [64] = {.index = 60, .length = 1}, + [65] = {.index = 60, .length = 1}, + [66] = {.index = 33, .length = 1}, + [67] = {.index = 53, .length = 2}, + [68] = {.index = 61, .length = 1}, + [69] = {.index = 62, .length = 2}, + [70] = {.index = 60, .length = 1}, + [71] = {.index = 64, .length = 1}, + [72] = {.index = 65, .length = 1}, + [73] = {.index = 66, .length = 1}, + [74] = {.index = 67, .length = 2}, + [75] = {.index = 69, .length = 2}, + [76] = {.index = 69, .length = 2}, + [77] = {.index = 71, .length = 1}, + [78] = {.index = 71, .length = 1}, + [79] = {.index = 72, .length = 2}, + [80] = {.index = 74, .length = 3}, + [81] = {.index = 77, .length = 2}, + [82] = {.index = 79, .length = 3}, + [83] = {.index = 82, .length = 3}, + [84] = {.index = 85, .length = 2}, + [85] = {.index = 85, .length = 2}, + [86] = {.index = 87, .length = 2}, + [87] = {.index = 89, .length = 3}, + [88] = {.index = 92, .length = 2}, + [89] = {.index = 94, .length = 1}, + [90] = {.index = 95, .length = 2}, + [91] = {.index = 97, .length = 2}, + [92] = {.index = 99, .length = 3}, + [93] = {.index = 102, .length = 2}, + [94] = {.index = 104, .length = 2}, + [95] = {.index = 106, .length = 2}, + [96] = {.index = 108, .length = 2}, + [97] = {.index = 110, .length = 2}, + [98] = {.index = 108, .length = 2}, + [99] = {.index = 110, .length = 2}, + [100] = {.index = 112, .length = 1}, + [101] = {.index = 106, .length = 2}, + [102] = {.index = 112, .length = 1}, + [103] = {.index = 113, .length = 1}, + [104] = {.index = 114, .length = 3}, + [105] = {.index = 117, .length = 1}, + [106] = {.index = 118, .length = 1}, + [107] = {.index = 119, .length = 2}, + [108] = {.index = 3, .length = 1}, + [109] = {.index = 121, .length = 1}, + [110] = {.index = 122, .length = 2}, + [111] = {.index = 124, .length = 1}, + [112] = {.index = 124, .length = 1}, + [113] = {.index = 125, .length = 3}, + [114] = {.index = 128, .length = 1}, + [115] = {.index = 125, .length = 3}, + [116] = {.index = 18, .length = 1}, + [117] = {.index = 129, .length = 2}, + [118] = {.index = 131, .length = 2}, + [119] = {.index = 131, .length = 2}, + [120] = {.index = 133, .length = 3}, + [121] = {.index = 136, .length = 3}, + [122] = {.index = 139, .length = 4}, + [123] = {.index = 143, .length = 3}, + [124] = {.index = 146, .length = 3}, + [125] = {.index = 149, .length = 2}, + [126] = {.index = 151, .length = 2}, + [127] = {.index = 153, .length = 2}, + [128] = {.index = 155, .length = 3}, + [129] = {.index = 158, .length = 3}, + [130] = {.index = 153, .length = 2}, + [131] = {.index = 155, .length = 3}, + [132] = {.index = 161, .length = 2}, + [134] = {.index = 163, .length = 3}, + [135] = {.index = 166, .length = 3}, + [136] = {.index = 169, .length = 4}, + [137] = {.index = 129, .length = 2}, + [138] = {.index = 173, .length = 3}, + [139] = {.index = 176, .length = 2}, + [140] = {.index = 178, .length = 3}, + [141] = {.index = 181, .length = 2}, + [142] = {.index = 183, .length = 2}, + [143] = {.index = 185, .length = 3}, + [144] = {.index = 188, .length = 3}, + [145] = {.index = 191, .length = 2}, + [146] = {.index = 191, .length = 2}, + [147] = {.index = 193, .length = 2}, + [148] = {.index = 195, .length = 3}, + [149] = {.index = 198, .length = 2}, + [150] = {.index = 200, .length = 2}, + [151] = {.index = 202, .length = 1}, + [152] = {.index = 203, .length = 2}, + [153] = {.index = 205, .length = 1}, + [154] = {.index = 206, .length = 2}, + [155] = {.index = 112, .length = 1}, + [156] = {.index = 208, .length = 2}, + [157] = {.index = 210, .length = 2}, + [158] = {.index = 212, .length = 1}, + [159] = {.index = 213, .length = 2}, + [160] = {.index = 215, .length = 3}, + [161] = {.index = 215, .length = 3}, + [162] = {.index = 218, .length = 2}, + [163] = {.index = 220, .length = 4}, + [164] = {.index = 224, .length = 3}, + [165] = {.index = 227, .length = 4}, + [166] = {.index = 231, .length = 2}, + [167] = {.index = 233, .length = 3}, + [168] = {.index = 231, .length = 2}, + [169] = {.index = 233, .length = 3}, + [170] = {.index = 236, .length = 3}, + [171] = {.index = 239, .length = 3}, + [172] = {.index = 242, .length = 3}, + [173] = {.index = 245, .length = 4}, + [174] = {.index = 242, .length = 3}, + [175] = {.index = 245, .length = 4}, + [176] = {.index = 239, .length = 3}, + [177] = {.index = 249, .length = 2}, + [178] = {.index = 251, .length = 2}, + [179] = {.index = 253, .length = 2}, + [180] = {.index = 255, .length = 2}, + [181] = {.index = 257, .length = 1}, + [182] = {.index = 258, .length = 2}, + [183] = {.index = 260, .length = 3}, + [184] = {.index = 263, .length = 2}, + [185] = {.index = 265, .length = 2}, + [186] = {.index = 206, .length = 2}, + [187] = {.index = 267, .length = 4}, + [188] = {.index = 271, .length = 3}, + [189] = {.index = 274, .length = 3}, + [190] = {.index = 277, .length = 3}, + [191] = {.index = 280, .length = 3}, + [192] = {.index = 283, .length = 4}, + [193] = {.index = 287, .length = 2}, + [194] = {.index = 289, .length = 2}, + [195] = {.index = 289, .length = 2}, + [196] = {.index = 291, .length = 3}, + [197] = {.index = 294, .length = 4}, + [198] = {.index = 298, .length = 3}, + [199] = {.index = 258, .length = 2}, + [200] = {.index = 301, .length = 2}, + [201] = {.index = 303, .length = 3}, + [202] = {.index = 306, .length = 3}, + [203] = {.index = 309, .length = 2}, + [204] = {.index = 311, .length = 3}, + [205] = {.index = 206, .length = 2}, + [206] = {.index = 314, .length = 3}, + [207] = {.index = 317, .length = 2}, + [209] = {.index = 319, .length = 2}, + [210] = {.index = 321, .length = 3}, + [211] = {.index = 324, .length = 3}, + [212] = {.index = 327, .length = 2}, + [213] = {.index = 329, .length = 4}, + [214] = {.index = 333, .length = 5}, + [215] = {.index = 338, .length = 4}, + [216] = {.index = 342, .length = 3}, + [217] = {.index = 342, .length = 3}, + [218] = {.index = 345, .length = 3}, + [219] = {.index = 348, .length = 4}, + [220] = {.index = 345, .length = 3}, + [221] = {.index = 348, .length = 4}, + [222] = {.index = 352, .length = 4}, + [223] = {.index = 352, .length = 4}, + [224] = {.index = 356, .length = 3}, + [225] = {.index = 359, .length = 3}, + [226] = {.index = 362, .length = 3}, + [227] = {.index = 365, .length = 2}, + [228] = {.index = 367, .length = 2}, + [229] = {.index = 129, .length = 2}, + [230] = {.index = 369, .length = 2}, + [231] = {.index = 371, .length = 3}, + [232] = {.index = 369, .length = 2}, + [233] = {.index = 371, .length = 3}, + [234] = {.index = 374, .length = 3}, + [235] = {.index = 377, .length = 4}, + [236] = {.index = 374, .length = 3}, + [237] = {.index = 377, .length = 4}, + [238] = {.index = 381, .length = 4}, + [239] = {.index = 385, .length = 4}, + [240] = {.index = 389, .length = 3}, + [241] = {.index = 392, .length = 4}, + [242] = {.index = 396, .length = 3}, + [243] = {.index = 399, .length = 3}, + [244] = {.index = 402, .length = 3}, + [245] = {.index = 405, .length = 4}, + [246] = {.index = 409, .length = 2}, + [247] = {.index = 411, .length = 3}, + [248] = {.index = 414, .length = 4}, + [249] = {.index = 418, .length = 3}, + [250] = {.index = 421, .length = 3}, + [251] = {.index = 424, .length = 2}, + [253] = {.index = 426, .length = 3}, + [254] = {.index = 429, .length = 5}, + [255] = {.index = 434, .length = 4}, + [256] = {.index = 434, .length = 4}, + [257] = {.index = 438, .length = 3}, + [258] = {.index = 441, .length = 3}, + [259] = {.index = 444, .length = 3}, + [260] = {.index = 447, .length = 3}, + [261] = {.index = 450, .length = 2}, + [262] = {.index = 452, .length = 3}, + [263] = {.index = 452, .length = 3}, + [264] = {.index = 455, .length = 3}, + [265] = {.index = 458, .length = 4}, + [266] = {.index = 455, .length = 3}, + [267] = {.index = 458, .length = 4}, + [268] = {.index = 462, .length = 4}, + [269] = {.index = 462, .length = 4}, + [270] = {.index = 466, .length = 4}, + [271] = {.index = 470, .length = 5}, + [272] = {.index = 475, .length = 4}, + [273] = {.index = 479, .length = 2}, + [274] = {.index = 481, .length = 4}, + [275] = {.index = 485, .length = 4}, + [276] = {.index = 489, .length = 3}, + [277] = {.index = 492, .length = 4}, + [278] = {.index = 496, .length = 4}, + [279] = {.index = 500, .length = 3}, + [280] = {.index = 503, .length = 4}, + [281] = {.index = 503, .length = 4}, + [282] = {.index = 507, .length = 5}, + [283] = {.index = 512, .length = 4}, + [284] = {.index = 516, .length = 5}, + [285] = {.index = 521, .length = 4}, + [286] = {.index = 525, .length = 4}, + [287] = {.index = 529, .length = 3}, + [288] = {.index = 532, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2886,716 +2893,720 @@ static const TSFieldMapEntry ts_field_map_entries[] = { [18] = {field_value, 2}, [19] = + {field_left, 0}, + [20] = + {field_right, 1}, + [21] = {field_type, 0}, {field_type_arguments, 1}, - [21] = + [23] = {field_type, 1}, - [22] = + [24] = {field_parameters, 1}, - [23] = + [25] = {field_trait, 1}, - [24] = + [26] = {field_parameters, 1}, {field_trait, 0}, - [26] = + [28] = {field_macro, 0}, - [27] = + [29] = {field_body, 2}, {field_name, 1}, - [29] = + [31] = {field_condition, 1}, {field_consequence, 2}, - [31] = + [33] = {field_name, 0}, - [32] = + [34] = {field_body, 2}, {field_type, 1}, - [34] = + [36] = {field_pattern, 1}, - [35] = + [37] = {field_body, 2}, {field_value, 1}, - [37] = + [39] = {field_body, 2}, {field_parameters, 1}, - [39] = + [41] = {field_list, 1}, - [40] = + [42] = {field_argument, 1}, - [41] = + [43] = {field_body, 2}, {field_condition, 1}, - [43] = + [45] = {field_function, 0}, {field_type_arguments, 2}, - [45] = + [47] = {field_type, 0}, {field_type_arguments, 2}, - [47] = + [49] = {field_body, 2}, - [48] = + [50] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [51] = + [53] = {field_left, 0}, {field_right, 2}, - [53] = + [55] = {field_field, 2}, {field_value, 0}, - [55] = + [57] = {field_type, 2}, {field_value, 0}, - [57] = + [59] = {field_value, 3}, - [58] = + [60] = {field_type, 0}, - [59] = + [61] = {field_type_arguments, 2}, - [60] = + [62] = {field_pattern, 0}, {field_type, 2}, - [62] = + [64] = {field_element, 1}, - [63] = + [65] = {field_type, 2}, - [64] = + [66] = {field_parameters, 2}, - [65] = + [67] = {field_alias, 2}, {field_type, 0}, - [67] = + [69] = {field_parameters, 2}, {field_trait, 1}, - [69] = + [71] = {field_arguments, 1}, - [70] = + [72] = {field_body, 3}, {field_name, 1}, - [72] = + [74] = {field_body, 3}, {field_name, 1}, {field_type_parameters, 2}, - [75] = + [77] = {field_name, 1}, {field_parameters, 2}, - [77] = + [79] = {field_body, 3}, {field_name, 1}, {field_parameters, 2}, - [80] = + [82] = {field_alternative, 3}, {field_condition, 1}, {field_consequence, 2}, - [83] = + [85] = {field_bounds, 1}, {field_name, 0}, - [85] = + [87] = {field_type, 2}, {field_type_parameters, 1}, - [87] = + [89] = {field_body, 3}, {field_type, 2}, {field_type_parameters, 1}, - [90] = + [92] = {field_body, 3}, {field_type, 1}, - [92] = + [94] = {field_pattern, 2}, - [93] = + [95] = {field_body, 3}, {field_parameters, 2}, - [95] = + [97] = {field_name, 1}, {field_type_parameters, 2}, - [97] = + [99] = {field_body, 3}, {field_bounds, 2}, {field_name, 1}, - [100] = + [102] = {field_bounds, 2}, {field_name, 1}, - [102] = + [104] = {field_body, 3}, {field_type, 2}, - [104] = + [106] = {field_body, 3}, {field_name, 2}, - [106] = + [108] = {field_list, 2}, {field_path, 0}, - [108] = + [110] = {field_alias, 2}, {field_path, 0}, - [110] = + [112] = {field_name, 2}, - [111] = + [113] = {field_argument, 2}, - [112] = + [114] = {field_body, 3}, {field_parameters, 0}, {field_return_type, 2}, - [115] = + [117] = {field_body, 3}, - [116] = + [118] = {field_length, 3}, - [117] = + [119] = {field_pattern, 1}, {field_type, 3}, - [119] = + [121] = {field_type, 3}, - [120] = + [122] = {field_parameters, 1}, {field_return_type, 3}, - [122] = + [124] = {field_trait, 3}, - [123] = + [125] = {field_parameters, 1}, {field_return_type, 3}, {field_trait, 0}, - [126] = + [128] = {field_parameters, 3}, - [127] = + [129] = {field_name, 1}, {field_type, 3}, - [129] = + [131] = {field_bounds, 1}, {field_left, 0}, - [131] = + [133] = {field_body, 4}, {field_name, 1}, {field_type_parameters, 2}, - [134] = + [136] = {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, - [137] = + [139] = {field_body, 4}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, - [141] = + [143] = {field_body, 4}, {field_name, 1}, {field_parameters, 2}, - [144] = + [146] = {field_body, 4}, {field_pattern, 1}, {field_value, 3}, - [147] = + [149] = {field_pattern, 1}, {field_value, 3}, - [149] = + [151] = {field_default_type, 2}, {field_name, 0}, - [151] = + [153] = {field_trait, 1}, {field_type, 3}, - [153] = + [155] = {field_body, 4}, {field_trait, 1}, {field_type, 3}, - [156] = + [158] = {field_body, 4}, {field_type, 2}, {field_type_parameters, 1}, - [159] = + [161] = {field_alternative, 3}, {field_pattern, 1}, - [161] = + [163] = {field_body, 4}, {field_parameters, 1}, {field_return_type, 3}, - [164] = + [166] = {field_body, 4}, {field_bounds, 2}, {field_name, 1}, - [167] = + [169] = {field_body, 4}, {field_bounds, 3}, {field_name, 1}, {field_type_parameters, 2}, - [171] = + [173] = {field_bounds, 3}, {field_name, 1}, {field_type_parameters, 2}, - [174] = + [176] = {field_type, 3}, {field_type_parameters, 2}, - [176] = + [178] = {field_body, 4}, {field_type, 3}, {field_type_parameters, 2}, - [179] = + [181] = {field_body, 4}, {field_type, 2}, - [181] = + [183] = {field_body, 4}, {field_name, 2}, - [183] = + [185] = {field_body, 4}, {field_bounds, 3}, {field_name, 2}, - [186] = + [188] = {field_body, 4}, {field_name, 2}, {field_type_parameters, 3}, - [189] = + [191] = {field_field, 0}, {field_value, 2}, - [191] = + [193] = {field_name, 2}, {field_parameters, 3}, - [193] = + [195] = {field_body, 4}, {field_name, 2}, {field_parameters, 3}, - [196] = + [198] = {field_name, 2}, {field_type_parameters, 3}, - [198] = + [200] = {field_body, 4}, {field_name, 3}, - [200] = + [202] = {field_name, 3}, - [201] = + [203] = {field_body, 4}, {field_condition, 3}, - [203] = + [205] = {field_length, 4}, - [204] = + [206] = {field_name, 0}, {field_type, 2}, - [206] = + [208] = {field_name, 0}, {field_pattern, 2}, - [208] = + [210] = {field_element, 1}, {field_length, 3}, - [210] = + [212] = {field_pattern, 0}, - [211] = + [213] = {field_parameters, 2}, {field_return_type, 4}, - [213] = + [215] = {field_parameters, 2}, {field_return_type, 4}, {field_trait, 1}, - [216] = + [218] = {field_name, 0}, {field_value, 2}, - [218] = + [220] = {field_body, 5}, {field_name, 1}, {field_parameters, 3}, {field_type_parameters, 2}, - [222] = + [224] = {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, - [225] = + [227] = {field_body, 5}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, - [229] = + [231] = {field_trait, 2}, {field_type, 4}, - [231] = + [233] = {field_body, 5}, {field_trait, 2}, {field_type, 4}, - [234] = + [236] = {field_bounds, 1}, {field_default_type, 3}, {field_name, 0}, - [237] = + [239] = {field_body, 5}, {field_trait, 1}, {field_type, 3}, - [240] = + [242] = {field_trait, 2}, {field_type, 4}, {field_type_parameters, 1}, - [243] = + [245] = {field_body, 5}, {field_trait, 2}, {field_type, 4}, {field_type_parameters, 1}, - [247] = + [249] = {field_pattern, 2}, {field_type, 4}, - [249] = + [251] = {field_pattern, 2}, {field_value, 4}, - [251] = + [253] = {field_alternative, 4}, {field_pattern, 2}, - [253] = + [255] = {field_pattern, 0}, {field_value, 2}, - [255] = + [257] = {field_condition, 2}, - [256] = + [258] = {field_name, 2}, {field_type, 4}, - [258] = + [260] = {field_body, 5}, {field_parameters, 2}, {field_return_type, 4}, - [261] = + [263] = {field_type, 1}, {field_type, 2, .inherited = true}, - [263] = + [265] = {field_type, 0, .inherited = true}, {field_type, 1, .inherited = true}, - [265] = + [267] = {field_body, 5}, {field_bounds, 3}, {field_name, 1}, {field_type_parameters, 2}, - [269] = + [271] = {field_name, 1}, {field_type, 4}, {field_type_parameters, 2}, - [272] = + [274] = {field_body, 5}, {field_type, 3}, {field_type_parameters, 2}, - [275] = + [277] = {field_body, 5}, {field_bounds, 3}, {field_name, 2}, - [278] = + [280] = {field_body, 5}, {field_name, 2}, {field_type_parameters, 3}, - [281] = + [283] = {field_body, 5}, {field_bounds, 4}, {field_name, 2}, {field_type_parameters, 3}, - [285] = + [287] = {field_alias, 4}, {field_name, 2}, - [287] = + [289] = {field_field, 1}, {field_value, 3}, - [289] = + [291] = {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, - [292] = + [294] = {field_body, 5}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, - [296] = + [298] = {field_body, 5}, {field_name, 2}, {field_parameters, 3}, - [299] = + [301] = {field_body, 5}, {field_name, 3}, - [301] = + [303] = {field_body, 5}, {field_bounds, 4}, {field_name, 3}, - [304] = + [306] = {field_body, 5}, {field_name, 3}, {field_type_parameters, 4}, - [307] = + [309] = {field_name, 3}, {field_parameters, 4}, - [309] = + [311] = {field_body, 5}, {field_name, 3}, {field_parameters, 4}, - [312] = + [314] = {field_name, 0}, {field_type, 3}, {field_type_arguments, 1}, - [315] = + [317] = {field_name, 1}, {field_pattern, 3}, - [317] = + [319] = {field_parameters, 3}, {field_return_type, 5}, - [319] = + [321] = {field_name, 1}, {field_type, 3}, {field_value, 5}, - [322] = + [324] = {field_body, 1}, {field_name, 0}, {field_value, 3}, - [325] = + [327] = {field_name, 1}, {field_value, 3}, - [327] = + [329] = {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, - [331] = + [333] = {field_body, 6}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, - [336] = + [338] = {field_body, 6}, {field_name, 1}, {field_parameters, 2}, {field_return_type, 4}, - [340] = + [342] = {field_body, 6}, {field_trait, 2}, {field_type, 4}, - [343] = + [345] = {field_trait, 3}, {field_type, 5}, {field_type_parameters, 1}, - [346] = + [348] = {field_body, 6}, {field_trait, 3}, {field_type, 5}, {field_type_parameters, 1}, - [350] = + [352] = {field_body, 6}, {field_trait, 2}, {field_type, 4}, {field_type_parameters, 1}, - [354] = + [356] = {field_pattern, 1}, {field_type, 3}, {field_value, 5}, - [357] = + [359] = {field_alternative, 5}, {field_pattern, 1}, {field_type, 3}, - [360] = + [362] = {field_alternative, 5}, {field_pattern, 1}, {field_value, 3}, - [363] = + [365] = {field_name, 3}, {field_type, 5}, - [365] = + [367] = {field_type, 2}, {field_type, 3, .inherited = true}, - [367] = + [369] = {field_trait, 3}, {field_type, 5}, - [369] = + [371] = {field_body, 6}, {field_trait, 3}, {field_type, 5}, - [372] = + [374] = {field_trait, 3}, {field_type, 5}, {field_type_parameters, 2}, - [375] = + [377] = {field_body, 6}, {field_trait, 3}, {field_type, 5}, {field_type_parameters, 2}, - [379] = + [381] = {field_body, 6}, {field_bounds, 4}, {field_name, 2}, {field_type_parameters, 3}, - [383] = + [385] = {field_body, 6}, {field_name, 2}, {field_parameters, 4}, {field_type_parameters, 3}, - [387] = + [389] = {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, - [390] = + [392] = {field_body, 6}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, - [394] = + [396] = {field_name, 2}, {field_type, 5}, {field_type_parameters, 3}, - [397] = + [399] = {field_body, 6}, {field_bounds, 4}, {field_name, 3}, - [400] = + [402] = {field_body, 6}, {field_name, 3}, {field_type_parameters, 4}, - [403] = + [405] = {field_body, 6}, {field_bounds, 5}, {field_name, 3}, {field_type_parameters, 4}, - [407] = + [409] = {field_alias, 5}, {field_name, 3}, - [409] = + [411] = {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, - [412] = + [414] = {field_body, 6}, {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, - [416] = + [418] = {field_body, 6}, {field_name, 3}, {field_parameters, 4}, - [419] = + [421] = {field_body, 6}, {field_pattern, 3}, {field_value, 5}, - [422] = + [424] = {field_name, 2}, {field_pattern, 4}, - [424] = + [426] = {field_body, 2}, {field_name, 1}, {field_value, 4}, - [427] = + [429] = {field_body, 7}, {field_name, 1}, {field_parameters, 3}, {field_return_type, 5}, {field_type_parameters, 2}, - [432] = + [434] = {field_body, 7}, {field_trait, 3}, {field_type, 5}, {field_type_parameters, 1}, - [436] = + [438] = {field_pattern, 2}, {field_type, 4}, {field_value, 6}, - [439] = + [441] = {field_alternative, 6}, {field_pattern, 2}, {field_type, 4}, - [442] = + [444] = {field_alternative, 6}, {field_pattern, 2}, {field_value, 4}, - [445] = + [447] = {field_name, 2}, {field_type, 4}, {field_value, 6}, - [448] = + [450] = {field_type, 3}, {field_type, 4, .inherited = true}, - [450] = + [452] = {field_body, 7}, {field_trait, 3}, {field_type, 5}, - [453] = + [455] = {field_trait, 4}, {field_type, 6}, {field_type_parameters, 2}, - [456] = + [458] = {field_body, 7}, {field_trait, 4}, {field_type, 6}, {field_type_parameters, 2}, - [460] = + [462] = {field_body, 7}, {field_trait, 3}, {field_type, 5}, {field_type_parameters, 2}, - [464] = + [466] = {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, - [468] = + [470] = {field_body, 7}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, - [473] = + [475] = {field_body, 7}, {field_name, 2}, {field_parameters, 3}, {field_return_type, 5}, - [477] = + [479] = {field_name, 4}, {field_type, 6}, - [479] = + [481] = {field_body, 7}, {field_bounds, 5}, {field_name, 3}, {field_type_parameters, 4}, - [483] = + [485] = {field_body, 7}, {field_name, 3}, {field_parameters, 5}, {field_type_parameters, 4}, - [487] = + [489] = {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, - [490] = + [492] = {field_body, 7}, {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, - [494] = + [496] = {field_alternative, 7}, {field_pattern, 1}, {field_type, 3}, {field_value, 5}, - [498] = + [500] = {field_name, 3}, {field_type, 5}, {field_value, 7}, - [501] = + [503] = {field_body, 8}, {field_trait, 4}, {field_type, 6}, {field_type_parameters, 2}, - [505] = + [507] = {field_body, 8}, {field_name, 2}, {field_parameters, 4}, {field_return_type, 6}, {field_type_parameters, 3}, - [510] = + [512] = {field_name, 3}, {field_parameters, 5}, {field_return_type, 7}, {field_type_parameters, 4}, - [514] = + [516] = {field_body, 8}, {field_name, 3}, {field_parameters, 5}, {field_return_type, 7}, {field_type_parameters, 4}, - [519] = + [521] = {field_body, 8}, {field_name, 3}, {field_parameters, 4}, {field_return_type, 6}, - [523] = + [525] = {field_alternative, 8}, {field_pattern, 2}, {field_type, 4}, {field_value, 6}, - [527] = + [529] = {field_name, 4}, {field_type, 6}, {field_value, 8}, - [530] = + [532] = {field_body, 9}, {field_name, 3}, {field_parameters, 5}, @@ -3631,296 +3642,305 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [0] = sym_identifier, }, [20] = { - [0] = alias_sym_type_identifier, + [1] = sym_identifier, + }, + [22] = { + [0] = sym_identifier, }, [24] = { + [0] = alias_sym_type_identifier, + }, + [28] = { [1] = alias_sym_type_identifier, }, - [26] = { + [30] = { [0] = alias_sym_type_identifier, }, - [28] = { + [32] = { [0] = sym_identifier, }, - [29] = { + [33] = { [1] = alias_sym_type_identifier, }, - [31] = { + [35] = { [0] = alias_sym_type_identifier, }, - [43] = { + [47] = { [2] = alias_sym_type_identifier, }, - [45] = { + [49] = { [0] = alias_sym_type_identifier, }, - [47] = { + [51] = { [0] = sym_generic_type, }, - [48] = { + [52] = { [0] = sym_generic_type, [2] = alias_sym_type_identifier, }, - [52] = { + [56] = { [2] = alias_sym_field_identifier, }, - [55] = { + [59] = { [2] = sym__line_doc_content, }, - [56] = { + [60] = { [1] = sym_identifier, }, - [58] = { + [62] = { [0] = sym_identifier, [2] = sym_identifier, }, - [60] = { + [63] = { + [0] = sym_identifier, + }, + [65] = { [0] = alias_sym_type_identifier, }, - [61] = { + [66] = { [0] = alias_sym_shorthand_field_identifier, }, - [62] = { + [67] = { [2] = sym_identifier, }, - [65] = { + [70] = { [0] = sym_generic_type, }, - [70] = { + [75] = { [1] = alias_sym_type_identifier, }, - [72] = { + [77] = { [0] = sym_identifier, }, - [74] = { + [79] = { [1] = alias_sym_type_identifier, }, - [75] = { + [80] = { [1] = alias_sym_type_identifier, }, - [79] = { + [84] = { [0] = alias_sym_type_identifier, }, - [86] = { + [91] = { [1] = alias_sym_type_identifier, }, - [87] = { + [92] = { [1] = alias_sym_type_identifier, }, - [88] = { + [93] = { [1] = alias_sym_type_identifier, }, - [90] = { + [95] = { [2] = alias_sym_type_identifier, }, - [91] = { + [96] = { [0] = sym_identifier, }, - [92] = { + [97] = { [0] = sym_identifier, }, - [97] = { + [102] = { [2] = alias_sym_type_identifier, }, - [103] = { + [108] = { [1] = alias_sym_shorthand_field_identifier, }, - [106] = { + [111] = { [3] = alias_sym_type_identifier, }, - [108] = { + [113] = { [0] = alias_sym_type_identifier, }, - [111] = { + [116] = { [0] = sym_identifier, }, - [114] = { + [119] = { [0] = alias_sym_type_identifier, }, - [115] = { + [120] = { [1] = alias_sym_type_identifier, }, - [121] = { + [126] = { [0] = alias_sym_type_identifier, }, - [122] = { + [127] = { [1] = alias_sym_type_identifier, }, - [123] = { + [128] = { [1] = alias_sym_type_identifier, }, - [128] = { + [133] = { [3] = sym_identifier, }, - [130] = { + [135] = { [1] = alias_sym_type_identifier, }, - [131] = { + [136] = { [1] = alias_sym_type_identifier, }, - [132] = { + [137] = { [1] = alias_sym_type_identifier, }, - [133] = { + [138] = { [1] = alias_sym_type_identifier, }, - [137] = { + [142] = { [2] = alias_sym_type_identifier, }, - [138] = { + [143] = { [2] = alias_sym_type_identifier, }, - [139] = { + [144] = { [2] = alias_sym_type_identifier, }, - [141] = { + [146] = { [0] = alias_sym_field_identifier, }, - [144] = { + [149] = { [2] = alias_sym_type_identifier, }, - [145] = { + [150] = { [3] = alias_sym_type_identifier, }, - [149] = { + [154] = { [0] = alias_sym_type_identifier, }, - [150] = { + [155] = { [2] = alias_sym_shorthand_field_identifier, }, - [151] = { + [156] = { [0] = alias_sym_field_identifier, }, - [155] = { + [160] = { [1] = alias_sym_type_identifier, }, - [161] = { + [166] = { [2] = alias_sym_type_identifier, }, - [162] = { + [167] = { [2] = alias_sym_type_identifier, }, - [165] = { + [170] = { [0] = alias_sym_type_identifier, }, - [166] = { + [171] = { [1] = alias_sym_type_identifier, }, - [167] = { + [172] = { [2] = alias_sym_type_identifier, }, - [168] = { + [173] = { [2] = alias_sym_type_identifier, }, - [181] = { + [186] = { [0] = alias_sym_field_identifier, }, - [182] = { + [187] = { [1] = alias_sym_type_identifier, }, - [183] = { + [188] = { [1] = alias_sym_type_identifier, }, - [185] = { + [190] = { [2] = alias_sym_type_identifier, }, - [186] = { + [191] = { [2] = alias_sym_type_identifier, }, - [187] = { + [192] = { [2] = alias_sym_type_identifier, }, - [190] = { + [195] = { [1] = alias_sym_field_identifier, }, - [194] = { + [199] = { [2] = alias_sym_type_identifier, }, - [195] = { + [200] = { [3] = alias_sym_type_identifier, }, - [196] = { + [201] = { [3] = alias_sym_type_identifier, }, - [197] = { + [202] = { [3] = alias_sym_type_identifier, }, - [201] = { + [206] = { [0] = alias_sym_type_identifier, }, - [202] = { + [207] = { [1] = alias_sym_field_identifier, }, - [203] = { + [208] = { [2] = alias_sym_type_identifier, }, - [211] = { + [216] = { [2] = alias_sym_type_identifier, }, - [213] = { + [218] = { [3] = alias_sym_type_identifier, }, - [214] = { + [219] = { [3] = alias_sym_type_identifier, }, - [217] = { + [222] = { [2] = alias_sym_type_identifier, }, - [224] = { + [229] = { [1] = alias_sym_field_identifier, }, - [225] = { + [230] = { [3] = alias_sym_type_identifier, }, - [226] = { + [231] = { [3] = alias_sym_type_identifier, }, - [229] = { + [234] = { [3] = alias_sym_type_identifier, }, - [230] = { + [235] = { [3] = alias_sym_type_identifier, }, - [233] = { + [238] = { [2] = alias_sym_type_identifier, }, - [237] = { + [242] = { [2] = alias_sym_type_identifier, }, - [238] = { + [243] = { [3] = alias_sym_type_identifier, }, - [239] = { + [244] = { [3] = alias_sym_type_identifier, }, - [240] = { + [245] = { [3] = alias_sym_type_identifier, }, - [246] = { + [251] = { [2] = alias_sym_field_identifier, }, - [247] = { + [252] = { [1] = alias_sym_type_identifier, }, - [250] = { + [255] = { [3] = alias_sym_type_identifier, }, - [257] = { + [262] = { [3] = alias_sym_type_identifier, }, - [259] = { + [264] = { [4] = alias_sym_type_identifier, }, - [260] = { + [265] = { [4] = alias_sym_type_identifier, }, - [263] = { + [268] = { [3] = alias_sym_type_identifier, }, - [269] = { + [274] = { [3] = alias_sym_type_identifier, }, - [275] = { + [280] = { [4] = alias_sym_type_identifier, }, }; @@ -3939,69 +3959,69 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, - [3] = 3, + [3] = 2, [4] = 4, [5] = 5, [6] = 6, [7] = 7, [8] = 8, - [9] = 3, + [9] = 9, [10] = 2, - [11] = 5, + [11] = 11, [12] = 6, [13] = 8, - [14] = 3, - [15] = 2, - [16] = 5, + [14] = 9, + [15] = 11, + [16] = 11, [17] = 6, - [18] = 3, + [18] = 9, [19] = 2, - [20] = 5, + [20] = 11, [21] = 6, - [22] = 3, + [22] = 9, [23] = 2, - [24] = 5, + [24] = 11, [25] = 6, - [26] = 3, - [27] = 2, - [28] = 5, - [29] = 6, - [30] = 3, - [31] = 2, - [32] = 5, - [33] = 6, - [34] = 34, + [26] = 9, + [27] = 11, + [28] = 6, + [29] = 9, + [30] = 2, + [31] = 11, + [32] = 6, + [33] = 9, + [34] = 2, [35] = 35, [36] = 36, [37] = 37, - [38] = 38, + [38] = 37, [39] = 39, - [40] = 40, - [41] = 39, - [42] = 36, + [40] = 39, + [41] = 41, + [42] = 42, [43] = 35, - [44] = 38, - [45] = 39, - [46] = 36, - [47] = 36, - [48] = 35, - [49] = 35, - [50] = 40, - [51] = 37, - [52] = 39, - [53] = 40, - [54] = 38, - [55] = 36, - [56] = 37, - [57] = 39, - [58] = 39, - [59] = 40, - [60] = 38, + [44] = 39, + [45] = 35, + [46] = 35, + [47] = 42, + [48] = 41, + [49] = 36, + [50] = 37, + [51] = 39, + [52] = 37, + [53] = 41, + [54] = 42, + [55] = 42, + [56] = 36, + [57] = 37, + [58] = 41, + [59] = 36, + [60] = 39, [61] = 37, [62] = 39, - [63] = 36, - [64] = 36, - [65] = 36, + [63] = 37, + [64] = 39, + [65] = 37, [66] = 39, [67] = 67, [68] = 68, @@ -4012,81 +4032,81 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [73] = 73, [74] = 74, [75] = 75, - [76] = 71, - [77] = 72, - [78] = 68, - [79] = 73, - [80] = 74, - [81] = 75, - [82] = 82, - [83] = 83, + [76] = 76, + [77] = 77, + [78] = 71, + [79] = 72, + [80] = 68, + [81] = 74, + [82] = 75, + [83] = 76, [84] = 84, - [85] = 85, + [85] = 84, [86] = 86, [87] = 87, - [88] = 84, + [88] = 88, [89] = 89, [90] = 90, [91] = 91, [92] = 92, [93] = 93, - [94] = 94, + [94] = 91, [95] = 95, - [96] = 96, - [97] = 85, - [98] = 98, - [99] = 89, - [100] = 91, - [101] = 86, - [102] = 87, + [96] = 87, + [97] = 92, + [98] = 93, + [99] = 95, + [100] = 100, + [101] = 101, + [102] = 102, [103] = 103, - [104] = 86, - [105] = 95, + [104] = 101, + [105] = 88, [106] = 89, - [107] = 91, - [108] = 87, - [109] = 86, - [110] = 87, - [111] = 84, - [112] = 84, - [113] = 98, - [114] = 98, - [115] = 89, - [116] = 91, - [117] = 86, - [118] = 87, - [119] = 84, - [120] = 89, - [121] = 91, - [122] = 98, - [123] = 98, - [124] = 89, - [125] = 91, - [126] = 96, - [127] = 86, - [128] = 87, - [129] = 84, - [130] = 92, - [131] = 93, - [132] = 94, - [133] = 98, + [107] = 90, + [108] = 103, + [109] = 101, + [110] = 102, + [111] = 103, + [112] = 88, + [113] = 88, + [114] = 89, + [115] = 90, + [116] = 89, + [117] = 90, + [118] = 101, + [119] = 102, + [120] = 103, + [121] = 88, + [122] = 89, + [123] = 90, + [124] = 101, + [125] = 102, + [126] = 103, + [127] = 101, + [128] = 88, + [129] = 89, + [130] = 90, + [131] = 102, + [132] = 103, + [133] = 102, [134] = 134, [135] = 135, [136] = 136, [137] = 137, [138] = 138, - [139] = 138, - [140] = 134, - [141] = 141, - [142] = 137, - [143] = 136, + [139] = 134, + [140] = 135, + [141] = 137, + [142] = 142, + [143] = 142, [144] = 144, [145] = 145, [146] = 146, [147] = 147, [148] = 148, [149] = 149, - [150] = 150, + [150] = 149, [151] = 151, [152] = 152, [153] = 153, @@ -4103,263 +4123,263 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [164] = 164, [165] = 165, [166] = 166, - [167] = 149, + [167] = 148, [168] = 168, - [169] = 156, + [169] = 169, [170] = 170, - [171] = 170, + [171] = 171, [172] = 172, [173] = 173, [174] = 174, [175] = 175, - [176] = 176, - [177] = 146, - [178] = 172, + [176] = 163, + [177] = 177, + [178] = 178, [179] = 179, [180] = 180, [181] = 181, [182] = 182, - [183] = 173, - [184] = 144, - [185] = 185, - [186] = 175, - [187] = 168, - [188] = 176, - [189] = 182, - [190] = 162, - [191] = 149, - [192] = 182, - [193] = 162, - [194] = 149, - [195] = 182, - [196] = 162, - [197] = 197, - [198] = 165, - [199] = 199, - [200] = 200, - [201] = 201, - [202] = 163, - [203] = 157, - [204] = 164, - [205] = 205, + [183] = 181, + [184] = 182, + [185] = 138, + [186] = 179, + [187] = 177, + [188] = 159, + [189] = 155, + [190] = 157, + [191] = 179, + [192] = 177, + [193] = 157, + [194] = 179, + [195] = 177, + [196] = 157, + [197] = 152, + [198] = 198, + [199] = 169, + [200] = 151, + [201] = 154, + [202] = 202, + [203] = 203, + [204] = 204, + [205] = 198, [206] = 206, [207] = 207, - [208] = 145, - [209] = 166, + [208] = 146, + [209] = 209, [210] = 210, - [211] = 201, - [212] = 212, - [213] = 199, - [214] = 214, + [211] = 211, + [212] = 170, + [213] = 180, + [214] = 206, [215] = 215, - [216] = 215, + [216] = 216, [217] = 217, - [218] = 218, - [219] = 218, - [220] = 218, - [221] = 221, - [222] = 222, - [223] = 217, - [224] = 224, - [225] = 221, + [218] = 217, + [219] = 219, + [220] = 220, + [221] = 217, + [222] = 219, + [223] = 220, + [224] = 219, + [225] = 215, [226] = 226, - [227] = 226, + [227] = 227, [228] = 228, [229] = 229, [230] = 230, - [231] = 215, - [232] = 228, - [233] = 217, - [234] = 218, - [235] = 222, - [236] = 224, - [237] = 224, - [238] = 215, - [239] = 217, - [240] = 240, - [241] = 240, - [242] = 217, - [243] = 218, - [244] = 224, - [245] = 224, - [246] = 230, + [231] = 220, + [232] = 216, + [233] = 229, + [234] = 230, + [235] = 215, + [236] = 215, + [237] = 220, + [238] = 217, + [239] = 219, + [240] = 226, + [241] = 228, + [242] = 220, + [243] = 227, + [244] = 217, + [245] = 219, + [246] = 246, [247] = 247, [248] = 248, [249] = 249, [250] = 250, [251] = 251, [252] = 252, - [253] = 253, + [253] = 250, [254] = 254, [255] = 255, - [256] = 247, + [256] = 250, [257] = 257, [258] = 258, [259] = 259, - [260] = 249, - [261] = 252, + [260] = 260, + [261] = 259, [262] = 262, [263] = 263, [264] = 264, [265] = 265, - [266] = 250, - [267] = 267, - [268] = 262, - [269] = 253, + [266] = 266, + [267] = 251, + [268] = 268, + [269] = 269, [270] = 270, - [271] = 255, - [272] = 247, - [273] = 257, - [274] = 265, - [275] = 258, + [271] = 271, + [272] = 272, + [273] = 273, + [274] = 274, + [275] = 275, [276] = 276, - [277] = 265, - [278] = 259, - [279] = 265, - [280] = 250, - [281] = 249, - [282] = 265, - [283] = 252, - [284] = 262, - [285] = 285, - [286] = 263, - [287] = 265, - [288] = 267, + [277] = 277, + [278] = 278, + [279] = 279, + [280] = 264, + [281] = 281, + [282] = 282, + [283] = 283, + [284] = 284, + [285] = 257, + [286] = 286, + [287] = 260, + [288] = 288, [289] = 289, [290] = 290, - [291] = 291, - [292] = 292, - [293] = 293, + [291] = 262, + [292] = 286, + [293] = 250, [294] = 294, [295] = 295, - [296] = 296, - [297] = 267, - [298] = 298, - [299] = 263, - [300] = 300, + [296] = 259, + [297] = 250, + [298] = 264, + [299] = 251, + [300] = 265, [301] = 301, - [302] = 285, + [302] = 302, [303] = 303, - [304] = 304, - [305] = 250, - [306] = 294, - [307] = 307, - [308] = 285, - [309] = 265, - [310] = 310, - [311] = 311, - [312] = 258, - [313] = 253, - [314] = 270, - [315] = 255, - [316] = 247, - [317] = 257, - [318] = 258, - [319] = 259, - [320] = 320, - [321] = 249, - [322] = 322, - [323] = 323, - [324] = 324, - [325] = 325, - [326] = 252, - [327] = 327, - [328] = 328, - [329] = 329, - [330] = 262, - [331] = 331, - [332] = 253, - [333] = 270, - [334] = 255, - [335] = 263, - [336] = 257, - [337] = 265, + [304] = 259, + [305] = 305, + [306] = 266, + [307] = 286, + [308] = 308, + [309] = 308, + [310] = 274, + [311] = 275, + [312] = 283, + [313] = 265, + [314] = 283, + [315] = 257, + [316] = 260, + [317] = 264, + [318] = 265, + [319] = 266, + [320] = 274, + [321] = 275, + [322] = 278, + [323] = 284, + [324] = 262, + [325] = 266, + [326] = 250, + [327] = 308, + [328] = 278, + [329] = 284, + [330] = 308, + [331] = 274, + [332] = 332, + [333] = 275, + [334] = 332, + [335] = 335, + [336] = 336, + [337] = 337, [338] = 338, - [339] = 339, - [340] = 322, - [341] = 248, - [342] = 342, - [343] = 264, - [344] = 267, - [345] = 291, - [346] = 292, - [347] = 307, - [348] = 320, - [349] = 324, - [350] = 327, - [351] = 331, - [352] = 339, - [353] = 298, - [354] = 300, - [355] = 293, - [356] = 303, - [357] = 285, - [358] = 338, - [359] = 359, - [360] = 342, - [361] = 342, - [362] = 292, - [363] = 331, - [364] = 338, - [365] = 338, - [366] = 342, - [367] = 259, - [368] = 331, - [369] = 270, - [370] = 370, - [371] = 371, - [372] = 372, - [373] = 373, - [374] = 374, - [375] = 370, - [376] = 373, + [339] = 278, + [340] = 284, + [341] = 262, + [342] = 281, + [343] = 343, + [344] = 282, + [345] = 343, + [346] = 263, + [347] = 277, + [348] = 338, + [349] = 338, + [350] = 247, + [351] = 301, + [352] = 335, + [353] = 305, + [354] = 248, + [355] = 252, + [356] = 258, + [357] = 271, + [358] = 273, + [359] = 276, + [360] = 290, + [361] = 295, + [362] = 250, + [363] = 281, + [364] = 364, + [365] = 263, + [366] = 250, + [367] = 301, + [368] = 258, + [369] = 283, + [370] = 281, + [371] = 257, + [372] = 263, + [373] = 260, + [374] = 258, + [375] = 338, + [376] = 376, [377] = 377, - [378] = 373, - [379] = 370, + [378] = 378, + [379] = 379, [380] = 380, - [381] = 381, - [382] = 382, - [383] = 383, + [381] = 380, + [382] = 376, + [383] = 377, [384] = 384, [385] = 385, - [386] = 386, + [386] = 377, [387] = 387, - [388] = 388, - [389] = 389, + [388] = 380, + [389] = 376, [390] = 390, [391] = 391, - [392] = 382, + [392] = 392, [393] = 393, [394] = 394, - [395] = 395, - [396] = 388, - [397] = 388, - [398] = 382, - [399] = 212, + [395] = 203, + [396] = 396, + [397] = 397, + [398] = 398, + [399] = 399, [400] = 400, [401] = 401, [402] = 402, [403] = 403, - [404] = 395, - [405] = 405, + [404] = 404, + [405] = 204, [406] = 406, [407] = 407, [408] = 408, - [409] = 214, - [410] = 395, + [409] = 409, + [410] = 391, [411] = 411, [412] = 412, [413] = 413, - [414] = 414, + [414] = 391, [415] = 415, - [416] = 415, - [417] = 415, - [418] = 400, - [419] = 419, + [416] = 416, + [417] = 417, + [418] = 418, + [419] = 402, [420] = 420, [421] = 421, - [422] = 420, - [423] = 420, + [422] = 421, + [423] = 421, [424] = 424, [425] = 425, [426] = 426, @@ -4369,8 +4389,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [430] = 427, [431] = 431, [432] = 431, - [433] = 427, - [434] = 425, + [433] = 425, + [434] = 431, [435] = 435, [436] = 435, [437] = 437, @@ -4379,58 +4399,58 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [440] = 440, [441] = 441, [442] = 440, - [443] = 440, - [444] = 441, - [445] = 439, - [446] = 440, + [443] = 439, + [444] = 439, + [445] = 440, + [446] = 439, [447] = 441, - [448] = 439, - [449] = 439, + [448] = 440, + [449] = 441, [450] = 441, [451] = 451, - [452] = 452, - [453] = 451, + [452] = 451, + [453] = 453, [454] = 451, [455] = 451, - [456] = 251, - [457] = 457, - [458] = 457, - [459] = 377, - [460] = 372, - [461] = 380, - [462] = 371, - [463] = 374, - [464] = 457, - [465] = 457, - [466] = 466, - [467] = 414, - [468] = 411, - [469] = 393, - [470] = 405, - [471] = 471, - [472] = 403, - [473] = 384, - [474] = 413, - [475] = 391, - [476] = 389, - [477] = 394, - [478] = 406, - [479] = 386, - [480] = 408, - [481] = 481, - [482] = 381, - [483] = 402, - [484] = 407, - [485] = 383, - [486] = 471, - [487] = 471, - [488] = 390, - [489] = 471, - [490] = 412, + [456] = 456, + [457] = 456, + [458] = 456, + [459] = 456, + [460] = 268, + [461] = 387, + [462] = 379, + [463] = 385, + [464] = 464, + [465] = 378, + [466] = 384, + [467] = 464, + [468] = 464, + [469] = 464, + [470] = 396, + [471] = 397, + [472] = 417, + [473] = 415, + [474] = 418, + [475] = 392, + [476] = 398, + [477] = 400, + [478] = 478, + [479] = 393, + [480] = 394, + [481] = 399, + [482] = 407, + [483] = 390, + [484] = 484, + [485] = 408, + [486] = 406, + [487] = 409, + [488] = 412, + [489] = 411, + [490] = 416, [491] = 491, [492] = 492, - [493] = 493, - [494] = 494, + [493] = 492, + [494] = 387, [495] = 495, [496] = 496, [497] = 497, @@ -4528,7 +4548,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [589] = 589, [590] = 590, [591] = 591, - [592] = 592, + [592] = 384, [593] = 593, [594] = 594, [595] = 595, @@ -4544,14 +4564,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [605] = 605, [606] = 606, [607] = 607, - [608] = 608, + [608] = 378, [609] = 609, [610] = 610, [611] = 611, - [612] = 612, + [612] = 385, [613] = 613, [614] = 614, - [615] = 615, + [615] = 379, [616] = 616, [617] = 617, [618] = 618, @@ -4577,7 +4597,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [638] = 638, [639] = 639, [640] = 640, - [641] = 641, + [641] = 568, [642] = 642, [643] = 643, [644] = 644, @@ -4595,7 +4615,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [656] = 656, [657] = 657, [658] = 658, - [659] = 659, + [659] = 556, [660] = 660, [661] = 661, [662] = 662, @@ -4606,7 +4626,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [667] = 667, [668] = 668, [669] = 669, - [670] = 670, + [670] = 590, [671] = 671, [672] = 672, [673] = 673, @@ -4621,14 +4641,14 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [682] = 682, [683] = 683, [684] = 684, - [685] = 377, + [685] = 685, [686] = 686, - [687] = 372, + [687] = 687, [688] = 688, - [689] = 380, + [689] = 689, [690] = 690, - [691] = 371, - [692] = 374, + [691] = 691, + [692] = 692, [693] = 693, [694] = 694, [695] = 695, @@ -4645,9 +4665,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [706] = 706, [707] = 707, [708] = 708, - [709] = 701, - [710] = 708, - [711] = 660, + [709] = 709, + [710] = 710, + [711] = 711, [712] = 712, [713] = 713, [714] = 714, @@ -4707,107 +4727,107 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [768] = 768, [769] = 769, [770] = 770, - [771] = 768, - [772] = 770, - [773] = 773, + [771] = 771, + [772] = 772, + [773] = 689, [774] = 774, [775] = 775, - [776] = 776, + [776] = 775, [777] = 777, [778] = 778, [779] = 779, - [780] = 780, + [780] = 778, [781] = 781, - [782] = 782, + [782] = 777, [783] = 783, [784] = 784, [785] = 785, - [786] = 784, - [787] = 779, - [788] = 783, + [786] = 786, + [787] = 787, + [788] = 788, [789] = 789, [790] = 790, [791] = 791, - [792] = 792, - [793] = 791, + [792] = 788, + [793] = 793, [794] = 794, - [795] = 795, - [796] = 796, + [795] = 783, + [796] = 794, [797] = 797, - [798] = 792, + [798] = 798, [799] = 799, - [800] = 800, + [800] = 787, [801] = 801, - [802] = 796, - [803] = 795, + [802] = 791, + [803] = 801, [804] = 804, - [805] = 797, - [806] = 806, - [807] = 799, + [805] = 805, + [806] = 805, + [807] = 807, [808] = 808, [809] = 809, [810] = 810, [811] = 811, [812] = 812, [813] = 813, - [814] = 808, + [814] = 814, [815] = 815, [816] = 816, [817] = 817, [818] = 818, - [819] = 819, + [819] = 816, [820] = 815, [821] = 821, - [822] = 822, - [823] = 818, - [824] = 824, - [825] = 817, - [826] = 811, - [827] = 819, - [828] = 812, - [829] = 816, + [822] = 812, + [823] = 823, + [824] = 809, + [825] = 813, + [826] = 808, + [827] = 827, + [828] = 810, + [829] = 827, [830] = 830, [831] = 831, - [832] = 832, - [833] = 809, - [834] = 813, - [835] = 822, - [836] = 813, - [837] = 822, - [838] = 813, - [839] = 822, - [840] = 830, + [832] = 818, + [833] = 805, + [834] = 834, + [835] = 835, + [836] = 821, + [837] = 821, + [838] = 805, + [839] = 821, + [840] = 831, [841] = 841, [842] = 842, - [843] = 842, + [843] = 843, [844] = 844, - [845] = 845, - [846] = 845, - [847] = 842, + [845] = 843, + [846] = 843, + [847] = 843, [848] = 842, [849] = 849, [850] = 850, [851] = 851, [852] = 852, - [853] = 853, + [853] = 852, [854] = 854, [855] = 855, - [856] = 851, - [857] = 857, - [858] = 852, - [859] = 851, - [860] = 853, + [856] = 856, + [857] = 852, + [858] = 858, + [859] = 859, + [860] = 850, [861] = 861, - [862] = 852, - [863] = 853, - [864] = 851, - [865] = 861, - [866] = 866, + [862] = 851, + [863] = 852, + [864] = 864, + [865] = 855, + [866] = 854, [867] = 867, - [868] = 866, + [868] = 851, [869] = 855, - [870] = 861, - [871] = 871, + [870] = 854, + [871] = 849, [872] = 872, [873] = 873, [874] = 874, @@ -4816,53 +4836,53 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [877] = 877, [878] = 878, [879] = 879, - [880] = 878, + [880] = 880, [881] = 881, - [882] = 877, - [883] = 878, - [884] = 884, + [882] = 882, + [883] = 881, + [884] = 882, [885] = 885, [886] = 886, - [887] = 884, + [887] = 872, [888] = 888, [889] = 889, - [890] = 890, - [891] = 891, + [890] = 878, + [891] = 888, [892] = 892, [893] = 893, [894] = 894, - [895] = 873, - [896] = 874, - [897] = 876, - [898] = 898, + [895] = 895, + [896] = 896, + [897] = 897, + [898] = 892, [899] = 899, - [900] = 900, - [901] = 901, - [902] = 902, + [900] = 894, + [901] = 895, + [902] = 896, [903] = 903, - [904] = 888, - [905] = 905, - [906] = 889, - [907] = 907, - [908] = 890, - [909] = 891, - [910] = 892, - [911] = 911, - [912] = 884, - [913] = 913, - [914] = 914, + [904] = 885, + [905] = 881, + [906] = 882, + [907] = 885, + [908] = 908, + [909] = 909, + [910] = 872, + [911] = 889, + [912] = 878, + [913] = 888, + [914] = 892, [915] = 915, [916] = 916, - [917] = 907, - [918] = 888, - [919] = 919, - [920] = 920, + [917] = 894, + [918] = 895, + [919] = 896, + [920] = 897, [921] = 921, - [922] = 877, - [923] = 878, + [922] = 922, + [923] = 923, [924] = 924, [925] = 925, - [926] = 885, + [926] = 926, [927] = 927, [928] = 928, [929] = 929, @@ -4870,1193 +4890,1193 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [931] = 931, [932] = 932, [933] = 933, - [934] = 934, + [934] = 889, [935] = 935, - [936] = 888, + [936] = 936, [937] = 937, - [938] = 890, + [938] = 938, [939] = 939, [940] = 940, - [941] = 941, + [941] = 880, [942] = 942, - [943] = 889, - [944] = 877, - [945] = 945, - [946] = 890, - [947] = 907, - [948] = 885, - [949] = 949, - [950] = 891, - [951] = 892, - [952] = 699, - [953] = 953, - [954] = 954, + [943] = 943, + [944] = 944, + [945] = 927, + [946] = 946, + [947] = 947, + [948] = 881, + [949] = 882, + [950] = 893, + [951] = 951, + [952] = 952, + [953] = 872, + [954] = 878, [955] = 955, - [956] = 876, + [956] = 956, [957] = 957, [958] = 958, - [959] = 893, - [960] = 902, - [961] = 961, - [962] = 962, + [959] = 959, + [960] = 897, + [961] = 880, + [962] = 893, [963] = 963, - [964] = 900, - [965] = 924, - [966] = 872, - [967] = 940, - [968] = 954, - [969] = 963, - [970] = 970, - [971] = 971, - [972] = 919, - [973] = 915, - [974] = 925, - [975] = 927, - [976] = 929, - [977] = 932, + [964] = 964, + [965] = 965, + [966] = 966, + [967] = 967, + [968] = 968, + [969] = 969, + [970] = 879, + [971] = 951, + [972] = 931, + [973] = 909, + [974] = 924, + [975] = 929, + [976] = 930, + [977] = 936, [978] = 937, - [979] = 894, - [980] = 941, - [981] = 942, - [982] = 945, - [983] = 953, - [984] = 955, - [985] = 894, - [986] = 986, - [987] = 905, - [988] = 988, - [989] = 873, - [990] = 933, - [991] = 874, - [992] = 879, - [993] = 935, - [994] = 957, - [995] = 899, - [996] = 939, - [997] = 916, - [998] = 998, - [999] = 962, - [1000] = 920, - [1001] = 921, - [1002] = 949, - [1003] = 998, - [1004] = 961, - [1005] = 875, - [1006] = 970, - [1007] = 893, - [1008] = 971, - [1009] = 988, - [1010] = 986, - [1011] = 1011, - [1012] = 1012, + [979] = 944, + [980] = 947, + [981] = 981, + [982] = 928, + [983] = 939, + [984] = 940, + [985] = 952, + [986] = 956, + [987] = 959, + [988] = 963, + [989] = 964, + [990] = 874, + [991] = 875, + [992] = 876, + [993] = 908, + [994] = 921, + [995] = 922, + [996] = 923, + [997] = 932, + [998] = 933, + [999] = 999, + [1000] = 935, + [1001] = 938, + [1002] = 946, + [1003] = 1003, + [1004] = 968, + [1005] = 969, + [1006] = 981, + [1007] = 1003, + [1008] = 873, + [1009] = 1009, + [1010] = 943, + [1011] = 879, + [1012] = 999, [1013] = 1013, - [1014] = 1014, + [1014] = 772, [1015] = 1015, [1016] = 1016, [1017] = 1017, [1018] = 1018, - [1019] = 699, + [1019] = 772, [1020] = 1020, [1021] = 1021, [1022] = 1022, [1023] = 1023, [1024] = 1024, [1025] = 1025, - [1026] = 374, - [1027] = 214, - [1028] = 212, - [1029] = 377, - [1030] = 372, - [1031] = 385, + [1026] = 204, + [1027] = 203, + [1028] = 384, + [1029] = 378, + [1030] = 385, + [1031] = 379, [1032] = 387, - [1033] = 380, - [1034] = 371, + [1033] = 1033, + [1034] = 1034, [1035] = 1035, - [1036] = 1036, + [1036] = 401, [1037] = 1037, - [1038] = 1038, - [1039] = 718, - [1040] = 1040, - [1041] = 602, - [1042] = 1042, - [1043] = 646, - [1044] = 564, + [1038] = 413, + [1039] = 1039, + [1040] = 572, + [1041] = 1041, + [1042] = 690, + [1043] = 1043, + [1044] = 1044, [1045] = 1045, [1046] = 1046, [1047] = 1047, - [1048] = 1048, - [1049] = 1049, - [1050] = 507, - [1051] = 1051, + [1048] = 636, + [1049] = 531, + [1050] = 1050, + [1051] = 729, [1052] = 1052, [1053] = 1053, [1054] = 1054, - [1055] = 1052, - [1056] = 1051, + [1055] = 1055, + [1056] = 1056, [1057] = 1057, - [1058] = 1051, - [1059] = 1059, + [1058] = 1054, + [1059] = 1013, [1060] = 1060, [1061] = 1061, - [1062] = 1052, + [1062] = 1061, [1063] = 1063, - [1064] = 1014, - [1065] = 1065, - [1066] = 628, - [1067] = 496, - [1068] = 497, - [1069] = 498, - [1070] = 499, - [1071] = 500, - [1072] = 501, - [1073] = 502, - [1074] = 503, - [1075] = 504, - [1076] = 506, - [1077] = 508, - [1078] = 509, - [1079] = 510, - [1080] = 511, - [1081] = 512, - [1082] = 513, - [1083] = 514, - [1084] = 515, - [1085] = 516, - [1086] = 517, - [1087] = 518, - [1088] = 519, - [1089] = 520, - [1090] = 521, - [1091] = 522, - [1092] = 523, - [1093] = 525, - [1094] = 526, - [1095] = 527, - [1096] = 528, - [1097] = 529, - [1098] = 530, - [1099] = 531, - [1100] = 532, - [1101] = 533, - [1102] = 534, - [1103] = 535, - [1104] = 1104, - [1105] = 536, - [1106] = 537, - [1107] = 1107, - [1108] = 1108, - [1109] = 540, - [1110] = 541, - [1111] = 543, - [1112] = 544, - [1113] = 545, - [1114] = 546, - [1115] = 547, - [1116] = 548, - [1117] = 549, - [1118] = 550, - [1119] = 551, - [1120] = 552, - [1121] = 553, - [1122] = 554, - [1123] = 555, - [1124] = 556, - [1125] = 557, - [1126] = 558, - [1127] = 559, - [1128] = 560, - [1129] = 561, - [1130] = 562, - [1131] = 563, - [1132] = 251, - [1133] = 565, - [1134] = 566, - [1135] = 567, - [1136] = 568, - [1137] = 569, - [1138] = 570, - [1139] = 571, - [1140] = 572, - [1141] = 573, - [1142] = 574, - [1143] = 575, - [1144] = 576, - [1145] = 577, - [1146] = 578, - [1147] = 579, - [1148] = 580, - [1149] = 581, - [1150] = 582, - [1151] = 583, - [1152] = 584, - [1153] = 585, - [1154] = 586, - [1155] = 587, - [1156] = 588, - [1157] = 589, - [1158] = 1158, - [1159] = 1159, - [1160] = 591, - [1161] = 592, - [1162] = 593, - [1163] = 594, - [1164] = 595, - [1165] = 596, - [1166] = 597, - [1167] = 598, - [1168] = 599, - [1169] = 600, - [1170] = 601, - [1171] = 643, - [1172] = 603, - [1173] = 604, - [1174] = 605, - [1175] = 606, - [1176] = 607, - [1177] = 608, - [1178] = 609, - [1179] = 610, - [1180] = 611, - [1181] = 612, - [1182] = 613, - [1183] = 614, - [1184] = 615, - [1185] = 616, - [1186] = 617, - [1187] = 618, - [1188] = 619, - [1189] = 620, - [1190] = 621, - [1191] = 622, - [1192] = 623, - [1193] = 624, + [1064] = 1064, + [1065] = 1061, + [1066] = 1054, + [1067] = 1067, + [1068] = 1068, + [1069] = 619, + [1070] = 550, + [1071] = 551, + [1072] = 552, + [1073] = 549, + [1074] = 560, + [1075] = 561, + [1076] = 562, + [1077] = 563, + [1078] = 564, + [1079] = 565, + [1080] = 571, + [1081] = 577, + [1082] = 1082, + [1083] = 1083, + [1084] = 1084, + [1085] = 1085, + [1086] = 1086, + [1087] = 598, + [1088] = 599, + [1089] = 604, + [1090] = 606, + [1091] = 607, + [1092] = 609, + [1093] = 610, + [1094] = 611, + [1095] = 617, + [1096] = 618, + [1097] = 620, + [1098] = 621, + [1099] = 622, + [1100] = 624, + [1101] = 627, + [1102] = 629, + [1103] = 630, + [1104] = 634, + [1105] = 637, + [1106] = 638, + [1107] = 639, + [1108] = 642, + [1109] = 643, + [1110] = 644, + [1111] = 645, + [1112] = 646, + [1113] = 647, + [1114] = 648, + [1115] = 649, + [1116] = 652, + [1117] = 653, + [1118] = 654, + [1119] = 655, + [1120] = 656, + [1121] = 657, + [1122] = 658, + [1123] = 662, + [1124] = 663, + [1125] = 664, + [1126] = 665, + [1127] = 666, + [1128] = 667, + [1129] = 668, + [1130] = 669, + [1131] = 673, + [1132] = 674, + [1133] = 675, + [1134] = 676, + [1135] = 1135, + [1136] = 685, + [1137] = 688, + [1138] = 1138, + [1139] = 1139, + [1140] = 698, + [1141] = 700, + [1142] = 702, + [1143] = 703, + [1144] = 704, + [1145] = 705, + [1146] = 706, + [1147] = 707, + [1148] = 709, + [1149] = 710, + [1150] = 711, + [1151] = 712, + [1152] = 713, + [1153] = 717, + [1154] = 718, + [1155] = 719, + [1156] = 720, + [1157] = 721, + [1158] = 723, + [1159] = 724, + [1160] = 728, + [1161] = 616, + [1162] = 730, + [1163] = 731, + [1164] = 732, + [1165] = 733, + [1166] = 734, + [1167] = 735, + [1168] = 736, + [1169] = 737, + [1170] = 738, + [1171] = 739, + [1172] = 740, + [1173] = 741, + [1174] = 742, + [1175] = 744, + [1176] = 745, + [1177] = 746, + [1178] = 747, + [1179] = 748, + [1180] = 750, + [1181] = 752, + [1182] = 753, + [1183] = 754, + [1184] = 755, + [1185] = 756, + [1186] = 757, + [1187] = 758, + [1188] = 759, + [1189] = 768, + [1190] = 770, + [1191] = 1191, + [1192] = 1192, + [1193] = 559, [1194] = 625, [1195] = 626, - [1196] = 627, - [1197] = 1197, - [1198] = 629, - [1199] = 630, - [1200] = 631, - [1201] = 632, - [1202] = 633, - [1203] = 634, - [1204] = 635, - [1205] = 636, - [1206] = 637, - [1207] = 492, - [1208] = 639, - [1209] = 640, - [1210] = 641, - [1211] = 642, - [1212] = 644, - [1213] = 1213, - [1214] = 645, - [1215] = 647, - [1216] = 648, - [1217] = 435, - [1218] = 1218, - [1219] = 1219, - [1220] = 650, - [1221] = 651, - [1222] = 652, - [1223] = 653, - [1224] = 654, - [1225] = 655, - [1226] = 658, - [1227] = 661, - [1228] = 662, - [1229] = 683, - [1230] = 684, - [1231] = 1231, - [1232] = 1232, - [1233] = 1233, - [1234] = 1020, - [1235] = 1235, - [1236] = 1236, - [1237] = 1237, - [1238] = 1021, - [1239] = 1239, + [1196] = 684, + [1197] = 763, + [1198] = 506, + [1199] = 507, + [1200] = 512, + [1201] = 513, + [1202] = 515, + [1203] = 518, + [1204] = 521, + [1205] = 527, + [1206] = 528, + [1207] = 529, + [1208] = 536, + [1209] = 540, + [1210] = 541, + [1211] = 544, + [1212] = 553, + [1213] = 554, + [1214] = 558, + [1215] = 566, + [1216] = 573, + [1217] = 574, + [1218] = 576, + [1219] = 578, + [1220] = 579, + [1221] = 580, + [1222] = 581, + [1223] = 582, + [1224] = 583, + [1225] = 584, + [1226] = 585, + [1227] = 586, + [1228] = 589, + [1229] = 591, + [1230] = 593, + [1231] = 594, + [1232] = 595, + [1233] = 601, + [1234] = 602, + [1235] = 603, + [1236] = 605, + [1237] = 613, + [1238] = 614, + [1239] = 623, [1240] = 1240, [1241] = 1241, - [1242] = 703, - [1243] = 699, - [1244] = 704, - [1245] = 705, - [1246] = 1246, - [1247] = 706, - [1248] = 707, - [1249] = 1249, - [1250] = 712, - [1251] = 713, - [1252] = 714, - [1253] = 715, - [1254] = 716, - [1255] = 719, - [1256] = 720, - [1257] = 722, - [1258] = 723, - [1259] = 1259, - [1260] = 724, - [1261] = 725, - [1262] = 726, - [1263] = 728, - [1264] = 729, - [1265] = 1265, - [1266] = 730, - [1267] = 731, - [1268] = 732, - [1269] = 733, - [1270] = 734, - [1271] = 735, - [1272] = 736, - [1273] = 738, - [1274] = 741, - [1275] = 742, - [1276] = 743, - [1277] = 744, - [1278] = 745, - [1279] = 746, - [1280] = 747, - [1281] = 1281, - [1282] = 1282, - [1283] = 749, - [1284] = 750, - [1285] = 1285, - [1286] = 677, - [1287] = 1287, - [1288] = 1288, - [1289] = 1289, - [1290] = 1290, - [1291] = 1291, - [1292] = 1292, - [1293] = 1023, - [1294] = 1294, - [1295] = 590, - [1296] = 755, - [1297] = 756, - [1298] = 1298, - [1299] = 757, - [1300] = 759, - [1301] = 760, - [1302] = 761, - [1303] = 1303, - [1304] = 763, - [1305] = 1305, - [1306] = 764, - [1307] = 638, - [1308] = 767, - [1309] = 1023, + [1242] = 632, + [1243] = 633, + [1244] = 640, + [1245] = 650, + [1246] = 660, + [1247] = 671, + [1248] = 672, + [1249] = 680, + [1250] = 681, + [1251] = 682, + [1252] = 686, + [1253] = 691, + [1254] = 692, + [1255] = 693, + [1256] = 694, + [1257] = 697, + [1258] = 699, + [1259] = 701, + [1260] = 708, + [1261] = 714, + [1262] = 715, + [1263] = 716, + [1264] = 722, + [1265] = 725, + [1266] = 726, + [1267] = 743, + [1268] = 749, + [1269] = 751, + [1270] = 760, + [1271] = 764, + [1272] = 765, + [1273] = 766, + [1274] = 767, + [1275] = 769, + [1276] = 771, + [1277] = 651, + [1278] = 495, + [1279] = 496, + [1280] = 497, + [1281] = 498, + [1282] = 499, + [1283] = 500, + [1284] = 501, + [1285] = 502, + [1286] = 503, + [1287] = 504, + [1288] = 505, + [1289] = 508, + [1290] = 509, + [1291] = 510, + [1292] = 511, + [1293] = 1293, + [1294] = 1021, + [1295] = 1295, + [1296] = 1296, + [1297] = 1297, + [1298] = 598, + [1299] = 1299, + [1300] = 1300, + [1301] = 567, + [1302] = 569, + [1303] = 1025, + [1304] = 435, + [1305] = 772, + [1306] = 1306, + [1307] = 1023, + [1308] = 1308, + [1309] = 1022, [1310] = 1310, - [1311] = 539, - [1312] = 727, - [1313] = 740, - [1314] = 748, - [1315] = 505, - [1316] = 700, - [1317] = 524, - [1318] = 538, - [1319] = 702, - [1320] = 542, - [1321] = 1321, - [1322] = 649, - [1323] = 656, - [1324] = 657, - [1325] = 659, - [1326] = 663, - [1327] = 664, - [1328] = 665, - [1329] = 666, - [1330] = 667, - [1331] = 668, - [1332] = 669, - [1333] = 670, - [1334] = 671, - [1335] = 672, - [1336] = 673, - [1337] = 674, - [1338] = 675, - [1339] = 676, - [1340] = 678, - [1341] = 679, - [1342] = 680, - [1343] = 681, - [1344] = 682, - [1345] = 686, - [1346] = 688, - [1347] = 693, - [1348] = 694, - [1349] = 696, - [1350] = 697, - [1351] = 698, - [1352] = 717, - [1353] = 721, + [1311] = 1311, + [1312] = 1312, + [1313] = 772, + [1314] = 1020, + [1315] = 1315, + [1316] = 1316, + [1317] = 1317, + [1318] = 1318, + [1319] = 1319, + [1320] = 1320, + [1321] = 570, + [1322] = 1322, + [1323] = 268, + [1324] = 596, + [1325] = 597, + [1326] = 600, + [1327] = 1327, + [1328] = 628, + [1329] = 631, + [1330] = 635, + [1331] = 1331, + [1332] = 661, + [1333] = 677, + [1334] = 678, + [1335] = 679, + [1336] = 1025, + [1337] = 683, + [1338] = 687, + [1339] = 695, + [1340] = 696, + [1341] = 1341, + [1342] = 1342, + [1343] = 1343, + [1344] = 1344, + [1345] = 761, + [1346] = 1346, + [1347] = 762, + [1348] = 1348, + [1349] = 1349, + [1350] = 1350, + [1351] = 1351, + [1352] = 1352, + [1353] = 1353, [1354] = 1354, - [1355] = 1355, - [1356] = 1356, - [1357] = 751, - [1358] = 752, - [1359] = 753, - [1360] = 754, - [1361] = 758, - [1362] = 762, - [1363] = 765, - [1364] = 766, - [1365] = 493, - [1366] = 494, - [1367] = 1367, - [1368] = 495, - [1369] = 1022, - [1370] = 1370, - [1371] = 1371, - [1372] = 1372, - [1373] = 1373, - [1374] = 1374, - [1375] = 402, - [1376] = 1376, - [1377] = 387, - [1378] = 1378, - [1379] = 1379, - [1380] = 1380, + [1355] = 514, + [1356] = 516, + [1357] = 517, + [1358] = 519, + [1359] = 520, + [1360] = 522, + [1361] = 523, + [1362] = 524, + [1363] = 525, + [1364] = 526, + [1365] = 532, + [1366] = 533, + [1367] = 534, + [1368] = 535, + [1369] = 537, + [1370] = 538, + [1371] = 539, + [1372] = 542, + [1373] = 543, + [1374] = 545, + [1375] = 546, + [1376] = 547, + [1377] = 548, + [1378] = 557, + [1379] = 772, + [1380] = 416, [1381] = 1381, [1382] = 1382, - [1383] = 390, - [1384] = 1384, - [1385] = 380, - [1386] = 699, + [1383] = 417, + [1384] = 151, + [1385] = 1385, + [1386] = 1386, [1387] = 1387, - [1388] = 1388, - [1389] = 1389, - [1390] = 1390, + [1388] = 393, + [1389] = 394, + [1390] = 1025, [1391] = 1391, [1392] = 1392, - [1393] = 1393, + [1393] = 396, [1394] = 1394, [1395] = 1395, [1396] = 1396, [1397] = 1397, [1398] = 1398, [1399] = 1399, - [1400] = 406, + [1400] = 1400, [1401] = 1401, - [1402] = 385, - [1403] = 1015, - [1404] = 377, + [1402] = 1402, + [1403] = 378, + [1404] = 1404, [1405] = 1405, - [1406] = 1406, - [1407] = 755, - [1408] = 381, + [1406] = 407, + [1407] = 408, + [1408] = 1408, [1409] = 1409, [1410] = 1410, [1411] = 1411, [1412] = 1412, - [1413] = 214, + [1413] = 1413, [1414] = 1414, [1415] = 1415, [1416] = 1416, - [1417] = 1417, + [1417] = 392, [1418] = 1418, [1419] = 1419, [1420] = 1420, [1421] = 1421, - [1422] = 1023, - [1423] = 412, - [1424] = 163, - [1425] = 393, - [1426] = 413, - [1427] = 1427, - [1428] = 411, + [1422] = 1422, + [1423] = 1423, + [1424] = 1424, + [1425] = 1425, + [1426] = 1426, + [1427] = 180, + [1428] = 1428, [1429] = 1429, [1430] = 1430, - [1431] = 403, - [1432] = 384, - [1433] = 1433, - [1434] = 1434, + [1431] = 399, + [1432] = 401, + [1433] = 400, + [1434] = 390, [1435] = 1435, - [1436] = 374, - [1437] = 1437, + [1436] = 1436, + [1437] = 154, [1438] = 1438, [1439] = 1439, [1440] = 1440, - [1441] = 1441, - [1442] = 389, - [1443] = 1443, - [1444] = 1444, + [1441] = 379, + [1442] = 1442, + [1443] = 411, + [1444] = 204, [1445] = 1445, [1446] = 1446, - [1447] = 1447, - [1448] = 394, + [1447] = 406, + [1448] = 1448, [1449] = 1449, [1450] = 1450, [1451] = 1451, - [1452] = 1452, - [1453] = 1453, - [1454] = 414, + [1452] = 409, + [1453] = 415, + [1454] = 387, [1455] = 1455, - [1456] = 386, - [1457] = 1457, - [1458] = 1458, - [1459] = 212, + [1456] = 1456, + [1457] = 412, + [1458] = 413, + [1459] = 1459, [1460] = 1460, [1461] = 1461, [1462] = 1462, [1463] = 1463, - [1464] = 407, - [1465] = 1465, + [1464] = 1464, + [1465] = 169, [1466] = 1466, [1467] = 1467, [1468] = 1468, [1469] = 1469, - [1470] = 383, - [1471] = 1471, + [1470] = 1470, + [1471] = 385, [1472] = 1472, - [1473] = 145, - [1474] = 371, - [1475] = 405, - [1476] = 408, + [1473] = 1473, + [1474] = 1474, + [1475] = 1475, + [1476] = 1476, [1477] = 1477, [1478] = 1478, [1479] = 1479, [1480] = 1480, [1481] = 1481, - [1482] = 1482, + [1482] = 1015, [1483] = 1483, [1484] = 1484, - [1485] = 166, - [1486] = 1486, - [1487] = 1487, - [1488] = 165, - [1489] = 164, + [1485] = 1485, + [1486] = 384, + [1487] = 203, + [1488] = 397, + [1489] = 1489, [1490] = 1490, - [1491] = 1491, - [1492] = 391, + [1491] = 398, + [1492] = 1492, [1493] = 1493, [1494] = 1494, [1495] = 1495, [1496] = 1496, - [1497] = 1497, - [1498] = 372, + [1497] = 170, + [1498] = 1498, [1499] = 1499, [1500] = 1500, [1501] = 1501, - [1502] = 1501, - [1503] = 1501, - [1504] = 1023, - [1505] = 1505, + [1502] = 1502, + [1503] = 418, + [1504] = 1504, + [1505] = 1504, [1506] = 1506, - [1507] = 1023, + [1507] = 1504, [1508] = 1508, - [1509] = 1509, - [1510] = 1024, + [1509] = 1025, + [1510] = 1025, [1511] = 1511, [1512] = 1512, [1513] = 1513, [1514] = 1514, [1515] = 1515, - [1516] = 1508, + [1516] = 1516, [1517] = 1517, [1518] = 1518, [1519] = 1519, [1520] = 1520, - [1521] = 1521, - [1522] = 1059, + [1521] = 1024, + [1522] = 1522, [1523] = 1523, [1524] = 1524, [1525] = 1525, [1526] = 1526, [1527] = 1527, - [1528] = 1528, + [1528] = 1524, [1529] = 1529, [1530] = 1530, [1531] = 1531, - [1532] = 1528, - [1533] = 1533, - [1534] = 1534, - [1535] = 1059, + [1532] = 1519, + [1533] = 1517, + [1534] = 1055, + [1535] = 1535, [1536] = 1536, [1537] = 1537, [1538] = 1538, - [1539] = 1539, - [1540] = 1059, - [1541] = 1035, - [1542] = 1036, - [1543] = 1025, - [1544] = 1371, - [1545] = 1040, - [1546] = 1046, - [1547] = 1038, - [1548] = 1047, - [1549] = 1048, - [1550] = 1045, - [1551] = 1453, - [1552] = 1294, - [1553] = 1249, - [1554] = 1294, - [1555] = 1231, - [1556] = 1453, - [1557] = 1037, - [1558] = 1213, - [1559] = 1231, - [1560] = 1042, - [1561] = 1213, - [1562] = 1249, - [1563] = 1107, - [1564] = 1481, - [1565] = 1241, - [1566] = 1566, - [1567] = 1567, - [1568] = 1285, - [1569] = 1566, - [1570] = 1054, - [1571] = 1571, - [1572] = 1241, - [1573] = 1354, - [1574] = 1453, + [1539] = 1033, + [1540] = 1540, + [1541] = 1541, + [1542] = 1034, + [1543] = 1543, + [1544] = 1035, + [1545] = 1545, + [1546] = 1546, + [1547] = 1055, + [1548] = 1055, + [1549] = 1477, + [1550] = 1354, + [1551] = 1041, + [1552] = 1354, + [1553] = 1039, + [1554] = 1300, + [1555] = 1043, + [1556] = 1046, + [1557] = 1322, + [1558] = 1050, + [1559] = 1331, + [1560] = 1044, + [1561] = 1331, + [1562] = 1474, + [1563] = 1045, + [1564] = 1474, + [1565] = 1047, + [1566] = 1322, + [1567] = 1300, + [1568] = 1568, + [1569] = 1569, + [1570] = 1240, + [1571] = 1477, + [1572] = 1052, + [1573] = 1138, + [1574] = 1346, [1575] = 1575, - [1576] = 1371, - [1577] = 1575, - [1578] = 1158, - [1579] = 1579, - [1580] = 1063, + [1576] = 1576, + [1577] = 1569, + [1578] = 1064, + [1579] = 1568, + [1580] = 1580, [1581] = 1575, - [1582] = 1566, - [1583] = 1575, - [1584] = 1060, - [1585] = 1579, - [1586] = 1505, - [1587] = 251, - [1588] = 1506, - [1589] = 1571, - [1590] = 1481, - [1591] = 1567, - [1592] = 1412, - [1593] = 1571, - [1594] = 1065, - [1595] = 1412, - [1596] = 1566, - [1597] = 1520, - [1598] = 1512, - [1599] = 1506, - [1600] = 1259, - [1601] = 1235, - [1602] = 1310, - [1603] = 1603, - [1604] = 1370, - [1605] = 1239, - [1606] = 1108, - [1607] = 1240, - [1608] = 1159, - [1609] = 1529, - [1610] = 1531, - [1611] = 1525, - [1612] = 1527, - [1613] = 1518, - [1614] = 1298, - [1615] = 1521, - [1616] = 1603, - [1617] = 1524, - [1618] = 1509, - [1619] = 1619, - [1620] = 1511, - [1621] = 1517, - [1622] = 1622, - [1623] = 1289, - [1624] = 1624, - [1625] = 1356, - [1626] = 1219, - [1627] = 1513, - [1628] = 1624, - [1629] = 1629, - [1630] = 1505, - [1631] = 1197, - [1632] = 1290, - [1633] = 1303, - [1634] = 1287, - [1635] = 1305, - [1636] = 1321, - [1637] = 1530, - [1638] = 1292, - [1639] = 1622, - [1640] = 1236, - [1641] = 1237, - [1642] = 1282, - [1643] = 1523, - [1644] = 1288, - [1645] = 1291, - [1646] = 1526, - [1647] = 377, - [1648] = 1648, - [1649] = 372, - [1650] = 380, - [1651] = 1514, - [1652] = 371, - [1653] = 374, - [1654] = 1519, - [1655] = 1232, - [1656] = 1515, - [1657] = 1218, + [1582] = 1442, + [1583] = 1576, + [1584] = 1506, + [1585] = 1463, + [1586] = 1575, + [1587] = 268, + [1588] = 1568, + [1589] = 1082, + [1590] = 1191, + [1591] = 1463, + [1592] = 1346, + [1593] = 1568, + [1594] = 1576, + [1595] = 1580, + [1596] = 1442, + [1597] = 1575, + [1598] = 1068, + [1599] = 1474, + [1600] = 1508, + [1601] = 1060, + [1602] = 1349, + [1603] = 1308, + [1604] = 1310, + [1605] = 1311, + [1606] = 1315, + [1607] = 1317, + [1608] = 1318, + [1609] = 1319, + [1610] = 1320, + [1611] = 1522, + [1612] = 1518, + [1613] = 1348, + [1614] = 1351, + [1615] = 1352, + [1616] = 1353, + [1617] = 1083, + [1618] = 1084, + [1619] = 1086, + [1620] = 1537, + [1621] = 1139, + [1622] = 1512, + [1623] = 1192, + [1624] = 1516, + [1625] = 1525, + [1626] = 1241, + [1627] = 1527, + [1628] = 1531, + [1629] = 1536, + [1630] = 1297, + [1631] = 1514, + [1632] = 1515, + [1633] = 1342, + [1634] = 1343, + [1635] = 1520, + [1636] = 1508, + [1637] = 1637, + [1638] = 384, + [1639] = 1506, + [1640] = 378, + [1641] = 385, + [1642] = 379, + [1643] = 387, + [1644] = 1316, + [1645] = 1344, + [1646] = 1511, + [1647] = 1530, + [1648] = 1523, + [1649] = 1526, + [1650] = 1529, + [1651] = 1651, + [1652] = 1652, + [1653] = 1637, + [1654] = 1651, + [1655] = 1655, + [1656] = 1535, + [1657] = 1657, [1658] = 1658, - [1659] = 1471, - [1660] = 1384, - [1661] = 1661, - [1662] = 1511, - [1663] = 1418, - [1664] = 1664, - [1665] = 1665, - [1666] = 1450, - [1667] = 1451, - [1668] = 1438, - [1669] = 1452, - [1670] = 1513, - [1671] = 1441, - [1672] = 1444, - [1673] = 1673, - [1674] = 1401, - [1675] = 1437, - [1676] = 1518, - [1677] = 1372, - [1678] = 1658, - [1679] = 1379, - [1680] = 1380, - [1681] = 1681, - [1682] = 1434, - [1683] = 1500, - [1684] = 1517, - [1685] = 1530, - [1686] = 1686, - [1687] = 1526, - [1688] = 1514, - [1689] = 1689, - [1690] = 1382, - [1691] = 1495, - [1692] = 1496, - [1693] = 1467, - [1694] = 1468, - [1695] = 1490, - [1696] = 1696, - [1697] = 1455, - [1698] = 1520, - [1699] = 1699, - [1700] = 1700, - [1701] = 1701, - [1702] = 1702, - [1703] = 1512, - [1704] = 1704, - [1705] = 1415, - [1706] = 1706, - [1707] = 1673, - [1708] = 1706, - [1709] = 435, - [1710] = 1701, - [1711] = 393, - [1712] = 1712, - [1713] = 1387, - [1714] = 1517, - [1715] = 1715, - [1716] = 403, - [1717] = 1658, - [1718] = 384, - [1719] = 1686, - [1720] = 1689, - [1721] = 1530, - [1722] = 1389, - [1723] = 389, - [1724] = 394, - [1725] = 1419, - [1726] = 1521, - [1727] = 1727, - [1728] = 1445, - [1729] = 1686, - [1730] = 1704, - [1731] = 1394, - [1732] = 1732, - [1733] = 1701, - [1734] = 1465, - [1735] = 1524, - [1736] = 1446, - [1737] = 1665, - [1738] = 1658, - [1739] = 1460, - [1740] = 1689, - [1741] = 1704, - [1742] = 1526, - [1743] = 1743, - [1744] = 1744, - [1745] = 1398, - [1746] = 1519, - [1747] = 1420, - [1748] = 1704, - [1749] = 1478, - [1750] = 1701, - [1751] = 1751, - [1752] = 1658, - [1753] = 1744, - [1754] = 1689, - [1755] = 1519, - [1756] = 1686, - [1757] = 1410, - [1758] = 1411, - [1759] = 1759, - [1760] = 1514, - [1761] = 1390, - [1762] = 1704, - [1763] = 406, - [1764] = 1701, - [1765] = 1765, - [1766] = 1658, - [1767] = 1515, - [1768] = 1689, - [1769] = 1525, - [1770] = 1704, - [1771] = 1751, - [1772] = 1701, - [1773] = 1396, - [1774] = 408, - [1775] = 1405, - [1776] = 1477, - [1777] = 381, - [1778] = 1531, - [1779] = 1523, - [1780] = 1461, - [1781] = 402, - [1782] = 1409, - [1783] = 1421, - [1784] = 1466, - [1785] = 1527, - [1786] = 1529, - [1787] = 1376, - [1788] = 1531, - [1789] = 1391, - [1790] = 1525, - [1791] = 1518, - [1792] = 1520, - [1793] = 1435, - [1794] = 1521, - [1795] = 1524, - [1796] = 1509, + [1659] = 1652, + [1660] = 1295, + [1661] = 1296, + [1662] = 1513, + [1663] = 1514, + [1664] = 1404, + [1665] = 1020, + [1666] = 1426, + [1667] = 1456, + [1668] = 1522, + [1669] = 1455, + [1670] = 1470, + [1671] = 1435, + [1672] = 1490, + [1673] = 1386, + [1674] = 1392, + [1675] = 1459, + [1676] = 1395, + [1677] = 1518, + [1678] = 1678, + [1679] = 1496, + [1680] = 1499, + [1681] = 1385, + [1682] = 1412, + [1683] = 1445, + [1684] = 1428, + [1685] = 1430, + [1686] = 1421, + [1687] = 1423, + [1688] = 1448, + [1689] = 1537, + [1690] = 1512, + [1691] = 1691, + [1692] = 1516, + [1693] = 435, + [1694] = 416, + [1695] = 418, + [1696] = 393, + [1697] = 1525, + [1698] = 394, + [1699] = 396, + [1700] = 1466, + [1701] = 1527, + [1702] = 1460, + [1703] = 1531, + [1704] = 1536, + [1705] = 1513, + [1706] = 1462, + [1707] = 1535, + [1708] = 1416, + [1709] = 399, + [1710] = 1522, + [1711] = 1464, + [1712] = 390, + [1713] = 1410, + [1714] = 406, + [1715] = 1518, + [1716] = 412, + [1717] = 1467, + [1718] = 1537, + [1719] = 1512, + [1720] = 1516, + [1721] = 1525, + [1722] = 1527, + [1723] = 1531, + [1724] = 1536, + [1725] = 1513, + [1726] = 1514, + [1727] = 1515, + [1728] = 1520, + [1729] = 1469, + [1730] = 1476, + [1731] = 1479, + [1732] = 1480, + [1733] = 1515, + [1734] = 397, + [1735] = 398, + [1736] = 1529, + [1737] = 400, + [1738] = 1408, + [1739] = 1381, + [1740] = 1478, + [1741] = 407, + [1742] = 408, + [1743] = 409, + [1744] = 411, + [1745] = 415, + [1746] = 392, + [1747] = 170, + [1748] = 180, + [1749] = 417, + [1750] = 169, + [1751] = 1535, + [1752] = 151, + [1753] = 401, + [1754] = 1754, + [1755] = 1518, + [1756] = 154, + [1757] = 413, + [1758] = 1758, + [1759] = 1529, + [1760] = 1520, + [1761] = 1449, + [1762] = 1500, + [1763] = 1415, + [1764] = 1409, + [1765] = 203, + [1766] = 204, + [1767] = 1422, + [1768] = 1473, + [1769] = 1475, + [1770] = 1770, + [1771] = 1501, + [1772] = 1502, + [1773] = 1439, + [1774] = 1472, + [1775] = 1775, + [1776] = 1776, + [1777] = 1429, + [1778] = 1778, + [1779] = 1394, + [1780] = 1780, + [1781] = 1781, + [1782] = 1399, + [1783] = 1414, + [1784] = 1413, + [1785] = 1483, + [1786] = 1786, + [1787] = 1484, + [1788] = 1485, + [1789] = 1789, + [1790] = 1424, + [1791] = 1791, + [1792] = 1436, + [1793] = 1793, + [1794] = 1794, + [1795] = 1425, + [1796] = 1796, [1797] = 1511, - [1798] = 1513, + [1798] = 1786, [1799] = 1799, - [1800] = 1406, - [1801] = 1414, - [1802] = 1458, - [1803] = 1378, - [1804] = 407, - [1805] = 1759, - [1806] = 383, - [1807] = 1512, - [1808] = 390, - [1809] = 1388, - [1810] = 1395, - [1811] = 1417, - [1812] = 412, - [1813] = 413, - [1814] = 414, - [1815] = 1020, - [1816] = 405, - [1817] = 391, - [1818] = 1399, - [1819] = 386, - [1820] = 163, - [1821] = 1440, - [1822] = 164, - [1823] = 1427, - [1824] = 1469, - [1825] = 411, - [1826] = 1373, - [1827] = 145, - [1828] = 1499, - [1829] = 1472, - [1830] = 1519, - [1831] = 165, - [1832] = 1832, - [1833] = 385, - [1834] = 1491, - [1835] = 1523, - [1836] = 166, - [1837] = 387, - [1838] = 1509, - [1839] = 1397, - [1840] = 1429, - [1841] = 1512, - [1842] = 1689, - [1843] = 1439, - [1844] = 1515, - [1845] = 1479, - [1846] = 1480, - [1847] = 1658, - [1848] = 1449, - [1849] = 1482, - [1850] = 1483, - [1851] = 212, - [1852] = 1852, - [1853] = 214, - [1854] = 1484, - [1855] = 1701, - [1856] = 1457, - [1857] = 1462, - [1858] = 1374, - [1859] = 1487, - [1860] = 1494, - [1861] = 1852, - [1862] = 1862, - [1863] = 1523, - [1864] = 1529, - [1865] = 1689, - [1866] = 1497, - [1867] = 1430, - [1868] = 1463, - [1869] = 1486, - [1870] = 1870, - [1871] = 1416, - [1872] = 1433, - [1873] = 1832, - [1874] = 1527, - [1875] = 1704, - [1876] = 1876, - [1877] = 1877, - [1878] = 1799, - [1879] = 1879, - [1880] = 1880, + [1800] = 1778, + [1801] = 1801, + [1802] = 1802, + [1803] = 1802, + [1804] = 1405, + [1805] = 1758, + [1806] = 1806, + [1807] = 1418, + [1808] = 1691, + [1809] = 1793, + [1810] = 1801, + [1811] = 1811, + [1812] = 1523, + [1813] = 1526, + [1814] = 1814, + [1815] = 1451, + [1816] = 1387, + [1817] = 1794, + [1818] = 1818, + [1819] = 1438, + [1820] = 1411, + [1821] = 1780, + [1822] = 1461, + [1823] = 1511, + [1824] = 1530, + [1825] = 1786, + [1826] = 1523, + [1827] = 1526, + [1828] = 1789, + [1829] = 1468, + [1830] = 1397, + [1831] = 1400, + [1832] = 1401, + [1833] = 1494, + [1834] = 1382, + [1835] = 1758, + [1836] = 1489, + [1837] = 1837, + [1838] = 1793, + [1839] = 1806, + [1840] = 1780, + [1841] = 1529, + [1842] = 1786, + [1843] = 1789, + [1844] = 1844, + [1845] = 1481, + [1846] = 1758, + [1847] = 1814, + [1848] = 1848, + [1849] = 1793, + [1850] = 1495, + [1851] = 1402, + [1852] = 1780, + [1853] = 1398, + [1854] = 1789, + [1855] = 1419, + [1856] = 1796, + [1857] = 1758, + [1858] = 1793, + [1859] = 1780, + [1860] = 1789, + [1861] = 1492, + [1862] = 1758, + [1863] = 1793, + [1864] = 1780, + [1865] = 1789, + [1866] = 1758, + [1867] = 1780, + [1868] = 1793, + [1869] = 1789, + [1870] = 1396, + [1871] = 1440, + [1872] = 1872, + [1873] = 1873, + [1874] = 1493, + [1875] = 1450, + [1876] = 1498, + [1877] = 1420, + [1878] = 1878, + [1879] = 1535, + [1880] = 1530, [1881] = 1881, - [1882] = 1862, + [1882] = 1882, [1883] = 1883, [1884] = 1884, - [1885] = 1885, + [1885] = 1881, [1886] = 1886, - [1887] = 1887, + [1887] = 1678, [1888] = 1888, - [1889] = 1889, + [1889] = 1886, [1890] = 1890, [1891] = 1891, - [1892] = 1885, + [1892] = 1892, [1893] = 1893, - [1894] = 1894, - [1895] = 1877, - [1896] = 1879, + [1894] = 1892, + [1895] = 1895, + [1896] = 1895, [1897] = 1897, - [1898] = 1884, - [1899] = 1886, - [1900] = 1900, - [1901] = 1890, - [1902] = 1891, - [1903] = 1894, - [1904] = 1900, + [1898] = 1898, + [1899] = 1899, + [1900] = 1899, + [1901] = 1754, + [1902] = 1898, + [1903] = 1884, + [1904] = 1883, [1905] = 1905, - [1906] = 1879, - [1907] = 1727, - [1908] = 1887, - [1909] = 1876, - [1910] = 1905, - [1911] = 1911, - [1912] = 1889, + [1906] = 1891, + [1907] = 1907, + [1908] = 1908, + [1909] = 1905, + [1910] = 1908, + [1911] = 1893, + [1912] = 1892, [1913] = 1913, [1914] = 1914, [1915] = 1915, - [1916] = 1913, - [1917] = 1917, - [1918] = 1917, - [1919] = 1915, - [1920] = 1914, - [1921] = 1921, + [1916] = 1781, + [1917] = 1915, + [1918] = 1918, + [1919] = 1919, + [1920] = 1920, + [1921] = 1920, [1922] = 1922, - [1923] = 1923, - [1924] = 1924, - [1925] = 1925, - [1926] = 1924, - [1927] = 1925, - [1928] = 1924, - [1929] = 1924, - [1930] = 1925, - [1931] = 1924, - [1932] = 1932, - [1933] = 1932, - [1934] = 166, - [1935] = 145, - [1936] = 1024, - [1937] = 1937, - [1938] = 1036, - [1939] = 1035, - [1940] = 1045, - [1941] = 1025, - [1942] = 1037, - [1943] = 1046, + [1923] = 1918, + [1924] = 1922, + [1925] = 1919, + [1926] = 1926, + [1927] = 1927, + [1928] = 1928, + [1929] = 1929, + [1930] = 1929, + [1931] = 1931, + [1932] = 1929, + [1933] = 1931, + [1934] = 1929, + [1935] = 1931, + [1936] = 1929, + [1937] = 1929, + [1938] = 1938, + [1939] = 1938, + [1940] = 169, + [1941] = 154, + [1942] = 1024, + [1943] = 1034, [1944] = 1047, - [1945] = 1038, - [1946] = 1048, - [1947] = 1158, - [1948] = 1040, - [1949] = 1047, - [1950] = 1285, - [1951] = 1107, - [1952] = 1037, - [1953] = 1042, - [1954] = 1045, - [1955] = 1354, - [1956] = 1046, - [1957] = 1054, - [1958] = 1060, - [1959] = 1065, - [1960] = 1063, - [1961] = 1961, - [1962] = 1232, - [1963] = 1197, - [1964] = 1964, - [1965] = 1965, + [1945] = 1035, + [1946] = 1033, + [1947] = 1041, + [1948] = 1948, + [1949] = 1045, + [1950] = 1044, + [1951] = 1044, + [1952] = 1045, + [1953] = 1046, + [1954] = 1039, + [1955] = 1050, + [1956] = 1082, + [1957] = 1043, + [1958] = 1047, + [1959] = 1138, + [1960] = 1041, + [1961] = 1240, + [1962] = 1191, + [1963] = 1060, + [1964] = 1052, + [1965] = 1068, [1966] = 1966, - [1967] = 1287, - [1968] = 1321, - [1969] = 1965, - [1970] = 1305, - [1971] = 1236, - [1972] = 1356, - [1973] = 385, - [1974] = 387, + [1967] = 1064, + [1968] = 1348, + [1969] = 1969, + [1970] = 1970, + [1971] = 1970, + [1972] = 1308, + [1973] = 1311, + [1974] = 1310, [1975] = 1975, - [1976] = 212, - [1977] = 214, - [1978] = 1291, - [1979] = 1108, - [1980] = 1289, - [1981] = 1235, - [1982] = 1975, - [1983] = 1290, - [1984] = 1159, - [1985] = 1370, - [1986] = 1282, - [1987] = 1239, - [1988] = 1240, - [1989] = 1292, - [1990] = 1288, - [1991] = 1975, - [1992] = 1992, - [1993] = 1298, - [1994] = 1539, - [1995] = 1237, - [1996] = 1966, - [1997] = 1303, - [1998] = 1998, - [1999] = 1389, - [2000] = 1472, - [2001] = 1396, - [2002] = 1405, - [2003] = 1406, - [2004] = 1414, - [2005] = 1387, - [2006] = 1394, - [2007] = 1966, - [2008] = 1482, - [2009] = 1458, - [2010] = 1420, - [2011] = 1483, - [2012] = 1495, - [2013] = 1496, - [2014] = 1484, - [2015] = 1450, - [2016] = 1451, - [2017] = 1452, - [2018] = 1388, - [2019] = 1395, - [2020] = 1486, - [2021] = 1398, - [2022] = 1479, - [2023] = 1427, - [2024] = 1409, - [2025] = 1467, - [2026] = 1468, - [2027] = 1480, - [2028] = 1372, - [2029] = 1379, - [2030] = 1538, - [2031] = 1415, - [2032] = 1380, - [2033] = 1537, - [2034] = 1536, - [2035] = 1390, - [2036] = 1421, - [2037] = 2037, - [2038] = 164, - [2039] = 2039, - [2040] = 165, - [2041] = 2041, - [2042] = 2042, - [2043] = 1046, - [2044] = 1045, - [2045] = 1047, - [2046] = 1937, - [2047] = 2047, - [2048] = 1037, - [2049] = 1037, - [2050] = 1045, - [2051] = 2051, - [2052] = 2052, - [2053] = 1037, - [2054] = 1046, + [1976] = 1084, + [1977] = 1139, + [1978] = 1351, + [1979] = 1979, + [1980] = 1297, + [1981] = 1296, + [1982] = 203, + [1983] = 1192, + [1984] = 1984, + [1985] = 1241, + [1986] = 1984, + [1987] = 1349, + [1988] = 1352, + [1989] = 413, + [1990] = 1083, + [1991] = 1317, + [1992] = 1295, + [1993] = 204, + [1994] = 401, + [1995] = 1984, + [1996] = 1086, + [1997] = 1315, + [1998] = 1353, + [1999] = 1318, + [2000] = 1319, + [2001] = 1969, + [2002] = 1540, + [2003] = 1320, + [2004] = 1543, + [2005] = 1385, + [2006] = 1485, + [2007] = 1493, + [2008] = 1395, + [2009] = 1422, + [2010] = 1408, + [2011] = 1475, + [2012] = 1483, + [2013] = 2013, + [2014] = 1498, + [2015] = 1440, + [2016] = 1479, + [2017] = 1490, + [2018] = 1484, + [2019] = 2019, + [2020] = 1499, + [2021] = 1450, + [2022] = 1423, + [2023] = 1392, + [2024] = 1381, + [2025] = 1404, + [2026] = 1426, + [2027] = 1386, + [2028] = 1416, + [2029] = 1425, + [2030] = 1969, + [2031] = 1428, + [2032] = 1413, + [2033] = 1546, + [2034] = 1538, + [2035] = 1402, + [2036] = 1430, + [2037] = 1455, + [2038] = 1470, + [2039] = 1476, + [2040] = 1473, + [2041] = 1496, + [2042] = 1421, + [2043] = 1410, + [2044] = 2044, + [2045] = 2045, + [2046] = 180, + [2047] = 151, + [2048] = 2048, + [2049] = 1047, + [2050] = 1041, + [2051] = 1044, + [2052] = 1044, + [2053] = 1045, + [2054] = 1047, [2055] = 1045, - [2056] = 1047, - [2057] = 1046, + [2056] = 2056, + [2057] = 2057, [2058] = 1047, - [2059] = 2059, - [2060] = 2060, - [2061] = 2061, - [2062] = 2062, - [2063] = 2059, - [2064] = 2060, + [2059] = 1045, + [2060] = 1044, + [2061] = 1041, + [2062] = 1041, + [2063] = 1948, + [2064] = 2064, [2065] = 2065, - [2066] = 2061, + [2066] = 2066, [2067] = 2067, - [2068] = 2068, + [2068] = 2066, [2069] = 2069, [2070] = 2070, [2071] = 2071, - [2072] = 2072, - [2073] = 2073, - [2074] = 372, - [2075] = 2075, - [2076] = 380, - [2077] = 1037, - [2078] = 1045, - [2079] = 1046, - [2080] = 1047, - [2081] = 2075, + [2072] = 2067, + [2073] = 2065, + [2074] = 2074, + [2075] = 1041, + [2076] = 379, + [2077] = 2077, + [2078] = 2078, + [2079] = 1045, + [2080] = 2080, + [2081] = 2081, [2082] = 2082, - [2083] = 371, + [2083] = 2083, [2084] = 2084, - [2085] = 374, + [2085] = 2084, [2086] = 2086, [2087] = 2087, - [2088] = 2088, - [2089] = 2089, - [2090] = 2090, + [2088] = 2080, + [2089] = 2077, + [2090] = 385, [2091] = 2091, [2092] = 2092, - [2093] = 2093, - [2094] = 2094, + [2093] = 384, + [2094] = 1047, [2095] = 2095, - [2096] = 2096, - [2097] = 2089, - [2098] = 2095, - [2099] = 2088, + [2096] = 387, + [2097] = 2097, + [2098] = 2098, + [2099] = 2099, [2100] = 2100, - [2101] = 1964, - [2102] = 2068, - [2103] = 377, - [2104] = 2086, - [2105] = 2100, - [2106] = 2087, - [2107] = 2096, - [2108] = 2108, + [2101] = 2101, + [2102] = 1975, + [2103] = 2103, + [2104] = 2104, + [2105] = 2105, + [2106] = 2106, + [2107] = 2086, + [2108] = 2087, [2109] = 2109, - [2110] = 2110, - [2111] = 2111, - [2112] = 2112, + [2110] = 2083, + [2111] = 2092, + [2112] = 2098, [2113] = 2113, [2114] = 2114, [2115] = 2115, - [2116] = 2116, - [2117] = 2117, + [2116] = 378, + [2117] = 1044, [2118] = 2118, - [2119] = 2119, - [2120] = 411, + [2119] = 2109, + [2120] = 2120, [2121] = 2121, [2122] = 2122, [2123] = 2123, @@ -6065,210 +6085,210 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2126] = 2126, [2127] = 2127, [2128] = 2128, - [2129] = 2129, + [2129] = 1975, [2130] = 2130, - [2131] = 2114, - [2132] = 2117, + [2131] = 2131, + [2132] = 2132, [2133] = 2133, [2134] = 2134, - [2135] = 1964, + [2135] = 2135, [2136] = 2136, [2137] = 2137, [2138] = 2138, - [2139] = 2139, + [2139] = 2121, [2140] = 2140, [2141] = 2141, - [2142] = 2142, + [2142] = 417, [2143] = 2143, - [2144] = 2144, + [2144] = 2143, [2145] = 2145, [2146] = 2146, [2147] = 2147, [2148] = 2148, [2149] = 2149, [2150] = 2150, - [2151] = 2114, - [2152] = 2118, - [2153] = 2121, - [2154] = 1992, - [2155] = 2125, + [2151] = 2151, + [2152] = 1979, + [2153] = 2153, + [2154] = 2143, + [2155] = 2155, [2156] = 2156, - [2157] = 1964, - [2158] = 2158, + [2157] = 2157, + [2158] = 1975, [2159] = 2159, [2160] = 2160, [2161] = 2161, [2162] = 2162, - [2163] = 1065, + [2163] = 2127, [2164] = 2164, [2165] = 2165, [2166] = 2166, - [2167] = 2167, + [2167] = 2148, [2168] = 2168, [2169] = 2169, [2170] = 2170, - [2171] = 2171, - [2172] = 2165, + [2171] = 2120, + [2172] = 2172, [2173] = 2173, [2174] = 2174, - [2175] = 2167, - [2176] = 2176, - [2177] = 2177, + [2175] = 2175, + [2176] = 1052, + [2177] = 1064, [2178] = 2178, - [2179] = 1063, - [2180] = 2168, - [2181] = 2173, - [2182] = 2162, - [2183] = 1054, - [2184] = 1992, + [2179] = 2179, + [2180] = 1975, + [2181] = 1979, + [2182] = 2182, + [2183] = 2183, + [2184] = 2175, [2185] = 2185, - [2186] = 2162, + [2186] = 2186, [2187] = 2187, - [2188] = 2188, - [2189] = 2189, - [2190] = 2166, - [2191] = 2177, - [2192] = 2178, + [2188] = 2174, + [2189] = 2178, + [2190] = 1060, + [2191] = 2191, + [2192] = 2192, [2193] = 2193, - [2194] = 2169, - [2195] = 2195, - [2196] = 1060, - [2197] = 2171, - [2198] = 2198, - [2199] = 2174, + [2194] = 2194, + [2195] = 1979, + [2196] = 2196, + [2197] = 2186, + [2198] = 2182, + [2199] = 2185, [2200] = 2200, - [2201] = 2176, - [2202] = 1992, - [2203] = 2203, - [2204] = 2200, - [2205] = 2165, - [2206] = 2193, - [2207] = 2203, - [2208] = 2198, - [2209] = 1964, - [2210] = 2210, - [2211] = 2211, - [2212] = 2212, - [2213] = 2213, + [2201] = 2183, + [2202] = 2172, + [2203] = 1068, + [2204] = 2185, + [2205] = 2205, + [2206] = 2205, + [2207] = 2194, + [2208] = 2208, + [2209] = 2209, + [2210] = 2193, + [2211] = 2208, + [2212] = 2209, + [2213] = 2191, [2214] = 2214, [2215] = 2215, - [2216] = 2216, + [2216] = 2191, [2217] = 2217, - [2218] = 2218, - [2219] = 2219, - [2220] = 2210, + [2218] = 2217, + [2219] = 2215, + [2220] = 2220, [2221] = 2221, [2222] = 2222, [2223] = 2223, - [2224] = 2212, + [2224] = 2224, [2225] = 2225, [2226] = 2226, [2227] = 2227, - [2228] = 1992, + [2228] = 2220, [2229] = 2229, [2230] = 2230, - [2231] = 2231, + [2231] = 2225, [2232] = 2232, - [2233] = 2226, + [2233] = 2233, [2234] = 2234, - [2235] = 2227, - [2236] = 2219, - [2237] = 2237, - [2238] = 2216, - [2239] = 2221, + [2235] = 2233, + [2236] = 2236, + [2237] = 2224, + [2238] = 2222, + [2239] = 2234, [2240] = 2240, [2241] = 2241, [2242] = 2242, - [2243] = 2217, + [2243] = 2243, [2244] = 2244, - [2245] = 2245, - [2246] = 2241, - [2247] = 2234, + [2245] = 2240, + [2246] = 2232, + [2247] = 2247, [2248] = 2248, [2249] = 2249, [2250] = 2250, - [2251] = 2222, - [2252] = 2231, - [2253] = 2253, - [2254] = 2232, - [2255] = 2215, - [2256] = 2256, - [2257] = 2257, - [2258] = 2211, - [2259] = 2253, + [2251] = 2251, + [2252] = 2242, + [2253] = 2230, + [2254] = 2254, + [2255] = 1979, + [2256] = 2223, + [2257] = 2229, + [2258] = 2258, + [2259] = 2259, [2260] = 2260, - [2261] = 2260, - [2262] = 2230, - [2263] = 2237, - [2264] = 2264, - [2265] = 2240, - [2266] = 2266, - [2267] = 2267, + [2261] = 2261, + [2262] = 2262, + [2263] = 2263, + [2264] = 2221, + [2265] = 2249, + [2266] = 2260, + [2267] = 2251, [2268] = 2268, [2269] = 2269, [2270] = 2270, - [2271] = 2271, - [2272] = 2272, - [2273] = 2273, - [2274] = 2272, - [2275] = 2275, + [2271] = 2250, + [2272] = 2227, + [2273] = 2241, + [2274] = 2274, + [2275] = 2247, [2276] = 2276, - [2277] = 2267, - [2278] = 2268, + [2277] = 2277, + [2278] = 2278, [2279] = 2279, [2280] = 2280, [2281] = 2281, - [2282] = 2266, - [2283] = 2270, + [2282] = 2282, + [2283] = 2283, [2284] = 2284, [2285] = 2285, [2286] = 2286, - [2287] = 2039, + [2287] = 2287, [2288] = 2288, [2289] = 2289, - [2290] = 2290, - [2291] = 2279, + [2290] = 2044, + [2291] = 2291, [2292] = 2292, [2293] = 2293, - [2294] = 2293, + [2294] = 2294, [2295] = 2295, - [2296] = 2275, - [2297] = 2297, - [2298] = 2298, + [2296] = 2296, + [2297] = 2280, + [2298] = 2283, [2299] = 2299, - [2300] = 2275, - [2301] = 2297, - [2302] = 2302, - [2303] = 2289, - [2304] = 2273, - [2305] = 2276, + [2300] = 2300, + [2301] = 2301, + [2302] = 2293, + [2303] = 2296, + [2304] = 2304, + [2305] = 2305, [2306] = 2306, - [2307] = 2281, - [2308] = 2292, + [2307] = 2307, + [2308] = 2304, [2309] = 2309, - [2310] = 2302, - [2311] = 2311, - [2312] = 2309, - [2313] = 2284, - [2314] = 2285, - [2315] = 2288, + [2310] = 2285, + [2311] = 2286, + [2312] = 2312, + [2313] = 2313, + [2314] = 2309, + [2315] = 2312, [2316] = 2316, [2317] = 2317, - [2318] = 2318, - [2319] = 2298, - [2320] = 2320, - [2321] = 2318, - [2322] = 2322, - [2323] = 2322, - [2324] = 2324, - [2325] = 2325, - [2326] = 2326, - [2327] = 2327, - [2328] = 2328, - [2329] = 2329, - [2330] = 2330, + [2318] = 2278, + [2319] = 2279, + [2320] = 2281, + [2321] = 2282, + [2322] = 2289, + [2323] = 2292, + [2324] = 2294, + [2325] = 2295, + [2326] = 2300, + [2327] = 2301, + [2328] = 2299, + [2329] = 2301, + [2330] = 2276, [2331] = 2331, - [2332] = 2332, + [2332] = 2313, [2333] = 2333, [2334] = 2334, [2335] = 2335, @@ -6276,219 +6296,219 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2337] = 2337, [2338] = 2338, [2339] = 2339, - [2340] = 2340, - [2341] = 2324, + [2340] = 2336, + [2341] = 2064, [2342] = 2342, [2343] = 2343, - [2344] = 2344, + [2344] = 2337, [2345] = 2345, [2346] = 2346, - [2347] = 2329, + [2347] = 2056, [2348] = 2348, [2349] = 2349, - [2350] = 2330, + [2350] = 2350, [2351] = 2351, [2352] = 2352, [2353] = 2353, [2354] = 2354, - [2355] = 2348, + [2355] = 2355, [2356] = 2356, - [2357] = 2331, + [2357] = 2357, [2358] = 2358, - [2359] = 2359, - [2360] = 2360, - [2361] = 2334, - [2362] = 2335, - [2363] = 2336, - [2364] = 2337, - [2365] = 2356, - [2366] = 2366, - [2367] = 2367, + [2359] = 2356, + [2360] = 2357, + [2361] = 2361, + [2362] = 2362, + [2363] = 2363, + [2364] = 2364, + [2365] = 2365, + [2366] = 2361, + [2367] = 2362, [2368] = 2368, [2369] = 2369, - [2370] = 2348, - [2371] = 2340, - [2372] = 2326, - [2373] = 2339, - [2374] = 2342, - [2375] = 2340, - [2376] = 2338, - [2377] = 2339, + [2370] = 2370, + [2371] = 2371, + [2372] = 2372, + [2373] = 2373, + [2374] = 2353, + [2375] = 2346, + [2376] = 2045, + [2377] = 2342, [2378] = 2343, - [2379] = 2051, - [2380] = 2338, - [2381] = 2339, - [2382] = 2340, - [2383] = 2047, - [2384] = 2384, - [2385] = 2351, - [2386] = 2352, - [2387] = 2387, - [2388] = 2388, - [2389] = 2349, - [2390] = 2353, - [2391] = 2354, - [2392] = 2041, + [2379] = 2368, + [2380] = 2369, + [2381] = 2348, + [2382] = 2382, + [2383] = 2383, + [2384] = 2348, + [2385] = 2342, + [2386] = 2343, + [2387] = 2348, + [2388] = 2349, + [2389] = 2389, + [2390] = 2334, + [2391] = 2365, + [2392] = 2350, [2393] = 2393, - [2394] = 2394, - [2395] = 164, - [2396] = 145, - [2397] = 2325, - [2398] = 165, - [2399] = 2344, - [2400] = 166, - [2401] = 2401, - [2402] = 2368, - [2403] = 2345, - [2404] = 2384, - [2405] = 2369, - [2406] = 2332, - [2407] = 2387, - [2408] = 2328, - [2409] = 2333, - [2410] = 2410, - [2411] = 2349, - [2412] = 2359, - [2413] = 2360, - [2414] = 2346, - [2415] = 2410, - [2416] = 2358, - [2417] = 2401, - [2418] = 2338, - [2419] = 2419, - [2420] = 2420, - [2421] = 1367, - [2422] = 2422, + [2394] = 2370, + [2395] = 2371, + [2396] = 2372, + [2397] = 2373, + [2398] = 2342, + [2399] = 2343, + [2400] = 180, + [2401] = 169, + [2402] = 151, + [2403] = 154, + [2404] = 2364, + [2405] = 2354, + [2406] = 2338, + [2407] = 2407, + [2408] = 2408, + [2409] = 2365, + [2410] = 2355, + [2411] = 2411, + [2412] = 2358, + [2413] = 2413, + [2414] = 2408, + [2415] = 2382, + [2416] = 2351, + [2417] = 2417, + [2418] = 2408, + [2419] = 2352, + [2420] = 2339, + [2421] = 2335, + [2422] = 2389, [2423] = 2423, [2424] = 2424, - [2425] = 2425, - [2426] = 2425, - [2427] = 2427, - [2428] = 2428, + [2425] = 2424, + [2426] = 2417, + [2427] = 2411, + [2428] = 2407, [2429] = 2429, [2430] = 2430, - [2431] = 2422, - [2432] = 1020, + [2431] = 2431, + [2432] = 2432, [2433] = 2433, [2434] = 2434, - [2435] = 2435, + [2435] = 2069, [2436] = 2436, - [2437] = 2437, + [2437] = 2070, [2438] = 2438, [2439] = 2439, [2440] = 2440, - [2441] = 2433, - [2442] = 2433, - [2443] = 2443, - [2444] = 2423, - [2445] = 2435, + [2441] = 2441, + [2442] = 2442, + [2443] = 2439, + [2444] = 2436, + [2445] = 2445, [2446] = 2446, - [2447] = 2419, - [2448] = 2446, + [2447] = 2438, + [2448] = 2431, [2449] = 2449, [2450] = 2450, - [2451] = 2436, - [2452] = 2452, - [2453] = 2436, - [2454] = 2454, + [2451] = 2451, + [2452] = 2431, + [2453] = 2453, + [2454] = 2438, [2455] = 2455, - [2456] = 2456, - [2457] = 2449, + [2456] = 2446, + [2457] = 2457, [2458] = 2458, [2459] = 2459, [2460] = 2460, - [2461] = 2062, + [2461] = 1293, [2462] = 2462, [2463] = 2463, - [2464] = 1285, - [2465] = 2465, - [2466] = 1354, - [2467] = 1107, - [2468] = 1158, + [2464] = 2464, + [2465] = 2449, + [2466] = 2455, + [2467] = 2467, + [2468] = 2468, [2469] = 2469, [2470] = 2470, - [2471] = 2471, + [2471] = 2467, [2472] = 2472, [2473] = 2473, [2474] = 2474, - [2475] = 2465, - [2476] = 2434, - [2477] = 2419, - [2478] = 2478, + [2475] = 2475, + [2476] = 2476, + [2477] = 2477, + [2478] = 2433, [2479] = 2479, - [2480] = 1246, - [2481] = 2067, + [2480] = 2480, + [2481] = 2439, [2482] = 2482, [2483] = 2483, - [2484] = 2429, + [2484] = 2453, [2485] = 2485, - [2486] = 2436, - [2487] = 2439, + [2486] = 2486, + [2487] = 2442, [2488] = 2488, - [2489] = 2428, - [2490] = 2427, - [2491] = 2491, + [2489] = 2489, + [2490] = 2490, + [2491] = 2473, [2492] = 2492, - [2493] = 2493, - [2494] = 1281, - [2495] = 2495, - [2496] = 2496, - [2497] = 2458, - [2498] = 2424, - [2499] = 2488, - [2500] = 2454, - [2501] = 2470, - [2502] = 2502, - [2503] = 2503, - [2504] = 2439, + [2493] = 1299, + [2494] = 2494, + [2495] = 2436, + [2496] = 2488, + [2497] = 1020, + [2498] = 2451, + [2499] = 2438, + [2500] = 2500, + [2501] = 2457, + [2502] = 2449, + [2503] = 2455, + [2504] = 2504, [2505] = 2505, - [2506] = 2506, - [2507] = 2456, + [2506] = 2451, + [2507] = 2507, [2508] = 2469, - [2509] = 2439, + [2509] = 2509, [2510] = 2510, [2511] = 2511, [2512] = 2512, - [2513] = 2427, - [2514] = 2514, - [2515] = 2420, - [2516] = 2446, - [2517] = 2517, - [2518] = 2454, - [2519] = 2429, - [2520] = 2520, - [2521] = 1355, - [2522] = 2522, - [2523] = 2503, - [2524] = 2460, - [2525] = 2525, - [2526] = 2526, - [2527] = 2527, - [2528] = 2528, + [2513] = 2440, + [2514] = 1082, + [2515] = 1341, + [2516] = 2479, + [2517] = 2459, + [2518] = 1138, + [2519] = 1191, + [2520] = 1240, + [2521] = 2521, + [2522] = 2488, + [2523] = 2480, + [2524] = 2524, + [2525] = 2451, + [2526] = 1350, + [2527] = 2483, + [2528] = 2486, [2529] = 2529, [2530] = 2530, [2531] = 2531, - [2532] = 2532, - [2533] = 2533, - [2534] = 2534, + [2532] = 2482, + [2533] = 2470, + [2534] = 2524, [2535] = 2535, [2536] = 2536, [2537] = 2537, [2538] = 2538, - [2539] = 2539, + [2539] = 160, [2540] = 2540, [2541] = 2541, - [2542] = 2542, + [2542] = 2103, [2543] = 2543, [2544] = 2544, [2545] = 2545, - [2546] = 2546, + [2546] = 2104, [2547] = 2547, [2548] = 2548, [2549] = 2549, - [2550] = 2535, + [2550] = 2105, [2551] = 2551, - [2552] = 2525, + [2552] = 2552, [2553] = 2553, [2554] = 2554, [2555] = 2555, @@ -6498,240 +6518,240 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2559] = 2559, [2560] = 2560, [2561] = 2561, - [2562] = 2540, + [2562] = 2562, [2563] = 2563, [2564] = 2564, - [2565] = 2544, - [2566] = 2072, + [2565] = 2565, + [2566] = 2566, [2567] = 2567, - [2568] = 2568, - [2569] = 2545, - [2570] = 2556, + [2568] = 2560, + [2569] = 2569, + [2570] = 2562, [2571] = 2571, - [2572] = 2556, - [2573] = 2564, - [2574] = 2541, + [2572] = 2559, + [2573] = 2573, + [2574] = 2574, [2575] = 2575, - [2576] = 2547, - [2577] = 2553, - [2578] = 2578, - [2579] = 2548, + [2576] = 2553, + [2577] = 2577, + [2578] = 2569, + [2579] = 2579, [2580] = 2580, [2581] = 2581, [2582] = 2582, [2583] = 2583, [2584] = 2584, [2585] = 2585, - [2586] = 2531, - [2587] = 2533, - [2588] = 2534, - [2589] = 2535, - [2590] = 2590, - [2591] = 2538, - [2592] = 2539, - [2593] = 2540, - [2594] = 2544, - [2595] = 2545, - [2596] = 2549, - [2597] = 2568, - [2598] = 2546, - [2599] = 2525, - [2600] = 2556, - [2601] = 2540, - [2602] = 2602, - [2603] = 2541, - [2604] = 2604, - [2605] = 2605, - [2606] = 2606, - [2607] = 2581, - [2608] = 2528, - [2609] = 2543, - [2610] = 2583, - [2611] = 2568, - [2612] = 2580, - [2613] = 2582, - [2614] = 2583, - [2615] = 2533, - [2616] = 2539, - [2617] = 2540, + [2586] = 2541, + [2587] = 2549, + [2588] = 2588, + [2589] = 2589, + [2590] = 2573, + [2591] = 2591, + [2592] = 2592, + [2593] = 2593, + [2594] = 2594, + [2595] = 2595, + [2596] = 2566, + [2597] = 2597, + [2598] = 2591, + [2599] = 2599, + [2600] = 2567, + [2601] = 2563, + [2602] = 2561, + [2603] = 2603, + [2604] = 2562, + [2605] = 2573, + [2606] = 2581, + [2607] = 2589, + [2608] = 2608, + [2609] = 2608, + [2610] = 2535, + [2611] = 2558, + [2612] = 2612, + [2613] = 2613, + [2614] = 2614, + [2615] = 2615, + [2616] = 2583, + [2617] = 2617, [2618] = 2544, - [2619] = 2545, - [2620] = 2549, - [2621] = 2525, - [2622] = 2091, - [2623] = 2623, - [2624] = 2531, - [2625] = 2557, - [2626] = 2549, - [2627] = 2582, + [2619] = 2619, + [2620] = 2561, + [2621] = 2074, + [2622] = 2566, + [2623] = 2567, + [2624] = 2624, + [2625] = 2558, + [2626] = 2594, + [2627] = 2543, [2628] = 2628, [2629] = 2629, - [2630] = 2539, - [2631] = 2549, - [2632] = 2525, - [2633] = 2539, - [2634] = 2634, - [2635] = 2635, - [2636] = 2559, + [2630] = 2630, + [2631] = 2631, + [2632] = 2631, + [2633] = 2633, + [2634] = 2552, + [2635] = 2537, + [2636] = 2636, [2637] = 2637, - [2638] = 2551, - [2639] = 2092, - [2640] = 2549, - [2641] = 2525, - [2642] = 2090, + [2638] = 2638, + [2639] = 2639, + [2640] = 2543, + [2641] = 2581, + [2642] = 2642, [2643] = 2643, - [2644] = 2644, - [2645] = 2525, - [2646] = 2094, - [2647] = 2647, - [2648] = 2648, - [2649] = 2649, - [2650] = 2650, - [2651] = 2623, - [2652] = 2652, - [2653] = 2653, - [2654] = 2582, - [2655] = 2571, - [2656] = 2656, - [2657] = 2657, - [2658] = 160, - [2659] = 2659, - [2660] = 2660, - [2661] = 2661, - [2662] = 2662, - [2663] = 2663, - [2664] = 2664, - [2665] = 2563, - [2666] = 2530, - [2667] = 2628, - [2668] = 2668, + [2644] = 2095, + [2645] = 2645, + [2646] = 2579, + [2647] = 2580, + [2648] = 2541, + [2649] = 2549, + [2650] = 2593, + [2651] = 2594, + [2652] = 2595, + [2653] = 2597, + [2654] = 2612, + [2655] = 2562, + [2656] = 2573, + [2657] = 2581, + [2658] = 2589, + [2659] = 2608, + [2660] = 2558, + [2661] = 2612, + [2662] = 2583, + [2663] = 2617, + [2664] = 2561, + [2665] = 2567, + [2666] = 2535, + [2667] = 2617, + [2668] = 2595, [2669] = 2669, [2670] = 2670, - [2671] = 2670, - [2672] = 2529, - [2673] = 2673, - [2674] = 2670, - [2675] = 2564, + [2671] = 2597, + [2672] = 2097, + [2673] = 2537, + [2674] = 2593, + [2675] = 2099, [2676] = 2676, - [2677] = 2602, - [2678] = 2678, + [2677] = 2595, + [2678] = 2597, [2679] = 2679, - [2680] = 2678, - [2681] = 2681, - [2682] = 2635, - [2683] = 2529, - [2684] = 2684, - [2685] = 2685, - [2686] = 2686, - [2687] = 2534, - [2688] = 2629, - [2689] = 2558, - [2690] = 2560, - [2691] = 2691, - [2692] = 2637, - [2693] = 2539, - [2694] = 2590, - [2695] = 2542, - [2696] = 2696, - [2697] = 2551, - [2698] = 2585, - [2699] = 2699, - [2700] = 2547, + [2680] = 2573, + [2681] = 2558, + [2682] = 2612, + [2683] = 2583, + [2684] = 2617, + [2685] = 2561, + [2686] = 2567, + [2687] = 2544, + [2688] = 2631, + [2689] = 2595, + [2690] = 2690, + [2691] = 2558, + [2692] = 2561, + [2693] = 2567, + [2694] = 2589, + [2695] = 2695, + [2696] = 2614, + [2697] = 2697, + [2698] = 2698, + [2699] = 2537, + [2700] = 2078, [2701] = 2701, - [2702] = 2702, - [2703] = 2553, - [2704] = 2684, - [2705] = 2686, - [2706] = 2544, - [2707] = 2653, - [2708] = 2527, - [2709] = 2657, - [2710] = 2710, - [2711] = 2699, - [2712] = 2712, + [2702] = 2561, + [2703] = 2567, + [2704] = 2106, + [2705] = 2705, + [2706] = 2113, + [2707] = 2563, + [2708] = 2553, + [2709] = 2709, + [2710] = 2701, + [2711] = 2582, + [2712] = 2535, [2713] = 2713, - [2714] = 2069, - [2715] = 2659, - [2716] = 2650, - [2717] = 2685, - [2718] = 2718, - [2719] = 2545, - [2720] = 2720, - [2721] = 2606, - [2722] = 2571, - [2723] = 2718, - [2724] = 2662, - [2725] = 2537, - [2726] = 2530, - [2727] = 2727, - [2728] = 2578, - [2729] = 2548, - [2730] = 2730, - [2731] = 2070, + [2714] = 2082, + [2715] = 2612, + [2716] = 2636, + [2717] = 2717, + [2718] = 2698, + [2719] = 2613, + [2720] = 2574, + [2721] = 2721, + [2722] = 2705, + [2723] = 2575, + [2724] = 2717, + [2725] = 2639, + [2726] = 2636, + [2727] = 2639, + [2728] = 2728, + [2729] = 2729, + [2730] = 2614, + [2731] = 2731, [2732] = 2732, - [2733] = 2712, - [2734] = 2580, - [2735] = 2730, - [2736] = 2581, - [2737] = 2582, - [2738] = 2571, - [2739] = 2549, - [2740] = 2542, - [2741] = 2530, - [2742] = 2546, - [2743] = 2583, - [2744] = 2702, - [2745] = 2575, - [2746] = 2604, - [2747] = 2713, - [2748] = 2578, - [2749] = 2568, - [2750] = 2071, - [2751] = 2751, - [2752] = 2563, - [2753] = 2571, - [2754] = 2664, - [2755] = 2580, - [2756] = 2581, - [2757] = 2582, - [2758] = 2538, - [2759] = 2538, - [2760] = 2527, - [2761] = 2567, - [2762] = 2681, + [2733] = 2597, + [2734] = 2669, + [2735] = 2735, + [2736] = 2697, + [2737] = 158, + [2738] = 2555, + [2739] = 2551, + [2740] = 2740, + [2741] = 2584, + [2742] = 2637, + [2743] = 2645, + [2744] = 2731, + [2745] = 2745, + [2746] = 2732, + [2747] = 2577, + [2748] = 2748, + [2749] = 2713, + [2750] = 2750, + [2751] = 2638, + [2752] = 2643, + [2753] = 2753, + [2754] = 2754, + [2755] = 2755, + [2756] = 2557, + [2757] = 2628, + [2758] = 2758, + [2759] = 2553, + [2760] = 2579, + [2761] = 2580, + [2762] = 2713, [2763] = 2763, - [2764] = 2583, - [2765] = 2765, - [2766] = 2679, - [2767] = 2531, - [2768] = 161, - [2769] = 2533, - [2770] = 2575, - [2771] = 2534, - [2772] = 2535, - [2773] = 2533, - [2774] = 2660, - [2775] = 2775, - [2776] = 2776, - [2777] = 2777, - [2778] = 2111, - [2779] = 2779, - [2780] = 2780, - [2781] = 2781, - [2782] = 2782, - [2783] = 2783, - [2784] = 2784, - [2785] = 2785, - [2786] = 2786, - [2787] = 2787, - [2788] = 2788, + [2764] = 2764, + [2765] = 2583, + [2766] = 2729, + [2767] = 2585, + [2768] = 2591, + [2769] = 2101, + [2770] = 2553, + [2771] = 2750, + [2772] = 2772, + [2773] = 2713, + [2774] = 2565, + [2775] = 2556, + [2776] = 2670, + [2777] = 2753, + [2778] = 2633, + [2779] = 2617, + [2780] = 2593, + [2781] = 2594, + [2782] = 2676, + [2783] = 2758, + [2784] = 2595, + [2785] = 2748, + [2786] = 2608, + [2787] = 2755, + [2788] = 2613, [2789] = 2789, - [2790] = 2112, + [2790] = 2790, [2791] = 2791, [2792] = 2792, - [2793] = 2793, + [2793] = 2165, [2794] = 2794, - [2795] = 2159, + [2795] = 2795, [2796] = 2796, [2797] = 2797, [2798] = 2798, @@ -6745,8 +6765,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2806] = 2806, [2807] = 2807, [2808] = 2808, - [2809] = 2809, - [2810] = 2810, + [2809] = 2799, + [2810] = 2794, [2811] = 2811, [2812] = 2812, [2813] = 2813, @@ -6758,283 +6778,283 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2819] = 2819, [2820] = 2820, [2821] = 2821, - [2822] = 2803, + [2822] = 2822, [2823] = 2823, [2824] = 2824, [2825] = 2825, - [2826] = 2137, - [2827] = 2787, - [2828] = 2788, - [2829] = 2802, - [2830] = 2141, - [2831] = 2831, + [2826] = 2826, + [2827] = 2827, + [2828] = 2828, + [2829] = 2829, + [2830] = 2830, + [2831] = 2800, [2832] = 2832, [2833] = 2833, - [2834] = 2142, - [2835] = 2805, + [2834] = 2834, + [2835] = 2808, [2836] = 2836, - [2837] = 2143, + [2837] = 2813, [2838] = 2838, [2839] = 2839, [2840] = 2840, - [2841] = 2831, + [2841] = 2841, [2842] = 2842, - [2843] = 2843, - [2844] = 2775, + [2843] = 2825, + [2844] = 2844, [2845] = 2845, [2846] = 2846, [2847] = 2847, [2848] = 2848, - [2849] = 2806, + [2849] = 2849, [2850] = 2850, - [2851] = 2776, - [2852] = 2852, + [2851] = 2851, + [2852] = 2801, [2853] = 2853, [2854] = 2854, - [2855] = 2839, - [2856] = 2856, - [2857] = 2857, - [2858] = 2852, + [2855] = 2855, + [2856] = 2791, + [2857] = 2795, + [2858] = 2803, [2859] = 2859, [2860] = 2860, - [2861] = 2840, - [2862] = 2832, - [2863] = 2791, + [2861] = 2816, + [2862] = 2820, + [2863] = 2863, [2864] = 2864, - [2865] = 2865, + [2865] = 2832, [2866] = 2866, - [2867] = 2867, + [2867] = 2863, [2868] = 2868, [2869] = 2869, [2870] = 2870, - [2871] = 2792, - [2872] = 2872, - [2873] = 2873, - [2874] = 2874, + [2871] = 2871, + [2872] = 2131, + [2873] = 2137, + [2874] = 2792, [2875] = 2875, - [2876] = 2786, - [2877] = 2794, - [2878] = 2833, - [2879] = 2853, - [2880] = 2880, + [2876] = 2876, + [2877] = 2877, + [2878] = 2878, + [2879] = 2879, + [2880] = 2812, [2881] = 2881, [2882] = 2882, - [2883] = 2883, - [2884] = 2884, - [2885] = 2885, - [2886] = 2126, - [2887] = 2887, + [2883] = 2838, + [2884] = 2136, + [2885] = 2130, + [2886] = 2886, + [2887] = 2882, [2888] = 2888, [2889] = 2889, [2890] = 2890, [2891] = 2891, - [2892] = 2892, + [2892] = 2845, [2893] = 2893, [2894] = 2894, - [2895] = 2895, - [2896] = 2896, + [2895] = 2122, + [2896] = 2846, [2897] = 2897, - [2898] = 2115, - [2899] = 2856, + [2898] = 2898, + [2899] = 2125, [2900] = 2900, - [2901] = 2804, - [2902] = 2811, - [2903] = 2885, - [2904] = 2129, - [2905] = 2887, - [2906] = 2800, - [2907] = 2907, - [2908] = 2908, - [2909] = 2909, - [2910] = 2910, - [2911] = 2911, - [2912] = 2796, - [2913] = 2889, - [2914] = 2779, + [2901] = 2157, + [2902] = 2902, + [2903] = 2124, + [2904] = 2904, + [2905] = 2132, + [2906] = 2847, + [2907] = 2146, + [2908] = 2164, + [2909] = 2888, + [2910] = 2889, + [2911] = 2133, + [2912] = 2912, + [2913] = 2913, + [2914] = 2914, [2915] = 2915, - [2916] = 163, - [2917] = 2890, + [2916] = 2869, + [2917] = 2917, [2918] = 2918, - [2919] = 2124, - [2920] = 2920, - [2921] = 2843, - [2922] = 2922, - [2923] = 2860, - [2924] = 2924, - [2925] = 2799, - [2926] = 2926, - [2927] = 2801, - [2928] = 2808, - [2929] = 2809, - [2930] = 2930, + [2919] = 2919, + [2920] = 2870, + [2921] = 2921, + [2922] = 2798, + [2923] = 2864, + [2924] = 2849, + [2925] = 2859, + [2926] = 2866, + [2927] = 2927, + [2928] = 2928, + [2929] = 2891, + [2930] = 2814, [2931] = 2931, [2932] = 2932, - [2933] = 2787, - [2934] = 2788, + [2933] = 2804, + [2934] = 2934, [2935] = 2935, - [2936] = 2836, + [2936] = 2126, [2937] = 2937, - [2938] = 2836, - [2939] = 2838, + [2938] = 2893, + [2939] = 417, [2940] = 2940, - [2941] = 2810, - [2942] = 2860, - [2943] = 2943, - [2944] = 2866, - [2945] = 2867, + [2941] = 2850, + [2942] = 2942, + [2943] = 2871, + [2944] = 2881, + [2945] = 2894, [2946] = 2946, [2947] = 2947, [2948] = 2948, - [2949] = 2885, - [2950] = 2887, - [2951] = 2825, - [2952] = 2133, - [2953] = 2798, + [2949] = 2949, + [2950] = 2851, + [2951] = 2951, + [2952] = 2806, + [2953] = 2799, [2954] = 2954, - [2955] = 2800, - [2956] = 2845, + [2955] = 2897, + [2956] = 2956, [2957] = 2957, - [2958] = 2958, - [2959] = 2959, - [2960] = 2960, - [2961] = 2799, - [2962] = 2962, - [2963] = 2838, - [2964] = 2892, - [2965] = 2918, - [2966] = 411, - [2967] = 2127, - [2968] = 2122, - [2969] = 2123, - [2970] = 2970, - [2971] = 2893, - [2972] = 2972, - [2973] = 2973, - [2974] = 2130, - [2975] = 2865, - [2976] = 2894, - [2977] = 2787, - [2978] = 2788, - [2979] = 2860, - [2980] = 2980, - [2981] = 2895, - [2982] = 2800, + [2958] = 2898, + [2959] = 2845, + [2960] = 2846, + [2961] = 2961, + [2962] = 2854, + [2963] = 2963, + [2964] = 2855, + [2965] = 2965, + [2966] = 2838, + [2967] = 2967, + [2968] = 2882, + [2969] = 2888, + [2970] = 2889, + [2971] = 2805, + [2972] = 2875, + [2973] = 2914, + [2974] = 2915, + [2975] = 2975, + [2976] = 2918, + [2977] = 2931, + [2978] = 2978, + [2979] = 2979, + [2980] = 2931, + [2981] = 2947, + [2982] = 2900, [2983] = 2983, - [2984] = 2984, - [2985] = 2156, - [2986] = 2158, - [2987] = 2897, - [2988] = 2988, - [2989] = 2989, - [2990] = 2812, - [2991] = 2866, - [2992] = 2867, - [2993] = 2149, + [2984] = 2806, + [2985] = 2818, + [2986] = 2876, + [2987] = 2987, + [2988] = 2819, + [2989] = 2845, + [2990] = 2846, + [2991] = 2991, + [2992] = 2919, + [2993] = 2838, [2994] = 2994, - [2995] = 2134, - [2996] = 2116, - [2997] = 2813, - [2998] = 2147, - [2999] = 2128, - [3000] = 2161, - [3001] = 2814, - [3002] = 2988, - [3003] = 2119, - [3004] = 2800, + [2995] = 2931, + [2996] = 2996, + [2997] = 2997, + [2998] = 2135, + [2999] = 2140, + [3000] = 3000, + [3001] = 2155, + [3002] = 2168, + [3003] = 2169, + [3004] = 2123, [3005] = 3005, - [3006] = 2150, - [3007] = 2988, + [3006] = 2902, + [3007] = 2854, [3008] = 3008, [3009] = 3009, - [3010] = 3010, - [3011] = 2868, - [3012] = 2801, - [3013] = 2962, + [3010] = 2821, + [3011] = 3011, + [3012] = 3012, + [3013] = 3013, [3014] = 3014, - [3015] = 2138, - [3016] = 3008, - [3017] = 3017, - [3018] = 3018, - [3019] = 2139, - [3020] = 2815, - [3021] = 2140, - [3022] = 2780, - [3023] = 2144, - [3024] = 2145, - [3025] = 2846, - [3026] = 2869, + [3015] = 2817, + [3016] = 2128, + [3017] = 2134, + [3018] = 2855, + [3019] = 3019, + [3020] = 3020, + [3021] = 3021, + [3022] = 2979, + [3023] = 3021, + [3024] = 3024, + [3025] = 2853, + [3026] = 3024, [3027] = 3027, - [3028] = 2148, - [3029] = 3029, - [3030] = 2146, - [3031] = 2870, + [3028] = 2824, + [3029] = 170, + [3030] = 2921, + [3031] = 2141, [3032] = 3032, - [3033] = 3033, - [3034] = 2875, + [3033] = 3032, + [3034] = 3034, [3035] = 3035, - [3036] = 3036, - [3037] = 3037, + [3036] = 2826, + [3037] = 2145, [3038] = 3038, - [3039] = 2816, - [3040] = 3040, - [3041] = 3041, - [3042] = 3042, - [3043] = 2918, - [3044] = 3044, - [3045] = 3045, - [3046] = 3046, - [3047] = 3047, - [3048] = 3048, - [3049] = 2872, - [3050] = 2793, - [3051] = 2136, - [3052] = 3009, - [3053] = 2817, + [3039] = 3039, + [3040] = 2979, + [3041] = 2834, + [3042] = 2160, + [3043] = 2138, + [3044] = 2153, + [3045] = 2147, + [3046] = 2149, + [3047] = 2997, + [3048] = 2827, + [3049] = 3049, + [3050] = 2150, + [3051] = 2151, + [3052] = 3052, + [3053] = 3053, [3054] = 3054, - [3055] = 2873, - [3056] = 3056, + [3055] = 2881, + [3056] = 2828, [3057] = 3057, - [3058] = 2946, + [3058] = 2156, [3059] = 3059, [3060] = 3060, - [3061] = 2989, - [3062] = 2819, - [3063] = 2847, - [3064] = 2915, - [3065] = 2918, + [3061] = 2790, + [3062] = 3062, + [3063] = 2947, + [3064] = 3064, + [3065] = 2914, [3066] = 2915, - [3067] = 3067, - [3068] = 2948, - [3069] = 2848, - [3070] = 2874, - [3071] = 2110, - [3072] = 3027, - [3073] = 2932, - [3074] = 2960, - [3075] = 3029, - [3076] = 3036, - [3077] = 2797, - [3078] = 2821, - [3079] = 2842, - [3080] = 2807, + [3067] = 2162, + [3068] = 2931, + [3069] = 3069, + [3070] = 2878, + [3071] = 2830, + [3072] = 2166, + [3073] = 2170, + [3074] = 3074, + [3075] = 3075, + [3076] = 3076, + [3077] = 3077, + [3078] = 3078, + [3079] = 3079, + [3080] = 3080, [3081] = 3081, - [3082] = 3082, - [3083] = 2865, - [3084] = 3084, - [3085] = 3085, - [3086] = 1388, - [3087] = 3087, - [3088] = 3088, - [3089] = 3089, - [3090] = 3090, + [3082] = 2917, + [3083] = 2975, + [3084] = 3011, + [3085] = 2961, + [3086] = 2789, + [3087] = 2840, + [3088] = 3000, + [3089] = 3049, + [3090] = 3064, [3091] = 3091, - [3092] = 3092, - [3093] = 3093, - [3094] = 3094, + [3092] = 2940, + [3093] = 2912, + [3094] = 2833, [3095] = 3095, [3096] = 3096, - [3097] = 3097, - [3098] = 3098, + [3097] = 2947, + [3098] = 3052, [3099] = 3099, [3100] = 3100, [3101] = 3101, @@ -7042,284 +7062,284 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3103] = 3103, [3104] = 3104, [3105] = 3105, - [3106] = 3105, - [3107] = 3099, + [3106] = 3106, + [3107] = 3107, [3108] = 3108, [3109] = 3109, [3110] = 3110, [3111] = 3111, - [3112] = 3088, + [3112] = 3112, [3113] = 3113, [3114] = 3114, [3115] = 3115, [3116] = 3116, - [3117] = 3113, + [3117] = 3117, [3118] = 3118, - [3119] = 3119, + [3119] = 1476, [3120] = 3120, - [3121] = 3095, + [3121] = 1479, [3122] = 3122, - [3123] = 3123, - [3124] = 3093, + [3123] = 3117, + [3124] = 3124, [3125] = 3125, [3126] = 3126, - [3127] = 3087, + [3127] = 3101, [3128] = 3128, [3129] = 3129, [3130] = 3130, [3131] = 3131, - [3132] = 3129, + [3132] = 3100, [3133] = 3133, [3134] = 3134, [3135] = 3135, [3136] = 3136, [3137] = 3137, - [3138] = 1406, - [3139] = 1414, + [3138] = 3138, + [3139] = 3139, [3140] = 3140, - [3141] = 3141, - [3142] = 3129, - [3143] = 3087, - [3144] = 3109, + [3141] = 3134, + [3142] = 3142, + [3143] = 3143, + [3144] = 3144, [3145] = 3145, - [3146] = 3123, - [3147] = 3147, - [3148] = 3088, + [3146] = 3146, + [3147] = 1416, + [3148] = 3118, [3149] = 3149, - [3150] = 3092, - [3151] = 3151, + [3150] = 3130, + [3151] = 3118, [3152] = 3152, - [3153] = 3098, - [3154] = 3099, - [3155] = 3105, + [3153] = 3153, + [3154] = 3114, + [3155] = 3155, [3156] = 3156, - [3157] = 3157, - [3158] = 3110, - [3159] = 3088, - [3160] = 3114, - [3161] = 3115, + [3157] = 3149, + [3158] = 3158, + [3159] = 3158, + [3160] = 3112, + [3161] = 3135, [3162] = 3162, - [3163] = 3163, - [3164] = 3164, - [3165] = 3141, - [3166] = 3166, + [3163] = 3101, + [3164] = 3105, + [3165] = 3103, + [3166] = 3105, [3167] = 3167, - [3168] = 3168, - [3169] = 3089, - [3170] = 3122, + [3168] = 3105, + [3169] = 3111, + [3170] = 3112, [3171] = 3171, - [3172] = 3172, - [3173] = 3173, - [3174] = 3174, - [3175] = 3175, - [3176] = 3090, - [3177] = 3100, - [3178] = 3092, - [3179] = 3179, + [3172] = 3107, + [3173] = 3124, + [3174] = 3120, + [3175] = 3156, + [3176] = 3124, + [3177] = 3101, + [3178] = 3129, + [3179] = 3130, [3180] = 3180, - [3181] = 3181, + [3181] = 3125, [3182] = 3182, - [3183] = 3099, - [3184] = 3105, + [3183] = 3183, + [3184] = 3140, [3185] = 3185, - [3186] = 3097, + [3186] = 3143, [3187] = 3187, - [3188] = 3088, - [3189] = 3189, - [3190] = 3114, - [3191] = 3115, + [3188] = 3188, + [3189] = 3110, + [3190] = 3111, + [3191] = 3191, [3192] = 3192, [3193] = 3193, - [3194] = 3194, - [3195] = 3195, - [3196] = 3196, - [3197] = 3196, - [3198] = 3198, - [3199] = 3099, - [3200] = 3088, - [3201] = 3114, - [3202] = 3115, - [3203] = 3098, + [3194] = 3162, + [3195] = 3155, + [3196] = 3112, + [3197] = 3197, + [3198] = 3105, + [3199] = 3191, + [3200] = 3114, + [3201] = 3112, + [3202] = 3202, + [3203] = 3120, [3204] = 3204, - [3205] = 3090, - [3206] = 3206, - [3207] = 3099, - [3208] = 3088, - [3209] = 3088, - [3210] = 3114, - [3211] = 3115, - [3212] = 3092, + [3205] = 3101, + [3206] = 3202, + [3207] = 3129, + [3208] = 3130, + [3209] = 3115, + [3210] = 1408, + [3211] = 3136, + [3212] = 3212, [3213] = 3213, - [3214] = 3214, + [3214] = 3101, [3215] = 3215, - [3216] = 3216, - [3217] = 3099, - [3218] = 3088, - [3219] = 3114, - [3220] = 3115, - [3221] = 3099, - [3222] = 3114, - [3223] = 3115, - [3224] = 3099, - [3225] = 3114, - [3226] = 3115, - [3227] = 3099, - [3228] = 3114, - [3229] = 3115, - [3230] = 3099, - [3231] = 3114, - [3232] = 3115, - [3233] = 3214, - [3234] = 3110, - [3235] = 3111, - [3236] = 3236, + [3216] = 3213, + [3217] = 3217, + [3218] = 3218, + [3219] = 3112, + [3220] = 3220, + [3221] = 3101, + [3222] = 3129, + [3223] = 3130, + [3224] = 3224, + [3225] = 3225, + [3226] = 3226, + [3227] = 3053, + [3228] = 3228, + [3229] = 3229, + [3230] = 3230, + [3231] = 3112, + [3232] = 3101, + [3233] = 3129, + [3234] = 3130, + [3235] = 3120, + [3236] = 3115, [3237] = 3237, - [3238] = 3181, - [3239] = 3182, - [3240] = 3240, - [3241] = 3174, - [3242] = 3149, - [3243] = 3193, - [3244] = 3097, - [3245] = 3100, - [3246] = 3173, - [3247] = 3098, - [3248] = 3248, - [3249] = 3126, - [3250] = 3099, - [3251] = 3251, - [3252] = 3100, - [3253] = 3253, - [3254] = 3102, - [3255] = 3092, - [3256] = 3133, + [3238] = 3112, + [3239] = 3101, + [3240] = 3129, + [3241] = 3130, + [3242] = 3112, + [3243] = 3129, + [3244] = 3130, + [3245] = 3112, + [3246] = 3129, + [3247] = 3130, + [3248] = 3112, + [3249] = 3129, + [3250] = 3130, + [3251] = 3112, + [3252] = 3129, + [3253] = 3130, + [3254] = 3254, + [3255] = 3255, + [3256] = 3215, [3257] = 3257, - [3258] = 3088, - [3259] = 3240, - [3260] = 3260, - [3261] = 3261, - [3262] = 3216, + [3258] = 3258, + [3259] = 3217, + [3260] = 3224, + [3261] = 3102, + [3262] = 3225, [3263] = 3263, - [3264] = 2783, - [3265] = 2785, + [3264] = 3114, + [3265] = 3142, [3266] = 3266, - [3267] = 3236, + [3267] = 3267, [3268] = 3268, - [3269] = 3103, - [3270] = 3237, - [3271] = 3131, - [3272] = 3120, - [3273] = 3135, - [3274] = 3274, - [3275] = 3275, - [3276] = 3276, - [3277] = 3105, + [3269] = 3269, + [3270] = 3270, + [3271] = 3117, + [3272] = 3272, + [3273] = 3273, + [3274] = 3124, + [3275] = 3146, + [3276] = 3125, + [3277] = 3277, [3278] = 3278, - [3279] = 3166, - [3280] = 3180, - [3281] = 3102, + [3279] = 3279, + [3280] = 3280, + [3281] = 3281, [3282] = 3282, [3283] = 3283, - [3284] = 3108, + [3284] = 3284, [3285] = 3285, - [3286] = 3109, - [3287] = 3287, - [3288] = 3156, - [3289] = 3163, - [3290] = 3260, - [3291] = 3283, + [3286] = 3286, + [3287] = 3257, + [3288] = 3288, + [3289] = 3289, + [3290] = 3290, + [3291] = 3101, [3292] = 3292, - [3293] = 3206, + [3293] = 3293, [3294] = 3294, - [3295] = 3136, - [3296] = 3110, - [3297] = 3111, - [3298] = 3189, - [3299] = 3299, - [3300] = 3263, - [3301] = 3301, - [3302] = 3114, - [3303] = 3303, - [3304] = 3118, + [3295] = 3103, + [3296] = 3288, + [3297] = 3110, + [3298] = 3258, + [3299] = 3255, + [3300] = 3300, + [3301] = 3254, + [3302] = 3302, + [3303] = 3101, + [3304] = 3273, [3305] = 3305, - [3306] = 3192, - [3307] = 3088, - [3308] = 1395, - [3309] = 3287, - [3310] = 3282, + [3306] = 3282, + [3307] = 3284, + [3308] = 3278, + [3309] = 3266, + [3310] = 3263, [3311] = 3311, - [3312] = 3312, - [3313] = 3313, - [3314] = 3167, - [3315] = 3115, - [3316] = 3276, - [3317] = 3093, - [3318] = 3149, - [3319] = 3173, - [3320] = 3088, + [3312] = 3134, + [3313] = 3267, + [3314] = 3289, + [3315] = 3129, + [3316] = 3316, + [3317] = 3130, + [3318] = 3305, + [3319] = 3237, + [3320] = 3320, [3321] = 3321, - [3322] = 3133, - [3323] = 1390, - [3324] = 3114, - [3325] = 3115, - [3326] = 3326, - [3327] = 3327, - [3328] = 3149, - [3329] = 3329, - [3330] = 3330, - [3331] = 3084, - [3332] = 3162, - [3333] = 3149, - [3334] = 3120, - [3335] = 3313, - [3336] = 3179, - [3337] = 3157, - [3338] = 3122, - [3339] = 3326, - [3340] = 3198, - [3341] = 3136, - [3342] = 3140, - [3343] = 3343, + [3322] = 3283, + [3323] = 3279, + [3324] = 3324, + [3325] = 3278, + [3326] = 3280, + [3327] = 3288, + [3328] = 3328, + [3329] = 3129, + [3330] = 3111, + [3331] = 3331, + [3332] = 3281, + [3333] = 3197, + [3334] = 3334, + [3335] = 3335, + [3336] = 3102, + [3337] = 3171, + [3338] = 3135, + [3339] = 3266, + [3340] = 3136, + [3341] = 3277, + [3342] = 3146, + [3343] = 3120, [3344] = 3344, - [3345] = 3321, - [3346] = 3285, - [3347] = 3116, - [3348] = 3134, - [3349] = 3303, - [3350] = 3266, - [3351] = 3351, - [3352] = 3292, - [3353] = 3327, - [3354] = 3128, - [3355] = 3085, - [3356] = 3179, - [3357] = 3326, - [3358] = 3128, - [3359] = 3326, + [3345] = 3345, + [3346] = 3099, + [3347] = 3193, + [3348] = 3290, + [3349] = 3344, + [3350] = 3102, + [3351] = 3182, + [3352] = 3268, + [3353] = 3102, + [3354] = 3101, + [3355] = 3302, + [3356] = 3180, + [3357] = 3229, + [3358] = 3358, + [3359] = 3113, [3360] = 3128, - [3361] = 3204, - [3362] = 3101, - [3363] = 3268, - [3364] = 3194, - [3365] = 3261, - [3366] = 3366, - [3367] = 3311, - [3368] = 3330, - [3369] = 3187, - [3370] = 3370, - [3371] = 3371, - [3372] = 3372, - [3373] = 3373, - [3374] = 3374, - [3375] = 159, - [3376] = 3376, - [3377] = 3377, - [3378] = 3378, - [3379] = 3379, - [3380] = 3380, - [3381] = 3381, - [3382] = 3382, - [3383] = 3383, + [3361] = 3361, + [3362] = 3152, + [3363] = 3285, + [3364] = 3364, + [3365] = 3365, + [3366] = 3294, + [3367] = 3204, + [3368] = 1381, + [3369] = 3335, + [3370] = 3286, + [3371] = 3300, + [3372] = 3218, + [3373] = 3122, + [3374] = 3133, + [3375] = 3302, + [3376] = 3229, + [3377] = 3218, + [3378] = 3229, + [3379] = 3218, + [3380] = 3292, + [3381] = 3311, + [3382] = 3320, + [3383] = 3270, [3384] = 3384, [3385] = 3385, [3386] = 3386, @@ -7327,8 +7347,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3388] = 3388, [3389] = 3389, [3390] = 3390, - [3391] = 3388, - [3392] = 3376, + [3391] = 3391, + [3392] = 3392, [3393] = 3393, [3394] = 3394, [3395] = 3395, @@ -7338,290 +7358,306 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [3399] = 3399, [3400] = 3400, [3401] = 3401, - [3402] = 3382, + [3402] = 3402, [3403] = 3403, [3404] = 3404, [3405] = 3405, - [3406] = 3406, - [3407] = 3372, + [3406] = 3399, + [3407] = 3387, [3408] = 3408, [3409] = 3409, [3410] = 3410, [3411] = 3411, - [3412] = 3412, + [3412] = 3402, [3413] = 3413, [3414] = 3414, [3415] = 3415, [3416] = 3416, [3417] = 3417, - [3418] = 3400, + [3418] = 3418, [3419] = 3419, [3420] = 3420, - [3421] = 3421, + [3421] = 3392, [3422] = 3422, - [3423] = 3382, + [3423] = 3423, [3424] = 3424, [3425] = 3425, [3426] = 3426, [3427] = 3427, [3428] = 3428, - [3429] = 3373, - [3430] = 3419, + [3429] = 3386, + [3430] = 3413, [3431] = 3431, [3432] = 3432, [3433] = 3433, [3434] = 3434, [3435] = 3435, - [3436] = 3436, - [3437] = 3371, - [3438] = 3410, + [3436] = 3405, + [3437] = 3437, + [3438] = 3438, [3439] = 3439, [3440] = 3440, [3441] = 3441, [3442] = 3442, [3443] = 3443, - [3444] = 3444, + [3444] = 3415, [3445] = 3445, - [3446] = 3389, + [3446] = 3446, [3447] = 3447, - [3448] = 3448, - [3449] = 3380, - [3450] = 3374, + [3448] = 3397, + [3449] = 3449, + [3450] = 3450, [3451] = 3451, [3452] = 3452, - [3453] = 3453, + [3453] = 3399, [3454] = 3454, - [3455] = 3386, + [3455] = 3428, [3456] = 3456, - [3457] = 3424, - [3458] = 3452, - [3459] = 3383, + [3457] = 3457, + [3458] = 3388, + [3459] = 3459, [3460] = 3460, - [3461] = 3409, + [3461] = 3461, [3462] = 3462, - [3463] = 3387, - [3464] = 3434, + [3463] = 3463, + [3464] = 3464, [3465] = 3465, - [3466] = 3376, - [3467] = 3451, - [3468] = 3383, - [3469] = 3469, + [3466] = 3466, + [3467] = 3424, + [3468] = 3468, + [3469] = 3418, [3470] = 3470, - [3471] = 3471, - [3472] = 3422, + [3471] = 3390, + [3472] = 3472, [3473] = 3473, - [3474] = 3370, + [3474] = 3474, [3475] = 3475, - [3476] = 3441, - [3477] = 3477, + [3476] = 3476, + [3477] = 3410, [3478] = 3478, - [3479] = 3479, - [3480] = 3480, - [3481] = 3481, - [3482] = 3393, - [3483] = 3483, - [3484] = 3484, - [3485] = 3374, - [3486] = 3374, + [3479] = 3404, + [3480] = 3401, + [3481] = 3403, + [3482] = 3482, + [3483] = 3473, + [3484] = 3478, + [3485] = 3485, + [3486] = 3486, [3487] = 3487, - [3488] = 3378, - [3489] = 3479, + [3488] = 3488, + [3489] = 3489, [3490] = 3490, - [3491] = 3491, - [3492] = 3492, - [3493] = 3412, - [3494] = 3454, - [3495] = 3408, - [3496] = 3427, - [3497] = 3410, - [3498] = 3498, - [3499] = 3499, - [3500] = 3383, - [3501] = 3501, + [3491] = 3482, + [3492] = 3435, + [3493] = 3493, + [3494] = 3494, + [3495] = 3495, + [3496] = 3385, + [3497] = 3497, + [3498] = 156, + [3499] = 3490, + [3500] = 3500, + [3501] = 3399, [3502] = 3502, - [3503] = 3484, + [3503] = 3417, [3504] = 3504, - [3505] = 3381, - [3506] = 3478, - [3507] = 3385, - [3508] = 3508, - [3509] = 3509, + [3505] = 147, + [3506] = 3441, + [3507] = 3390, + [3508] = 3394, + [3509] = 3493, [3510] = 3510, - [3511] = 3431, - [3512] = 3419, + [3511] = 3511, + [3512] = 3409, [3513] = 3513, - [3514] = 3502, + [3514] = 3514, [3515] = 3515, - [3516] = 3465, + [3516] = 3516, [3517] = 3517, [3518] = 3518, - [3519] = 3481, - [3520] = 3520, + [3519] = 3494, + [3520] = 3443, [3521] = 3521, - [3522] = 3377, - [3523] = 3523, + [3522] = 3451, + [3523] = 3452, [3524] = 3524, - [3525] = 3478, - [3526] = 3433, - [3527] = 3527, - [3528] = 3390, - [3529] = 3529, - [3530] = 3385, - [3531] = 3387, - [3532] = 3521, - [3533] = 3460, - [3534] = 3501, - [3535] = 3395, - [3536] = 3374, - [3537] = 3537, - [3538] = 3433, - [3539] = 3401, - [3540] = 3403, + [3525] = 3525, + [3526] = 3405, + [3527] = 3405, + [3528] = 3395, + [3529] = 3426, + [3530] = 3468, + [3531] = 3531, + [3532] = 3493, + [3533] = 3454, + [3534] = 3390, + [3535] = 3535, + [3536] = 3462, + [3537] = 3427, + [3538] = 3478, + [3539] = 3449, + [3540] = 3437, [3541] = 3541, - [3542] = 3542, - [3543] = 3413, - [3544] = 158, - [3545] = 3373, - [3546] = 3396, - [3547] = 3431, - [3548] = 3432, - [3549] = 3549, - [3550] = 3434, - [3551] = 3551, - [3552] = 3456, - [3553] = 3520, - [3554] = 3554, - [3555] = 3416, + [3542] = 3404, + [3543] = 3543, + [3544] = 3434, + [3545] = 3445, + [3546] = 3399, + [3547] = 3447, + [3548] = 3400, + [3549] = 3402, + [3550] = 3398, + [3551] = 3408, + [3552] = 3552, + [3553] = 3410, + [3554] = 3476, + [3555] = 3555, [3556] = 3556, - [3557] = 3469, + [3557] = 3415, [3558] = 3558, - [3559] = 3559, - [3560] = 3433, + [3559] = 3417, + [3560] = 3398, [3561] = 3561, - [3562] = 3426, - [3563] = 3443, - [3564] = 3387, - [3565] = 3565, - [3566] = 3566, - [3567] = 3395, - [3568] = 3447, - [3569] = 3376, - [3570] = 3403, - [3571] = 3442, - [3572] = 3444, - [3573] = 3373, - [3574] = 3431, - [3575] = 3434, - [3576] = 3471, - [3577] = 3537, - [3578] = 3578, - [3579] = 3473, - [3580] = 3433, - [3581] = 3395, - [3582] = 3395, - [3583] = 3403, - [3584] = 3565, - [3585] = 3434, - [3586] = 3433, - [3587] = 3395, - [3588] = 3403, - [3589] = 3434, - [3590] = 3395, - [3591] = 3403, - [3592] = 3434, - [3593] = 3395, - [3594] = 3395, - [3595] = 3395, - [3596] = 3395, - [3597] = 3395, - [3598] = 3428, + [3562] = 3427, + [3563] = 3563, + [3564] = 3564, + [3565] = 3445, + [3566] = 3456, + [3567] = 3447, + [3568] = 3397, + [3569] = 3569, + [3570] = 3450, + [3571] = 3405, + [3572] = 3403, + [3573] = 3511, + [3574] = 3396, + [3575] = 3485, + [3576] = 3405, + [3577] = 3577, + [3578] = 3434, + [3579] = 3579, + [3580] = 3580, + [3581] = 3402, + [3582] = 3564, + [3583] = 3431, + [3584] = 3410, + [3585] = 3552, + [3586] = 3472, + [3587] = 3417, + [3588] = 3515, + [3589] = 3485, + [3590] = 3447, + [3591] = 3450, + [3592] = 3592, + [3593] = 3593, + [3594] = 3594, + [3595] = 3434, + [3596] = 3410, + [3597] = 3487, + [3598] = 3417, [3599] = 3599, - [3600] = 3432, - [3601] = 3601, - [3602] = 3399, - [3603] = 3603, - [3604] = 3469, - [3605] = 3605, - [3606] = 3499, - [3607] = 3477, - [3608] = 3558, - [3609] = 3609, - [3610] = 3413, - [3611] = 3611, - [3612] = 3404, - [3613] = 3613, - [3614] = 3440, - [3615] = 3419, - [3616] = 3616, + [3600] = 3450, + [3601] = 3434, + [3602] = 3410, + [3603] = 3417, + [3604] = 3432, + [3605] = 3450, + [3606] = 3410, + [3607] = 3417, + [3608] = 3450, + [3609] = 3410, + [3610] = 3410, + [3611] = 3410, + [3612] = 3410, + [3613] = 3410, + [3614] = 3474, + [3615] = 3615, + [3616] = 3478, [3617] = 3617, - [3618] = 3618, - [3619] = 3386, - [3620] = 3509, - [3621] = 3414, - [3622] = 3578, - [3623] = 3623, - [3624] = 3379, - [3625] = 3603, - [3626] = 3425, - [3627] = 3390, - [3628] = 3565, - [3629] = 3629, + [3618] = 3517, + [3619] = 3433, + [3620] = 3416, + [3621] = 3516, + [3622] = 3541, + [3623] = 3521, + [3624] = 3624, + [3625] = 3625, + [3626] = 3626, + [3627] = 3627, + [3628] = 3464, + [3629] = 3518, [3630] = 3630, - [3631] = 3475, - [3632] = 3517, - [3633] = 3403, - [3634] = 3524, - [3635] = 3439, - [3636] = 3520, - [3637] = 3420, - [3638] = 3556, - [3639] = 3480, + [3631] = 3500, + [3632] = 3466, + [3633] = 3525, + [3634] = 3450, + [3635] = 3635, + [3636] = 3511, + [3637] = 3637, + [3638] = 3425, + [3639] = 3422, [3640] = 3640, - [3641] = 3479, - [3642] = 3561, - [3643] = 3421, - [3644] = 3644, - [3645] = 3399, - [3646] = 3603, - [3647] = 3605, - [3648] = 3499, - [3649] = 3448, - [3650] = 3453, - [3651] = 3399, - [3652] = 3499, + [3641] = 3446, + [3642] = 3531, + [3643] = 3518, + [3644] = 3475, + [3645] = 3645, + [3646] = 3646, + [3647] = 3419, + [3648] = 3561, + [3649] = 3475, + [3650] = 3650, + [3651] = 3488, + [3652] = 3561, [3653] = 3653, - [3654] = 3565, - [3655] = 3499, - [3656] = 3499, - [3657] = 3499, - [3658] = 3417, - [3659] = 3405, - [3660] = 3527, - [3661] = 3382, - [3662] = 3462, - [3663] = 3663, - [3664] = 3605, + [3654] = 3626, + [3655] = 3655, + [3656] = 3656, + [3657] = 3399, + [3658] = 3393, + [3659] = 3655, + [3660] = 3486, + [3661] = 3517, + [3662] = 3433, + [3663] = 3516, + [3664] = 3541, [3665] = 3665, - [3666] = 3542, - [3667] = 3667, - [3668] = 3487, - [3669] = 3669, - [3670] = 3374, - [3671] = 3415, - [3672] = 3665, - [3673] = 3529, - [3674] = 3401, - [3675] = 3419, - [3676] = 3676, - [3677] = 3518, - [3678] = 3613, + [3666] = 3666, + [3667] = 3517, + [3668] = 3541, + [3669] = 3440, + [3670] = 3445, + [3671] = 3541, + [3672] = 3541, + [3673] = 3541, + [3674] = 3594, + [3675] = 3646, + [3676] = 3599, + [3677] = 3511, + [3678] = 3569, [3679] = 3679, - [3680] = 3680, - [3681] = 3681, - [3682] = 3682, - [3683] = 3683, - [3684] = 3684, - [3685] = 3685, + [3680] = 3400, + [3681] = 3593, + [3682] = 3495, + [3683] = 3535, + [3684] = 3423, + [3685] = 3489, + [3686] = 3514, + [3687] = 3687, + [3688] = 3679, + [3689] = 3543, + [3690] = 3434, + [3691] = 3615, + [3692] = 3692, + [3693] = 3579, + [3694] = 3561, + [3695] = 3695, + [3696] = 3696, + [3697] = 3697, + [3698] = 3698, + [3699] = 3699, + [3700] = 3700, + [3701] = 3701, }; const TSCharacterRange sym_identifier_character_set_1[] = { @@ -7821,1624 +7857,1676 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(72); + if (eof) ADVANCE(74); ADVANCE_MAP( - '!', 171, - '"', 157, - '#', 143, - '$', 85, - '%', 99, - '&', 104, - '\'', 145, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 96, - '.', 133, - '/', 172, - '0', 151, - ':', 83, - ';', 73, - '<', 146, - '=', 123, - '>', 127, - '?', 93, - '@', 132, - '[', 77, - '\\', 46, - ']', 78, - '^', 100, - 'b', 178, - 'c', 179, - 'm', 182, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, + '!', 173, + '"', 159, + '#', 145, + '$', 87, + '%', 101, + '&', 106, + '\'', 147, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 98, + '.', 135, + '/', 174, + '0', 153, + ':', 85, + ';', 75, + '<', 148, + '=', 125, + '>', 129, + '?', 95, + '@', 134, + '[', 79, + '\\', 48, + ']', 80, + '^', 102, + 'b', 180, + 'c', 181, + 'm', 184, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(68); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + lookahead == ' ') SKIP(70); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 1: if (lookahead == '\n') ADVANCE(1); - if (lookahead == '[') ADVANCE(193); + if (lookahead == '[') ADVANCE(195); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(192); - if (lookahead != 0) ADVANCE(193); + lookahead == ' ') ADVANCE(194); + if (lookahead != 0) ADVANCE(195); END_STATE(); case 2: ADVANCE_MAP( - '!', 102, - '"', 156, - '#', 142, - '$', 85, - '%', 99, - '&', 104, - '\'', 145, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 96, - '.', 133, - '/', 98, - '0', 151, - ':', 83, - ';', 73, - '<', 129, - '=', 123, - '>', 127, - '?', 93, - '@', 132, - '[', 77, - ']', 78, - '^', 100, - 'b', 178, - 'c', 179, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, + '!', 104, + '"', 158, + '#', 144, + '$', 87, + '%', 101, + '&', 106, + '\'', 147, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 98, + '.', 135, + '/', 100, + '0', 153, + ':', 85, + ';', 75, + '<', 131, + '=', 125, + '>', 129, + '?', 95, + '@', 134, + '[', 79, + ']', 80, + '^', 102, + 'b', 180, + 'c', 181, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(2); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 3: ADVANCE_MAP( - '!', 102, - '"', 156, - '#', 142, - '$', 65, - '%', 99, - '&', 104, - '\'', 145, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 95, - '.', 133, - '/', 98, - '0', 151, - ':', 83, - ';', 73, - '<', 129, - '=', 122, - '>', 127, - '?', 93, - '[', 77, - ']', 78, - '^', 100, - 'b', 178, - 'c', 179, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, + '!', 104, + '"', 158, + '#', 144, + '$', 67, + '%', 101, + '&', 106, + '\'', 147, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 97, + '.', 135, + '/', 100, + '0', 153, + ':', 85, + ';', 75, + '<', 131, + '=', 124, + '>', 129, + '?', 95, + '[', 79, + ']', 80, + '^', 102, + 'b', 180, + 'c', 181, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(3); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 4: ADVANCE_MAP( - '!', 102, - '"', 156, - '#', 142, - '$', 84, - '%', 99, - '&', 104, - '\'', 145, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 96, - '.', 133, - '/', 98, - '0', 151, - ':', 83, - ';', 73, - '<', 129, - '=', 123, - '>', 127, - '?', 93, - '@', 132, - '[', 77, - ']', 78, - '^', 100, - 'b', 178, - 'c', 179, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, + '!', 104, + '"', 158, + '#', 144, + '$', 86, + '%', 101, + '&', 106, + '\'', 147, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 98, + '.', 135, + '/', 100, + '0', 153, + ':', 85, + ';', 75, + '<', 131, + '=', 125, + '>', 129, + '?', 95, + '@', 134, + '[', 79, + ']', 80, + '^', 102, + 'b', 180, + 'c', 181, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(4); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 5: ADVANCE_MAP( - '!', 102, - '"', 156, - '$', 65, - '%', 99, - '&', 104, - '\'', 145, - '(', 75, - '*', 92, - '+', 90, - '-', 95, - '.', 133, - '/', 98, - '0', 151, - ':', 83, - '<', 129, - '=', 123, - '>', 127, - '?', 93, - '[', 77, - '^', 100, - 'b', 178, - 'c', 179, - 'r', 180, - '{', 79, - '|', 106, + '!', 104, + '"', 158, + '$', 67, + '%', 101, + '&', 106, + '\'', 147, + '(', 77, + '*', 94, + '+', 92, + '-', 97, + '.', 135, + '/', 100, + '0', 153, + ':', 85, + '<', 131, + '=', 125, + '>', 129, + '?', 95, + '[', 79, + '^', 102, + 'b', 180, + 'c', 181, + 'r', 182, + '{', 81, + '|', 108, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(5); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 6: ADVANCE_MAP( - '!', 102, - '%', 99, - '&', 104, - '\'', 144, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 95, - '.', 133, - '/', 98, - ':', 83, - ';', 73, - '<', 146, - '=', 122, - '>', 127, - '?', 93, - '[', 77, - ']', 78, - '^', 100, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, + '!', 104, + '%', 101, + '&', 106, + '\'', 146, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 97, + '.', 135, + '/', 100, + ':', 85, + ';', 75, + '<', 148, + '=', 124, + '>', 129, + '?', 95, + '[', 79, + ']', 80, + '^', 102, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(6); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 7: ADVANCE_MAP( - '!', 102, - '%', 99, - '&', 104, - '\'', 144, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 95, - '.', 133, - '/', 98, - ':', 40, - ';', 73, - '<', 129, - '=', 122, - '>', 127, - '?', 93, - '[', 77, - ']', 78, - '^', 100, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, + '!', 104, + '%', 101, + '&', 106, + '\'', 146, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 97, + '.', 135, + '/', 100, + ':', 42, + ';', 75, + '<', 131, + '=', 124, + '>', 129, + '?', 95, + '[', 79, + ']', 80, + '^', 102, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(7); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 8: ADVANCE_MAP( - '!', 102, - '%', 99, - '&', 104, - '\'', 144, - '(', 75, - '*', 92, - '+', 90, - '-', 95, - '.', 133, - '/', 98, - ':', 40, - '<', 129, - '=', 123, - '>', 127, - '?', 93, - '[', 77, - '^', 100, - 'r', 180, - '{', 79, - '|', 106, + '!', 104, + '%', 101, + '&', 106, + '\'', 146, + '(', 77, + '*', 94, + '+', 92, + '-', 97, + '.', 135, + '/', 100, + ':', 42, + '<', 131, + '=', 125, + '>', 129, + '?', 95, + '[', 79, + '^', 102, + 'r', 182, + '{', 81, + '|', 108, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(8); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 9: ADVANCE_MAP( - '!', 102, - '%', 99, - '&', 104, - '(', 75, - '*', 92, - '+', 90, - '-', 95, - '.', 133, - '/', 98, - ':', 40, - '<', 146, - '=', 123, - '>', 127, - '?', 93, - '[', 77, - '^', 100, - 'r', 180, - '|', 106, + '!', 104, + '%', 101, + '&', 106, + '(', 77, + '*', 94, + '+', 92, + '-', 97, + '.', 135, + '/', 100, + ':', 42, + '<', 148, + '=', 125, + '>', 129, + '?', 95, + '[', 79, + '^', 102, + 'r', 182, + '|', 108, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(9); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 10: ADVANCE_MAP( - '!', 101, - '"', 157, - '#', 142, - '$', 65, - '&', 24, - '\'', 144, - '(', 75, - ')', 76, - '*', 33, - '+', 89, - ',', 139, - '.', 30, - '/', 28, - ':', 83, - ';', 73, - '<', 128, - '=', 43, - '>', 126, - '\\', 46, - ']', 78, - 'm', 182, - 'r', 180, - '{', 79, - '|', 105, - '}', 80, + '!', 103, + '"', 158, + '#', 144, + '$', 67, + '&', 105, + '\'', 147, + '(', 77, + ')', 78, + '*', 93, + '+', 91, + ',', 141, + '-', 96, + '.', 32, + '/', 30, + '0', 153, + ':', 85, + ';', 75, + '<', 130, + '=', 45, + '?', 95, + '[', 79, + ']', 80, + 'b', 180, + 'c', 181, + 'r', 182, + '|', 107, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(15); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + lookahead == ' ') SKIP(10); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 11: ADVANCE_MAP( - '!', 101, - '"', 156, - '#', 142, - '$', 65, - '&', 103, - '\'', 145, - '(', 75, - ')', 76, - '*', 91, - ',', 139, - '-', 94, - '.', 31, - '/', 28, - '0', 151, - ':', 83, - ';', 73, - '<', 128, - '=', 121, - '>', 126, - '?', 93, - '[', 77, - ']', 78, - 'b', 178, - 'c', 179, - 'r', 180, - '{', 79, - '|', 105, - '}', 80, + '!', 103, + '"', 158, + '#', 144, + '$', 67, + '&', 105, + '\'', 147, + '(', 77, + ')', 78, + '*', 93, + ',', 141, + '-', 96, + '.', 33, + '/', 30, + '0', 153, + ':', 85, + ';', 75, + '<', 130, + '=', 123, + '>', 128, + '?', 95, + '[', 79, + ']', 80, + 'b', 180, + 'c', 181, + 'r', 182, + '{', 81, + '|', 107, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(11); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 12: ADVANCE_MAP( - '!', 101, - '"', 156, - '#', 142, - '$', 65, - '&', 103, - '\'', 145, - '(', 75, - ')', 76, - '*', 91, - ',', 139, - '-', 94, - '.', 32, - '/', 28, - '0', 151, - ':', 40, - '<', 128, - '=', 43, - '?', 93, - '[', 77, - 'b', 178, - 'c', 179, - 'r', 180, - '|', 105, + '!', 103, + '"', 158, + '#', 144, + '$', 67, + '&', 105, + '\'', 147, + '(', 77, + ')', 78, + '*', 93, + ',', 141, + '-', 96, + '.', 34, + '/', 30, + '0', 153, + ':', 42, + '<', 130, + '?', 95, + '[', 79, + ']', 80, + 'b', 180, + 'c', 181, + 'r', 182, + '|', 107, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 13: ADVANCE_MAP( - '!', 101, - '"', 156, - '$', 65, - '&', 103, - '\'', 145, - '(', 75, - '*', 91, - '+', 89, - ',', 139, - '-', 97, - '.', 31, - '/', 28, - '0', 151, - ':', 40, - ';', 73, - '<', 128, - '[', 77, - ']', 78, - 'b', 178, - 'c', 179, - 'r', 180, - '{', 79, - '|', 105, + '!', 103, + '"', 158, + '$', 67, + '&', 105, + '\'', 147, + '(', 77, + '*', 93, + '+', 91, + ',', 141, + '-', 99, + '.', 33, + '/', 30, + '0', 153, + ':', 42, + ';', 75, + '<', 130, + '[', 79, + ']', 80, + 'b', 180, + 'c', 181, + 'r', 182, + '{', 81, + '|', 107, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(13); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 14: ADVANCE_MAP( - '!', 101, - '#', 142, - '$', 65, - '&', 103, - '\'', 144, - '(', 75, - ')', 76, - '*', 91, - '+', 89, - ',', 139, - '-', 42, - '.', 30, - '/', 28, - '0', 151, - ':', 83, - ';', 73, - '<', 128, - '=', 121, - '>', 126, - '?', 93, - '[', 77, - ']', 78, - 'r', 180, - '{', 79, - '|', 105, - '}', 80, + '!', 103, + '"', 158, + '$', 67, + '&', 105, + '\'', 147, + '(', 77, + '*', 93, + '-', 99, + '.', 34, + '/', 30, + '0', 153, + ':', 42, + '<', 130, + '[', 79, + 'b', 180, + 'c', 181, + 'r', 182, + '{', 81, + '|', 107, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(14); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 15: ADVANCE_MAP( - '!', 101, - '#', 142, - '$', 65, - '&', 24, - '\'', 144, - '(', 75, - ')', 76, - '*', 33, - '+', 89, - ',', 139, - '.', 30, - '/', 28, - ':', 83, - ';', 73, - '<', 128, - '=', 43, - '>', 126, - ']', 78, - 'm', 182, - 'r', 180, - '{', 79, - '|', 105, - '}', 80, + '!', 103, + '#', 144, + '$', 67, + '&', 105, + '\'', 146, + '(', 77, + ')', 78, + '*', 93, + '+', 91, + ',', 141, + '-', 44, + '.', 32, + '/', 30, + '0', 153, + ':', 85, + ';', 75, + '<', 130, + '=', 123, + '>', 128, + '?', 95, + '[', 79, + ']', 80, + 'r', 182, + '{', 81, + '|', 107, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(15); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 16: ADVANCE_MAP( - '!', 101, - '\'', 144, - '(', 75, - ')', 76, - '+', 89, - ',', 139, - '.', 30, - '/', 28, - ':', 83, - ';', 73, - '<', 146, - '=', 121, - '>', 126, - '@', 132, - ']', 78, - 'r', 180, - '{', 79, - '|', 105, - '}', 80, + '!', 103, + '\'', 146, + '(', 77, + ')', 78, + '+', 91, + ',', 141, + '.', 32, + '/', 30, + ':', 85, + ';', 75, + '<', 148, + '=', 123, + '>', 128, + '@', 134, + ']', 80, + 'r', 182, + '{', 81, + '|', 107, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(16); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 17: ADVANCE_MAP( - '!', 101, - '(', 75, - '.', 30, - '/', 28, - ':', 40, - '<', 146, - '=', 43, - '@', 132, - 'r', 180, - '{', 79, - '|', 105, + '!', 103, + '(', 77, + '.', 32, + '/', 30, + ':', 42, + '<', 148, + '=', 45, + '@', 134, + 'r', 182, + '{', 81, + '|', 107, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(17); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 18: ADVANCE_MAP( - '!', 41, - '%', 99, - '&', 104, - '\'', 144, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 96, - '.', 133, - '/', 98, - ':', 82, - ';', 73, - '<', 129, - '=', 122, - '>', 127, - '?', 93, - '[', 77, - ']', 78, - '^', 100, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, + '!', 43, + '%', 101, + '&', 106, + '\'', 146, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 98, + '.', 135, + '/', 100, + ':', 84, + ';', 75, + '<', 131, + '=', 124, + '>', 129, + '?', 95, + '[', 79, + ']', 80, + '^', 102, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(18); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 19: ADVANCE_MAP( - '!', 41, - '%', 99, - '&', 104, - '\'', 144, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 95, - '.', 133, - '/', 98, - ':', 82, - ';', 73, - '<', 129, - '=', 122, - '>', 127, - '?', 93, - '[', 77, - ']', 78, - '^', 100, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, + '!', 43, + '%', 101, + '&', 106, + '\'', 146, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 97, + '.', 135, + '/', 100, + ':', 84, + ';', 75, + '<', 131, + '=', 124, + '>', 129, + '?', 95, + '[', 79, + ']', 80, + '^', 102, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(19); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 20: ADVANCE_MAP( - '!', 41, - '%', 99, - '&', 104, - '(', 75, - '*', 92, - '+', 90, - '-', 96, - '.', 133, - '/', 98, - '<', 129, - '=', 123, - '>', 127, - '?', 93, - '[', 77, - '^', 100, - 'r', 180, - '|', 106, + '!', 43, + '%', 101, + '&', 106, + '(', 77, + '*', 94, + '+', 92, + '-', 98, + '.', 135, + '/', 100, + '<', 131, + '=', 125, + '>', 129, + '?', 95, + '[', 79, + '^', 102, + 'r', 182, + '|', 108, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(20); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 21: - if (lookahead == '"') ADVANCE(156); - if (lookahead == '/') ADVANCE(28); - if (lookahead == ';') ADVANCE(73); - if (lookahead == 'r') ADVANCE(180); - if (lookahead == '{') ADVANCE(79); - if (lookahead == 'b' || - lookahead == 'c') ADVANCE(179); + ADVANCE_MAP( + '"', 159, + '#', 144, + '$', 67, + '&', 26, + '\'', 146, + '*', 35, + '+', 91, + ',', 141, + '/', 30, + ':', 42, + ';', 75, + '<', 130, + '=', 45, + '>', 128, + '\\', 48, + 'm', 184, + 'r', 182, + '{', 81, + '|', 107, + '}', 82, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(21); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + lookahead == ' ') SKIP(23); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 22: - ADVANCE_MAP( - '#', 142, - '$', 65, - ',', 139, - '/', 28, - ':', 40, - ';', 73, - '<', 128, - '=', 121, - 'm', 182, - 'r', 180, - '}', 80, - ); + if (lookahead == '"') ADVANCE(158); + if (lookahead == '/') ADVANCE(30); + if (lookahead == ';') ADVANCE(75); + if (lookahead == 'r') ADVANCE(182); + if (lookahead == '{') ADVANCE(81); + if (lookahead == 'b' || + lookahead == 'c') ADVANCE(181); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(22); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 23: ADVANCE_MAP( - '#', 142, - ',', 139, - '.', 31, - '/', 28, - '0', 151, - ':', 82, - ';', 73, - '<', 128, - '=', 121, - 'r', 180, - '{', 79, - '}', 80, + '#', 144, + '$', 67, + '&', 26, + '\'', 146, + '*', 35, + '+', 91, + ',', 141, + '/', 30, + ':', 42, + ';', 75, + '<', 130, + '=', 45, + '>', 128, + 'm', 184, + 'r', 182, + '{', 81, + '|', 107, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(23); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 24: - if (lookahead == '&') ADVANCE(107); + ADVANCE_MAP( + '#', 144, + '$', 67, + ',', 141, + '/', 30, + ':', 42, + ';', 75, + '<', 130, + '=', 123, + 'm', 184, + 'r', 182, + '}', 82, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(24); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 25: - if (lookahead == '\'') ADVANCE(158); + ADVANCE_MAP( + '#', 144, + ',', 141, + '.', 33, + '/', 30, + '0', 153, + ':', 84, + ';', 75, + '<', 130, + '=', 123, + 'r', 182, + '{', 81, + '}', 82, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(25); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 26: - if (lookahead == '\'') ADVANCE(158); - if (lookahead == '\\') ADVANCE(47); - if (lookahead != 0) ADVANCE(25); + if (lookahead == '&') ADVANCE(109); END_STATE(); case 27: - ADVANCE_MAP( - '\'', 144, - '(', 75, - ')', 76, - '*', 91, - '+', 89, - ',', 139, - '-', 42, - '.', 30, - '/', 28, - ':', 82, - ';', 73, - '<', 146, - '=', 121, - '>', 126, - ']', 78, - 'r', 180, - '{', 79, - '|', 105, - '}', 80, - ); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(27); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (lookahead == '\'') ADVANCE(160); END_STATE(); case 28: - if (lookahead == '*') ADVANCE(174); - if (lookahead == '/') ADVANCE(160); + if (lookahead == '\'') ADVANCE(160); + if (lookahead == '\\') ADVANCE(49); + if (lookahead != 0) ADVANCE(27); END_STATE(); case 29: - if (lookahead == '*') ADVANCE(91); - if (lookahead == '+') ADVANCE(89); - if (lookahead == '/') ADVANCE(86); - if (lookahead == '?') ADVANCE(93); + ADVANCE_MAP( + '\'', 146, + '(', 77, + ')', 78, + '*', 93, + '+', 91, + ',', 141, + '-', 44, + '.', 32, + '/', 30, + ':', 84, + ';', 75, + '<', 148, + '=', 123, + '>', 128, + ']', 80, + 'r', 182, + '{', 81, + '|', 107, + '}', 82, + ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(87); - if (lookahead != 0) ADVANCE(88); + lookahead == ' ') SKIP(29); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 30: - if (lookahead == '.') ADVANCE(136); + if (lookahead == '*') ADVANCE(176); + if (lookahead == '/') ADVANCE(162); END_STATE(); case 31: - if (lookahead == '.') ADVANCE(134); + if (lookahead == '*') ADVANCE(93); + if (lookahead == '+') ADVANCE(91); + if (lookahead == '/') ADVANCE(88); + if (lookahead == '?') ADVANCE(95); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(89); + if (lookahead != 0) ADVANCE(90); END_STATE(); case 32: - if (lookahead == '.') ADVANCE(135); + if (lookahead == '.') ADVANCE(137); END_STATE(); case 33: - if (lookahead == '/') ADVANCE(176); + if (lookahead == '.') ADVANCE(136); END_STATE(); case 34: - if (lookahead == '1') ADVANCE(36); - if (lookahead == '3') ADVANCE(35); - if (lookahead == '6') ADVANCE(38); - if (lookahead == '8') ADVANCE(147); - if (lookahead == 's') ADVANCE(45); + if (lookahead == '.') ADVANCE(138); END_STATE(); case 35: - if (lookahead == '2') ADVANCE(147); + if (lookahead == '/') ADVANCE(178); END_STATE(); case 36: - if (lookahead == '2') ADVANCE(39); - if (lookahead == '6') ADVANCE(147); + if (lookahead == '1') ADVANCE(38); + if (lookahead == '3') ADVANCE(37); + if (lookahead == '6') ADVANCE(40); + if (lookahead == '8') ADVANCE(149); + if (lookahead == 's') ADVANCE(47); END_STATE(); case 37: - if (lookahead == '3') ADVANCE(35); - if (lookahead == '6') ADVANCE(38); + if (lookahead == '2') ADVANCE(149); END_STATE(); case 38: - if (lookahead == '4') ADVANCE(147); + if (lookahead == '2') ADVANCE(41); + if (lookahead == '6') ADVANCE(149); END_STATE(); case 39: - if (lookahead == '8') ADVANCE(147); + if (lookahead == '3') ADVANCE(37); + if (lookahead == '6') ADVANCE(40); END_STATE(); case 40: - if (lookahead == ':') ADVANCE(140); + if (lookahead == '4') ADVANCE(149); END_STATE(); case 41: - if (lookahead == '=') ADVANCE(125); + if (lookahead == '8') ADVANCE(149); END_STATE(); case 42: - if (lookahead == '>') ADVANCE(141); + if (lookahead == ':') ADVANCE(142); END_STATE(); case 43: - if (lookahead == '>') ADVANCE(81); + if (lookahead == '=') ADVANCE(127); END_STATE(); case 44: - if (lookahead == 'e') ADVANCE(147); + if (lookahead == '>') ADVANCE(143); END_STATE(); case 45: - if (lookahead == 'i') ADVANCE(48); + if (lookahead == '>') ADVANCE(83); END_STATE(); case 46: - if (lookahead == 'u') ADVANCE(49); - if (lookahead == 'x') ADVANCE(61); - if (lookahead != 0) ADVANCE(159); + if (lookahead == 'e') ADVANCE(149); END_STATE(); case 47: - if (lookahead == 'u') ADVANCE(50); - if (lookahead == 'x') ADVANCE(62); - if (lookahead != 0) ADVANCE(25); + if (lookahead == 'i') ADVANCE(50); END_STATE(); case 48: - if (lookahead == 'z') ADVANCE(44); + if (lookahead == 'u') ADVANCE(51); + if (lookahead == 'x') ADVANCE(63); + if (lookahead != 0) ADVANCE(161); END_STATE(); case 49: - if (lookahead == '{') ADVANCE(59); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(57); + if (lookahead == 'u') ADVANCE(52); + if (lookahead == 'x') ADVANCE(64); + if (lookahead != 0) ADVANCE(27); END_STATE(); case 50: - if (lookahead == '{') ADVANCE(60); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); + if (lookahead == 'z') ADVANCE(46); END_STATE(); case 51: - if (lookahead == '}') ADVANCE(25); + if (lookahead == '{') ADVANCE(61); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(51); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(59); END_STATE(); case 52: - if (lookahead == '}') ADVANCE(159); + if (lookahead == '{') ADVANCE(62); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(52); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(65); END_STATE(); case 53: - if (lookahead == '0' || - lookahead == '1' || - lookahead == '_') ADVANCE(152); + if (lookahead == '}') ADVANCE(27); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(53); END_STATE(); case 54: - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(1); - if (lookahead != 0 && - lookahead != '[') ADVANCE(67); + if (lookahead == '}') ADVANCE(161); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(54); END_STATE(); case 55: - if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(153); + if (lookahead == '0' || + lookahead == '1' || + lookahead == '_') ADVANCE(154); END_STATE(); case 56: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(25); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(1); + if (lookahead != 0 && + lookahead != '[') ADVANCE(69); END_STATE(); case 57: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(61); + if (('0' <= lookahead && lookahead <= '7') || + lookahead == '_') ADVANCE(155); END_STATE(); case 58: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(159); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(27); END_STATE(); case 59: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(52); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(63); END_STATE(); case 60: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(51); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(161); END_STATE(); case 61: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(58); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(54); END_STATE(); case 62: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(56); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(53); END_STATE(); case 63: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(62); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(60); END_STATE(); case 64: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(155); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(58); END_STATE(); case 65: - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(194); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(64); END_STATE(); case 66: - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(157); END_STATE(); case 67: - if (lookahead != 0 && - lookahead != '\n') ADVANCE(193); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(196); END_STATE(); case 68: - if (eof) ADVANCE(72); - ADVANCE_MAP( - '!', 102, - '"', 156, - '#', 143, - '$', 85, - '%', 99, - '&', 104, - '\'', 145, - '(', 75, - ')', 76, - '*', 92, - '+', 90, - ',', 139, - '-', 96, - '.', 133, - '/', 98, - '0', 151, - ':', 83, - ';', 73, - '<', 146, - '=', 123, - '>', 127, - '?', 93, - '@', 132, - '[', 77, - ']', 78, - '^', 100, - 'b', 178, - 'c', 179, - 'm', 182, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, - ); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(68); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 69: - if (eof) ADVANCE(72); - ADVANCE_MAP( - '!', 102, - '"', 156, - '#', 142, - '$', 65, - '%', 99, - '&', 104, - '\'', 145, - '(', 75, - '*', 92, - '+', 90, - '-', 95, - '.', 133, - '/', 98, - '0', 151, - ':', 40, - ';', 73, - '<', 129, - '=', 122, - '>', 127, - '?', 93, - '[', 77, - '^', 100, - 'b', 178, - 'c', 179, - 'm', 182, - 'r', 180, - '{', 79, - '|', 106, - '}', 80, - ); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(69); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (lookahead != 0 && + lookahead != '\n') ADVANCE(195); END_STATE(); case 70: - if (eof) ADVANCE(72); + if (eof) ADVANCE(74); ADVANCE_MAP( - '!', 101, - '"', 156, - '#', 143, - '$', 65, - '&', 103, - '\'', 145, - '(', 75, - ')', 76, - '*', 91, - '+', 89, - ',', 139, - '-', 94, - '.', 31, - '/', 28, - '0', 151, - ':', 83, - ';', 73, - '<', 128, - '=', 121, - '>', 126, - '?', 93, - '[', 77, - ']', 78, - 'b', 178, - 'c', 179, - 'm', 182, - 'r', 180, - '{', 79, - '|', 105, - '}', 80, + '!', 104, + '"', 158, + '#', 145, + '$', 87, + '%', 101, + '&', 106, + '\'', 147, + '(', 77, + ')', 78, + '*', 94, + '+', 92, + ',', 141, + '-', 98, + '.', 135, + '/', 100, + '0', 153, + ':', 85, + ';', 75, + '<', 148, + '=', 125, + '>', 129, + '?', 95, + '@', 134, + '[', 79, + ']', 80, + '^', 102, + 'b', 180, + 'c', 181, + 'm', 184, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(70); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 71: - if (eof) ADVANCE(72); + if (eof) ADVANCE(74); ADVANCE_MAP( - '!', 101, - '"', 156, - '#', 142, - '$', 65, - '&', 103, - '\'', 145, - '(', 75, - '*', 91, - '-', 94, - '.', 31, - '/', 28, - '0', 151, - ':', 40, - ';', 73, - '<', 128, - '=', 43, - '[', 77, - 'b', 178, - 'c', 179, - 'm', 182, - 'r', 180, - '{', 79, - '|', 105, - '}', 80, + '!', 104, + '"', 158, + '#', 144, + '$', 67, + '%', 101, + '&', 106, + '\'', 147, + '(', 77, + '*', 94, + '+', 92, + '-', 97, + '.', 135, + '/', 100, + '0', 153, + ':', 42, + ';', 75, + '<', 131, + '=', 124, + '>', 129, + '?', 95, + '[', 79, + '^', 102, + 'b', 180, + 'c', 181, + 'm', 184, + 'r', 182, + '{', 81, + '|', 108, + '}', 82, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(154); - if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(191); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 72: - ACCEPT_TOKEN(ts_builtin_sym_end); + if (eof) ADVANCE(74); + ADVANCE_MAP( + '!', 103, + '"', 158, + '#', 145, + '$', 67, + '&', 105, + '\'', 147, + '(', 77, + ')', 78, + '*', 93, + '+', 91, + ',', 141, + '-', 96, + '.', 33, + '/', 30, + '0', 153, + ':', 85, + ';', 75, + '<', 130, + '=', 123, + '>', 128, + '?', 95, + '[', 79, + ']', 80, + 'b', 180, + 'c', 181, + 'm', 184, + 'r', 182, + '{', 81, + '|', 107, + '}', 82, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(72); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 73: - ACCEPT_TOKEN(anon_sym_SEMI); + if (eof) ADVANCE(74); + ADVANCE_MAP( + '!', 103, + '"', 158, + '#', 144, + '$', 67, + '&', 105, + '\'', 147, + '(', 77, + '*', 93, + '-', 96, + '.', 33, + '/', 30, + '0', 153, + ':', 42, + ';', 75, + '<', 130, + '=', 45, + '[', 79, + 'b', 180, + 'c', 181, + 'm', 184, + 'r', 182, + '{', 81, + '|', 107, + '}', 82, + ); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(156); + if (set_contains(sym_identifier_character_set_1, 685, lookahead)) ADVANCE(193); END_STATE(); case 74: - ACCEPT_TOKEN(anon_sym_macro_rules_BANG); + ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); case 75: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 76: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_macro_rules_BANG); END_STATE(); case 77: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 78: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 79: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 80: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 81: - ACCEPT_TOKEN(anon_sym_EQ_GT); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 82: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 83: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(140); + ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 84: - ACCEPT_TOKEN(anon_sym_DOLLAR); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 85: + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == ':') ADVANCE(142); + END_STATE(); + case 86: + ACCEPT_TOKEN(anon_sym_DOLLAR); + END_STATE(); + case 87: ACCEPT_TOKEN(anon_sym_DOLLAR); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(194); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(196); END_STATE(); - case 86: + case 88: ACCEPT_TOKEN(aux_sym_token_repetition_pattern_token1); - if (lookahead == '*') ADVANCE(174); - if (lookahead == '/') ADVANCE(161); + if (lookahead == '*') ADVANCE(176); + if (lookahead == '/') ADVANCE(163); if (lookahead != 0 && lookahead != '*' && lookahead != '+' && - lookahead != '?') ADVANCE(88); + lookahead != '?') ADVANCE(90); END_STATE(); - case 87: + case 89: ACCEPT_TOKEN(aux_sym_token_repetition_pattern_token1); - if (lookahead == '/') ADVANCE(86); + if (lookahead == '/') ADVANCE(88); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(87); + lookahead == ' ') ADVANCE(89); if (lookahead != 0 && lookahead != '*' && lookahead != '+' && - lookahead != '?') ADVANCE(88); + lookahead != '?') ADVANCE(90); END_STATE(); - case 88: + case 90: ACCEPT_TOKEN(aux_sym_token_repetition_pattern_token1); if (lookahead != 0 && lookahead != '*' && lookahead != '+' && - lookahead != '?') ADVANCE(88); - END_STATE(); - case 89: - ACCEPT_TOKEN(anon_sym_PLUS); - END_STATE(); - case 90: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '=') ADVANCE(111); + lookahead != '?') ADVANCE(90); END_STATE(); case 91: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 92: - ACCEPT_TOKEN(anon_sym_STAR); + ACCEPT_TOKEN(anon_sym_PLUS); if (lookahead == '=') ADVANCE(113); END_STATE(); case 93: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(anon_sym_STAR); END_STATE(); case 94: - ACCEPT_TOKEN(anon_sym_DASH); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '=') ADVANCE(115); END_STATE(); case 95: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(112); + ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 96: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '=') ADVANCE(112); - if (lookahead == '>') ADVANCE(141); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '>') ADVANCE(141); + if (lookahead == '=') ADVANCE(114); END_STATE(); case 98: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(174); - if (lookahead == '/') ADVANCE(160); + ACCEPT_TOKEN(anon_sym_DASH); if (lookahead == '=') ADVANCE(114); + if (lookahead == '>') ADVANCE(143); END_STATE(); case 99: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(115); + ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '>') ADVANCE(143); END_STATE(); case 100: - ACCEPT_TOKEN(anon_sym_CARET); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(176); + if (lookahead == '/') ADVANCE(162); if (lookahead == '=') ADVANCE(116); END_STATE(); case 101: - ACCEPT_TOKEN(anon_sym_BANG); + ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(117); END_STATE(); case 102: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(125); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(118); END_STATE(); case 103: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 104: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(107); - if (lookahead == '=') ADVANCE(117); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(127); END_STATE(); case 105: - ACCEPT_TOKEN(anon_sym_PIPE); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 106: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(118); - if (lookahead == '|') ADVANCE(108); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(109); + if (lookahead == '=') ADVANCE(119); END_STATE(); case 107: - ACCEPT_TOKEN(anon_sym_AMP_AMP); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 108: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(120); + if (lookahead == '|') ADVANCE(110); END_STATE(); case 109: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(119); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 110: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(120); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 111: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '=') ADVANCE(121); END_STATE(); case 112: - ACCEPT_TOKEN(anon_sym_DASH_EQ); + ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(122); END_STATE(); case 113: - ACCEPT_TOKEN(anon_sym_STAR_EQ); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 114: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 115: - ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 116: - ACCEPT_TOKEN(anon_sym_CARET_EQ); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 117: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 118: - ACCEPT_TOKEN(anon_sym_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 119: - ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 120: - ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 121: - ACCEPT_TOKEN(anon_sym_EQ); + ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 122: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(124); + ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(124); - if (lookahead == '>') ADVANCE(81); END_STATE(); case 124: - ACCEPT_TOKEN(anon_sym_EQ_EQ); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(126); END_STATE(); case 125: - ACCEPT_TOKEN(anon_sym_BANG_EQ); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(126); + if (lookahead == '>') ADVANCE(83); END_STATE(); case 126: - ACCEPT_TOKEN(anon_sym_GT); + ACCEPT_TOKEN(anon_sym_EQ_EQ); END_STATE(); case 127: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(130); - if (lookahead == '>') ADVANCE(110); + ACCEPT_TOKEN(anon_sym_BANG_EQ); END_STATE(); case 128: - ACCEPT_TOKEN(anon_sym_LT); + ACCEPT_TOKEN(anon_sym_GT); END_STATE(); case 129: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(109); - if (lookahead == '=') ADVANCE(131); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(132); + if (lookahead == '>') ADVANCE(112); END_STATE(); case 130: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_LT); END_STATE(); case 131: - ACCEPT_TOKEN(anon_sym_LT_EQ); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(111); + if (lookahead == '=') ADVANCE(133); END_STATE(); case 132: - ACCEPT_TOKEN(anon_sym_AT); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 133: - ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(136); + ACCEPT_TOKEN(anon_sym_LT_EQ); END_STATE(); case 134: - ACCEPT_TOKEN(anon_sym_DOT_DOT); + ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 135: - ACCEPT_TOKEN(anon_sym_DOT_DOT); + ACCEPT_TOKEN(anon_sym_DOT); if (lookahead == '.') ADVANCE(137); END_STATE(); case 136: ACCEPT_TOKEN(anon_sym_DOT_DOT); - if (lookahead == '.') ADVANCE(137); - if (lookahead == '=') ADVANCE(138); END_STATE(); case 137: - ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); + ACCEPT_TOKEN(anon_sym_DOT_DOT); + if (lookahead == '.') ADVANCE(139); + if (lookahead == '=') ADVANCE(140); END_STATE(); case 138: - ACCEPT_TOKEN(anon_sym_DOT_DOT_EQ); + ACCEPT_TOKEN(anon_sym_DOT_DOT); + if (lookahead == '=') ADVANCE(140); END_STATE(); case 139: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 140: - ACCEPT_TOKEN(anon_sym_COLON_COLON); + ACCEPT_TOKEN(anon_sym_DOT_DOT_EQ); END_STATE(); case 141: - ACCEPT_TOKEN(anon_sym_DASH_GT); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 142: - ACCEPT_TOKEN(anon_sym_POUND); + ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); case 143: - ACCEPT_TOKEN(anon_sym_POUND); - if (lookahead == '!') ADVANCE(54); + ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 144: - ACCEPT_TOKEN(anon_sym_SQUOTE); + ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); case 145: - ACCEPT_TOKEN(anon_sym_SQUOTE); - if (lookahead == '\'') ADVANCE(158); - if (lookahead == '\\') ADVANCE(47); - if (lookahead != 0) ADVANCE(25); + ACCEPT_TOKEN(anon_sym_POUND); + if (lookahead == '!') ADVANCE(56); END_STATE(); case 146: - ACCEPT_TOKEN(anon_sym_LT2); + ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); case 147: - ACCEPT_TOKEN(sym_integer_literal); + ACCEPT_TOKEN(anon_sym_SQUOTE); + if (lookahead == '\'') ADVANCE(160); + if (lookahead == '\\') ADVANCE(49); + if (lookahead != 0) ADVANCE(27); END_STATE(); case 148: + ACCEPT_TOKEN(anon_sym_LT2); + END_STATE(); + case 149: ACCEPT_TOKEN(sym_integer_literal); - if (lookahead == '2') ADVANCE(155); - if (lookahead == 'f') ADVANCE(149); - if (lookahead == 'i') ADVANCE(34); - if (lookahead == 'u') ADVANCE(34); + END_STATE(); + case 150: + ACCEPT_TOKEN(sym_integer_literal); + if (lookahead == '2') ADVANCE(157); + if (lookahead == 'f') ADVANCE(151); + if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'u') ADVANCE(36); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(155); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(157); END_STATE(); - case 149: + case 151: ACCEPT_TOKEN(sym_integer_literal); - if (lookahead == '3') ADVANCE(148); - if (lookahead == '6') ADVANCE(150); - if (lookahead == 'f') ADVANCE(149); - if (lookahead == 'i') ADVANCE(34); - if (lookahead == 'u') ADVANCE(34); + if (lookahead == '3') ADVANCE(150); + if (lookahead == '6') ADVANCE(152); + if (lookahead == 'f') ADVANCE(151); + if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'u') ADVANCE(36); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(155); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(157); END_STATE(); - case 150: + case 152: ACCEPT_TOKEN(sym_integer_literal); - if (lookahead == '4') ADVANCE(155); - if (lookahead == 'f') ADVANCE(149); - if (lookahead == 'i') ADVANCE(34); - if (lookahead == 'u') ADVANCE(34); + if (lookahead == '4') ADVANCE(157); + if (lookahead == 'f') ADVANCE(151); + if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'u') ADVANCE(36); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(155); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(157); END_STATE(); - case 151: + case 153: ACCEPT_TOKEN(sym_integer_literal); - if (lookahead == 'b') ADVANCE(53); - if (lookahead == 'f') ADVANCE(37); - if (lookahead == 'i') ADVANCE(34); - if (lookahead == 'o') ADVANCE(55); - if (lookahead == 'u') ADVANCE(34); - if (lookahead == 'x') ADVANCE(64); + if (lookahead == 'b') ADVANCE(55); + if (lookahead == 'f') ADVANCE(39); + if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'o') ADVANCE(57); + if (lookahead == 'u') ADVANCE(36); + if (lookahead == 'x') ADVANCE(66); if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_') ADVANCE(154); + lookahead == '_') ADVANCE(156); END_STATE(); - case 152: + case 154: ACCEPT_TOKEN(sym_integer_literal); - if (lookahead == 'f') ADVANCE(37); - if (lookahead == 'i') ADVANCE(34); - if (lookahead == 'u') ADVANCE(34); + if (lookahead == 'f') ADVANCE(39); + if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'u') ADVANCE(36); if (lookahead == '0' || lookahead == '1' || - lookahead == '_') ADVANCE(152); + lookahead == '_') ADVANCE(154); END_STATE(); - case 153: + case 155: ACCEPT_TOKEN(sym_integer_literal); - if (lookahead == 'f') ADVANCE(37); - if (lookahead == 'i') ADVANCE(34); - if (lookahead == 'u') ADVANCE(34); + if (lookahead == 'f') ADVANCE(39); + if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'u') ADVANCE(36); if (('0' <= lookahead && lookahead <= '7') || - lookahead == '_') ADVANCE(153); + lookahead == '_') ADVANCE(155); END_STATE(); - case 154: + case 156: ACCEPT_TOKEN(sym_integer_literal); - if (lookahead == 'f') ADVANCE(37); - if (lookahead == 'i') ADVANCE(34); - if (lookahead == 'u') ADVANCE(34); + if (lookahead == 'f') ADVANCE(39); + if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'u') ADVANCE(36); if (('0' <= lookahead && lookahead <= '9') || - lookahead == '_') ADVANCE(154); + lookahead == '_') ADVANCE(156); END_STATE(); - case 155: + case 157: ACCEPT_TOKEN(sym_integer_literal); - if (lookahead == 'f') ADVANCE(149); - if (lookahead == 'i') ADVANCE(34); - if (lookahead == 'u') ADVANCE(34); + if (lookahead == 'f') ADVANCE(151); + if (lookahead == 'i') ADVANCE(36); + if (lookahead == 'u') ADVANCE(36); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'e')) ADVANCE(155); + ('a' <= lookahead && lookahead <= 'e')) ADVANCE(157); END_STATE(); - case 156: + case 158: ACCEPT_TOKEN(aux_sym_string_literal_token1); END_STATE(); - case 157: + case 159: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 158: + case 160: ACCEPT_TOKEN(sym_char_literal); END_STATE(); - case 159: + case 161: ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); - case 160: + case 162: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); - case 161: + case 163: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead != 0 && lookahead != '*' && lookahead != '+' && - lookahead != '?') ADVANCE(88); + lookahead != '?') ADVANCE(90); END_STATE(); - case 162: + case 164: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); if (lookahead != 0 && - lookahead != '\n') ADVANCE(166); + lookahead != '\n') ADVANCE(168); END_STATE(); - case 163: + case 165: ACCEPT_TOKEN(aux_sym_line_comment_token1); END_STATE(); - case 164: + case 166: ACCEPT_TOKEN(aux_sym_line_comment_token2); - if (lookahead == '*') ADVANCE(175); - if (lookahead == '/') ADVANCE(162); + if (lookahead == '*') ADVANCE(177); + if (lookahead == '/') ADVANCE(164); if (lookahead != 0 && - lookahead != '\n') ADVANCE(166); + lookahead != '\n') ADVANCE(168); END_STATE(); - case 165: + case 167: ACCEPT_TOKEN(aux_sym_line_comment_token2); - if (lookahead == '/') ADVANCE(164); + if (lookahead == '/') ADVANCE(166); if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(165); + lookahead == ' ') ADVANCE(167); if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(166); + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(168); END_STATE(); - case 166: + case 168: ACCEPT_TOKEN(aux_sym_line_comment_token2); if (lookahead != 0 && - lookahead != '\n') ADVANCE(166); + lookahead != '\n') ADVANCE(168); END_STATE(); - case 167: + case 169: ACCEPT_TOKEN(aux_sym_line_comment_token3); - if (lookahead == '!') ADVANCE(171); - if (lookahead == '/') ADVANCE(173); + if (lookahead == '!') ADVANCE(173); + if (lookahead == '/') ADVANCE(175); if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(169); + lookahead == ' ') ADVANCE(171); if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(170); + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(172); END_STATE(); - case 168: + case 170: ACCEPT_TOKEN(aux_sym_line_comment_token3); - if (lookahead == '*') ADVANCE(170); - if (lookahead == '/') ADVANCE(170); + if (lookahead == '*') ADVANCE(172); + if (lookahead == '/') ADVANCE(172); if (lookahead != 0 && - lookahead != '\n') ADVANCE(170); + lookahead != '\n') ADVANCE(172); END_STATE(); - case 169: + case 171: ACCEPT_TOKEN(aux_sym_line_comment_token3); - if (lookahead == '/') ADVANCE(168); + if (lookahead == '/') ADVANCE(170); if (lookahead == '\t' || (0x0b <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(169); + lookahead == ' ') ADVANCE(171); if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(170); + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(172); END_STATE(); - case 170: + case 172: ACCEPT_TOKEN(aux_sym_line_comment_token3); if (lookahead != 0 && - lookahead != '\n') ADVANCE(170); + lookahead != '\n') ADVANCE(172); END_STATE(); - case 171: + case 173: ACCEPT_TOKEN(anon_sym_BANG2); END_STATE(); - case 172: + case 174: ACCEPT_TOKEN(anon_sym_SLASH2); END_STATE(); - case 173: + case 175: ACCEPT_TOKEN(anon_sym_SLASH2); - if (lookahead == '/') ADVANCE(163); + if (lookahead == '/') ADVANCE(165); END_STATE(); - case 174: + case 176: ACCEPT_TOKEN(anon_sym_SLASH_STAR); END_STATE(); - case 175: + case 177: ACCEPT_TOKEN(anon_sym_SLASH_STAR); if (lookahead != 0 && - lookahead != '\n') ADVANCE(166); - END_STATE(); - case 176: - ACCEPT_TOKEN(anon_sym_STAR_SLASH); - END_STATE(); - case 177: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '!') ADVANCE(74); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + lookahead != '\n') ADVANCE(168); END_STATE(); case 178: - ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(156); - if (lookahead == '\'') ADVANCE(26); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + ACCEPT_TOKEN(anon_sym_STAR_SLASH); END_STATE(); case 179: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '"') ADVANCE(156); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == '!') ADVANCE(76); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 180: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '#') ADVANCE(66); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == '"') ADVANCE(158); + if (lookahead == '\'') ADVANCE(28); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 181: ACCEPT_TOKEN(sym_identifier); - if (lookahead == '_') ADVANCE(188); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == '"') ADVANCE(158); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 182: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'a') ADVANCE(183); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == '#') ADVANCE(68); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 183: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'c') ADVANCE(187); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == '_') ADVANCE(190); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 184: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'e') ADVANCE(189); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == 'a') ADVANCE(185); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 185: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'l') ADVANCE(184); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == 'c') ADVANCE(189); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 186: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'o') ADVANCE(181); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == 'e') ADVANCE(191); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 187: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(186); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == 'l') ADVANCE(186); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 188: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'r') ADVANCE(190); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == 'o') ADVANCE(183); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 189: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 's') ADVANCE(177); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == 'r') ADVANCE(188); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 190: ACCEPT_TOKEN(sym_identifier); - if (lookahead == 'u') ADVANCE(185); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == 'r') ADVANCE(192); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 191: ACCEPT_TOKEN(sym_identifier); - if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(191); + if (lookahead == 's') ADVANCE(179); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); END_STATE(); case 192: + ACCEPT_TOKEN(sym_identifier); + if (lookahead == 'u') ADVANCE(187); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); + END_STATE(); + case 193: + ACCEPT_TOKEN(sym_identifier); + if (set_contains(sym_identifier_character_set_3, 800, lookahead)) ADVANCE(193); + END_STATE(); + case 194: ACCEPT_TOKEN(sym_shebang); if (lookahead == '\n') ADVANCE(1); - if (lookahead == '[') ADVANCE(193); + if (lookahead == '[') ADVANCE(195); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(192); - if (lookahead != 0) ADVANCE(193); + lookahead == ' ') ADVANCE(194); + if (lookahead != 0) ADVANCE(195); END_STATE(); - case 193: + case 195: ACCEPT_TOKEN(sym_shebang); if (lookahead != 0 && - lookahead != '\n') ADVANCE(193); + lookahead != '\n') ADVANCE(195); END_STATE(); - case 194: + case 196: ACCEPT_TOKEN(sym_metavariable); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(194); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(196); END_STATE(); default: return false; @@ -10198,40 +10286,40 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 70, .external_lex_state = 2}, - [2] = {.lex_state = 71, .external_lex_state = 2}, - [3] = {.lex_state = 71, .external_lex_state = 2}, - [4] = {.lex_state = 71, .external_lex_state = 2}, - [5] = {.lex_state = 71, .external_lex_state = 2}, - [6] = {.lex_state = 71, .external_lex_state = 2}, - [7] = {.lex_state = 71, .external_lex_state = 2}, - [8] = {.lex_state = 71, .external_lex_state = 2}, - [9] = {.lex_state = 71, .external_lex_state = 2}, - [10] = {.lex_state = 71, .external_lex_state = 2}, - [11] = {.lex_state = 71, .external_lex_state = 2}, - [12] = {.lex_state = 71, .external_lex_state = 2}, - [13] = {.lex_state = 71, .external_lex_state = 2}, - [14] = {.lex_state = 71, .external_lex_state = 2}, - [15] = {.lex_state = 71, .external_lex_state = 2}, - [16] = {.lex_state = 71, .external_lex_state = 2}, - [17] = {.lex_state = 71, .external_lex_state = 2}, - [18] = {.lex_state = 71, .external_lex_state = 2}, - [19] = {.lex_state = 71, .external_lex_state = 2}, - [20] = {.lex_state = 71, .external_lex_state = 2}, - [21] = {.lex_state = 71, .external_lex_state = 2}, - [22] = {.lex_state = 71, .external_lex_state = 2}, - [23] = {.lex_state = 71, .external_lex_state = 2}, - [24] = {.lex_state = 71, .external_lex_state = 2}, - [25] = {.lex_state = 71, .external_lex_state = 2}, - [26] = {.lex_state = 71, .external_lex_state = 2}, - [27] = {.lex_state = 71, .external_lex_state = 2}, - [28] = {.lex_state = 71, .external_lex_state = 2}, - [29] = {.lex_state = 71, .external_lex_state = 2}, - [30] = {.lex_state = 71, .external_lex_state = 2}, - [31] = {.lex_state = 71, .external_lex_state = 2}, - [32] = {.lex_state = 71, .external_lex_state = 2}, - [33] = {.lex_state = 71, .external_lex_state = 2}, - [34] = {.lex_state = 71, .external_lex_state = 2}, + [1] = {.lex_state = 72, .external_lex_state = 2}, + [2] = {.lex_state = 73, .external_lex_state = 2}, + [3] = {.lex_state = 73, .external_lex_state = 2}, + [4] = {.lex_state = 73, .external_lex_state = 2}, + [5] = {.lex_state = 73, .external_lex_state = 2}, + [6] = {.lex_state = 73, .external_lex_state = 2}, + [7] = {.lex_state = 73, .external_lex_state = 2}, + [8] = {.lex_state = 73, .external_lex_state = 2}, + [9] = {.lex_state = 73, .external_lex_state = 2}, + [10] = {.lex_state = 73, .external_lex_state = 2}, + [11] = {.lex_state = 73, .external_lex_state = 2}, + [12] = {.lex_state = 73, .external_lex_state = 2}, + [13] = {.lex_state = 73, .external_lex_state = 2}, + [14] = {.lex_state = 73, .external_lex_state = 2}, + [15] = {.lex_state = 73, .external_lex_state = 2}, + [16] = {.lex_state = 73, .external_lex_state = 2}, + [17] = {.lex_state = 73, .external_lex_state = 2}, + [18] = {.lex_state = 73, .external_lex_state = 2}, + [19] = {.lex_state = 73, .external_lex_state = 2}, + [20] = {.lex_state = 73, .external_lex_state = 2}, + [21] = {.lex_state = 73, .external_lex_state = 2}, + [22] = {.lex_state = 73, .external_lex_state = 2}, + [23] = {.lex_state = 73, .external_lex_state = 2}, + [24] = {.lex_state = 73, .external_lex_state = 2}, + [25] = {.lex_state = 73, .external_lex_state = 2}, + [26] = {.lex_state = 73, .external_lex_state = 2}, + [27] = {.lex_state = 73, .external_lex_state = 2}, + [28] = {.lex_state = 73, .external_lex_state = 2}, + [29] = {.lex_state = 73, .external_lex_state = 2}, + [30] = {.lex_state = 73, .external_lex_state = 2}, + [31] = {.lex_state = 73, .external_lex_state = 2}, + [32] = {.lex_state = 73, .external_lex_state = 2}, + [33] = {.lex_state = 73, .external_lex_state = 2}, + [34] = {.lex_state = 73, .external_lex_state = 2}, [35] = {.lex_state = 3, .external_lex_state = 2}, [36] = {.lex_state = 3, .external_lex_state = 2}, [37] = {.lex_state = 3, .external_lex_state = 2}, @@ -10242,11 +10330,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [42] = {.lex_state = 3, .external_lex_state = 2}, [43] = {.lex_state = 5, .external_lex_state = 2}, [44] = {.lex_state = 5, .external_lex_state = 2}, - [45] = {.lex_state = 5, .external_lex_state = 2}, - [46] = {.lex_state = 5, .external_lex_state = 2}, + [45] = {.lex_state = 3, .external_lex_state = 2}, + [46] = {.lex_state = 3, .external_lex_state = 2}, [47] = {.lex_state = 5, .external_lex_state = 2}, - [48] = {.lex_state = 3, .external_lex_state = 2}, - [49] = {.lex_state = 3, .external_lex_state = 2}, + [48] = {.lex_state = 5, .external_lex_state = 2}, + [49] = {.lex_state = 5, .external_lex_state = 2}, [50] = {.lex_state = 5, .external_lex_state = 2}, [51] = {.lex_state = 5, .external_lex_state = 2}, [52] = {.lex_state = 5, .external_lex_state = 2}, @@ -10274,35 +10362,35 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [74] = {.lex_state = 2, .external_lex_state = 2}, [75] = {.lex_state = 2, .external_lex_state = 2}, [76] = {.lex_state = 2, .external_lex_state = 2}, - [77] = {.lex_state = 2, .external_lex_state = 2}, + [77] = {.lex_state = 4, .external_lex_state = 2}, [78] = {.lex_state = 2, .external_lex_state = 2}, [79] = {.lex_state = 2, .external_lex_state = 2}, [80] = {.lex_state = 2, .external_lex_state = 2}, [81] = {.lex_state = 2, .external_lex_state = 2}, - [82] = {.lex_state = 4, .external_lex_state = 2}, + [82] = {.lex_state = 2, .external_lex_state = 2}, [83] = {.lex_state = 2, .external_lex_state = 2}, - [84] = {.lex_state = 4, .external_lex_state = 2}, + [84] = {.lex_state = 2, .external_lex_state = 2}, [85] = {.lex_state = 2, .external_lex_state = 2}, - [86] = {.lex_state = 4, .external_lex_state = 2}, - [87] = {.lex_state = 4, .external_lex_state = 2}, + [86] = {.lex_state = 2, .external_lex_state = 2}, + [87] = {.lex_state = 2, .external_lex_state = 2}, [88] = {.lex_state = 4, .external_lex_state = 2}, [89] = {.lex_state = 4, .external_lex_state = 2}, - [90] = {.lex_state = 2, .external_lex_state = 2}, - [91] = {.lex_state = 4, .external_lex_state = 2}, + [90] = {.lex_state = 4, .external_lex_state = 2}, + [91] = {.lex_state = 2, .external_lex_state = 2}, [92] = {.lex_state = 2, .external_lex_state = 2}, [93] = {.lex_state = 2, .external_lex_state = 2}, [94] = {.lex_state = 2, .external_lex_state = 2}, [95] = {.lex_state = 2, .external_lex_state = 2}, [96] = {.lex_state = 2, .external_lex_state = 2}, [97] = {.lex_state = 2, .external_lex_state = 2}, - [98] = {.lex_state = 4, .external_lex_state = 2}, - [99] = {.lex_state = 4, .external_lex_state = 2}, - [100] = {.lex_state = 4, .external_lex_state = 2}, + [98] = {.lex_state = 2, .external_lex_state = 2}, + [99] = {.lex_state = 2, .external_lex_state = 2}, + [100] = {.lex_state = 2, .external_lex_state = 2}, [101] = {.lex_state = 4, .external_lex_state = 2}, [102] = {.lex_state = 4, .external_lex_state = 2}, - [103] = {.lex_state = 2, .external_lex_state = 2}, + [103] = {.lex_state = 4, .external_lex_state = 2}, [104] = {.lex_state = 4, .external_lex_state = 2}, - [105] = {.lex_state = 2, .external_lex_state = 2}, + [105] = {.lex_state = 4, .external_lex_state = 2}, [106] = {.lex_state = 4, .external_lex_state = 2}, [107] = {.lex_state = 4, .external_lex_state = 2}, [108] = {.lex_state = 4, .external_lex_state = 2}, @@ -10323,66 +10411,66 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [123] = {.lex_state = 4, .external_lex_state = 2}, [124] = {.lex_state = 4, .external_lex_state = 2}, [125] = {.lex_state = 4, .external_lex_state = 2}, - [126] = {.lex_state = 2, .external_lex_state = 2}, + [126] = {.lex_state = 4, .external_lex_state = 2}, [127] = {.lex_state = 4, .external_lex_state = 2}, [128] = {.lex_state = 4, .external_lex_state = 2}, [129] = {.lex_state = 4, .external_lex_state = 2}, - [130] = {.lex_state = 2, .external_lex_state = 2}, - [131] = {.lex_state = 2, .external_lex_state = 2}, - [132] = {.lex_state = 2, .external_lex_state = 2}, + [130] = {.lex_state = 4, .external_lex_state = 2}, + [131] = {.lex_state = 4, .external_lex_state = 2}, + [132] = {.lex_state = 4, .external_lex_state = 2}, [133] = {.lex_state = 4, .external_lex_state = 2}, [134] = {.lex_state = 11, .external_lex_state = 2}, - [135] = {.lex_state = 2, .external_lex_state = 2}, - [136] = {.lex_state = 11, .external_lex_state = 2}, + [135] = {.lex_state = 11, .external_lex_state = 2}, + [136] = {.lex_state = 2, .external_lex_state = 2}, [137] = {.lex_state = 11, .external_lex_state = 2}, - [138] = {.lex_state = 11, .external_lex_state = 2}, + [138] = {.lex_state = 2, .external_lex_state = 2}, [139] = {.lex_state = 11, .external_lex_state = 2}, [140] = {.lex_state = 11, .external_lex_state = 2}, - [141] = {.lex_state = 2, .external_lex_state = 2}, + [141] = {.lex_state = 11, .external_lex_state = 2}, [142] = {.lex_state = 11, .external_lex_state = 2}, [143] = {.lex_state = 11, .external_lex_state = 2}, [144] = {.lex_state = 2, .external_lex_state = 2}, [145] = {.lex_state = 2, .external_lex_state = 2}, - [146] = {.lex_state = 11, .external_lex_state = 2}, + [146] = {.lex_state = 2, .external_lex_state = 2}, [147] = {.lex_state = 2, .external_lex_state = 2}, - [148] = {.lex_state = 2, .external_lex_state = 2}, + [148] = {.lex_state = 11, .external_lex_state = 2}, [149] = {.lex_state = 11, .external_lex_state = 2}, - [150] = {.lex_state = 2, .external_lex_state = 2}, + [150] = {.lex_state = 11, .external_lex_state = 2}, [151] = {.lex_state = 2, .external_lex_state = 2}, - [152] = {.lex_state = 2, .external_lex_state = 2}, - [153] = {.lex_state = 2, .external_lex_state = 2}, + [152] = {.lex_state = 11, .external_lex_state = 2}, + [153] = {.lex_state = 4, .external_lex_state = 2}, [154] = {.lex_state = 2, .external_lex_state = 2}, - [155] = {.lex_state = 2, .external_lex_state = 2}, - [156] = {.lex_state = 11, .external_lex_state = 2}, - [157] = {.lex_state = 2, .external_lex_state = 2}, + [155] = {.lex_state = 11, .external_lex_state = 2}, + [156] = {.lex_state = 2, .external_lex_state = 2}, + [157] = {.lex_state = 11, .external_lex_state = 2}, [158] = {.lex_state = 2, .external_lex_state = 2}, - [159] = {.lex_state = 2, .external_lex_state = 2}, + [159] = {.lex_state = 11, .external_lex_state = 2}, [160] = {.lex_state = 2, .external_lex_state = 2}, [161] = {.lex_state = 2, .external_lex_state = 2}, [162] = {.lex_state = 11, .external_lex_state = 2}, - [163] = {.lex_state = 2, .external_lex_state = 2}, + [163] = {.lex_state = 11, .external_lex_state = 2}, [164] = {.lex_state = 2, .external_lex_state = 2}, [165] = {.lex_state = 2, .external_lex_state = 2}, [166] = {.lex_state = 2, .external_lex_state = 2}, [167] = {.lex_state = 11, .external_lex_state = 2}, - [168] = {.lex_state = 11, .external_lex_state = 2}, - [169] = {.lex_state = 11, .external_lex_state = 2}, - [170] = {.lex_state = 11, .external_lex_state = 2}, - [171] = {.lex_state = 11, .external_lex_state = 2}, - [172] = {.lex_state = 11, .external_lex_state = 2}, - [173] = {.lex_state = 11, .external_lex_state = 2}, - [174] = {.lex_state = 4, .external_lex_state = 2}, - [175] = {.lex_state = 11, .external_lex_state = 2}, + [168] = {.lex_state = 2, .external_lex_state = 2}, + [169] = {.lex_state = 2, .external_lex_state = 2}, + [170] = {.lex_state = 2, .external_lex_state = 2}, + [171] = {.lex_state = 2, .external_lex_state = 2}, + [172] = {.lex_state = 2, .external_lex_state = 2}, + [173] = {.lex_state = 2, .external_lex_state = 2}, + [174] = {.lex_state = 2, .external_lex_state = 2}, + [175] = {.lex_state = 2, .external_lex_state = 2}, [176] = {.lex_state = 11, .external_lex_state = 2}, [177] = {.lex_state = 11, .external_lex_state = 2}, - [178] = {.lex_state = 11, .external_lex_state = 2}, - [179] = {.lex_state = 2, .external_lex_state = 2}, + [178] = {.lex_state = 2, .external_lex_state = 2}, + [179] = {.lex_state = 11, .external_lex_state = 2}, [180] = {.lex_state = 2, .external_lex_state = 2}, - [181] = {.lex_state = 2, .external_lex_state = 2}, + [181] = {.lex_state = 11, .external_lex_state = 2}, [182] = {.lex_state = 11, .external_lex_state = 2}, [183] = {.lex_state = 11, .external_lex_state = 2}, - [184] = {.lex_state = 4, .external_lex_state = 2}, - [185] = {.lex_state = 11, .external_lex_state = 2}, + [184] = {.lex_state = 11, .external_lex_state = 2}, + [185] = {.lex_state = 4, .external_lex_state = 2}, [186] = {.lex_state = 11, .external_lex_state = 2}, [187] = {.lex_state = 11, .external_lex_state = 2}, [188] = {.lex_state = 11, .external_lex_state = 2}, @@ -10394,32 +10482,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [194] = {.lex_state = 11, .external_lex_state = 2}, [195] = {.lex_state = 11, .external_lex_state = 2}, [196] = {.lex_state = 11, .external_lex_state = 2}, - [197] = {.lex_state = 2, .external_lex_state = 2}, - [198] = {.lex_state = 4, .external_lex_state = 2}, - [199] = {.lex_state = 11, .external_lex_state = 2}, - [200] = {.lex_state = 11, .external_lex_state = 2}, - [201] = {.lex_state = 11, .external_lex_state = 2}, - [202] = {.lex_state = 4, .external_lex_state = 2}, + [197] = {.lex_state = 11, .external_lex_state = 2}, + [198] = {.lex_state = 11, .external_lex_state = 2}, + [199] = {.lex_state = 4, .external_lex_state = 2}, + [200] = {.lex_state = 4, .external_lex_state = 2}, + [201] = {.lex_state = 4, .external_lex_state = 2}, + [202] = {.lex_state = 11, .external_lex_state = 2}, [203] = {.lex_state = 4, .external_lex_state = 2}, [204] = {.lex_state = 4, .external_lex_state = 2}, - [205] = {.lex_state = 4, .external_lex_state = 2}, - [206] = {.lex_state = 4, .external_lex_state = 2}, - [207] = {.lex_state = 4, .external_lex_state = 2}, + [205] = {.lex_state = 11, .external_lex_state = 2}, + [206] = {.lex_state = 11, .external_lex_state = 2}, + [207] = {.lex_state = 11, .external_lex_state = 2}, [208] = {.lex_state = 4, .external_lex_state = 2}, [209] = {.lex_state = 4, .external_lex_state = 2}, - [210] = {.lex_state = 11, .external_lex_state = 2}, - [211] = {.lex_state = 11, .external_lex_state = 2}, + [210] = {.lex_state = 4, .external_lex_state = 2}, + [211] = {.lex_state = 4, .external_lex_state = 2}, [212] = {.lex_state = 4, .external_lex_state = 2}, - [213] = {.lex_state = 11, .external_lex_state = 2}, - [214] = {.lex_state = 4, .external_lex_state = 2}, + [213] = {.lex_state = 4, .external_lex_state = 2}, + [214] = {.lex_state = 11, .external_lex_state = 2}, [215] = {.lex_state = 11, .external_lex_state = 2}, [216] = {.lex_state = 11, .external_lex_state = 2}, [217] = {.lex_state = 13, .external_lex_state = 2}, [218] = {.lex_state = 13, .external_lex_state = 2}, [219] = {.lex_state = 13, .external_lex_state = 2}, [220] = {.lex_state = 13, .external_lex_state = 2}, - [221] = {.lex_state = 11, .external_lex_state = 2}, - [222] = {.lex_state = 11, .external_lex_state = 2}, + [221] = {.lex_state = 13, .external_lex_state = 2}, + [222] = {.lex_state = 13, .external_lex_state = 2}, [223] = {.lex_state = 13, .external_lex_state = 2}, [224] = {.lex_state = 13, .external_lex_state = 2}, [225] = {.lex_state = 11, .external_lex_state = 2}, @@ -10428,19 +10516,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [228] = {.lex_state = 11, .external_lex_state = 2}, [229] = {.lex_state = 11, .external_lex_state = 2}, [230] = {.lex_state = 11, .external_lex_state = 2}, - [231] = {.lex_state = 11, .external_lex_state = 2}, + [231] = {.lex_state = 13, .external_lex_state = 2}, [232] = {.lex_state = 11, .external_lex_state = 2}, - [233] = {.lex_state = 13, .external_lex_state = 2}, - [234] = {.lex_state = 13, .external_lex_state = 2}, + [233] = {.lex_state = 11, .external_lex_state = 2}, + [234] = {.lex_state = 11, .external_lex_state = 2}, [235] = {.lex_state = 11, .external_lex_state = 2}, - [236] = {.lex_state = 13, .external_lex_state = 2}, + [236] = {.lex_state = 11, .external_lex_state = 2}, [237] = {.lex_state = 13, .external_lex_state = 2}, - [238] = {.lex_state = 11, .external_lex_state = 2}, + [238] = {.lex_state = 13, .external_lex_state = 2}, [239] = {.lex_state = 13, .external_lex_state = 2}, [240] = {.lex_state = 11, .external_lex_state = 2}, [241] = {.lex_state = 11, .external_lex_state = 2}, [242] = {.lex_state = 13, .external_lex_state = 2}, - [243] = {.lex_state = 13, .external_lex_state = 2}, + [243] = {.lex_state = 11, .external_lex_state = 2}, [244] = {.lex_state = 13, .external_lex_state = 2}, [245] = {.lex_state = 13, .external_lex_state = 2}, [246] = {.lex_state = 11, .external_lex_state = 2}, @@ -10448,7 +10536,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [248] = {.lex_state = 11, .external_lex_state = 2}, [249] = {.lex_state = 11, .external_lex_state = 2}, [250] = {.lex_state = 11, .external_lex_state = 2}, - [251] = {.lex_state = 69, .external_lex_state = 2}, + [251] = {.lex_state = 10, .external_lex_state = 2}, [252] = {.lex_state = 11, .external_lex_state = 2}, [253] = {.lex_state = 11, .external_lex_state = 2}, [254] = {.lex_state = 11, .external_lex_state = 2}, @@ -10464,8 +10552,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [264] = {.lex_state = 11, .external_lex_state = 2}, [265] = {.lex_state = 11, .external_lex_state = 2}, [266] = {.lex_state = 11, .external_lex_state = 2}, - [267] = {.lex_state = 11, .external_lex_state = 2}, - [268] = {.lex_state = 11, .external_lex_state = 2}, + [267] = {.lex_state = 10, .external_lex_state = 2}, + [268] = {.lex_state = 71, .external_lex_state = 2}, [269] = {.lex_state = 11, .external_lex_state = 2}, [270] = {.lex_state = 11, .external_lex_state = 2}, [271] = {.lex_state = 11, .external_lex_state = 2}, @@ -10483,20 +10571,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [283] = {.lex_state = 11, .external_lex_state = 2}, [284] = {.lex_state = 11, .external_lex_state = 2}, [285] = {.lex_state = 11, .external_lex_state = 2}, - [286] = {.lex_state = 11, .external_lex_state = 2}, + [286] = {.lex_state = 10, .external_lex_state = 2}, [287] = {.lex_state = 11, .external_lex_state = 2}, [288] = {.lex_state = 11, .external_lex_state = 2}, [289] = {.lex_state = 11, .external_lex_state = 2}, [290] = {.lex_state = 11, .external_lex_state = 2}, [291] = {.lex_state = 11, .external_lex_state = 2}, - [292] = {.lex_state = 11, .external_lex_state = 2}, + [292] = {.lex_state = 10, .external_lex_state = 2}, [293] = {.lex_state = 11, .external_lex_state = 2}, [294] = {.lex_state = 11, .external_lex_state = 2}, [295] = {.lex_state = 11, .external_lex_state = 2}, [296] = {.lex_state = 11, .external_lex_state = 2}, [297] = {.lex_state = 11, .external_lex_state = 2}, [298] = {.lex_state = 11, .external_lex_state = 2}, - [299] = {.lex_state = 11, .external_lex_state = 2}, + [299] = {.lex_state = 10, .external_lex_state = 2}, [300] = {.lex_state = 11, .external_lex_state = 2}, [301] = {.lex_state = 11, .external_lex_state = 2}, [302] = {.lex_state = 11, .external_lex_state = 2}, @@ -10504,7 +10592,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [304] = {.lex_state = 11, .external_lex_state = 2}, [305] = {.lex_state = 11, .external_lex_state = 2}, [306] = {.lex_state = 11, .external_lex_state = 2}, - [307] = {.lex_state = 11, .external_lex_state = 2}, + [307] = {.lex_state = 10, .external_lex_state = 2}, [308] = {.lex_state = 11, .external_lex_state = 2}, [309] = {.lex_state = 11, .external_lex_state = 2}, [310] = {.lex_state = 11, .external_lex_state = 2}, @@ -10567,75 +10655,75 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [367] = {.lex_state = 11, .external_lex_state = 2}, [368] = {.lex_state = 11, .external_lex_state = 2}, [369] = {.lex_state = 11, .external_lex_state = 2}, - [370] = {.lex_state = 12, .external_lex_state = 2}, - [371] = {.lex_state = 69, .external_lex_state = 2}, - [372] = {.lex_state = 69, .external_lex_state = 2}, - [373] = {.lex_state = 12, .external_lex_state = 2}, - [374] = {.lex_state = 69, .external_lex_state = 2}, - [375] = {.lex_state = 12, .external_lex_state = 2}, - [376] = {.lex_state = 12, .external_lex_state = 2}, - [377] = {.lex_state = 69, .external_lex_state = 2}, - [378] = {.lex_state = 12, .external_lex_state = 2}, - [379] = {.lex_state = 12, .external_lex_state = 2}, - [380] = {.lex_state = 69, .external_lex_state = 2}, - [381] = {.lex_state = 69, .external_lex_state = 2}, - [382] = {.lex_state = 12, .external_lex_state = 2}, - [383] = {.lex_state = 69, .external_lex_state = 2}, - [384] = {.lex_state = 69, .external_lex_state = 2}, - [385] = {.lex_state = 69, .external_lex_state = 2}, - [386] = {.lex_state = 69, .external_lex_state = 2}, - [387] = {.lex_state = 69, .external_lex_state = 2}, - [388] = {.lex_state = 12, .external_lex_state = 2}, - [389] = {.lex_state = 69, .external_lex_state = 2}, - [390] = {.lex_state = 69, .external_lex_state = 2}, - [391] = {.lex_state = 69, .external_lex_state = 2}, - [392] = {.lex_state = 12, .external_lex_state = 2}, - [393] = {.lex_state = 69, .external_lex_state = 2}, - [394] = {.lex_state = 69, .external_lex_state = 2}, - [395] = {.lex_state = 12, .external_lex_state = 2}, - [396] = {.lex_state = 12, .external_lex_state = 2}, - [397] = {.lex_state = 12, .external_lex_state = 2}, - [398] = {.lex_state = 12, .external_lex_state = 2}, - [399] = {.lex_state = 69, .external_lex_state = 2}, - [400] = {.lex_state = 69, .external_lex_state = 2}, - [401] = {.lex_state = 69, .external_lex_state = 2}, - [402] = {.lex_state = 69, .external_lex_state = 2}, - [403] = {.lex_state = 69, .external_lex_state = 2}, - [404] = {.lex_state = 12, .external_lex_state = 2}, - [405] = {.lex_state = 69, .external_lex_state = 2}, - [406] = {.lex_state = 69, .external_lex_state = 2}, - [407] = {.lex_state = 69, .external_lex_state = 2}, - [408] = {.lex_state = 69, .external_lex_state = 2}, - [409] = {.lex_state = 69, .external_lex_state = 2}, + [370] = {.lex_state = 11, .external_lex_state = 2}, + [371] = {.lex_state = 11, .external_lex_state = 2}, + [372] = {.lex_state = 11, .external_lex_state = 2}, + [373] = {.lex_state = 11, .external_lex_state = 2}, + [374] = {.lex_state = 11, .external_lex_state = 2}, + [375] = {.lex_state = 11, .external_lex_state = 2}, + [376] = {.lex_state = 10, .external_lex_state = 2}, + [377] = {.lex_state = 10, .external_lex_state = 2}, + [378] = {.lex_state = 71, .external_lex_state = 2}, + [379] = {.lex_state = 71, .external_lex_state = 2}, + [380] = {.lex_state = 10, .external_lex_state = 2}, + [381] = {.lex_state = 10, .external_lex_state = 2}, + [382] = {.lex_state = 10, .external_lex_state = 2}, + [383] = {.lex_state = 10, .external_lex_state = 2}, + [384] = {.lex_state = 71, .external_lex_state = 2}, + [385] = {.lex_state = 71, .external_lex_state = 2}, + [386] = {.lex_state = 10, .external_lex_state = 2}, + [387] = {.lex_state = 71, .external_lex_state = 2}, + [388] = {.lex_state = 10, .external_lex_state = 2}, + [389] = {.lex_state = 10, .external_lex_state = 2}, + [390] = {.lex_state = 71, .external_lex_state = 2}, + [391] = {.lex_state = 12, .external_lex_state = 2}, + [392] = {.lex_state = 71, .external_lex_state = 2}, + [393] = {.lex_state = 71, .external_lex_state = 2}, + [394] = {.lex_state = 71, .external_lex_state = 2}, + [395] = {.lex_state = 71, .external_lex_state = 2}, + [396] = {.lex_state = 71, .external_lex_state = 2}, + [397] = {.lex_state = 71, .external_lex_state = 2}, + [398] = {.lex_state = 71, .external_lex_state = 2}, + [399] = {.lex_state = 71, .external_lex_state = 2}, + [400] = {.lex_state = 71, .external_lex_state = 2}, + [401] = {.lex_state = 71, .external_lex_state = 2}, + [402] = {.lex_state = 71, .external_lex_state = 2}, + [403] = {.lex_state = 10, .external_lex_state = 2}, + [404] = {.lex_state = 71, .external_lex_state = 2}, + [405] = {.lex_state = 71, .external_lex_state = 2}, + [406] = {.lex_state = 71, .external_lex_state = 2}, + [407] = {.lex_state = 71, .external_lex_state = 2}, + [408] = {.lex_state = 71, .external_lex_state = 2}, + [409] = {.lex_state = 71, .external_lex_state = 2}, [410] = {.lex_state = 12, .external_lex_state = 2}, - [411] = {.lex_state = 69, .external_lex_state = 2}, - [412] = {.lex_state = 69, .external_lex_state = 2}, - [413] = {.lex_state = 69, .external_lex_state = 2}, - [414] = {.lex_state = 69, .external_lex_state = 2}, - [415] = {.lex_state = 11, .external_lex_state = 2}, - [416] = {.lex_state = 11, .external_lex_state = 2}, - [417] = {.lex_state = 11, .external_lex_state = 2}, - [418] = {.lex_state = 69, .external_lex_state = 2}, - [419] = {.lex_state = 12, .external_lex_state = 2}, - [420] = {.lex_state = 12, .external_lex_state = 2}, - [421] = {.lex_state = 12, .external_lex_state = 2}, - [422] = {.lex_state = 12, .external_lex_state = 2}, - [423] = {.lex_state = 12, .external_lex_state = 2}, - [424] = {.lex_state = 11, .external_lex_state = 2}, - [425] = {.lex_state = 11, .external_lex_state = 2}, - [426] = {.lex_state = 11, .external_lex_state = 2}, - [427] = {.lex_state = 11, .external_lex_state = 2}, - [428] = {.lex_state = 11, .external_lex_state = 2}, - [429] = {.lex_state = 11, .external_lex_state = 2}, - [430] = {.lex_state = 11, .external_lex_state = 2}, - [431] = {.lex_state = 11, .external_lex_state = 2}, - [432] = {.lex_state = 11, .external_lex_state = 2}, - [433] = {.lex_state = 11, .external_lex_state = 2}, - [434] = {.lex_state = 11, .external_lex_state = 2}, + [411] = {.lex_state = 71, .external_lex_state = 2}, + [412] = {.lex_state = 71, .external_lex_state = 2}, + [413] = {.lex_state = 71, .external_lex_state = 2}, + [414] = {.lex_state = 12, .external_lex_state = 2}, + [415] = {.lex_state = 71, .external_lex_state = 2}, + [416] = {.lex_state = 71, .external_lex_state = 2}, + [417] = {.lex_state = 71, .external_lex_state = 2}, + [418] = {.lex_state = 71, .external_lex_state = 2}, + [419] = {.lex_state = 71, .external_lex_state = 2}, + [420] = {.lex_state = 10, .external_lex_state = 2}, + [421] = {.lex_state = 10, .external_lex_state = 2}, + [422] = {.lex_state = 10, .external_lex_state = 2}, + [423] = {.lex_state = 10, .external_lex_state = 2}, + [424] = {.lex_state = 12, .external_lex_state = 2}, + [425] = {.lex_state = 12, .external_lex_state = 2}, + [426] = {.lex_state = 12, .external_lex_state = 2}, + [427] = {.lex_state = 12, .external_lex_state = 2}, + [428] = {.lex_state = 12, .external_lex_state = 2}, + [429] = {.lex_state = 12, .external_lex_state = 2}, + [430] = {.lex_state = 12, .external_lex_state = 2}, + [431] = {.lex_state = 12, .external_lex_state = 2}, + [432] = {.lex_state = 12, .external_lex_state = 2}, + [433] = {.lex_state = 12, .external_lex_state = 2}, + [434] = {.lex_state = 12, .external_lex_state = 2}, [435] = {.lex_state = 3, .external_lex_state = 2}, [436] = {.lex_state = 5, .external_lex_state = 2}, - [437] = {.lex_state = 13, .external_lex_state = 2}, - [438] = {.lex_state = 13, .external_lex_state = 2}, + [437] = {.lex_state = 14, .external_lex_state = 2}, + [438] = {.lex_state = 14, .external_lex_state = 2}, [439] = {.lex_state = 11, .external_lex_state = 2}, [440] = {.lex_state = 11, .external_lex_state = 2}, [441] = {.lex_state = 11, .external_lex_state = 2}, @@ -10653,22 +10741,22 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [453] = {.lex_state = 11, .external_lex_state = 2}, [454] = {.lex_state = 11, .external_lex_state = 2}, [455] = {.lex_state = 11, .external_lex_state = 2}, - [456] = {.lex_state = 3, .external_lex_state = 2}, - [457] = {.lex_state = 11, .external_lex_state = 2}, - [458] = {.lex_state = 11, .external_lex_state = 2}, - [459] = {.lex_state = 3, .external_lex_state = 2}, + [456] = {.lex_state = 12, .external_lex_state = 2}, + [457] = {.lex_state = 12, .external_lex_state = 2}, + [458] = {.lex_state = 12, .external_lex_state = 2}, + [459] = {.lex_state = 12, .external_lex_state = 2}, [460] = {.lex_state = 3, .external_lex_state = 2}, [461] = {.lex_state = 3, .external_lex_state = 2}, [462] = {.lex_state = 3, .external_lex_state = 2}, [463] = {.lex_state = 3, .external_lex_state = 2}, - [464] = {.lex_state = 11, .external_lex_state = 2}, - [465] = {.lex_state = 11, .external_lex_state = 2}, + [464] = {.lex_state = 12, .external_lex_state = 2}, + [465] = {.lex_state = 3, .external_lex_state = 2}, [466] = {.lex_state = 3, .external_lex_state = 2}, - [467] = {.lex_state = 3, .external_lex_state = 2}, - [468] = {.lex_state = 3, .external_lex_state = 2}, - [469] = {.lex_state = 3, .external_lex_state = 2}, + [467] = {.lex_state = 12, .external_lex_state = 2}, + [468] = {.lex_state = 12, .external_lex_state = 2}, + [469] = {.lex_state = 12, .external_lex_state = 2}, [470] = {.lex_state = 3, .external_lex_state = 2}, - [471] = {.lex_state = 11, .external_lex_state = 2}, + [471] = {.lex_state = 3, .external_lex_state = 2}, [472] = {.lex_state = 3, .external_lex_state = 2}, [473] = {.lex_state = 3, .external_lex_state = 2}, [474] = {.lex_state = 3, .external_lex_state = 2}, @@ -10683,914 +10771,914 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [483] = {.lex_state = 3, .external_lex_state = 2}, [484] = {.lex_state = 3, .external_lex_state = 2}, [485] = {.lex_state = 3, .external_lex_state = 2}, - [486] = {.lex_state = 11, .external_lex_state = 2}, - [487] = {.lex_state = 11, .external_lex_state = 2}, + [486] = {.lex_state = 3, .external_lex_state = 2}, + [487] = {.lex_state = 3, .external_lex_state = 2}, [488] = {.lex_state = 3, .external_lex_state = 2}, - [489] = {.lex_state = 11, .external_lex_state = 2}, + [489] = {.lex_state = 3, .external_lex_state = 2}, [490] = {.lex_state = 3, .external_lex_state = 2}, - [491] = {.lex_state = 11, .external_lex_state = 2}, - [492] = {.lex_state = 71, .external_lex_state = 2}, - [493] = {.lex_state = 71, .external_lex_state = 2}, - [494] = {.lex_state = 71, .external_lex_state = 2}, - [495] = {.lex_state = 71, .external_lex_state = 2}, - [496] = {.lex_state = 71, .external_lex_state = 2}, - [497] = {.lex_state = 71, .external_lex_state = 2}, - [498] = {.lex_state = 71, .external_lex_state = 2}, - [499] = {.lex_state = 71, .external_lex_state = 2}, - [500] = {.lex_state = 71, .external_lex_state = 2}, - [501] = {.lex_state = 71, .external_lex_state = 2}, - [502] = {.lex_state = 71, .external_lex_state = 2}, - [503] = {.lex_state = 71, .external_lex_state = 2}, - [504] = {.lex_state = 71, .external_lex_state = 2}, - [505] = {.lex_state = 71, .external_lex_state = 2}, - [506] = {.lex_state = 71, .external_lex_state = 2}, - [507] = {.lex_state = 71, .external_lex_state = 2}, - [508] = {.lex_state = 71, .external_lex_state = 2}, - [509] = {.lex_state = 71, .external_lex_state = 2}, - [510] = {.lex_state = 71, .external_lex_state = 2}, - [511] = {.lex_state = 71, .external_lex_state = 2}, - [512] = {.lex_state = 71, .external_lex_state = 2}, - [513] = {.lex_state = 71, .external_lex_state = 2}, - [514] = {.lex_state = 71, .external_lex_state = 2}, - [515] = {.lex_state = 71, .external_lex_state = 2}, - [516] = {.lex_state = 71, .external_lex_state = 2}, - [517] = {.lex_state = 71, .external_lex_state = 2}, - [518] = {.lex_state = 71, .external_lex_state = 2}, - [519] = {.lex_state = 71, .external_lex_state = 2}, - [520] = {.lex_state = 71, .external_lex_state = 2}, - [521] = {.lex_state = 71, .external_lex_state = 2}, - [522] = {.lex_state = 71, .external_lex_state = 2}, - [523] = {.lex_state = 71, .external_lex_state = 2}, - [524] = {.lex_state = 71, .external_lex_state = 2}, - [525] = {.lex_state = 71, .external_lex_state = 2}, - [526] = {.lex_state = 71, .external_lex_state = 2}, - [527] = {.lex_state = 71, .external_lex_state = 2}, - [528] = {.lex_state = 71, .external_lex_state = 2}, - [529] = {.lex_state = 71, .external_lex_state = 2}, - [530] = {.lex_state = 71, .external_lex_state = 2}, - [531] = {.lex_state = 71, .external_lex_state = 2}, - [532] = {.lex_state = 71, .external_lex_state = 2}, - [533] = {.lex_state = 71, .external_lex_state = 2}, - [534] = {.lex_state = 71, .external_lex_state = 2}, - [535] = {.lex_state = 71, .external_lex_state = 2}, - [536] = {.lex_state = 71, .external_lex_state = 2}, - [537] = {.lex_state = 71, .external_lex_state = 2}, - [538] = {.lex_state = 71, .external_lex_state = 2}, - [539] = {.lex_state = 71, .external_lex_state = 2}, - [540] = {.lex_state = 71, .external_lex_state = 2}, - [541] = {.lex_state = 71, .external_lex_state = 2}, - [542] = {.lex_state = 71, .external_lex_state = 2}, - [543] = {.lex_state = 71, .external_lex_state = 2}, - [544] = {.lex_state = 71, .external_lex_state = 2}, - [545] = {.lex_state = 71, .external_lex_state = 2}, - [546] = {.lex_state = 71, .external_lex_state = 2}, - [547] = {.lex_state = 71, .external_lex_state = 2}, - [548] = {.lex_state = 71, .external_lex_state = 2}, - [549] = {.lex_state = 71, .external_lex_state = 2}, - [550] = {.lex_state = 71, .external_lex_state = 2}, - [551] = {.lex_state = 71, .external_lex_state = 2}, - [552] = {.lex_state = 71, .external_lex_state = 2}, - [553] = {.lex_state = 71, .external_lex_state = 2}, - [554] = {.lex_state = 71, .external_lex_state = 2}, - [555] = {.lex_state = 71, .external_lex_state = 2}, - [556] = {.lex_state = 71, .external_lex_state = 2}, - [557] = {.lex_state = 71, .external_lex_state = 2}, - [558] = {.lex_state = 71, .external_lex_state = 2}, - [559] = {.lex_state = 71, .external_lex_state = 2}, - [560] = {.lex_state = 71, .external_lex_state = 2}, - [561] = {.lex_state = 71, .external_lex_state = 2}, - [562] = {.lex_state = 71, .external_lex_state = 2}, - [563] = {.lex_state = 71, .external_lex_state = 2}, - [564] = {.lex_state = 71, .external_lex_state = 2}, - [565] = {.lex_state = 71, .external_lex_state = 2}, - [566] = {.lex_state = 71, .external_lex_state = 2}, - [567] = {.lex_state = 71, .external_lex_state = 2}, - [568] = {.lex_state = 71, .external_lex_state = 2}, - [569] = {.lex_state = 71, .external_lex_state = 2}, - [570] = {.lex_state = 71, .external_lex_state = 2}, - [571] = {.lex_state = 71, .external_lex_state = 2}, - [572] = {.lex_state = 71, .external_lex_state = 2}, - [573] = {.lex_state = 71, .external_lex_state = 2}, - [574] = {.lex_state = 71, .external_lex_state = 2}, - [575] = {.lex_state = 71, .external_lex_state = 2}, - [576] = {.lex_state = 71, .external_lex_state = 2}, - [577] = {.lex_state = 71, .external_lex_state = 2}, - [578] = {.lex_state = 71, .external_lex_state = 2}, - [579] = {.lex_state = 71, .external_lex_state = 2}, - [580] = {.lex_state = 71, .external_lex_state = 2}, - [581] = {.lex_state = 71, .external_lex_state = 2}, - [582] = {.lex_state = 71, .external_lex_state = 2}, - [583] = {.lex_state = 71, .external_lex_state = 2}, - [584] = {.lex_state = 71, .external_lex_state = 2}, - [585] = {.lex_state = 71, .external_lex_state = 2}, - [586] = {.lex_state = 71, .external_lex_state = 2}, - [587] = {.lex_state = 71, .external_lex_state = 2}, - [588] = {.lex_state = 71, .external_lex_state = 2}, - [589] = {.lex_state = 71, .external_lex_state = 2}, - [590] = {.lex_state = 71, .external_lex_state = 2}, - [591] = {.lex_state = 71, .external_lex_state = 2}, - [592] = {.lex_state = 71, .external_lex_state = 2}, - [593] = {.lex_state = 71, .external_lex_state = 2}, - [594] = {.lex_state = 71, .external_lex_state = 2}, - [595] = {.lex_state = 71, .external_lex_state = 2}, - [596] = {.lex_state = 71, .external_lex_state = 2}, - [597] = {.lex_state = 71, .external_lex_state = 2}, - [598] = {.lex_state = 71, .external_lex_state = 2}, - [599] = {.lex_state = 71, .external_lex_state = 2}, - [600] = {.lex_state = 71, .external_lex_state = 2}, - [601] = {.lex_state = 71, .external_lex_state = 2}, - [602] = {.lex_state = 71, .external_lex_state = 2}, - [603] = {.lex_state = 71, .external_lex_state = 2}, - [604] = {.lex_state = 71, .external_lex_state = 2}, - [605] = {.lex_state = 71, .external_lex_state = 2}, - [606] = {.lex_state = 71, .external_lex_state = 2}, - [607] = {.lex_state = 71, .external_lex_state = 2}, - [608] = {.lex_state = 71, .external_lex_state = 2}, - [609] = {.lex_state = 71, .external_lex_state = 2}, - [610] = {.lex_state = 71, .external_lex_state = 2}, - [611] = {.lex_state = 71, .external_lex_state = 2}, - [612] = {.lex_state = 71, .external_lex_state = 2}, - [613] = {.lex_state = 71, .external_lex_state = 2}, - [614] = {.lex_state = 71, .external_lex_state = 2}, - [615] = {.lex_state = 71, .external_lex_state = 2}, - [616] = {.lex_state = 71, .external_lex_state = 2}, - [617] = {.lex_state = 71, .external_lex_state = 2}, - [618] = {.lex_state = 71, .external_lex_state = 2}, - [619] = {.lex_state = 71, .external_lex_state = 2}, - [620] = {.lex_state = 71, .external_lex_state = 2}, - [621] = {.lex_state = 71, .external_lex_state = 2}, - [622] = {.lex_state = 71, .external_lex_state = 2}, - [623] = {.lex_state = 71, .external_lex_state = 2}, - [624] = {.lex_state = 71, .external_lex_state = 2}, - [625] = {.lex_state = 71, .external_lex_state = 2}, - [626] = {.lex_state = 71, .external_lex_state = 2}, - [627] = {.lex_state = 71, .external_lex_state = 2}, - [628] = {.lex_state = 71, .external_lex_state = 2}, - [629] = {.lex_state = 71, .external_lex_state = 2}, - [630] = {.lex_state = 71, .external_lex_state = 2}, - [631] = {.lex_state = 71, .external_lex_state = 2}, - [632] = {.lex_state = 71, .external_lex_state = 2}, - [633] = {.lex_state = 71, .external_lex_state = 2}, - [634] = {.lex_state = 71, .external_lex_state = 2}, - [635] = {.lex_state = 71, .external_lex_state = 2}, - [636] = {.lex_state = 71, .external_lex_state = 2}, - [637] = {.lex_state = 71, .external_lex_state = 2}, - [638] = {.lex_state = 71, .external_lex_state = 2}, - [639] = {.lex_state = 71, .external_lex_state = 2}, - [640] = {.lex_state = 71, .external_lex_state = 2}, - [641] = {.lex_state = 71, .external_lex_state = 2}, - [642] = {.lex_state = 71, .external_lex_state = 2}, - [643] = {.lex_state = 71, .external_lex_state = 2}, - [644] = {.lex_state = 71, .external_lex_state = 2}, - [645] = {.lex_state = 71, .external_lex_state = 2}, - [646] = {.lex_state = 71, .external_lex_state = 2}, - [647] = {.lex_state = 71, .external_lex_state = 2}, - [648] = {.lex_state = 71, .external_lex_state = 2}, - [649] = {.lex_state = 71, .external_lex_state = 2}, - [650] = {.lex_state = 71, .external_lex_state = 2}, - [651] = {.lex_state = 71, .external_lex_state = 2}, - [652] = {.lex_state = 71, .external_lex_state = 2}, - [653] = {.lex_state = 71, .external_lex_state = 2}, - [654] = {.lex_state = 71, .external_lex_state = 2}, - [655] = {.lex_state = 71, .external_lex_state = 2}, - [656] = {.lex_state = 71, .external_lex_state = 2}, - [657] = {.lex_state = 71, .external_lex_state = 2}, - [658] = {.lex_state = 71, .external_lex_state = 2}, - [659] = {.lex_state = 71, .external_lex_state = 2}, - [660] = {.lex_state = 10}, - [661] = {.lex_state = 71, .external_lex_state = 2}, - [662] = {.lex_state = 71, .external_lex_state = 2}, - [663] = {.lex_state = 71, .external_lex_state = 2}, - [664] = {.lex_state = 71, .external_lex_state = 2}, - [665] = {.lex_state = 71, .external_lex_state = 2}, - [666] = {.lex_state = 71, .external_lex_state = 2}, - [667] = {.lex_state = 71, .external_lex_state = 2}, - [668] = {.lex_state = 71, .external_lex_state = 2}, - [669] = {.lex_state = 71, .external_lex_state = 2}, - [670] = {.lex_state = 71, .external_lex_state = 2}, - [671] = {.lex_state = 71, .external_lex_state = 2}, - [672] = {.lex_state = 71, .external_lex_state = 2}, - [673] = {.lex_state = 71, .external_lex_state = 2}, - [674] = {.lex_state = 71, .external_lex_state = 2}, - [675] = {.lex_state = 71, .external_lex_state = 2}, - [676] = {.lex_state = 71, .external_lex_state = 2}, - [677] = {.lex_state = 71, .external_lex_state = 2}, - [678] = {.lex_state = 71, .external_lex_state = 2}, - [679] = {.lex_state = 71, .external_lex_state = 2}, - [680] = {.lex_state = 71, .external_lex_state = 2}, - [681] = {.lex_state = 71, .external_lex_state = 2}, - [682] = {.lex_state = 71, .external_lex_state = 2}, - [683] = {.lex_state = 71, .external_lex_state = 2}, - [684] = {.lex_state = 71, .external_lex_state = 2}, - [685] = {.lex_state = 71, .external_lex_state = 2}, - [686] = {.lex_state = 71, .external_lex_state = 2}, - [687] = {.lex_state = 71, .external_lex_state = 2}, - [688] = {.lex_state = 71, .external_lex_state = 2}, - [689] = {.lex_state = 71, .external_lex_state = 2}, - [690] = {.lex_state = 71, .external_lex_state = 2}, - [691] = {.lex_state = 71, .external_lex_state = 2}, - [692] = {.lex_state = 71, .external_lex_state = 2}, - [693] = {.lex_state = 71, .external_lex_state = 2}, - [694] = {.lex_state = 71, .external_lex_state = 2}, - [695] = {.lex_state = 71, .external_lex_state = 2}, - [696] = {.lex_state = 71, .external_lex_state = 2}, - [697] = {.lex_state = 71, .external_lex_state = 2}, - [698] = {.lex_state = 71, .external_lex_state = 2}, - [699] = {.lex_state = 71, .external_lex_state = 2}, - [700] = {.lex_state = 71, .external_lex_state = 2}, - [701] = {.lex_state = 10}, - [702] = {.lex_state = 71, .external_lex_state = 2}, - [703] = {.lex_state = 71, .external_lex_state = 2}, - [704] = {.lex_state = 71, .external_lex_state = 2}, - [705] = {.lex_state = 71, .external_lex_state = 2}, - [706] = {.lex_state = 71, .external_lex_state = 2}, - [707] = {.lex_state = 71, .external_lex_state = 2}, - [708] = {.lex_state = 11, .external_lex_state = 2}, - [709] = {.lex_state = 10}, - [710] = {.lex_state = 11, .external_lex_state = 2}, - [711] = {.lex_state = 10}, - [712] = {.lex_state = 71, .external_lex_state = 2}, - [713] = {.lex_state = 71, .external_lex_state = 2}, - [714] = {.lex_state = 71, .external_lex_state = 2}, - [715] = {.lex_state = 71, .external_lex_state = 2}, - [716] = {.lex_state = 71, .external_lex_state = 2}, - [717] = {.lex_state = 71, .external_lex_state = 2}, - [718] = {.lex_state = 71, .external_lex_state = 2}, - [719] = {.lex_state = 71, .external_lex_state = 2}, - [720] = {.lex_state = 71, .external_lex_state = 2}, - [721] = {.lex_state = 71, .external_lex_state = 2}, - [722] = {.lex_state = 71, .external_lex_state = 2}, - [723] = {.lex_state = 71, .external_lex_state = 2}, - [724] = {.lex_state = 71, .external_lex_state = 2}, - [725] = {.lex_state = 71, .external_lex_state = 2}, - [726] = {.lex_state = 71, .external_lex_state = 2}, - [727] = {.lex_state = 71, .external_lex_state = 2}, - [728] = {.lex_state = 71, .external_lex_state = 2}, - [729] = {.lex_state = 71, .external_lex_state = 2}, - [730] = {.lex_state = 71, .external_lex_state = 2}, - [731] = {.lex_state = 71, .external_lex_state = 2}, - [732] = {.lex_state = 71, .external_lex_state = 2}, - [733] = {.lex_state = 71, .external_lex_state = 2}, - [734] = {.lex_state = 71, .external_lex_state = 2}, - [735] = {.lex_state = 71, .external_lex_state = 2}, - [736] = {.lex_state = 71, .external_lex_state = 2}, - [737] = {.lex_state = 71, .external_lex_state = 2}, - [738] = {.lex_state = 71, .external_lex_state = 2}, - [739] = {.lex_state = 10}, - [740] = {.lex_state = 71, .external_lex_state = 2}, - [741] = {.lex_state = 71, .external_lex_state = 2}, - [742] = {.lex_state = 71, .external_lex_state = 2}, - [743] = {.lex_state = 71, .external_lex_state = 2}, - [744] = {.lex_state = 71, .external_lex_state = 2}, - [745] = {.lex_state = 71, .external_lex_state = 2}, - [746] = {.lex_state = 71, .external_lex_state = 2}, - [747] = {.lex_state = 71, .external_lex_state = 2}, - [748] = {.lex_state = 71, .external_lex_state = 2}, - [749] = {.lex_state = 71, .external_lex_state = 2}, - [750] = {.lex_state = 71, .external_lex_state = 2}, - [751] = {.lex_state = 71, .external_lex_state = 2}, - [752] = {.lex_state = 71, .external_lex_state = 2}, - [753] = {.lex_state = 71, .external_lex_state = 2}, - [754] = {.lex_state = 71, .external_lex_state = 2}, - [755] = {.lex_state = 71, .external_lex_state = 2}, - [756] = {.lex_state = 71, .external_lex_state = 2}, - [757] = {.lex_state = 71, .external_lex_state = 2}, - [758] = {.lex_state = 71, .external_lex_state = 2}, - [759] = {.lex_state = 71, .external_lex_state = 2}, - [760] = {.lex_state = 71, .external_lex_state = 2}, - [761] = {.lex_state = 71, .external_lex_state = 2}, - [762] = {.lex_state = 71, .external_lex_state = 2}, - [763] = {.lex_state = 71, .external_lex_state = 2}, - [764] = {.lex_state = 71, .external_lex_state = 2}, - [765] = {.lex_state = 71, .external_lex_state = 2}, - [766] = {.lex_state = 71, .external_lex_state = 2}, - [767] = {.lex_state = 71, .external_lex_state = 2}, - [768] = {.lex_state = 11, .external_lex_state = 2}, - [769] = {.lex_state = 11, .external_lex_state = 2}, - [770] = {.lex_state = 11, .external_lex_state = 2}, - [771] = {.lex_state = 11, .external_lex_state = 2}, - [772] = {.lex_state = 11, .external_lex_state = 2}, - [773] = {.lex_state = 11, .external_lex_state = 2}, - [774] = {.lex_state = 11, .external_lex_state = 2}, - [775] = {.lex_state = 14}, - [776] = {.lex_state = 14}, - [777] = {.lex_state = 14}, - [778] = {.lex_state = 14}, - [779] = {.lex_state = 11, .external_lex_state = 2}, - [780] = {.lex_state = 14}, - [781] = {.lex_state = 14}, - [782] = {.lex_state = 14}, - [783] = {.lex_state = 11, .external_lex_state = 2}, - [784] = {.lex_state = 11, .external_lex_state = 2}, - [785] = {.lex_state = 14}, - [786] = {.lex_state = 11, .external_lex_state = 2}, - [787] = {.lex_state = 11, .external_lex_state = 2}, - [788] = {.lex_state = 11, .external_lex_state = 2}, - [789] = {.lex_state = 14}, - [790] = {.lex_state = 11, .external_lex_state = 2}, - [791] = {.lex_state = 11, .external_lex_state = 2}, - [792] = {.lex_state = 11, .external_lex_state = 2}, - [793] = {.lex_state = 11, .external_lex_state = 2}, - [794] = {.lex_state = 14}, - [795] = {.lex_state = 11, .external_lex_state = 2}, - [796] = {.lex_state = 11, .external_lex_state = 2}, - [797] = {.lex_state = 11, .external_lex_state = 2}, - [798] = {.lex_state = 11, .external_lex_state = 2}, - [799] = {.lex_state = 11, .external_lex_state = 2}, - [800] = {.lex_state = 14}, - [801] = {.lex_state = 11, .external_lex_state = 2}, - [802] = {.lex_state = 11, .external_lex_state = 2}, - [803] = {.lex_state = 11, .external_lex_state = 2}, - [804] = {.lex_state = 12, .external_lex_state = 2}, - [805] = {.lex_state = 11, .external_lex_state = 2}, - [806] = {.lex_state = 11, .external_lex_state = 2}, - [807] = {.lex_state = 11, .external_lex_state = 2}, - [808] = {.lex_state = 11, .external_lex_state = 2}, - [809] = {.lex_state = 11, .external_lex_state = 2}, - [810] = {.lex_state = 11, .external_lex_state = 2}, - [811] = {.lex_state = 11, .external_lex_state = 2}, - [812] = {.lex_state = 11, .external_lex_state = 2}, - [813] = {.lex_state = 11, .external_lex_state = 2}, - [814] = {.lex_state = 11, .external_lex_state = 2}, - [815] = {.lex_state = 11, .external_lex_state = 2}, - [816] = {.lex_state = 11, .external_lex_state = 2}, - [817] = {.lex_state = 11, .external_lex_state = 2}, - [818] = {.lex_state = 11, .external_lex_state = 2}, - [819] = {.lex_state = 11, .external_lex_state = 2}, - [820] = {.lex_state = 11, .external_lex_state = 2}, - [821] = {.lex_state = 11, .external_lex_state = 2}, - [822] = {.lex_state = 11, .external_lex_state = 2}, - [823] = {.lex_state = 11, .external_lex_state = 2}, - [824] = {.lex_state = 11, .external_lex_state = 2}, - [825] = {.lex_state = 11, .external_lex_state = 2}, - [826] = {.lex_state = 11, .external_lex_state = 2}, - [827] = {.lex_state = 11, .external_lex_state = 2}, - [828] = {.lex_state = 11, .external_lex_state = 2}, - [829] = {.lex_state = 11, .external_lex_state = 2}, - [830] = {.lex_state = 11, .external_lex_state = 2}, - [831] = {.lex_state = 11, .external_lex_state = 2}, - [832] = {.lex_state = 11, .external_lex_state = 2}, - [833] = {.lex_state = 11, .external_lex_state = 2}, - [834] = {.lex_state = 11, .external_lex_state = 2}, - [835] = {.lex_state = 11, .external_lex_state = 2}, - [836] = {.lex_state = 11, .external_lex_state = 2}, - [837] = {.lex_state = 11, .external_lex_state = 2}, - [838] = {.lex_state = 11, .external_lex_state = 2}, - [839] = {.lex_state = 11, .external_lex_state = 2}, - [840] = {.lex_state = 11, .external_lex_state = 2}, - [841] = {.lex_state = 14}, - [842] = {.lex_state = 14}, - [843] = {.lex_state = 14}, - [844] = {.lex_state = 14}, - [845] = {.lex_state = 14}, - [846] = {.lex_state = 14}, - [847] = {.lex_state = 14}, - [848] = {.lex_state = 14}, - [849] = {.lex_state = 14}, - [850] = {.lex_state = 14}, - [851] = {.lex_state = 14}, - [852] = {.lex_state = 14}, - [853] = {.lex_state = 14}, - [854] = {.lex_state = 14}, - [855] = {.lex_state = 14}, - [856] = {.lex_state = 14}, - [857] = {.lex_state = 14}, - [858] = {.lex_state = 14}, - [859] = {.lex_state = 14}, - [860] = {.lex_state = 14}, - [861] = {.lex_state = 14}, - [862] = {.lex_state = 14}, - [863] = {.lex_state = 14}, - [864] = {.lex_state = 14}, - [865] = {.lex_state = 14}, - [866] = {.lex_state = 14}, - [867] = {.lex_state = 14}, - [868] = {.lex_state = 14}, - [869] = {.lex_state = 14}, - [870] = {.lex_state = 14}, - [871] = {.lex_state = 14}, - [872] = {.lex_state = 14}, - [873] = {.lex_state = 14}, - [874] = {.lex_state = 14}, - [875] = {.lex_state = 14}, - [876] = {.lex_state = 14}, - [877] = {.lex_state = 14}, - [878] = {.lex_state = 14}, - [879] = {.lex_state = 14}, - [880] = {.lex_state = 14}, - [881] = {.lex_state = 14}, - [882] = {.lex_state = 14}, - [883] = {.lex_state = 14}, - [884] = {.lex_state = 14}, - [885] = {.lex_state = 14}, - [886] = {.lex_state = 14}, - [887] = {.lex_state = 14}, - [888] = {.lex_state = 14}, - [889] = {.lex_state = 14}, - [890] = {.lex_state = 14}, - [891] = {.lex_state = 14}, - [892] = {.lex_state = 14}, - [893] = {.lex_state = 14}, - [894] = {.lex_state = 14}, - [895] = {.lex_state = 14}, - [896] = {.lex_state = 14}, - [897] = {.lex_state = 14}, - [898] = {.lex_state = 14}, - [899] = {.lex_state = 14}, - [900] = {.lex_state = 14}, - [901] = {.lex_state = 14}, - [902] = {.lex_state = 14}, - [903] = {.lex_state = 14}, - [904] = {.lex_state = 14}, - [905] = {.lex_state = 14}, - [906] = {.lex_state = 14}, - [907] = {.lex_state = 14}, - [908] = {.lex_state = 14}, - [909] = {.lex_state = 14}, - [910] = {.lex_state = 14}, - [911] = {.lex_state = 14}, - [912] = {.lex_state = 14}, - [913] = {.lex_state = 14}, - [914] = {.lex_state = 14}, - [915] = {.lex_state = 14}, - [916] = {.lex_state = 14}, - [917] = {.lex_state = 14}, - [918] = {.lex_state = 14}, - [919] = {.lex_state = 14}, - [920] = {.lex_state = 14}, - [921] = {.lex_state = 14}, - [922] = {.lex_state = 14}, - [923] = {.lex_state = 14}, - [924] = {.lex_state = 14}, - [925] = {.lex_state = 14}, - [926] = {.lex_state = 14}, - [927] = {.lex_state = 14}, - [928] = {.lex_state = 14}, - [929] = {.lex_state = 14}, - [930] = {.lex_state = 14}, - [931] = {.lex_state = 14}, - [932] = {.lex_state = 14}, - [933] = {.lex_state = 14}, - [934] = {.lex_state = 14}, - [935] = {.lex_state = 14}, - [936] = {.lex_state = 14}, - [937] = {.lex_state = 14}, - [938] = {.lex_state = 14}, - [939] = {.lex_state = 14}, - [940] = {.lex_state = 14}, - [941] = {.lex_state = 14}, - [942] = {.lex_state = 14}, - [943] = {.lex_state = 14}, - [944] = {.lex_state = 14}, - [945] = {.lex_state = 14}, - [946] = {.lex_state = 14}, - [947] = {.lex_state = 14}, - [948] = {.lex_state = 14}, - [949] = {.lex_state = 14}, - [950] = {.lex_state = 14}, - [951] = {.lex_state = 14}, - [952] = {.lex_state = 11, .external_lex_state = 2}, - [953] = {.lex_state = 14}, - [954] = {.lex_state = 14}, - [955] = {.lex_state = 14}, - [956] = {.lex_state = 14}, - [957] = {.lex_state = 14}, - [958] = {.lex_state = 14}, - [959] = {.lex_state = 14}, - [960] = {.lex_state = 14}, - [961] = {.lex_state = 14}, - [962] = {.lex_state = 14}, - [963] = {.lex_state = 14}, - [964] = {.lex_state = 14}, - [965] = {.lex_state = 14}, - [966] = {.lex_state = 14}, - [967] = {.lex_state = 14}, - [968] = {.lex_state = 14}, - [969] = {.lex_state = 14}, - [970] = {.lex_state = 14}, - [971] = {.lex_state = 14}, - [972] = {.lex_state = 14}, - [973] = {.lex_state = 14}, - [974] = {.lex_state = 14}, - [975] = {.lex_state = 14}, - [976] = {.lex_state = 14}, - [977] = {.lex_state = 14}, - [978] = {.lex_state = 14}, - [979] = {.lex_state = 14}, - [980] = {.lex_state = 14}, - [981] = {.lex_state = 14}, - [982] = {.lex_state = 14}, - [983] = {.lex_state = 14}, - [984] = {.lex_state = 14}, - [985] = {.lex_state = 14}, - [986] = {.lex_state = 14}, - [987] = {.lex_state = 14}, - [988] = {.lex_state = 14}, - [989] = {.lex_state = 14}, - [990] = {.lex_state = 14}, - [991] = {.lex_state = 14}, - [992] = {.lex_state = 14}, - [993] = {.lex_state = 14}, - [994] = {.lex_state = 14}, - [995] = {.lex_state = 14}, - [996] = {.lex_state = 14}, - [997] = {.lex_state = 14}, - [998] = {.lex_state = 14}, - [999] = {.lex_state = 14}, - [1000] = {.lex_state = 14}, - [1001] = {.lex_state = 14}, - [1002] = {.lex_state = 14}, - [1003] = {.lex_state = 14}, - [1004] = {.lex_state = 14}, - [1005] = {.lex_state = 14}, - [1006] = {.lex_state = 14}, - [1007] = {.lex_state = 14}, - [1008] = {.lex_state = 14}, - [1009] = {.lex_state = 14}, - [1010] = {.lex_state = 14}, - [1011] = {.lex_state = 14}, - [1012] = {.lex_state = 14}, - [1013] = {.lex_state = 14}, + [491] = {.lex_state = 12, .external_lex_state = 2}, + [492] = {.lex_state = 12, .external_lex_state = 2}, + [493] = {.lex_state = 12, .external_lex_state = 2}, + [494] = {.lex_state = 73, .external_lex_state = 2}, + [495] = {.lex_state = 73, .external_lex_state = 2}, + [496] = {.lex_state = 73, .external_lex_state = 2}, + [497] = {.lex_state = 73, .external_lex_state = 2}, + [498] = {.lex_state = 73, .external_lex_state = 2}, + [499] = {.lex_state = 73, .external_lex_state = 2}, + [500] = {.lex_state = 73, .external_lex_state = 2}, + [501] = {.lex_state = 73, .external_lex_state = 2}, + [502] = {.lex_state = 73, .external_lex_state = 2}, + [503] = {.lex_state = 73, .external_lex_state = 2}, + [504] = {.lex_state = 73, .external_lex_state = 2}, + [505] = {.lex_state = 73, .external_lex_state = 2}, + [506] = {.lex_state = 73, .external_lex_state = 2}, + [507] = {.lex_state = 73, .external_lex_state = 2}, + [508] = {.lex_state = 73, .external_lex_state = 2}, + [509] = {.lex_state = 73, .external_lex_state = 2}, + [510] = {.lex_state = 73, .external_lex_state = 2}, + [511] = {.lex_state = 73, .external_lex_state = 2}, + [512] = {.lex_state = 73, .external_lex_state = 2}, + [513] = {.lex_state = 73, .external_lex_state = 2}, + [514] = {.lex_state = 73, .external_lex_state = 2}, + [515] = {.lex_state = 73, .external_lex_state = 2}, + [516] = {.lex_state = 73, .external_lex_state = 2}, + [517] = {.lex_state = 73, .external_lex_state = 2}, + [518] = {.lex_state = 73, .external_lex_state = 2}, + [519] = {.lex_state = 73, .external_lex_state = 2}, + [520] = {.lex_state = 73, .external_lex_state = 2}, + [521] = {.lex_state = 73, .external_lex_state = 2}, + [522] = {.lex_state = 73, .external_lex_state = 2}, + [523] = {.lex_state = 73, .external_lex_state = 2}, + [524] = {.lex_state = 73, .external_lex_state = 2}, + [525] = {.lex_state = 73, .external_lex_state = 2}, + [526] = {.lex_state = 73, .external_lex_state = 2}, + [527] = {.lex_state = 73, .external_lex_state = 2}, + [528] = {.lex_state = 73, .external_lex_state = 2}, + [529] = {.lex_state = 73, .external_lex_state = 2}, + [530] = {.lex_state = 12, .external_lex_state = 2}, + [531] = {.lex_state = 73, .external_lex_state = 2}, + [532] = {.lex_state = 73, .external_lex_state = 2}, + [533] = {.lex_state = 73, .external_lex_state = 2}, + [534] = {.lex_state = 73, .external_lex_state = 2}, + [535] = {.lex_state = 73, .external_lex_state = 2}, + [536] = {.lex_state = 73, .external_lex_state = 2}, + [537] = {.lex_state = 73, .external_lex_state = 2}, + [538] = {.lex_state = 73, .external_lex_state = 2}, + [539] = {.lex_state = 73, .external_lex_state = 2}, + [540] = {.lex_state = 73, .external_lex_state = 2}, + [541] = {.lex_state = 73, .external_lex_state = 2}, + [542] = {.lex_state = 73, .external_lex_state = 2}, + [543] = {.lex_state = 73, .external_lex_state = 2}, + [544] = {.lex_state = 73, .external_lex_state = 2}, + [545] = {.lex_state = 73, .external_lex_state = 2}, + [546] = {.lex_state = 73, .external_lex_state = 2}, + [547] = {.lex_state = 73, .external_lex_state = 2}, + [548] = {.lex_state = 73, .external_lex_state = 2}, + [549] = {.lex_state = 73, .external_lex_state = 2}, + [550] = {.lex_state = 73, .external_lex_state = 2}, + [551] = {.lex_state = 73, .external_lex_state = 2}, + [552] = {.lex_state = 73, .external_lex_state = 2}, + [553] = {.lex_state = 73, .external_lex_state = 2}, + [554] = {.lex_state = 73, .external_lex_state = 2}, + [555] = {.lex_state = 21}, + [556] = {.lex_state = 12, .external_lex_state = 2}, + [557] = {.lex_state = 73, .external_lex_state = 2}, + [558] = {.lex_state = 73, .external_lex_state = 2}, + [559] = {.lex_state = 73, .external_lex_state = 2}, + [560] = {.lex_state = 73, .external_lex_state = 2}, + [561] = {.lex_state = 73, .external_lex_state = 2}, + [562] = {.lex_state = 73, .external_lex_state = 2}, + [563] = {.lex_state = 73, .external_lex_state = 2}, + [564] = {.lex_state = 73, .external_lex_state = 2}, + [565] = {.lex_state = 73, .external_lex_state = 2}, + [566] = {.lex_state = 73, .external_lex_state = 2}, + [567] = {.lex_state = 73, .external_lex_state = 2}, + [568] = {.lex_state = 21}, + [569] = {.lex_state = 73, .external_lex_state = 2}, + [570] = {.lex_state = 73, .external_lex_state = 2}, + [571] = {.lex_state = 73, .external_lex_state = 2}, + [572] = {.lex_state = 73, .external_lex_state = 2}, + [573] = {.lex_state = 73, .external_lex_state = 2}, + [574] = {.lex_state = 73, .external_lex_state = 2}, + [575] = {.lex_state = 73, .external_lex_state = 2}, + [576] = {.lex_state = 73, .external_lex_state = 2}, + [577] = {.lex_state = 73, .external_lex_state = 2}, + [578] = {.lex_state = 73, .external_lex_state = 2}, + [579] = {.lex_state = 73, .external_lex_state = 2}, + [580] = {.lex_state = 73, .external_lex_state = 2}, + [581] = {.lex_state = 73, .external_lex_state = 2}, + [582] = {.lex_state = 73, .external_lex_state = 2}, + [583] = {.lex_state = 73, .external_lex_state = 2}, + [584] = {.lex_state = 73, .external_lex_state = 2}, + [585] = {.lex_state = 73, .external_lex_state = 2}, + [586] = {.lex_state = 73, .external_lex_state = 2}, + [587] = {.lex_state = 73, .external_lex_state = 2}, + [588] = {.lex_state = 73, .external_lex_state = 2}, + [589] = {.lex_state = 73, .external_lex_state = 2}, + [590] = {.lex_state = 12, .external_lex_state = 2}, + [591] = {.lex_state = 73, .external_lex_state = 2}, + [592] = {.lex_state = 73, .external_lex_state = 2}, + [593] = {.lex_state = 73, .external_lex_state = 2}, + [594] = {.lex_state = 73, .external_lex_state = 2}, + [595] = {.lex_state = 73, .external_lex_state = 2}, + [596] = {.lex_state = 73, .external_lex_state = 2}, + [597] = {.lex_state = 73, .external_lex_state = 2}, + [598] = {.lex_state = 73, .external_lex_state = 2}, + [599] = {.lex_state = 73, .external_lex_state = 2}, + [600] = {.lex_state = 73, .external_lex_state = 2}, + [601] = {.lex_state = 73, .external_lex_state = 2}, + [602] = {.lex_state = 73, .external_lex_state = 2}, + [603] = {.lex_state = 73, .external_lex_state = 2}, + [604] = {.lex_state = 73, .external_lex_state = 2}, + [605] = {.lex_state = 73, .external_lex_state = 2}, + [606] = {.lex_state = 73, .external_lex_state = 2}, + [607] = {.lex_state = 73, .external_lex_state = 2}, + [608] = {.lex_state = 73, .external_lex_state = 2}, + [609] = {.lex_state = 73, .external_lex_state = 2}, + [610] = {.lex_state = 73, .external_lex_state = 2}, + [611] = {.lex_state = 73, .external_lex_state = 2}, + [612] = {.lex_state = 73, .external_lex_state = 2}, + [613] = {.lex_state = 73, .external_lex_state = 2}, + [614] = {.lex_state = 73, .external_lex_state = 2}, + [615] = {.lex_state = 73, .external_lex_state = 2}, + [616] = {.lex_state = 73, .external_lex_state = 2}, + [617] = {.lex_state = 73, .external_lex_state = 2}, + [618] = {.lex_state = 73, .external_lex_state = 2}, + [619] = {.lex_state = 73, .external_lex_state = 2}, + [620] = {.lex_state = 73, .external_lex_state = 2}, + [621] = {.lex_state = 73, .external_lex_state = 2}, + [622] = {.lex_state = 73, .external_lex_state = 2}, + [623] = {.lex_state = 73, .external_lex_state = 2}, + [624] = {.lex_state = 73, .external_lex_state = 2}, + [625] = {.lex_state = 73, .external_lex_state = 2}, + [626] = {.lex_state = 73, .external_lex_state = 2}, + [627] = {.lex_state = 73, .external_lex_state = 2}, + [628] = {.lex_state = 73, .external_lex_state = 2}, + [629] = {.lex_state = 73, .external_lex_state = 2}, + [630] = {.lex_state = 73, .external_lex_state = 2}, + [631] = {.lex_state = 73, .external_lex_state = 2}, + [632] = {.lex_state = 73, .external_lex_state = 2}, + [633] = {.lex_state = 73, .external_lex_state = 2}, + [634] = {.lex_state = 73, .external_lex_state = 2}, + [635] = {.lex_state = 73, .external_lex_state = 2}, + [636] = {.lex_state = 73, .external_lex_state = 2}, + [637] = {.lex_state = 73, .external_lex_state = 2}, + [638] = {.lex_state = 73, .external_lex_state = 2}, + [639] = {.lex_state = 73, .external_lex_state = 2}, + [640] = {.lex_state = 73, .external_lex_state = 2}, + [641] = {.lex_state = 21}, + [642] = {.lex_state = 73, .external_lex_state = 2}, + [643] = {.lex_state = 73, .external_lex_state = 2}, + [644] = {.lex_state = 73, .external_lex_state = 2}, + [645] = {.lex_state = 73, .external_lex_state = 2}, + [646] = {.lex_state = 73, .external_lex_state = 2}, + [647] = {.lex_state = 73, .external_lex_state = 2}, + [648] = {.lex_state = 73, .external_lex_state = 2}, + [649] = {.lex_state = 73, .external_lex_state = 2}, + [650] = {.lex_state = 73, .external_lex_state = 2}, + [651] = {.lex_state = 73, .external_lex_state = 2}, + [652] = {.lex_state = 73, .external_lex_state = 2}, + [653] = {.lex_state = 73, .external_lex_state = 2}, + [654] = {.lex_state = 73, .external_lex_state = 2}, + [655] = {.lex_state = 73, .external_lex_state = 2}, + [656] = {.lex_state = 73, .external_lex_state = 2}, + [657] = {.lex_state = 73, .external_lex_state = 2}, + [658] = {.lex_state = 73, .external_lex_state = 2}, + [659] = {.lex_state = 12, .external_lex_state = 2}, + [660] = {.lex_state = 73, .external_lex_state = 2}, + [661] = {.lex_state = 73, .external_lex_state = 2}, + [662] = {.lex_state = 73, .external_lex_state = 2}, + [663] = {.lex_state = 73, .external_lex_state = 2}, + [664] = {.lex_state = 73, .external_lex_state = 2}, + [665] = {.lex_state = 73, .external_lex_state = 2}, + [666] = {.lex_state = 73, .external_lex_state = 2}, + [667] = {.lex_state = 73, .external_lex_state = 2}, + [668] = {.lex_state = 73, .external_lex_state = 2}, + [669] = {.lex_state = 73, .external_lex_state = 2}, + [670] = {.lex_state = 12, .external_lex_state = 2}, + [671] = {.lex_state = 73, .external_lex_state = 2}, + [672] = {.lex_state = 73, .external_lex_state = 2}, + [673] = {.lex_state = 73, .external_lex_state = 2}, + [674] = {.lex_state = 73, .external_lex_state = 2}, + [675] = {.lex_state = 73, .external_lex_state = 2}, + [676] = {.lex_state = 73, .external_lex_state = 2}, + [677] = {.lex_state = 73, .external_lex_state = 2}, + [678] = {.lex_state = 73, .external_lex_state = 2}, + [679] = {.lex_state = 73, .external_lex_state = 2}, + [680] = {.lex_state = 73, .external_lex_state = 2}, + [681] = {.lex_state = 73, .external_lex_state = 2}, + [682] = {.lex_state = 73, .external_lex_state = 2}, + [683] = {.lex_state = 73, .external_lex_state = 2}, + [684] = {.lex_state = 73, .external_lex_state = 2}, + [685] = {.lex_state = 73, .external_lex_state = 2}, + [686] = {.lex_state = 73, .external_lex_state = 2}, + [687] = {.lex_state = 73, .external_lex_state = 2}, + [688] = {.lex_state = 73, .external_lex_state = 2}, + [689] = {.lex_state = 21}, + [690] = {.lex_state = 73, .external_lex_state = 2}, + [691] = {.lex_state = 73, .external_lex_state = 2}, + [692] = {.lex_state = 73, .external_lex_state = 2}, + [693] = {.lex_state = 73, .external_lex_state = 2}, + [694] = {.lex_state = 73, .external_lex_state = 2}, + [695] = {.lex_state = 73, .external_lex_state = 2}, + [696] = {.lex_state = 73, .external_lex_state = 2}, + [697] = {.lex_state = 73, .external_lex_state = 2}, + [698] = {.lex_state = 73, .external_lex_state = 2}, + [699] = {.lex_state = 73, .external_lex_state = 2}, + [700] = {.lex_state = 73, .external_lex_state = 2}, + [701] = {.lex_state = 73, .external_lex_state = 2}, + [702] = {.lex_state = 73, .external_lex_state = 2}, + [703] = {.lex_state = 73, .external_lex_state = 2}, + [704] = {.lex_state = 73, .external_lex_state = 2}, + [705] = {.lex_state = 73, .external_lex_state = 2}, + [706] = {.lex_state = 73, .external_lex_state = 2}, + [707] = {.lex_state = 73, .external_lex_state = 2}, + [708] = {.lex_state = 73, .external_lex_state = 2}, + [709] = {.lex_state = 73, .external_lex_state = 2}, + [710] = {.lex_state = 73, .external_lex_state = 2}, + [711] = {.lex_state = 73, .external_lex_state = 2}, + [712] = {.lex_state = 73, .external_lex_state = 2}, + [713] = {.lex_state = 73, .external_lex_state = 2}, + [714] = {.lex_state = 73, .external_lex_state = 2}, + [715] = {.lex_state = 73, .external_lex_state = 2}, + [716] = {.lex_state = 73, .external_lex_state = 2}, + [717] = {.lex_state = 73, .external_lex_state = 2}, + [718] = {.lex_state = 73, .external_lex_state = 2}, + [719] = {.lex_state = 73, .external_lex_state = 2}, + [720] = {.lex_state = 73, .external_lex_state = 2}, + [721] = {.lex_state = 73, .external_lex_state = 2}, + [722] = {.lex_state = 73, .external_lex_state = 2}, + [723] = {.lex_state = 73, .external_lex_state = 2}, + [724] = {.lex_state = 73, .external_lex_state = 2}, + [725] = {.lex_state = 73, .external_lex_state = 2}, + [726] = {.lex_state = 73, .external_lex_state = 2}, + [727] = {.lex_state = 12, .external_lex_state = 2}, + [728] = {.lex_state = 73, .external_lex_state = 2}, + [729] = {.lex_state = 73, .external_lex_state = 2}, + [730] = {.lex_state = 73, .external_lex_state = 2}, + [731] = {.lex_state = 73, .external_lex_state = 2}, + [732] = {.lex_state = 73, .external_lex_state = 2}, + [733] = {.lex_state = 73, .external_lex_state = 2}, + [734] = {.lex_state = 73, .external_lex_state = 2}, + [735] = {.lex_state = 73, .external_lex_state = 2}, + [736] = {.lex_state = 73, .external_lex_state = 2}, + [737] = {.lex_state = 73, .external_lex_state = 2}, + [738] = {.lex_state = 73, .external_lex_state = 2}, + [739] = {.lex_state = 73, .external_lex_state = 2}, + [740] = {.lex_state = 73, .external_lex_state = 2}, + [741] = {.lex_state = 73, .external_lex_state = 2}, + [742] = {.lex_state = 73, .external_lex_state = 2}, + [743] = {.lex_state = 73, .external_lex_state = 2}, + [744] = {.lex_state = 73, .external_lex_state = 2}, + [745] = {.lex_state = 73, .external_lex_state = 2}, + [746] = {.lex_state = 73, .external_lex_state = 2}, + [747] = {.lex_state = 73, .external_lex_state = 2}, + [748] = {.lex_state = 73, .external_lex_state = 2}, + [749] = {.lex_state = 73, .external_lex_state = 2}, + [750] = {.lex_state = 73, .external_lex_state = 2}, + [751] = {.lex_state = 73, .external_lex_state = 2}, + [752] = {.lex_state = 73, .external_lex_state = 2}, + [753] = {.lex_state = 73, .external_lex_state = 2}, + [754] = {.lex_state = 73, .external_lex_state = 2}, + [755] = {.lex_state = 73, .external_lex_state = 2}, + [756] = {.lex_state = 73, .external_lex_state = 2}, + [757] = {.lex_state = 73, .external_lex_state = 2}, + [758] = {.lex_state = 73, .external_lex_state = 2}, + [759] = {.lex_state = 73, .external_lex_state = 2}, + [760] = {.lex_state = 73, .external_lex_state = 2}, + [761] = {.lex_state = 73, .external_lex_state = 2}, + [762] = {.lex_state = 73, .external_lex_state = 2}, + [763] = {.lex_state = 73, .external_lex_state = 2}, + [764] = {.lex_state = 73, .external_lex_state = 2}, + [765] = {.lex_state = 73, .external_lex_state = 2}, + [766] = {.lex_state = 73, .external_lex_state = 2}, + [767] = {.lex_state = 73, .external_lex_state = 2}, + [768] = {.lex_state = 73, .external_lex_state = 2}, + [769] = {.lex_state = 73, .external_lex_state = 2}, + [770] = {.lex_state = 73, .external_lex_state = 2}, + [771] = {.lex_state = 73, .external_lex_state = 2}, + [772] = {.lex_state = 73, .external_lex_state = 2}, + [773] = {.lex_state = 21}, + [774] = {.lex_state = 12, .external_lex_state = 2}, + [775] = {.lex_state = 12, .external_lex_state = 2}, + [776] = {.lex_state = 12, .external_lex_state = 2}, + [777] = {.lex_state = 12, .external_lex_state = 2}, + [778] = {.lex_state = 12, .external_lex_state = 2}, + [779] = {.lex_state = 15}, + [780] = {.lex_state = 12, .external_lex_state = 2}, + [781] = {.lex_state = 15}, + [782] = {.lex_state = 12, .external_lex_state = 2}, + [783] = {.lex_state = 12, .external_lex_state = 2}, + [784] = {.lex_state = 12, .external_lex_state = 2}, + [785] = {.lex_state = 15}, + [786] = {.lex_state = 15}, + [787] = {.lex_state = 12, .external_lex_state = 2}, + [788] = {.lex_state = 12, .external_lex_state = 2}, + [789] = {.lex_state = 15}, + [790] = {.lex_state = 12, .external_lex_state = 2}, + [791] = {.lex_state = 12, .external_lex_state = 2}, + [792] = {.lex_state = 12, .external_lex_state = 2}, + [793] = {.lex_state = 15}, + [794] = {.lex_state = 12, .external_lex_state = 2}, + [795] = {.lex_state = 12, .external_lex_state = 2}, + [796] = {.lex_state = 12, .external_lex_state = 2}, + [797] = {.lex_state = 10, .external_lex_state = 2}, + [798] = {.lex_state = 15}, + [799] = {.lex_state = 12, .external_lex_state = 2}, + [800] = {.lex_state = 12, .external_lex_state = 2}, + [801] = {.lex_state = 12, .external_lex_state = 2}, + [802] = {.lex_state = 12, .external_lex_state = 2}, + [803] = {.lex_state = 12, .external_lex_state = 2}, + [804] = {.lex_state = 15}, + [805] = {.lex_state = 12, .external_lex_state = 2}, + [806] = {.lex_state = 12, .external_lex_state = 2}, + [807] = {.lex_state = 12, .external_lex_state = 2}, + [808] = {.lex_state = 12, .external_lex_state = 2}, + [809] = {.lex_state = 12, .external_lex_state = 2}, + [810] = {.lex_state = 12, .external_lex_state = 2}, + [811] = {.lex_state = 15}, + [812] = {.lex_state = 12, .external_lex_state = 2}, + [813] = {.lex_state = 12, .external_lex_state = 2}, + [814] = {.lex_state = 15}, + [815] = {.lex_state = 12, .external_lex_state = 2}, + [816] = {.lex_state = 12, .external_lex_state = 2}, + [817] = {.lex_state = 12, .external_lex_state = 2}, + [818] = {.lex_state = 12, .external_lex_state = 2}, + [819] = {.lex_state = 12, .external_lex_state = 2}, + [820] = {.lex_state = 12, .external_lex_state = 2}, + [821] = {.lex_state = 12, .external_lex_state = 2}, + [822] = {.lex_state = 12, .external_lex_state = 2}, + [823] = {.lex_state = 15}, + [824] = {.lex_state = 12, .external_lex_state = 2}, + [825] = {.lex_state = 12, .external_lex_state = 2}, + [826] = {.lex_state = 12, .external_lex_state = 2}, + [827] = {.lex_state = 12, .external_lex_state = 2}, + [828] = {.lex_state = 12, .external_lex_state = 2}, + [829] = {.lex_state = 12, .external_lex_state = 2}, + [830] = {.lex_state = 12, .external_lex_state = 2}, + [831] = {.lex_state = 12, .external_lex_state = 2}, + [832] = {.lex_state = 12, .external_lex_state = 2}, + [833] = {.lex_state = 12, .external_lex_state = 2}, + [834] = {.lex_state = 12, .external_lex_state = 2}, + [835] = {.lex_state = 12, .external_lex_state = 2}, + [836] = {.lex_state = 12, .external_lex_state = 2}, + [837] = {.lex_state = 12, .external_lex_state = 2}, + [838] = {.lex_state = 12, .external_lex_state = 2}, + [839] = {.lex_state = 12, .external_lex_state = 2}, + [840] = {.lex_state = 12, .external_lex_state = 2}, + [841] = {.lex_state = 15}, + [842] = {.lex_state = 15}, + [843] = {.lex_state = 15}, + [844] = {.lex_state = 15}, + [845] = {.lex_state = 15}, + [846] = {.lex_state = 15}, + [847] = {.lex_state = 15}, + [848] = {.lex_state = 15}, + [849] = {.lex_state = 15}, + [850] = {.lex_state = 15}, + [851] = {.lex_state = 15}, + [852] = {.lex_state = 15}, + [853] = {.lex_state = 15}, + [854] = {.lex_state = 15}, + [855] = {.lex_state = 15}, + [856] = {.lex_state = 15}, + [857] = {.lex_state = 15}, + [858] = {.lex_state = 15}, + [859] = {.lex_state = 15}, + [860] = {.lex_state = 15}, + [861] = {.lex_state = 15}, + [862] = {.lex_state = 15}, + [863] = {.lex_state = 15}, + [864] = {.lex_state = 15}, + [865] = {.lex_state = 15}, + [866] = {.lex_state = 15}, + [867] = {.lex_state = 15}, + [868] = {.lex_state = 15}, + [869] = {.lex_state = 15}, + [870] = {.lex_state = 15}, + [871] = {.lex_state = 15}, + [872] = {.lex_state = 15}, + [873] = {.lex_state = 15}, + [874] = {.lex_state = 15}, + [875] = {.lex_state = 15}, + [876] = {.lex_state = 15}, + [877] = {.lex_state = 15}, + [878] = {.lex_state = 15}, + [879] = {.lex_state = 15}, + [880] = {.lex_state = 15}, + [881] = {.lex_state = 15}, + [882] = {.lex_state = 15}, + [883] = {.lex_state = 15}, + [884] = {.lex_state = 15}, + [885] = {.lex_state = 15}, + [886] = {.lex_state = 15}, + [887] = {.lex_state = 15}, + [888] = {.lex_state = 15}, + [889] = {.lex_state = 15}, + [890] = {.lex_state = 15}, + [891] = {.lex_state = 15}, + [892] = {.lex_state = 15}, + [893] = {.lex_state = 15}, + [894] = {.lex_state = 15}, + [895] = {.lex_state = 15}, + [896] = {.lex_state = 15}, + [897] = {.lex_state = 15}, + [898] = {.lex_state = 15}, + [899] = {.lex_state = 15}, + [900] = {.lex_state = 15}, + [901] = {.lex_state = 15}, + [902] = {.lex_state = 15}, + [903] = {.lex_state = 15}, + [904] = {.lex_state = 15}, + [905] = {.lex_state = 15}, + [906] = {.lex_state = 15}, + [907] = {.lex_state = 15}, + [908] = {.lex_state = 15}, + [909] = {.lex_state = 15}, + [910] = {.lex_state = 15}, + [911] = {.lex_state = 15}, + [912] = {.lex_state = 15}, + [913] = {.lex_state = 15}, + [914] = {.lex_state = 15}, + [915] = {.lex_state = 15}, + [916] = {.lex_state = 15}, + [917] = {.lex_state = 15}, + [918] = {.lex_state = 15}, + [919] = {.lex_state = 15}, + [920] = {.lex_state = 15}, + [921] = {.lex_state = 15}, + [922] = {.lex_state = 15}, + [923] = {.lex_state = 15}, + [924] = {.lex_state = 15}, + [925] = {.lex_state = 15}, + [926] = {.lex_state = 15}, + [927] = {.lex_state = 15}, + [928] = {.lex_state = 15}, + [929] = {.lex_state = 15}, + [930] = {.lex_state = 15}, + [931] = {.lex_state = 15}, + [932] = {.lex_state = 15}, + [933] = {.lex_state = 15}, + [934] = {.lex_state = 15}, + [935] = {.lex_state = 15}, + [936] = {.lex_state = 15}, + [937] = {.lex_state = 15}, + [938] = {.lex_state = 15}, + [939] = {.lex_state = 15}, + [940] = {.lex_state = 15}, + [941] = {.lex_state = 15}, + [942] = {.lex_state = 15}, + [943] = {.lex_state = 15}, + [944] = {.lex_state = 15}, + [945] = {.lex_state = 15}, + [946] = {.lex_state = 15}, + [947] = {.lex_state = 15}, + [948] = {.lex_state = 15}, + [949] = {.lex_state = 15}, + [950] = {.lex_state = 15}, + [951] = {.lex_state = 15}, + [952] = {.lex_state = 15}, + [953] = {.lex_state = 15}, + [954] = {.lex_state = 15}, + [955] = {.lex_state = 15}, + [956] = {.lex_state = 15}, + [957] = {.lex_state = 15}, + [958] = {.lex_state = 15}, + [959] = {.lex_state = 15}, + [960] = {.lex_state = 15}, + [961] = {.lex_state = 15}, + [962] = {.lex_state = 15}, + [963] = {.lex_state = 15}, + [964] = {.lex_state = 15}, + [965] = {.lex_state = 15}, + [966] = {.lex_state = 15}, + [967] = {.lex_state = 15}, + [968] = {.lex_state = 15}, + [969] = {.lex_state = 15}, + [970] = {.lex_state = 15}, + [971] = {.lex_state = 15}, + [972] = {.lex_state = 15}, + [973] = {.lex_state = 15}, + [974] = {.lex_state = 15}, + [975] = {.lex_state = 15}, + [976] = {.lex_state = 15}, + [977] = {.lex_state = 15}, + [978] = {.lex_state = 15}, + [979] = {.lex_state = 15}, + [980] = {.lex_state = 15}, + [981] = {.lex_state = 15}, + [982] = {.lex_state = 15}, + [983] = {.lex_state = 15}, + [984] = {.lex_state = 15}, + [985] = {.lex_state = 15}, + [986] = {.lex_state = 15}, + [987] = {.lex_state = 15}, + [988] = {.lex_state = 15}, + [989] = {.lex_state = 15}, + [990] = {.lex_state = 15}, + [991] = {.lex_state = 15}, + [992] = {.lex_state = 15}, + [993] = {.lex_state = 15}, + [994] = {.lex_state = 15}, + [995] = {.lex_state = 15}, + [996] = {.lex_state = 15}, + [997] = {.lex_state = 15}, + [998] = {.lex_state = 15}, + [999] = {.lex_state = 15}, + [1000] = {.lex_state = 15}, + [1001] = {.lex_state = 15}, + [1002] = {.lex_state = 15}, + [1003] = {.lex_state = 15}, + [1004] = {.lex_state = 15}, + [1005] = {.lex_state = 15}, + [1006] = {.lex_state = 15}, + [1007] = {.lex_state = 15}, + [1008] = {.lex_state = 15}, + [1009] = {.lex_state = 15}, + [1010] = {.lex_state = 15}, + [1011] = {.lex_state = 15}, + [1012] = {.lex_state = 15}, + [1013] = {.lex_state = 11, .external_lex_state = 2}, [1014] = {.lex_state = 11, .external_lex_state = 2}, [1015] = {.lex_state = 11, .external_lex_state = 2}, [1016] = {.lex_state = 13, .external_lex_state = 2}, [1017] = {.lex_state = 13, .external_lex_state = 2}, [1018] = {.lex_state = 11, .external_lex_state = 2}, - [1019] = {.lex_state = 12, .external_lex_state = 2}, - [1020] = {.lex_state = 14}, + [1019] = {.lex_state = 10, .external_lex_state = 2}, + [1020] = {.lex_state = 15}, [1021] = {.lex_state = 11, .external_lex_state = 2}, [1022] = {.lex_state = 11, .external_lex_state = 2}, - [1023] = {.lex_state = 7}, + [1023] = {.lex_state = 11, .external_lex_state = 2}, [1024] = {.lex_state = 6}, - [1025] = {.lex_state = 6}, - [1026] = {.lex_state = 10}, - [1027] = {.lex_state = 10}, - [1028] = {.lex_state = 10}, - [1029] = {.lex_state = 10}, - [1030] = {.lex_state = 10}, - [1031] = {.lex_state = 10}, - [1032] = {.lex_state = 10}, - [1033] = {.lex_state = 10}, - [1034] = {.lex_state = 10}, + [1025] = {.lex_state = 7}, + [1026] = {.lex_state = 21}, + [1027] = {.lex_state = 21}, + [1028] = {.lex_state = 21}, + [1029] = {.lex_state = 21}, + [1030] = {.lex_state = 21}, + [1031] = {.lex_state = 21}, + [1032] = {.lex_state = 21}, + [1033] = {.lex_state = 6}, + [1034] = {.lex_state = 6}, [1035] = {.lex_state = 6}, - [1036] = {.lex_state = 6}, - [1037] = {.lex_state = 6}, - [1038] = {.lex_state = 6}, - [1039] = {.lex_state = 22}, - [1040] = {.lex_state = 6}, - [1041] = {.lex_state = 22}, - [1042] = {.lex_state = 6}, - [1043] = {.lex_state = 22}, - [1044] = {.lex_state = 22}, + [1036] = {.lex_state = 21}, + [1037] = {.lex_state = 12, .external_lex_state = 2}, + [1038] = {.lex_state = 21}, + [1039] = {.lex_state = 6}, + [1040] = {.lex_state = 24}, + [1041] = {.lex_state = 6}, + [1042] = {.lex_state = 24}, + [1043] = {.lex_state = 6}, + [1044] = {.lex_state = 6}, [1045] = {.lex_state = 6}, [1046] = {.lex_state = 6}, [1047] = {.lex_state = 6}, - [1048] = {.lex_state = 6}, - [1049] = {.lex_state = 11, .external_lex_state = 2}, - [1050] = {.lex_state = 22}, - [1051] = {.lex_state = 14}, - [1052] = {.lex_state = 14}, - [1053] = {.lex_state = 7}, - [1054] = {.lex_state = 7}, - [1055] = {.lex_state = 14}, - [1056] = {.lex_state = 14}, - [1057] = {.lex_state = 14}, - [1058] = {.lex_state = 14}, - [1059] = {.lex_state = 7}, + [1048] = {.lex_state = 24}, + [1049] = {.lex_state = 24}, + [1050] = {.lex_state = 6}, + [1051] = {.lex_state = 24}, + [1052] = {.lex_state = 7}, + [1053] = {.lex_state = 15}, + [1054] = {.lex_state = 15}, + [1055] = {.lex_state = 7}, + [1056] = {.lex_state = 7}, + [1057] = {.lex_state = 12, .external_lex_state = 2}, + [1058] = {.lex_state = 15}, + [1059] = {.lex_state = 15}, [1060] = {.lex_state = 7}, - [1061] = {.lex_state = 14}, - [1062] = {.lex_state = 14}, - [1063] = {.lex_state = 7}, - [1064] = {.lex_state = 14}, - [1065] = {.lex_state = 7}, - [1066] = {.lex_state = 10}, - [1067] = {.lex_state = 10}, - [1068] = {.lex_state = 10}, - [1069] = {.lex_state = 10}, - [1070] = {.lex_state = 10}, - [1071] = {.lex_state = 10}, - [1072] = {.lex_state = 10}, - [1073] = {.lex_state = 10}, - [1074] = {.lex_state = 10}, - [1075] = {.lex_state = 10}, - [1076] = {.lex_state = 10}, - [1077] = {.lex_state = 10}, - [1078] = {.lex_state = 10}, - [1079] = {.lex_state = 10}, - [1080] = {.lex_state = 10}, - [1081] = {.lex_state = 10}, - [1082] = {.lex_state = 10}, - [1083] = {.lex_state = 10}, - [1084] = {.lex_state = 10}, - [1085] = {.lex_state = 10}, - [1086] = {.lex_state = 10}, - [1087] = {.lex_state = 10}, - [1088] = {.lex_state = 10}, - [1089] = {.lex_state = 10}, - [1090] = {.lex_state = 10}, - [1091] = {.lex_state = 10}, - [1092] = {.lex_state = 10}, - [1093] = {.lex_state = 10}, - [1094] = {.lex_state = 10}, - [1095] = {.lex_state = 10}, - [1096] = {.lex_state = 10}, - [1097] = {.lex_state = 10}, - [1098] = {.lex_state = 10}, - [1099] = {.lex_state = 10}, - [1100] = {.lex_state = 10}, - [1101] = {.lex_state = 10}, - [1102] = {.lex_state = 10}, - [1103] = {.lex_state = 10}, - [1104] = {.lex_state = 10}, - [1105] = {.lex_state = 10}, - [1106] = {.lex_state = 10}, - [1107] = {.lex_state = 7}, - [1108] = {.lex_state = 18}, - [1109] = {.lex_state = 10}, - [1110] = {.lex_state = 10}, - [1111] = {.lex_state = 10}, - [1112] = {.lex_state = 10}, - [1113] = {.lex_state = 10}, - [1114] = {.lex_state = 10}, - [1115] = {.lex_state = 10}, - [1116] = {.lex_state = 10}, - [1117] = {.lex_state = 10}, - [1118] = {.lex_state = 10}, - [1119] = {.lex_state = 10}, - [1120] = {.lex_state = 10}, - [1121] = {.lex_state = 10}, - [1122] = {.lex_state = 10}, - [1123] = {.lex_state = 10}, - [1124] = {.lex_state = 10}, - [1125] = {.lex_state = 10}, - [1126] = {.lex_state = 10}, - [1127] = {.lex_state = 10}, - [1128] = {.lex_state = 10}, - [1129] = {.lex_state = 10}, - [1130] = {.lex_state = 10}, - [1131] = {.lex_state = 10}, - [1132] = {.lex_state = 7}, - [1133] = {.lex_state = 10}, - [1134] = {.lex_state = 10}, - [1135] = {.lex_state = 10}, - [1136] = {.lex_state = 10}, - [1137] = {.lex_state = 10}, - [1138] = {.lex_state = 10}, - [1139] = {.lex_state = 10}, - [1140] = {.lex_state = 10}, - [1141] = {.lex_state = 10}, - [1142] = {.lex_state = 10}, - [1143] = {.lex_state = 10}, - [1144] = {.lex_state = 10}, - [1145] = {.lex_state = 10}, - [1146] = {.lex_state = 10}, - [1147] = {.lex_state = 10}, - [1148] = {.lex_state = 10}, - [1149] = {.lex_state = 10}, - [1150] = {.lex_state = 10}, - [1151] = {.lex_state = 10}, - [1152] = {.lex_state = 10}, - [1153] = {.lex_state = 10}, - [1154] = {.lex_state = 10}, - [1155] = {.lex_state = 10}, - [1156] = {.lex_state = 10}, - [1157] = {.lex_state = 10}, - [1158] = {.lex_state = 7}, - [1159] = {.lex_state = 18}, - [1160] = {.lex_state = 10}, - [1161] = {.lex_state = 10}, - [1162] = {.lex_state = 10}, - [1163] = {.lex_state = 10}, - [1164] = {.lex_state = 10}, - [1165] = {.lex_state = 10}, - [1166] = {.lex_state = 10}, - [1167] = {.lex_state = 10}, - [1168] = {.lex_state = 10}, - [1169] = {.lex_state = 10}, - [1170] = {.lex_state = 10}, - [1171] = {.lex_state = 10}, - [1172] = {.lex_state = 10}, - [1173] = {.lex_state = 10}, - [1174] = {.lex_state = 10}, - [1175] = {.lex_state = 10}, - [1176] = {.lex_state = 10}, - [1177] = {.lex_state = 10}, - [1178] = {.lex_state = 10}, - [1179] = {.lex_state = 10}, - [1180] = {.lex_state = 10}, - [1181] = {.lex_state = 10}, - [1182] = {.lex_state = 10}, - [1183] = {.lex_state = 10}, - [1184] = {.lex_state = 10}, - [1185] = {.lex_state = 10}, - [1186] = {.lex_state = 10}, - [1187] = {.lex_state = 10}, - [1188] = {.lex_state = 10}, - [1189] = {.lex_state = 10}, - [1190] = {.lex_state = 10}, - [1191] = {.lex_state = 10}, - [1192] = {.lex_state = 10}, - [1193] = {.lex_state = 10}, - [1194] = {.lex_state = 10}, - [1195] = {.lex_state = 10}, - [1196] = {.lex_state = 10}, - [1197] = {.lex_state = 7}, - [1198] = {.lex_state = 10}, - [1199] = {.lex_state = 10}, - [1200] = {.lex_state = 10}, - [1201] = {.lex_state = 10}, - [1202] = {.lex_state = 10}, - [1203] = {.lex_state = 10}, - [1204] = {.lex_state = 10}, - [1205] = {.lex_state = 10}, - [1206] = {.lex_state = 10}, - [1207] = {.lex_state = 10}, - [1208] = {.lex_state = 10}, - [1209] = {.lex_state = 10}, - [1210] = {.lex_state = 10}, - [1211] = {.lex_state = 10}, - [1212] = {.lex_state = 10}, - [1213] = {.lex_state = 7}, - [1214] = {.lex_state = 10}, - [1215] = {.lex_state = 10}, - [1216] = {.lex_state = 10}, - [1217] = {.lex_state = 19}, - [1218] = {.lex_state = 7}, - [1219] = {.lex_state = 7}, - [1220] = {.lex_state = 10}, - [1221] = {.lex_state = 10}, - [1222] = {.lex_state = 10}, - [1223] = {.lex_state = 10}, - [1224] = {.lex_state = 10}, - [1225] = {.lex_state = 10}, - [1226] = {.lex_state = 10}, - [1227] = {.lex_state = 10}, - [1228] = {.lex_state = 10}, - [1229] = {.lex_state = 10}, - [1230] = {.lex_state = 10}, - [1231] = {.lex_state = 7}, - [1232] = {.lex_state = 6}, - [1233] = {.lex_state = 11, .external_lex_state = 2}, - [1234] = {.lex_state = 19}, - [1235] = {.lex_state = 18}, - [1236] = {.lex_state = 18}, - [1237] = {.lex_state = 7}, - [1238] = {.lex_state = 12, .external_lex_state = 2}, - [1239] = {.lex_state = 18}, - [1240] = {.lex_state = 18}, - [1241] = {.lex_state = 7}, - [1242] = {.lex_state = 10}, - [1243] = {.lex_state = 10}, - [1244] = {.lex_state = 10}, - [1245] = {.lex_state = 10}, - [1246] = {.lex_state = 14}, - [1247] = {.lex_state = 10}, - [1248] = {.lex_state = 10}, - [1249] = {.lex_state = 7}, - [1250] = {.lex_state = 10}, - [1251] = {.lex_state = 10}, - [1252] = {.lex_state = 10}, - [1253] = {.lex_state = 10}, - [1254] = {.lex_state = 10}, - [1255] = {.lex_state = 10}, - [1256] = {.lex_state = 10}, - [1257] = {.lex_state = 10}, - [1258] = {.lex_state = 10}, - [1259] = {.lex_state = 7}, - [1260] = {.lex_state = 10}, - [1261] = {.lex_state = 10}, - [1262] = {.lex_state = 10}, - [1263] = {.lex_state = 10}, - [1264] = {.lex_state = 10}, - [1265] = {.lex_state = 11, .external_lex_state = 2}, - [1266] = {.lex_state = 10}, - [1267] = {.lex_state = 10}, - [1268] = {.lex_state = 10}, - [1269] = {.lex_state = 10}, - [1270] = {.lex_state = 10}, - [1271] = {.lex_state = 10}, - [1272] = {.lex_state = 10}, - [1273] = {.lex_state = 10}, - [1274] = {.lex_state = 10}, - [1275] = {.lex_state = 10}, - [1276] = {.lex_state = 10}, - [1277] = {.lex_state = 10}, - [1278] = {.lex_state = 10}, - [1279] = {.lex_state = 10}, - [1280] = {.lex_state = 10}, - [1281] = {.lex_state = 14}, - [1282] = {.lex_state = 7}, - [1283] = {.lex_state = 10}, - [1284] = {.lex_state = 10}, - [1285] = {.lex_state = 7}, - [1286] = {.lex_state = 10}, - [1287] = {.lex_state = 7}, - [1288] = {.lex_state = 18}, - [1289] = {.lex_state = 18}, - [1290] = {.lex_state = 7}, - [1291] = {.lex_state = 18}, - [1292] = {.lex_state = 18}, - [1293] = {.lex_state = 7}, - [1294] = {.lex_state = 7}, - [1295] = {.lex_state = 10}, - [1296] = {.lex_state = 10}, - [1297] = {.lex_state = 10}, - [1298] = {.lex_state = 7}, - [1299] = {.lex_state = 10}, - [1300] = {.lex_state = 10}, - [1301] = {.lex_state = 10}, - [1302] = {.lex_state = 10}, + [1061] = {.lex_state = 15}, + [1062] = {.lex_state = 15}, + [1063] = {.lex_state = 12, .external_lex_state = 2}, + [1064] = {.lex_state = 7}, + [1065] = {.lex_state = 15}, + [1066] = {.lex_state = 15}, + [1067] = {.lex_state = 15}, + [1068] = {.lex_state = 7}, + [1069] = {.lex_state = 21}, + [1070] = {.lex_state = 21}, + [1071] = {.lex_state = 21}, + [1072] = {.lex_state = 21}, + [1073] = {.lex_state = 21}, + [1074] = {.lex_state = 21}, + [1075] = {.lex_state = 21}, + [1076] = {.lex_state = 21}, + [1077] = {.lex_state = 21}, + [1078] = {.lex_state = 21}, + [1079] = {.lex_state = 21}, + [1080] = {.lex_state = 21}, + [1081] = {.lex_state = 21}, + [1082] = {.lex_state = 7}, + [1083] = {.lex_state = 18}, + [1084] = {.lex_state = 7}, + [1085] = {.lex_state = 12, .external_lex_state = 2}, + [1086] = {.lex_state = 18}, + [1087] = {.lex_state = 21}, + [1088] = {.lex_state = 21}, + [1089] = {.lex_state = 21}, + [1090] = {.lex_state = 21}, + [1091] = {.lex_state = 21}, + [1092] = {.lex_state = 21}, + [1093] = {.lex_state = 21}, + [1094] = {.lex_state = 21}, + [1095] = {.lex_state = 21}, + [1096] = {.lex_state = 21}, + [1097] = {.lex_state = 21}, + [1098] = {.lex_state = 21}, + [1099] = {.lex_state = 21}, + [1100] = {.lex_state = 21}, + [1101] = {.lex_state = 21}, + [1102] = {.lex_state = 21}, + [1103] = {.lex_state = 21}, + [1104] = {.lex_state = 21}, + [1105] = {.lex_state = 21}, + [1106] = {.lex_state = 21}, + [1107] = {.lex_state = 21}, + [1108] = {.lex_state = 21}, + [1109] = {.lex_state = 21}, + [1110] = {.lex_state = 21}, + [1111] = {.lex_state = 21}, + [1112] = {.lex_state = 21}, + [1113] = {.lex_state = 21}, + [1114] = {.lex_state = 21}, + [1115] = {.lex_state = 21}, + [1116] = {.lex_state = 21}, + [1117] = {.lex_state = 21}, + [1118] = {.lex_state = 21}, + [1119] = {.lex_state = 21}, + [1120] = {.lex_state = 21}, + [1121] = {.lex_state = 21}, + [1122] = {.lex_state = 21}, + [1123] = {.lex_state = 21}, + [1124] = {.lex_state = 21}, + [1125] = {.lex_state = 21}, + [1126] = {.lex_state = 21}, + [1127] = {.lex_state = 21}, + [1128] = {.lex_state = 21}, + [1129] = {.lex_state = 21}, + [1130] = {.lex_state = 21}, + [1131] = {.lex_state = 21}, + [1132] = {.lex_state = 21}, + [1133] = {.lex_state = 21}, + [1134] = {.lex_state = 21}, + [1135] = {.lex_state = 12, .external_lex_state = 2}, + [1136] = {.lex_state = 21}, + [1137] = {.lex_state = 21}, + [1138] = {.lex_state = 7}, + [1139] = {.lex_state = 18}, + [1140] = {.lex_state = 21}, + [1141] = {.lex_state = 21}, + [1142] = {.lex_state = 21}, + [1143] = {.lex_state = 21}, + [1144] = {.lex_state = 21}, + [1145] = {.lex_state = 21}, + [1146] = {.lex_state = 21}, + [1147] = {.lex_state = 21}, + [1148] = {.lex_state = 21}, + [1149] = {.lex_state = 21}, + [1150] = {.lex_state = 21}, + [1151] = {.lex_state = 21}, + [1152] = {.lex_state = 21}, + [1153] = {.lex_state = 21}, + [1154] = {.lex_state = 21}, + [1155] = {.lex_state = 21}, + [1156] = {.lex_state = 21}, + [1157] = {.lex_state = 21}, + [1158] = {.lex_state = 21}, + [1159] = {.lex_state = 21}, + [1160] = {.lex_state = 21}, + [1161] = {.lex_state = 21}, + [1162] = {.lex_state = 21}, + [1163] = {.lex_state = 21}, + [1164] = {.lex_state = 21}, + [1165] = {.lex_state = 21}, + [1166] = {.lex_state = 21}, + [1167] = {.lex_state = 21}, + [1168] = {.lex_state = 21}, + [1169] = {.lex_state = 21}, + [1170] = {.lex_state = 21}, + [1171] = {.lex_state = 21}, + [1172] = {.lex_state = 21}, + [1173] = {.lex_state = 21}, + [1174] = {.lex_state = 21}, + [1175] = {.lex_state = 21}, + [1176] = {.lex_state = 21}, + [1177] = {.lex_state = 21}, + [1178] = {.lex_state = 21}, + [1179] = {.lex_state = 21}, + [1180] = {.lex_state = 21}, + [1181] = {.lex_state = 21}, + [1182] = {.lex_state = 21}, + [1183] = {.lex_state = 21}, + [1184] = {.lex_state = 21}, + [1185] = {.lex_state = 21}, + [1186] = {.lex_state = 21}, + [1187] = {.lex_state = 21}, + [1188] = {.lex_state = 21}, + [1189] = {.lex_state = 21}, + [1190] = {.lex_state = 21}, + [1191] = {.lex_state = 7}, + [1192] = {.lex_state = 18}, + [1193] = {.lex_state = 21}, + [1194] = {.lex_state = 21}, + [1195] = {.lex_state = 21}, + [1196] = {.lex_state = 21}, + [1197] = {.lex_state = 21}, + [1198] = {.lex_state = 21}, + [1199] = {.lex_state = 21}, + [1200] = {.lex_state = 21}, + [1201] = {.lex_state = 21}, + [1202] = {.lex_state = 21}, + [1203] = {.lex_state = 21}, + [1204] = {.lex_state = 21}, + [1205] = {.lex_state = 21}, + [1206] = {.lex_state = 21}, + [1207] = {.lex_state = 21}, + [1208] = {.lex_state = 21}, + [1209] = {.lex_state = 21}, + [1210] = {.lex_state = 21}, + [1211] = {.lex_state = 21}, + [1212] = {.lex_state = 21}, + [1213] = {.lex_state = 21}, + [1214] = {.lex_state = 21}, + [1215] = {.lex_state = 21}, + [1216] = {.lex_state = 21}, + [1217] = {.lex_state = 21}, + [1218] = {.lex_state = 21}, + [1219] = {.lex_state = 21}, + [1220] = {.lex_state = 21}, + [1221] = {.lex_state = 21}, + [1222] = {.lex_state = 21}, + [1223] = {.lex_state = 21}, + [1224] = {.lex_state = 21}, + [1225] = {.lex_state = 21}, + [1226] = {.lex_state = 21}, + [1227] = {.lex_state = 21}, + [1228] = {.lex_state = 21}, + [1229] = {.lex_state = 21}, + [1230] = {.lex_state = 21}, + [1231] = {.lex_state = 21}, + [1232] = {.lex_state = 21}, + [1233] = {.lex_state = 21}, + [1234] = {.lex_state = 21}, + [1235] = {.lex_state = 21}, + [1236] = {.lex_state = 21}, + [1237] = {.lex_state = 21}, + [1238] = {.lex_state = 21}, + [1239] = {.lex_state = 21}, + [1240] = {.lex_state = 7}, + [1241] = {.lex_state = 18}, + [1242] = {.lex_state = 21}, + [1243] = {.lex_state = 21}, + [1244] = {.lex_state = 21}, + [1245] = {.lex_state = 21}, + [1246] = {.lex_state = 21}, + [1247] = {.lex_state = 21}, + [1248] = {.lex_state = 21}, + [1249] = {.lex_state = 21}, + [1250] = {.lex_state = 21}, + [1251] = {.lex_state = 21}, + [1252] = {.lex_state = 21}, + [1253] = {.lex_state = 21}, + [1254] = {.lex_state = 21}, + [1255] = {.lex_state = 21}, + [1256] = {.lex_state = 21}, + [1257] = {.lex_state = 21}, + [1258] = {.lex_state = 21}, + [1259] = {.lex_state = 21}, + [1260] = {.lex_state = 21}, + [1261] = {.lex_state = 21}, + [1262] = {.lex_state = 21}, + [1263] = {.lex_state = 21}, + [1264] = {.lex_state = 21}, + [1265] = {.lex_state = 21}, + [1266] = {.lex_state = 21}, + [1267] = {.lex_state = 21}, + [1268] = {.lex_state = 21}, + [1269] = {.lex_state = 21}, + [1270] = {.lex_state = 21}, + [1271] = {.lex_state = 21}, + [1272] = {.lex_state = 21}, + [1273] = {.lex_state = 21}, + [1274] = {.lex_state = 21}, + [1275] = {.lex_state = 21}, + [1276] = {.lex_state = 21}, + [1277] = {.lex_state = 21}, + [1278] = {.lex_state = 21}, + [1279] = {.lex_state = 21}, + [1280] = {.lex_state = 21}, + [1281] = {.lex_state = 21}, + [1282] = {.lex_state = 21}, + [1283] = {.lex_state = 21}, + [1284] = {.lex_state = 21}, + [1285] = {.lex_state = 21}, + [1286] = {.lex_state = 21}, + [1287] = {.lex_state = 21}, + [1288] = {.lex_state = 21}, + [1289] = {.lex_state = 21}, + [1290] = {.lex_state = 21}, + [1291] = {.lex_state = 21}, + [1292] = {.lex_state = 21}, + [1293] = {.lex_state = 15}, + [1294] = {.lex_state = 10, .external_lex_state = 2}, + [1295] = {.lex_state = 7}, + [1296] = {.lex_state = 7}, + [1297] = {.lex_state = 7}, + [1298] = {.lex_state = 12, .external_lex_state = 2}, + [1299] = {.lex_state = 15}, + [1300] = {.lex_state = 7}, + [1301] = {.lex_state = 21}, + [1302] = {.lex_state = 21}, [1303] = {.lex_state = 7}, - [1304] = {.lex_state = 10}, - [1305] = {.lex_state = 7}, - [1306] = {.lex_state = 10}, - [1307] = {.lex_state = 10}, - [1308] = {.lex_state = 10}, - [1309] = {.lex_state = 7}, + [1304] = {.lex_state = 19}, + [1305] = {.lex_state = 21}, + [1306] = {.lex_state = 12, .external_lex_state = 2}, + [1307] = {.lex_state = 10, .external_lex_state = 2}, + [1308] = {.lex_state = 7}, + [1309] = {.lex_state = 10, .external_lex_state = 2}, [1310] = {.lex_state = 7}, - [1311] = {.lex_state = 10}, - [1312] = {.lex_state = 10}, - [1313] = {.lex_state = 10}, - [1314] = {.lex_state = 10}, - [1315] = {.lex_state = 10}, - [1316] = {.lex_state = 10}, - [1317] = {.lex_state = 10}, - [1318] = {.lex_state = 10}, - [1319] = {.lex_state = 10}, - [1320] = {.lex_state = 10}, - [1321] = {.lex_state = 7}, - [1322] = {.lex_state = 10}, - [1323] = {.lex_state = 10}, - [1324] = {.lex_state = 10}, - [1325] = {.lex_state = 10}, - [1326] = {.lex_state = 10}, - [1327] = {.lex_state = 10}, - [1328] = {.lex_state = 10}, - [1329] = {.lex_state = 10}, - [1330] = {.lex_state = 10}, - [1331] = {.lex_state = 10}, - [1332] = {.lex_state = 10}, - [1333] = {.lex_state = 10}, - [1334] = {.lex_state = 10}, - [1335] = {.lex_state = 10}, - [1336] = {.lex_state = 10}, - [1337] = {.lex_state = 10}, - [1338] = {.lex_state = 10}, - [1339] = {.lex_state = 10}, - [1340] = {.lex_state = 10}, - [1341] = {.lex_state = 10}, - [1342] = {.lex_state = 10}, - [1343] = {.lex_state = 10}, - [1344] = {.lex_state = 10}, - [1345] = {.lex_state = 10}, - [1346] = {.lex_state = 10}, - [1347] = {.lex_state = 10}, - [1348] = {.lex_state = 10}, - [1349] = {.lex_state = 10}, - [1350] = {.lex_state = 10}, - [1351] = {.lex_state = 10}, - [1352] = {.lex_state = 10}, - [1353] = {.lex_state = 10}, + [1311] = {.lex_state = 7}, + [1312] = {.lex_state = 12, .external_lex_state = 2}, + [1313] = {.lex_state = 12, .external_lex_state = 2}, + [1314] = {.lex_state = 19}, + [1315] = {.lex_state = 18}, + [1316] = {.lex_state = 7}, + [1317] = {.lex_state = 7}, + [1318] = {.lex_state = 7}, + [1319] = {.lex_state = 18}, + [1320] = {.lex_state = 18}, + [1321] = {.lex_state = 21}, + [1322] = {.lex_state = 7}, + [1323] = {.lex_state = 7}, + [1324] = {.lex_state = 21}, + [1325] = {.lex_state = 21}, + [1326] = {.lex_state = 21}, + [1327] = {.lex_state = 21}, + [1328] = {.lex_state = 21}, + [1329] = {.lex_state = 21}, + [1330] = {.lex_state = 21}, + [1331] = {.lex_state = 7}, + [1332] = {.lex_state = 21}, + [1333] = {.lex_state = 21}, + [1334] = {.lex_state = 21}, + [1335] = {.lex_state = 21}, + [1336] = {.lex_state = 7}, + [1337] = {.lex_state = 21}, + [1338] = {.lex_state = 21}, + [1339] = {.lex_state = 21}, + [1340] = {.lex_state = 21}, + [1341] = {.lex_state = 15}, + [1342] = {.lex_state = 7}, + [1343] = {.lex_state = 7}, + [1344] = {.lex_state = 7}, + [1345] = {.lex_state = 21}, + [1346] = {.lex_state = 7}, + [1347] = {.lex_state = 21}, + [1348] = {.lex_state = 6}, + [1349] = {.lex_state = 18}, + [1350] = {.lex_state = 15}, + [1351] = {.lex_state = 18}, + [1352] = {.lex_state = 18}, + [1353] = {.lex_state = 18}, [1354] = {.lex_state = 7}, - [1355] = {.lex_state = 14}, - [1356] = {.lex_state = 18}, - [1357] = {.lex_state = 10}, - [1358] = {.lex_state = 10}, - [1359] = {.lex_state = 10}, - [1360] = {.lex_state = 10}, - [1361] = {.lex_state = 10}, - [1362] = {.lex_state = 10}, - [1363] = {.lex_state = 10}, - [1364] = {.lex_state = 10}, - [1365] = {.lex_state = 10}, - [1366] = {.lex_state = 10}, - [1367] = {.lex_state = 14}, - [1368] = {.lex_state = 10}, - [1369] = {.lex_state = 12, .external_lex_state = 2}, - [1370] = {.lex_state = 18}, - [1371] = {.lex_state = 7}, - [1372] = {.lex_state = 7}, - [1373] = {.lex_state = 7}, - [1374] = {.lex_state = 7}, - [1375] = {.lex_state = 7}, - [1376] = {.lex_state = 7}, - [1377] = {.lex_state = 7}, - [1378] = {.lex_state = 7}, - [1379] = {.lex_state = 7}, + [1355] = {.lex_state = 21}, + [1356] = {.lex_state = 21}, + [1357] = {.lex_state = 21}, + [1358] = {.lex_state = 21}, + [1359] = {.lex_state = 21}, + [1360] = {.lex_state = 21}, + [1361] = {.lex_state = 21}, + [1362] = {.lex_state = 21}, + [1363] = {.lex_state = 21}, + [1364] = {.lex_state = 21}, + [1365] = {.lex_state = 21}, + [1366] = {.lex_state = 21}, + [1367] = {.lex_state = 21}, + [1368] = {.lex_state = 21}, + [1369] = {.lex_state = 21}, + [1370] = {.lex_state = 21}, + [1371] = {.lex_state = 21}, + [1372] = {.lex_state = 21}, + [1373] = {.lex_state = 21}, + [1374] = {.lex_state = 21}, + [1375] = {.lex_state = 21}, + [1376] = {.lex_state = 21}, + [1377] = {.lex_state = 21}, + [1378] = {.lex_state = 21}, + [1379] = {.lex_state = 15}, [1380] = {.lex_state = 7}, - [1381] = {.lex_state = 11, .external_lex_state = 2}, + [1381] = {.lex_state = 7}, [1382] = {.lex_state = 7}, [1383] = {.lex_state = 7}, [1384] = {.lex_state = 7}, [1385] = {.lex_state = 7}, - [1386] = {.lex_state = 14}, + [1386] = {.lex_state = 7}, [1387] = {.lex_state = 7}, [1388] = {.lex_state = 7}, [1389] = {.lex_state = 7}, - [1390] = {.lex_state = 7}, - [1391] = {.lex_state = 7}, - [1392] = {.lex_state = 11, .external_lex_state = 2}, - [1393] = {.lex_state = 11, .external_lex_state = 2}, + [1390] = {.lex_state = 8}, + [1391] = {.lex_state = 15}, + [1392] = {.lex_state = 7}, + [1393] = {.lex_state = 7}, [1394] = {.lex_state = 7}, [1395] = {.lex_state = 7}, [1396] = {.lex_state = 7}, @@ -11600,11 +11688,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1400] = {.lex_state = 7}, [1401] = {.lex_state = 7}, [1402] = {.lex_state = 7}, - [1403] = {.lex_state = 14}, + [1403] = {.lex_state = 7}, [1404] = {.lex_state = 7}, [1405] = {.lex_state = 7}, [1406] = {.lex_state = 7}, - [1407] = {.lex_state = 11, .external_lex_state = 2}, + [1407] = {.lex_state = 7}, [1408] = {.lex_state = 7}, [1409] = {.lex_state = 7}, [1410] = {.lex_state = 7}, @@ -11619,7 +11707,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1419] = {.lex_state = 7}, [1420] = {.lex_state = 7}, [1421] = {.lex_state = 7}, - [1422] = {.lex_state = 8}, + [1422] = {.lex_state = 7}, [1423] = {.lex_state = 7}, [1424] = {.lex_state = 7}, [1425] = {.lex_state = 7}, @@ -11640,11 +11728,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1440] = {.lex_state = 7}, [1441] = {.lex_state = 7}, [1442] = {.lex_state = 7}, - [1443] = {.lex_state = 14}, + [1443] = {.lex_state = 7}, [1444] = {.lex_state = 7}, [1445] = {.lex_state = 7}, - [1446] = {.lex_state = 7}, - [1447] = {.lex_state = 14}, + [1446] = {.lex_state = 15}, + [1447] = {.lex_state = 7}, [1448] = {.lex_state = 7}, [1449] = {.lex_state = 7}, [1450] = {.lex_state = 7}, @@ -11679,7 +11767,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1479] = {.lex_state = 7}, [1480] = {.lex_state = 7}, [1481] = {.lex_state = 7}, - [1482] = {.lex_state = 7}, + [1482] = {.lex_state = 15}, [1483] = {.lex_state = 7}, [1484] = {.lex_state = 7}, [1485] = {.lex_state = 7}, @@ -11690,7 +11778,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1490] = {.lex_state = 7}, [1491] = {.lex_state = 7}, [1492] = {.lex_state = 7}, - [1493] = {.lex_state = 11, .external_lex_state = 2}, + [1493] = {.lex_state = 7}, [1494] = {.lex_state = 7}, [1495] = {.lex_state = 7}, [1496] = {.lex_state = 7}, @@ -11698,30 +11786,30 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1498] = {.lex_state = 7}, [1499] = {.lex_state = 7}, [1500] = {.lex_state = 7}, - [1501] = {.lex_state = 14}, - [1502] = {.lex_state = 14}, - [1503] = {.lex_state = 14}, - [1504] = {.lex_state = 7}, - [1505] = {.lex_state = 7}, + [1501] = {.lex_state = 7}, + [1502] = {.lex_state = 7}, + [1503] = {.lex_state = 7}, + [1504] = {.lex_state = 15}, + [1505] = {.lex_state = 15}, [1506] = {.lex_state = 7}, - [1507] = {.lex_state = 7}, - [1508] = {.lex_state = 11, .external_lex_state = 2}, + [1507] = {.lex_state = 15}, + [1508] = {.lex_state = 7}, [1509] = {.lex_state = 7}, - [1510] = {.lex_state = 9}, + [1510] = {.lex_state = 7}, [1511] = {.lex_state = 7}, [1512] = {.lex_state = 7}, [1513] = {.lex_state = 7}, [1514] = {.lex_state = 7}, [1515] = {.lex_state = 7}, - [1516] = {.lex_state = 11, .external_lex_state = 2}, - [1517] = {.lex_state = 7}, + [1516] = {.lex_state = 7}, + [1517] = {.lex_state = 11, .external_lex_state = 2}, [1518] = {.lex_state = 7}, - [1519] = {.lex_state = 7}, + [1519] = {.lex_state = 11, .external_lex_state = 2}, [1520] = {.lex_state = 7}, - [1521] = {.lex_state = 7}, + [1521] = {.lex_state = 9}, [1522] = {.lex_state = 7}, [1523] = {.lex_state = 7}, - [1524] = {.lex_state = 7}, + [1524] = {.lex_state = 11, .external_lex_state = 2}, [1525] = {.lex_state = 7}, [1526] = {.lex_state = 7}, [1527] = {.lex_state = 7}, @@ -11730,362 +11818,362 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1530] = {.lex_state = 7}, [1531] = {.lex_state = 7}, [1532] = {.lex_state = 11, .external_lex_state = 2}, - [1533] = {.lex_state = 7}, - [1534] = {.lex_state = 14}, - [1535] = {.lex_state = 8}, - [1536] = {.lex_state = 14}, - [1537] = {.lex_state = 14}, - [1538] = {.lex_state = 14}, - [1539] = {.lex_state = 14}, - [1540] = {.lex_state = 7}, - [1541] = {.lex_state = 9}, + [1533] = {.lex_state = 11, .external_lex_state = 2}, + [1534] = {.lex_state = 7}, + [1535] = {.lex_state = 7}, + [1536] = {.lex_state = 7}, + [1537] = {.lex_state = 7}, + [1538] = {.lex_state = 15}, + [1539] = {.lex_state = 9}, + [1540] = {.lex_state = 15}, + [1541] = {.lex_state = 15}, [1542] = {.lex_state = 9}, - [1543] = {.lex_state = 9}, - [1544] = {.lex_state = 7}, - [1545] = {.lex_state = 9}, - [1546] = {.lex_state = 9}, - [1547] = {.lex_state = 9}, - [1548] = {.lex_state = 9}, - [1549] = {.lex_state = 9}, - [1550] = {.lex_state = 9}, - [1551] = {.lex_state = 7}, - [1552] = {.lex_state = 8}, - [1553] = {.lex_state = 8}, - [1554] = {.lex_state = 7}, - [1555] = {.lex_state = 8}, - [1556] = {.lex_state = 7}, - [1557] = {.lex_state = 9}, - [1558] = {.lex_state = 7}, + [1543] = {.lex_state = 15}, + [1544] = {.lex_state = 9}, + [1545] = {.lex_state = 7}, + [1546] = {.lex_state = 15}, + [1547] = {.lex_state = 8}, + [1548] = {.lex_state = 7}, + [1549] = {.lex_state = 7}, + [1550] = {.lex_state = 8}, + [1551] = {.lex_state = 9}, + [1552] = {.lex_state = 7}, + [1553] = {.lex_state = 9}, + [1554] = {.lex_state = 8}, + [1555] = {.lex_state = 9}, + [1556] = {.lex_state = 9}, + [1557] = {.lex_state = 8}, + [1558] = {.lex_state = 9}, [1559] = {.lex_state = 7}, [1560] = {.lex_state = 9}, [1561] = {.lex_state = 8}, [1562] = {.lex_state = 7}, - [1563] = {.lex_state = 8}, - [1564] = {.lex_state = 8}, - [1565] = {.lex_state = 8}, + [1563] = {.lex_state = 9}, + [1564] = {.lex_state = 7}, + [1565] = {.lex_state = 9}, [1566] = {.lex_state = 7}, [1567] = {.lex_state = 7}, - [1568] = {.lex_state = 8}, + [1568] = {.lex_state = 7}, [1569] = {.lex_state = 7}, [1570] = {.lex_state = 8}, - [1571] = {.lex_state = 14}, - [1572] = {.lex_state = 7}, + [1571] = {.lex_state = 8}, + [1572] = {.lex_state = 8}, [1573] = {.lex_state = 8}, [1574] = {.lex_state = 8}, [1575] = {.lex_state = 7}, - [1576] = {.lex_state = 8}, + [1576] = {.lex_state = 15}, [1577] = {.lex_state = 7}, [1578] = {.lex_state = 8}, [1579] = {.lex_state = 7}, - [1580] = {.lex_state = 8}, + [1580] = {.lex_state = 7}, [1581] = {.lex_state = 7}, - [1582] = {.lex_state = 7}, - [1583] = {.lex_state = 7}, - [1584] = {.lex_state = 8}, - [1585] = {.lex_state = 7}, + [1582] = {.lex_state = 8}, + [1583] = {.lex_state = 15}, + [1584] = {.lex_state = 7}, + [1585] = {.lex_state = 8}, [1586] = {.lex_state = 7}, [1587] = {.lex_state = 8}, [1588] = {.lex_state = 7}, - [1589] = {.lex_state = 14}, - [1590] = {.lex_state = 7}, + [1589] = {.lex_state = 8}, + [1590] = {.lex_state = 8}, [1591] = {.lex_state = 7}, [1592] = {.lex_state = 7}, - [1593] = {.lex_state = 14}, - [1594] = {.lex_state = 8}, - [1595] = {.lex_state = 8}, + [1593] = {.lex_state = 7}, + [1594] = {.lex_state = 15}, + [1595] = {.lex_state = 7}, [1596] = {.lex_state = 7}, [1597] = {.lex_state = 7}, - [1598] = {.lex_state = 7}, + [1598] = {.lex_state = 8}, [1599] = {.lex_state = 8}, - [1600] = {.lex_state = 8}, - [1601] = {.lex_state = 20}, - [1602] = {.lex_state = 8}, - [1603] = {.lex_state = 7}, - [1604] = {.lex_state = 20}, - [1605] = {.lex_state = 20}, + [1600] = {.lex_state = 7}, + [1601] = {.lex_state = 8}, + [1602] = {.lex_state = 20}, + [1603] = {.lex_state = 8}, + [1604] = {.lex_state = 8}, + [1605] = {.lex_state = 8}, [1606] = {.lex_state = 20}, - [1607] = {.lex_state = 20}, - [1608] = {.lex_state = 20}, - [1609] = {.lex_state = 7}, - [1610] = {.lex_state = 7}, + [1607] = {.lex_state = 8}, + [1608] = {.lex_state = 8}, + [1609] = {.lex_state = 20}, + [1610] = {.lex_state = 20}, [1611] = {.lex_state = 7}, [1612] = {.lex_state = 7}, - [1613] = {.lex_state = 7}, - [1614] = {.lex_state = 8}, - [1615] = {.lex_state = 7}, - [1616] = {.lex_state = 7}, - [1617] = {.lex_state = 7}, - [1618] = {.lex_state = 7}, - [1619] = {.lex_state = 7}, + [1613] = {.lex_state = 9}, + [1614] = {.lex_state = 20}, + [1615] = {.lex_state = 20}, + [1616] = {.lex_state = 20}, + [1617] = {.lex_state = 20}, + [1618] = {.lex_state = 8}, + [1619] = {.lex_state = 20}, [1620] = {.lex_state = 7}, - [1621] = {.lex_state = 7}, + [1621] = {.lex_state = 20}, [1622] = {.lex_state = 7}, [1623] = {.lex_state = 20}, [1624] = {.lex_state = 7}, - [1625] = {.lex_state = 20}, - [1626] = {.lex_state = 8}, + [1625] = {.lex_state = 7}, + [1626] = {.lex_state = 20}, [1627] = {.lex_state = 7}, [1628] = {.lex_state = 7}, [1629] = {.lex_state = 7}, [1630] = {.lex_state = 8}, - [1631] = {.lex_state = 8}, - [1632] = {.lex_state = 8}, + [1631] = {.lex_state = 7}, + [1632] = {.lex_state = 7}, [1633] = {.lex_state = 8}, [1634] = {.lex_state = 8}, - [1635] = {.lex_state = 8}, + [1635] = {.lex_state = 7}, [1636] = {.lex_state = 8}, [1637] = {.lex_state = 7}, - [1638] = {.lex_state = 20}, - [1639] = {.lex_state = 7}, - [1640] = {.lex_state = 20}, + [1638] = {.lex_state = 8}, + [1639] = {.lex_state = 8}, + [1640] = {.lex_state = 8}, [1641] = {.lex_state = 8}, [1642] = {.lex_state = 8}, - [1643] = {.lex_state = 7}, - [1644] = {.lex_state = 20}, - [1645] = {.lex_state = 20}, + [1643] = {.lex_state = 8}, + [1644] = {.lex_state = 8}, + [1645] = {.lex_state = 8}, [1646] = {.lex_state = 7}, - [1647] = {.lex_state = 8}, - [1648] = {.lex_state = 14}, - [1649] = {.lex_state = 8}, - [1650] = {.lex_state = 8}, + [1647] = {.lex_state = 7}, + [1648] = {.lex_state = 7}, + [1649] = {.lex_state = 7}, + [1650] = {.lex_state = 7}, [1651] = {.lex_state = 7}, - [1652] = {.lex_state = 8}, - [1653] = {.lex_state = 8}, + [1652] = {.lex_state = 7}, + [1653] = {.lex_state = 7}, [1654] = {.lex_state = 7}, - [1655] = {.lex_state = 9}, + [1655] = {.lex_state = 7}, [1656] = {.lex_state = 7}, - [1657] = {.lex_state = 8}, + [1657] = {.lex_state = 15}, [1658] = {.lex_state = 7}, - [1659] = {.lex_state = 8}, + [1659] = {.lex_state = 7}, [1660] = {.lex_state = 8}, - [1661] = {.lex_state = 7}, + [1661] = {.lex_state = 8}, [1662] = {.lex_state = 7}, - [1663] = {.lex_state = 8}, - [1664] = {.lex_state = 7}, - [1665] = {.lex_state = 7}, + [1663] = {.lex_state = 7}, + [1664] = {.lex_state = 8}, + [1665] = {.lex_state = 8}, [1666] = {.lex_state = 8}, [1667] = {.lex_state = 8}, - [1668] = {.lex_state = 8}, + [1668] = {.lex_state = 7}, [1669] = {.lex_state = 8}, - [1670] = {.lex_state = 7}, + [1670] = {.lex_state = 8}, [1671] = {.lex_state = 8}, [1672] = {.lex_state = 8}, - [1673] = {.lex_state = 7}, + [1673] = {.lex_state = 8}, [1674] = {.lex_state = 8}, [1675] = {.lex_state = 8}, - [1676] = {.lex_state = 7}, - [1677] = {.lex_state = 8}, + [1676] = {.lex_state = 8}, + [1677] = {.lex_state = 7}, [1678] = {.lex_state = 7}, [1679] = {.lex_state = 8}, [1680] = {.lex_state = 8}, - [1681] = {.lex_state = 7}, + [1681] = {.lex_state = 8}, [1682] = {.lex_state = 8}, [1683] = {.lex_state = 8}, - [1684] = {.lex_state = 7}, - [1685] = {.lex_state = 7}, - [1686] = {.lex_state = 7}, - [1687] = {.lex_state = 7}, - [1688] = {.lex_state = 7}, + [1684] = {.lex_state = 8}, + [1685] = {.lex_state = 8}, + [1686] = {.lex_state = 8}, + [1687] = {.lex_state = 8}, + [1688] = {.lex_state = 8}, [1689] = {.lex_state = 7}, - [1690] = {.lex_state = 8}, - [1691] = {.lex_state = 8}, - [1692] = {.lex_state = 8}, + [1690] = {.lex_state = 7}, + [1691] = {.lex_state = 7}, + [1692] = {.lex_state = 7}, [1693] = {.lex_state = 8}, [1694] = {.lex_state = 8}, [1695] = {.lex_state = 8}, - [1696] = {.lex_state = 14}, - [1697] = {.lex_state = 8}, - [1698] = {.lex_state = 7}, - [1699] = {.lex_state = 14}, - [1700] = {.lex_state = 7}, + [1696] = {.lex_state = 8}, + [1697] = {.lex_state = 7}, + [1698] = {.lex_state = 8}, + [1699] = {.lex_state = 8}, + [1700] = {.lex_state = 8}, [1701] = {.lex_state = 7}, - [1702] = {.lex_state = 7}, + [1702] = {.lex_state = 8}, [1703] = {.lex_state = 7}, [1704] = {.lex_state = 7}, - [1705] = {.lex_state = 8}, - [1706] = {.lex_state = 7}, + [1705] = {.lex_state = 7}, + [1706] = {.lex_state = 8}, [1707] = {.lex_state = 7}, - [1708] = {.lex_state = 7}, + [1708] = {.lex_state = 8}, [1709] = {.lex_state = 8}, - [1710] = {.lex_state = 7}, + [1710] = {.lex_state = 8}, [1711] = {.lex_state = 8}, - [1712] = {.lex_state = 7}, + [1712] = {.lex_state = 8}, [1713] = {.lex_state = 8}, [1714] = {.lex_state = 8}, [1715] = {.lex_state = 7}, [1716] = {.lex_state = 8}, - [1717] = {.lex_state = 7}, + [1717] = {.lex_state = 8}, [1718] = {.lex_state = 8}, - [1719] = {.lex_state = 7}, - [1720] = {.lex_state = 7}, + [1719] = {.lex_state = 8}, + [1720] = {.lex_state = 8}, [1721] = {.lex_state = 8}, [1722] = {.lex_state = 8}, [1723] = {.lex_state = 8}, [1724] = {.lex_state = 8}, [1725] = {.lex_state = 8}, - [1726] = {.lex_state = 7}, - [1727] = {.lex_state = 7}, + [1726] = {.lex_state = 8}, + [1727] = {.lex_state = 8}, [1728] = {.lex_state = 8}, - [1729] = {.lex_state = 7}, - [1730] = {.lex_state = 7}, + [1729] = {.lex_state = 8}, + [1730] = {.lex_state = 8}, [1731] = {.lex_state = 8}, - [1732] = {.lex_state = 7}, + [1732] = {.lex_state = 8}, [1733] = {.lex_state = 7}, [1734] = {.lex_state = 8}, - [1735] = {.lex_state = 7}, - [1736] = {.lex_state = 8}, - [1737] = {.lex_state = 7}, - [1738] = {.lex_state = 7}, + [1735] = {.lex_state = 8}, + [1736] = {.lex_state = 7}, + [1737] = {.lex_state = 8}, + [1738] = {.lex_state = 8}, [1739] = {.lex_state = 8}, - [1740] = {.lex_state = 7}, - [1741] = {.lex_state = 7}, + [1740] = {.lex_state = 8}, + [1741] = {.lex_state = 8}, [1742] = {.lex_state = 8}, - [1743] = {.lex_state = 7}, - [1744] = {.lex_state = 7}, + [1743] = {.lex_state = 8}, + [1744] = {.lex_state = 8}, [1745] = {.lex_state = 8}, - [1746] = {.lex_state = 7}, + [1746] = {.lex_state = 8}, [1747] = {.lex_state = 8}, - [1748] = {.lex_state = 7}, + [1748] = {.lex_state = 8}, [1749] = {.lex_state = 8}, - [1750] = {.lex_state = 7}, - [1751] = {.lex_state = 7}, - [1752] = {.lex_state = 7}, - [1753] = {.lex_state = 7}, + [1750] = {.lex_state = 8}, + [1751] = {.lex_state = 8}, + [1752] = {.lex_state = 8}, + [1753] = {.lex_state = 8}, [1754] = {.lex_state = 7}, - [1755] = {.lex_state = 7}, - [1756] = {.lex_state = 7}, + [1755] = {.lex_state = 8}, + [1756] = {.lex_state = 8}, [1757] = {.lex_state = 8}, - [1758] = {.lex_state = 8}, - [1759] = {.lex_state = 7}, - [1760] = {.lex_state = 8}, + [1758] = {.lex_state = 7}, + [1759] = {.lex_state = 8}, + [1760] = {.lex_state = 7}, [1761] = {.lex_state = 8}, - [1762] = {.lex_state = 7}, + [1762] = {.lex_state = 8}, [1763] = {.lex_state = 8}, - [1764] = {.lex_state = 7}, - [1765] = {.lex_state = 7}, - [1766] = {.lex_state = 7}, + [1764] = {.lex_state = 8}, + [1765] = {.lex_state = 8}, + [1766] = {.lex_state = 8}, [1767] = {.lex_state = 8}, - [1768] = {.lex_state = 7}, - [1769] = {.lex_state = 7}, - [1770] = {.lex_state = 7}, - [1771] = {.lex_state = 7}, - [1772] = {.lex_state = 7}, + [1768] = {.lex_state = 8}, + [1769] = {.lex_state = 8}, + [1770] = {.lex_state = 15}, + [1771] = {.lex_state = 8}, + [1772] = {.lex_state = 8}, [1773] = {.lex_state = 8}, [1774] = {.lex_state = 8}, - [1775] = {.lex_state = 8}, - [1776] = {.lex_state = 8}, + [1775] = {.lex_state = 7}, + [1776] = {.lex_state = 7}, [1777] = {.lex_state = 8}, [1778] = {.lex_state = 7}, - [1779] = {.lex_state = 7}, - [1780] = {.lex_state = 8}, - [1781] = {.lex_state = 8}, + [1779] = {.lex_state = 8}, + [1780] = {.lex_state = 7}, + [1781] = {.lex_state = 7}, [1782] = {.lex_state = 8}, [1783] = {.lex_state = 8}, [1784] = {.lex_state = 8}, [1785] = {.lex_state = 8}, - [1786] = {.lex_state = 8}, + [1786] = {.lex_state = 7}, [1787] = {.lex_state = 8}, [1788] = {.lex_state = 8}, - [1789] = {.lex_state = 8}, + [1789] = {.lex_state = 7}, [1790] = {.lex_state = 8}, - [1791] = {.lex_state = 8}, + [1791] = {.lex_state = 7}, [1792] = {.lex_state = 8}, - [1793] = {.lex_state = 8}, - [1794] = {.lex_state = 8}, + [1793] = {.lex_state = 7}, + [1794] = {.lex_state = 7}, [1795] = {.lex_state = 8}, - [1796] = {.lex_state = 8}, + [1796] = {.lex_state = 7}, [1797] = {.lex_state = 8}, - [1798] = {.lex_state = 8}, + [1798] = {.lex_state = 7}, [1799] = {.lex_state = 7}, - [1800] = {.lex_state = 8}, - [1801] = {.lex_state = 8}, - [1802] = {.lex_state = 8}, - [1803] = {.lex_state = 8}, + [1800] = {.lex_state = 7}, + [1801] = {.lex_state = 7}, + [1802] = {.lex_state = 7}, + [1803] = {.lex_state = 7}, [1804] = {.lex_state = 8}, [1805] = {.lex_state = 7}, - [1806] = {.lex_state = 8}, - [1807] = {.lex_state = 7}, - [1808] = {.lex_state = 8}, - [1809] = {.lex_state = 8}, - [1810] = {.lex_state = 8}, - [1811] = {.lex_state = 8}, + [1806] = {.lex_state = 7}, + [1807] = {.lex_state = 8}, + [1808] = {.lex_state = 7}, + [1809] = {.lex_state = 7}, + [1810] = {.lex_state = 7}, + [1811] = {.lex_state = 7}, [1812] = {.lex_state = 8}, [1813] = {.lex_state = 8}, - [1814] = {.lex_state = 8}, + [1814] = {.lex_state = 7}, [1815] = {.lex_state = 8}, [1816] = {.lex_state = 8}, - [1817] = {.lex_state = 8}, - [1818] = {.lex_state = 8}, + [1817] = {.lex_state = 7}, + [1818] = {.lex_state = 7}, [1819] = {.lex_state = 8}, [1820] = {.lex_state = 8}, - [1821] = {.lex_state = 8}, + [1821] = {.lex_state = 7}, [1822] = {.lex_state = 8}, - [1823] = {.lex_state = 8}, - [1824] = {.lex_state = 8}, - [1825] = {.lex_state = 8}, - [1826] = {.lex_state = 8}, - [1827] = {.lex_state = 8}, - [1828] = {.lex_state = 8}, + [1823] = {.lex_state = 7}, + [1824] = {.lex_state = 7}, + [1825] = {.lex_state = 7}, + [1826] = {.lex_state = 7}, + [1827] = {.lex_state = 7}, + [1828] = {.lex_state = 7}, [1829] = {.lex_state = 8}, [1830] = {.lex_state = 8}, [1831] = {.lex_state = 8}, - [1832] = {.lex_state = 7}, + [1832] = {.lex_state = 8}, [1833] = {.lex_state = 8}, [1834] = {.lex_state = 8}, - [1835] = {.lex_state = 8}, + [1835] = {.lex_state = 7}, [1836] = {.lex_state = 8}, - [1837] = {.lex_state = 8}, + [1837] = {.lex_state = 7}, [1838] = {.lex_state = 7}, - [1839] = {.lex_state = 8}, - [1840] = {.lex_state = 8}, - [1841] = {.lex_state = 8}, + [1839] = {.lex_state = 7}, + [1840] = {.lex_state = 7}, + [1841] = {.lex_state = 7}, [1842] = {.lex_state = 7}, - [1843] = {.lex_state = 8}, + [1843] = {.lex_state = 7}, [1844] = {.lex_state = 7}, [1845] = {.lex_state = 8}, - [1846] = {.lex_state = 8}, + [1846] = {.lex_state = 7}, [1847] = {.lex_state = 7}, - [1848] = {.lex_state = 8}, - [1849] = {.lex_state = 8}, + [1848] = {.lex_state = 7}, + [1849] = {.lex_state = 7}, [1850] = {.lex_state = 8}, [1851] = {.lex_state = 8}, [1852] = {.lex_state = 7}, [1853] = {.lex_state = 8}, - [1854] = {.lex_state = 8}, - [1855] = {.lex_state = 7}, - [1856] = {.lex_state = 8}, - [1857] = {.lex_state = 8}, - [1858] = {.lex_state = 8}, - [1859] = {.lex_state = 8}, - [1860] = {.lex_state = 8}, - [1861] = {.lex_state = 7}, + [1854] = {.lex_state = 7}, + [1855] = {.lex_state = 8}, + [1856] = {.lex_state = 7}, + [1857] = {.lex_state = 7}, + [1858] = {.lex_state = 7}, + [1859] = {.lex_state = 7}, + [1860] = {.lex_state = 7}, + [1861] = {.lex_state = 8}, [1862] = {.lex_state = 7}, [1863] = {.lex_state = 7}, [1864] = {.lex_state = 7}, [1865] = {.lex_state = 7}, - [1866] = {.lex_state = 8}, - [1867] = {.lex_state = 8}, - [1868] = {.lex_state = 8}, - [1869] = {.lex_state = 8}, - [1870] = {.lex_state = 7}, + [1866] = {.lex_state = 7}, + [1867] = {.lex_state = 7}, + [1868] = {.lex_state = 7}, + [1869] = {.lex_state = 7}, + [1870] = {.lex_state = 8}, [1871] = {.lex_state = 8}, - [1872] = {.lex_state = 8}, + [1872] = {.lex_state = 7}, [1873] = {.lex_state = 7}, - [1874] = {.lex_state = 7}, - [1875] = {.lex_state = 7}, - [1876] = {.lex_state = 14}, - [1877] = {.lex_state = 7}, - [1878] = {.lex_state = 8}, + [1874] = {.lex_state = 8}, + [1875] = {.lex_state = 8}, + [1876] = {.lex_state = 8}, + [1877] = {.lex_state = 8}, + [1878] = {.lex_state = 15}, [1879] = {.lex_state = 7}, - [1880] = {.lex_state = 7}, - [1881] = {.lex_state = 7}, - [1882] = {.lex_state = 8}, + [1880] = {.lex_state = 8}, + [1881] = {.lex_state = 15}, + [1882] = {.lex_state = 7}, [1883] = {.lex_state = 7}, [1884] = {.lex_state = 7}, - [1885] = {.lex_state = 7}, + [1885] = {.lex_state = 15}, [1886] = {.lex_state = 7}, - [1887] = {.lex_state = 14}, - [1888] = {.lex_state = 14}, + [1887] = {.lex_state = 8}, + [1888] = {.lex_state = 7}, [1889] = {.lex_state = 7}, [1890] = {.lex_state = 7}, [1891] = {.lex_state = 7}, @@ -12098,1791 +12186,1807 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1898] = {.lex_state = 7}, [1899] = {.lex_state = 7}, [1900] = {.lex_state = 7}, - [1901] = {.lex_state = 7}, + [1901] = {.lex_state = 8}, [1902] = {.lex_state = 7}, [1903] = {.lex_state = 7}, [1904] = {.lex_state = 7}, - [1905] = {.lex_state = 7}, + [1905] = {.lex_state = 15}, [1906] = {.lex_state = 7}, - [1907] = {.lex_state = 8}, - [1908] = {.lex_state = 14}, - [1909] = {.lex_state = 14}, + [1907] = {.lex_state = 15}, + [1908] = {.lex_state = 7}, + [1909] = {.lex_state = 15}, [1910] = {.lex_state = 7}, [1911] = {.lex_state = 7}, [1912] = {.lex_state = 7}, - [1913] = {.lex_state = 14}, - [1914] = {.lex_state = 14}, - [1915] = {.lex_state = 14}, - [1916] = {.lex_state = 14}, - [1917] = {.lex_state = 14}, - [1918] = {.lex_state = 14}, - [1919] = {.lex_state = 14}, - [1920] = {.lex_state = 14}, - [1921] = {.lex_state = 14}, - [1922] = {.lex_state = 14}, - [1923] = {.lex_state = 14}, - [1924] = {.lex_state = 14}, - [1925] = {.lex_state = 14}, - [1926] = {.lex_state = 14}, - [1927] = {.lex_state = 14}, - [1928] = {.lex_state = 14}, - [1929] = {.lex_state = 14}, - [1930] = {.lex_state = 14}, - [1931] = {.lex_state = 14}, - [1932] = {.lex_state = 14}, - [1933] = {.lex_state = 14}, - [1934] = {.lex_state = 27}, - [1935] = {.lex_state = 27}, - [1936] = {.lex_state = 16}, - [1937] = {.lex_state = 16}, - [1938] = {.lex_state = 16}, - [1939] = {.lex_state = 16}, - [1940] = {.lex_state = 16}, - [1941] = {.lex_state = 16}, + [1913] = {.lex_state = 7}, + [1914] = {.lex_state = 7}, + [1915] = {.lex_state = 7}, + [1916] = {.lex_state = 8}, + [1917] = {.lex_state = 7}, + [1918] = {.lex_state = 15}, + [1919] = {.lex_state = 15}, + [1920] = {.lex_state = 15}, + [1921] = {.lex_state = 15}, + [1922] = {.lex_state = 15}, + [1923] = {.lex_state = 15}, + [1924] = {.lex_state = 15}, + [1925] = {.lex_state = 15}, + [1926] = {.lex_state = 15}, + [1927] = {.lex_state = 15}, + [1928] = {.lex_state = 15}, + [1929] = {.lex_state = 15}, + [1930] = {.lex_state = 15}, + [1931] = {.lex_state = 15}, + [1932] = {.lex_state = 15}, + [1933] = {.lex_state = 15}, + [1934] = {.lex_state = 15}, + [1935] = {.lex_state = 15}, + [1936] = {.lex_state = 15}, + [1937] = {.lex_state = 15}, + [1938] = {.lex_state = 15}, + [1939] = {.lex_state = 15}, + [1940] = {.lex_state = 29}, + [1941] = {.lex_state = 29}, [1942] = {.lex_state = 16}, [1943] = {.lex_state = 16}, [1944] = {.lex_state = 16}, - [1945] = {.lex_state = 27}, - [1946] = {.lex_state = 27}, - [1947] = {.lex_state = 14}, - [1948] = {.lex_state = 27}, + [1945] = {.lex_state = 16}, + [1946] = {.lex_state = 16}, + [1947] = {.lex_state = 16}, + [1948] = {.lex_state = 16}, [1949] = {.lex_state = 16}, - [1950] = {.lex_state = 14}, - [1951] = {.lex_state = 14}, + [1950] = {.lex_state = 16}, + [1951] = {.lex_state = 16}, [1952] = {.lex_state = 16}, - [1953] = {.lex_state = 27}, - [1954] = {.lex_state = 16}, - [1955] = {.lex_state = 14}, - [1956] = {.lex_state = 16}, - [1957] = {.lex_state = 14}, - [1958] = {.lex_state = 14}, - [1959] = {.lex_state = 14}, - [1960] = {.lex_state = 14}, - [1961] = {.lex_state = 11, .external_lex_state = 2}, - [1962] = {.lex_state = 27}, - [1963] = {.lex_state = 14}, - [1964] = {.lex_state = 16}, - [1965] = {.lex_state = 14}, - [1966] = {.lex_state = 16}, - [1967] = {.lex_state = 14}, - [1968] = {.lex_state = 14}, - [1969] = {.lex_state = 14}, - [1970] = {.lex_state = 14}, - [1971] = {.lex_state = 27}, - [1972] = {.lex_state = 27}, - [1973] = {.lex_state = 27}, - [1974] = {.lex_state = 27}, + [1953] = {.lex_state = 29}, + [1954] = {.lex_state = 29}, + [1955] = {.lex_state = 29}, + [1956] = {.lex_state = 15}, + [1957] = {.lex_state = 29}, + [1958] = {.lex_state = 16}, + [1959] = {.lex_state = 15}, + [1960] = {.lex_state = 16}, + [1961] = {.lex_state = 15}, + [1962] = {.lex_state = 15}, + [1963] = {.lex_state = 15}, + [1964] = {.lex_state = 15}, + [1965] = {.lex_state = 15}, + [1966] = {.lex_state = 11, .external_lex_state = 2}, + [1967] = {.lex_state = 15}, + [1968] = {.lex_state = 29}, + [1969] = {.lex_state = 16}, + [1970] = {.lex_state = 15}, + [1971] = {.lex_state = 15}, + [1972] = {.lex_state = 15}, + [1973] = {.lex_state = 15}, + [1974] = {.lex_state = 15}, [1975] = {.lex_state = 16}, - [1976] = {.lex_state = 27}, - [1977] = {.lex_state = 27}, - [1978] = {.lex_state = 27}, - [1979] = {.lex_state = 27}, - [1980] = {.lex_state = 27}, - [1981] = {.lex_state = 27}, - [1982] = {.lex_state = 16}, - [1983] = {.lex_state = 14}, - [1984] = {.lex_state = 27}, - [1985] = {.lex_state = 27}, - [1986] = {.lex_state = 14}, - [1987] = {.lex_state = 27}, - [1988] = {.lex_state = 27}, - [1989] = {.lex_state = 27}, - [1990] = {.lex_state = 27}, - [1991] = {.lex_state = 16}, - [1992] = {.lex_state = 14}, - [1993] = {.lex_state = 14}, - [1994] = {.lex_state = 14}, - [1995] = {.lex_state = 14}, - [1996] = {.lex_state = 16}, - [1997] = {.lex_state = 14}, - [1998] = {.lex_state = 14}, - [1999] = {.lex_state = 27}, - [2000] = {.lex_state = 27}, - [2001] = {.lex_state = 27}, - [2002] = {.lex_state = 27}, - [2003] = {.lex_state = 27}, - [2004] = {.lex_state = 27}, - [2005] = {.lex_state = 27}, - [2006] = {.lex_state = 27}, - [2007] = {.lex_state = 16}, - [2008] = {.lex_state = 27}, - [2009] = {.lex_state = 27}, - [2010] = {.lex_state = 27}, - [2011] = {.lex_state = 27}, - [2012] = {.lex_state = 27}, - [2013] = {.lex_state = 27}, - [2014] = {.lex_state = 27}, - [2015] = {.lex_state = 27}, - [2016] = {.lex_state = 27}, - [2017] = {.lex_state = 27}, - [2018] = {.lex_state = 27}, - [2019] = {.lex_state = 27}, - [2020] = {.lex_state = 27}, - [2021] = {.lex_state = 27}, - [2022] = {.lex_state = 27}, - [2023] = {.lex_state = 27}, - [2024] = {.lex_state = 27}, - [2025] = {.lex_state = 27}, - [2026] = {.lex_state = 27}, - [2027] = {.lex_state = 27}, - [2028] = {.lex_state = 27}, - [2029] = {.lex_state = 27}, - [2030] = {.lex_state = 14}, - [2031] = {.lex_state = 27}, - [2032] = {.lex_state = 27}, - [2033] = {.lex_state = 14}, - [2034] = {.lex_state = 14}, - [2035] = {.lex_state = 27}, - [2036] = {.lex_state = 27}, - [2037] = {.lex_state = 14}, - [2038] = {.lex_state = 27}, - [2039] = {.lex_state = 14}, - [2040] = {.lex_state = 27}, - [2041] = {.lex_state = 27}, - [2042] = {.lex_state = 14}, - [2043] = {.lex_state = 16}, - [2044] = {.lex_state = 16}, - [2045] = {.lex_state = 16}, - [2046] = {.lex_state = 17}, - [2047] = {.lex_state = 27}, - [2048] = {.lex_state = 16}, + [1976] = {.lex_state = 15}, + [1977] = {.lex_state = 29}, + [1978] = {.lex_state = 29}, + [1979] = {.lex_state = 15}, + [1980] = {.lex_state = 15}, + [1981] = {.lex_state = 15}, + [1982] = {.lex_state = 29}, + [1983] = {.lex_state = 29}, + [1984] = {.lex_state = 16}, + [1985] = {.lex_state = 29}, + [1986] = {.lex_state = 16}, + [1987] = {.lex_state = 29}, + [1988] = {.lex_state = 29}, + [1989] = {.lex_state = 29}, + [1990] = {.lex_state = 29}, + [1991] = {.lex_state = 15}, + [1992] = {.lex_state = 15}, + [1993] = {.lex_state = 29}, + [1994] = {.lex_state = 29}, + [1995] = {.lex_state = 16}, + [1996] = {.lex_state = 29}, + [1997] = {.lex_state = 29}, + [1998] = {.lex_state = 29}, + [1999] = {.lex_state = 15}, + [2000] = {.lex_state = 29}, + [2001] = {.lex_state = 16}, + [2002] = {.lex_state = 15}, + [2003] = {.lex_state = 29}, + [2004] = {.lex_state = 15}, + [2005] = {.lex_state = 29}, + [2006] = {.lex_state = 29}, + [2007] = {.lex_state = 29}, + [2008] = {.lex_state = 29}, + [2009] = {.lex_state = 29}, + [2010] = {.lex_state = 29}, + [2011] = {.lex_state = 29}, + [2012] = {.lex_state = 29}, + [2013] = {.lex_state = 15}, + [2014] = {.lex_state = 29}, + [2015] = {.lex_state = 29}, + [2016] = {.lex_state = 29}, + [2017] = {.lex_state = 29}, + [2018] = {.lex_state = 29}, + [2019] = {.lex_state = 15}, + [2020] = {.lex_state = 29}, + [2021] = {.lex_state = 29}, + [2022] = {.lex_state = 29}, + [2023] = {.lex_state = 29}, + [2024] = {.lex_state = 29}, + [2025] = {.lex_state = 29}, + [2026] = {.lex_state = 29}, + [2027] = {.lex_state = 29}, + [2028] = {.lex_state = 29}, + [2029] = {.lex_state = 29}, + [2030] = {.lex_state = 16}, + [2031] = {.lex_state = 29}, + [2032] = {.lex_state = 29}, + [2033] = {.lex_state = 15}, + [2034] = {.lex_state = 15}, + [2035] = {.lex_state = 29}, + [2036] = {.lex_state = 29}, + [2037] = {.lex_state = 29}, + [2038] = {.lex_state = 29}, + [2039] = {.lex_state = 29}, + [2040] = {.lex_state = 29}, + [2041] = {.lex_state = 29}, + [2042] = {.lex_state = 29}, + [2043] = {.lex_state = 29}, + [2044] = {.lex_state = 15}, + [2045] = {.lex_state = 29}, + [2046] = {.lex_state = 29}, + [2047] = {.lex_state = 29}, + [2048] = {.lex_state = 15}, [2049] = {.lex_state = 16}, [2050] = {.lex_state = 16}, - [2051] = {.lex_state = 27}, + [2051] = {.lex_state = 16}, [2052] = {.lex_state = 16}, [2053] = {.lex_state = 16}, [2054] = {.lex_state = 16}, [2055] = {.lex_state = 16}, - [2056] = {.lex_state = 16}, + [2056] = {.lex_state = 29}, [2057] = {.lex_state = 16}, [2058] = {.lex_state = 16}, - [2059] = {.lex_state = 14}, - [2060] = {.lex_state = 14}, - [2061] = {.lex_state = 14}, - [2062] = {.lex_state = 14}, - [2063] = {.lex_state = 14}, - [2064] = {.lex_state = 14}, - [2065] = {.lex_state = 14}, - [2066] = {.lex_state = 14}, - [2067] = {.lex_state = 14}, - [2068] = {.lex_state = 16}, - [2069] = {.lex_state = 14}, - [2070] = {.lex_state = 14}, - [2071] = {.lex_state = 14}, - [2072] = {.lex_state = 14}, - [2073] = {.lex_state = 14}, - [2074] = {.lex_state = 27}, - [2075] = {.lex_state = 23}, - [2076] = {.lex_state = 27}, - [2077] = {.lex_state = 17}, - [2078] = {.lex_state = 17}, + [2059] = {.lex_state = 16}, + [2060] = {.lex_state = 16}, + [2061] = {.lex_state = 16}, + [2062] = {.lex_state = 16}, + [2063] = {.lex_state = 17}, + [2064] = {.lex_state = 29}, + [2065] = {.lex_state = 15}, + [2066] = {.lex_state = 15}, + [2067] = {.lex_state = 15}, + [2068] = {.lex_state = 15}, + [2069] = {.lex_state = 15}, + [2070] = {.lex_state = 15}, + [2071] = {.lex_state = 15}, + [2072] = {.lex_state = 15}, + [2073] = {.lex_state = 15}, + [2074] = {.lex_state = 15}, + [2075] = {.lex_state = 17}, + [2076] = {.lex_state = 29}, + [2077] = {.lex_state = 15}, + [2078] = {.lex_state = 15}, [2079] = {.lex_state = 17}, - [2080] = {.lex_state = 17}, - [2081] = {.lex_state = 23}, - [2082] = {.lex_state = 14}, - [2083] = {.lex_state = 27}, - [2084] = {.lex_state = 14}, - [2085] = {.lex_state = 27}, - [2086] = {.lex_state = 21}, - [2087] = {.lex_state = 21}, - [2088] = {.lex_state = 16}, - [2089] = {.lex_state = 14}, - [2090] = {.lex_state = 14}, - [2091] = {.lex_state = 14}, - [2092] = {.lex_state = 14}, - [2093] = {.lex_state = 14}, - [2094] = {.lex_state = 14}, - [2095] = {.lex_state = 14}, - [2096] = {.lex_state = 16}, - [2097] = {.lex_state = 14}, - [2098] = {.lex_state = 14}, - [2099] = {.lex_state = 16}, + [2080] = {.lex_state = 15}, + [2081] = {.lex_state = 15}, + [2082] = {.lex_state = 15}, + [2083] = {.lex_state = 16}, + [2084] = {.lex_state = 25}, + [2085] = {.lex_state = 25}, + [2086] = {.lex_state = 22}, + [2087] = {.lex_state = 16}, + [2088] = {.lex_state = 15}, + [2089] = {.lex_state = 15}, + [2090] = {.lex_state = 29}, + [2091] = {.lex_state = 15}, + [2092] = {.lex_state = 16}, + [2093] = {.lex_state = 29}, + [2094] = {.lex_state = 17}, + [2095] = {.lex_state = 15}, + [2096] = {.lex_state = 29}, + [2097] = {.lex_state = 15}, + [2098] = {.lex_state = 16}, + [2099] = {.lex_state = 15}, [2100] = {.lex_state = 16}, - [2101] = {.lex_state = 16}, + [2101] = {.lex_state = 15}, [2102] = {.lex_state = 16}, - [2103] = {.lex_state = 27}, - [2104] = {.lex_state = 21}, - [2105] = {.lex_state = 16}, - [2106] = {.lex_state = 21}, - [2107] = {.lex_state = 16}, + [2103] = {.lex_state = 15}, + [2104] = {.lex_state = 15}, + [2105] = {.lex_state = 15}, + [2106] = {.lex_state = 15}, + [2107] = {.lex_state = 22}, [2108] = {.lex_state = 16}, - [2109] = {.lex_state = 14}, - [2110] = {.lex_state = 27}, - [2111] = {.lex_state = 27}, - [2112] = {.lex_state = 27}, - [2113] = {.lex_state = 27}, - [2114] = {.lex_state = 16}, - [2115] = {.lex_state = 27}, - [2116] = {.lex_state = 27}, - [2117] = {.lex_state = 14}, - [2118] = {.lex_state = 14}, - [2119] = {.lex_state = 27}, - [2120] = {.lex_state = 27}, - [2121] = {.lex_state = 23}, - [2122] = {.lex_state = 27}, - [2123] = {.lex_state = 27}, - [2124] = {.lex_state = 27}, - [2125] = {.lex_state = 23}, - [2126] = {.lex_state = 27}, - [2127] = {.lex_state = 27}, - [2128] = {.lex_state = 27}, - [2129] = {.lex_state = 27}, - [2130] = {.lex_state = 27}, - [2131] = {.lex_state = 16}, - [2132] = {.lex_state = 14}, - [2133] = {.lex_state = 27}, - [2134] = {.lex_state = 27}, - [2135] = {.lex_state = 17}, - [2136] = {.lex_state = 27}, - [2137] = {.lex_state = 27}, - [2138] = {.lex_state = 27}, - [2139] = {.lex_state = 27}, - [2140] = {.lex_state = 27}, - [2141] = {.lex_state = 27}, - [2142] = {.lex_state = 27}, - [2143] = {.lex_state = 27}, - [2144] = {.lex_state = 27}, - [2145] = {.lex_state = 27}, - [2146] = {.lex_state = 27}, - [2147] = {.lex_state = 27}, - [2148] = {.lex_state = 27}, - [2149] = {.lex_state = 27}, - [2150] = {.lex_state = 27}, - [2151] = {.lex_state = 16}, - [2152] = {.lex_state = 14}, - [2153] = {.lex_state = 23}, - [2154] = {.lex_state = 10}, - [2155] = {.lex_state = 23}, - [2156] = {.lex_state = 27}, - [2157] = {.lex_state = 16}, - [2158] = {.lex_state = 27}, - [2159] = {.lex_state = 27}, - [2160] = {.lex_state = 14}, - [2161] = {.lex_state = 27}, - [2162] = {.lex_state = 6}, - [2163] = {.lex_state = 17}, - [2164] = {.lex_state = 14}, - [2165] = {.lex_state = 10}, - [2166] = {.lex_state = 14}, - [2167] = {.lex_state = 14}, - [2168] = {.lex_state = 14}, - [2169] = {.lex_state = 14}, - [2170] = {.lex_state = 70}, - [2171] = {.lex_state = 14}, - [2172] = {.lex_state = 10}, - [2173] = {.lex_state = 14}, - [2174] = {.lex_state = 14}, - [2175] = {.lex_state = 14}, - [2176] = {.lex_state = 14}, - [2177] = {.lex_state = 14}, - [2178] = {.lex_state = 14}, - [2179] = {.lex_state = 17}, - [2180] = {.lex_state = 14}, - [2181] = {.lex_state = 14}, - [2182] = {.lex_state = 6}, - [2183] = {.lex_state = 17}, - [2184] = {.lex_state = 17}, - [2185] = {.lex_state = 23}, - [2186] = {.lex_state = 6}, - [2187] = {.lex_state = 14}, - [2188] = {.lex_state = 14}, - [2189] = {.lex_state = 14}, - [2190] = {.lex_state = 14}, - [2191] = {.lex_state = 14}, - [2192] = {.lex_state = 14}, - [2193] = {.lex_state = 27}, - [2194] = {.lex_state = 14}, - [2195] = {.lex_state = 14}, - [2196] = {.lex_state = 17}, - [2197] = {.lex_state = 14}, - [2198] = {.lex_state = 27}, - [2199] = {.lex_state = 14}, - [2200] = {.lex_state = 27}, - [2201] = {.lex_state = 14}, - [2202] = {.lex_state = 10}, - [2203] = {.lex_state = 27}, - [2204] = {.lex_state = 27}, - [2205] = {.lex_state = 10}, - [2206] = {.lex_state = 27}, - [2207] = {.lex_state = 27}, - [2208] = {.lex_state = 27}, - [2209] = {.lex_state = 16}, - [2210] = {.lex_state = 14}, - [2211] = {.lex_state = 14}, - [2212] = {.lex_state = 14}, - [2213] = {.lex_state = 14}, - [2214] = {.lex_state = 14}, - [2215] = {.lex_state = 14}, - [2216] = {.lex_state = 23}, - [2217] = {.lex_state = 23}, - [2218] = {.lex_state = 14}, - [2219] = {.lex_state = 14}, - [2220] = {.lex_state = 14}, - [2221] = {.lex_state = 14}, - [2222] = {.lex_state = 23}, - [2223] = {.lex_state = 14}, - [2224] = {.lex_state = 14}, - [2225] = {.lex_state = 14}, - [2226] = {.lex_state = 23}, - [2227] = {.lex_state = 14}, - [2228] = {.lex_state = 10}, - [2229] = {.lex_state = 14}, - [2230] = {.lex_state = 14}, - [2231] = {.lex_state = 14}, - [2232] = {.lex_state = 23}, - [2233] = {.lex_state = 23}, - [2234] = {.lex_state = 14}, - [2235] = {.lex_state = 14}, - [2236] = {.lex_state = 14}, - [2237] = {.lex_state = 14}, - [2238] = {.lex_state = 23}, - [2239] = {.lex_state = 14}, - [2240] = {.lex_state = 23}, - [2241] = {.lex_state = 14}, - [2242] = {.lex_state = 21}, - [2243] = {.lex_state = 23}, - [2244] = {.lex_state = 14}, - [2245] = {.lex_state = 14}, - [2246] = {.lex_state = 14}, - [2247] = {.lex_state = 14}, - [2248] = {.lex_state = 14}, - [2249] = {.lex_state = 14}, - [2250] = {.lex_state = 14}, - [2251] = {.lex_state = 23}, - [2252] = {.lex_state = 14}, - [2253] = {.lex_state = 14}, - [2254] = {.lex_state = 23}, - [2255] = {.lex_state = 14}, - [2256] = {.lex_state = 14}, - [2257] = {.lex_state = 14}, - [2258] = {.lex_state = 14}, - [2259] = {.lex_state = 14}, - [2260] = {.lex_state = 14}, - [2261] = {.lex_state = 14}, - [2262] = {.lex_state = 14}, - [2263] = {.lex_state = 14}, - [2264] = {.lex_state = 14}, - [2265] = {.lex_state = 23}, - [2266] = {.lex_state = 70}, - [2267] = {.lex_state = 70}, - [2268] = {.lex_state = 70}, - [2269] = {.lex_state = 70}, - [2270] = {.lex_state = 70}, - [2271] = {.lex_state = 70}, - [2272] = {.lex_state = 3}, - [2273] = {.lex_state = 70}, - [2274] = {.lex_state = 3}, - [2275] = {.lex_state = 10}, - [2276] = {.lex_state = 70}, - [2277] = {.lex_state = 70}, - [2278] = {.lex_state = 70}, - [2279] = {.lex_state = 70}, - [2280] = {.lex_state = 167}, - [2281] = {.lex_state = 70}, - [2282] = {.lex_state = 70}, - [2283] = {.lex_state = 70}, - [2284] = {.lex_state = 23}, - [2285] = {.lex_state = 23}, - [2286] = {.lex_state = 70}, - [2287] = {.lex_state = 17}, - [2288] = {.lex_state = 70}, - [2289] = {.lex_state = 14}, - [2290] = {.lex_state = 14}, - [2291] = {.lex_state = 70}, - [2292] = {.lex_state = 70}, - [2293] = {.lex_state = 14}, - [2294] = {.lex_state = 14}, - [2295] = {.lex_state = 14}, - [2296] = {.lex_state = 10}, - [2297] = {.lex_state = 23}, - [2298] = {.lex_state = 23}, - [2299] = {.lex_state = 70}, - [2300] = {.lex_state = 10}, - [2301] = {.lex_state = 23}, - [2302] = {.lex_state = 70}, - [2303] = {.lex_state = 14}, - [2304] = {.lex_state = 70}, - [2305] = {.lex_state = 70}, - [2306] = {.lex_state = 70}, - [2307] = {.lex_state = 70}, - [2308] = {.lex_state = 70}, - [2309] = {.lex_state = 14}, - [2310] = {.lex_state = 70}, - [2311] = {.lex_state = 3}, - [2312] = {.lex_state = 14}, - [2313] = {.lex_state = 23}, - [2314] = {.lex_state = 23}, - [2315] = {.lex_state = 70}, - [2316] = {.lex_state = 70}, - [2317] = {.lex_state = 27}, - [2318] = {.lex_state = 14}, - [2319] = {.lex_state = 23}, - [2320] = {.lex_state = 27}, - [2321] = {.lex_state = 14}, - [2322] = {.lex_state = 70}, - [2323] = {.lex_state = 70}, - [2324] = {.lex_state = 14}, - [2325] = {.lex_state = 14}, - [2326] = {.lex_state = 14}, - [2327] = {.lex_state = 70}, - [2328] = {.lex_state = 14}, - [2329] = {.lex_state = 18}, - [2330] = {.lex_state = 27}, - [2331] = {.lex_state = 14}, - [2332] = {.lex_state = 14}, - [2333] = {.lex_state = 14}, - [2334] = {.lex_state = 14}, - [2335] = {.lex_state = 14}, - [2336] = {.lex_state = 14}, - [2337] = {.lex_state = 14}, - [2338] = {.lex_state = 27}, - [2339] = {.lex_state = 27}, - [2340] = {.lex_state = 14}, - [2341] = {.lex_state = 14}, - [2342] = {.lex_state = 14}, - [2343] = {.lex_state = 14}, - [2344] = {.lex_state = 14}, - [2345] = {.lex_state = 18}, - [2346] = {.lex_state = 14}, - [2347] = {.lex_state = 18}, - [2348] = {.lex_state = 27}, - [2349] = {.lex_state = 13}, - [2350] = {.lex_state = 27}, - [2351] = {.lex_state = 14}, - [2352] = {.lex_state = 14}, - [2353] = {.lex_state = 14}, - [2354] = {.lex_state = 14}, - [2355] = {.lex_state = 13}, - [2356] = {.lex_state = 18}, - [2357] = {.lex_state = 14}, - [2358] = {.lex_state = 14}, - [2359] = {.lex_state = 14}, - [2360] = {.lex_state = 14}, - [2361] = {.lex_state = 14}, - [2362] = {.lex_state = 14}, - [2363] = {.lex_state = 14}, - [2364] = {.lex_state = 14}, - [2365] = {.lex_state = 18}, - [2366] = {.lex_state = 14}, - [2367] = {.lex_state = 23}, - [2368] = {.lex_state = 14}, - [2369] = {.lex_state = 14}, - [2370] = {.lex_state = 27}, - [2371] = {.lex_state = 14}, - [2372] = {.lex_state = 14}, - [2373] = {.lex_state = 27}, - [2374] = {.lex_state = 14}, - [2375] = {.lex_state = 14}, - [2376] = {.lex_state = 27}, - [2377] = {.lex_state = 27}, - [2378] = {.lex_state = 14}, - [2379] = {.lex_state = 17}, - [2380] = {.lex_state = 27}, - [2381] = {.lex_state = 27}, - [2382] = {.lex_state = 14}, - [2383] = {.lex_state = 17}, - [2384] = {.lex_state = 3}, - [2385] = {.lex_state = 14}, - [2386] = {.lex_state = 14}, - [2387] = {.lex_state = 3}, - [2388] = {.lex_state = 70}, - [2389] = {.lex_state = 27}, - [2390] = {.lex_state = 14}, - [2391] = {.lex_state = 14}, - [2392] = {.lex_state = 17}, - [2393] = {.lex_state = 14}, - [2394] = {.lex_state = 14}, - [2395] = {.lex_state = 17}, - [2396] = {.lex_state = 17}, - [2397] = {.lex_state = 14}, - [2398] = {.lex_state = 17}, - [2399] = {.lex_state = 14}, + [2109] = {.lex_state = 22}, + [2110] = {.lex_state = 16}, + [2111] = {.lex_state = 16}, + [2112] = {.lex_state = 16}, + [2113] = {.lex_state = 15}, + [2114] = {.lex_state = 15}, + [2115] = {.lex_state = 15}, + [2116] = {.lex_state = 29}, + [2117] = {.lex_state = 17}, + [2118] = {.lex_state = 15}, + [2119] = {.lex_state = 22}, + [2120] = {.lex_state = 15}, + [2121] = {.lex_state = 25}, + [2122] = {.lex_state = 29}, + [2123] = {.lex_state = 29}, + [2124] = {.lex_state = 29}, + [2125] = {.lex_state = 29}, + [2126] = {.lex_state = 29}, + [2127] = {.lex_state = 25}, + [2128] = {.lex_state = 29}, + [2129] = {.lex_state = 17}, + [2130] = {.lex_state = 29}, + [2131] = {.lex_state = 29}, + [2132] = {.lex_state = 29}, + [2133] = {.lex_state = 29}, + [2134] = {.lex_state = 29}, + [2135] = {.lex_state = 29}, + [2136] = {.lex_state = 29}, + [2137] = {.lex_state = 29}, + [2138] = {.lex_state = 29}, + [2139] = {.lex_state = 25}, + [2140] = {.lex_state = 29}, + [2141] = {.lex_state = 29}, + [2142] = {.lex_state = 29}, + [2143] = {.lex_state = 16}, + [2144] = {.lex_state = 16}, + [2145] = {.lex_state = 29}, + [2146] = {.lex_state = 29}, + [2147] = {.lex_state = 29}, + [2148] = {.lex_state = 15}, + [2149] = {.lex_state = 29}, + [2150] = {.lex_state = 29}, + [2151] = {.lex_state = 29}, + [2152] = {.lex_state = 10}, + [2153] = {.lex_state = 29}, + [2154] = {.lex_state = 16}, + [2155] = {.lex_state = 29}, + [2156] = {.lex_state = 29}, + [2157] = {.lex_state = 29}, + [2158] = {.lex_state = 16}, + [2159] = {.lex_state = 29}, + [2160] = {.lex_state = 29}, + [2161] = {.lex_state = 15}, + [2162] = {.lex_state = 29}, + [2163] = {.lex_state = 25}, + [2164] = {.lex_state = 29}, + [2165] = {.lex_state = 29}, + [2166] = {.lex_state = 29}, + [2167] = {.lex_state = 15}, + [2168] = {.lex_state = 29}, + [2169] = {.lex_state = 29}, + [2170] = {.lex_state = 29}, + [2171] = {.lex_state = 15}, + [2172] = {.lex_state = 15}, + [2173] = {.lex_state = 25}, + [2174] = {.lex_state = 15}, + [2175] = {.lex_state = 15}, + [2176] = {.lex_state = 17}, + [2177] = {.lex_state = 17}, + [2178] = {.lex_state = 15}, + [2179] = {.lex_state = 15}, + [2180] = {.lex_state = 16}, + [2181] = {.lex_state = 17}, + [2182] = {.lex_state = 15}, + [2183] = {.lex_state = 15}, + [2184] = {.lex_state = 15}, + [2185] = {.lex_state = 6}, + [2186] = {.lex_state = 15}, + [2187] = {.lex_state = 15}, + [2188] = {.lex_state = 15}, + [2189] = {.lex_state = 15}, + [2190] = {.lex_state = 17}, + [2191] = {.lex_state = 10}, + [2192] = {.lex_state = 15}, + [2193] = {.lex_state = 29}, + [2194] = {.lex_state = 15}, + [2195] = {.lex_state = 10}, + [2196] = {.lex_state = 15}, + [2197] = {.lex_state = 15}, + [2198] = {.lex_state = 15}, + [2199] = {.lex_state = 6}, + [2200] = {.lex_state = 15}, + [2201] = {.lex_state = 15}, + [2202] = {.lex_state = 15}, + [2203] = {.lex_state = 17}, + [2204] = {.lex_state = 6}, + [2205] = {.lex_state = 29}, + [2206] = {.lex_state = 29}, + [2207] = {.lex_state = 15}, + [2208] = {.lex_state = 29}, + [2209] = {.lex_state = 29}, + [2210] = {.lex_state = 29}, + [2211] = {.lex_state = 29}, + [2212] = {.lex_state = 29}, + [2213] = {.lex_state = 10}, + [2214] = {.lex_state = 72}, + [2215] = {.lex_state = 15}, + [2216] = {.lex_state = 10}, + [2217] = {.lex_state = 15}, + [2218] = {.lex_state = 15}, + [2219] = {.lex_state = 15}, + [2220] = {.lex_state = 15}, + [2221] = {.lex_state = 25}, + [2222] = {.lex_state = 15}, + [2223] = {.lex_state = 15}, + [2224] = {.lex_state = 15}, + [2225] = {.lex_state = 15}, + [2226] = {.lex_state = 15}, + [2227] = {.lex_state = 25}, + [2228] = {.lex_state = 15}, + [2229] = {.lex_state = 25}, + [2230] = {.lex_state = 15}, + [2231] = {.lex_state = 15}, + [2232] = {.lex_state = 15}, + [2233] = {.lex_state = 25}, + [2234] = {.lex_state = 15}, + [2235] = {.lex_state = 25}, + [2236] = {.lex_state = 15}, + [2237] = {.lex_state = 15}, + [2238] = {.lex_state = 15}, + [2239] = {.lex_state = 15}, + [2240] = {.lex_state = 15}, + [2241] = {.lex_state = 25}, + [2242] = {.lex_state = 15}, + [2243] = {.lex_state = 15}, + [2244] = {.lex_state = 15}, + [2245] = {.lex_state = 15}, + [2246] = {.lex_state = 15}, + [2247] = {.lex_state = 15}, + [2248] = {.lex_state = 15}, + [2249] = {.lex_state = 15}, + [2250] = {.lex_state = 15}, + [2251] = {.lex_state = 25}, + [2252] = {.lex_state = 15}, + [2253] = {.lex_state = 15}, + [2254] = {.lex_state = 15}, + [2255] = {.lex_state = 10}, + [2256] = {.lex_state = 15}, + [2257] = {.lex_state = 25}, + [2258] = {.lex_state = 15}, + [2259] = {.lex_state = 22}, + [2260] = {.lex_state = 15}, + [2261] = {.lex_state = 15}, + [2262] = {.lex_state = 15}, + [2263] = {.lex_state = 15}, + [2264] = {.lex_state = 25}, + [2265] = {.lex_state = 15}, + [2266] = {.lex_state = 15}, + [2267] = {.lex_state = 25}, + [2268] = {.lex_state = 15}, + [2269] = {.lex_state = 15}, + [2270] = {.lex_state = 15}, + [2271] = {.lex_state = 15}, + [2272] = {.lex_state = 25}, + [2273] = {.lex_state = 25}, + [2274] = {.lex_state = 15}, + [2275] = {.lex_state = 15}, + [2276] = {.lex_state = 15}, + [2277] = {.lex_state = 29}, + [2278] = {.lex_state = 72}, + [2279] = {.lex_state = 72}, + [2280] = {.lex_state = 72}, + [2281] = {.lex_state = 72}, + [2282] = {.lex_state = 72}, + [2283] = {.lex_state = 72}, + [2284] = {.lex_state = 15}, + [2285] = {.lex_state = 25}, + [2286] = {.lex_state = 25}, + [2287] = {.lex_state = 3}, + [2288] = {.lex_state = 169}, + [2289] = {.lex_state = 72}, + [2290] = {.lex_state = 17}, + [2291] = {.lex_state = 72}, + [2292] = {.lex_state = 72}, + [2293] = {.lex_state = 72}, + [2294] = {.lex_state = 72}, + [2295] = {.lex_state = 72}, + [2296] = {.lex_state = 72}, + [2297] = {.lex_state = 72}, + [2298] = {.lex_state = 72}, + [2299] = {.lex_state = 15}, + [2300] = {.lex_state = 3}, + [2301] = {.lex_state = 10}, + [2302] = {.lex_state = 72}, + [2303] = {.lex_state = 72}, + [2304] = {.lex_state = 15}, + [2305] = {.lex_state = 72}, + [2306] = {.lex_state = 72}, + [2307] = {.lex_state = 72}, + [2308] = {.lex_state = 15}, + [2309] = {.lex_state = 25}, + [2310] = {.lex_state = 25}, + [2311] = {.lex_state = 25}, + [2312] = {.lex_state = 25}, + [2313] = {.lex_state = 15}, + [2314] = {.lex_state = 25}, + [2315] = {.lex_state = 25}, + [2316] = {.lex_state = 72}, + [2317] = {.lex_state = 15}, + [2318] = {.lex_state = 72}, + [2319] = {.lex_state = 72}, + [2320] = {.lex_state = 72}, + [2321] = {.lex_state = 72}, + [2322] = {.lex_state = 72}, + [2323] = {.lex_state = 72}, + [2324] = {.lex_state = 72}, + [2325] = {.lex_state = 72}, + [2326] = {.lex_state = 3}, + [2327] = {.lex_state = 10}, + [2328] = {.lex_state = 15}, + [2329] = {.lex_state = 10}, + [2330] = {.lex_state = 15}, + [2331] = {.lex_state = 29}, + [2332] = {.lex_state = 15}, + [2333] = {.lex_state = 72}, + [2334] = {.lex_state = 15}, + [2335] = {.lex_state = 15}, + [2336] = {.lex_state = 15}, + [2337] = {.lex_state = 15}, + [2338] = {.lex_state = 15}, + [2339] = {.lex_state = 15}, + [2340] = {.lex_state = 15}, + [2341] = {.lex_state = 17}, + [2342] = {.lex_state = 29}, + [2343] = {.lex_state = 29}, + [2344] = {.lex_state = 15}, + [2345] = {.lex_state = 72}, + [2346] = {.lex_state = 15}, + [2347] = {.lex_state = 17}, + [2348] = {.lex_state = 15}, + [2349] = {.lex_state = 15}, + [2350] = {.lex_state = 15}, + [2351] = {.lex_state = 15}, + [2352] = {.lex_state = 18}, + [2353] = {.lex_state = 15}, + [2354] = {.lex_state = 15}, + [2355] = {.lex_state = 3}, + [2356] = {.lex_state = 15}, + [2357] = {.lex_state = 15}, + [2358] = {.lex_state = 3}, + [2359] = {.lex_state = 15}, + [2360] = {.lex_state = 15}, + [2361] = {.lex_state = 15}, + [2362] = {.lex_state = 15}, + [2363] = {.lex_state = 72}, + [2364] = {.lex_state = 18}, + [2365] = {.lex_state = 29}, + [2366] = {.lex_state = 15}, + [2367] = {.lex_state = 15}, + [2368] = {.lex_state = 15}, + [2369] = {.lex_state = 15}, + [2370] = {.lex_state = 15}, + [2371] = {.lex_state = 15}, + [2372] = {.lex_state = 15}, + [2373] = {.lex_state = 15}, + [2374] = {.lex_state = 15}, + [2375] = {.lex_state = 15}, + [2376] = {.lex_state = 17}, + [2377] = {.lex_state = 29}, + [2378] = {.lex_state = 29}, + [2379] = {.lex_state = 15}, + [2380] = {.lex_state = 15}, + [2381] = {.lex_state = 15}, + [2382] = {.lex_state = 29}, + [2383] = {.lex_state = 15}, + [2384] = {.lex_state = 15}, + [2385] = {.lex_state = 29}, + [2386] = {.lex_state = 29}, + [2387] = {.lex_state = 15}, + [2388] = {.lex_state = 15}, + [2389] = {.lex_state = 15}, + [2390] = {.lex_state = 15}, + [2391] = {.lex_state = 29}, + [2392] = {.lex_state = 15}, + [2393] = {.lex_state = 15}, + [2394] = {.lex_state = 15}, + [2395] = {.lex_state = 15}, + [2396] = {.lex_state = 15}, + [2397] = {.lex_state = 15}, + [2398] = {.lex_state = 29}, + [2399] = {.lex_state = 29}, [2400] = {.lex_state = 17}, - [2401] = {.lex_state = 14}, - [2402] = {.lex_state = 14}, - [2403] = {.lex_state = 18}, - [2404] = {.lex_state = 3}, - [2405] = {.lex_state = 14}, - [2406] = {.lex_state = 14}, - [2407] = {.lex_state = 3}, - [2408] = {.lex_state = 14}, - [2409] = {.lex_state = 14}, - [2410] = {.lex_state = 14}, - [2411] = {.lex_state = 27}, - [2412] = {.lex_state = 14}, - [2413] = {.lex_state = 14}, - [2414] = {.lex_state = 14}, - [2415] = {.lex_state = 14}, - [2416] = {.lex_state = 14}, - [2417] = {.lex_state = 14}, - [2418] = {.lex_state = 27}, - [2419] = {.lex_state = 27}, - [2420] = {.lex_state = 10}, - [2421] = {.lex_state = 27}, - [2422] = {.lex_state = 10}, - [2423] = {.lex_state = 10}, - [2424] = {.lex_state = 10}, - [2425] = {.lex_state = 10}, - [2426] = {.lex_state = 10}, - [2427] = {.lex_state = 14}, - [2428] = {.lex_state = 10}, - [2429] = {.lex_state = 27}, - [2430] = {.lex_state = 14}, - [2431] = {.lex_state = 10}, - [2432] = {.lex_state = 27}, - [2433] = {.lex_state = 6}, - [2434] = {.lex_state = 10}, - [2435] = {.lex_state = 27}, - [2436] = {.lex_state = 27}, - [2437] = {.lex_state = 3}, - [2438] = {.lex_state = 27}, - [2439] = {.lex_state = 27}, - [2440] = {.lex_state = 27}, - [2441] = {.lex_state = 6}, - [2442] = {.lex_state = 6}, - [2443] = {.lex_state = 14}, - [2444] = {.lex_state = 10}, - [2445] = {.lex_state = 27}, - [2446] = {.lex_state = 14}, - [2447] = {.lex_state = 27}, - [2448] = {.lex_state = 14}, - [2449] = {.lex_state = 10}, - [2450] = {.lex_state = 14}, - [2451] = {.lex_state = 27}, - [2452] = {.lex_state = 10}, - [2453] = {.lex_state = 27}, - [2454] = {.lex_state = 27}, - [2455] = {.lex_state = 14}, - [2456] = {.lex_state = 10}, - [2457] = {.lex_state = 10}, - [2458] = {.lex_state = 10}, - [2459] = {.lex_state = 14}, - [2460] = {.lex_state = 10}, - [2461] = {.lex_state = 17}, - [2462] = {.lex_state = 14}, - [2463] = {.lex_state = 14}, - [2464] = {.lex_state = 17}, - [2465] = {.lex_state = 10}, - [2466] = {.lex_state = 17}, - [2467] = {.lex_state = 17}, - [2468] = {.lex_state = 17}, - [2469] = {.lex_state = 27}, - [2470] = {.lex_state = 10}, - [2471] = {.lex_state = 27}, - [2472] = {.lex_state = 3}, - [2473] = {.lex_state = 14}, - [2474] = {.lex_state = 14}, - [2475] = {.lex_state = 10}, - [2476] = {.lex_state = 10}, - [2477] = {.lex_state = 27}, - [2478] = {.lex_state = 14}, - [2479] = {.lex_state = 14}, - [2480] = {.lex_state = 27}, - [2481] = {.lex_state = 17}, - [2482] = {.lex_state = 27}, - [2483] = {.lex_state = 27}, - [2484] = {.lex_state = 27}, - [2485] = {.lex_state = 27}, - [2486] = {.lex_state = 27}, - [2487] = {.lex_state = 27}, - [2488] = {.lex_state = 10}, - [2489] = {.lex_state = 10}, - [2490] = {.lex_state = 14}, - [2491] = {.lex_state = 14}, - [2492] = {.lex_state = 14}, - [2493] = {.lex_state = 10}, - [2494] = {.lex_state = 27}, - [2495] = {.lex_state = 14}, - [2496] = {.lex_state = 14}, - [2497] = {.lex_state = 10}, - [2498] = {.lex_state = 10}, - [2499] = {.lex_state = 10}, - [2500] = {.lex_state = 70}, - [2501] = {.lex_state = 10}, - [2502] = {.lex_state = 6}, - [2503] = {.lex_state = 10}, - [2504] = {.lex_state = 27}, - [2505] = {.lex_state = 10}, - [2506] = {.lex_state = 14}, - [2507] = {.lex_state = 10}, - [2508] = {.lex_state = 27}, - [2509] = {.lex_state = 27}, - [2510] = {.lex_state = 10, .external_lex_state = 3}, - [2511] = {.lex_state = 14}, - [2512] = {.lex_state = 14}, - [2513] = {.lex_state = 14}, - [2514] = {.lex_state = 27}, - [2515] = {.lex_state = 10}, - [2516] = {.lex_state = 14}, - [2517] = {.lex_state = 14}, - [2518] = {.lex_state = 27}, - [2519] = {.lex_state = 70}, - [2520] = {.lex_state = 14}, - [2521] = {.lex_state = 27}, - [2522] = {.lex_state = 14}, - [2523] = {.lex_state = 10}, - [2524] = {.lex_state = 10}, - [2525] = {.lex_state = 6}, - [2526] = {.lex_state = 10, .external_lex_state = 4}, - [2527] = {.lex_state = 16}, - [2528] = {.lex_state = 14}, - [2529] = {.lex_state = 6}, - [2530] = {.lex_state = 14}, - [2531] = {.lex_state = 10}, - [2532] = {.lex_state = 10}, - [2533] = {.lex_state = 70}, - [2534] = {.lex_state = 10}, - [2535] = {.lex_state = 10}, - [2536] = {.lex_state = 10}, - [2537] = {.lex_state = 14}, - [2538] = {.lex_state = 10}, - [2539] = {.lex_state = 10, .external_lex_state = 4}, - [2540] = {.lex_state = 70}, - [2541] = {.lex_state = 6}, - [2542] = {.lex_state = 6}, - [2543] = {.lex_state = 14}, - [2544] = {.lex_state = 6}, - [2545] = {.lex_state = 6}, - [2546] = {.lex_state = 70}, - [2547] = {.lex_state = 14}, - [2548] = {.lex_state = 14}, - [2549] = {.lex_state = 6}, - [2550] = {.lex_state = 10}, - [2551] = {.lex_state = 6}, - [2552] = {.lex_state = 6}, - [2553] = {.lex_state = 14}, - [2554] = {.lex_state = 27}, - [2555] = {.lex_state = 10}, - [2556] = {.lex_state = 10}, - [2557] = {.lex_state = 70}, - [2558] = {.lex_state = 14}, - [2559] = {.lex_state = 70}, - [2560] = {.lex_state = 14}, - [2561] = {.lex_state = 70}, - [2562] = {.lex_state = 70}, - [2563] = {.lex_state = 70}, - [2564] = {.lex_state = 70}, - [2565] = {.lex_state = 6}, - [2566] = {.lex_state = 17}, + [2401] = {.lex_state = 17}, + [2402] = {.lex_state = 17}, + [2403] = {.lex_state = 17}, + [2404] = {.lex_state = 18}, + [2405] = {.lex_state = 15}, + [2406] = {.lex_state = 15}, + [2407] = {.lex_state = 15}, + [2408] = {.lex_state = 29}, + [2409] = {.lex_state = 13}, + [2410] = {.lex_state = 3}, + [2411] = {.lex_state = 18}, + [2412] = {.lex_state = 3}, + [2413] = {.lex_state = 25}, + [2414] = {.lex_state = 29}, + [2415] = {.lex_state = 29}, + [2416] = {.lex_state = 15}, + [2417] = {.lex_state = 15}, + [2418] = {.lex_state = 13}, + [2419] = {.lex_state = 18}, + [2420] = {.lex_state = 15}, + [2421] = {.lex_state = 15}, + [2422] = {.lex_state = 15}, + [2423] = {.lex_state = 15}, + [2424] = {.lex_state = 15}, + [2425] = {.lex_state = 15}, + [2426] = {.lex_state = 15}, + [2427] = {.lex_state = 18}, + [2428] = {.lex_state = 15}, + [2429] = {.lex_state = 15}, + [2430] = {.lex_state = 3}, + [2431] = {.lex_state = 72}, + [2432] = {.lex_state = 15}, + [2433] = {.lex_state = 29}, + [2434] = {.lex_state = 15}, + [2435] = {.lex_state = 17}, + [2436] = {.lex_state = 6}, + [2437] = {.lex_state = 17}, + [2438] = {.lex_state = 29}, + [2439] = {.lex_state = 29}, + [2440] = {.lex_state = 29}, + [2441] = {.lex_state = 15}, + [2442] = {.lex_state = 21}, + [2443] = {.lex_state = 72}, + [2444] = {.lex_state = 6}, + [2445] = {.lex_state = 15}, + [2446] = {.lex_state = 21}, + [2447] = {.lex_state = 29}, + [2448] = {.lex_state = 29}, + [2449] = {.lex_state = 29}, + [2450] = {.lex_state = 29}, + [2451] = {.lex_state = 29}, + [2452] = {.lex_state = 29}, + [2453] = {.lex_state = 21}, + [2454] = {.lex_state = 29}, + [2455] = {.lex_state = 15}, + [2456] = {.lex_state = 21}, + [2457] = {.lex_state = 21}, + [2458] = {.lex_state = 15}, + [2459] = {.lex_state = 21}, + [2460] = {.lex_state = 21, .external_lex_state = 3}, + [2461] = {.lex_state = 29}, + [2462] = {.lex_state = 29}, + [2463] = {.lex_state = 15}, + [2464] = {.lex_state = 29}, + [2465] = {.lex_state = 29}, + [2466] = {.lex_state = 15}, + [2467] = {.lex_state = 21}, + [2468] = {.lex_state = 21}, + [2469] = {.lex_state = 21}, + [2470] = {.lex_state = 21}, + [2471] = {.lex_state = 21}, + [2472] = {.lex_state = 29}, + [2473] = {.lex_state = 21}, + [2474] = {.lex_state = 15}, + [2475] = {.lex_state = 15}, + [2476] = {.lex_state = 15}, + [2477] = {.lex_state = 3}, + [2478] = {.lex_state = 29}, + [2479] = {.lex_state = 21}, + [2480] = {.lex_state = 21}, + [2481] = {.lex_state = 29}, + [2482] = {.lex_state = 21}, + [2483] = {.lex_state = 21}, + [2484] = {.lex_state = 21}, + [2485] = {.lex_state = 15}, + [2486] = {.lex_state = 21}, + [2487] = {.lex_state = 21}, + [2488] = {.lex_state = 15}, + [2489] = {.lex_state = 21}, + [2490] = {.lex_state = 29}, + [2491] = {.lex_state = 21}, + [2492] = {.lex_state = 6}, + [2493] = {.lex_state = 29}, + [2494] = {.lex_state = 21}, + [2495] = {.lex_state = 6}, + [2496] = {.lex_state = 15}, + [2497] = {.lex_state = 29}, + [2498] = {.lex_state = 29}, + [2499] = {.lex_state = 29}, + [2500] = {.lex_state = 15}, + [2501] = {.lex_state = 21}, + [2502] = {.lex_state = 29}, + [2503] = {.lex_state = 15}, + [2504] = {.lex_state = 29}, + [2505] = {.lex_state = 29}, + [2506] = {.lex_state = 29}, + [2507] = {.lex_state = 15}, + [2508] = {.lex_state = 21}, + [2509] = {.lex_state = 15}, + [2510] = {.lex_state = 15}, + [2511] = {.lex_state = 15}, + [2512] = {.lex_state = 15}, + [2513] = {.lex_state = 29}, + [2514] = {.lex_state = 17}, + [2515] = {.lex_state = 29}, + [2516] = {.lex_state = 21}, + [2517] = {.lex_state = 21}, + [2518] = {.lex_state = 17}, + [2519] = {.lex_state = 17}, + [2520] = {.lex_state = 17}, + [2521] = {.lex_state = 15}, + [2522] = {.lex_state = 15}, + [2523] = {.lex_state = 21}, + [2524] = {.lex_state = 21}, + [2525] = {.lex_state = 29}, + [2526] = {.lex_state = 29}, + [2527] = {.lex_state = 21}, + [2528] = {.lex_state = 21}, + [2529] = {.lex_state = 15}, + [2530] = {.lex_state = 15}, + [2531] = {.lex_state = 15}, + [2532] = {.lex_state = 21}, + [2533] = {.lex_state = 21}, + [2534] = {.lex_state = 21}, + [2535] = {.lex_state = 21}, + [2536] = {.lex_state = 29}, + [2537] = {.lex_state = 21}, + [2538] = {.lex_state = 31}, + [2539] = {.lex_state = 72}, + [2540] = {.lex_state = 72}, + [2541] = {.lex_state = 15}, + [2542] = {.lex_state = 17}, + [2543] = {.lex_state = 72}, + [2544] = {.lex_state = 72}, + [2545] = {.lex_state = 21}, + [2546] = {.lex_state = 17}, + [2547] = {.lex_state = 29}, + [2548] = {.lex_state = 21}, + [2549] = {.lex_state = 15}, + [2550] = {.lex_state = 17}, + [2551] = {.lex_state = 72}, + [2552] = {.lex_state = 15}, + [2553] = {.lex_state = 3}, + [2554] = {.lex_state = 29}, + [2555] = {.lex_state = 15}, + [2556] = {.lex_state = 15}, + [2557] = {.lex_state = 21}, + [2558] = {.lex_state = 21, .external_lex_state = 4}, + [2559] = {.lex_state = 15}, + [2560] = {.lex_state = 15}, + [2561] = {.lex_state = 6}, + [2562] = {.lex_state = 21}, + [2563] = {.lex_state = 16}, + [2564] = {.lex_state = 21, .external_lex_state = 4}, + [2565] = {.lex_state = 15}, + [2566] = {.lex_state = 6}, [2567] = {.lex_state = 6}, - [2568] = {.lex_state = 10}, - [2569] = {.lex_state = 6}, - [2570] = {.lex_state = 10}, - [2571] = {.lex_state = 3}, - [2572] = {.lex_state = 10}, - [2573] = {.lex_state = 70}, - [2574] = {.lex_state = 6}, - [2575] = {.lex_state = 10}, - [2576] = {.lex_state = 14}, - [2577] = {.lex_state = 14}, - [2578] = {.lex_state = 14}, - [2579] = {.lex_state = 14}, - [2580] = {.lex_state = 10}, - [2581] = {.lex_state = 10}, - [2582] = {.lex_state = 10, .external_lex_state = 4}, - [2583] = {.lex_state = 10}, - [2584] = {.lex_state = 27}, - [2585] = {.lex_state = 10}, - [2586] = {.lex_state = 10}, - [2587] = {.lex_state = 70}, - [2588] = {.lex_state = 10}, - [2589] = {.lex_state = 10}, - [2590] = {.lex_state = 14}, - [2591] = {.lex_state = 10}, - [2592] = {.lex_state = 10, .external_lex_state = 4}, - [2593] = {.lex_state = 70}, - [2594] = {.lex_state = 6}, - [2595] = {.lex_state = 6}, + [2568] = {.lex_state = 15}, + [2569] = {.lex_state = 15}, + [2570] = {.lex_state = 21}, + [2571] = {.lex_state = 29}, + [2572] = {.lex_state = 15}, + [2573] = {.lex_state = 72}, + [2574] = {.lex_state = 15}, + [2575] = {.lex_state = 15}, + [2576] = {.lex_state = 3}, + [2577] = {.lex_state = 15}, + [2578] = {.lex_state = 15}, + [2579] = {.lex_state = 15}, + [2580] = {.lex_state = 15}, + [2581] = {.lex_state = 21}, + [2582] = {.lex_state = 15}, + [2583] = {.lex_state = 6}, + [2584] = {.lex_state = 72}, + [2585] = {.lex_state = 15}, + [2586] = {.lex_state = 15}, + [2587] = {.lex_state = 15}, + [2588] = {.lex_state = 72}, + [2589] = {.lex_state = 21}, + [2590] = {.lex_state = 72}, + [2591] = {.lex_state = 21}, + [2592] = {.lex_state = 21}, + [2593] = {.lex_state = 21}, + [2594] = {.lex_state = 21}, + [2595] = {.lex_state = 21, .external_lex_state = 4}, [2596] = {.lex_state = 6}, - [2597] = {.lex_state = 10}, - [2598] = {.lex_state = 70}, - [2599] = {.lex_state = 6}, - [2600] = {.lex_state = 10}, - [2601] = {.lex_state = 70}, - [2602] = {.lex_state = 14}, - [2603] = {.lex_state = 6}, - [2604] = {.lex_state = 14}, - [2605] = {.lex_state = 27}, - [2606] = {.lex_state = 14}, - [2607] = {.lex_state = 10}, - [2608] = {.lex_state = 14}, - [2609] = {.lex_state = 14}, - [2610] = {.lex_state = 10}, - [2611] = {.lex_state = 10}, - [2612] = {.lex_state = 10}, - [2613] = {.lex_state = 10, .external_lex_state = 4}, - [2614] = {.lex_state = 10}, - [2615] = {.lex_state = 70}, - [2616] = {.lex_state = 10, .external_lex_state = 4}, - [2617] = {.lex_state = 70}, - [2618] = {.lex_state = 6}, - [2619] = {.lex_state = 6}, + [2597] = {.lex_state = 21}, + [2598] = {.lex_state = 21}, + [2599] = {.lex_state = 31}, + [2600] = {.lex_state = 6}, + [2601] = {.lex_state = 16}, + [2602] = {.lex_state = 6}, + [2603] = {.lex_state = 29}, + [2604] = {.lex_state = 21}, + [2605] = {.lex_state = 72}, + [2606] = {.lex_state = 21}, + [2607] = {.lex_state = 21}, + [2608] = {.lex_state = 21}, + [2609] = {.lex_state = 21}, + [2610] = {.lex_state = 21}, + [2611] = {.lex_state = 21, .external_lex_state = 4}, + [2612] = {.lex_state = 72}, + [2613] = {.lex_state = 6}, + [2614] = {.lex_state = 6}, + [2615] = {.lex_state = 29}, + [2616] = {.lex_state = 6}, + [2617] = {.lex_state = 6}, + [2618] = {.lex_state = 72}, + [2619] = {.lex_state = 72}, [2620] = {.lex_state = 6}, - [2621] = {.lex_state = 6}, - [2622] = {.lex_state = 17}, - [2623] = {.lex_state = 70}, - [2624] = {.lex_state = 10}, - [2625] = {.lex_state = 70}, - [2626] = {.lex_state = 6}, - [2627] = {.lex_state = 10, .external_lex_state = 4}, - [2628] = {.lex_state = 14}, - [2629] = {.lex_state = 14}, - [2630] = {.lex_state = 10, .external_lex_state = 4}, - [2631] = {.lex_state = 6}, - [2632] = {.lex_state = 6}, - [2633] = {.lex_state = 10, .external_lex_state = 4}, - [2634] = {.lex_state = 70}, - [2635] = {.lex_state = 70}, - [2636] = {.lex_state = 70}, - [2637] = {.lex_state = 14}, - [2638] = {.lex_state = 6}, - [2639] = {.lex_state = 17}, - [2640] = {.lex_state = 6}, - [2641] = {.lex_state = 6}, - [2642] = {.lex_state = 17}, - [2643] = {.lex_state = 29}, - [2644] = {.lex_state = 70}, - [2645] = {.lex_state = 6}, - [2646] = {.lex_state = 17}, - [2647] = {.lex_state = 27}, - [2648] = {.lex_state = 27}, - [2649] = {.lex_state = 70}, - [2650] = {.lex_state = 10}, - [2651] = {.lex_state = 70}, - [2652] = {.lex_state = 29}, - [2653] = {.lex_state = 14}, - [2654] = {.lex_state = 10, .external_lex_state = 4}, - [2655] = {.lex_state = 3}, - [2656] = {.lex_state = 27}, - [2657] = {.lex_state = 14}, - [2658] = {.lex_state = 70}, - [2659] = {.lex_state = 70}, - [2660] = {.lex_state = 70}, - [2661] = {.lex_state = 29}, - [2662] = {.lex_state = 14}, - [2663] = {.lex_state = 27}, + [2621] = {.lex_state = 17}, + [2622] = {.lex_state = 6}, + [2623] = {.lex_state = 6}, + [2624] = {.lex_state = 29}, + [2625] = {.lex_state = 21, .external_lex_state = 4}, + [2626] = {.lex_state = 21}, + [2627] = {.lex_state = 72}, + [2628] = {.lex_state = 72}, + [2629] = {.lex_state = 72}, + [2630] = {.lex_state = 72}, + [2631] = {.lex_state = 72}, + [2632] = {.lex_state = 72}, + [2633] = {.lex_state = 6}, + [2634] = {.lex_state = 15}, + [2635] = {.lex_state = 21}, + [2636] = {.lex_state = 6}, + [2637] = {.lex_state = 21}, + [2638] = {.lex_state = 21}, + [2639] = {.lex_state = 6}, + [2640] = {.lex_state = 72}, + [2641] = {.lex_state = 21}, + [2642] = {.lex_state = 21}, + [2643] = {.lex_state = 21}, + [2644] = {.lex_state = 17}, + [2645] = {.lex_state = 21}, + [2646] = {.lex_state = 15}, + [2647] = {.lex_state = 15}, + [2648] = {.lex_state = 15}, + [2649] = {.lex_state = 15}, + [2650] = {.lex_state = 21}, + [2651] = {.lex_state = 21}, + [2652] = {.lex_state = 21, .external_lex_state = 4}, + [2653] = {.lex_state = 21}, + [2654] = {.lex_state = 72}, + [2655] = {.lex_state = 21}, + [2656] = {.lex_state = 72}, + [2657] = {.lex_state = 21}, + [2658] = {.lex_state = 21}, + [2659] = {.lex_state = 21}, + [2660] = {.lex_state = 21, .external_lex_state = 4}, + [2661] = {.lex_state = 72}, + [2662] = {.lex_state = 6}, + [2663] = {.lex_state = 6}, [2664] = {.lex_state = 6}, - [2665] = {.lex_state = 70}, - [2666] = {.lex_state = 14}, - [2667] = {.lex_state = 14}, - [2668] = {.lex_state = 70}, - [2669] = {.lex_state = 70}, - [2670] = {.lex_state = 6}, - [2671] = {.lex_state = 6}, - [2672] = {.lex_state = 6}, - [2673] = {.lex_state = 27}, - [2674] = {.lex_state = 6}, - [2675] = {.lex_state = 70}, - [2676] = {.lex_state = 27}, - [2677] = {.lex_state = 14}, - [2678] = {.lex_state = 10}, - [2679] = {.lex_state = 6}, - [2680] = {.lex_state = 10}, - [2681] = {.lex_state = 6}, - [2682] = {.lex_state = 70}, + [2665] = {.lex_state = 6}, + [2666] = {.lex_state = 21}, + [2667] = {.lex_state = 6}, + [2668] = {.lex_state = 21, .external_lex_state = 4}, + [2669] = {.lex_state = 72}, + [2670] = {.lex_state = 72}, + [2671] = {.lex_state = 21}, + [2672] = {.lex_state = 17}, + [2673] = {.lex_state = 21}, + [2674] = {.lex_state = 21}, + [2675] = {.lex_state = 17}, + [2676] = {.lex_state = 6}, + [2677] = {.lex_state = 21, .external_lex_state = 4}, + [2678] = {.lex_state = 21}, + [2679] = {.lex_state = 72}, + [2680] = {.lex_state = 72}, + [2681] = {.lex_state = 21, .external_lex_state = 4}, + [2682] = {.lex_state = 72}, [2683] = {.lex_state = 6}, - [2684] = {.lex_state = 10}, - [2685] = {.lex_state = 10}, - [2686] = {.lex_state = 10}, - [2687] = {.lex_state = 10}, - [2688] = {.lex_state = 14}, - [2689] = {.lex_state = 14}, - [2690] = {.lex_state = 14}, - [2691] = {.lex_state = 10}, - [2692] = {.lex_state = 14}, - [2693] = {.lex_state = 10, .external_lex_state = 4}, - [2694] = {.lex_state = 14}, - [2695] = {.lex_state = 6}, - [2696] = {.lex_state = 27}, - [2697] = {.lex_state = 6}, - [2698] = {.lex_state = 10}, - [2699] = {.lex_state = 14}, - [2700] = {.lex_state = 14}, - [2701] = {.lex_state = 70}, - [2702] = {.lex_state = 70}, - [2703] = {.lex_state = 14}, - [2704] = {.lex_state = 10}, - [2705] = {.lex_state = 10}, - [2706] = {.lex_state = 6}, - [2707] = {.lex_state = 14}, - [2708] = {.lex_state = 16}, - [2709] = {.lex_state = 14}, - [2710] = {.lex_state = 70}, - [2711] = {.lex_state = 14}, - [2712] = {.lex_state = 10}, - [2713] = {.lex_state = 10}, + [2684] = {.lex_state = 6}, + [2685] = {.lex_state = 6}, + [2686] = {.lex_state = 6}, + [2687] = {.lex_state = 72}, + [2688] = {.lex_state = 72}, + [2689] = {.lex_state = 21, .external_lex_state = 4}, + [2690] = {.lex_state = 72}, + [2691] = {.lex_state = 21, .external_lex_state = 4}, + [2692] = {.lex_state = 6}, + [2693] = {.lex_state = 6}, + [2694] = {.lex_state = 21}, + [2695] = {.lex_state = 72}, + [2696] = {.lex_state = 6}, + [2697] = {.lex_state = 21}, + [2698] = {.lex_state = 15}, + [2699] = {.lex_state = 21}, + [2700] = {.lex_state = 17}, + [2701] = {.lex_state = 72}, + [2702] = {.lex_state = 6}, + [2703] = {.lex_state = 6}, + [2704] = {.lex_state = 17}, + [2705] = {.lex_state = 21}, + [2706] = {.lex_state = 17}, + [2707] = {.lex_state = 16}, + [2708] = {.lex_state = 3}, + [2709] = {.lex_state = 29}, + [2710] = {.lex_state = 72}, + [2711] = {.lex_state = 15}, + [2712] = {.lex_state = 21}, + [2713] = {.lex_state = 15}, [2714] = {.lex_state = 17}, - [2715] = {.lex_state = 70}, - [2716] = {.lex_state = 10}, - [2717] = {.lex_state = 10}, - [2718] = {.lex_state = 14}, + [2715] = {.lex_state = 72}, + [2716] = {.lex_state = 6}, + [2717] = {.lex_state = 72}, + [2718] = {.lex_state = 15}, [2719] = {.lex_state = 6}, - [2720] = {.lex_state = 70}, - [2721] = {.lex_state = 14}, - [2722] = {.lex_state = 3}, - [2723] = {.lex_state = 14}, - [2724] = {.lex_state = 14}, - [2725] = {.lex_state = 14}, - [2726] = {.lex_state = 14}, - [2727] = {.lex_state = 27}, - [2728] = {.lex_state = 14}, - [2729] = {.lex_state = 14}, - [2730] = {.lex_state = 14}, - [2731] = {.lex_state = 17}, - [2732] = {.lex_state = 14}, - [2733] = {.lex_state = 10}, - [2734] = {.lex_state = 10}, - [2735] = {.lex_state = 14}, - [2736] = {.lex_state = 10}, - [2737] = {.lex_state = 10, .external_lex_state = 4}, - [2738] = {.lex_state = 3}, - [2739] = {.lex_state = 6}, - [2740] = {.lex_state = 6}, - [2741] = {.lex_state = 14}, - [2742] = {.lex_state = 70}, - [2743] = {.lex_state = 10}, - [2744] = {.lex_state = 70}, - [2745] = {.lex_state = 10}, - [2746] = {.lex_state = 14}, - [2747] = {.lex_state = 10}, - [2748] = {.lex_state = 14}, - [2749] = {.lex_state = 10}, - [2750] = {.lex_state = 17}, - [2751] = {.lex_state = 70}, - [2752] = {.lex_state = 70}, - [2753] = {.lex_state = 3}, - [2754] = {.lex_state = 6}, - [2755] = {.lex_state = 10}, - [2756] = {.lex_state = 10}, - [2757] = {.lex_state = 10, .external_lex_state = 4}, - [2758] = {.lex_state = 10}, - [2759] = {.lex_state = 10}, - [2760] = {.lex_state = 16}, - [2761] = {.lex_state = 6}, - [2762] = {.lex_state = 6}, - [2763] = {.lex_state = 29}, - [2764] = {.lex_state = 10}, - [2765] = {.lex_state = 70}, - [2766] = {.lex_state = 6}, - [2767] = {.lex_state = 10}, - [2768] = {.lex_state = 70}, - [2769] = {.lex_state = 70}, - [2770] = {.lex_state = 10}, - [2771] = {.lex_state = 10}, - [2772] = {.lex_state = 10}, - [2773] = {.lex_state = 70}, - [2774] = {.lex_state = 70}, - [2775] = {.lex_state = 70}, - [2776] = {.lex_state = 14}, - [2777] = {.lex_state = 70}, - [2778] = {.lex_state = 17}, - [2779] = {.lex_state = 70}, - [2780] = {.lex_state = 70}, - [2781] = {.lex_state = 70}, - [2782] = {.lex_state = 70}, - [2783] = {.lex_state = 10}, - [2784] = {.lex_state = 70}, - [2785] = {.lex_state = 10}, - [2786] = {.lex_state = 70}, - [2787] = {.lex_state = 70}, - [2788] = {.lex_state = 70}, - [2789] = {.lex_state = 70}, - [2790] = {.lex_state = 17}, - [2791] = {.lex_state = 70}, - [2792] = {.lex_state = 70}, - [2793] = {.lex_state = 14}, - [2794] = {.lex_state = 70}, - [2795] = {.lex_state = 17}, - [2796] = {.lex_state = 70}, - [2797] = {.lex_state = 6}, - [2798] = {.lex_state = 70}, - [2799] = {.lex_state = 70}, - [2800] = {.lex_state = 14}, - [2801] = {.lex_state = 70}, - [2802] = {.lex_state = 70}, - [2803] = {.lex_state = 70}, - [2804] = {.lex_state = 70}, - [2805] = {.lex_state = 70}, - [2806] = {.lex_state = 70}, - [2807] = {.lex_state = 14}, - [2808] = {.lex_state = 70}, - [2809] = {.lex_state = 70}, - [2810] = {.lex_state = 70}, - [2811] = {.lex_state = 70}, - [2812] = {.lex_state = 70}, - [2813] = {.lex_state = 70}, - [2814] = {.lex_state = 14}, - [2815] = {.lex_state = 14}, - [2816] = {.lex_state = 70}, - [2817] = {.lex_state = 70}, - [2818] = {.lex_state = 70}, - [2819] = {.lex_state = 14}, - [2820] = {.lex_state = 70}, - [2821] = {.lex_state = 70}, - [2822] = {.lex_state = 70}, - [2823] = {.lex_state = 18}, - [2824] = {.lex_state = 70}, - [2825] = {.lex_state = 70}, - [2826] = {.lex_state = 17}, - [2827] = {.lex_state = 70}, - [2828] = {.lex_state = 70}, - [2829] = {.lex_state = 70}, - [2830] = {.lex_state = 17}, - [2831] = {.lex_state = 70}, - [2832] = {.lex_state = 70}, - [2833] = {.lex_state = 70}, - [2834] = {.lex_state = 17}, - [2835] = {.lex_state = 70}, - [2836] = {.lex_state = 70}, - [2837] = {.lex_state = 17}, - [2838] = {.lex_state = 70}, - [2839] = {.lex_state = 70}, - [2840] = {.lex_state = 70}, - [2841] = {.lex_state = 70}, - [2842] = {.lex_state = 14}, - [2843] = {.lex_state = 70}, - [2844] = {.lex_state = 70}, - [2845] = {.lex_state = 70}, - [2846] = {.lex_state = 70}, - [2847] = {.lex_state = 70}, - [2848] = {.lex_state = 70}, - [2849] = {.lex_state = 70}, - [2850] = {.lex_state = 70}, - [2851] = {.lex_state = 14}, - [2852] = {.lex_state = 70}, - [2853] = {.lex_state = 14}, - [2854] = {.lex_state = 70}, - [2855] = {.lex_state = 70}, - [2856] = {.lex_state = 70}, - [2857] = {.lex_state = 70}, - [2858] = {.lex_state = 70}, - [2859] = {.lex_state = 14}, - [2860] = {.lex_state = 70}, - [2861] = {.lex_state = 70}, - [2862] = {.lex_state = 70}, - [2863] = {.lex_state = 70}, - [2864] = {.lex_state = 70}, - [2865] = {.lex_state = 70}, - [2866] = {.lex_state = 70}, - [2867] = {.lex_state = 70}, - [2868] = {.lex_state = 70}, - [2869] = {.lex_state = 70}, - [2870] = {.lex_state = 70}, - [2871] = {.lex_state = 70}, - [2872] = {.lex_state = 70}, - [2873] = {.lex_state = 70}, - [2874] = {.lex_state = 70}, - [2875] = {.lex_state = 70}, - [2876] = {.lex_state = 70}, - [2877] = {.lex_state = 70}, - [2878] = {.lex_state = 70}, - [2879] = {.lex_state = 14}, - [2880] = {.lex_state = 70}, - [2881] = {.lex_state = 70}, - [2882] = {.lex_state = 70}, - [2883] = {.lex_state = 70}, - [2884] = {.lex_state = 70}, - [2885] = {.lex_state = 70}, - [2886] = {.lex_state = 17}, - [2887] = {.lex_state = 70}, - [2888] = {.lex_state = 70}, - [2889] = {.lex_state = 70}, - [2890] = {.lex_state = 70}, - [2891] = {.lex_state = 70}, - [2892] = {.lex_state = 70}, - [2893] = {.lex_state = 70}, - [2894] = {.lex_state = 70}, - [2895] = {.lex_state = 70}, - [2896] = {.lex_state = 70}, - [2897] = {.lex_state = 70}, - [2898] = {.lex_state = 17}, - [2899] = {.lex_state = 70}, - [2900] = {.lex_state = 70}, - [2901] = {.lex_state = 70}, - [2902] = {.lex_state = 70}, - [2903] = {.lex_state = 70}, - [2904] = {.lex_state = 17}, - [2905] = {.lex_state = 70}, - [2906] = {.lex_state = 14}, - [2907] = {.lex_state = 70}, - [2908] = {.lex_state = 70}, - [2909] = {.lex_state = 70}, - [2910] = {.lex_state = 18}, - [2911] = {.lex_state = 18}, - [2912] = {.lex_state = 70}, - [2913] = {.lex_state = 70}, - [2914] = {.lex_state = 70}, - [2915] = {.lex_state = 70}, - [2916] = {.lex_state = 27}, - [2917] = {.lex_state = 70}, - [2918] = {.lex_state = 6}, - [2919] = {.lex_state = 17}, - [2920] = {.lex_state = 70}, - [2921] = {.lex_state = 70}, - [2922] = {.lex_state = 70}, - [2923] = {.lex_state = 70}, - [2924] = {.lex_state = 27}, - [2925] = {.lex_state = 70}, - [2926] = {.lex_state = 70}, - [2927] = {.lex_state = 70}, - [2928] = {.lex_state = 70}, - [2929] = {.lex_state = 70}, - [2930] = {.lex_state = 70}, - [2931] = {.lex_state = 18}, - [2932] = {.lex_state = 6}, - [2933] = {.lex_state = 70}, - [2934] = {.lex_state = 70}, - [2935] = {.lex_state = 70}, - [2936] = {.lex_state = 70}, - [2937] = {.lex_state = 70}, - [2938] = {.lex_state = 70}, - [2939] = {.lex_state = 70}, - [2940] = {.lex_state = 70}, - [2941] = {.lex_state = 70}, - [2942] = {.lex_state = 70}, - [2943] = {.lex_state = 14}, - [2944] = {.lex_state = 70}, - [2945] = {.lex_state = 70}, - [2946] = {.lex_state = 70}, - [2947] = {.lex_state = 70}, - [2948] = {.lex_state = 6}, - [2949] = {.lex_state = 70}, - [2950] = {.lex_state = 70}, - [2951] = {.lex_state = 70}, - [2952] = {.lex_state = 17}, - [2953] = {.lex_state = 70}, - [2954] = {.lex_state = 70}, - [2955] = {.lex_state = 14}, - [2956] = {.lex_state = 70}, - [2957] = {.lex_state = 70}, - [2958] = {.lex_state = 70}, - [2959] = {.lex_state = 70}, - [2960] = {.lex_state = 70}, - [2961] = {.lex_state = 70}, - [2962] = {.lex_state = 6}, - [2963] = {.lex_state = 70}, - [2964] = {.lex_state = 70}, - [2965] = {.lex_state = 6}, - [2966] = {.lex_state = 17}, - [2967] = {.lex_state = 17}, - [2968] = {.lex_state = 17}, - [2969] = {.lex_state = 17}, - [2970] = {.lex_state = 70}, - [2971] = {.lex_state = 70}, - [2972] = {.lex_state = 70}, - [2973] = {.lex_state = 14}, - [2974] = {.lex_state = 17}, - [2975] = {.lex_state = 70}, - [2976] = {.lex_state = 70}, - [2977] = {.lex_state = 70}, - [2978] = {.lex_state = 70}, - [2979] = {.lex_state = 70}, - [2980] = {.lex_state = 17}, - [2981] = {.lex_state = 70}, - [2982] = {.lex_state = 14}, - [2983] = {.lex_state = 10}, - [2984] = {.lex_state = 70}, - [2985] = {.lex_state = 17}, - [2986] = {.lex_state = 17}, - [2987] = {.lex_state = 70}, - [2988] = {.lex_state = 70}, - [2989] = {.lex_state = 70}, - [2990] = {.lex_state = 70}, - [2991] = {.lex_state = 70}, - [2992] = {.lex_state = 70}, - [2993] = {.lex_state = 17}, - [2994] = {.lex_state = 14}, - [2995] = {.lex_state = 17}, - [2996] = {.lex_state = 17}, - [2997] = {.lex_state = 70}, + [2720] = {.lex_state = 15}, + [2721] = {.lex_state = 72}, + [2722] = {.lex_state = 21}, + [2723] = {.lex_state = 15}, + [2724] = {.lex_state = 72}, + [2725] = {.lex_state = 6}, + [2726] = {.lex_state = 6}, + [2727] = {.lex_state = 6}, + [2728] = {.lex_state = 29}, + [2729] = {.lex_state = 15}, + [2730] = {.lex_state = 6}, + [2731] = {.lex_state = 15}, + [2732] = {.lex_state = 15}, + [2733] = {.lex_state = 21}, + [2734] = {.lex_state = 72}, + [2735] = {.lex_state = 31}, + [2736] = {.lex_state = 21}, + [2737] = {.lex_state = 72}, + [2738] = {.lex_state = 15}, + [2739] = {.lex_state = 72}, + [2740] = {.lex_state = 72}, + [2741] = {.lex_state = 72}, + [2742] = {.lex_state = 21}, + [2743] = {.lex_state = 21}, + [2744] = {.lex_state = 15}, + [2745] = {.lex_state = 29}, + [2746] = {.lex_state = 15}, + [2747] = {.lex_state = 15}, + [2748] = {.lex_state = 6}, + [2749] = {.lex_state = 15}, + [2750] = {.lex_state = 15}, + [2751] = {.lex_state = 21}, + [2752] = {.lex_state = 21}, + [2753] = {.lex_state = 15}, + [2754] = {.lex_state = 29}, + [2755] = {.lex_state = 21}, + [2756] = {.lex_state = 21}, + [2757] = {.lex_state = 72}, + [2758] = {.lex_state = 6}, + [2759] = {.lex_state = 3}, + [2760] = {.lex_state = 15}, + [2761] = {.lex_state = 15}, + [2762] = {.lex_state = 15}, + [2763] = {.lex_state = 15}, + [2764] = {.lex_state = 31}, + [2765] = {.lex_state = 6}, + [2766] = {.lex_state = 15}, + [2767] = {.lex_state = 15}, + [2768] = {.lex_state = 21}, + [2769] = {.lex_state = 17}, + [2770] = {.lex_state = 3}, + [2771] = {.lex_state = 15}, + [2772] = {.lex_state = 72}, + [2773] = {.lex_state = 15}, + [2774] = {.lex_state = 15}, + [2775] = {.lex_state = 15}, + [2776] = {.lex_state = 72}, + [2777] = {.lex_state = 15}, + [2778] = {.lex_state = 6}, + [2779] = {.lex_state = 6}, + [2780] = {.lex_state = 21}, + [2781] = {.lex_state = 21}, + [2782] = {.lex_state = 6}, + [2783] = {.lex_state = 6}, + [2784] = {.lex_state = 21, .external_lex_state = 4}, + [2785] = {.lex_state = 6}, + [2786] = {.lex_state = 21}, + [2787] = {.lex_state = 21}, + [2788] = {.lex_state = 6}, + [2789] = {.lex_state = 72}, + [2790] = {.lex_state = 15}, + [2791] = {.lex_state = 72}, + [2792] = {.lex_state = 72}, + [2793] = {.lex_state = 17}, + [2794] = {.lex_state = 72}, + [2795] = {.lex_state = 72}, + [2796] = {.lex_state = 15}, + [2797] = {.lex_state = 15}, + [2798] = {.lex_state = 72}, + [2799] = {.lex_state = 72}, + [2800] = {.lex_state = 72}, + [2801] = {.lex_state = 72}, + [2802] = {.lex_state = 15}, + [2803] = {.lex_state = 72}, + [2804] = {.lex_state = 72}, + [2805] = {.lex_state = 72}, + [2806] = {.lex_state = 72}, + [2807] = {.lex_state = 72}, + [2808] = {.lex_state = 15}, + [2809] = {.lex_state = 72}, + [2810] = {.lex_state = 72}, + [2811] = {.lex_state = 72}, + [2812] = {.lex_state = 72}, + [2813] = {.lex_state = 72}, + [2814] = {.lex_state = 72}, + [2815] = {.lex_state = 72}, + [2816] = {.lex_state = 72}, + [2817] = {.lex_state = 72}, + [2818] = {.lex_state = 72}, + [2819] = {.lex_state = 72}, + [2820] = {.lex_state = 72}, + [2821] = {.lex_state = 72}, + [2822] = {.lex_state = 72}, + [2823] = {.lex_state = 72}, + [2824] = {.lex_state = 72}, + [2825] = {.lex_state = 72}, + [2826] = {.lex_state = 72}, + [2827] = {.lex_state = 15}, + [2828] = {.lex_state = 15}, + [2829] = {.lex_state = 72}, + [2830] = {.lex_state = 72}, + [2831] = {.lex_state = 72}, + [2832] = {.lex_state = 72}, + [2833] = {.lex_state = 72}, + [2834] = {.lex_state = 72}, + [2835] = {.lex_state = 15}, + [2836] = {.lex_state = 72}, + [2837] = {.lex_state = 72}, + [2838] = {.lex_state = 72}, + [2839] = {.lex_state = 72}, + [2840] = {.lex_state = 72}, + [2841] = {.lex_state = 18}, + [2842] = {.lex_state = 72}, + [2843] = {.lex_state = 72}, + [2844] = {.lex_state = 72}, + [2845] = {.lex_state = 72}, + [2846] = {.lex_state = 72}, + [2847] = {.lex_state = 72}, + [2848] = {.lex_state = 72}, + [2849] = {.lex_state = 72}, + [2850] = {.lex_state = 72}, + [2851] = {.lex_state = 72}, + [2852] = {.lex_state = 72}, + [2853] = {.lex_state = 6}, + [2854] = {.lex_state = 72}, + [2855] = {.lex_state = 72}, + [2856] = {.lex_state = 72}, + [2857] = {.lex_state = 72}, + [2858] = {.lex_state = 72}, + [2859] = {.lex_state = 72}, + [2860] = {.lex_state = 72}, + [2861] = {.lex_state = 72}, + [2862] = {.lex_state = 72}, + [2863] = {.lex_state = 72}, + [2864] = {.lex_state = 72}, + [2865] = {.lex_state = 72}, + [2866] = {.lex_state = 72}, + [2867] = {.lex_state = 72}, + [2868] = {.lex_state = 18}, + [2869] = {.lex_state = 72}, + [2870] = {.lex_state = 72}, + [2871] = {.lex_state = 72}, + [2872] = {.lex_state = 17}, + [2873] = {.lex_state = 17}, + [2874] = {.lex_state = 72}, + [2875] = {.lex_state = 72}, + [2876] = {.lex_state = 15}, + [2877] = {.lex_state = 72}, + [2878] = {.lex_state = 72}, + [2879] = {.lex_state = 72}, + [2880] = {.lex_state = 72}, + [2881] = {.lex_state = 72}, + [2882] = {.lex_state = 72}, + [2883] = {.lex_state = 72}, + [2884] = {.lex_state = 17}, + [2885] = {.lex_state = 17}, + [2886] = {.lex_state = 21}, + [2887] = {.lex_state = 72}, + [2888] = {.lex_state = 72}, + [2889] = {.lex_state = 72}, + [2890] = {.lex_state = 72}, + [2891] = {.lex_state = 72}, + [2892] = {.lex_state = 72}, + [2893] = {.lex_state = 72}, + [2894] = {.lex_state = 72}, + [2895] = {.lex_state = 17}, + [2896] = {.lex_state = 72}, + [2897] = {.lex_state = 72}, + [2898] = {.lex_state = 72}, + [2899] = {.lex_state = 17}, + [2900] = {.lex_state = 72}, + [2901] = {.lex_state = 17}, + [2902] = {.lex_state = 72}, + [2903] = {.lex_state = 17}, + [2904] = {.lex_state = 72}, + [2905] = {.lex_state = 17}, + [2906] = {.lex_state = 72}, + [2907] = {.lex_state = 17}, + [2908] = {.lex_state = 17}, + [2909] = {.lex_state = 72}, + [2910] = {.lex_state = 72}, + [2911] = {.lex_state = 17}, + [2912] = {.lex_state = 15}, + [2913] = {.lex_state = 18}, + [2914] = {.lex_state = 72}, + [2915] = {.lex_state = 72}, + [2916] = {.lex_state = 72}, + [2917] = {.lex_state = 72}, + [2918] = {.lex_state = 72}, + [2919] = {.lex_state = 72}, + [2920] = {.lex_state = 72}, + [2921] = {.lex_state = 72}, + [2922] = {.lex_state = 72}, + [2923] = {.lex_state = 72}, + [2924] = {.lex_state = 72}, + [2925] = {.lex_state = 72}, + [2926] = {.lex_state = 72}, + [2927] = {.lex_state = 72}, + [2928] = {.lex_state = 72}, + [2929] = {.lex_state = 72}, + [2930] = {.lex_state = 72}, + [2931] = {.lex_state = 15}, + [2932] = {.lex_state = 18}, + [2933] = {.lex_state = 72}, + [2934] = {.lex_state = 72}, + [2935] = {.lex_state = 72}, + [2936] = {.lex_state = 17}, + [2937] = {.lex_state = 72}, + [2938] = {.lex_state = 72}, + [2939] = {.lex_state = 17}, + [2940] = {.lex_state = 6}, + [2941] = {.lex_state = 72}, + [2942] = {.lex_state = 15}, + [2943] = {.lex_state = 72}, + [2944] = {.lex_state = 72}, + [2945] = {.lex_state = 72}, + [2946] = {.lex_state = 72}, + [2947] = {.lex_state = 6}, + [2948] = {.lex_state = 72}, + [2949] = {.lex_state = 29}, + [2950] = {.lex_state = 72}, + [2951] = {.lex_state = 72}, + [2952] = {.lex_state = 72}, + [2953] = {.lex_state = 72}, + [2954] = {.lex_state = 72}, + [2955] = {.lex_state = 72}, + [2956] = {.lex_state = 72}, + [2957] = {.lex_state = 72}, + [2958] = {.lex_state = 72}, + [2959] = {.lex_state = 72}, + [2960] = {.lex_state = 72}, + [2961] = {.lex_state = 6}, + [2962] = {.lex_state = 72}, + [2963] = {.lex_state = 72}, + [2964] = {.lex_state = 72}, + [2965] = {.lex_state = 72}, + [2966] = {.lex_state = 72}, + [2967] = {.lex_state = 72}, + [2968] = {.lex_state = 72}, + [2969] = {.lex_state = 72}, + [2970] = {.lex_state = 72}, + [2971] = {.lex_state = 72}, + [2972] = {.lex_state = 72}, + [2973] = {.lex_state = 72}, + [2974] = {.lex_state = 72}, + [2975] = {.lex_state = 72}, + [2976] = {.lex_state = 72}, + [2977] = {.lex_state = 15}, + [2978] = {.lex_state = 72}, + [2979] = {.lex_state = 72}, + [2980] = {.lex_state = 15}, + [2981] = {.lex_state = 6}, + [2982] = {.lex_state = 72}, + [2983] = {.lex_state = 72}, + [2984] = {.lex_state = 72}, + [2985] = {.lex_state = 72}, + [2986] = {.lex_state = 15}, + [2987] = {.lex_state = 72}, + [2988] = {.lex_state = 72}, + [2989] = {.lex_state = 72}, + [2990] = {.lex_state = 72}, + [2991] = {.lex_state = 72}, + [2992] = {.lex_state = 72}, + [2993] = {.lex_state = 72}, + [2994] = {.lex_state = 72}, + [2995] = {.lex_state = 15}, + [2996] = {.lex_state = 72}, + [2997] = {.lex_state = 72}, [2998] = {.lex_state = 17}, [2999] = {.lex_state = 17}, - [3000] = {.lex_state = 17}, - [3001] = {.lex_state = 14}, - [3002] = {.lex_state = 70}, + [3000] = {.lex_state = 6}, + [3001] = {.lex_state = 17}, + [3002] = {.lex_state = 17}, [3003] = {.lex_state = 17}, - [3004] = {.lex_state = 14}, - [3005] = {.lex_state = 70}, - [3006] = {.lex_state = 17}, - [3007] = {.lex_state = 70}, - [3008] = {.lex_state = 70}, - [3009] = {.lex_state = 70}, - [3010] = {.lex_state = 70}, - [3011] = {.lex_state = 70}, - [3012] = {.lex_state = 70}, - [3013] = {.lex_state = 6}, - [3014] = {.lex_state = 14}, - [3015] = {.lex_state = 17}, - [3016] = {.lex_state = 70}, - [3017] = {.lex_state = 70}, - [3018] = {.lex_state = 70}, - [3019] = {.lex_state = 17}, - [3020] = {.lex_state = 14}, - [3021] = {.lex_state = 17}, - [3022] = {.lex_state = 70}, - [3023] = {.lex_state = 17}, - [3024] = {.lex_state = 17}, - [3025] = {.lex_state = 70}, - [3026] = {.lex_state = 70}, - [3027] = {.lex_state = 70}, - [3028] = {.lex_state = 17}, - [3029] = {.lex_state = 6}, - [3030] = {.lex_state = 17}, - [3031] = {.lex_state = 70}, - [3032] = {.lex_state = 10}, - [3033] = {.lex_state = 70}, - [3034] = {.lex_state = 70}, - [3035] = {.lex_state = 70}, - [3036] = {.lex_state = 70}, - [3037] = {.lex_state = 70}, - [3038] = {.lex_state = 70}, - [3039] = {.lex_state = 70}, - [3040] = {.lex_state = 70}, - [3041] = {.lex_state = 70}, - [3042] = {.lex_state = 70}, - [3043] = {.lex_state = 6}, - [3044] = {.lex_state = 70}, - [3045] = {.lex_state = 70}, - [3046] = {.lex_state = 70}, - [3047] = {.lex_state = 70}, - [3048] = {.lex_state = 70}, - [3049] = {.lex_state = 70}, - [3050] = {.lex_state = 14}, + [3004] = {.lex_state = 17}, + [3005] = {.lex_state = 72}, + [3006] = {.lex_state = 72}, + [3007] = {.lex_state = 72}, + [3008] = {.lex_state = 72}, + [3009] = {.lex_state = 72}, + [3010] = {.lex_state = 72}, + [3011] = {.lex_state = 72}, + [3012] = {.lex_state = 72}, + [3013] = {.lex_state = 72}, + [3014] = {.lex_state = 21, .external_lex_state = 4}, + [3015] = {.lex_state = 72}, + [3016] = {.lex_state = 17}, + [3017] = {.lex_state = 17}, + [3018] = {.lex_state = 72}, + [3019] = {.lex_state = 72}, + [3020] = {.lex_state = 17}, + [3021] = {.lex_state = 72}, + [3022] = {.lex_state = 72}, + [3023] = {.lex_state = 72}, + [3024] = {.lex_state = 72}, + [3025] = {.lex_state = 6}, + [3026] = {.lex_state = 72}, + [3027] = {.lex_state = 72}, + [3028] = {.lex_state = 72}, + [3029] = {.lex_state = 29}, + [3030] = {.lex_state = 72}, + [3031] = {.lex_state = 17}, + [3032] = {.lex_state = 15}, + [3033] = {.lex_state = 15}, + [3034] = {.lex_state = 15}, + [3035] = {.lex_state = 21}, + [3036] = {.lex_state = 72}, + [3037] = {.lex_state = 17}, + [3038] = {.lex_state = 72}, + [3039] = {.lex_state = 72}, + [3040] = {.lex_state = 72}, + [3041] = {.lex_state = 72}, + [3042] = {.lex_state = 17}, + [3043] = {.lex_state = 17}, + [3044] = {.lex_state = 17}, + [3045] = {.lex_state = 17}, + [3046] = {.lex_state = 17}, + [3047] = {.lex_state = 72}, + [3048] = {.lex_state = 15}, + [3049] = {.lex_state = 15}, + [3050] = {.lex_state = 17}, [3051] = {.lex_state = 17}, - [3052] = {.lex_state = 70}, - [3053] = {.lex_state = 70}, - [3054] = {.lex_state = 18}, - [3055] = {.lex_state = 70}, - [3056] = {.lex_state = 70}, - [3057] = {.lex_state = 70}, - [3058] = {.lex_state = 70}, - [3059] = {.lex_state = 70}, - [3060] = {.lex_state = 70}, - [3061] = {.lex_state = 70}, - [3062] = {.lex_state = 14}, - [3063] = {.lex_state = 70}, - [3064] = {.lex_state = 70}, - [3065] = {.lex_state = 6}, - [3066] = {.lex_state = 70}, - [3067] = {.lex_state = 70}, - [3068] = {.lex_state = 6}, - [3069] = {.lex_state = 70}, - [3070] = {.lex_state = 70}, - [3071] = {.lex_state = 17}, - [3072] = {.lex_state = 70}, - [3073] = {.lex_state = 6}, - [3074] = {.lex_state = 70}, - [3075] = {.lex_state = 6}, - [3076] = {.lex_state = 70}, - [3077] = {.lex_state = 6}, - [3078] = {.lex_state = 70}, - [3079] = {.lex_state = 14}, - [3080] = {.lex_state = 14}, - [3081] = {.lex_state = 70}, - [3082] = {.lex_state = 10, .external_lex_state = 4}, - [3083] = {.lex_state = 70}, - [3084] = {.lex_state = 70}, - [3085] = {.lex_state = 14}, - [3086] = {.lex_state = 27}, - [3087] = {.lex_state = 14}, - [3088] = {.lex_state = 14}, - [3089] = {.lex_state = 70}, - [3090] = {.lex_state = 14}, - [3091] = {.lex_state = 70}, - [3092] = {.lex_state = 70}, - [3093] = {.lex_state = 14}, - [3094] = {.lex_state = 10, .external_lex_state = 5}, - [3095] = {.lex_state = 14}, - [3096] = {.lex_state = 70}, - [3097] = {.lex_state = 14}, - [3098] = {.lex_state = 14}, - [3099] = {.lex_state = 14}, - [3100] = {.lex_state = 14}, - [3101] = {.lex_state = 14}, - [3102] = {.lex_state = 70}, - [3103] = {.lex_state = 70}, - [3104] = {.lex_state = 14}, - [3105] = {.lex_state = 70}, - [3106] = {.lex_state = 70}, - [3107] = {.lex_state = 14}, - [3108] = {.lex_state = 70}, - [3109] = {.lex_state = 14}, - [3110] = {.lex_state = 14}, - [3111] = {.lex_state = 14}, - [3112] = {.lex_state = 14}, - [3113] = {.lex_state = 70}, - [3114] = {.lex_state = 14}, - [3115] = {.lex_state = 14}, - [3116] = {.lex_state = 70}, - [3117] = {.lex_state = 70}, - [3118] = {.lex_state = 6}, - [3119] = {.lex_state = 70}, - [3120] = {.lex_state = 70}, - [3121] = {.lex_state = 14}, - [3122] = {.lex_state = 70}, - [3123] = {.lex_state = 70}, - [3124] = {.lex_state = 14}, - [3125] = {.lex_state = 70}, - [3126] = {.lex_state = 70, .external_lex_state = 6}, - [3127] = {.lex_state = 14}, - [3128] = {.lex_state = 14}, - [3129] = {.lex_state = 70}, - [3130] = {.lex_state = 70}, - [3131] = {.lex_state = 70}, - [3132] = {.lex_state = 70}, - [3133] = {.lex_state = 70}, - [3134] = {.lex_state = 14}, - [3135] = {.lex_state = 70}, - [3136] = {.lex_state = 14}, - [3137] = {.lex_state = 70}, - [3138] = {.lex_state = 27}, - [3139] = {.lex_state = 27}, - [3140] = {.lex_state = 14}, - [3141] = {.lex_state = 70}, - [3142] = {.lex_state = 70}, - [3143] = {.lex_state = 14}, - [3144] = {.lex_state = 14}, - [3145] = {.lex_state = 70}, - [3146] = {.lex_state = 70}, - [3147] = {.lex_state = 70}, - [3148] = {.lex_state = 14}, - [3149] = {.lex_state = 70}, - [3150] = {.lex_state = 70}, - [3151] = {.lex_state = 70}, - [3152] = {.lex_state = 70}, - [3153] = {.lex_state = 14}, - [3154] = {.lex_state = 14}, - [3155] = {.lex_state = 70}, - [3156] = {.lex_state = 70}, - [3157] = {.lex_state = 14}, - [3158] = {.lex_state = 14}, - [3159] = {.lex_state = 14}, - [3160] = {.lex_state = 14}, - [3161] = {.lex_state = 14}, - [3162] = {.lex_state = 70}, - [3163] = {.lex_state = 70}, - [3164] = {.lex_state = 70}, - [3165] = {.lex_state = 70}, - [3166] = {.lex_state = 70}, - [3167] = {.lex_state = 70}, - [3168] = {.lex_state = 70}, - [3169] = {.lex_state = 70}, - [3170] = {.lex_state = 70}, - [3171] = {.lex_state = 70}, - [3172] = {.lex_state = 70}, - [3173] = {.lex_state = 70}, - [3174] = {.lex_state = 70}, - [3175] = {.lex_state = 70}, - [3176] = {.lex_state = 14}, - [3177] = {.lex_state = 14}, - [3178] = {.lex_state = 70}, - [3179] = {.lex_state = 70}, - [3180] = {.lex_state = 70}, - [3181] = {.lex_state = 70}, - [3182] = {.lex_state = 70}, - [3183] = {.lex_state = 14}, - [3184] = {.lex_state = 70}, - [3185] = {.lex_state = 70}, - [3186] = {.lex_state = 14}, - [3187] = {.lex_state = 70}, - [3188] = {.lex_state = 14}, - [3189] = {.lex_state = 70}, - [3190] = {.lex_state = 14}, - [3191] = {.lex_state = 14}, - [3192] = {.lex_state = 70}, - [3193] = {.lex_state = 70}, - [3194] = {.lex_state = 70}, - [3195] = {.lex_state = 70}, - [3196] = {.lex_state = 70}, - [3197] = {.lex_state = 70}, - [3198] = {.lex_state = 14}, - [3199] = {.lex_state = 14}, - [3200] = {.lex_state = 14}, - [3201] = {.lex_state = 14}, - [3202] = {.lex_state = 14}, - [3203] = {.lex_state = 14}, - [3204] = {.lex_state = 70}, - [3205] = {.lex_state = 14}, - [3206] = {.lex_state = 70}, - [3207] = {.lex_state = 14}, - [3208] = {.lex_state = 14}, - [3209] = {.lex_state = 14}, - [3210] = {.lex_state = 14}, - [3211] = {.lex_state = 14}, - [3212] = {.lex_state = 70}, - [3213] = {.lex_state = 70}, - [3214] = {.lex_state = 70}, - [3215] = {.lex_state = 70}, - [3216] = {.lex_state = 70}, - [3217] = {.lex_state = 14}, - [3218] = {.lex_state = 14}, - [3219] = {.lex_state = 14}, - [3220] = {.lex_state = 14}, - [3221] = {.lex_state = 14}, - [3222] = {.lex_state = 14}, - [3223] = {.lex_state = 14}, - [3224] = {.lex_state = 14}, - [3225] = {.lex_state = 14}, - [3226] = {.lex_state = 14}, - [3227] = {.lex_state = 14}, - [3228] = {.lex_state = 14}, - [3229] = {.lex_state = 14}, - [3230] = {.lex_state = 14}, - [3231] = {.lex_state = 14}, - [3232] = {.lex_state = 14}, - [3233] = {.lex_state = 70}, - [3234] = {.lex_state = 14}, - [3235] = {.lex_state = 14}, - [3236] = {.lex_state = 70}, - [3237] = {.lex_state = 70}, - [3238] = {.lex_state = 70}, - [3239] = {.lex_state = 70}, - [3240] = {.lex_state = 70}, - [3241] = {.lex_state = 70}, - [3242] = {.lex_state = 70}, - [3243] = {.lex_state = 70}, - [3244] = {.lex_state = 14}, - [3245] = {.lex_state = 14}, - [3246] = {.lex_state = 70}, - [3247] = {.lex_state = 14}, - [3248] = {.lex_state = 70}, - [3249] = {.lex_state = 70, .external_lex_state = 6}, - [3250] = {.lex_state = 14}, - [3251] = {.lex_state = 70}, - [3252] = {.lex_state = 14}, - [3253] = {.lex_state = 10}, - [3254] = {.lex_state = 70}, - [3255] = {.lex_state = 70}, - [3256] = {.lex_state = 70}, - [3257] = {.lex_state = 27}, - [3258] = {.lex_state = 14}, - [3259] = {.lex_state = 70}, - [3260] = {.lex_state = 70}, - [3261] = {.lex_state = 14}, - [3262] = {.lex_state = 70}, - [3263] = {.lex_state = 70}, - [3264] = {.lex_state = 5}, - [3265] = {.lex_state = 5}, - [3266] = {.lex_state = 14}, - [3267] = {.lex_state = 70}, - [3268] = {.lex_state = 70}, - [3269] = {.lex_state = 70}, - [3270] = {.lex_state = 70}, - [3271] = {.lex_state = 70}, - [3272] = {.lex_state = 70}, - [3273] = {.lex_state = 70}, - [3274] = {.lex_state = 10, .external_lex_state = 5}, - [3275] = {.lex_state = 70}, - [3276] = {.lex_state = 70}, - [3277] = {.lex_state = 70}, - [3278] = {.lex_state = 70}, - [3279] = {.lex_state = 70}, - [3280] = {.lex_state = 70}, - [3281] = {.lex_state = 70}, - [3282] = {.lex_state = 70}, - [3283] = {.lex_state = 70}, - [3284] = {.lex_state = 70}, - [3285] = {.lex_state = 14}, - [3286] = {.lex_state = 14}, - [3287] = {.lex_state = 70}, - [3288] = {.lex_state = 70}, - [3289] = {.lex_state = 70}, - [3290] = {.lex_state = 70}, - [3291] = {.lex_state = 70}, - [3292] = {.lex_state = 70}, - [3293] = {.lex_state = 70}, - [3294] = {.lex_state = 70}, - [3295] = {.lex_state = 14}, - [3296] = {.lex_state = 14}, - [3297] = {.lex_state = 14}, - [3298] = {.lex_state = 70}, - [3299] = {.lex_state = 18}, - [3300] = {.lex_state = 70}, - [3301] = {.lex_state = 70}, - [3302] = {.lex_state = 14}, - [3303] = {.lex_state = 70}, - [3304] = {.lex_state = 6}, - [3305] = {.lex_state = 70}, - [3306] = {.lex_state = 70}, - [3307] = {.lex_state = 14}, - [3308] = {.lex_state = 27}, - [3309] = {.lex_state = 70}, - [3310] = {.lex_state = 70}, - [3311] = {.lex_state = 70}, - [3312] = {.lex_state = 70}, - [3313] = {.lex_state = 70}, - [3314] = {.lex_state = 70}, - [3315] = {.lex_state = 14}, - [3316] = {.lex_state = 70}, - [3317] = {.lex_state = 14}, - [3318] = {.lex_state = 70}, - [3319] = {.lex_state = 70}, - [3320] = {.lex_state = 14}, - [3321] = {.lex_state = 70}, - [3322] = {.lex_state = 70}, - [3323] = {.lex_state = 27}, - [3324] = {.lex_state = 14}, - [3325] = {.lex_state = 14}, - [3326] = {.lex_state = 14}, - [3327] = {.lex_state = 70}, - [3328] = {.lex_state = 70}, - [3329] = {.lex_state = 70}, - [3330] = {.lex_state = 14}, - [3331] = {.lex_state = 70}, - [3332] = {.lex_state = 70}, - [3333] = {.lex_state = 70}, - [3334] = {.lex_state = 70}, - [3335] = {.lex_state = 70}, - [3336] = {.lex_state = 70}, - [3337] = {.lex_state = 14}, - [3338] = {.lex_state = 70}, - [3339] = {.lex_state = 14}, - [3340] = {.lex_state = 14}, - [3341] = {.lex_state = 14}, - [3342] = {.lex_state = 14}, - [3343] = {.lex_state = 70}, - [3344] = {.lex_state = 10, .external_lex_state = 5}, - [3345] = {.lex_state = 70}, - [3346] = {.lex_state = 14}, - [3347] = {.lex_state = 70}, - [3348] = {.lex_state = 14}, - [3349] = {.lex_state = 70}, - [3350] = {.lex_state = 14}, - [3351] = {.lex_state = 10}, - [3352] = {.lex_state = 70}, - [3353] = {.lex_state = 70}, - [3354] = {.lex_state = 14}, - [3355] = {.lex_state = 14}, - [3356] = {.lex_state = 70}, - [3357] = {.lex_state = 14}, - [3358] = {.lex_state = 14}, - [3359] = {.lex_state = 14}, - [3360] = {.lex_state = 14}, - [3361] = {.lex_state = 70}, - [3362] = {.lex_state = 14}, - [3363] = {.lex_state = 70}, - [3364] = {.lex_state = 70}, - [3365] = {.lex_state = 14}, - [3366] = {.lex_state = 70}, - [3367] = {.lex_state = 70}, - [3368] = {.lex_state = 14}, - [3369] = {.lex_state = 70}, - [3370] = {.lex_state = 14}, - [3371] = {.lex_state = 70}, - [3372] = {.lex_state = 14}, - [3373] = {.lex_state = 70}, - [3374] = {.lex_state = 70, .external_lex_state = 7}, - [3375] = {.lex_state = 71}, - [3376] = {.lex_state = 70}, - [3377] = {.lex_state = 14}, - [3378] = {.lex_state = 14}, - [3379] = {.lex_state = 14}, - [3380] = {.lex_state = 14}, - [3381] = {.lex_state = 70}, - [3382] = {.lex_state = 14}, - [3383] = {.lex_state = 70}, - [3384] = {.lex_state = 70}, - [3385] = {.lex_state = 70}, - [3386] = {.lex_state = 70}, - [3387] = {.lex_state = 70}, - [3388] = {.lex_state = 70}, - [3389] = {.lex_state = 70}, - [3390] = {.lex_state = 70}, - [3391] = {.lex_state = 70}, - [3392] = {.lex_state = 70}, - [3393] = {.lex_state = 70}, - [3394] = {.lex_state = 70}, - [3395] = {.lex_state = 70}, - [3396] = {.lex_state = 70}, - [3397] = {.lex_state = 71}, - [3398] = {.lex_state = 70}, - [3399] = {.lex_state = 18}, - [3400] = {.lex_state = 14}, - [3401] = {.lex_state = 14}, - [3402] = {.lex_state = 14}, - [3403] = {.lex_state = 70}, - [3404] = {.lex_state = 18}, - [3405] = {.lex_state = 14}, - [3406] = {.lex_state = 70}, - [3407] = {.lex_state = 14}, - [3408] = {.lex_state = 70}, - [3409] = {.lex_state = 70}, - [3410] = {.lex_state = 70}, - [3411] = {.lex_state = 14}, - [3412] = {.lex_state = 14}, - [3413] = {.lex_state = 70}, - [3414] = {.lex_state = 14}, - [3415] = {.lex_state = 14}, - [3416] = {.lex_state = 14}, - [3417] = {.lex_state = 14}, - [3418] = {.lex_state = 14}, - [3419] = {.lex_state = 70}, - [3420] = {.lex_state = 70}, - [3421] = {.lex_state = 18}, - [3422] = {.lex_state = 70}, - [3423] = {.lex_state = 14}, - [3424] = {.lex_state = 70}, + [3052] = {.lex_state = 21}, + [3053] = {.lex_state = 21}, + [3054] = {.lex_state = 72}, + [3055] = {.lex_state = 72}, + [3056] = {.lex_state = 15}, + [3057] = {.lex_state = 72}, + [3058] = {.lex_state = 17}, + [3059] = {.lex_state = 72}, + [3060] = {.lex_state = 72}, + [3061] = {.lex_state = 15}, + [3062] = {.lex_state = 72}, + [3063] = {.lex_state = 6}, + [3064] = {.lex_state = 6}, + [3065] = {.lex_state = 72}, + [3066] = {.lex_state = 72}, + [3067] = {.lex_state = 17}, + [3068] = {.lex_state = 15}, + [3069] = {.lex_state = 72}, + [3070] = {.lex_state = 72}, + [3071] = {.lex_state = 72}, + [3072] = {.lex_state = 17}, + [3073] = {.lex_state = 17}, + [3074] = {.lex_state = 72}, + [3075] = {.lex_state = 72}, + [3076] = {.lex_state = 72}, + [3077] = {.lex_state = 72}, + [3078] = {.lex_state = 72}, + [3079] = {.lex_state = 72}, + [3080] = {.lex_state = 72}, + [3081] = {.lex_state = 72}, + [3082] = {.lex_state = 72}, + [3083] = {.lex_state = 72}, + [3084] = {.lex_state = 72}, + [3085] = {.lex_state = 6}, + [3086] = {.lex_state = 72}, + [3087] = {.lex_state = 72}, + [3088] = {.lex_state = 6}, + [3089] = {.lex_state = 15}, + [3090] = {.lex_state = 6}, + [3091] = {.lex_state = 72}, + [3092] = {.lex_state = 6}, + [3093] = {.lex_state = 15}, + [3094] = {.lex_state = 72}, + [3095] = {.lex_state = 18}, + [3096] = {.lex_state = 72}, + [3097] = {.lex_state = 6}, + [3098] = {.lex_state = 5}, + [3099] = {.lex_state = 72}, + [3100] = {.lex_state = 72}, + [3101] = {.lex_state = 15}, + [3102] = {.lex_state = 72}, + [3103] = {.lex_state = 15}, + [3104] = {.lex_state = 72}, + [3105] = {.lex_state = 72}, + [3106] = {.lex_state = 72}, + [3107] = {.lex_state = 72}, + [3108] = {.lex_state = 72}, + [3109] = {.lex_state = 15}, + [3110] = {.lex_state = 15}, + [3111] = {.lex_state = 15}, + [3112] = {.lex_state = 15}, + [3113] = {.lex_state = 72}, + [3114] = {.lex_state = 15}, + [3115] = {.lex_state = 72}, + [3116] = {.lex_state = 72}, + [3117] = {.lex_state = 15}, + [3118] = {.lex_state = 72}, + [3119] = {.lex_state = 29}, + [3120] = {.lex_state = 72}, + [3121] = {.lex_state = 29}, + [3122] = {.lex_state = 15}, + [3123] = {.lex_state = 15}, + [3124] = {.lex_state = 15}, + [3125] = {.lex_state = 15}, + [3126] = {.lex_state = 29}, + [3127] = {.lex_state = 15}, + [3128] = {.lex_state = 15}, + [3129] = {.lex_state = 15}, + [3130] = {.lex_state = 15}, + [3131] = {.lex_state = 21}, + [3132] = {.lex_state = 72}, + [3133] = {.lex_state = 72}, + [3134] = {.lex_state = 15}, + [3135] = {.lex_state = 72}, + [3136] = {.lex_state = 72}, + [3137] = {.lex_state = 72}, + [3138] = {.lex_state = 72}, + [3139] = {.lex_state = 18}, + [3140] = {.lex_state = 72}, + [3141] = {.lex_state = 15}, + [3142] = {.lex_state = 15}, + [3143] = {.lex_state = 72}, + [3144] = {.lex_state = 72}, + [3145] = {.lex_state = 72}, + [3146] = {.lex_state = 72}, + [3147] = {.lex_state = 29}, + [3148] = {.lex_state = 72}, + [3149] = {.lex_state = 72}, + [3150] = {.lex_state = 15}, + [3151] = {.lex_state = 72}, + [3152] = {.lex_state = 15}, + [3153] = {.lex_state = 72}, + [3154] = {.lex_state = 15}, + [3155] = {.lex_state = 72, .external_lex_state = 5}, + [3156] = {.lex_state = 72}, + [3157] = {.lex_state = 72}, + [3158] = {.lex_state = 72}, + [3159] = {.lex_state = 72}, + [3160] = {.lex_state = 15}, + [3161] = {.lex_state = 72}, + [3162] = {.lex_state = 72}, + [3163] = {.lex_state = 15}, + [3164] = {.lex_state = 72}, + [3165] = {.lex_state = 15}, + [3166] = {.lex_state = 72}, + [3167] = {.lex_state = 72}, + [3168] = {.lex_state = 72}, + [3169] = {.lex_state = 15}, + [3170] = {.lex_state = 15}, + [3171] = {.lex_state = 72}, + [3172] = {.lex_state = 72}, + [3173] = {.lex_state = 15}, + [3174] = {.lex_state = 72}, + [3175] = {.lex_state = 72}, + [3176] = {.lex_state = 15}, + [3177] = {.lex_state = 15}, + [3178] = {.lex_state = 15}, + [3179] = {.lex_state = 15}, + [3180] = {.lex_state = 15}, + [3181] = {.lex_state = 15}, + [3182] = {.lex_state = 72}, + [3183] = {.lex_state = 21, .external_lex_state = 6}, + [3184] = {.lex_state = 72}, + [3185] = {.lex_state = 21, .external_lex_state = 6}, + [3186] = {.lex_state = 72}, + [3187] = {.lex_state = 72}, + [3188] = {.lex_state = 72}, + [3189] = {.lex_state = 15}, + [3190] = {.lex_state = 15}, + [3191] = {.lex_state = 72}, + [3192] = {.lex_state = 72}, + [3193] = {.lex_state = 72}, + [3194] = {.lex_state = 72}, + [3195] = {.lex_state = 72, .external_lex_state = 5}, + [3196] = {.lex_state = 15}, + [3197] = {.lex_state = 72}, + [3198] = {.lex_state = 72}, + [3199] = {.lex_state = 72}, + [3200] = {.lex_state = 15}, + [3201] = {.lex_state = 15}, + [3202] = {.lex_state = 72}, + [3203] = {.lex_state = 72}, + [3204] = {.lex_state = 15}, + [3205] = {.lex_state = 15}, + [3206] = {.lex_state = 72}, + [3207] = {.lex_state = 15}, + [3208] = {.lex_state = 15}, + [3209] = {.lex_state = 72}, + [3210] = {.lex_state = 29}, + [3211] = {.lex_state = 72}, + [3212] = {.lex_state = 72}, + [3213] = {.lex_state = 72}, + [3214] = {.lex_state = 15}, + [3215] = {.lex_state = 72}, + [3216] = {.lex_state = 72}, + [3217] = {.lex_state = 72}, + [3218] = {.lex_state = 15}, + [3219] = {.lex_state = 15}, + [3220] = {.lex_state = 72}, + [3221] = {.lex_state = 15}, + [3222] = {.lex_state = 15}, + [3223] = {.lex_state = 15}, + [3224] = {.lex_state = 72}, + [3225] = {.lex_state = 72}, + [3226] = {.lex_state = 72}, + [3227] = {.lex_state = 5}, + [3228] = {.lex_state = 21, .external_lex_state = 6}, + [3229] = {.lex_state = 15}, + [3230] = {.lex_state = 72}, + [3231] = {.lex_state = 15}, + [3232] = {.lex_state = 15}, + [3233] = {.lex_state = 15}, + [3234] = {.lex_state = 15}, + [3235] = {.lex_state = 72}, + [3236] = {.lex_state = 72}, + [3237] = {.lex_state = 72}, + [3238] = {.lex_state = 15}, + [3239] = {.lex_state = 15}, + [3240] = {.lex_state = 15}, + [3241] = {.lex_state = 15}, + [3242] = {.lex_state = 15}, + [3243] = {.lex_state = 15}, + [3244] = {.lex_state = 15}, + [3245] = {.lex_state = 15}, + [3246] = {.lex_state = 15}, + [3247] = {.lex_state = 15}, + [3248] = {.lex_state = 15}, + [3249] = {.lex_state = 15}, + [3250] = {.lex_state = 15}, + [3251] = {.lex_state = 15}, + [3252] = {.lex_state = 15}, + [3253] = {.lex_state = 15}, + [3254] = {.lex_state = 72}, + [3255] = {.lex_state = 72}, + [3256] = {.lex_state = 72}, + [3257] = {.lex_state = 72}, + [3258] = {.lex_state = 72}, + [3259] = {.lex_state = 72}, + [3260] = {.lex_state = 72}, + [3261] = {.lex_state = 72}, + [3262] = {.lex_state = 72}, + [3263] = {.lex_state = 72}, + [3264] = {.lex_state = 15}, + [3265] = {.lex_state = 15}, + [3266] = {.lex_state = 72}, + [3267] = {.lex_state = 72}, + [3268] = {.lex_state = 72}, + [3269] = {.lex_state = 72}, + [3270] = {.lex_state = 15}, + [3271] = {.lex_state = 15}, + [3272] = {.lex_state = 72}, + [3273] = {.lex_state = 72}, + [3274] = {.lex_state = 15}, + [3275] = {.lex_state = 72}, + [3276] = {.lex_state = 15}, + [3277] = {.lex_state = 72}, + [3278] = {.lex_state = 15}, + [3279] = {.lex_state = 72}, + [3280] = {.lex_state = 72}, + [3281] = {.lex_state = 72}, + [3282] = {.lex_state = 72}, + [3283] = {.lex_state = 6}, + [3284] = {.lex_state = 72}, + [3285] = {.lex_state = 72}, + [3286] = {.lex_state = 72}, + [3287] = {.lex_state = 72}, + [3288] = {.lex_state = 15}, + [3289] = {.lex_state = 72}, + [3290] = {.lex_state = 72}, + [3291] = {.lex_state = 15}, + [3292] = {.lex_state = 15}, + [3293] = {.lex_state = 72}, + [3294] = {.lex_state = 15}, + [3295] = {.lex_state = 15}, + [3296] = {.lex_state = 15}, + [3297] = {.lex_state = 15}, + [3298] = {.lex_state = 72}, + [3299] = {.lex_state = 72}, + [3300] = {.lex_state = 72}, + [3301] = {.lex_state = 72}, + [3302] = {.lex_state = 72}, + [3303] = {.lex_state = 15}, + [3304] = {.lex_state = 72}, + [3305] = {.lex_state = 72}, + [3306] = {.lex_state = 72}, + [3307] = {.lex_state = 72}, + [3308] = {.lex_state = 15}, + [3309] = {.lex_state = 72}, + [3310] = {.lex_state = 72}, + [3311] = {.lex_state = 72}, + [3312] = {.lex_state = 15}, + [3313] = {.lex_state = 72}, + [3314] = {.lex_state = 72}, + [3315] = {.lex_state = 15}, + [3316] = {.lex_state = 72}, + [3317] = {.lex_state = 15}, + [3318] = {.lex_state = 72}, + [3319] = {.lex_state = 72}, + [3320] = {.lex_state = 72}, + [3321] = {.lex_state = 72}, + [3322] = {.lex_state = 6}, + [3323] = {.lex_state = 72}, + [3324] = {.lex_state = 72}, + [3325] = {.lex_state = 15}, + [3326] = {.lex_state = 72}, + [3327] = {.lex_state = 15}, + [3328] = {.lex_state = 72}, + [3329] = {.lex_state = 15}, + [3330] = {.lex_state = 15}, + [3331] = {.lex_state = 72}, + [3332] = {.lex_state = 72}, + [3333] = {.lex_state = 72}, + [3334] = {.lex_state = 21}, + [3335] = {.lex_state = 15}, + [3336] = {.lex_state = 72}, + [3337] = {.lex_state = 72}, + [3338] = {.lex_state = 72}, + [3339] = {.lex_state = 72}, + [3340] = {.lex_state = 72}, + [3341] = {.lex_state = 72}, + [3342] = {.lex_state = 72}, + [3343] = {.lex_state = 72}, + [3344] = {.lex_state = 15}, + [3345] = {.lex_state = 72}, + [3346] = {.lex_state = 72}, + [3347] = {.lex_state = 72}, + [3348] = {.lex_state = 72}, + [3349] = {.lex_state = 15}, + [3350] = {.lex_state = 72}, + [3351] = {.lex_state = 72}, + [3352] = {.lex_state = 72}, + [3353] = {.lex_state = 72}, + [3354] = {.lex_state = 15}, + [3355] = {.lex_state = 72}, + [3356] = {.lex_state = 15}, + [3357] = {.lex_state = 15}, + [3358] = {.lex_state = 72}, + [3359] = {.lex_state = 72}, + [3360] = {.lex_state = 15}, + [3361] = {.lex_state = 72}, + [3362] = {.lex_state = 15}, + [3363] = {.lex_state = 72}, + [3364] = {.lex_state = 72}, + [3365] = {.lex_state = 72}, + [3366] = {.lex_state = 15}, + [3367] = {.lex_state = 15}, + [3368] = {.lex_state = 29}, + [3369] = {.lex_state = 15}, + [3370] = {.lex_state = 72}, + [3371] = {.lex_state = 72}, + [3372] = {.lex_state = 15}, + [3373] = {.lex_state = 15}, + [3374] = {.lex_state = 72}, + [3375] = {.lex_state = 72}, + [3376] = {.lex_state = 15}, + [3377] = {.lex_state = 15}, + [3378] = {.lex_state = 15}, + [3379] = {.lex_state = 15}, + [3380] = {.lex_state = 15}, + [3381] = {.lex_state = 72}, + [3382] = {.lex_state = 72}, + [3383] = {.lex_state = 15}, + [3384] = {.lex_state = 72}, + [3385] = {.lex_state = 72}, + [3386] = {.lex_state = 15}, + [3387] = {.lex_state = 15}, + [3388] = {.lex_state = 72}, + [3389] = {.lex_state = 72}, + [3390] = {.lex_state = 72}, + [3391] = {.lex_state = 73}, + [3392] = {.lex_state = 15}, + [3393] = {.lex_state = 15}, + [3394] = {.lex_state = 15}, + [3395] = {.lex_state = 15}, + [3396] = {.lex_state = 72}, + [3397] = {.lex_state = 15}, + [3398] = {.lex_state = 72}, + [3399] = {.lex_state = 72, .external_lex_state = 7}, + [3400] = {.lex_state = 72}, + [3401] = {.lex_state = 72}, + [3402] = {.lex_state = 72}, + [3403] = {.lex_state = 72}, + [3404] = {.lex_state = 72}, + [3405] = {.lex_state = 72}, + [3406] = {.lex_state = 72, .external_lex_state = 7}, + [3407] = {.lex_state = 15}, + [3408] = {.lex_state = 72}, + [3409] = {.lex_state = 72}, + [3410] = {.lex_state = 72}, + [3411] = {.lex_state = 73}, + [3412] = {.lex_state = 72}, + [3413] = {.lex_state = 15}, + [3414] = {.lex_state = 72, .external_lex_state = 8}, + [3415] = {.lex_state = 15}, + [3416] = {.lex_state = 72}, + [3417] = {.lex_state = 72}, + [3418] = {.lex_state = 72}, + [3419] = {.lex_state = 18}, + [3420] = {.lex_state = 15}, + [3421] = {.lex_state = 15}, + [3422] = {.lex_state = 72}, + [3423] = {.lex_state = 15}, + [3424] = {.lex_state = 15}, [3425] = {.lex_state = 18}, - [3426] = {.lex_state = 70}, - [3427] = {.lex_state = 70}, - [3428] = {.lex_state = 70}, - [3429] = {.lex_state = 70}, - [3430] = {.lex_state = 70}, - [3431] = {.lex_state = 70}, - [3432] = {.lex_state = 14}, - [3433] = {.lex_state = 70, .external_lex_state = 8}, - [3434] = {.lex_state = 70}, - [3435] = {.lex_state = 18}, - [3436] = {.lex_state = 70, .external_lex_state = 9}, - [3437] = {.lex_state = 70}, - [3438] = {.lex_state = 70}, - [3439] = {.lex_state = 70}, - [3440] = {.lex_state = 70}, - [3441] = {.lex_state = 70}, - [3442] = {.lex_state = 70}, - [3443] = {.lex_state = 70}, - [3444] = {.lex_state = 70}, - [3445] = {.lex_state = 70}, - [3446] = {.lex_state = 70}, - [3447] = {.lex_state = 70}, - [3448] = {.lex_state = 70}, - [3449] = {.lex_state = 14}, - [3450] = {.lex_state = 70, .external_lex_state = 7}, - [3451] = {.lex_state = 14}, - [3452] = {.lex_state = 70}, - [3453] = {.lex_state = 70}, - [3454] = {.lex_state = 70}, - [3455] = {.lex_state = 70}, - [3456] = {.lex_state = 70}, - [3457] = {.lex_state = 70}, - [3458] = {.lex_state = 70}, - [3459] = {.lex_state = 70}, - [3460] = {.lex_state = 70}, - [3461] = {.lex_state = 70}, - [3462] = {.lex_state = 14}, - [3463] = {.lex_state = 70}, - [3464] = {.lex_state = 70}, - [3465] = {.lex_state = 70}, - [3466] = {.lex_state = 70}, - [3467] = {.lex_state = 14}, - [3468] = {.lex_state = 70}, - [3469] = {.lex_state = 6}, - [3470] = {.lex_state = 71}, - [3471] = {.lex_state = 70}, - [3472] = {.lex_state = 70}, - [3473] = {.lex_state = 70}, - [3474] = {.lex_state = 14}, - [3475] = {.lex_state = 70}, - [3476] = {.lex_state = 70}, - [3477] = {.lex_state = 18}, - [3478] = {.lex_state = 70}, - [3479] = {.lex_state = 70}, - [3480] = {.lex_state = 70}, - [3481] = {.lex_state = 70}, - [3482] = {.lex_state = 70}, - [3483] = {.lex_state = 70}, - [3484] = {.lex_state = 14}, - [3485] = {.lex_state = 70, .external_lex_state = 7}, - [3486] = {.lex_state = 70, .external_lex_state = 7}, - [3487] = {.lex_state = 14}, - [3488] = {.lex_state = 14}, - [3489] = {.lex_state = 70}, - [3490] = {.lex_state = 14}, - [3491] = {.lex_state = 70}, - [3492] = {.lex_state = 165}, - [3493] = {.lex_state = 14}, - [3494] = {.lex_state = 70}, - [3495] = {.lex_state = 70}, - [3496] = {.lex_state = 70}, - [3497] = {.lex_state = 70}, - [3498] = {.lex_state = 71}, - [3499] = {.lex_state = 18}, - [3500] = {.lex_state = 70}, - [3501] = {.lex_state = 70}, - [3502] = {.lex_state = 70}, - [3503] = {.lex_state = 14}, - [3504] = {.lex_state = 71}, - [3505] = {.lex_state = 70}, - [3506] = {.lex_state = 70}, - [3507] = {.lex_state = 70}, - [3508] = {.lex_state = 70}, - [3509] = {.lex_state = 14}, - [3510] = {.lex_state = 18}, - [3511] = {.lex_state = 70}, - [3512] = {.lex_state = 70}, - [3513] = {.lex_state = 14}, - [3514] = {.lex_state = 70}, - [3515] = {.lex_state = 18}, - [3516] = {.lex_state = 70}, + [3426] = {.lex_state = 15}, + [3427] = {.lex_state = 72}, + [3428] = {.lex_state = 15}, + [3429] = {.lex_state = 15}, + [3430] = {.lex_state = 15}, + [3431] = {.lex_state = 15}, + [3432] = {.lex_state = 15}, + [3433] = {.lex_state = 72}, + [3434] = {.lex_state = 72, .external_lex_state = 9}, + [3435] = {.lex_state = 72}, + [3436] = {.lex_state = 72}, + [3437] = {.lex_state = 72}, + [3438] = {.lex_state = 18}, + [3439] = {.lex_state = 72, .external_lex_state = 8}, + [3440] = {.lex_state = 72}, + [3441] = {.lex_state = 72}, + [3442] = {.lex_state = 72}, + [3443] = {.lex_state = 72}, + [3444] = {.lex_state = 15}, + [3445] = {.lex_state = 72}, + [3446] = {.lex_state = 18}, + [3447] = {.lex_state = 72}, + [3448] = {.lex_state = 15}, + [3449] = {.lex_state = 72}, + [3450] = {.lex_state = 72}, + [3451] = {.lex_state = 72}, + [3452] = {.lex_state = 72}, + [3453] = {.lex_state = 72, .external_lex_state = 7}, + [3454] = {.lex_state = 72}, + [3455] = {.lex_state = 15}, + [3456] = {.lex_state = 72}, + [3457] = {.lex_state = 72, .external_lex_state = 8}, + [3458] = {.lex_state = 72}, + [3459] = {.lex_state = 72}, + [3460] = {.lex_state = 72}, + [3461] = {.lex_state = 72, .external_lex_state = 8}, + [3462] = {.lex_state = 72}, + [3463] = {.lex_state = 18}, + [3464] = {.lex_state = 18}, + [3465] = {.lex_state = 15}, + [3466] = {.lex_state = 72}, + [3467] = {.lex_state = 15}, + [3468] = {.lex_state = 15}, + [3469] = {.lex_state = 72}, + [3470] = {.lex_state = 72}, + [3471] = {.lex_state = 72}, + [3472] = {.lex_state = 72}, + [3473] = {.lex_state = 72}, + [3474] = {.lex_state = 72}, + [3475] = {.lex_state = 72}, + [3476] = {.lex_state = 72}, + [3477] = {.lex_state = 72}, + [3478] = {.lex_state = 72}, + [3479] = {.lex_state = 72}, + [3480] = {.lex_state = 72}, + [3481] = {.lex_state = 72}, + [3482] = {.lex_state = 72}, + [3483] = {.lex_state = 72}, + [3484] = {.lex_state = 72}, + [3485] = {.lex_state = 6}, + [3486] = {.lex_state = 72}, + [3487] = {.lex_state = 72}, + [3488] = {.lex_state = 72}, + [3489] = {.lex_state = 72}, + [3490] = {.lex_state = 72}, + [3491] = {.lex_state = 72}, + [3492] = {.lex_state = 72}, + [3493] = {.lex_state = 72}, + [3494] = {.lex_state = 72}, + [3495] = {.lex_state = 15}, + [3496] = {.lex_state = 72}, + [3497] = {.lex_state = 72}, + [3498] = {.lex_state = 73}, + [3499] = {.lex_state = 72}, + [3500] = {.lex_state = 15}, + [3501] = {.lex_state = 72, .external_lex_state = 7}, + [3502] = {.lex_state = 72}, + [3503] = {.lex_state = 72}, + [3504] = {.lex_state = 73}, + [3505] = {.lex_state = 73}, + [3506] = {.lex_state = 72}, + [3507] = {.lex_state = 72}, + [3508] = {.lex_state = 15}, + [3509] = {.lex_state = 72}, + [3510] = {.lex_state = 72}, + [3511] = {.lex_state = 15}, + [3512] = {.lex_state = 72}, + [3513] = {.lex_state = 15}, + [3514] = {.lex_state = 72}, + [3515] = {.lex_state = 72}, + [3516] = {.lex_state = 72}, [3517] = {.lex_state = 18}, - [3518] = {.lex_state = 70}, - [3519] = {.lex_state = 70}, - [3520] = {.lex_state = 14}, - [3521] = {.lex_state = 70}, - [3522] = {.lex_state = 14}, - [3523] = {.lex_state = 10}, - [3524] = {.lex_state = 70}, - [3525] = {.lex_state = 70}, - [3526] = {.lex_state = 70, .external_lex_state = 8}, - [3527] = {.lex_state = 70}, - [3528] = {.lex_state = 70}, - [3529] = {.lex_state = 14}, - [3530] = {.lex_state = 70}, - [3531] = {.lex_state = 70}, - [3532] = {.lex_state = 70}, - [3533] = {.lex_state = 70}, - [3534] = {.lex_state = 70}, - [3535] = {.lex_state = 70}, - [3536] = {.lex_state = 70, .external_lex_state = 7}, - [3537] = {.lex_state = 70}, - [3538] = {.lex_state = 70, .external_lex_state = 8}, - [3539] = {.lex_state = 14}, - [3540] = {.lex_state = 70}, - [3541] = {.lex_state = 14}, - [3542] = {.lex_state = 14}, - [3543] = {.lex_state = 70}, - [3544] = {.lex_state = 71}, - [3545] = {.lex_state = 70}, - [3546] = {.lex_state = 70}, - [3547] = {.lex_state = 70}, - [3548] = {.lex_state = 14}, - [3549] = {.lex_state = 70, .external_lex_state = 9}, - [3550] = {.lex_state = 70}, - [3551] = {.lex_state = 70}, - [3552] = {.lex_state = 70}, - [3553] = {.lex_state = 14}, - [3554] = {.lex_state = 70}, - [3555] = {.lex_state = 14}, - [3556] = {.lex_state = 70}, - [3557] = {.lex_state = 6}, - [3558] = {.lex_state = 70}, - [3559] = {.lex_state = 70}, - [3560] = {.lex_state = 70, .external_lex_state = 8}, - [3561] = {.lex_state = 70}, - [3562] = {.lex_state = 70}, - [3563] = {.lex_state = 70}, - [3564] = {.lex_state = 70}, - [3565] = {.lex_state = 14}, - [3566] = {.lex_state = 70}, - [3567] = {.lex_state = 70}, - [3568] = {.lex_state = 70}, - [3569] = {.lex_state = 70}, - [3570] = {.lex_state = 70}, - [3571] = {.lex_state = 70}, - [3572] = {.lex_state = 70}, - [3573] = {.lex_state = 70}, - [3574] = {.lex_state = 70}, - [3575] = {.lex_state = 70}, - [3576] = {.lex_state = 70}, - [3577] = {.lex_state = 70}, - [3578] = {.lex_state = 18}, - [3579] = {.lex_state = 70}, - [3580] = {.lex_state = 70, .external_lex_state = 8}, - [3581] = {.lex_state = 70}, - [3582] = {.lex_state = 70}, - [3583] = {.lex_state = 70}, - [3584] = {.lex_state = 14}, - [3585] = {.lex_state = 70}, - [3586] = {.lex_state = 70, .external_lex_state = 8}, - [3587] = {.lex_state = 70}, - [3588] = {.lex_state = 70}, - [3589] = {.lex_state = 70}, - [3590] = {.lex_state = 70}, - [3591] = {.lex_state = 70}, - [3592] = {.lex_state = 70}, - [3593] = {.lex_state = 70}, - [3594] = {.lex_state = 70}, - [3595] = {.lex_state = 70}, - [3596] = {.lex_state = 70}, - [3597] = {.lex_state = 70}, - [3598] = {.lex_state = 70}, - [3599] = {.lex_state = 18}, - [3600] = {.lex_state = 14}, - [3601] = {.lex_state = 14}, - [3602] = {.lex_state = 18}, - [3603] = {.lex_state = 70}, - [3604] = {.lex_state = 6}, - [3605] = {.lex_state = 70}, - [3606] = {.lex_state = 18}, - [3607] = {.lex_state = 18}, - [3608] = {.lex_state = 70}, - [3609] = {.lex_state = 71}, - [3610] = {.lex_state = 70}, - [3611] = {.lex_state = 71}, - [3612] = {.lex_state = 18}, - [3613] = {.lex_state = 70}, - [3614] = {.lex_state = 70}, - [3615] = {.lex_state = 70}, - [3616] = {.lex_state = 18}, - [3617] = {.lex_state = 70}, - [3618] = {.lex_state = 14}, - [3619] = {.lex_state = 70}, - [3620] = {.lex_state = 14}, - [3621] = {.lex_state = 14}, + [3518] = {.lex_state = 15}, + [3519] = {.lex_state = 72}, + [3520] = {.lex_state = 72}, + [3521] = {.lex_state = 18}, + [3522] = {.lex_state = 72}, + [3523] = {.lex_state = 72}, + [3524] = {.lex_state = 18}, + [3525] = {.lex_state = 15}, + [3526] = {.lex_state = 72}, + [3527] = {.lex_state = 72}, + [3528] = {.lex_state = 15}, + [3529] = {.lex_state = 15}, + [3530] = {.lex_state = 15}, + [3531] = {.lex_state = 72}, + [3532] = {.lex_state = 72}, + [3533] = {.lex_state = 72}, + [3534] = {.lex_state = 72}, + [3535] = {.lex_state = 72}, + [3536] = {.lex_state = 72}, + [3537] = {.lex_state = 72}, + [3538] = {.lex_state = 72}, + [3539] = {.lex_state = 72}, + [3540] = {.lex_state = 72}, + [3541] = {.lex_state = 18}, + [3542] = {.lex_state = 72}, + [3543] = {.lex_state = 15}, + [3544] = {.lex_state = 72, .external_lex_state = 9}, + [3545] = {.lex_state = 72}, + [3546] = {.lex_state = 72, .external_lex_state = 7}, + [3547] = {.lex_state = 72}, + [3548] = {.lex_state = 72}, + [3549] = {.lex_state = 72}, + [3550] = {.lex_state = 72}, + [3551] = {.lex_state = 72}, + [3552] = {.lex_state = 72}, + [3553] = {.lex_state = 72}, + [3554] = {.lex_state = 72}, + [3555] = {.lex_state = 21}, + [3556] = {.lex_state = 15}, + [3557] = {.lex_state = 15}, + [3558] = {.lex_state = 15}, + [3559] = {.lex_state = 72}, + [3560] = {.lex_state = 72}, + [3561] = {.lex_state = 15}, + [3562] = {.lex_state = 72}, + [3563] = {.lex_state = 72}, + [3564] = {.lex_state = 72}, + [3565] = {.lex_state = 72}, + [3566] = {.lex_state = 72}, + [3567] = {.lex_state = 72}, + [3568] = {.lex_state = 15}, + [3569] = {.lex_state = 15}, + [3570] = {.lex_state = 72}, + [3571] = {.lex_state = 72}, + [3572] = {.lex_state = 72}, + [3573] = {.lex_state = 15}, + [3574] = {.lex_state = 72}, + [3575] = {.lex_state = 6}, + [3576] = {.lex_state = 72}, + [3577] = {.lex_state = 15}, + [3578] = {.lex_state = 72, .external_lex_state = 9}, + [3579] = {.lex_state = 72}, + [3580] = {.lex_state = 72}, + [3581] = {.lex_state = 72}, + [3582] = {.lex_state = 72}, + [3583] = {.lex_state = 15}, + [3584] = {.lex_state = 72}, + [3585] = {.lex_state = 72}, + [3586] = {.lex_state = 72}, + [3587] = {.lex_state = 72}, + [3588] = {.lex_state = 72}, + [3589] = {.lex_state = 6}, + [3590] = {.lex_state = 72}, + [3591] = {.lex_state = 72}, + [3592] = {.lex_state = 15}, + [3593] = {.lex_state = 15}, + [3594] = {.lex_state = 72}, + [3595] = {.lex_state = 72, .external_lex_state = 9}, + [3596] = {.lex_state = 72}, + [3597] = {.lex_state = 72}, + [3598] = {.lex_state = 72}, + [3599] = {.lex_state = 72}, + [3600] = {.lex_state = 72}, + [3601] = {.lex_state = 72, .external_lex_state = 9}, + [3602] = {.lex_state = 72}, + [3603] = {.lex_state = 72}, + [3604] = {.lex_state = 15}, + [3605] = {.lex_state = 72}, + [3606] = {.lex_state = 72}, + [3607] = {.lex_state = 72}, + [3608] = {.lex_state = 72}, + [3609] = {.lex_state = 72}, + [3610] = {.lex_state = 72}, + [3611] = {.lex_state = 72}, + [3612] = {.lex_state = 72}, + [3613] = {.lex_state = 72}, + [3614] = {.lex_state = 72}, + [3615] = {.lex_state = 72}, + [3616] = {.lex_state = 72}, + [3617] = {.lex_state = 72, .external_lex_state = 8}, + [3618] = {.lex_state = 18}, + [3619] = {.lex_state = 72}, + [3620] = {.lex_state = 72}, + [3621] = {.lex_state = 72}, [3622] = {.lex_state = 18}, - [3623] = {.lex_state = 70}, - [3624] = {.lex_state = 14}, - [3625] = {.lex_state = 70}, - [3626] = {.lex_state = 18}, - [3627] = {.lex_state = 70}, - [3628] = {.lex_state = 14}, - [3629] = {.lex_state = 14}, - [3630] = {.lex_state = 10}, - [3631] = {.lex_state = 70}, - [3632] = {.lex_state = 18}, - [3633] = {.lex_state = 70}, - [3634] = {.lex_state = 70}, - [3635] = {.lex_state = 70}, - [3636] = {.lex_state = 14}, - [3637] = {.lex_state = 70}, - [3638] = {.lex_state = 70}, - [3639] = {.lex_state = 70}, - [3640] = {.lex_state = 70, .external_lex_state = 9}, - [3641] = {.lex_state = 70}, - [3642] = {.lex_state = 70}, - [3643] = {.lex_state = 18}, - [3644] = {.lex_state = 70, .external_lex_state = 9}, - [3645] = {.lex_state = 18}, - [3646] = {.lex_state = 70}, - [3647] = {.lex_state = 70}, - [3648] = {.lex_state = 18}, - [3649] = {.lex_state = 70}, - [3650] = {.lex_state = 70}, - [3651] = {.lex_state = 18}, - [3652] = {.lex_state = 18}, - [3653] = {.lex_state = 14}, - [3654] = {.lex_state = 14}, + [3623] = {.lex_state = 18}, + [3624] = {.lex_state = 167}, + [3625] = {.lex_state = 72}, + [3626] = {.lex_state = 72}, + [3627] = {.lex_state = 18}, + [3628] = {.lex_state = 18}, + [3629] = {.lex_state = 15}, + [3630] = {.lex_state = 15}, + [3631] = {.lex_state = 15}, + [3632] = {.lex_state = 72}, + [3633] = {.lex_state = 15}, + [3634] = {.lex_state = 72}, + [3635] = {.lex_state = 72}, + [3636] = {.lex_state = 15}, + [3637] = {.lex_state = 15}, + [3638] = {.lex_state = 18}, + [3639] = {.lex_state = 72}, + [3640] = {.lex_state = 21}, + [3641] = {.lex_state = 18}, + [3642] = {.lex_state = 72}, + [3643] = {.lex_state = 15}, + [3644] = {.lex_state = 72}, + [3645] = {.lex_state = 72}, + [3646] = {.lex_state = 15}, + [3647] = {.lex_state = 18}, + [3648] = {.lex_state = 15}, + [3649] = {.lex_state = 72}, + [3650] = {.lex_state = 15}, + [3651] = {.lex_state = 72}, + [3652] = {.lex_state = 15}, + [3653] = {.lex_state = 72}, + [3654] = {.lex_state = 72}, [3655] = {.lex_state = 18}, - [3656] = {.lex_state = 18}, - [3657] = {.lex_state = 18}, - [3658] = {.lex_state = 14}, - [3659] = {.lex_state = 14}, - [3660] = {.lex_state = 70}, - [3661] = {.lex_state = 14}, - [3662] = {.lex_state = 14}, - [3663] = {.lex_state = 70, .external_lex_state = 9}, - [3664] = {.lex_state = 70}, - [3665] = {.lex_state = 14}, - [3666] = {.lex_state = 14}, - [3667] = {.lex_state = 14}, - [3668] = {.lex_state = 14}, - [3669] = {.lex_state = 70}, - [3670] = {.lex_state = 70, .external_lex_state = 7}, - [3671] = {.lex_state = 14}, - [3672] = {.lex_state = 14}, - [3673] = {.lex_state = 14}, - [3674] = {.lex_state = 14}, - [3675] = {.lex_state = 70}, - [3676] = {.lex_state = 14}, - [3677] = {.lex_state = 70}, - [3678] = {.lex_state = 70}, - [3679] = {(TSStateId)(-1),}, - [3680] = {(TSStateId)(-1),}, - [3681] = {(TSStateId)(-1),}, - [3682] = {(TSStateId)(-1),}, - [3683] = {(TSStateId)(-1),}, - [3684] = {(TSStateId)(-1),}, - [3685] = {(TSStateId)(-1),}, + [3656] = {.lex_state = 73}, + [3657] = {.lex_state = 72, .external_lex_state = 7}, + [3658] = {.lex_state = 15}, + [3659] = {.lex_state = 18}, + [3660] = {.lex_state = 72}, + [3661] = {.lex_state = 18}, + [3662] = {.lex_state = 72}, + [3663] = {.lex_state = 72}, + [3664] = {.lex_state = 18}, + [3665] = {.lex_state = 72}, + [3666] = {.lex_state = 73}, + [3667] = {.lex_state = 18}, + [3668] = {.lex_state = 18}, + [3669] = {.lex_state = 72}, + [3670] = {.lex_state = 72}, + [3671] = {.lex_state = 18}, + [3672] = {.lex_state = 18}, + [3673] = {.lex_state = 18}, + [3674] = {.lex_state = 72}, + [3675] = {.lex_state = 15}, + [3676] = {.lex_state = 72}, + [3677] = {.lex_state = 15}, + [3678] = {.lex_state = 15}, + [3679] = {.lex_state = 72}, + [3680] = {.lex_state = 72}, + [3681] = {.lex_state = 15}, + [3682] = {.lex_state = 15}, + [3683] = {.lex_state = 72}, + [3684] = {.lex_state = 15}, + [3685] = {.lex_state = 72}, + [3686] = {.lex_state = 72}, + [3687] = {.lex_state = 18}, + [3688] = {.lex_state = 72}, + [3689] = {.lex_state = 15}, + [3690] = {.lex_state = 72, .external_lex_state = 9}, + [3691] = {.lex_state = 72}, + [3692] = {.lex_state = 73}, + [3693] = {.lex_state = 72}, + [3694] = {.lex_state = 15}, + [3695] = {(TSStateId)(-1),}, + [3696] = {(TSStateId)(-1),}, + [3697] = {(TSStateId)(-1),}, + [3698] = {(TSStateId)(-1),}, + [3699] = {(TSStateId)(-1),}, + [3700] = {(TSStateId)(-1),}, + [3701] = {(TSStateId)(-1),}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -14041,83 +14145,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__error_sentinel] = ACTIONS(1), }, [STATE(1)] = { - [sym_source_file] = STATE(3554), - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1911), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_source_file] = STATE(3502), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(1), [sym_block_comment] = STATE(1), - [aux_sym_source_file_repeat1] = STATE(34), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(5), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [ts_builtin_sym_end] = ACTIONS(7), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -14197,82 +14301,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(2)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1772), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1858), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(2), [sym_block_comment] = STATE(2), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -14351,82 +14455,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(3)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1770), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1868), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(3), [sym_block_comment] = STATE(3), - [aux_sym_source_file_repeat1] = STATE(2), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -14505,82 +14609,82 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(4)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1911), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(4), [sym_block_comment] = STATE(4), [aux_sym_source_file_repeat1] = STATE(7), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [ts_builtin_sym_end] = ACTIONS(125), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), @@ -14659,89 +14763,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(5)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1658), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(5), [sym_block_comment] = STATE(5), - [aux_sym_source_file_repeat1] = STATE(6), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(8), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [ts_builtin_sym_end] = ACTIONS(125), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(127), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -14813,89 +14917,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(6)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1865), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1869), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(6), [sym_block_comment] = STATE(6), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(129), + [anon_sym_RBRACE] = ACTIONS(127), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -14967,83 +15071,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(7)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1911), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(7), [sym_block_comment] = STATE(7), [aux_sym_source_file_repeat1] = STATE(8), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [ts_builtin_sym_end] = ACTIONS(131), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [ts_builtin_sym_end] = ACTIONS(129), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), @@ -15121,243 +15225,243 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(8)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1911), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(8), [sym_block_comment] = STATE(8), [aux_sym_source_file_repeat1] = STATE(8), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [ts_builtin_sym_end] = ACTIONS(133), - [sym_identifier] = ACTIONS(135), - [anon_sym_SEMI] = ACTIONS(138), - [anon_sym_macro_rules_BANG] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(144), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(150), - [anon_sym_STAR] = ACTIONS(153), - [anon_sym_u8] = ACTIONS(156), - [anon_sym_i8] = ACTIONS(156), - [anon_sym_u16] = ACTIONS(156), - [anon_sym_i16] = ACTIONS(156), - [anon_sym_u32] = ACTIONS(156), - [anon_sym_i32] = ACTIONS(156), - [anon_sym_u64] = ACTIONS(156), - [anon_sym_i64] = ACTIONS(156), - [anon_sym_u128] = ACTIONS(156), - [anon_sym_i128] = ACTIONS(156), - [anon_sym_isize] = ACTIONS(156), - [anon_sym_usize] = ACTIONS(156), - [anon_sym_f32] = ACTIONS(156), - [anon_sym_f64] = ACTIONS(156), - [anon_sym_bool] = ACTIONS(156), - [anon_sym_str] = ACTIONS(156), - [anon_sym_char] = ACTIONS(156), - [anon_sym_DASH] = ACTIONS(153), - [anon_sym_BANG] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(159), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_LT] = ACTIONS(165), - [anon_sym_DOT_DOT] = ACTIONS(168), - [anon_sym_COLON_COLON] = ACTIONS(171), - [anon_sym_POUND] = ACTIONS(174), - [anon_sym_SQUOTE] = ACTIONS(177), - [anon_sym_async] = ACTIONS(180), - [anon_sym_break] = ACTIONS(183), - [anon_sym_const] = ACTIONS(186), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_default] = ACTIONS(192), - [anon_sym_enum] = ACTIONS(195), - [anon_sym_fn] = ACTIONS(198), - [anon_sym_for] = ACTIONS(201), - [anon_sym_gen] = ACTIONS(204), - [anon_sym_if] = ACTIONS(207), - [anon_sym_impl] = ACTIONS(210), - [anon_sym_let] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(216), - [anon_sym_match] = ACTIONS(219), - [anon_sym_mod] = ACTIONS(222), - [anon_sym_pub] = ACTIONS(225), - [anon_sym_return] = ACTIONS(228), - [anon_sym_static] = ACTIONS(231), - [anon_sym_struct] = ACTIONS(234), - [anon_sym_trait] = ACTIONS(237), - [anon_sym_type] = ACTIONS(240), - [anon_sym_union] = ACTIONS(243), - [anon_sym_unsafe] = ACTIONS(246), - [anon_sym_use] = ACTIONS(249), - [anon_sym_while] = ACTIONS(252), - [anon_sym_extern] = ACTIONS(255), - [anon_sym_yield] = ACTIONS(258), - [anon_sym_move] = ACTIONS(261), - [anon_sym_try] = ACTIONS(264), - [sym_integer_literal] = ACTIONS(267), - [aux_sym_string_literal_token1] = ACTIONS(270), - [sym_char_literal] = ACTIONS(267), - [anon_sym_true] = ACTIONS(273), - [anon_sym_false] = ACTIONS(273), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(276), - [sym_super] = ACTIONS(279), - [sym_crate] = ACTIONS(282), - [sym_metavariable] = ACTIONS(285), - [sym__raw_string_literal_start] = ACTIONS(288), - [sym_float_literal] = ACTIONS(267), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [ts_builtin_sym_end] = ACTIONS(131), + [sym_identifier] = ACTIONS(133), + [anon_sym_SEMI] = ACTIONS(136), + [anon_sym_macro_rules_BANG] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(142), + [anon_sym_LBRACK] = ACTIONS(145), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_STAR] = ACTIONS(151), + [anon_sym_u8] = ACTIONS(154), + [anon_sym_i8] = ACTIONS(154), + [anon_sym_u16] = ACTIONS(154), + [anon_sym_i16] = ACTIONS(154), + [anon_sym_u32] = ACTIONS(154), + [anon_sym_i32] = ACTIONS(154), + [anon_sym_u64] = ACTIONS(154), + [anon_sym_i64] = ACTIONS(154), + [anon_sym_u128] = ACTIONS(154), + [anon_sym_i128] = ACTIONS(154), + [anon_sym_isize] = ACTIONS(154), + [anon_sym_usize] = ACTIONS(154), + [anon_sym_f32] = ACTIONS(154), + [anon_sym_f64] = ACTIONS(154), + [anon_sym_bool] = ACTIONS(154), + [anon_sym_str] = ACTIONS(154), + [anon_sym_char] = ACTIONS(154), + [anon_sym_DASH] = ACTIONS(151), + [anon_sym_BANG] = ACTIONS(151), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_PIPE] = ACTIONS(160), + [anon_sym_LT] = ACTIONS(163), + [anon_sym_DOT_DOT] = ACTIONS(166), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_POUND] = ACTIONS(172), + [anon_sym_SQUOTE] = ACTIONS(175), + [anon_sym_async] = ACTIONS(178), + [anon_sym_break] = ACTIONS(181), + [anon_sym_const] = ACTIONS(184), + [anon_sym_continue] = ACTIONS(187), + [anon_sym_default] = ACTIONS(190), + [anon_sym_enum] = ACTIONS(193), + [anon_sym_fn] = ACTIONS(196), + [anon_sym_for] = ACTIONS(199), + [anon_sym_gen] = ACTIONS(202), + [anon_sym_if] = ACTIONS(205), + [anon_sym_impl] = ACTIONS(208), + [anon_sym_let] = ACTIONS(211), + [anon_sym_loop] = ACTIONS(214), + [anon_sym_match] = ACTIONS(217), + [anon_sym_mod] = ACTIONS(220), + [anon_sym_pub] = ACTIONS(223), + [anon_sym_return] = ACTIONS(226), + [anon_sym_static] = ACTIONS(229), + [anon_sym_struct] = ACTIONS(232), + [anon_sym_trait] = ACTIONS(235), + [anon_sym_type] = ACTIONS(238), + [anon_sym_union] = ACTIONS(241), + [anon_sym_unsafe] = ACTIONS(244), + [anon_sym_use] = ACTIONS(247), + [anon_sym_while] = ACTIONS(250), + [anon_sym_extern] = ACTIONS(253), + [anon_sym_yield] = ACTIONS(256), + [anon_sym_move] = ACTIONS(259), + [anon_sym_try] = ACTIONS(262), + [sym_integer_literal] = ACTIONS(265), + [aux_sym_string_literal_token1] = ACTIONS(268), + [sym_char_literal] = ACTIONS(265), + [anon_sym_true] = ACTIONS(271), + [anon_sym_false] = ACTIONS(271), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(274), + [sym_super] = ACTIONS(277), + [sym_crate] = ACTIONS(280), + [sym_metavariable] = ACTIONS(283), + [sym__raw_string_literal_start] = ACTIONS(286), + [sym_float_literal] = ACTIONS(265), }, [STATE(9)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1741), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1758), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(9), [sym_block_comment] = STATE(9), [aux_sym_source_file_repeat1] = STATE(10), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(291), + [anon_sym_RBRACE] = ACTIONS(289), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -15429,89 +15533,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(10)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1701), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1793), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(10), [sym_block_comment] = STATE(10), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(293), + [anon_sym_RBRACE] = ACTIONS(291), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -15583,89 +15687,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(11)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1847), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1780), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(11), [sym_block_comment] = STATE(11), [aux_sym_source_file_repeat1] = STATE(12), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(295), + [anon_sym_RBRACE] = ACTIONS(293), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -15737,89 +15841,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(12)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1842), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1789), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(12), [sym_block_comment] = STATE(12), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(297), + [anon_sym_RBRACE] = ACTIONS(295), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -15891,243 +15995,243 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(13)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1911), - [sym_macro_invocation] = STATE(418), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1888), + [sym_macro_invocation] = STATE(419), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(13), [sym_block_comment] = STATE(13), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(135), - [anon_sym_SEMI] = ACTIONS(138), - [anon_sym_macro_rules_BANG] = ACTIONS(141), - [anon_sym_LPAREN] = ACTIONS(144), - [anon_sym_LBRACK] = ACTIONS(147), - [anon_sym_LBRACE] = ACTIONS(150), - [anon_sym_RBRACE] = ACTIONS(133), - [anon_sym_STAR] = ACTIONS(153), - [anon_sym_u8] = ACTIONS(156), - [anon_sym_i8] = ACTIONS(156), - [anon_sym_u16] = ACTIONS(156), - [anon_sym_i16] = ACTIONS(156), - [anon_sym_u32] = ACTIONS(156), - [anon_sym_i32] = ACTIONS(156), - [anon_sym_u64] = ACTIONS(156), - [anon_sym_i64] = ACTIONS(156), - [anon_sym_u128] = ACTIONS(156), - [anon_sym_i128] = ACTIONS(156), - [anon_sym_isize] = ACTIONS(156), - [anon_sym_usize] = ACTIONS(156), - [anon_sym_f32] = ACTIONS(156), - [anon_sym_f64] = ACTIONS(156), - [anon_sym_bool] = ACTIONS(156), - [anon_sym_str] = ACTIONS(156), - [anon_sym_char] = ACTIONS(156), - [anon_sym_DASH] = ACTIONS(153), - [anon_sym_BANG] = ACTIONS(153), - [anon_sym_AMP] = ACTIONS(159), - [anon_sym_PIPE] = ACTIONS(162), - [anon_sym_LT] = ACTIONS(165), - [anon_sym_DOT_DOT] = ACTIONS(168), - [anon_sym_COLON_COLON] = ACTIONS(171), - [anon_sym_POUND] = ACTIONS(174), - [anon_sym_SQUOTE] = ACTIONS(177), - [anon_sym_async] = ACTIONS(180), - [anon_sym_break] = ACTIONS(183), - [anon_sym_const] = ACTIONS(186), - [anon_sym_continue] = ACTIONS(189), - [anon_sym_default] = ACTIONS(192), - [anon_sym_enum] = ACTIONS(195), - [anon_sym_fn] = ACTIONS(198), - [anon_sym_for] = ACTIONS(201), - [anon_sym_gen] = ACTIONS(204), - [anon_sym_if] = ACTIONS(207), - [anon_sym_impl] = ACTIONS(210), - [anon_sym_let] = ACTIONS(213), - [anon_sym_loop] = ACTIONS(216), - [anon_sym_match] = ACTIONS(219), - [anon_sym_mod] = ACTIONS(222), - [anon_sym_pub] = ACTIONS(225), - [anon_sym_return] = ACTIONS(228), - [anon_sym_static] = ACTIONS(231), - [anon_sym_struct] = ACTIONS(234), - [anon_sym_trait] = ACTIONS(237), - [anon_sym_type] = ACTIONS(240), - [anon_sym_union] = ACTIONS(243), - [anon_sym_unsafe] = ACTIONS(246), - [anon_sym_use] = ACTIONS(249), - [anon_sym_while] = ACTIONS(252), - [anon_sym_extern] = ACTIONS(255), - [anon_sym_yield] = ACTIONS(258), - [anon_sym_move] = ACTIONS(261), - [anon_sym_try] = ACTIONS(264), - [sym_integer_literal] = ACTIONS(267), - [aux_sym_string_literal_token1] = ACTIONS(270), - [sym_char_literal] = ACTIONS(267), - [anon_sym_true] = ACTIONS(273), - [anon_sym_false] = ACTIONS(273), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(276), - [sym_super] = ACTIONS(279), - [sym_crate] = ACTIONS(282), - [sym_metavariable] = ACTIONS(285), - [sym__raw_string_literal_start] = ACTIONS(288), - [sym_float_literal] = ACTIONS(267), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(133), + [anon_sym_SEMI] = ACTIONS(136), + [anon_sym_macro_rules_BANG] = ACTIONS(139), + [anon_sym_LPAREN] = ACTIONS(142), + [anon_sym_LBRACK] = ACTIONS(145), + [anon_sym_LBRACE] = ACTIONS(148), + [anon_sym_RBRACE] = ACTIONS(131), + [anon_sym_STAR] = ACTIONS(151), + [anon_sym_u8] = ACTIONS(154), + [anon_sym_i8] = ACTIONS(154), + [anon_sym_u16] = ACTIONS(154), + [anon_sym_i16] = ACTIONS(154), + [anon_sym_u32] = ACTIONS(154), + [anon_sym_i32] = ACTIONS(154), + [anon_sym_u64] = ACTIONS(154), + [anon_sym_i64] = ACTIONS(154), + [anon_sym_u128] = ACTIONS(154), + [anon_sym_i128] = ACTIONS(154), + [anon_sym_isize] = ACTIONS(154), + [anon_sym_usize] = ACTIONS(154), + [anon_sym_f32] = ACTIONS(154), + [anon_sym_f64] = ACTIONS(154), + [anon_sym_bool] = ACTIONS(154), + [anon_sym_str] = ACTIONS(154), + [anon_sym_char] = ACTIONS(154), + [anon_sym_DASH] = ACTIONS(151), + [anon_sym_BANG] = ACTIONS(151), + [anon_sym_AMP] = ACTIONS(157), + [anon_sym_PIPE] = ACTIONS(160), + [anon_sym_LT] = ACTIONS(163), + [anon_sym_DOT_DOT] = ACTIONS(166), + [anon_sym_COLON_COLON] = ACTIONS(169), + [anon_sym_POUND] = ACTIONS(172), + [anon_sym_SQUOTE] = ACTIONS(175), + [anon_sym_async] = ACTIONS(178), + [anon_sym_break] = ACTIONS(181), + [anon_sym_const] = ACTIONS(184), + [anon_sym_continue] = ACTIONS(187), + [anon_sym_default] = ACTIONS(190), + [anon_sym_enum] = ACTIONS(193), + [anon_sym_fn] = ACTIONS(196), + [anon_sym_for] = ACTIONS(199), + [anon_sym_gen] = ACTIONS(202), + [anon_sym_if] = ACTIONS(205), + [anon_sym_impl] = ACTIONS(208), + [anon_sym_let] = ACTIONS(211), + [anon_sym_loop] = ACTIONS(214), + [anon_sym_match] = ACTIONS(217), + [anon_sym_mod] = ACTIONS(220), + [anon_sym_pub] = ACTIONS(223), + [anon_sym_return] = ACTIONS(226), + [anon_sym_static] = ACTIONS(229), + [anon_sym_struct] = ACTIONS(232), + [anon_sym_trait] = ACTIONS(235), + [anon_sym_type] = ACTIONS(238), + [anon_sym_union] = ACTIONS(241), + [anon_sym_unsafe] = ACTIONS(244), + [anon_sym_use] = ACTIONS(247), + [anon_sym_while] = ACTIONS(250), + [anon_sym_extern] = ACTIONS(253), + [anon_sym_yield] = ACTIONS(256), + [anon_sym_move] = ACTIONS(259), + [anon_sym_try] = ACTIONS(262), + [sym_integer_literal] = ACTIONS(265), + [aux_sym_string_literal_token1] = ACTIONS(268), + [sym_char_literal] = ACTIONS(265), + [anon_sym_true] = ACTIONS(271), + [anon_sym_false] = ACTIONS(271), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(274), + [sym_super] = ACTIONS(277), + [sym_crate] = ACTIONS(280), + [sym_metavariable] = ACTIONS(283), + [sym__raw_string_literal_start] = ACTIONS(286), + [sym_float_literal] = ACTIONS(265), }, [STATE(14)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1875), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1805), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(14), [sym_block_comment] = STATE(14), - [aux_sym_source_file_repeat1] = STATE(15), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(34), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(299), + [anon_sym_RBRACE] = ACTIONS(297), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -16199,89 +16303,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(15)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1855), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1867), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(15), [sym_block_comment] = STATE(15), - [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(6), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(301), + [anon_sym_RBRACE] = ACTIONS(299), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -16353,89 +16457,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(16)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1678), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1821), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(16), [sym_block_comment] = STATE(16), [aux_sym_source_file_repeat1] = STATE(17), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(303), + [anon_sym_RBRACE] = ACTIONS(301), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -16507,89 +16611,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(17)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1689), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1828), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(17), [sym_block_comment] = STATE(17), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(305), + [anon_sym_RBRACE] = ACTIONS(303), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -16661,89 +16765,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(18)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1704), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1835), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(18), [sym_block_comment] = STATE(18), [aux_sym_source_file_repeat1] = STATE(19), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(307), + [anon_sym_RBRACE] = ACTIONS(305), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -16815,89 +16919,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(19)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1710), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1838), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(19), [sym_block_comment] = STATE(19), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(309), + [anon_sym_RBRACE] = ACTIONS(307), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -16969,89 +17073,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(20)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1717), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1840), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(20), [sym_block_comment] = STATE(20), [aux_sym_source_file_repeat1] = STATE(21), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(311), + [anon_sym_RBRACE] = ACTIONS(309), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -17123,89 +17227,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(21)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1720), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1843), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(21), [sym_block_comment] = STATE(21), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(313), + [anon_sym_RBRACE] = ACTIONS(311), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -17277,89 +17381,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(22)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1730), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1846), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(22), [sym_block_comment] = STATE(22), [aux_sym_source_file_repeat1] = STATE(23), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(315), + [anon_sym_RBRACE] = ACTIONS(313), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -17431,89 +17535,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(23)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1733), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1849), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(23), [sym_block_comment] = STATE(23), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(317), + [anon_sym_RBRACE] = ACTIONS(315), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -17585,89 +17689,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(24)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1738), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1852), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(24), [sym_block_comment] = STATE(24), [aux_sym_source_file_repeat1] = STATE(25), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(319), + [anon_sym_RBRACE] = ACTIONS(317), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -17739,89 +17843,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(25)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1740), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1854), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(25), [sym_block_comment] = STATE(25), [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(321), + [anon_sym_RBRACE] = ACTIONS(319), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -17893,89 +17997,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(26)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1748), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1857), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(26), [sym_block_comment] = STATE(26), - [aux_sym_source_file_repeat1] = STATE(27), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(2), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(323), + [anon_sym_RBRACE] = ACTIONS(321), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -18047,89 +18151,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(27)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1750), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1859), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(27), [sym_block_comment] = STATE(27), - [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(28), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(325), + [anon_sym_RBRACE] = ACTIONS(323), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -18201,89 +18305,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(28)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1752), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1860), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(28), [sym_block_comment] = STATE(28), - [aux_sym_source_file_repeat1] = STATE(29), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(327), + [anon_sym_RBRACE] = ACTIONS(325), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -18355,89 +18459,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(29)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1754), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1862), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(29), [sym_block_comment] = STATE(29), - [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(30), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(329), + [anon_sym_RBRACE] = ACTIONS(327), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -18509,89 +18613,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(30)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1762), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1863), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(30), [sym_block_comment] = STATE(30), - [aux_sym_source_file_repeat1] = STATE(31), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(331), + [anon_sym_RBRACE] = ACTIONS(329), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -18663,89 +18767,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(31)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1764), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1864), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(31), [sym_block_comment] = STATE(31), - [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(32), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(333), + [anon_sym_RBRACE] = ACTIONS(331), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -18817,89 +18921,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(32)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1766), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1865), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(32), [sym_block_comment] = STATE(32), - [aux_sym_source_file_repeat1] = STATE(33), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(335), + [anon_sym_RBRACE] = ACTIONS(333), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -18971,89 +19075,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(33)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1768), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1866), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(33), [sym_block_comment] = STATE(33), - [aux_sym_source_file_repeat1] = STATE(13), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_source_file_repeat1] = STATE(3), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), - [anon_sym_RBRACE] = ACTIONS(337), + [anon_sym_RBRACE] = ACTIONS(335), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -19125,89 +19229,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(34)] = { - [sym__statement] = STATE(690), - [sym_empty_statement] = STATE(695), - [sym_expression_statement] = STATE(695), - [sym_macro_definition] = STATE(695), - [sym_attribute_item] = STATE(695), - [sym_inner_attribute_item] = STATE(695), - [sym_mod_item] = STATE(695), - [sym_foreign_mod_item] = STATE(695), - [sym_struct_item] = STATE(695), - [sym_union_item] = STATE(695), - [sym_enum_item] = STATE(695), - [sym_extern_crate_declaration] = STATE(695), - [sym_const_item] = STATE(695), - [sym_static_item] = STATE(695), - [sym_type_item] = STATE(695), - [sym_function_item] = STATE(695), - [sym_function_signature_item] = STATE(695), - [sym_function_modifiers] = STATE(3405), - [sym_impl_item] = STATE(695), - [sym_trait_item] = STATE(695), - [sym_associated_type] = STATE(695), - [sym_let_declaration] = STATE(695), - [sym_use_declaration] = STATE(695), - [sym_extern_modifier] = STATE(2166), - [sym_visibility_modifier] = STATE(1965), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1911), - [sym_macro_invocation] = STATE(400), - [sym_scoped_identifier] = STATE(1556), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(401), - [sym_match_expression] = STATE(401), - [sym_while_expression] = STATE(401), - [sym_loop_expression] = STATE(401), - [sym_for_expression] = STATE(401), - [sym_const_block] = STATE(401), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3399), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(401), - [sym_async_block] = STATE(401), - [sym_gen_block] = STATE(401), - [sym_try_block] = STATE(401), - [sym_block] = STATE(401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym__statement] = STATE(575), + [sym_empty_statement] = STATE(587), + [sym_expression_statement] = STATE(587), + [sym_macro_definition] = STATE(587), + [sym_attribute_item] = STATE(587), + [sym_inner_attribute_item] = STATE(587), + [sym_mod_item] = STATE(587), + [sym_foreign_mod_item] = STATE(587), + [sym_struct_item] = STATE(587), + [sym_union_item] = STATE(587), + [sym_enum_item] = STATE(587), + [sym_extern_crate_declaration] = STATE(587), + [sym_const_item] = STATE(587), + [sym_static_item] = STATE(587), + [sym_type_item] = STATE(587), + [sym_function_item] = STATE(587), + [sym_function_signature_item] = STATE(587), + [sym_function_modifiers] = STATE(3646), + [sym_impl_item] = STATE(587), + [sym_trait_item] = STATE(587), + [sym_associated_type] = STATE(587), + [sym_let_declaration] = STATE(587), + [sym_use_declaration] = STATE(587), + [sym_extern_modifier] = STATE(2188), + [sym_visibility_modifier] = STATE(1970), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1809), + [sym_macro_invocation] = STATE(402), + [sym_scoped_identifier] = STATE(1562), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(404), + [sym_match_expression] = STATE(404), + [sym_while_expression] = STATE(404), + [sym_loop_expression] = STATE(404), + [sym_for_expression] = STATE(404), + [sym_const_block] = STATE(404), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3517), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(404), + [sym_async_block] = STATE(404), + [sym_gen_block] = STATE(404), + [sym_try_block] = STATE(404), + [sym_block] = STATE(404), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(34), [sym_block_comment] = STATE(34), - [aux_sym_source_file_repeat1] = STATE(8), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [ts_builtin_sym_end] = ACTIONS(125), + [aux_sym_source_file_repeat1] = STATE(13), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(9), [anon_sym_SEMI] = ACTIONS(11), [anon_sym_macro_rules_BANG] = ACTIONS(13), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(19), + [anon_sym_RBRACE] = ACTIONS(337), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -19279,53 +19383,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(35)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1515), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1522), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(35), [sym_block_comment] = STATE(35), [sym_identifier] = ACTIONS(339), @@ -19427,65 +19531,65 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(36)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1513), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1523), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(36), [sym_block_comment] = STATE(36), [sym_identifier] = ACTIONS(339), [anon_sym_SEMI] = ACTIONS(375), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_RPAREN] = ACTIONS(375), - [anon_sym_LBRACK] = ACTIONS(375), + [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_RBRACK] = ACTIONS(375), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_RBRACE] = ACTIONS(375), [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(377), + [anon_sym_STAR] = ACTIONS(349), [anon_sym_QMARK] = ACTIONS(375), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -19504,13 +19608,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(377), + [anon_sym_DASH] = ACTIONS(349), [anon_sym_SLASH] = ACTIONS(377), [anon_sym_PERCENT] = ACTIONS(377), [anon_sym_CARET] = ACTIONS(377), [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_PIPE] = ACTIONS(377), + [anon_sym_AMP] = ACTIONS(379), + [anon_sym_PIPE] = ACTIONS(381), [anon_sym_AMP_AMP] = ACTIONS(375), [anon_sym_PIPE_PIPE] = ACTIONS(375), [anon_sym_LT_LT] = ACTIONS(377), @@ -19529,11 +19633,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(375), [anon_sym_BANG_EQ] = ACTIONS(375), [anon_sym_GT] = ACTIONS(377), - [anon_sym_LT] = ACTIONS(377), + [anon_sym_LT] = ACTIONS(383), [anon_sym_GT_EQ] = ACTIONS(375), [anon_sym_LT_EQ] = ACTIONS(375), [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(377), + [anon_sym_DOT_DOT] = ACTIONS(385), [anon_sym_DOT_DOT_DOT] = ACTIONS(375), [anon_sym_DOT_DOT_EQ] = ACTIONS(375), [anon_sym_COMMA] = ACTIONS(375), @@ -19574,66 +19678,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(37)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1514), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1511), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(37), [sym_block_comment] = STATE(37), [sym_identifier] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(379), + [anon_sym_SEMI] = ACTIONS(387), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(379), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(379), + [anon_sym_RPAREN] = ACTIONS(387), + [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_RBRACK] = ACTIONS(387), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(379), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_STAR] = ACTIONS(349), - [anon_sym_QMARK] = ACTIONS(379), + [anon_sym_RBRACE] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(389), + [anon_sym_STAR] = ACTIONS(389), + [anon_sym_QMARK] = ACTIONS(387), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), [anon_sym_u16] = ACTIONS(23), @@ -19651,42 +19755,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(349), - [anon_sym_SLASH] = ACTIONS(381), - [anon_sym_PERCENT] = ACTIONS(381), - [anon_sym_CARET] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(389), + [anon_sym_SLASH] = ACTIONS(389), + [anon_sym_PERCENT] = ACTIONS(389), + [anon_sym_CARET] = ACTIONS(389), [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(383), - [anon_sym_PIPE] = ACTIONS(385), - [anon_sym_AMP_AMP] = ACTIONS(379), - [anon_sym_PIPE_PIPE] = ACTIONS(379), - [anon_sym_LT_LT] = ACTIONS(381), - [anon_sym_GT_GT] = ACTIONS(381), - [anon_sym_PLUS_EQ] = ACTIONS(379), - [anon_sym_DASH_EQ] = ACTIONS(379), - [anon_sym_STAR_EQ] = ACTIONS(379), - [anon_sym_SLASH_EQ] = ACTIONS(379), - [anon_sym_PERCENT_EQ] = ACTIONS(379), - [anon_sym_CARET_EQ] = ACTIONS(379), - [anon_sym_AMP_EQ] = ACTIONS(379), - [anon_sym_PIPE_EQ] = ACTIONS(379), - [anon_sym_LT_LT_EQ] = ACTIONS(379), - [anon_sym_GT_GT_EQ] = ACTIONS(379), - [anon_sym_EQ] = ACTIONS(381), - [anon_sym_EQ_EQ] = ACTIONS(379), - [anon_sym_BANG_EQ] = ACTIONS(379), - [anon_sym_GT] = ACTIONS(381), - [anon_sym_LT] = ACTIONS(387), - [anon_sym_GT_EQ] = ACTIONS(379), - [anon_sym_LT_EQ] = ACTIONS(379), - [anon_sym_DOT] = ACTIONS(381), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(389), + [anon_sym_AMP_AMP] = ACTIONS(387), + [anon_sym_PIPE_PIPE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(389), + [anon_sym_PLUS_EQ] = ACTIONS(387), + [anon_sym_DASH_EQ] = ACTIONS(387), + [anon_sym_STAR_EQ] = ACTIONS(387), + [anon_sym_SLASH_EQ] = ACTIONS(387), + [anon_sym_PERCENT_EQ] = ACTIONS(387), + [anon_sym_CARET_EQ] = ACTIONS(387), + [anon_sym_AMP_EQ] = ACTIONS(387), + [anon_sym_PIPE_EQ] = ACTIONS(387), + [anon_sym_LT_LT_EQ] = ACTIONS(387), + [anon_sym_GT_GT_EQ] = ACTIONS(387), + [anon_sym_EQ] = ACTIONS(389), + [anon_sym_EQ_EQ] = ACTIONS(387), + [anon_sym_BANG_EQ] = ACTIONS(387), + [anon_sym_GT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(389), + [anon_sym_GT_EQ] = ACTIONS(387), + [anon_sym_LT_EQ] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(389), [anon_sym_DOT_DOT] = ACTIONS(389), - [anon_sym_DOT_DOT_DOT] = ACTIONS(379), - [anon_sym_DOT_DOT_EQ] = ACTIONS(379), - [anon_sym_COMMA] = ACTIONS(379), + [anon_sym_DOT_DOT_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(387), + [anon_sym_COMMA] = ACTIONS(387), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(381), + [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), @@ -19702,7 +19806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_else] = ACTIONS(381), + [anon_sym_else] = ACTIONS(389), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -19721,65 +19825,359 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(38)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1526), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1511), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(38), [sym_block_comment] = STATE(38), [sym_identifier] = ACTIONS(339), + [anon_sym_SEMI] = ACTIONS(387), + [anon_sym_LPAREN] = ACTIONS(387), + [anon_sym_RPAREN] = ACTIONS(387), + [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_RBRACK] = ACTIONS(387), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_RBRACE] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(389), + [anon_sym_STAR] = ACTIONS(389), + [anon_sym_QMARK] = ACTIONS(387), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(389), + [anon_sym_SLASH] = ACTIONS(389), + [anon_sym_PERCENT] = ACTIONS(389), + [anon_sym_CARET] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(349), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(389), + [anon_sym_AMP_AMP] = ACTIONS(387), + [anon_sym_PIPE_PIPE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(389), + [anon_sym_PLUS_EQ] = ACTIONS(387), + [anon_sym_DASH_EQ] = ACTIONS(387), + [anon_sym_STAR_EQ] = ACTIONS(387), + [anon_sym_SLASH_EQ] = ACTIONS(387), + [anon_sym_PERCENT_EQ] = ACTIONS(387), + [anon_sym_CARET_EQ] = ACTIONS(387), + [anon_sym_AMP_EQ] = ACTIONS(387), + [anon_sym_PIPE_EQ] = ACTIONS(387), + [anon_sym_LT_LT_EQ] = ACTIONS(387), + [anon_sym_GT_GT_EQ] = ACTIONS(387), + [anon_sym_EQ] = ACTIONS(389), + [anon_sym_EQ_EQ] = ACTIONS(387), + [anon_sym_BANG_EQ] = ACTIONS(387), + [anon_sym_GT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(389), + [anon_sym_GT_EQ] = ACTIONS(387), + [anon_sym_LT_EQ] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(387), + [anon_sym_COMMA] = ACTIONS(387), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(389), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_else] = ACTIONS(389), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(39)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1520), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(39), + [sym_block_comment] = STATE(39), + [sym_identifier] = ACTIONS(339), + [anon_sym_SEMI] = ACTIONS(391), + [anon_sym_LPAREN] = ACTIONS(391), + [anon_sym_RPAREN] = ACTIONS(391), + [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_RBRACK] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_RBRACE] = ACTIONS(391), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_STAR] = ACTIONS(393), + [anon_sym_QMARK] = ACTIONS(391), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_SLASH] = ACTIONS(393), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_CARET] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(349), + [anon_sym_AMP] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(393), + [anon_sym_AMP_AMP] = ACTIONS(391), + [anon_sym_PIPE_PIPE] = ACTIONS(391), + [anon_sym_LT_LT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(393), + [anon_sym_PLUS_EQ] = ACTIONS(391), + [anon_sym_DASH_EQ] = ACTIONS(391), + [anon_sym_STAR_EQ] = ACTIONS(391), + [anon_sym_SLASH_EQ] = ACTIONS(391), + [anon_sym_PERCENT_EQ] = ACTIONS(391), + [anon_sym_CARET_EQ] = ACTIONS(391), + [anon_sym_AMP_EQ] = ACTIONS(391), + [anon_sym_PIPE_EQ] = ACTIONS(391), + [anon_sym_LT_LT_EQ] = ACTIONS(391), + [anon_sym_GT_GT_EQ] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(393), + [anon_sym_EQ_EQ] = ACTIONS(391), + [anon_sym_BANG_EQ] = ACTIONS(391), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(391), + [anon_sym_LT_EQ] = ACTIONS(391), + [anon_sym_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(391), + [anon_sym_DOT_DOT_EQ] = ACTIONS(391), + [anon_sym_COMMA] = ACTIONS(391), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(393), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_else] = ACTIONS(393), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(40)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1520), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(40), + [sym_block_comment] = STATE(40), + [sym_identifier] = ACTIONS(339), [anon_sym_SEMI] = ACTIONS(391), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_RPAREN] = ACTIONS(391), - [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACK] = ACTIONS(391), [anon_sym_RBRACK] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_RBRACE] = ACTIONS(391), [anon_sym_PLUS] = ACTIONS(393), - [anon_sym_STAR] = ACTIONS(349), + [anon_sym_STAR] = ACTIONS(393), [anon_sym_QMARK] = ACTIONS(391), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -19798,13 +20196,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(349), + [anon_sym_DASH] = ACTIONS(393), [anon_sym_SLASH] = ACTIONS(393), [anon_sym_PERCENT] = ACTIONS(393), [anon_sym_CARET] = ACTIONS(393), [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(383), - [anon_sym_PIPE] = ACTIONS(385), + [anon_sym_AMP] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(393), [anon_sym_AMP_AMP] = ACTIONS(391), [anon_sym_PIPE_PIPE] = ACTIONS(391), [anon_sym_LT_LT] = ACTIONS(393), @@ -19823,11 +20221,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(391), [anon_sym_BANG_EQ] = ACTIONS(391), [anon_sym_GT] = ACTIONS(393), - [anon_sym_LT] = ACTIONS(387), + [anon_sym_LT] = ACTIONS(393), [anon_sym_GT_EQ] = ACTIONS(391), [anon_sym_LT_EQ] = ACTIONS(391), [anon_sym_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT] = ACTIONS(393), [anon_sym_DOT_DOT_DOT] = ACTIONS(391), [anon_sym_DOT_DOT_EQ] = ACTIONS(391), [anon_sym_COMMA] = ACTIONS(391), @@ -19867,348 +20265,54 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(39)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1517), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(39), - [sym_block_comment] = STATE(39), - [sym_identifier] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(395), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(395), - [anon_sym_LBRACK] = ACTIONS(395), - [anon_sym_RBRACK] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(395), - [anon_sym_PLUS] = ACTIONS(397), - [anon_sym_STAR] = ACTIONS(397), - [anon_sym_QMARK] = ACTIONS(395), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(397), - [anon_sym_SLASH] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(397), - [anon_sym_CARET] = ACTIONS(397), - [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(397), - [anon_sym_PIPE] = ACTIONS(397), - [anon_sym_AMP_AMP] = ACTIONS(395), - [anon_sym_PIPE_PIPE] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_GT_GT] = ACTIONS(397), - [anon_sym_PLUS_EQ] = ACTIONS(395), - [anon_sym_DASH_EQ] = ACTIONS(395), - [anon_sym_STAR_EQ] = ACTIONS(395), - [anon_sym_SLASH_EQ] = ACTIONS(395), - [anon_sym_PERCENT_EQ] = ACTIONS(395), - [anon_sym_CARET_EQ] = ACTIONS(395), - [anon_sym_AMP_EQ] = ACTIONS(395), - [anon_sym_PIPE_EQ] = ACTIONS(395), - [anon_sym_LT_LT_EQ] = ACTIONS(395), - [anon_sym_GT_GT_EQ] = ACTIONS(395), - [anon_sym_EQ] = ACTIONS(397), - [anon_sym_EQ_EQ] = ACTIONS(395), - [anon_sym_BANG_EQ] = ACTIONS(395), - [anon_sym_GT] = ACTIONS(397), - [anon_sym_LT] = ACTIONS(397), - [anon_sym_GT_EQ] = ACTIONS(395), - [anon_sym_LT_EQ] = ACTIONS(395), - [anon_sym_DOT] = ACTIONS(397), - [anon_sym_DOT_DOT] = ACTIONS(397), - [anon_sym_DOT_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_EQ] = ACTIONS(395), - [anon_sym_COMMA] = ACTIONS(395), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(397), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_else] = ACTIONS(397), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(40)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), + [STATE(41)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), [sym__expression] = STATE(1530), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), [sym_label] = STATE(35), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(40), - [sym_block_comment] = STATE(40), - [sym_identifier] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(399), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_RPAREN] = ACTIONS(399), - [anon_sym_LBRACK] = ACTIONS(399), - [anon_sym_RBRACK] = ACTIONS(399), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(399), - [anon_sym_PLUS] = ACTIONS(401), - [anon_sym_STAR] = ACTIONS(401), - [anon_sym_QMARK] = ACTIONS(399), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(401), - [anon_sym_SLASH] = ACTIONS(401), - [anon_sym_PERCENT] = ACTIONS(401), - [anon_sym_CARET] = ACTIONS(401), - [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PIPE] = ACTIONS(401), - [anon_sym_AMP_AMP] = ACTIONS(399), - [anon_sym_PIPE_PIPE] = ACTIONS(399), - [anon_sym_LT_LT] = ACTIONS(401), - [anon_sym_GT_GT] = ACTIONS(401), - [anon_sym_PLUS_EQ] = ACTIONS(399), - [anon_sym_DASH_EQ] = ACTIONS(399), - [anon_sym_STAR_EQ] = ACTIONS(399), - [anon_sym_SLASH_EQ] = ACTIONS(399), - [anon_sym_PERCENT_EQ] = ACTIONS(399), - [anon_sym_CARET_EQ] = ACTIONS(399), - [anon_sym_AMP_EQ] = ACTIONS(399), - [anon_sym_PIPE_EQ] = ACTIONS(399), - [anon_sym_LT_LT_EQ] = ACTIONS(399), - [anon_sym_GT_GT_EQ] = ACTIONS(399), - [anon_sym_EQ] = ACTIONS(401), - [anon_sym_EQ_EQ] = ACTIONS(399), - [anon_sym_BANG_EQ] = ACTIONS(399), - [anon_sym_GT] = ACTIONS(401), - [anon_sym_LT] = ACTIONS(401), - [anon_sym_GT_EQ] = ACTIONS(399), - [anon_sym_LT_EQ] = ACTIONS(399), - [anon_sym_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(399), - [anon_sym_DOT_DOT_EQ] = ACTIONS(399), - [anon_sym_COMMA] = ACTIONS(399), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(403), - [anon_sym_as] = ACTIONS(401), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_else] = ACTIONS(401), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(41)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1517), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(41), [sym_block_comment] = STATE(41), [sym_identifier] = ACTIONS(339), @@ -20273,7 +20377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT_EQ] = ACTIONS(395), [anon_sym_COMMA] = ACTIONS(395), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_SQUOTE] = ACTIONS(399), [anon_sym_as] = ACTIONS(397), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -20309,66 +20413,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(42)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1513), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1526), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(42), [sym_block_comment] = STATE(42), [sym_identifier] = ACTIONS(339), - [anon_sym_SEMI] = ACTIONS(375), - [anon_sym_LPAREN] = ACTIONS(375), - [anon_sym_RPAREN] = ACTIONS(375), - [anon_sym_LBRACK] = ACTIONS(375), - [anon_sym_RBRACK] = ACTIONS(375), + [anon_sym_SEMI] = ACTIONS(401), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(401), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(401), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_RBRACE] = ACTIONS(375), - [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(377), - [anon_sym_QMARK] = ACTIONS(375), + [anon_sym_RBRACE] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(349), + [anon_sym_QMARK] = ACTIONS(401), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), [anon_sym_u16] = ACTIONS(23), @@ -20386,42 +20490,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(377), - [anon_sym_SLASH] = ACTIONS(377), - [anon_sym_PERCENT] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(377), + [anon_sym_DASH] = ACTIONS(349), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), [anon_sym_BANG] = ACTIONS(349), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_PIPE] = ACTIONS(377), - [anon_sym_AMP_AMP] = ACTIONS(375), - [anon_sym_PIPE_PIPE] = ACTIONS(375), - [anon_sym_LT_LT] = ACTIONS(377), - [anon_sym_GT_GT] = ACTIONS(377), - [anon_sym_PLUS_EQ] = ACTIONS(375), - [anon_sym_DASH_EQ] = ACTIONS(375), - [anon_sym_STAR_EQ] = ACTIONS(375), - [anon_sym_SLASH_EQ] = ACTIONS(375), - [anon_sym_PERCENT_EQ] = ACTIONS(375), - [anon_sym_CARET_EQ] = ACTIONS(375), - [anon_sym_AMP_EQ] = ACTIONS(375), - [anon_sym_PIPE_EQ] = ACTIONS(375), - [anon_sym_LT_LT_EQ] = ACTIONS(375), - [anon_sym_GT_GT_EQ] = ACTIONS(375), - [anon_sym_EQ] = ACTIONS(377), - [anon_sym_EQ_EQ] = ACTIONS(375), - [anon_sym_BANG_EQ] = ACTIONS(375), - [anon_sym_GT] = ACTIONS(377), - [anon_sym_LT] = ACTIONS(377), - [anon_sym_GT_EQ] = ACTIONS(375), - [anon_sym_LT_EQ] = ACTIONS(375), - [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT_DOT] = ACTIONS(375), - [anon_sym_DOT_DOT_EQ] = ACTIONS(375), - [anon_sym_COMMA] = ACTIONS(375), + [anon_sym_AMP] = ACTIONS(379), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(401), + [anon_sym_PIPE_PIPE] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(403), + [anon_sym_GT_GT] = ACTIONS(403), + [anon_sym_PLUS_EQ] = ACTIONS(401), + [anon_sym_DASH_EQ] = ACTIONS(401), + [anon_sym_STAR_EQ] = ACTIONS(401), + [anon_sym_SLASH_EQ] = ACTIONS(401), + [anon_sym_PERCENT_EQ] = ACTIONS(401), + [anon_sym_CARET_EQ] = ACTIONS(401), + [anon_sym_AMP_EQ] = ACTIONS(401), + [anon_sym_PIPE_EQ] = ACTIONS(401), + [anon_sym_LT_LT_EQ] = ACTIONS(401), + [anon_sym_GT_GT_EQ] = ACTIONS(401), + [anon_sym_EQ] = ACTIONS(403), + [anon_sym_EQ_EQ] = ACTIONS(401), + [anon_sym_BANG_EQ] = ACTIONS(401), + [anon_sym_GT] = ACTIONS(403), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(385), + [anon_sym_DOT_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COMMA] = ACTIONS(401), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(377), + [anon_sym_as] = ACTIONS(403), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), @@ -20437,7 +20541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_else] = ACTIONS(377), + [anon_sym_else] = ACTIONS(403), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -20456,53 +20560,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(43)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1767), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1710), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), [sym_line_comment] = STATE(43), [sym_block_comment] = STATE(43), [sym_identifier] = ACTIONS(405), @@ -20599,62 +20703,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(451), }, [STATE(44)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1742), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1728), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), [sym_line_comment] = STATE(44), [sym_block_comment] = STATE(44), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(391), + [anon_sym_LBRACK] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(407), [anon_sym_EQ_GT] = ACTIONS(391), [anon_sym_PLUS] = ACTIONS(393), - [anon_sym_STAR] = ACTIONS(413), + [anon_sym_STAR] = ACTIONS(393), [anon_sym_QMARK] = ACTIONS(391), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), @@ -20673,13 +20777,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), + [anon_sym_DASH] = ACTIONS(393), [anon_sym_SLASH] = ACTIONS(393), [anon_sym_PERCENT] = ACTIONS(393), [anon_sym_CARET] = ACTIONS(393), [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(469), - [anon_sym_PIPE] = ACTIONS(385), + [anon_sym_AMP] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(393), [anon_sym_AMP_AMP] = ACTIONS(391), [anon_sym_PIPE_PIPE] = ACTIONS(391), [anon_sym_LT_LT] = ACTIONS(393), @@ -20698,11 +20802,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(391), [anon_sym_BANG_EQ] = ACTIONS(391), [anon_sym_GT] = ACTIONS(393), - [anon_sym_LT] = ACTIONS(387), + [anon_sym_LT] = ACTIONS(393), [anon_sym_GT_EQ] = ACTIONS(391), [anon_sym_LT_EQ] = ACTIONS(391), [anon_sym_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT] = ACTIONS(471), + [anon_sym_DOT_DOT] = ACTIONS(393), [anon_sym_DOT_DOT_DOT] = ACTIONS(391), [anon_sym_DOT_DOT_EQ] = ACTIONS(391), [anon_sym_COLON_COLON] = ACTIONS(415), @@ -20741,55 +20845,481 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(451), }, [STATE(45)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1714), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1611), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(45), [sym_block_comment] = STATE(45), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(341), + [anon_sym_LBRACK] = ACTIONS(341), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_COLON] = ACTIONS(345), + [anon_sym_PLUS] = ACTIONS(347), + [anon_sym_STAR] = ACTIONS(347), + [anon_sym_QMARK] = ACTIONS(341), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(347), + [anon_sym_SLASH] = ACTIONS(347), + [anon_sym_PERCENT] = ACTIONS(347), + [anon_sym_CARET] = ACTIONS(347), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(347), + [anon_sym_PIPE] = ACTIONS(347), + [anon_sym_AMP_AMP] = ACTIONS(341), + [anon_sym_PIPE_PIPE] = ACTIONS(341), + [anon_sym_LT_LT] = ACTIONS(347), + [anon_sym_GT_GT] = ACTIONS(347), + [anon_sym_PLUS_EQ] = ACTIONS(341), + [anon_sym_DASH_EQ] = ACTIONS(341), + [anon_sym_STAR_EQ] = ACTIONS(341), + [anon_sym_SLASH_EQ] = ACTIONS(341), + [anon_sym_PERCENT_EQ] = ACTIONS(341), + [anon_sym_CARET_EQ] = ACTIONS(341), + [anon_sym_AMP_EQ] = ACTIONS(341), + [anon_sym_PIPE_EQ] = ACTIONS(341), + [anon_sym_LT_LT_EQ] = ACTIONS(341), + [anon_sym_GT_GT_EQ] = ACTIONS(341), + [anon_sym_EQ] = ACTIONS(347), + [anon_sym_EQ_EQ] = ACTIONS(341), + [anon_sym_BANG_EQ] = ACTIONS(341), + [anon_sym_GT] = ACTIONS(347), + [anon_sym_LT] = ACTIONS(347), + [anon_sym_GT_EQ] = ACTIONS(341), + [anon_sym_LT_EQ] = ACTIONS(341), + [anon_sym_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_DOT] = ACTIONS(341), + [anon_sym_DOT_DOT_EQ] = ACTIONS(341), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(347), + [anon_sym_as] = ACTIONS(347), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(46)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1668), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(46), + [sym_block_comment] = STATE(46), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(341), + [anon_sym_LBRACK] = ACTIONS(341), + [anon_sym_LBRACE] = ACTIONS(341), + [anon_sym_COLON] = ACTIONS(345), + [anon_sym_PLUS] = ACTIONS(347), + [anon_sym_STAR] = ACTIONS(347), + [anon_sym_QMARK] = ACTIONS(341), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(347), + [anon_sym_SLASH] = ACTIONS(347), + [anon_sym_PERCENT] = ACTIONS(347), + [anon_sym_CARET] = ACTIONS(347), + [anon_sym_BANG] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(347), + [anon_sym_PIPE] = ACTIONS(347), + [anon_sym_AMP_AMP] = ACTIONS(341), + [anon_sym_PIPE_PIPE] = ACTIONS(341), + [anon_sym_LT_LT] = ACTIONS(347), + [anon_sym_GT_GT] = ACTIONS(347), + [anon_sym_PLUS_EQ] = ACTIONS(341), + [anon_sym_DASH_EQ] = ACTIONS(341), + [anon_sym_STAR_EQ] = ACTIONS(341), + [anon_sym_SLASH_EQ] = ACTIONS(341), + [anon_sym_PERCENT_EQ] = ACTIONS(341), + [anon_sym_CARET_EQ] = ACTIONS(341), + [anon_sym_AMP_EQ] = ACTIONS(341), + [anon_sym_PIPE_EQ] = ACTIONS(341), + [anon_sym_LT_LT_EQ] = ACTIONS(341), + [anon_sym_GT_GT_EQ] = ACTIONS(341), + [anon_sym_EQ] = ACTIONS(347), + [anon_sym_EQ_EQ] = ACTIONS(341), + [anon_sym_BANG_EQ] = ACTIONS(341), + [anon_sym_GT] = ACTIONS(347), + [anon_sym_LT] = ACTIONS(347), + [anon_sym_GT_EQ] = ACTIONS(341), + [anon_sym_LT_EQ] = ACTIONS(341), + [anon_sym_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT] = ACTIONS(347), + [anon_sym_DOT_DOT_DOT] = ACTIONS(341), + [anon_sym_DOT_DOT_EQ] = ACTIONS(341), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(347), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(47)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1813), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(47), + [sym_block_comment] = STATE(47), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_EQ_GT] = ACTIONS(401), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(413), + [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(413), + [anon_sym_AMP] = ACTIONS(513), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(401), + [anon_sym_PIPE_PIPE] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(403), + [anon_sym_GT_GT] = ACTIONS(403), + [anon_sym_PLUS_EQ] = ACTIONS(401), + [anon_sym_DASH_EQ] = ACTIONS(401), + [anon_sym_STAR_EQ] = ACTIONS(401), + [anon_sym_SLASH_EQ] = ACTIONS(401), + [anon_sym_PERCENT_EQ] = ACTIONS(401), + [anon_sym_CARET_EQ] = ACTIONS(401), + [anon_sym_AMP_EQ] = ACTIONS(401), + [anon_sym_PIPE_EQ] = ACTIONS(401), + [anon_sym_LT_LT_EQ] = ACTIONS(401), + [anon_sym_GT_GT_EQ] = ACTIONS(401), + [anon_sym_EQ] = ACTIONS(403), + [anon_sym_EQ_EQ] = ACTIONS(401), + [anon_sym_BANG_EQ] = ACTIONS(401), + [anon_sym_GT] = ACTIONS(403), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(515), + [anon_sym_DOT_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(403), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(48)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1880), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(43), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(48), + [sym_block_comment] = STATE(48), [sym_identifier] = ACTIONS(405), [anon_sym_LPAREN] = ACTIONS(395), [anon_sym_LBRACK] = ACTIONS(395), @@ -20848,7 +21378,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(395), [anon_sym_DOT_DOT_EQ] = ACTIONS(395), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_SQUOTE] = ACTIONS(517), [anon_sym_as] = ACTIONS(397), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -20882,63 +21412,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(46)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1798), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(46), - [sym_block_comment] = STATE(46), + [STATE(49)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1812), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(49), + [sym_block_comment] = STATE(49), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(375), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), [anon_sym_EQ_GT] = ACTIONS(375), [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(377), + [anon_sym_STAR] = ACTIONS(413), [anon_sym_QMARK] = ACTIONS(375), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), @@ -20957,13 +21487,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(377), + [anon_sym_DASH] = ACTIONS(413), [anon_sym_SLASH] = ACTIONS(377), [anon_sym_PERCENT] = ACTIONS(377), [anon_sym_CARET] = ACTIONS(377), [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_PIPE] = ACTIONS(377), + [anon_sym_AMP] = ACTIONS(513), + [anon_sym_PIPE] = ACTIONS(381), [anon_sym_AMP_AMP] = ACTIONS(375), [anon_sym_PIPE_PIPE] = ACTIONS(375), [anon_sym_LT_LT] = ACTIONS(377), @@ -20982,11 +21512,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(375), [anon_sym_BANG_EQ] = ACTIONS(375), [anon_sym_GT] = ACTIONS(377), - [anon_sym_LT] = ACTIONS(377), + [anon_sym_LT] = ACTIONS(383), [anon_sym_GT_EQ] = ACTIONS(375), [anon_sym_LT_EQ] = ACTIONS(375), [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(377), + [anon_sym_DOT_DOT] = ACTIONS(515), [anon_sym_DOT_DOT_DOT] = ACTIONS(375), [anon_sym_DOT_DOT_EQ] = ACTIONS(375), [anon_sym_COLON_COLON] = ACTIONS(415), @@ -21024,64 +21554,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(47)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1798), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(47), - [sym_block_comment] = STATE(47), + [STATE(50)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1797), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(50), + [sym_block_comment] = STATE(50), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(375), - [anon_sym_LBRACK] = ACTIONS(375), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(387), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(375), - [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(377), - [anon_sym_QMARK] = ACTIONS(375), + [anon_sym_EQ_GT] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(389), + [anon_sym_STAR] = ACTIONS(389), + [anon_sym_QMARK] = ACTIONS(387), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -21099,41 +21629,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(377), - [anon_sym_SLASH] = ACTIONS(377), - [anon_sym_PERCENT] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(377), + [anon_sym_DASH] = ACTIONS(389), + [anon_sym_SLASH] = ACTIONS(389), + [anon_sym_PERCENT] = ACTIONS(389), + [anon_sym_CARET] = ACTIONS(389), [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_PIPE] = ACTIONS(377), - [anon_sym_AMP_AMP] = ACTIONS(375), - [anon_sym_PIPE_PIPE] = ACTIONS(375), - [anon_sym_LT_LT] = ACTIONS(377), - [anon_sym_GT_GT] = ACTIONS(377), - [anon_sym_PLUS_EQ] = ACTIONS(375), - [anon_sym_DASH_EQ] = ACTIONS(375), - [anon_sym_STAR_EQ] = ACTIONS(375), - [anon_sym_SLASH_EQ] = ACTIONS(375), - [anon_sym_PERCENT_EQ] = ACTIONS(375), - [anon_sym_CARET_EQ] = ACTIONS(375), - [anon_sym_AMP_EQ] = ACTIONS(375), - [anon_sym_PIPE_EQ] = ACTIONS(375), - [anon_sym_LT_LT_EQ] = ACTIONS(375), - [anon_sym_GT_GT_EQ] = ACTIONS(375), - [anon_sym_EQ] = ACTIONS(377), - [anon_sym_EQ_EQ] = ACTIONS(375), - [anon_sym_BANG_EQ] = ACTIONS(375), - [anon_sym_GT] = ACTIONS(377), - [anon_sym_LT] = ACTIONS(377), - [anon_sym_GT_EQ] = ACTIONS(375), - [anon_sym_LT_EQ] = ACTIONS(375), - [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT_DOT] = ACTIONS(375), - [anon_sym_DOT_DOT_EQ] = ACTIONS(375), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(389), + [anon_sym_AMP_AMP] = ACTIONS(387), + [anon_sym_PIPE_PIPE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(389), + [anon_sym_PLUS_EQ] = ACTIONS(387), + [anon_sym_DASH_EQ] = ACTIONS(387), + [anon_sym_STAR_EQ] = ACTIONS(387), + [anon_sym_SLASH_EQ] = ACTIONS(387), + [anon_sym_PERCENT_EQ] = ACTIONS(387), + [anon_sym_CARET_EQ] = ACTIONS(387), + [anon_sym_AMP_EQ] = ACTIONS(387), + [anon_sym_PIPE_EQ] = ACTIONS(387), + [anon_sym_LT_LT_EQ] = ACTIONS(387), + [anon_sym_GT_GT_EQ] = ACTIONS(387), + [anon_sym_EQ] = ACTIONS(389), + [anon_sym_EQ_EQ] = ACTIONS(387), + [anon_sym_BANG_EQ] = ACTIONS(387), + [anon_sym_GT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(389), + [anon_sym_GT_EQ] = ACTIONS(387), + [anon_sym_LT_EQ] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(387), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(377), + [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), [anon_sym_const] = ACTIONS(421), @@ -21166,348 +21696,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(48)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1656), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(48), - [sym_block_comment] = STATE(48), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_LBRACK] = ACTIONS(341), - [anon_sym_LBRACE] = ACTIONS(341), - [anon_sym_COLON] = ACTIONS(345), - [anon_sym_PLUS] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(347), - [anon_sym_QMARK] = ACTIONS(341), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(347), - [anon_sym_SLASH] = ACTIONS(347), - [anon_sym_PERCENT] = ACTIONS(347), - [anon_sym_CARET] = ACTIONS(347), - [anon_sym_BANG] = ACTIONS(477), - [anon_sym_AMP] = ACTIONS(347), - [anon_sym_PIPE] = ACTIONS(347), - [anon_sym_AMP_AMP] = ACTIONS(341), - [anon_sym_PIPE_PIPE] = ACTIONS(341), - [anon_sym_LT_LT] = ACTIONS(347), - [anon_sym_GT_GT] = ACTIONS(347), - [anon_sym_PLUS_EQ] = ACTIONS(341), - [anon_sym_DASH_EQ] = ACTIONS(341), - [anon_sym_STAR_EQ] = ACTIONS(341), - [anon_sym_SLASH_EQ] = ACTIONS(341), - [anon_sym_PERCENT_EQ] = ACTIONS(341), - [anon_sym_CARET_EQ] = ACTIONS(341), - [anon_sym_AMP_EQ] = ACTIONS(341), - [anon_sym_PIPE_EQ] = ACTIONS(341), - [anon_sym_LT_LT_EQ] = ACTIONS(341), - [anon_sym_GT_GT_EQ] = ACTIONS(341), - [anon_sym_EQ] = ACTIONS(347), - [anon_sym_EQ_EQ] = ACTIONS(341), - [anon_sym_BANG_EQ] = ACTIONS(341), - [anon_sym_GT] = ACTIONS(347), - [anon_sym_LT] = ACTIONS(347), - [anon_sym_GT_EQ] = ACTIONS(341), - [anon_sym_LT_EQ] = ACTIONS(341), - [anon_sym_DOT] = ACTIONS(347), - [anon_sym_DOT_DOT] = ACTIONS(347), - [anon_sym_DOT_DOT_DOT] = ACTIONS(341), - [anon_sym_DOT_DOT_EQ] = ACTIONS(341), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(347), - [anon_sym_as] = ACTIONS(347), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(49)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1844), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(49), - [sym_block_comment] = STATE(49), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(341), - [anon_sym_LBRACK] = ACTIONS(341), - [anon_sym_LBRACE] = ACTIONS(341), - [anon_sym_COLON] = ACTIONS(345), - [anon_sym_PLUS] = ACTIONS(347), - [anon_sym_STAR] = ACTIONS(347), - [anon_sym_QMARK] = ACTIONS(341), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(347), - [anon_sym_SLASH] = ACTIONS(347), - [anon_sym_PERCENT] = ACTIONS(347), - [anon_sym_CARET] = ACTIONS(347), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(347), - [anon_sym_PIPE] = ACTIONS(347), - [anon_sym_AMP_AMP] = ACTIONS(341), - [anon_sym_PIPE_PIPE] = ACTIONS(341), - [anon_sym_LT_LT] = ACTIONS(347), - [anon_sym_GT_GT] = ACTIONS(347), - [anon_sym_PLUS_EQ] = ACTIONS(341), - [anon_sym_DASH_EQ] = ACTIONS(341), - [anon_sym_STAR_EQ] = ACTIONS(341), - [anon_sym_SLASH_EQ] = ACTIONS(341), - [anon_sym_PERCENT_EQ] = ACTIONS(341), - [anon_sym_CARET_EQ] = ACTIONS(341), - [anon_sym_AMP_EQ] = ACTIONS(341), - [anon_sym_PIPE_EQ] = ACTIONS(341), - [anon_sym_LT_LT_EQ] = ACTIONS(341), - [anon_sym_GT_GT_EQ] = ACTIONS(341), - [anon_sym_EQ] = ACTIONS(347), - [anon_sym_EQ_EQ] = ACTIONS(341), - [anon_sym_BANG_EQ] = ACTIONS(341), - [anon_sym_GT] = ACTIONS(347), - [anon_sym_LT] = ACTIONS(347), - [anon_sym_GT_EQ] = ACTIONS(341), - [anon_sym_LT_EQ] = ACTIONS(341), - [anon_sym_DOT] = ACTIONS(347), - [anon_sym_DOT_DOT] = ACTIONS(347), - [anon_sym_DOT_DOT_DOT] = ACTIONS(341), - [anon_sym_DOT_DOT_EQ] = ACTIONS(341), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(347), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(50)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1721), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(43), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(50), - [sym_block_comment] = STATE(50), + [STATE(51)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1728), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(51), + [sym_block_comment] = STATE(51), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_LBRACK] = ACTIONS(399), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(391), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(399), - [anon_sym_PLUS] = ACTIONS(401), - [anon_sym_STAR] = ACTIONS(401), - [anon_sym_QMARK] = ACTIONS(399), + [anon_sym_EQ_GT] = ACTIONS(391), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_STAR] = ACTIONS(393), + [anon_sym_QMARK] = ACTIONS(391), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -21525,41 +21771,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(401), - [anon_sym_SLASH] = ACTIONS(401), - [anon_sym_PERCENT] = ACTIONS(401), - [anon_sym_CARET] = ACTIONS(401), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_SLASH] = ACTIONS(393), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_CARET] = ACTIONS(393), [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PIPE] = ACTIONS(401), - [anon_sym_AMP_AMP] = ACTIONS(399), - [anon_sym_PIPE_PIPE] = ACTIONS(399), - [anon_sym_LT_LT] = ACTIONS(401), - [anon_sym_GT_GT] = ACTIONS(401), - [anon_sym_PLUS_EQ] = ACTIONS(399), - [anon_sym_DASH_EQ] = ACTIONS(399), - [anon_sym_STAR_EQ] = ACTIONS(399), - [anon_sym_SLASH_EQ] = ACTIONS(399), - [anon_sym_PERCENT_EQ] = ACTIONS(399), - [anon_sym_CARET_EQ] = ACTIONS(399), - [anon_sym_AMP_EQ] = ACTIONS(399), - [anon_sym_PIPE_EQ] = ACTIONS(399), - [anon_sym_LT_LT_EQ] = ACTIONS(399), - [anon_sym_GT_GT_EQ] = ACTIONS(399), - [anon_sym_EQ] = ACTIONS(401), - [anon_sym_EQ_EQ] = ACTIONS(399), - [anon_sym_BANG_EQ] = ACTIONS(399), - [anon_sym_GT] = ACTIONS(401), - [anon_sym_LT] = ACTIONS(401), - [anon_sym_GT_EQ] = ACTIONS(399), - [anon_sym_LT_EQ] = ACTIONS(399), - [anon_sym_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(399), - [anon_sym_DOT_DOT_EQ] = ACTIONS(399), + [anon_sym_AMP] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(393), + [anon_sym_AMP_AMP] = ACTIONS(391), + [anon_sym_PIPE_PIPE] = ACTIONS(391), + [anon_sym_LT_LT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(393), + [anon_sym_PLUS_EQ] = ACTIONS(391), + [anon_sym_DASH_EQ] = ACTIONS(391), + [anon_sym_STAR_EQ] = ACTIONS(391), + [anon_sym_SLASH_EQ] = ACTIONS(391), + [anon_sym_PERCENT_EQ] = ACTIONS(391), + [anon_sym_CARET_EQ] = ACTIONS(391), + [anon_sym_AMP_EQ] = ACTIONS(391), + [anon_sym_PIPE_EQ] = ACTIONS(391), + [anon_sym_LT_LT_EQ] = ACTIONS(391), + [anon_sym_GT_GT_EQ] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(393), + [anon_sym_EQ_EQ] = ACTIONS(391), + [anon_sym_BANG_EQ] = ACTIONS(391), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(391), + [anon_sym_LT_EQ] = ACTIONS(391), + [anon_sym_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(391), + [anon_sym_DOT_DOT_EQ] = ACTIONS(391), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(517), - [anon_sym_as] = ACTIONS(401), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(393), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), [anon_sym_const] = ACTIONS(421), @@ -21592,64 +21838,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(51)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1760), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(51), - [sym_block_comment] = STATE(51), + [STATE(52)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1797), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(52), + [sym_block_comment] = STATE(52), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(387), + [anon_sym_LBRACK] = ACTIONS(387), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(379), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_STAR] = ACTIONS(413), - [anon_sym_QMARK] = ACTIONS(379), + [anon_sym_EQ_GT] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(389), + [anon_sym_STAR] = ACTIONS(389), + [anon_sym_QMARK] = ACTIONS(387), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -21667,41 +21913,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_SLASH] = ACTIONS(381), - [anon_sym_PERCENT] = ACTIONS(381), - [anon_sym_CARET] = ACTIONS(381), + [anon_sym_DASH] = ACTIONS(389), + [anon_sym_SLASH] = ACTIONS(389), + [anon_sym_PERCENT] = ACTIONS(389), + [anon_sym_CARET] = ACTIONS(389), [anon_sym_BANG] = ACTIONS(413), - [anon_sym_AMP] = ACTIONS(469), - [anon_sym_PIPE] = ACTIONS(385), - [anon_sym_AMP_AMP] = ACTIONS(379), - [anon_sym_PIPE_PIPE] = ACTIONS(379), - [anon_sym_LT_LT] = ACTIONS(381), - [anon_sym_GT_GT] = ACTIONS(381), - [anon_sym_PLUS_EQ] = ACTIONS(379), - [anon_sym_DASH_EQ] = ACTIONS(379), - [anon_sym_STAR_EQ] = ACTIONS(379), - [anon_sym_SLASH_EQ] = ACTIONS(379), - [anon_sym_PERCENT_EQ] = ACTIONS(379), - [anon_sym_CARET_EQ] = ACTIONS(379), - [anon_sym_AMP_EQ] = ACTIONS(379), - [anon_sym_PIPE_EQ] = ACTIONS(379), - [anon_sym_LT_LT_EQ] = ACTIONS(379), - [anon_sym_GT_GT_EQ] = ACTIONS(379), - [anon_sym_EQ] = ACTIONS(381), - [anon_sym_EQ_EQ] = ACTIONS(379), - [anon_sym_BANG_EQ] = ACTIONS(379), - [anon_sym_GT] = ACTIONS(381), - [anon_sym_LT] = ACTIONS(387), - [anon_sym_GT_EQ] = ACTIONS(379), - [anon_sym_LT_EQ] = ACTIONS(379), - [anon_sym_DOT] = ACTIONS(381), - [anon_sym_DOT_DOT] = ACTIONS(471), - [anon_sym_DOT_DOT_DOT] = ACTIONS(379), - [anon_sym_DOT_DOT_EQ] = ACTIONS(379), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(389), + [anon_sym_AMP_AMP] = ACTIONS(387), + [anon_sym_PIPE_PIPE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(389), + [anon_sym_PLUS_EQ] = ACTIONS(387), + [anon_sym_DASH_EQ] = ACTIONS(387), + [anon_sym_STAR_EQ] = ACTIONS(387), + [anon_sym_SLASH_EQ] = ACTIONS(387), + [anon_sym_PERCENT_EQ] = ACTIONS(387), + [anon_sym_CARET_EQ] = ACTIONS(387), + [anon_sym_AMP_EQ] = ACTIONS(387), + [anon_sym_PIPE_EQ] = ACTIONS(387), + [anon_sym_LT_LT_EQ] = ACTIONS(387), + [anon_sym_GT_GT_EQ] = ACTIONS(387), + [anon_sym_EQ] = ACTIONS(389), + [anon_sym_EQ_EQ] = ACTIONS(387), + [anon_sym_BANG_EQ] = ACTIONS(387), + [anon_sym_GT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(389), + [anon_sym_GT_EQ] = ACTIONS(387), + [anon_sym_LT_EQ] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(387), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(381), + [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), [anon_sym_const] = ACTIONS(421), @@ -21734,86 +21980,85 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(52)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1714), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(52), - [sym_block_comment] = STATE(52), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), + [STATE(53)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1647), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(45), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(53), + [sym_block_comment] = STATE(53), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(395), [anon_sym_LBRACK] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_EQ_GT] = ACTIONS(395), + [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_PLUS] = ACTIONS(397), [anon_sym_STAR] = ACTIONS(397), [anon_sym_QMARK] = ACTIONS(395), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(397), [anon_sym_SLASH] = ACTIONS(397), [anon_sym_PERCENT] = ACTIONS(397), [anon_sym_CARET] = ACTIONS(397), - [anon_sym_BANG] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(469), [anon_sym_AMP] = ACTIONS(397), [anon_sym_PIPE] = ACTIONS(397), [anon_sym_AMP_AMP] = ACTIONS(395), @@ -21841,167 +22086,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(397), [anon_sym_DOT_DOT_DOT] = ACTIONS(395), [anon_sym_DOT_DOT_EQ] = ACTIONS(395), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(397), [anon_sym_as] = ACTIONS(397), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(53)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1637), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(48), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(53), - [sym_block_comment] = STATE(53), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_LBRACK] = ACTIONS(399), - [anon_sym_LBRACE] = ACTIONS(399), - [anon_sym_PLUS] = ACTIONS(401), - [anon_sym_STAR] = ACTIONS(401), - [anon_sym_QMARK] = ACTIONS(399), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(401), - [anon_sym_SLASH] = ACTIONS(401), - [anon_sym_PERCENT] = ACTIONS(401), - [anon_sym_CARET] = ACTIONS(401), - [anon_sym_BANG] = ACTIONS(477), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PIPE] = ACTIONS(401), - [anon_sym_AMP_AMP] = ACTIONS(399), - [anon_sym_PIPE_PIPE] = ACTIONS(399), - [anon_sym_LT_LT] = ACTIONS(401), - [anon_sym_GT_GT] = ACTIONS(401), - [anon_sym_PLUS_EQ] = ACTIONS(399), - [anon_sym_DASH_EQ] = ACTIONS(399), - [anon_sym_STAR_EQ] = ACTIONS(399), - [anon_sym_SLASH_EQ] = ACTIONS(399), - [anon_sym_PERCENT_EQ] = ACTIONS(399), - [anon_sym_CARET_EQ] = ACTIONS(399), - [anon_sym_AMP_EQ] = ACTIONS(399), - [anon_sym_PIPE_EQ] = ACTIONS(399), - [anon_sym_LT_LT_EQ] = ACTIONS(399), - [anon_sym_GT_GT_EQ] = ACTIONS(399), - [anon_sym_EQ] = ACTIONS(401), - [anon_sym_EQ_EQ] = ACTIONS(399), - [anon_sym_BANG_EQ] = ACTIONS(399), - [anon_sym_GT] = ACTIONS(401), - [anon_sym_LT] = ACTIONS(401), - [anon_sym_GT_EQ] = ACTIONS(399), - [anon_sym_LT_EQ] = ACTIONS(399), - [anon_sym_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(399), - [anon_sym_DOT_DOT_EQ] = ACTIONS(399), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(401), - [anon_sym_as] = ACTIONS(401), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22010,139 +22114,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(54)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1646), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1649), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(54), [sym_block_comment] = STATE(54), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_PLUS] = ACTIONS(393), - [anon_sym_STAR] = ACTIONS(477), - [anon_sym_QMARK] = ACTIONS(391), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(477), - [anon_sym_SLASH] = ACTIONS(393), - [anon_sym_PERCENT] = ACTIONS(393), - [anon_sym_CARET] = ACTIONS(393), - [anon_sym_BANG] = ACTIONS(477), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(469), + [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(469), [anon_sym_AMP] = ACTIONS(519), - [anon_sym_PIPE] = ACTIONS(385), - [anon_sym_AMP_AMP] = ACTIONS(391), - [anon_sym_PIPE_PIPE] = ACTIONS(391), - [anon_sym_LT_LT] = ACTIONS(393), - [anon_sym_GT_GT] = ACTIONS(393), - [anon_sym_PLUS_EQ] = ACTIONS(391), - [anon_sym_DASH_EQ] = ACTIONS(391), - [anon_sym_STAR_EQ] = ACTIONS(391), - [anon_sym_SLASH_EQ] = ACTIONS(391), - [anon_sym_PERCENT_EQ] = ACTIONS(391), - [anon_sym_CARET_EQ] = ACTIONS(391), - [anon_sym_AMP_EQ] = ACTIONS(391), - [anon_sym_PIPE_EQ] = ACTIONS(391), - [anon_sym_LT_LT_EQ] = ACTIONS(391), - [anon_sym_GT_GT_EQ] = ACTIONS(391), - [anon_sym_EQ] = ACTIONS(393), - [anon_sym_EQ_EQ] = ACTIONS(391), - [anon_sym_BANG_EQ] = ACTIONS(391), - [anon_sym_GT] = ACTIONS(393), - [anon_sym_LT] = ACTIONS(387), - [anon_sym_GT_EQ] = ACTIONS(391), - [anon_sym_LT_EQ] = ACTIONS(391), - [anon_sym_DOT] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(401), + [anon_sym_PIPE_PIPE] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(403), + [anon_sym_GT_GT] = ACTIONS(403), + [anon_sym_PLUS_EQ] = ACTIONS(401), + [anon_sym_DASH_EQ] = ACTIONS(401), + [anon_sym_STAR_EQ] = ACTIONS(401), + [anon_sym_SLASH_EQ] = ACTIONS(401), + [anon_sym_PERCENT_EQ] = ACTIONS(401), + [anon_sym_CARET_EQ] = ACTIONS(401), + [anon_sym_AMP_EQ] = ACTIONS(401), + [anon_sym_PIPE_EQ] = ACTIONS(401), + [anon_sym_LT_LT_EQ] = ACTIONS(401), + [anon_sym_GT_GT_EQ] = ACTIONS(401), + [anon_sym_EQ] = ACTIONS(403), + [anon_sym_EQ_EQ] = ACTIONS(401), + [anon_sym_BANG_EQ] = ACTIONS(401), + [anon_sym_GT] = ACTIONS(403), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), [anon_sym_DOT_DOT] = ACTIONS(521), - [anon_sym_DOT_DOT_DOT] = ACTIONS(391), - [anon_sym_DOT_DOT_EQ] = ACTIONS(391), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(393), + [anon_sym_as] = ACTIONS(403), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22151,94 +22255,235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(55)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1627), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1827), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(55), [sym_block_comment] = STATE(55), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(375), - [anon_sym_LBRACK] = ACTIONS(375), - [anon_sym_LBRACE] = ACTIONS(375), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(403), + [anon_sym_STAR] = ACTIONS(495), + [anon_sym_QMARK] = ACTIONS(401), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(495), + [anon_sym_SLASH] = ACTIONS(403), + [anon_sym_PERCENT] = ACTIONS(403), + [anon_sym_CARET] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(523), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(401), + [anon_sym_PIPE_PIPE] = ACTIONS(401), + [anon_sym_LT_LT] = ACTIONS(403), + [anon_sym_GT_GT] = ACTIONS(403), + [anon_sym_PLUS_EQ] = ACTIONS(401), + [anon_sym_DASH_EQ] = ACTIONS(401), + [anon_sym_STAR_EQ] = ACTIONS(401), + [anon_sym_SLASH_EQ] = ACTIONS(401), + [anon_sym_PERCENT_EQ] = ACTIONS(401), + [anon_sym_CARET_EQ] = ACTIONS(401), + [anon_sym_AMP_EQ] = ACTIONS(401), + [anon_sym_PIPE_EQ] = ACTIONS(401), + [anon_sym_LT_LT_EQ] = ACTIONS(401), + [anon_sym_GT_GT_EQ] = ACTIONS(401), + [anon_sym_EQ] = ACTIONS(403), + [anon_sym_EQ_EQ] = ACTIONS(401), + [anon_sym_BANG_EQ] = ACTIONS(401), + [anon_sym_GT] = ACTIONS(403), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(401), + [anon_sym_LT_EQ] = ACTIONS(401), + [anon_sym_DOT] = ACTIONS(403), + [anon_sym_DOT_DOT] = ACTIONS(525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(401), + [anon_sym_DOT_DOT_EQ] = ACTIONS(401), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(403), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(56)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1648), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(56), + [sym_block_comment] = STATE(56), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(377), + [anon_sym_STAR] = ACTIONS(469), [anon_sym_QMARK] = ACTIONS(375), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(377), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), [anon_sym_SLASH] = ACTIONS(377), [anon_sym_PERCENT] = ACTIONS(377), [anon_sym_CARET] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(477), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_PIPE] = ACTIONS(377), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(519), + [anon_sym_PIPE] = ACTIONS(381), [anon_sym_AMP_AMP] = ACTIONS(375), [anon_sym_PIPE_PIPE] = ACTIONS(375), [anon_sym_LT_LT] = ACTIONS(377), @@ -22257,174 +22502,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(375), [anon_sym_BANG_EQ] = ACTIONS(375), [anon_sym_GT] = ACTIONS(377), - [anon_sym_LT] = ACTIONS(377), + [anon_sym_LT] = ACTIONS(383), [anon_sym_GT_EQ] = ACTIONS(375), [anon_sym_LT_EQ] = ACTIONS(375), [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(377), + [anon_sym_DOT_DOT] = ACTIONS(521), [anon_sym_DOT_DOT_DOT] = ACTIONS(375), [anon_sym_DOT_DOT_EQ] = ACTIONS(375), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(377), - [anon_sym_as] = ACTIONS(377), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(56)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1651), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(56), - [sym_block_comment] = STATE(56), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_STAR] = ACTIONS(477), - [anon_sym_QMARK] = ACTIONS(379), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(477), - [anon_sym_SLASH] = ACTIONS(381), - [anon_sym_PERCENT] = ACTIONS(381), - [anon_sym_CARET] = ACTIONS(381), - [anon_sym_BANG] = ACTIONS(477), - [anon_sym_AMP] = ACTIONS(519), - [anon_sym_PIPE] = ACTIONS(385), - [anon_sym_AMP_AMP] = ACTIONS(379), - [anon_sym_PIPE_PIPE] = ACTIONS(379), - [anon_sym_LT_LT] = ACTIONS(381), - [anon_sym_GT_GT] = ACTIONS(381), - [anon_sym_PLUS_EQ] = ACTIONS(379), - [anon_sym_DASH_EQ] = ACTIONS(379), - [anon_sym_STAR_EQ] = ACTIONS(379), - [anon_sym_SLASH_EQ] = ACTIONS(379), - [anon_sym_PERCENT_EQ] = ACTIONS(379), - [anon_sym_CARET_EQ] = ACTIONS(379), - [anon_sym_AMP_EQ] = ACTIONS(379), - [anon_sym_PIPE_EQ] = ACTIONS(379), - [anon_sym_LT_LT_EQ] = ACTIONS(379), - [anon_sym_GT_GT_EQ] = ACTIONS(379), - [anon_sym_EQ] = ACTIONS(381), - [anon_sym_EQ_EQ] = ACTIONS(379), - [anon_sym_BANG_EQ] = ACTIONS(379), - [anon_sym_GT] = ACTIONS(381), - [anon_sym_LT] = ACTIONS(387), - [anon_sym_GT_EQ] = ACTIONS(379), - [anon_sym_LT_EQ] = ACTIONS(379), - [anon_sym_DOT] = ACTIONS(381), - [anon_sym_DOT_DOT] = ACTIONS(521), - [anon_sym_DOT_DOT_DOT] = ACTIONS(379), - [anon_sym_DOT_DOT_EQ] = ACTIONS(379), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(381), + [anon_sym_as] = ACTIONS(377), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22433,139 +22537,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(57)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1684), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1646), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(57), [sym_block_comment] = STATE(57), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(395), - [anon_sym_LBRACK] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(395), - [anon_sym_PLUS] = ACTIONS(397), - [anon_sym_STAR] = ACTIONS(397), - [anon_sym_QMARK] = ACTIONS(395), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(397), - [anon_sym_SLASH] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(397), - [anon_sym_CARET] = ACTIONS(397), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(397), - [anon_sym_PIPE] = ACTIONS(397), - [anon_sym_AMP_AMP] = ACTIONS(395), - [anon_sym_PIPE_PIPE] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_GT_GT] = ACTIONS(397), - [anon_sym_PLUS_EQ] = ACTIONS(395), - [anon_sym_DASH_EQ] = ACTIONS(395), - [anon_sym_STAR_EQ] = ACTIONS(395), - [anon_sym_SLASH_EQ] = ACTIONS(395), - [anon_sym_PERCENT_EQ] = ACTIONS(395), - [anon_sym_CARET_EQ] = ACTIONS(395), - [anon_sym_AMP_EQ] = ACTIONS(395), - [anon_sym_PIPE_EQ] = ACTIONS(395), - [anon_sym_LT_LT_EQ] = ACTIONS(395), - [anon_sym_GT_GT_EQ] = ACTIONS(395), - [anon_sym_EQ] = ACTIONS(397), - [anon_sym_EQ_EQ] = ACTIONS(395), - [anon_sym_BANG_EQ] = ACTIONS(395), - [anon_sym_GT] = ACTIONS(397), - [anon_sym_LT] = ACTIONS(397), - [anon_sym_GT_EQ] = ACTIONS(395), - [anon_sym_LT_EQ] = ACTIONS(395), - [anon_sym_DOT] = ACTIONS(397), - [anon_sym_DOT_DOT] = ACTIONS(397), - [anon_sym_DOT_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_EQ] = ACTIONS(395), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(397), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_LBRACE] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(389), + [anon_sym_STAR] = ACTIONS(389), + [anon_sym_QMARK] = ACTIONS(387), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(389), + [anon_sym_SLASH] = ACTIONS(389), + [anon_sym_PERCENT] = ACTIONS(389), + [anon_sym_CARET] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(389), + [anon_sym_AMP_AMP] = ACTIONS(387), + [anon_sym_PIPE_PIPE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(389), + [anon_sym_PLUS_EQ] = ACTIONS(387), + [anon_sym_DASH_EQ] = ACTIONS(387), + [anon_sym_STAR_EQ] = ACTIONS(387), + [anon_sym_SLASH_EQ] = ACTIONS(387), + [anon_sym_PERCENT_EQ] = ACTIONS(387), + [anon_sym_CARET_EQ] = ACTIONS(387), + [anon_sym_AMP_EQ] = ACTIONS(387), + [anon_sym_PIPE_EQ] = ACTIONS(387), + [anon_sym_LT_LT_EQ] = ACTIONS(387), + [anon_sym_GT_GT_EQ] = ACTIONS(387), + [anon_sym_EQ] = ACTIONS(389), + [anon_sym_EQ_EQ] = ACTIONS(387), + [anon_sym_BANG_EQ] = ACTIONS(387), + [anon_sym_GT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(389), + [anon_sym_GT_EQ] = ACTIONS(387), + [anon_sym_LT_EQ] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(387), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(389), + [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22574,92 +22678,92 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(58)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1621), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1824), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(46), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(58), [sym_block_comment] = STATE(58), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(395), [anon_sym_LBRACK] = ACTIONS(395), [anon_sym_LBRACE] = ACTIONS(395), [anon_sym_PLUS] = ACTIONS(397), [anon_sym_STAR] = ACTIONS(397), [anon_sym_QMARK] = ACTIONS(395), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(397), [anon_sym_SLASH] = ACTIONS(397), [anon_sym_PERCENT] = ACTIONS(397), [anon_sym_CARET] = ACTIONS(397), - [anon_sym_BANG] = ACTIONS(477), + [anon_sym_BANG] = ACTIONS(495), [anon_sym_AMP] = ACTIONS(397), [anon_sym_PIPE] = ACTIONS(397), [anon_sym_AMP_AMP] = ACTIONS(395), @@ -22687,26 +22791,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(397), [anon_sym_DOT_DOT_DOT] = ACTIONS(395), [anon_sym_DOT_DOT_EQ] = ACTIONS(395), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(397), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(399), [anon_sym_as] = ACTIONS(397), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22715,139 +22819,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(59)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1685), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(49), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1826), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(59), [sym_block_comment] = STATE(59), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(399), - [anon_sym_LBRACK] = ACTIONS(399), - [anon_sym_LBRACE] = ACTIONS(399), - [anon_sym_PLUS] = ACTIONS(401), - [anon_sym_STAR] = ACTIONS(401), - [anon_sym_QMARK] = ACTIONS(399), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(401), - [anon_sym_SLASH] = ACTIONS(401), - [anon_sym_PERCENT] = ACTIONS(401), - [anon_sym_CARET] = ACTIONS(401), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(401), - [anon_sym_PIPE] = ACTIONS(401), - [anon_sym_AMP_AMP] = ACTIONS(399), - [anon_sym_PIPE_PIPE] = ACTIONS(399), - [anon_sym_LT_LT] = ACTIONS(401), - [anon_sym_GT_GT] = ACTIONS(401), - [anon_sym_PLUS_EQ] = ACTIONS(399), - [anon_sym_DASH_EQ] = ACTIONS(399), - [anon_sym_STAR_EQ] = ACTIONS(399), - [anon_sym_SLASH_EQ] = ACTIONS(399), - [anon_sym_PERCENT_EQ] = ACTIONS(399), - [anon_sym_CARET_EQ] = ACTIONS(399), - [anon_sym_AMP_EQ] = ACTIONS(399), - [anon_sym_PIPE_EQ] = ACTIONS(399), - [anon_sym_LT_LT_EQ] = ACTIONS(399), - [anon_sym_GT_GT_EQ] = ACTIONS(399), - [anon_sym_EQ] = ACTIONS(401), - [anon_sym_EQ_EQ] = ACTIONS(399), - [anon_sym_BANG_EQ] = ACTIONS(399), - [anon_sym_GT] = ACTIONS(401), - [anon_sym_LT] = ACTIONS(401), - [anon_sym_GT_EQ] = ACTIONS(399), - [anon_sym_LT_EQ] = ACTIONS(399), - [anon_sym_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT] = ACTIONS(401), - [anon_sym_DOT_DOT_DOT] = ACTIONS(399), - [anon_sym_DOT_DOT_EQ] = ACTIONS(399), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(403), - [anon_sym_as] = ACTIONS(401), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_PLUS] = ACTIONS(377), + [anon_sym_STAR] = ACTIONS(495), + [anon_sym_QMARK] = ACTIONS(375), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(495), + [anon_sym_SLASH] = ACTIONS(377), + [anon_sym_PERCENT] = ACTIONS(377), + [anon_sym_CARET] = ACTIONS(377), + [anon_sym_BANG] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(523), + [anon_sym_PIPE] = ACTIONS(381), + [anon_sym_AMP_AMP] = ACTIONS(375), + [anon_sym_PIPE_PIPE] = ACTIONS(375), + [anon_sym_LT_LT] = ACTIONS(377), + [anon_sym_GT_GT] = ACTIONS(377), + [anon_sym_PLUS_EQ] = ACTIONS(375), + [anon_sym_DASH_EQ] = ACTIONS(375), + [anon_sym_STAR_EQ] = ACTIONS(375), + [anon_sym_SLASH_EQ] = ACTIONS(375), + [anon_sym_PERCENT_EQ] = ACTIONS(375), + [anon_sym_CARET_EQ] = ACTIONS(375), + [anon_sym_AMP_EQ] = ACTIONS(375), + [anon_sym_PIPE_EQ] = ACTIONS(375), + [anon_sym_LT_LT_EQ] = ACTIONS(375), + [anon_sym_GT_GT_EQ] = ACTIONS(375), + [anon_sym_EQ] = ACTIONS(377), + [anon_sym_EQ_EQ] = ACTIONS(375), + [anon_sym_BANG_EQ] = ACTIONS(375), + [anon_sym_GT] = ACTIONS(377), + [anon_sym_LT] = ACTIONS(383), + [anon_sym_GT_EQ] = ACTIONS(375), + [anon_sym_LT_EQ] = ACTIONS(375), + [anon_sym_DOT] = ACTIONS(377), + [anon_sym_DOT_DOT] = ACTIONS(525), + [anon_sym_DOT_DOT_DOT] = ACTIONS(375), + [anon_sym_DOT_DOT_EQ] = ACTIONS(375), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(377), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22856,94 +22960,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(60)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1687), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1635), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(60), [sym_block_comment] = STATE(60), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(391), [anon_sym_PLUS] = ACTIONS(393), - [anon_sym_STAR] = ACTIONS(503), + [anon_sym_STAR] = ACTIONS(393), [anon_sym_QMARK] = ACTIONS(391), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(503), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(393), [anon_sym_SLASH] = ACTIONS(393), [anon_sym_PERCENT] = ACTIONS(393), [anon_sym_CARET] = ACTIONS(393), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(523), - [anon_sym_PIPE] = ACTIONS(385), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(393), [anon_sym_AMP_AMP] = ACTIONS(391), [anon_sym_PIPE_PIPE] = ACTIONS(391), [anon_sym_LT_LT] = ACTIONS(393), @@ -22962,33 +23066,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_EQ_EQ] = ACTIONS(391), [anon_sym_BANG_EQ] = ACTIONS(391), [anon_sym_GT] = ACTIONS(393), - [anon_sym_LT] = ACTIONS(387), + [anon_sym_LT] = ACTIONS(393), [anon_sym_GT_EQ] = ACTIONS(391), [anon_sym_LT_EQ] = ACTIONS(391), [anon_sym_DOT] = ACTIONS(393), - [anon_sym_DOT_DOT] = ACTIONS(525), + [anon_sym_DOT_DOT] = ACTIONS(393), [anon_sym_DOT_DOT_DOT] = ACTIONS(391), [anon_sym_DOT_DOT_EQ] = ACTIONS(391), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(393), [anon_sym_as] = ACTIONS(393), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -22997,139 +23101,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(61)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1688), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1823), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(61), [sym_block_comment] = STATE(61), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_PLUS] = ACTIONS(381), - [anon_sym_STAR] = ACTIONS(503), - [anon_sym_QMARK] = ACTIONS(379), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_SLASH] = ACTIONS(381), - [anon_sym_PERCENT] = ACTIONS(381), - [anon_sym_CARET] = ACTIONS(381), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(523), - [anon_sym_PIPE] = ACTIONS(385), - [anon_sym_AMP_AMP] = ACTIONS(379), - [anon_sym_PIPE_PIPE] = ACTIONS(379), - [anon_sym_LT_LT] = ACTIONS(381), - [anon_sym_GT_GT] = ACTIONS(381), - [anon_sym_PLUS_EQ] = ACTIONS(379), - [anon_sym_DASH_EQ] = ACTIONS(379), - [anon_sym_STAR_EQ] = ACTIONS(379), - [anon_sym_SLASH_EQ] = ACTIONS(379), - [anon_sym_PERCENT_EQ] = ACTIONS(379), - [anon_sym_CARET_EQ] = ACTIONS(379), - [anon_sym_AMP_EQ] = ACTIONS(379), - [anon_sym_PIPE_EQ] = ACTIONS(379), - [anon_sym_LT_LT_EQ] = ACTIONS(379), - [anon_sym_GT_GT_EQ] = ACTIONS(379), - [anon_sym_EQ] = ACTIONS(381), - [anon_sym_EQ_EQ] = ACTIONS(379), - [anon_sym_BANG_EQ] = ACTIONS(379), - [anon_sym_GT] = ACTIONS(381), - [anon_sym_LT] = ACTIONS(387), - [anon_sym_GT_EQ] = ACTIONS(379), - [anon_sym_LT_EQ] = ACTIONS(379), - [anon_sym_DOT] = ACTIONS(381), - [anon_sym_DOT_DOT] = ACTIONS(525), - [anon_sym_DOT_DOT_DOT] = ACTIONS(379), - [anon_sym_DOT_DOT_EQ] = ACTIONS(379), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_LBRACE] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(389), + [anon_sym_STAR] = ACTIONS(389), + [anon_sym_QMARK] = ACTIONS(387), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(389), + [anon_sym_SLASH] = ACTIONS(389), + [anon_sym_PERCENT] = ACTIONS(389), + [anon_sym_CARET] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(389), + [anon_sym_AMP_AMP] = ACTIONS(387), + [anon_sym_PIPE_PIPE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(389), + [anon_sym_PLUS_EQ] = ACTIONS(387), + [anon_sym_DASH_EQ] = ACTIONS(387), + [anon_sym_STAR_EQ] = ACTIONS(387), + [anon_sym_SLASH_EQ] = ACTIONS(387), + [anon_sym_PERCENT_EQ] = ACTIONS(387), + [anon_sym_CARET_EQ] = ACTIONS(387), + [anon_sym_AMP_EQ] = ACTIONS(387), + [anon_sym_PIPE_EQ] = ACTIONS(387), + [anon_sym_LT_LT_EQ] = ACTIONS(387), + [anon_sym_GT_GT_EQ] = ACTIONS(387), + [anon_sym_EQ] = ACTIONS(389), + [anon_sym_EQ_EQ] = ACTIONS(387), + [anon_sym_BANG_EQ] = ACTIONS(387), + [anon_sym_GT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(389), + [anon_sym_GT_EQ] = ACTIONS(387), + [anon_sym_LT_EQ] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(387), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(381), + [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23138,139 +23242,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(62)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1684), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1760), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(62), [sym_block_comment] = STATE(62), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(395), - [anon_sym_PLUS] = ACTIONS(397), - [anon_sym_STAR] = ACTIONS(397), - [anon_sym_QMARK] = ACTIONS(395), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(397), - [anon_sym_SLASH] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(397), - [anon_sym_CARET] = ACTIONS(397), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(397), - [anon_sym_PIPE] = ACTIONS(397), - [anon_sym_AMP_AMP] = ACTIONS(395), - [anon_sym_PIPE_PIPE] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_GT_GT] = ACTIONS(397), - [anon_sym_PLUS_EQ] = ACTIONS(395), - [anon_sym_DASH_EQ] = ACTIONS(395), - [anon_sym_STAR_EQ] = ACTIONS(395), - [anon_sym_SLASH_EQ] = ACTIONS(395), - [anon_sym_PERCENT_EQ] = ACTIONS(395), - [anon_sym_CARET_EQ] = ACTIONS(395), - [anon_sym_AMP_EQ] = ACTIONS(395), - [anon_sym_PIPE_EQ] = ACTIONS(395), - [anon_sym_LT_LT_EQ] = ACTIONS(395), - [anon_sym_GT_GT_EQ] = ACTIONS(395), - [anon_sym_EQ] = ACTIONS(397), - [anon_sym_EQ_EQ] = ACTIONS(395), - [anon_sym_BANG_EQ] = ACTIONS(395), - [anon_sym_GT] = ACTIONS(397), - [anon_sym_LT] = ACTIONS(397), - [anon_sym_GT_EQ] = ACTIONS(395), - [anon_sym_LT_EQ] = ACTIONS(395), - [anon_sym_DOT] = ACTIONS(397), - [anon_sym_DOT_DOT] = ACTIONS(397), - [anon_sym_DOT_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_EQ] = ACTIONS(395), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_STAR] = ACTIONS(393), + [anon_sym_QMARK] = ACTIONS(391), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_SLASH] = ACTIONS(393), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_CARET] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(393), + [anon_sym_AMP_AMP] = ACTIONS(391), + [anon_sym_PIPE_PIPE] = ACTIONS(391), + [anon_sym_LT_LT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(393), + [anon_sym_PLUS_EQ] = ACTIONS(391), + [anon_sym_DASH_EQ] = ACTIONS(391), + [anon_sym_STAR_EQ] = ACTIONS(391), + [anon_sym_SLASH_EQ] = ACTIONS(391), + [anon_sym_PERCENT_EQ] = ACTIONS(391), + [anon_sym_CARET_EQ] = ACTIONS(391), + [anon_sym_AMP_EQ] = ACTIONS(391), + [anon_sym_PIPE_EQ] = ACTIONS(391), + [anon_sym_LT_LT_EQ] = ACTIONS(391), + [anon_sym_GT_GT_EQ] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(393), + [anon_sym_EQ_EQ] = ACTIONS(391), + [anon_sym_BANG_EQ] = ACTIONS(391), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(391), + [anon_sym_LT_EQ] = ACTIONS(391), + [anon_sym_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(391), + [anon_sym_DOT_DOT_EQ] = ACTIONS(391), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(397), + [anon_sym_as] = ACTIONS(393), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23279,139 +23383,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(63)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1670), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1646), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(63), [sym_block_comment] = STATE(63), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(375), - [anon_sym_LBRACK] = ACTIONS(375), - [anon_sym_LBRACE] = ACTIONS(375), - [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(377), - [anon_sym_QMARK] = ACTIONS(375), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(377), - [anon_sym_SLASH] = ACTIONS(377), - [anon_sym_PERCENT] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_PIPE] = ACTIONS(377), - [anon_sym_AMP_AMP] = ACTIONS(375), - [anon_sym_PIPE_PIPE] = ACTIONS(375), - [anon_sym_LT_LT] = ACTIONS(377), - [anon_sym_GT_GT] = ACTIONS(377), - [anon_sym_PLUS_EQ] = ACTIONS(375), - [anon_sym_DASH_EQ] = ACTIONS(375), - [anon_sym_STAR_EQ] = ACTIONS(375), - [anon_sym_SLASH_EQ] = ACTIONS(375), - [anon_sym_PERCENT_EQ] = ACTIONS(375), - [anon_sym_CARET_EQ] = ACTIONS(375), - [anon_sym_AMP_EQ] = ACTIONS(375), - [anon_sym_PIPE_EQ] = ACTIONS(375), - [anon_sym_LT_LT_EQ] = ACTIONS(375), - [anon_sym_GT_GT_EQ] = ACTIONS(375), - [anon_sym_EQ] = ACTIONS(377), - [anon_sym_EQ_EQ] = ACTIONS(375), - [anon_sym_BANG_EQ] = ACTIONS(375), - [anon_sym_GT] = ACTIONS(377), - [anon_sym_LT] = ACTIONS(377), - [anon_sym_GT_EQ] = ACTIONS(375), - [anon_sym_LT_EQ] = ACTIONS(375), - [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT_DOT] = ACTIONS(375), - [anon_sym_DOT_DOT_EQ] = ACTIONS(375), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(377), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(387), + [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_LBRACE] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(389), + [anon_sym_STAR] = ACTIONS(389), + [anon_sym_QMARK] = ACTIONS(387), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(389), + [anon_sym_SLASH] = ACTIONS(389), + [anon_sym_PERCENT] = ACTIONS(389), + [anon_sym_CARET] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(389), + [anon_sym_AMP_AMP] = ACTIONS(387), + [anon_sym_PIPE_PIPE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(389), + [anon_sym_PLUS_EQ] = ACTIONS(387), + [anon_sym_DASH_EQ] = ACTIONS(387), + [anon_sym_STAR_EQ] = ACTIONS(387), + [anon_sym_SLASH_EQ] = ACTIONS(387), + [anon_sym_PERCENT_EQ] = ACTIONS(387), + [anon_sym_CARET_EQ] = ACTIONS(387), + [anon_sym_AMP_EQ] = ACTIONS(387), + [anon_sym_PIPE_EQ] = ACTIONS(387), + [anon_sym_LT_LT_EQ] = ACTIONS(387), + [anon_sym_GT_GT_EQ] = ACTIONS(387), + [anon_sym_EQ] = ACTIONS(389), + [anon_sym_EQ_EQ] = ACTIONS(387), + [anon_sym_BANG_EQ] = ACTIONS(387), + [anon_sym_GT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(389), + [anon_sym_GT_EQ] = ACTIONS(387), + [anon_sym_LT_EQ] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(387), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(389), + [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23420,139 +23524,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(64)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1627), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1635), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(64), [sym_block_comment] = STATE(64), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(375), - [anon_sym_LBRACE] = ACTIONS(375), - [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(377), - [anon_sym_QMARK] = ACTIONS(375), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(377), - [anon_sym_SLASH] = ACTIONS(377), - [anon_sym_PERCENT] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(477), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_PIPE] = ACTIONS(377), - [anon_sym_AMP_AMP] = ACTIONS(375), - [anon_sym_PIPE_PIPE] = ACTIONS(375), - [anon_sym_LT_LT] = ACTIONS(377), - [anon_sym_GT_GT] = ACTIONS(377), - [anon_sym_PLUS_EQ] = ACTIONS(375), - [anon_sym_DASH_EQ] = ACTIONS(375), - [anon_sym_STAR_EQ] = ACTIONS(375), - [anon_sym_SLASH_EQ] = ACTIONS(375), - [anon_sym_PERCENT_EQ] = ACTIONS(375), - [anon_sym_CARET_EQ] = ACTIONS(375), - [anon_sym_AMP_EQ] = ACTIONS(375), - [anon_sym_PIPE_EQ] = ACTIONS(375), - [anon_sym_LT_LT_EQ] = ACTIONS(375), - [anon_sym_GT_GT_EQ] = ACTIONS(375), - [anon_sym_EQ] = ACTIONS(377), - [anon_sym_EQ_EQ] = ACTIONS(375), - [anon_sym_BANG_EQ] = ACTIONS(375), - [anon_sym_GT] = ACTIONS(377), - [anon_sym_LT] = ACTIONS(377), - [anon_sym_GT_EQ] = ACTIONS(375), - [anon_sym_LT_EQ] = ACTIONS(375), - [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT_DOT] = ACTIONS(375), - [anon_sym_DOT_DOT_EQ] = ACTIONS(375), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(377), - [anon_sym_as] = ACTIONS(377), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(391), + [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_STAR] = ACTIONS(393), + [anon_sym_QMARK] = ACTIONS(391), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_SLASH] = ACTIONS(393), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_CARET] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(469), + [anon_sym_AMP] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(393), + [anon_sym_AMP_AMP] = ACTIONS(391), + [anon_sym_PIPE_PIPE] = ACTIONS(391), + [anon_sym_LT_LT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(393), + [anon_sym_PLUS_EQ] = ACTIONS(391), + [anon_sym_DASH_EQ] = ACTIONS(391), + [anon_sym_STAR_EQ] = ACTIONS(391), + [anon_sym_SLASH_EQ] = ACTIONS(391), + [anon_sym_PERCENT_EQ] = ACTIONS(391), + [anon_sym_CARET_EQ] = ACTIONS(391), + [anon_sym_AMP_EQ] = ACTIONS(391), + [anon_sym_PIPE_EQ] = ACTIONS(391), + [anon_sym_LT_LT_EQ] = ACTIONS(391), + [anon_sym_GT_GT_EQ] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(393), + [anon_sym_EQ_EQ] = ACTIONS(391), + [anon_sym_BANG_EQ] = ACTIONS(391), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(391), + [anon_sym_LT_EQ] = ACTIONS(391), + [anon_sym_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(391), + [anon_sym_DOT_DOT_EQ] = ACTIONS(391), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(393), + [anon_sym_as] = ACTIONS(393), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23561,139 +23665,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(65)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1670), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1823), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(65), [sym_block_comment] = STATE(65), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(375), - [anon_sym_LBRACE] = ACTIONS(375), - [anon_sym_PLUS] = ACTIONS(377), - [anon_sym_STAR] = ACTIONS(377), - [anon_sym_QMARK] = ACTIONS(375), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(377), - [anon_sym_SLASH] = ACTIONS(377), - [anon_sym_PERCENT] = ACTIONS(377), - [anon_sym_CARET] = ACTIONS(377), - [anon_sym_BANG] = ACTIONS(503), - [anon_sym_AMP] = ACTIONS(377), - [anon_sym_PIPE] = ACTIONS(377), - [anon_sym_AMP_AMP] = ACTIONS(375), - [anon_sym_PIPE_PIPE] = ACTIONS(375), - [anon_sym_LT_LT] = ACTIONS(377), - [anon_sym_GT_GT] = ACTIONS(377), - [anon_sym_PLUS_EQ] = ACTIONS(375), - [anon_sym_DASH_EQ] = ACTIONS(375), - [anon_sym_STAR_EQ] = ACTIONS(375), - [anon_sym_SLASH_EQ] = ACTIONS(375), - [anon_sym_PERCENT_EQ] = ACTIONS(375), - [anon_sym_CARET_EQ] = ACTIONS(375), - [anon_sym_AMP_EQ] = ACTIONS(375), - [anon_sym_PIPE_EQ] = ACTIONS(375), - [anon_sym_LT_LT_EQ] = ACTIONS(375), - [anon_sym_GT_GT_EQ] = ACTIONS(375), - [anon_sym_EQ] = ACTIONS(377), - [anon_sym_EQ_EQ] = ACTIONS(375), - [anon_sym_BANG_EQ] = ACTIONS(375), - [anon_sym_GT] = ACTIONS(377), - [anon_sym_LT] = ACTIONS(377), - [anon_sym_GT_EQ] = ACTIONS(375), - [anon_sym_LT_EQ] = ACTIONS(375), - [anon_sym_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT] = ACTIONS(377), - [anon_sym_DOT_DOT_DOT] = ACTIONS(375), - [anon_sym_DOT_DOT_EQ] = ACTIONS(375), - [anon_sym_COLON_COLON] = ACTIONS(479), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(387), + [anon_sym_LBRACK] = ACTIONS(387), + [anon_sym_LBRACE] = ACTIONS(387), + [anon_sym_PLUS] = ACTIONS(389), + [anon_sym_STAR] = ACTIONS(389), + [anon_sym_QMARK] = ACTIONS(387), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(389), + [anon_sym_SLASH] = ACTIONS(389), + [anon_sym_PERCENT] = ACTIONS(389), + [anon_sym_CARET] = ACTIONS(389), + [anon_sym_BANG] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(389), + [anon_sym_PIPE] = ACTIONS(389), + [anon_sym_AMP_AMP] = ACTIONS(387), + [anon_sym_PIPE_PIPE] = ACTIONS(387), + [anon_sym_LT_LT] = ACTIONS(389), + [anon_sym_GT_GT] = ACTIONS(389), + [anon_sym_PLUS_EQ] = ACTIONS(387), + [anon_sym_DASH_EQ] = ACTIONS(387), + [anon_sym_STAR_EQ] = ACTIONS(387), + [anon_sym_SLASH_EQ] = ACTIONS(387), + [anon_sym_PERCENT_EQ] = ACTIONS(387), + [anon_sym_CARET_EQ] = ACTIONS(387), + [anon_sym_AMP_EQ] = ACTIONS(387), + [anon_sym_PIPE_EQ] = ACTIONS(387), + [anon_sym_LT_LT_EQ] = ACTIONS(387), + [anon_sym_GT_GT_EQ] = ACTIONS(387), + [anon_sym_EQ] = ACTIONS(389), + [anon_sym_EQ_EQ] = ACTIONS(387), + [anon_sym_BANG_EQ] = ACTIONS(387), + [anon_sym_GT] = ACTIONS(389), + [anon_sym_LT] = ACTIONS(389), + [anon_sym_GT_EQ] = ACTIONS(387), + [anon_sym_LT_EQ] = ACTIONS(387), + [anon_sym_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT] = ACTIONS(389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(387), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_as] = ACTIONS(377), + [anon_sym_as] = ACTIONS(389), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23702,139 +23806,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(66)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1621), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1760), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(66), [sym_block_comment] = STATE(66), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(395), - [anon_sym_LBRACK] = ACTIONS(395), - [anon_sym_LBRACE] = ACTIONS(395), - [anon_sym_PLUS] = ACTIONS(397), - [anon_sym_STAR] = ACTIONS(397), - [anon_sym_QMARK] = ACTIONS(395), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(397), - [anon_sym_SLASH] = ACTIONS(397), - [anon_sym_PERCENT] = ACTIONS(397), - [anon_sym_CARET] = ACTIONS(397), - [anon_sym_BANG] = ACTIONS(477), - [anon_sym_AMP] = ACTIONS(397), - [anon_sym_PIPE] = ACTIONS(397), - [anon_sym_AMP_AMP] = ACTIONS(395), - [anon_sym_PIPE_PIPE] = ACTIONS(395), - [anon_sym_LT_LT] = ACTIONS(397), - [anon_sym_GT_GT] = ACTIONS(397), - [anon_sym_PLUS_EQ] = ACTIONS(395), - [anon_sym_DASH_EQ] = ACTIONS(395), - [anon_sym_STAR_EQ] = ACTIONS(395), - [anon_sym_SLASH_EQ] = ACTIONS(395), - [anon_sym_PERCENT_EQ] = ACTIONS(395), - [anon_sym_CARET_EQ] = ACTIONS(395), - [anon_sym_AMP_EQ] = ACTIONS(395), - [anon_sym_PIPE_EQ] = ACTIONS(395), - [anon_sym_LT_LT_EQ] = ACTIONS(395), - [anon_sym_GT_GT_EQ] = ACTIONS(395), - [anon_sym_EQ] = ACTIONS(397), - [anon_sym_EQ_EQ] = ACTIONS(395), - [anon_sym_BANG_EQ] = ACTIONS(395), - [anon_sym_GT] = ACTIONS(397), - [anon_sym_LT] = ACTIONS(397), - [anon_sym_GT_EQ] = ACTIONS(395), - [anon_sym_LT_EQ] = ACTIONS(395), - [anon_sym_DOT] = ACTIONS(397), - [anon_sym_DOT_DOT] = ACTIONS(397), - [anon_sym_DOT_DOT_DOT] = ACTIONS(395), - [anon_sym_DOT_DOT_EQ] = ACTIONS(395), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(397), - [anon_sym_as] = ACTIONS(397), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(391), + [anon_sym_LBRACK] = ACTIONS(391), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_PLUS] = ACTIONS(393), + [anon_sym_STAR] = ACTIONS(393), + [anon_sym_QMARK] = ACTIONS(391), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(393), + [anon_sym_SLASH] = ACTIONS(393), + [anon_sym_PERCENT] = ACTIONS(393), + [anon_sym_CARET] = ACTIONS(393), + [anon_sym_BANG] = ACTIONS(495), + [anon_sym_AMP] = ACTIONS(393), + [anon_sym_PIPE] = ACTIONS(393), + [anon_sym_AMP_AMP] = ACTIONS(391), + [anon_sym_PIPE_PIPE] = ACTIONS(391), + [anon_sym_LT_LT] = ACTIONS(393), + [anon_sym_GT_GT] = ACTIONS(393), + [anon_sym_PLUS_EQ] = ACTIONS(391), + [anon_sym_DASH_EQ] = ACTIONS(391), + [anon_sym_STAR_EQ] = ACTIONS(391), + [anon_sym_SLASH_EQ] = ACTIONS(391), + [anon_sym_PERCENT_EQ] = ACTIONS(391), + [anon_sym_CARET_EQ] = ACTIONS(391), + [anon_sym_AMP_EQ] = ACTIONS(391), + [anon_sym_PIPE_EQ] = ACTIONS(391), + [anon_sym_LT_LT_EQ] = ACTIONS(391), + [anon_sym_GT_GT_EQ] = ACTIONS(391), + [anon_sym_EQ] = ACTIONS(393), + [anon_sym_EQ_EQ] = ACTIONS(391), + [anon_sym_BANG_EQ] = ACTIONS(391), + [anon_sym_GT] = ACTIONS(393), + [anon_sym_LT] = ACTIONS(393), + [anon_sym_GT_EQ] = ACTIONS(391), + [anon_sym_LT_EQ] = ACTIONS(391), + [anon_sym_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT] = ACTIONS(393), + [anon_sym_DOT_DOT_DOT] = ACTIONS(391), + [anon_sym_DOT_DOT_EQ] = ACTIONS(391), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_as] = ACTIONS(393), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -23843,26 +23947,26 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(67)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(67), [sym_block_comment] = STATE(67), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(527), [anon_sym_SEMI] = ACTIONS(530), [anon_sym_LPAREN] = ACTIONS(533), @@ -23977,18 +24081,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(550), }, [STATE(68)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(68), [sym_block_comment] = STATE(68), - [aux_sym_token_tree_pattern_repeat1] = STATE(75), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym_token_tree_pattern_repeat1] = STATE(76), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), @@ -24101,18 +24205,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(69)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(69), [sym_block_comment] = STATE(69), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), @@ -24225,16 +24329,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(70)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(70), [sym_block_comment] = STATE(70), [aux_sym_token_tree_repeat1] = STATE(70), - [aux_sym__non_special_token_repeat1] = STATE(141), + [aux_sym__non_special_token_repeat1] = STATE(136), [sym_identifier] = ACTIONS(593), [anon_sym_SEMI] = ACTIONS(596), [anon_sym_LPAREN] = ACTIONS(599), @@ -24349,18 +24453,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(616), }, [STATE(71)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(71), [sym_block_comment] = STATE(71), - [aux_sym_token_tree_pattern_repeat1] = STATE(73), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym_token_tree_pattern_repeat1] = STATE(74), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), @@ -24473,18 +24577,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(72)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(72), [sym_block_comment] = STATE(72), - [aux_sym_token_tree_pattern_repeat1] = STATE(74), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym_token_tree_pattern_repeat1] = STATE(75), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), @@ -24597,18 +24701,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(73)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(73), [sym_block_comment] = STATE(73), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym_token_tree_pattern_repeat1] = STATE(69), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), @@ -24721,23 +24825,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(74)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(74), [sym_block_comment] = STATE(74), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_RPAREN] = ACTIONS(633), [anon_sym_LBRACK] = ACTIONS(571), - [anon_sym_RBRACK] = ACTIONS(631), [anon_sym_LBRACE] = ACTIONS(573), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), @@ -24845,24 +24949,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(75)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(75), [sym_block_comment] = STATE(75), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_RBRACK] = ACTIONS(633), [anon_sym_LBRACE] = ACTIONS(573), - [anon_sym_RBRACE] = ACTIONS(631), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), [anon_sym_DOLLAR] = ACTIONS(579), @@ -24969,24 +25073,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(76)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(76), [sym_block_comment] = STATE(76), - [aux_sym_token_tree_pattern_repeat1] = STATE(79), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(633), [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_LBRACE] = ACTIONS(573), + [anon_sym_RBRACE] = ACTIONS(633), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), [anon_sym_DOLLAR] = ACTIONS(579), @@ -25093,148 +25197,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(77)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(77), [sym_block_comment] = STATE(77), - [aux_sym_token_tree_pattern_repeat1] = STATE(80), - [aux_sym__non_special_token_repeat1] = STATE(135), - [sym_identifier] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_LBRACK] = ACTIONS(571), - [anon_sym_RBRACK] = ACTIONS(633), - [anon_sym_LBRACE] = ACTIONS(573), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(579), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(565), - [anon_sym_i8] = ACTIONS(565), - [anon_sym_u16] = ACTIONS(565), - [anon_sym_i16] = ACTIONS(565), - [anon_sym_u32] = ACTIONS(565), - [anon_sym_i32] = ACTIONS(565), - [anon_sym_u64] = ACTIONS(565), - [anon_sym_i64] = ACTIONS(565), - [anon_sym_u128] = ACTIONS(565), - [anon_sym_i128] = ACTIONS(565), - [anon_sym_isize] = ACTIONS(565), - [anon_sym_usize] = ACTIONS(565), - [anon_sym_f32] = ACTIONS(565), - [anon_sym_f64] = ACTIONS(565), - [anon_sym_bool] = ACTIONS(565), - [anon_sym_str] = ACTIONS(565), - [anon_sym_char] = ACTIONS(565), - [anon_sym_DASH] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_BANG] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_AT] = ACTIONS(567), - [anon_sym__] = ACTIONS(577), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(567), - [anon_sym_DOT_DOT_EQ] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_COLON_COLON] = ACTIONS(567), - [anon_sym_DASH_GT] = ACTIONS(567), - [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(565), - [anon_sym_as] = ACTIONS(565), - [anon_sym_async] = ACTIONS(565), - [anon_sym_await] = ACTIONS(565), - [anon_sym_break] = ACTIONS(565), - [anon_sym_const] = ACTIONS(565), - [anon_sym_continue] = ACTIONS(565), - [anon_sym_default] = ACTIONS(565), - [anon_sym_enum] = ACTIONS(565), - [anon_sym_fn] = ACTIONS(565), - [anon_sym_for] = ACTIONS(565), - [anon_sym_gen] = ACTIONS(565), - [anon_sym_if] = ACTIONS(565), - [anon_sym_impl] = ACTIONS(565), - [anon_sym_let] = ACTIONS(565), - [anon_sym_loop] = ACTIONS(565), - [anon_sym_match] = ACTIONS(565), - [anon_sym_mod] = ACTIONS(565), - [anon_sym_pub] = ACTIONS(565), - [anon_sym_return] = ACTIONS(565), - [anon_sym_static] = ACTIONS(565), - [anon_sym_struct] = ACTIONS(565), - [anon_sym_trait] = ACTIONS(565), - [anon_sym_type] = ACTIONS(565), - [anon_sym_union] = ACTIONS(565), - [anon_sym_unsafe] = ACTIONS(565), - [anon_sym_use] = ACTIONS(565), - [anon_sym_where] = ACTIONS(565), - [anon_sym_while] = ACTIONS(565), - [sym_mutable_specifier] = ACTIONS(565), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(565), - [sym_super] = ACTIONS(565), - [sym_crate] = ACTIONS(565), - [sym_metavariable] = ACTIONS(587), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(635), + [anon_sym_SEMI] = ACTIONS(638), + [anon_sym_LPAREN] = ACTIONS(641), + [anon_sym_RPAREN] = ACTIONS(644), + [anon_sym_LBRACK] = ACTIONS(646), + [anon_sym_RBRACK] = ACTIONS(644), + [anon_sym_LBRACE] = ACTIONS(649), + [anon_sym_RBRACE] = ACTIONS(644), + [anon_sym_EQ_GT] = ACTIONS(638), + [anon_sym_COLON] = ACTIONS(652), + [anon_sym_DOLLAR] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(652), + [anon_sym_STAR] = ACTIONS(652), + [anon_sym_QMARK] = ACTIONS(638), + [anon_sym_u8] = ACTIONS(635), + [anon_sym_i8] = ACTIONS(635), + [anon_sym_u16] = ACTIONS(635), + [anon_sym_i16] = ACTIONS(635), + [anon_sym_u32] = ACTIONS(635), + [anon_sym_i32] = ACTIONS(635), + [anon_sym_u64] = ACTIONS(635), + [anon_sym_i64] = ACTIONS(635), + [anon_sym_u128] = ACTIONS(635), + [anon_sym_i128] = ACTIONS(635), + [anon_sym_isize] = ACTIONS(635), + [anon_sym_usize] = ACTIONS(635), + [anon_sym_f32] = ACTIONS(635), + [anon_sym_f64] = ACTIONS(635), + [anon_sym_bool] = ACTIONS(635), + [anon_sym_str] = ACTIONS(635), + [anon_sym_char] = ACTIONS(635), + [anon_sym_DASH] = ACTIONS(652), + [anon_sym_SLASH] = ACTIONS(652), + [anon_sym_PERCENT] = ACTIONS(652), + [anon_sym_CARET] = ACTIONS(652), + [anon_sym_BANG] = ACTIONS(652), + [anon_sym_AMP] = ACTIONS(652), + [anon_sym_PIPE] = ACTIONS(652), + [anon_sym_AMP_AMP] = ACTIONS(638), + [anon_sym_PIPE_PIPE] = ACTIONS(638), + [anon_sym_LT_LT] = ACTIONS(652), + [anon_sym_GT_GT] = ACTIONS(652), + [anon_sym_PLUS_EQ] = ACTIONS(638), + [anon_sym_DASH_EQ] = ACTIONS(638), + [anon_sym_STAR_EQ] = ACTIONS(638), + [anon_sym_SLASH_EQ] = ACTIONS(638), + [anon_sym_PERCENT_EQ] = ACTIONS(638), + [anon_sym_CARET_EQ] = ACTIONS(638), + [anon_sym_AMP_EQ] = ACTIONS(638), + [anon_sym_PIPE_EQ] = ACTIONS(638), + [anon_sym_LT_LT_EQ] = ACTIONS(638), + [anon_sym_GT_GT_EQ] = ACTIONS(638), + [anon_sym_EQ] = ACTIONS(652), + [anon_sym_EQ_EQ] = ACTIONS(638), + [anon_sym_BANG_EQ] = ACTIONS(638), + [anon_sym_GT] = ACTIONS(652), + [anon_sym_LT] = ACTIONS(652), + [anon_sym_GT_EQ] = ACTIONS(638), + [anon_sym_LT_EQ] = ACTIONS(638), + [anon_sym_AT] = ACTIONS(638), + [anon_sym__] = ACTIONS(652), + [anon_sym_DOT] = ACTIONS(652), + [anon_sym_DOT_DOT] = ACTIONS(652), + [anon_sym_DOT_DOT_DOT] = ACTIONS(638), + [anon_sym_DOT_DOT_EQ] = ACTIONS(638), + [anon_sym_COMMA] = ACTIONS(638), + [anon_sym_COLON_COLON] = ACTIONS(638), + [anon_sym_DASH_GT] = ACTIONS(638), + [anon_sym_POUND] = ACTIONS(638), + [anon_sym_SQUOTE] = ACTIONS(635), + [anon_sym_as] = ACTIONS(635), + [anon_sym_async] = ACTIONS(635), + [anon_sym_await] = ACTIONS(635), + [anon_sym_break] = ACTIONS(635), + [anon_sym_const] = ACTIONS(635), + [anon_sym_continue] = ACTIONS(635), + [anon_sym_default] = ACTIONS(635), + [anon_sym_enum] = ACTIONS(635), + [anon_sym_fn] = ACTIONS(635), + [anon_sym_for] = ACTIONS(635), + [anon_sym_gen] = ACTIONS(635), + [anon_sym_if] = ACTIONS(635), + [anon_sym_impl] = ACTIONS(635), + [anon_sym_let] = ACTIONS(635), + [anon_sym_loop] = ACTIONS(635), + [anon_sym_match] = ACTIONS(635), + [anon_sym_mod] = ACTIONS(635), + [anon_sym_pub] = ACTIONS(635), + [anon_sym_return] = ACTIONS(635), + [anon_sym_static] = ACTIONS(635), + [anon_sym_struct] = ACTIONS(635), + [anon_sym_trait] = ACTIONS(635), + [anon_sym_type] = ACTIONS(635), + [anon_sym_union] = ACTIONS(635), + [anon_sym_unsafe] = ACTIONS(635), + [anon_sym_use] = ACTIONS(635), + [anon_sym_where] = ACTIONS(635), + [anon_sym_while] = ACTIONS(635), + [sym_mutable_specifier] = ACTIONS(635), + [sym_integer_literal] = ACTIONS(658), + [aux_sym_string_literal_token1] = ACTIONS(661), + [sym_char_literal] = ACTIONS(658), + [anon_sym_true] = ACTIONS(664), + [anon_sym_false] = ACTIONS(664), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(635), + [sym_super] = ACTIONS(635), + [sym_crate] = ACTIONS(635), + [sym__raw_string_literal_start] = ACTIONS(667), + [sym_float_literal] = ACTIONS(658), }, [STATE(78)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(78), [sym_block_comment] = STATE(78), [aux_sym_token_tree_pattern_repeat1] = STATE(81), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_RPAREN] = ACTIONS(670), [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_LBRACE] = ACTIONS(573), - [anon_sym_RBRACE] = ACTIONS(633), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), [anon_sym_DOLLAR] = ACTIONS(579), @@ -25341,23 +25445,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(79)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(79), [sym_block_comment] = STATE(79), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym_token_tree_pattern_repeat1] = STATE(82), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(635), [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_RBRACK] = ACTIONS(670), [anon_sym_LBRACE] = ACTIONS(573), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), @@ -25465,24 +25569,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(80)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(80), [sym_block_comment] = STATE(80), - [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym_token_tree_pattern_repeat1] = STATE(83), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), [anon_sym_LBRACK] = ACTIONS(571), - [anon_sym_RBRACK] = ACTIONS(635), [anon_sym_LBRACE] = ACTIONS(573), + [anon_sym_RBRACE] = ACTIONS(670), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), [anon_sym_DOLLAR] = ACTIONS(579), @@ -25589,24 +25693,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(81)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(81), [sym_block_comment] = STATE(81), [aux_sym_token_tree_pattern_repeat1] = STATE(67), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_RPAREN] = ACTIONS(672), [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_LBRACE] = ACTIONS(573), - [anon_sym_RBRACE] = ACTIONS(635), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), [anon_sym_DOLLAR] = ACTIONS(579), @@ -25713,148 +25817,148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(82)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(82), [sym_block_comment] = STATE(82), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(637), - [anon_sym_SEMI] = ACTIONS(640), - [anon_sym_LPAREN] = ACTIONS(643), - [anon_sym_RPAREN] = ACTIONS(646), - [anon_sym_LBRACK] = ACTIONS(648), - [anon_sym_RBRACK] = ACTIONS(646), - [anon_sym_LBRACE] = ACTIONS(651), - [anon_sym_RBRACE] = ACTIONS(646), - [anon_sym_EQ_GT] = ACTIONS(640), - [anon_sym_COLON] = ACTIONS(654), - [anon_sym_DOLLAR] = ACTIONS(657), - [anon_sym_PLUS] = ACTIONS(654), - [anon_sym_STAR] = ACTIONS(654), - [anon_sym_QMARK] = ACTIONS(640), - [anon_sym_u8] = ACTIONS(637), - [anon_sym_i8] = ACTIONS(637), - [anon_sym_u16] = ACTIONS(637), - [anon_sym_i16] = ACTIONS(637), - [anon_sym_u32] = ACTIONS(637), - [anon_sym_i32] = ACTIONS(637), - [anon_sym_u64] = ACTIONS(637), - [anon_sym_i64] = ACTIONS(637), - [anon_sym_u128] = ACTIONS(637), - [anon_sym_i128] = ACTIONS(637), - [anon_sym_isize] = ACTIONS(637), - [anon_sym_usize] = ACTIONS(637), - [anon_sym_f32] = ACTIONS(637), - [anon_sym_f64] = ACTIONS(637), - [anon_sym_bool] = ACTIONS(637), - [anon_sym_str] = ACTIONS(637), - [anon_sym_char] = ACTIONS(637), - [anon_sym_DASH] = ACTIONS(654), - [anon_sym_SLASH] = ACTIONS(654), - [anon_sym_PERCENT] = ACTIONS(654), - [anon_sym_CARET] = ACTIONS(654), - [anon_sym_BANG] = ACTIONS(654), - [anon_sym_AMP] = ACTIONS(654), - [anon_sym_PIPE] = ACTIONS(654), - [anon_sym_AMP_AMP] = ACTIONS(640), - [anon_sym_PIPE_PIPE] = ACTIONS(640), - [anon_sym_LT_LT] = ACTIONS(654), - [anon_sym_GT_GT] = ACTIONS(654), - [anon_sym_PLUS_EQ] = ACTIONS(640), - [anon_sym_DASH_EQ] = ACTIONS(640), - [anon_sym_STAR_EQ] = ACTIONS(640), - [anon_sym_SLASH_EQ] = ACTIONS(640), - [anon_sym_PERCENT_EQ] = ACTIONS(640), - [anon_sym_CARET_EQ] = ACTIONS(640), - [anon_sym_AMP_EQ] = ACTIONS(640), - [anon_sym_PIPE_EQ] = ACTIONS(640), - [anon_sym_LT_LT_EQ] = ACTIONS(640), - [anon_sym_GT_GT_EQ] = ACTIONS(640), - [anon_sym_EQ] = ACTIONS(654), - [anon_sym_EQ_EQ] = ACTIONS(640), - [anon_sym_BANG_EQ] = ACTIONS(640), - [anon_sym_GT] = ACTIONS(654), - [anon_sym_LT] = ACTIONS(654), - [anon_sym_GT_EQ] = ACTIONS(640), - [anon_sym_LT_EQ] = ACTIONS(640), - [anon_sym_AT] = ACTIONS(640), - [anon_sym__] = ACTIONS(654), - [anon_sym_DOT] = ACTIONS(654), - [anon_sym_DOT_DOT] = ACTIONS(654), - [anon_sym_DOT_DOT_DOT] = ACTIONS(640), - [anon_sym_DOT_DOT_EQ] = ACTIONS(640), - [anon_sym_COMMA] = ACTIONS(640), - [anon_sym_COLON_COLON] = ACTIONS(640), - [anon_sym_DASH_GT] = ACTIONS(640), - [anon_sym_POUND] = ACTIONS(640), - [anon_sym_SQUOTE] = ACTIONS(637), - [anon_sym_as] = ACTIONS(637), - [anon_sym_async] = ACTIONS(637), - [anon_sym_await] = ACTIONS(637), - [anon_sym_break] = ACTIONS(637), - [anon_sym_const] = ACTIONS(637), - [anon_sym_continue] = ACTIONS(637), - [anon_sym_default] = ACTIONS(637), - [anon_sym_enum] = ACTIONS(637), - [anon_sym_fn] = ACTIONS(637), - [anon_sym_for] = ACTIONS(637), - [anon_sym_gen] = ACTIONS(637), - [anon_sym_if] = ACTIONS(637), - [anon_sym_impl] = ACTIONS(637), - [anon_sym_let] = ACTIONS(637), - [anon_sym_loop] = ACTIONS(637), - [anon_sym_match] = ACTIONS(637), - [anon_sym_mod] = ACTIONS(637), - [anon_sym_pub] = ACTIONS(637), - [anon_sym_return] = ACTIONS(637), - [anon_sym_static] = ACTIONS(637), - [anon_sym_struct] = ACTIONS(637), - [anon_sym_trait] = ACTIONS(637), - [anon_sym_type] = ACTIONS(637), - [anon_sym_union] = ACTIONS(637), - [anon_sym_unsafe] = ACTIONS(637), - [anon_sym_use] = ACTIONS(637), - [anon_sym_where] = ACTIONS(637), - [anon_sym_while] = ACTIONS(637), - [sym_mutable_specifier] = ACTIONS(637), - [sym_integer_literal] = ACTIONS(660), - [aux_sym_string_literal_token1] = ACTIONS(663), - [sym_char_literal] = ACTIONS(660), - [anon_sym_true] = ACTIONS(666), - [anon_sym_false] = ACTIONS(666), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(637), - [sym_super] = ACTIONS(637), - [sym_crate] = ACTIONS(637), - [sym__raw_string_literal_start] = ACTIONS(669), - [sym_float_literal] = ACTIONS(660), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym__non_special_token_repeat1] = STATE(144), + [sym_identifier] = ACTIONS(565), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_RBRACK] = ACTIONS(672), + [anon_sym_LBRACE] = ACTIONS(573), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(579), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), + [anon_sym_u8] = ACTIONS(565), + [anon_sym_i8] = ACTIONS(565), + [anon_sym_u16] = ACTIONS(565), + [anon_sym_i16] = ACTIONS(565), + [anon_sym_u32] = ACTIONS(565), + [anon_sym_i32] = ACTIONS(565), + [anon_sym_u64] = ACTIONS(565), + [anon_sym_i64] = ACTIONS(565), + [anon_sym_u128] = ACTIONS(565), + [anon_sym_i128] = ACTIONS(565), + [anon_sym_isize] = ACTIONS(565), + [anon_sym_usize] = ACTIONS(565), + [anon_sym_f32] = ACTIONS(565), + [anon_sym_f64] = ACTIONS(565), + [anon_sym_bool] = ACTIONS(565), + [anon_sym_str] = ACTIONS(565), + [anon_sym_char] = ACTIONS(565), + [anon_sym_DASH] = ACTIONS(577), + [anon_sym_SLASH] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(577), + [anon_sym_CARET] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(577), + [anon_sym_AMP] = ACTIONS(577), + [anon_sym_PIPE] = ACTIONS(577), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_EQ] = ACTIONS(577), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(577), + [anon_sym_LT] = ACTIONS(577), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_AT] = ACTIONS(567), + [anon_sym__] = ACTIONS(577), + [anon_sym_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_DOT_DOT_EQ] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_COLON_COLON] = ACTIONS(567), + [anon_sym_DASH_GT] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), + [anon_sym_SQUOTE] = ACTIONS(565), + [anon_sym_as] = ACTIONS(565), + [anon_sym_async] = ACTIONS(565), + [anon_sym_await] = ACTIONS(565), + [anon_sym_break] = ACTIONS(565), + [anon_sym_const] = ACTIONS(565), + [anon_sym_continue] = ACTIONS(565), + [anon_sym_default] = ACTIONS(565), + [anon_sym_enum] = ACTIONS(565), + [anon_sym_fn] = ACTIONS(565), + [anon_sym_for] = ACTIONS(565), + [anon_sym_gen] = ACTIONS(565), + [anon_sym_if] = ACTIONS(565), + [anon_sym_impl] = ACTIONS(565), + [anon_sym_let] = ACTIONS(565), + [anon_sym_loop] = ACTIONS(565), + [anon_sym_match] = ACTIONS(565), + [anon_sym_mod] = ACTIONS(565), + [anon_sym_pub] = ACTIONS(565), + [anon_sym_return] = ACTIONS(565), + [anon_sym_static] = ACTIONS(565), + [anon_sym_struct] = ACTIONS(565), + [anon_sym_trait] = ACTIONS(565), + [anon_sym_type] = ACTIONS(565), + [anon_sym_union] = ACTIONS(565), + [anon_sym_unsafe] = ACTIONS(565), + [anon_sym_use] = ACTIONS(565), + [anon_sym_where] = ACTIONS(565), + [anon_sym_while] = ACTIONS(565), + [sym_mutable_specifier] = ACTIONS(565), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(565), + [sym_super] = ACTIONS(565), + [sym_crate] = ACTIONS(565), + [sym_metavariable] = ACTIONS(587), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), }, [STATE(83)] = { - [sym__token_pattern] = STATE(181), - [sym_token_tree_pattern] = STATE(179), - [sym_token_binding_pattern] = STATE(179), - [sym_token_repetition_pattern] = STATE(179), - [sym__literal] = STATE(179), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym__token_pattern] = STATE(173), + [sym_token_tree_pattern] = STATE(171), + [sym_token_binding_pattern] = STATE(171), + [sym_token_repetition_pattern] = STATE(171), + [sym__literal] = STATE(171), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(83), [sym_block_comment] = STATE(83), - [aux_sym_token_tree_pattern_repeat1] = STATE(69), - [aux_sym__non_special_token_repeat1] = STATE(135), + [aux_sym_token_tree_pattern_repeat1] = STATE(67), + [aux_sym__non_special_token_repeat1] = STATE(144), [sym_identifier] = ACTIONS(565), [anon_sym_SEMI] = ACTIONS(567), [anon_sym_LPAREN] = ACTIONS(569), - [anon_sym_RPAREN] = ACTIONS(672), [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_LBRACE] = ACTIONS(573), + [anon_sym_RBRACE] = ACTIONS(672), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), [anon_sym_DOLLAR] = ACTIONS(579), @@ -25961,29 +26065,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(581), }, [STATE(84)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(84), [sym_block_comment] = STATE(84), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), + [aux_sym_token_tree_repeat1] = STATE(98), + [aux_sym__non_special_token_repeat1] = STATE(136), [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_RBRACK] = ACTIONS(680), [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(684), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), [anon_sym_u8] = ACTIONS(674), [anon_sym_i8] = ACTIONS(674), [anon_sym_u16] = ACTIONS(674), @@ -26001,44 +26104,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(674), [anon_sym_str] = ACTIONS(674), [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(577), + [anon_sym_SLASH] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(577), + [anon_sym_CARET] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(577), + [anon_sym_AMP] = ACTIONS(577), + [anon_sym_PIPE] = ACTIONS(577), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_EQ] = ACTIONS(577), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(577), + [anon_sym_LT] = ACTIONS(577), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_AT] = ACTIONS(567), + [anon_sym__] = ACTIONS(577), + [anon_sym_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_DOT_DOT_EQ] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_COLON_COLON] = ACTIONS(567), + [anon_sym_DASH_GT] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), [anon_sym_SQUOTE] = ACTIONS(674), [anon_sym_as] = ACTIONS(674), [anon_sym_async] = ACTIONS(674), @@ -26069,59 +26172,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(674), [anon_sym_while] = ACTIONS(674), [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(674), [sym_super] = ACTIONS(674), [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_metavariable] = ACTIONS(686), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), }, [STATE(85)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(85), [sym_block_comment] = STATE(85), - [aux_sym_token_tree_repeat1] = STATE(70), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), + [aux_sym_token_tree_repeat1] = STATE(93), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_RBRACE] = ACTIONS(706), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_RBRACK] = ACTIONS(688), + [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_DOLLAR] = ACTIONS(684), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(577), [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), + [anon_sym_u8] = ACTIONS(674), + [anon_sym_i8] = ACTIONS(674), + [anon_sym_u16] = ACTIONS(674), + [anon_sym_i16] = ACTIONS(674), + [anon_sym_u32] = ACTIONS(674), + [anon_sym_i32] = ACTIONS(674), + [anon_sym_u64] = ACTIONS(674), + [anon_sym_i64] = ACTIONS(674), + [anon_sym_u128] = ACTIONS(674), + [anon_sym_i128] = ACTIONS(674), + [anon_sym_isize] = ACTIONS(674), + [anon_sym_usize] = ACTIONS(674), + [anon_sym_f32] = ACTIONS(674), + [anon_sym_f64] = ACTIONS(674), + [anon_sym_bool] = ACTIONS(674), + [anon_sym_str] = ACTIONS(674), + [anon_sym_char] = ACTIONS(674), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -26160,36 +26264,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), + [anon_sym_SQUOTE] = ACTIONS(674), + [anon_sym_as] = ACTIONS(674), + [anon_sym_async] = ACTIONS(674), + [anon_sym_await] = ACTIONS(674), + [anon_sym_break] = ACTIONS(674), + [anon_sym_const] = ACTIONS(674), + [anon_sym_continue] = ACTIONS(674), + [anon_sym_default] = ACTIONS(674), + [anon_sym_enum] = ACTIONS(674), + [anon_sym_fn] = ACTIONS(674), + [anon_sym_for] = ACTIONS(674), + [anon_sym_gen] = ACTIONS(674), + [anon_sym_if] = ACTIONS(674), + [anon_sym_impl] = ACTIONS(674), + [anon_sym_let] = ACTIONS(674), + [anon_sym_loop] = ACTIONS(674), + [anon_sym_match] = ACTIONS(674), + [anon_sym_mod] = ACTIONS(674), + [anon_sym_pub] = ACTIONS(674), + [anon_sym_return] = ACTIONS(674), + [anon_sym_static] = ACTIONS(674), + [anon_sym_struct] = ACTIONS(674), + [anon_sym_trait] = ACTIONS(674), + [anon_sym_type] = ACTIONS(674), + [anon_sym_union] = ACTIONS(674), + [anon_sym_unsafe] = ACTIONS(674), + [anon_sym_use] = ACTIONS(674), + [anon_sym_where] = ACTIONS(674), + [anon_sym_while] = ACTIONS(674), + [sym_mutable_specifier] = ACTIONS(674), [sym_integer_literal] = ACTIONS(581), [aux_sym_string_literal_token1] = ACTIONS(583), [sym_char_literal] = ACTIONS(581), @@ -26197,37 +26301,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), + [sym_self] = ACTIONS(674), + [sym_super] = ACTIONS(674), + [sym_crate] = ACTIONS(674), + [sym_metavariable] = ACTIONS(686), [sym__raw_string_literal_start] = ACTIONS(589), [sym_float_literal] = ACTIONS(581), }, [STATE(86)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(86), [sym_block_comment] = STATE(86), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), + [aux_sym_token_tree_repeat1] = STATE(70), + [aux_sym__non_special_token_repeat1] = STATE(136), [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(712), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_RPAREN] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(678), [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), [anon_sym_u8] = ACTIONS(674), [anon_sym_i8] = ACTIONS(674), [anon_sym_u16] = ACTIONS(674), @@ -26245,44 +26348,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(674), [anon_sym_str] = ACTIONS(674), [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(577), + [anon_sym_SLASH] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(577), + [anon_sym_CARET] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(577), + [anon_sym_AMP] = ACTIONS(577), + [anon_sym_PIPE] = ACTIONS(577), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_EQ] = ACTIONS(577), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(577), + [anon_sym_LT] = ACTIONS(577), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_AT] = ACTIONS(567), + [anon_sym__] = ACTIONS(577), + [anon_sym_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_DOT_DOT_EQ] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_COLON_COLON] = ACTIONS(567), + [anon_sym_DASH_GT] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), [anon_sym_SQUOTE] = ACTIONS(674), [anon_sym_as] = ACTIONS(674), [anon_sym_async] = ACTIONS(674), @@ -26313,43 +26416,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(674), [anon_sym_while] = ACTIONS(674), [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(674), [sym_super] = ACTIONS(674), [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_metavariable] = ACTIONS(686), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), }, [STATE(87)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(87), [sym_block_comment] = STATE(87), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), + [aux_sym_token_tree_repeat1] = STATE(95), + [aux_sym__non_special_token_repeat1] = STATE(136), [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(712), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), + [anon_sym_RBRACE] = ACTIONS(688), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), [anon_sym_u8] = ACTIONS(674), [anon_sym_i8] = ACTIONS(674), [anon_sym_u16] = ACTIONS(674), @@ -26367,44 +26470,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(674), [anon_sym_str] = ACTIONS(674), [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(577), + [anon_sym_SLASH] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(577), + [anon_sym_CARET] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(577), + [anon_sym_AMP] = ACTIONS(577), + [anon_sym_PIPE] = ACTIONS(577), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_EQ] = ACTIONS(577), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(577), + [anon_sym_LT] = ACTIONS(577), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_AT] = ACTIONS(567), + [anon_sym__] = ACTIONS(577), + [anon_sym_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_DOT_DOT_EQ] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_COLON_COLON] = ACTIONS(567), + [anon_sym_DASH_GT] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), [anon_sym_SQUOTE] = ACTIONS(674), [anon_sym_as] = ACTIONS(674), [anon_sym_async] = ACTIONS(674), @@ -26435,165 +26538,409 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(674), [anon_sym_while] = ACTIONS(674), [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(674), [sym_super] = ACTIONS(674), [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_metavariable] = ACTIONS(686), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), }, [STATE(88)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(88), [sym_block_comment] = STATE(88), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(712), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(698), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(89)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(89), [sym_block_comment] = STATE(89), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(108), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(698), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(90)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(90), + [sym_block_comment] = STATE(90), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(698), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(91)] = { + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), + [sym_line_comment] = STATE(91), + [sym_block_comment] = STATE(91), + [aux_sym_token_tree_repeat1] = STATE(92), + [aux_sym__non_special_token_repeat1] = STATE(136), [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(714), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_RPAREN] = ACTIONS(688), + [anon_sym_LBRACK] = ACTIONS(678), [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), [anon_sym_u8] = ACTIONS(674), [anon_sym_i8] = ACTIONS(674), [anon_sym_u16] = ACTIONS(674), @@ -26611,127 +26958,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(674), [anon_sym_str] = ACTIONS(674), [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), - }, - [STATE(90)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), - [sym_line_comment] = STATE(90), - [sym_block_comment] = STATE(90), - [aux_sym_token_tree_repeat1] = STATE(103), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_RPAREN] = ACTIONS(716), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -26770,129 +26996,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [STATE(91)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(91), - [sym_block_comment] = STATE(91), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(112), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(714), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), [anon_sym_SQUOTE] = ACTIONS(674), [anon_sym_as] = ACTIONS(674), [anon_sym_async] = ACTIONS(674), @@ -26923,59 +27026,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(674), [anon_sym_while] = ACTIONS(674), [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(674), [sym_super] = ACTIONS(674), [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_metavariable] = ACTIONS(686), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), }, [STATE(92)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(92), [sym_block_comment] = STATE(92), - [aux_sym_token_tree_repeat1] = STATE(95), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), + [aux_sym_token_tree_repeat1] = STATE(70), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_RPAREN] = ACTIONS(718), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_RPAREN] = ACTIONS(716), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_DOLLAR] = ACTIONS(684), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(577), [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), + [anon_sym_u8] = ACTIONS(674), + [anon_sym_i8] = ACTIONS(674), + [anon_sym_u16] = ACTIONS(674), + [anon_sym_i16] = ACTIONS(674), + [anon_sym_u32] = ACTIONS(674), + [anon_sym_i32] = ACTIONS(674), + [anon_sym_u64] = ACTIONS(674), + [anon_sym_i64] = ACTIONS(674), + [anon_sym_u128] = ACTIONS(674), + [anon_sym_i128] = ACTIONS(674), + [anon_sym_isize] = ACTIONS(674), + [anon_sym_usize] = ACTIONS(674), + [anon_sym_f32] = ACTIONS(674), + [anon_sym_f64] = ACTIONS(674), + [anon_sym_bool] = ACTIONS(674), + [anon_sym_str] = ACTIONS(674), + [anon_sym_char] = ACTIONS(674), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -27014,36 +27118,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), + [anon_sym_SQUOTE] = ACTIONS(674), + [anon_sym_as] = ACTIONS(674), + [anon_sym_async] = ACTIONS(674), + [anon_sym_await] = ACTIONS(674), + [anon_sym_break] = ACTIONS(674), + [anon_sym_const] = ACTIONS(674), + [anon_sym_continue] = ACTIONS(674), + [anon_sym_default] = ACTIONS(674), + [anon_sym_enum] = ACTIONS(674), + [anon_sym_fn] = ACTIONS(674), + [anon_sym_for] = ACTIONS(674), + [anon_sym_gen] = ACTIONS(674), + [anon_sym_if] = ACTIONS(674), + [anon_sym_impl] = ACTIONS(674), + [anon_sym_let] = ACTIONS(674), + [anon_sym_loop] = ACTIONS(674), + [anon_sym_match] = ACTIONS(674), + [anon_sym_mod] = ACTIONS(674), + [anon_sym_pub] = ACTIONS(674), + [anon_sym_return] = ACTIONS(674), + [anon_sym_static] = ACTIONS(674), + [anon_sym_struct] = ACTIONS(674), + [anon_sym_trait] = ACTIONS(674), + [anon_sym_type] = ACTIONS(674), + [anon_sym_union] = ACTIONS(674), + [anon_sym_unsafe] = ACTIONS(674), + [anon_sym_use] = ACTIONS(674), + [anon_sym_where] = ACTIONS(674), + [anon_sym_while] = ACTIONS(674), + [sym_mutable_specifier] = ACTIONS(674), [sym_integer_literal] = ACTIONS(581), [aux_sym_string_literal_token1] = ACTIONS(583), [sym_char_literal] = ACTIONS(581), @@ -27051,53 +27155,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), + [sym_self] = ACTIONS(674), + [sym_super] = ACTIONS(674), + [sym_crate] = ACTIONS(674), + [sym_metavariable] = ACTIONS(686), [sym__raw_string_literal_start] = ACTIONS(589), [sym_float_literal] = ACTIONS(581), }, [STATE(93)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(93), [sym_block_comment] = STATE(93), - [aux_sym_token_tree_repeat1] = STATE(96), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), + [aux_sym_token_tree_repeat1] = STATE(70), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_RBRACK] = ACTIONS(718), - [anon_sym_LBRACE] = ACTIONS(704), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_RBRACK] = ACTIONS(716), + [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_DOLLAR] = ACTIONS(684), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(577), [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), + [anon_sym_u8] = ACTIONS(674), + [anon_sym_i8] = ACTIONS(674), + [anon_sym_u16] = ACTIONS(674), + [anon_sym_i16] = ACTIONS(674), + [anon_sym_u32] = ACTIONS(674), + [anon_sym_i32] = ACTIONS(674), + [anon_sym_u64] = ACTIONS(674), + [anon_sym_i64] = ACTIONS(674), + [anon_sym_u128] = ACTIONS(674), + [anon_sym_i128] = ACTIONS(674), + [anon_sym_isize] = ACTIONS(674), + [anon_sym_usize] = ACTIONS(674), + [anon_sym_f32] = ACTIONS(674), + [anon_sym_f64] = ACTIONS(674), + [anon_sym_bool] = ACTIONS(674), + [anon_sym_str] = ACTIONS(674), + [anon_sym_char] = ACTIONS(674), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -27136,36 +27240,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), + [anon_sym_SQUOTE] = ACTIONS(674), + [anon_sym_as] = ACTIONS(674), + [anon_sym_async] = ACTIONS(674), + [anon_sym_await] = ACTIONS(674), + [anon_sym_break] = ACTIONS(674), + [anon_sym_const] = ACTIONS(674), + [anon_sym_continue] = ACTIONS(674), + [anon_sym_default] = ACTIONS(674), + [anon_sym_enum] = ACTIONS(674), + [anon_sym_fn] = ACTIONS(674), + [anon_sym_for] = ACTIONS(674), + [anon_sym_gen] = ACTIONS(674), + [anon_sym_if] = ACTIONS(674), + [anon_sym_impl] = ACTIONS(674), + [anon_sym_let] = ACTIONS(674), + [anon_sym_loop] = ACTIONS(674), + [anon_sym_match] = ACTIONS(674), + [anon_sym_mod] = ACTIONS(674), + [anon_sym_pub] = ACTIONS(674), + [anon_sym_return] = ACTIONS(674), + [anon_sym_static] = ACTIONS(674), + [anon_sym_struct] = ACTIONS(674), + [anon_sym_trait] = ACTIONS(674), + [anon_sym_type] = ACTIONS(674), + [anon_sym_union] = ACTIONS(674), + [anon_sym_unsafe] = ACTIONS(674), + [anon_sym_use] = ACTIONS(674), + [anon_sym_where] = ACTIONS(674), + [anon_sym_while] = ACTIONS(674), + [sym_mutable_specifier] = ACTIONS(674), [sym_integer_literal] = ACTIONS(581), [aux_sym_string_literal_token1] = ACTIONS(583), [sym_char_literal] = ACTIONS(581), @@ -27173,53 +27277,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), + [sym_self] = ACTIONS(674), + [sym_super] = ACTIONS(674), + [sym_crate] = ACTIONS(674), + [sym_metavariable] = ACTIONS(686), [sym__raw_string_literal_start] = ACTIONS(589), [sym_float_literal] = ACTIONS(581), }, [STATE(94)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(94), [sym_block_comment] = STATE(94), [aux_sym_token_tree_repeat1] = STATE(97), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_RBRACE] = ACTIONS(718), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_RPAREN] = ACTIONS(680), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_DOLLAR] = ACTIONS(684), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(577), [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), + [anon_sym_u8] = ACTIONS(674), + [anon_sym_i8] = ACTIONS(674), + [anon_sym_u16] = ACTIONS(674), + [anon_sym_i16] = ACTIONS(674), + [anon_sym_u32] = ACTIONS(674), + [anon_sym_i32] = ACTIONS(674), + [anon_sym_u64] = ACTIONS(674), + [anon_sym_i64] = ACTIONS(674), + [anon_sym_u128] = ACTIONS(674), + [anon_sym_i128] = ACTIONS(674), + [anon_sym_isize] = ACTIONS(674), + [anon_sym_usize] = ACTIONS(674), + [anon_sym_f32] = ACTIONS(674), + [anon_sym_f64] = ACTIONS(674), + [anon_sym_bool] = ACTIONS(674), + [anon_sym_str] = ACTIONS(674), + [anon_sym_char] = ACTIONS(674), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -27258,36 +27362,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), + [anon_sym_SQUOTE] = ACTIONS(674), + [anon_sym_as] = ACTIONS(674), + [anon_sym_async] = ACTIONS(674), + [anon_sym_await] = ACTIONS(674), + [anon_sym_break] = ACTIONS(674), + [anon_sym_const] = ACTIONS(674), + [anon_sym_continue] = ACTIONS(674), + [anon_sym_default] = ACTIONS(674), + [anon_sym_enum] = ACTIONS(674), + [anon_sym_fn] = ACTIONS(674), + [anon_sym_for] = ACTIONS(674), + [anon_sym_gen] = ACTIONS(674), + [anon_sym_if] = ACTIONS(674), + [anon_sym_impl] = ACTIONS(674), + [anon_sym_let] = ACTIONS(674), + [anon_sym_loop] = ACTIONS(674), + [anon_sym_match] = ACTIONS(674), + [anon_sym_mod] = ACTIONS(674), + [anon_sym_pub] = ACTIONS(674), + [anon_sym_return] = ACTIONS(674), + [anon_sym_static] = ACTIONS(674), + [anon_sym_struct] = ACTIONS(674), + [anon_sym_trait] = ACTIONS(674), + [anon_sym_type] = ACTIONS(674), + [anon_sym_union] = ACTIONS(674), + [anon_sym_unsafe] = ACTIONS(674), + [anon_sym_use] = ACTIONS(674), + [anon_sym_where] = ACTIONS(674), + [anon_sym_while] = ACTIONS(674), + [sym_mutable_specifier] = ACTIONS(674), [sym_integer_literal] = ACTIONS(581), [aux_sym_string_literal_token1] = ACTIONS(583), [sym_char_literal] = ACTIONS(581), @@ -27295,53 +27399,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), + [sym_self] = ACTIONS(674), + [sym_super] = ACTIONS(674), + [sym_crate] = ACTIONS(674), + [sym_metavariable] = ACTIONS(686), [sym__raw_string_literal_start] = ACTIONS(589), [sym_float_literal] = ACTIONS(581), }, [STATE(95)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(95), [sym_block_comment] = STATE(95), [aux_sym_token_tree_repeat1] = STATE(70), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_RPAREN] = ACTIONS(720), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_LBRACE] = ACTIONS(682), + [anon_sym_RBRACE] = ACTIONS(716), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_DOLLAR] = ACTIONS(684), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(577), [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), + [anon_sym_u8] = ACTIONS(674), + [anon_sym_i8] = ACTIONS(674), + [anon_sym_u16] = ACTIONS(674), + [anon_sym_i16] = ACTIONS(674), + [anon_sym_u32] = ACTIONS(674), + [anon_sym_i32] = ACTIONS(674), + [anon_sym_u64] = ACTIONS(674), + [anon_sym_i64] = ACTIONS(674), + [anon_sym_u128] = ACTIONS(674), + [anon_sym_i128] = ACTIONS(674), + [anon_sym_isize] = ACTIONS(674), + [anon_sym_usize] = ACTIONS(674), + [anon_sym_f32] = ACTIONS(674), + [anon_sym_f64] = ACTIONS(674), + [anon_sym_bool] = ACTIONS(674), + [anon_sym_str] = ACTIONS(674), + [anon_sym_char] = ACTIONS(674), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -27380,36 +27484,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), + [anon_sym_SQUOTE] = ACTIONS(674), + [anon_sym_as] = ACTIONS(674), + [anon_sym_async] = ACTIONS(674), + [anon_sym_await] = ACTIONS(674), + [anon_sym_break] = ACTIONS(674), + [anon_sym_const] = ACTIONS(674), + [anon_sym_continue] = ACTIONS(674), + [anon_sym_default] = ACTIONS(674), + [anon_sym_enum] = ACTIONS(674), + [anon_sym_fn] = ACTIONS(674), + [anon_sym_for] = ACTIONS(674), + [anon_sym_gen] = ACTIONS(674), + [anon_sym_if] = ACTIONS(674), + [anon_sym_impl] = ACTIONS(674), + [anon_sym_let] = ACTIONS(674), + [anon_sym_loop] = ACTIONS(674), + [anon_sym_match] = ACTIONS(674), + [anon_sym_mod] = ACTIONS(674), + [anon_sym_pub] = ACTIONS(674), + [anon_sym_return] = ACTIONS(674), + [anon_sym_static] = ACTIONS(674), + [anon_sym_struct] = ACTIONS(674), + [anon_sym_trait] = ACTIONS(674), + [anon_sym_type] = ACTIONS(674), + [anon_sym_union] = ACTIONS(674), + [anon_sym_unsafe] = ACTIONS(674), + [anon_sym_use] = ACTIONS(674), + [anon_sym_where] = ACTIONS(674), + [anon_sym_while] = ACTIONS(674), + [sym_mutable_specifier] = ACTIONS(674), [sym_integer_literal] = ACTIONS(581), [aux_sym_string_literal_token1] = ACTIONS(583), [sym_char_literal] = ACTIONS(581), @@ -27417,53 +27521,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), + [sym_self] = ACTIONS(674), + [sym_super] = ACTIONS(674), + [sym_crate] = ACTIONS(674), + [sym_metavariable] = ACTIONS(686), [sym__raw_string_literal_start] = ACTIONS(589), [sym_float_literal] = ACTIONS(581), }, [STATE(96)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(96), [sym_block_comment] = STATE(96), - [aux_sym_token_tree_repeat1] = STATE(70), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), + [aux_sym_token_tree_repeat1] = STATE(99), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_RBRACK] = ACTIONS(720), - [anon_sym_LBRACE] = ACTIONS(704), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_LBRACE] = ACTIONS(682), + [anon_sym_RBRACE] = ACTIONS(680), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_DOLLAR] = ACTIONS(684), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(577), [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), + [anon_sym_u8] = ACTIONS(674), + [anon_sym_i8] = ACTIONS(674), + [anon_sym_u16] = ACTIONS(674), + [anon_sym_i16] = ACTIONS(674), + [anon_sym_u32] = ACTIONS(674), + [anon_sym_i32] = ACTIONS(674), + [anon_sym_u64] = ACTIONS(674), + [anon_sym_i64] = ACTIONS(674), + [anon_sym_u128] = ACTIONS(674), + [anon_sym_i128] = ACTIONS(674), + [anon_sym_isize] = ACTIONS(674), + [anon_sym_usize] = ACTIONS(674), + [anon_sym_f32] = ACTIONS(674), + [anon_sym_f64] = ACTIONS(674), + [anon_sym_bool] = ACTIONS(674), + [anon_sym_str] = ACTIONS(674), + [anon_sym_char] = ACTIONS(674), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -27502,36 +27606,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), + [anon_sym_SQUOTE] = ACTIONS(674), + [anon_sym_as] = ACTIONS(674), + [anon_sym_async] = ACTIONS(674), + [anon_sym_await] = ACTIONS(674), + [anon_sym_break] = ACTIONS(674), + [anon_sym_const] = ACTIONS(674), + [anon_sym_continue] = ACTIONS(674), + [anon_sym_default] = ACTIONS(674), + [anon_sym_enum] = ACTIONS(674), + [anon_sym_fn] = ACTIONS(674), + [anon_sym_for] = ACTIONS(674), + [anon_sym_gen] = ACTIONS(674), + [anon_sym_if] = ACTIONS(674), + [anon_sym_impl] = ACTIONS(674), + [anon_sym_let] = ACTIONS(674), + [anon_sym_loop] = ACTIONS(674), + [anon_sym_match] = ACTIONS(674), + [anon_sym_mod] = ACTIONS(674), + [anon_sym_pub] = ACTIONS(674), + [anon_sym_return] = ACTIONS(674), + [anon_sym_static] = ACTIONS(674), + [anon_sym_struct] = ACTIONS(674), + [anon_sym_trait] = ACTIONS(674), + [anon_sym_type] = ACTIONS(674), + [anon_sym_union] = ACTIONS(674), + [anon_sym_unsafe] = ACTIONS(674), + [anon_sym_use] = ACTIONS(674), + [anon_sym_where] = ACTIONS(674), + [anon_sym_while] = ACTIONS(674), + [sym_mutable_specifier] = ACTIONS(674), [sym_integer_literal] = ACTIONS(581), [aux_sym_string_literal_token1] = ACTIONS(583), [sym_char_literal] = ACTIONS(581), @@ -27539,53 +27643,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), + [sym_self] = ACTIONS(674), + [sym_super] = ACTIONS(674), + [sym_crate] = ACTIONS(674), + [sym_metavariable] = ACTIONS(686), [sym__raw_string_literal_start] = ACTIONS(589), [sym_float_literal] = ACTIONS(581), }, [STATE(97)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), [sym_line_comment] = STATE(97), [sym_block_comment] = STATE(97), [aux_sym_token_tree_repeat1] = STATE(70), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_RBRACE] = ACTIONS(720), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_RPAREN] = ACTIONS(718), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_DOLLAR] = ACTIONS(684), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(577), [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), + [anon_sym_u8] = ACTIONS(674), + [anon_sym_i8] = ACTIONS(674), + [anon_sym_u16] = ACTIONS(674), + [anon_sym_i16] = ACTIONS(674), + [anon_sym_u32] = ACTIONS(674), + [anon_sym_i32] = ACTIONS(674), + [anon_sym_u64] = ACTIONS(674), + [anon_sym_i64] = ACTIONS(674), + [anon_sym_u128] = ACTIONS(674), + [anon_sym_i128] = ACTIONS(674), + [anon_sym_isize] = ACTIONS(674), + [anon_sym_usize] = ACTIONS(674), + [anon_sym_f32] = ACTIONS(674), + [anon_sym_f64] = ACTIONS(674), + [anon_sym_bool] = ACTIONS(674), + [anon_sym_str] = ACTIONS(674), + [anon_sym_char] = ACTIONS(674), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -27624,373 +27728,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [STATE(98)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(98), - [sym_block_comment] = STATE(98), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(101), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(722), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), - }, - [STATE(99)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(99), - [sym_block_comment] = STATE(99), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(102), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(722), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), - }, - [STATE(100)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(100), - [sym_block_comment] = STATE(100), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(84), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(722), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), [anon_sym_SQUOTE] = ACTIONS(674), [anon_sym_as] = ACTIONS(674), [anon_sym_async] = ACTIONS(674), @@ -28021,43 +27758,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(674), [anon_sym_while] = ACTIONS(674), [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(674), [sym_super] = ACTIONS(674), [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_metavariable] = ACTIONS(686), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), }, - [STATE(101)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(101), - [sym_block_comment] = STATE(101), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), + [STATE(98)] = { + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), + [sym_line_comment] = STATE(98), + [sym_block_comment] = STATE(98), + [aux_sym_token_tree_repeat1] = STATE(70), + [aux_sym__non_special_token_repeat1] = STATE(136), [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(684), - [anon_sym_LBRACK] = ACTIONS(680), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_RBRACK] = ACTIONS(718), [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), [anon_sym_u8] = ACTIONS(674), [anon_sym_i8] = ACTIONS(674), [anon_sym_u16] = ACTIONS(674), @@ -28075,44 +27812,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(674), [anon_sym_str] = ACTIONS(674), [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), + [anon_sym_DASH] = ACTIONS(577), + [anon_sym_SLASH] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(577), + [anon_sym_CARET] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(577), + [anon_sym_AMP] = ACTIONS(577), + [anon_sym_PIPE] = ACTIONS(577), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_EQ] = ACTIONS(577), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(577), + [anon_sym_LT] = ACTIONS(577), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_AT] = ACTIONS(567), + [anon_sym__] = ACTIONS(577), + [anon_sym_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_DOT_DOT_EQ] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_COLON_COLON] = ACTIONS(567), + [anon_sym_DASH_GT] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), [anon_sym_SQUOTE] = ACTIONS(674), [anon_sym_as] = ACTIONS(674), [anon_sym_async] = ACTIONS(674), @@ -28143,43 +27880,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(674), [anon_sym_while] = ACTIONS(674), [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(674), [sym_super] = ACTIONS(674), [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_metavariable] = ACTIONS(686), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), }, - [STATE(102)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(102), - [sym_block_comment] = STATE(102), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), + [STATE(99)] = { + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), + [sym_line_comment] = STATE(99), + [sym_block_comment] = STATE(99), + [aux_sym_token_tree_repeat1] = STATE(70), + [aux_sym__non_special_token_repeat1] = STATE(136), [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(684), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_LBRACK] = ACTIONS(678), [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), + [anon_sym_RBRACE] = ACTIONS(718), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(684), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), [anon_sym_u8] = ACTIONS(674), [anon_sym_i8] = ACTIONS(674), [anon_sym_u16] = ACTIONS(674), @@ -28197,127 +27934,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(674), [anon_sym_str] = ACTIONS(674), [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), - }, - [STATE(103)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), - [sym_line_comment] = STATE(103), - [sym_block_comment] = STATE(103), - [aux_sym_token_tree_repeat1] = STATE(70), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_RPAREN] = ACTIONS(724), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -28356,129 +27972,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [STATE(104)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(104), - [sym_block_comment] = STATE(104), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(726), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), [anon_sym_SQUOTE] = ACTIONS(674), [anon_sym_as] = ACTIONS(674), [anon_sym_async] = ACTIONS(674), @@ -28509,59 +28002,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(674), [anon_sym_while] = ACTIONS(674), [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(674), [sym_super] = ACTIONS(674), [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_metavariable] = ACTIONS(686), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), }, - [STATE(105)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), - [sym_line_comment] = STATE(105), - [sym_block_comment] = STATE(105), - [aux_sym_token_tree_repeat1] = STATE(70), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), + [STATE(100)] = { + [sym_token_tree] = STATE(166), + [sym_token_repetition] = STATE(166), + [sym__literal] = STATE(166), + [sym_string_literal] = STATE(170), + [sym_raw_string_literal] = STATE(170), + [sym_boolean_literal] = STATE(170), + [sym_line_comment] = STATE(100), + [sym_block_comment] = STATE(100), + [aux_sym_token_tree_repeat1] = STATE(86), + [aux_sym__non_special_token_repeat1] = STATE(136), + [sym_identifier] = ACTIONS(674), [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_RPAREN] = ACTIONS(706), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), + [anon_sym_LPAREN] = ACTIONS(676), + [anon_sym_RPAREN] = ACTIONS(720), + [anon_sym_LBRACK] = ACTIONS(678), + [anon_sym_LBRACE] = ACTIONS(682), [anon_sym_EQ_GT] = ACTIONS(567), [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), + [anon_sym_DOLLAR] = ACTIONS(684), [anon_sym_PLUS] = ACTIONS(577), [anon_sym_STAR] = ACTIONS(577), [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), + [anon_sym_u8] = ACTIONS(674), + [anon_sym_i8] = ACTIONS(674), + [anon_sym_u16] = ACTIONS(674), + [anon_sym_i16] = ACTIONS(674), + [anon_sym_u32] = ACTIONS(674), + [anon_sym_i32] = ACTIONS(674), + [anon_sym_u64] = ACTIONS(674), + [anon_sym_i64] = ACTIONS(674), + [anon_sym_u128] = ACTIONS(674), + [anon_sym_i128] = ACTIONS(674), + [anon_sym_isize] = ACTIONS(674), + [anon_sym_usize] = ACTIONS(674), + [anon_sym_f32] = ACTIONS(674), + [anon_sym_f64] = ACTIONS(674), + [anon_sym_bool] = ACTIONS(674), + [anon_sym_str] = ACTIONS(674), + [anon_sym_char] = ACTIONS(674), [anon_sym_DASH] = ACTIONS(577), [anon_sym_SLASH] = ACTIONS(577), [anon_sym_PERCENT] = ACTIONS(577), @@ -28600,129 +28094,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_COLON_COLON] = ACTIONS(567), [anon_sym_DASH_GT] = ACTIONS(567), [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [STATE(106)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(106), - [sym_block_comment] = STATE(106), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(110), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(728), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), [anon_sym_SQUOTE] = ACTIONS(674), [anon_sym_as] = ACTIONS(674), [anon_sym_async] = ACTIONS(674), @@ -28753,3603 +28124,4102 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_where] = ACTIONS(674), [anon_sym_while] = ACTIONS(674), [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), + [sym_integer_literal] = ACTIONS(581), + [aux_sym_string_literal_token1] = ACTIONS(583), + [sym_char_literal] = ACTIONS(581), + [anon_sym_true] = ACTIONS(585), + [anon_sym_false] = ACTIONS(585), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(674), [sym_super] = ACTIONS(674), [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_metavariable] = ACTIONS(686), + [sym__raw_string_literal_start] = ACTIONS(589), + [sym_float_literal] = ACTIONS(581), + }, + [STATE(101)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(101), + [sym_block_comment] = STATE(101), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(105), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(722), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(102)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(102), + [sym_block_comment] = STATE(102), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(106), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(722), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(103)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(103), + [sym_block_comment] = STATE(103), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(107), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(722), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(104)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(104), + [sym_block_comment] = STATE(104), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(112), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(724), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(105)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(105), + [sym_block_comment] = STATE(105), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(726), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(106)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(106), + [sym_block_comment] = STATE(106), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(726), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(107)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(107), [sym_block_comment] = STATE(107), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(111), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(728), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(726), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(108)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(108), [sym_block_comment] = STATE(108), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(726), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(117), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(724), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(109)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(109), [sym_block_comment] = STATE(109), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(730), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(113), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(728), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(110)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(110), [sym_block_comment] = STATE(110), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(730), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(114), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(728), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(111)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(111), [sym_block_comment] = STATE(111), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(730), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(115), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(728), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(112)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(112), [sym_block_comment] = STATE(112), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(726), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(730), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(113)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(113), [sym_block_comment] = STATE(113), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(86), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), [anon_sym_RPAREN] = ACTIONS(732), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(114)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(114), [sym_block_comment] = STATE(114), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(117), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(734), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(732), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(115)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(115), [sym_block_comment] = STATE(115), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(118), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(734), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(732), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(116)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(116), [sym_block_comment] = STATE(116), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(119), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(734), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(730), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(117)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(117), [sym_block_comment] = STATE(117), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(736), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(730), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(118)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(118), [sym_block_comment] = STATE(118), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(736), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(121), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(734), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(119)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(119), [sym_block_comment] = STATE(119), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(736), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(122), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(734), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(120)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(120), [sym_block_comment] = STATE(120), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(87), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(732), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(123), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(734), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(121)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(121), [sym_block_comment] = STATE(121), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(88), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(732), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(736), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(122)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(122), [sym_block_comment] = STATE(122), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(104), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(714), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(736), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(123)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(123), [sym_block_comment] = STATE(123), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(127), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(738), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(736), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(124)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(124), [sym_block_comment] = STATE(124), - [aux_sym__non_special_token_repeat1] = STATE(174), + [aux_sym__non_special_token_repeat1] = STATE(153), [aux_sym_delim_token_tree_repeat1] = STATE(128), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(738), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(738), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(125)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(125), [sym_block_comment] = STATE(125), - [aux_sym__non_special_token_repeat1] = STATE(174), + [aux_sym__non_special_token_repeat1] = STATE(153), [aux_sym_delim_token_tree_repeat1] = STATE(129), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(738), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(738), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(126)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(126), [sym_block_comment] = STATE(126), - [aux_sym_token_tree_repeat1] = STATE(70), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_RBRACK] = ACTIONS(706), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_BANG] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_AT] = ACTIONS(567), - [anon_sym__] = ACTIONS(577), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(567), - [anon_sym_DOT_DOT_EQ] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_COLON_COLON] = ACTIONS(567), - [anon_sym_DASH_GT] = ACTIONS(567), - [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(130), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(738), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, [STATE(127)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), [sym_line_comment] = STATE(127), [sym_block_comment] = STATE(127), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(88), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), [anon_sym_RPAREN] = ACTIONS(740), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), - }, - [STATE(128)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(128), - [sym_block_comment] = STATE(128), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_RBRACK] = ACTIONS(740), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), - }, - [STATE(129)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(129), - [sym_block_comment] = STATE(129), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(82), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_RBRACE] = ACTIONS(740), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), - }, - [STATE(130)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), - [sym_line_comment] = STATE(130), - [sym_block_comment] = STATE(130), - [aux_sym_token_tree_repeat1] = STATE(105), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_RPAREN] = ACTIONS(742), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_BANG] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_AT] = ACTIONS(567), - [anon_sym__] = ACTIONS(577), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(567), - [anon_sym_DOT_DOT_EQ] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_COLON_COLON] = ACTIONS(567), - [anon_sym_DASH_GT] = ACTIONS(567), - [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [STATE(131)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), - [sym_line_comment] = STATE(131), - [sym_block_comment] = STATE(131), - [aux_sym_token_tree_repeat1] = STATE(126), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_RBRACK] = ACTIONS(742), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_BANG] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_AT] = ACTIONS(567), - [anon_sym__] = ACTIONS(577), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(567), - [anon_sym_DOT_DOT_EQ] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_COLON_COLON] = ACTIONS(567), - [anon_sym_DASH_GT] = ACTIONS(567), - [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [STATE(132)] = { - [sym_token_tree] = STATE(197), - [sym_token_repetition] = STATE(197), - [sym__literal] = STATE(197), - [sym_string_literal] = STATE(163), - [sym_raw_string_literal] = STATE(163), - [sym_boolean_literal] = STATE(163), - [sym_line_comment] = STATE(132), - [sym_block_comment] = STATE(132), - [aux_sym_token_tree_repeat1] = STATE(85), - [aux_sym__non_special_token_repeat1] = STATE(141), - [sym_identifier] = ACTIONS(698), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(700), - [anon_sym_LBRACK] = ACTIONS(702), - [anon_sym_LBRACE] = ACTIONS(704), - [anon_sym_RBRACE] = ACTIONS(742), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(708), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(698), - [anon_sym_i8] = ACTIONS(698), - [anon_sym_u16] = ACTIONS(698), - [anon_sym_i16] = ACTIONS(698), - [anon_sym_u32] = ACTIONS(698), - [anon_sym_i32] = ACTIONS(698), - [anon_sym_u64] = ACTIONS(698), - [anon_sym_i64] = ACTIONS(698), - [anon_sym_u128] = ACTIONS(698), - [anon_sym_i128] = ACTIONS(698), - [anon_sym_isize] = ACTIONS(698), - [anon_sym_usize] = ACTIONS(698), - [anon_sym_f32] = ACTIONS(698), - [anon_sym_f64] = ACTIONS(698), - [anon_sym_bool] = ACTIONS(698), - [anon_sym_str] = ACTIONS(698), - [anon_sym_char] = ACTIONS(698), - [anon_sym_DASH] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_BANG] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_AT] = ACTIONS(567), - [anon_sym__] = ACTIONS(577), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(567), - [anon_sym_DOT_DOT_EQ] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_COLON_COLON] = ACTIONS(567), - [anon_sym_DASH_GT] = ACTIONS(567), - [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(698), - [anon_sym_as] = ACTIONS(698), - [anon_sym_async] = ACTIONS(698), - [anon_sym_await] = ACTIONS(698), - [anon_sym_break] = ACTIONS(698), - [anon_sym_const] = ACTIONS(698), - [anon_sym_continue] = ACTIONS(698), - [anon_sym_default] = ACTIONS(698), - [anon_sym_enum] = ACTIONS(698), - [anon_sym_fn] = ACTIONS(698), - [anon_sym_for] = ACTIONS(698), - [anon_sym_gen] = ACTIONS(698), - [anon_sym_if] = ACTIONS(698), - [anon_sym_impl] = ACTIONS(698), - [anon_sym_let] = ACTIONS(698), - [anon_sym_loop] = ACTIONS(698), - [anon_sym_match] = ACTIONS(698), - [anon_sym_mod] = ACTIONS(698), - [anon_sym_pub] = ACTIONS(698), - [anon_sym_return] = ACTIONS(698), - [anon_sym_static] = ACTIONS(698), - [anon_sym_struct] = ACTIONS(698), - [anon_sym_trait] = ACTIONS(698), - [anon_sym_type] = ACTIONS(698), - [anon_sym_union] = ACTIONS(698), - [anon_sym_unsafe] = ACTIONS(698), - [anon_sym_use] = ACTIONS(698), - [anon_sym_where] = ACTIONS(698), - [anon_sym_while] = ACTIONS(698), - [sym_mutable_specifier] = ACTIONS(698), - [sym_integer_literal] = ACTIONS(581), - [aux_sym_string_literal_token1] = ACTIONS(583), - [sym_char_literal] = ACTIONS(581), - [anon_sym_true] = ACTIONS(585), - [anon_sym_false] = ACTIONS(585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(698), - [sym_super] = ACTIONS(698), - [sym_crate] = ACTIONS(698), - [sym_metavariable] = ACTIONS(710), - [sym__raw_string_literal_start] = ACTIONS(589), - [sym_float_literal] = ACTIONS(581), - }, - [STATE(133)] = { - [sym_delim_token_tree] = STATE(206), - [sym__delim_tokens] = STATE(207), - [sym__non_delim_token] = STATE(206), - [sym__literal] = STATE(205), - [sym_string_literal] = STATE(202), - [sym_raw_string_literal] = STATE(202), - [sym_boolean_literal] = STATE(202), - [sym_line_comment] = STATE(133), - [sym_block_comment] = STATE(133), - [aux_sym__non_special_token_repeat1] = STATE(174), - [aux_sym_delim_token_tree_repeat1] = STATE(109), - [sym_identifier] = ACTIONS(674), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(678), - [anon_sym_RPAREN] = ACTIONS(728), - [anon_sym_LBRACK] = ACTIONS(680), - [anon_sym_LBRACE] = ACTIONS(682), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(688), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(674), - [anon_sym_i8] = ACTIONS(674), - [anon_sym_u16] = ACTIONS(674), - [anon_sym_i16] = ACTIONS(674), - [anon_sym_u32] = ACTIONS(674), - [anon_sym_i32] = ACTIONS(674), - [anon_sym_u64] = ACTIONS(674), - [anon_sym_i64] = ACTIONS(674), - [anon_sym_u128] = ACTIONS(674), - [anon_sym_i128] = ACTIONS(674), - [anon_sym_isize] = ACTIONS(674), - [anon_sym_usize] = ACTIONS(674), - [anon_sym_f32] = ACTIONS(674), - [anon_sym_f64] = ACTIONS(674), - [anon_sym_bool] = ACTIONS(674), - [anon_sym_str] = ACTIONS(674), - [anon_sym_char] = ACTIONS(674), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(674), - [anon_sym_as] = ACTIONS(674), - [anon_sym_async] = ACTIONS(674), - [anon_sym_await] = ACTIONS(674), - [anon_sym_break] = ACTIONS(674), - [anon_sym_const] = ACTIONS(674), - [anon_sym_continue] = ACTIONS(674), - [anon_sym_default] = ACTIONS(674), - [anon_sym_enum] = ACTIONS(674), - [anon_sym_fn] = ACTIONS(674), - [anon_sym_for] = ACTIONS(674), - [anon_sym_gen] = ACTIONS(674), - [anon_sym_if] = ACTIONS(674), - [anon_sym_impl] = ACTIONS(674), - [anon_sym_let] = ACTIONS(674), - [anon_sym_loop] = ACTIONS(674), - [anon_sym_match] = ACTIONS(674), - [anon_sym_mod] = ACTIONS(674), - [anon_sym_pub] = ACTIONS(674), - [anon_sym_return] = ACTIONS(674), - [anon_sym_static] = ACTIONS(674), - [anon_sym_struct] = ACTIONS(674), - [anon_sym_trait] = ACTIONS(674), - [anon_sym_type] = ACTIONS(674), - [anon_sym_union] = ACTIONS(674), - [anon_sym_unsafe] = ACTIONS(674), - [anon_sym_use] = ACTIONS(674), - [anon_sym_where] = ACTIONS(674), - [anon_sym_while] = ACTIONS(674), - [sym_mutable_specifier] = ACTIONS(674), - [sym_integer_literal] = ACTIONS(690), - [aux_sym_string_literal_token1] = ACTIONS(692), - [sym_char_literal] = ACTIONS(690), - [anon_sym_true] = ACTIONS(694), - [anon_sym_false] = ACTIONS(694), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(674), - [sym_super] = ACTIONS(674), - [sym_crate] = ACTIONS(674), - [sym__raw_string_literal_start] = ACTIONS(696), - [sym_float_literal] = ACTIONS(690), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, - [STATE(134)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1628), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(134), - [sym_block_comment] = STATE(134), - [aux_sym_enum_variant_list_repeat1] = STATE(1014), - [sym_identifier] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(747), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_RBRACK] = ACTIONS(753), - [anon_sym_LBRACE] = ACTIONS(755), - [anon_sym_STAR] = ACTIONS(758), - [anon_sym_u8] = ACTIONS(761), - [anon_sym_i8] = ACTIONS(761), - [anon_sym_u16] = ACTIONS(761), - [anon_sym_i16] = ACTIONS(761), - [anon_sym_u32] = ACTIONS(761), - [anon_sym_i32] = ACTIONS(761), - [anon_sym_u64] = ACTIONS(761), - [anon_sym_i64] = ACTIONS(761), - [anon_sym_u128] = ACTIONS(761), - [anon_sym_i128] = ACTIONS(761), - [anon_sym_isize] = ACTIONS(761), - [anon_sym_usize] = ACTIONS(761), - [anon_sym_f32] = ACTIONS(761), - [anon_sym_f64] = ACTIONS(761), - [anon_sym_bool] = ACTIONS(761), - [anon_sym_str] = ACTIONS(761), - [anon_sym_char] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(758), - [anon_sym_BANG] = ACTIONS(758), - [anon_sym_AMP] = ACTIONS(764), - [anon_sym_PIPE] = ACTIONS(767), - [anon_sym_LT] = ACTIONS(770), - [anon_sym_DOT_DOT] = ACTIONS(773), - [anon_sym_COMMA] = ACTIONS(753), - [anon_sym_COLON_COLON] = ACTIONS(776), - [anon_sym_POUND] = ACTIONS(779), - [anon_sym_SQUOTE] = ACTIONS(782), - [anon_sym_async] = ACTIONS(785), - [anon_sym_break] = ACTIONS(788), - [anon_sym_const] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(794), - [anon_sym_default] = ACTIONS(797), - [anon_sym_for] = ACTIONS(800), - [anon_sym_gen] = ACTIONS(803), - [anon_sym_if] = ACTIONS(806), - [anon_sym_loop] = ACTIONS(809), - [anon_sym_match] = ACTIONS(812), - [anon_sym_return] = ACTIONS(815), - [anon_sym_static] = ACTIONS(818), - [anon_sym_union] = ACTIONS(797), - [anon_sym_unsafe] = ACTIONS(821), - [anon_sym_while] = ACTIONS(824), - [anon_sym_yield] = ACTIONS(827), - [anon_sym_move] = ACTIONS(830), - [anon_sym_try] = ACTIONS(833), - [sym_integer_literal] = ACTIONS(836), - [aux_sym_string_literal_token1] = ACTIONS(839), - [sym_char_literal] = ACTIONS(836), - [anon_sym_true] = ACTIONS(842), - [anon_sym_false] = ACTIONS(842), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(845), - [sym_super] = ACTIONS(848), - [sym_crate] = ACTIONS(848), - [sym_metavariable] = ACTIONS(851), - [sym__raw_string_literal_start] = ACTIONS(854), - [sym_float_literal] = ACTIONS(836), - }, - [STATE(135)] = { - [sym_line_comment] = STATE(135), - [sym_block_comment] = STATE(135), - [aux_sym__non_special_token_repeat1] = STATE(144), - [sym_identifier] = ACTIONS(857), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(859), - [anon_sym_RPAREN] = ACTIONS(859), - [anon_sym_LBRACK] = ACTIONS(859), - [anon_sym_RBRACK] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(859), - [anon_sym_RBRACE] = ACTIONS(859), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(857), - [anon_sym_i8] = ACTIONS(857), - [anon_sym_u16] = ACTIONS(857), - [anon_sym_i16] = ACTIONS(857), - [anon_sym_u32] = ACTIONS(857), - [anon_sym_i32] = ACTIONS(857), - [anon_sym_u64] = ACTIONS(857), - [anon_sym_i64] = ACTIONS(857), - [anon_sym_u128] = ACTIONS(857), - [anon_sym_i128] = ACTIONS(857), - [anon_sym_isize] = ACTIONS(857), - [anon_sym_usize] = ACTIONS(857), - [anon_sym_f32] = ACTIONS(857), - [anon_sym_f64] = ACTIONS(857), - [anon_sym_bool] = ACTIONS(857), - [anon_sym_str] = ACTIONS(857), - [anon_sym_char] = ACTIONS(857), - [anon_sym_DASH] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_BANG] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_AT] = ACTIONS(567), - [anon_sym__] = ACTIONS(577), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(567), - [anon_sym_DOT_DOT_EQ] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_COLON_COLON] = ACTIONS(567), - [anon_sym_DASH_GT] = ACTIONS(567), - [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(857), - [anon_sym_as] = ACTIONS(857), - [anon_sym_async] = ACTIONS(857), - [anon_sym_await] = ACTIONS(857), - [anon_sym_break] = ACTIONS(857), - [anon_sym_const] = ACTIONS(857), - [anon_sym_continue] = ACTIONS(857), - [anon_sym_default] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(857), - [anon_sym_fn] = ACTIONS(857), - [anon_sym_for] = ACTIONS(857), - [anon_sym_gen] = ACTIONS(857), - [anon_sym_if] = ACTIONS(857), - [anon_sym_impl] = ACTIONS(857), - [anon_sym_let] = ACTIONS(857), - [anon_sym_loop] = ACTIONS(857), - [anon_sym_match] = ACTIONS(857), - [anon_sym_mod] = ACTIONS(857), - [anon_sym_pub] = ACTIONS(857), - [anon_sym_return] = ACTIONS(857), - [anon_sym_static] = ACTIONS(857), - [anon_sym_struct] = ACTIONS(857), - [anon_sym_trait] = ACTIONS(857), - [anon_sym_type] = ACTIONS(857), - [anon_sym_union] = ACTIONS(857), - [anon_sym_unsafe] = ACTIONS(857), - [anon_sym_use] = ACTIONS(857), - [anon_sym_where] = ACTIONS(857), - [anon_sym_while] = ACTIONS(857), - [sym_mutable_specifier] = ACTIONS(857), - [sym_integer_literal] = ACTIONS(859), - [aux_sym_string_literal_token1] = ACTIONS(859), - [sym_char_literal] = ACTIONS(859), - [anon_sym_true] = ACTIONS(857), - [anon_sym_false] = ACTIONS(857), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(857), - [sym_super] = ACTIONS(857), - [sym_crate] = ACTIONS(857), - [sym_metavariable] = ACTIONS(859), - [sym__raw_string_literal_start] = ACTIONS(859), - [sym_float_literal] = ACTIONS(859), + [STATE(128)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(128), + [sym_block_comment] = STATE(128), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_RPAREN] = ACTIONS(742), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), }, - [STATE(136)] = { + [STATE(129)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(129), + [sym_block_comment] = STATE(129), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(742), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(130)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(130), + [sym_block_comment] = STATE(130), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(77), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(742), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(131)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(131), + [sym_block_comment] = STATE(131), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(89), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(740), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(132)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(132), + [sym_block_comment] = STATE(132), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(90), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_RBRACE] = ACTIONS(740), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(133)] = { + [sym_delim_token_tree] = STATE(210), + [sym__delim_tokens] = STATE(211), + [sym__non_delim_token] = STATE(210), + [sym__literal] = STATE(209), + [sym_string_literal] = STATE(212), + [sym_raw_string_literal] = STATE(212), + [sym_boolean_literal] = STATE(212), + [sym_line_comment] = STATE(133), + [sym_block_comment] = STATE(133), + [aux_sym__non_special_token_repeat1] = STATE(153), + [aux_sym_delim_token_tree_repeat1] = STATE(116), + [sym_identifier] = ACTIONS(692), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(696), + [anon_sym_LBRACK] = ACTIONS(700), + [anon_sym_RBRACK] = ACTIONS(724), + [anon_sym_LBRACE] = ACTIONS(702), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(706), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(692), + [anon_sym_i8] = ACTIONS(692), + [anon_sym_u16] = ACTIONS(692), + [anon_sym_i16] = ACTIONS(692), + [anon_sym_u32] = ACTIONS(692), + [anon_sym_i32] = ACTIONS(692), + [anon_sym_u64] = ACTIONS(692), + [anon_sym_i64] = ACTIONS(692), + [anon_sym_u128] = ACTIONS(692), + [anon_sym_i128] = ACTIONS(692), + [anon_sym_isize] = ACTIONS(692), + [anon_sym_usize] = ACTIONS(692), + [anon_sym_f32] = ACTIONS(692), + [anon_sym_f64] = ACTIONS(692), + [anon_sym_bool] = ACTIONS(692), + [anon_sym_str] = ACTIONS(692), + [anon_sym_char] = ACTIONS(692), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(692), + [anon_sym_as] = ACTIONS(692), + [anon_sym_async] = ACTIONS(692), + [anon_sym_await] = ACTIONS(692), + [anon_sym_break] = ACTIONS(692), + [anon_sym_const] = ACTIONS(692), + [anon_sym_continue] = ACTIONS(692), + [anon_sym_default] = ACTIONS(692), + [anon_sym_enum] = ACTIONS(692), + [anon_sym_fn] = ACTIONS(692), + [anon_sym_for] = ACTIONS(692), + [anon_sym_gen] = ACTIONS(692), + [anon_sym_if] = ACTIONS(692), + [anon_sym_impl] = ACTIONS(692), + [anon_sym_let] = ACTIONS(692), + [anon_sym_loop] = ACTIONS(692), + [anon_sym_match] = ACTIONS(692), + [anon_sym_mod] = ACTIONS(692), + [anon_sym_pub] = ACTIONS(692), + [anon_sym_return] = ACTIONS(692), + [anon_sym_static] = ACTIONS(692), + [anon_sym_struct] = ACTIONS(692), + [anon_sym_trait] = ACTIONS(692), + [anon_sym_type] = ACTIONS(692), + [anon_sym_union] = ACTIONS(692), + [anon_sym_unsafe] = ACTIONS(692), + [anon_sym_use] = ACTIONS(692), + [anon_sym_where] = ACTIONS(692), + [anon_sym_while] = ACTIONS(692), + [sym_mutable_specifier] = ACTIONS(692), + [sym_integer_literal] = ACTIONS(708), + [aux_sym_string_literal_token1] = ACTIONS(710), + [sym_char_literal] = ACTIONS(708), + [anon_sym_true] = ACTIONS(712), + [anon_sym_false] = ACTIONS(712), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(692), + [sym_super] = ACTIONS(692), + [sym_crate] = ACTIONS(692), + [sym__raw_string_literal_start] = ACTIONS(714), + [sym_float_literal] = ACTIONS(708), + }, + [STATE(134)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1579), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(136), - [sym_block_comment] = STATE(136), - [aux_sym_enum_variant_list_repeat1] = STATE(142), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1595), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(134), + [sym_block_comment] = STATE(134), + [aux_sym_enum_variant_list_repeat1] = STATE(137), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(861), + [anon_sym_RBRACK] = ACTIONS(744), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32375,9 +32245,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(863), + [anon_sym_COMMA] = ACTIONS(746), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -32411,55 +32281,289 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, + [STATE(135)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1652), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(135), + [sym_block_comment] = STATE(135), + [aux_sym_enum_variant_list_repeat1] = STATE(1013), + [sym_identifier] = ACTIONS(750), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(756), + [anon_sym_RBRACK] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(761), + [anon_sym_STAR] = ACTIONS(764), + [anon_sym_u8] = ACTIONS(767), + [anon_sym_i8] = ACTIONS(767), + [anon_sym_u16] = ACTIONS(767), + [anon_sym_i16] = ACTIONS(767), + [anon_sym_u32] = ACTIONS(767), + [anon_sym_i32] = ACTIONS(767), + [anon_sym_u64] = ACTIONS(767), + [anon_sym_i64] = ACTIONS(767), + [anon_sym_u128] = ACTIONS(767), + [anon_sym_i128] = ACTIONS(767), + [anon_sym_isize] = ACTIONS(767), + [anon_sym_usize] = ACTIONS(767), + [anon_sym_f32] = ACTIONS(767), + [anon_sym_f64] = ACTIONS(767), + [anon_sym_bool] = ACTIONS(767), + [anon_sym_str] = ACTIONS(767), + [anon_sym_char] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_BANG] = ACTIONS(764), + [anon_sym_AMP] = ACTIONS(770), + [anon_sym_PIPE] = ACTIONS(773), + [anon_sym_LT] = ACTIONS(776), + [anon_sym_DOT_DOT] = ACTIONS(779), + [anon_sym_COMMA] = ACTIONS(759), + [anon_sym_COLON_COLON] = ACTIONS(782), + [anon_sym_POUND] = ACTIONS(785), + [anon_sym_SQUOTE] = ACTIONS(788), + [anon_sym_async] = ACTIONS(791), + [anon_sym_break] = ACTIONS(794), + [anon_sym_const] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(800), + [anon_sym_default] = ACTIONS(803), + [anon_sym_for] = ACTIONS(806), + [anon_sym_gen] = ACTIONS(809), + [anon_sym_if] = ACTIONS(812), + [anon_sym_loop] = ACTIONS(815), + [anon_sym_match] = ACTIONS(818), + [anon_sym_return] = ACTIONS(821), + [anon_sym_static] = ACTIONS(824), + [anon_sym_union] = ACTIONS(803), + [anon_sym_unsafe] = ACTIONS(827), + [anon_sym_while] = ACTIONS(830), + [anon_sym_yield] = ACTIONS(833), + [anon_sym_move] = ACTIONS(836), + [anon_sym_try] = ACTIONS(839), + [sym_integer_literal] = ACTIONS(842), + [aux_sym_string_literal_token1] = ACTIONS(845), + [sym_char_literal] = ACTIONS(842), + [anon_sym_true] = ACTIONS(848), + [anon_sym_false] = ACTIONS(848), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(851), + [sym_super] = ACTIONS(854), + [sym_crate] = ACTIONS(854), + [sym_metavariable] = ACTIONS(857), + [sym__raw_string_literal_start] = ACTIONS(860), + [sym_float_literal] = ACTIONS(842), + }, + [STATE(136)] = { + [sym_line_comment] = STATE(136), + [sym_block_comment] = STATE(136), + [aux_sym__non_special_token_repeat1] = STATE(138), + [sym_identifier] = ACTIONS(863), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(865), + [anon_sym_RPAREN] = ACTIONS(865), + [anon_sym_LBRACK] = ACTIONS(865), + [anon_sym_RBRACK] = ACTIONS(865), + [anon_sym_LBRACE] = ACTIONS(865), + [anon_sym_RBRACE] = ACTIONS(865), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(863), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), + [anon_sym_u8] = ACTIONS(863), + [anon_sym_i8] = ACTIONS(863), + [anon_sym_u16] = ACTIONS(863), + [anon_sym_i16] = ACTIONS(863), + [anon_sym_u32] = ACTIONS(863), + [anon_sym_i32] = ACTIONS(863), + [anon_sym_u64] = ACTIONS(863), + [anon_sym_i64] = ACTIONS(863), + [anon_sym_u128] = ACTIONS(863), + [anon_sym_i128] = ACTIONS(863), + [anon_sym_isize] = ACTIONS(863), + [anon_sym_usize] = ACTIONS(863), + [anon_sym_f32] = ACTIONS(863), + [anon_sym_f64] = ACTIONS(863), + [anon_sym_bool] = ACTIONS(863), + [anon_sym_str] = ACTIONS(863), + [anon_sym_char] = ACTIONS(863), + [anon_sym_DASH] = ACTIONS(577), + [anon_sym_SLASH] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(577), + [anon_sym_CARET] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(577), + [anon_sym_AMP] = ACTIONS(577), + [anon_sym_PIPE] = ACTIONS(577), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_EQ] = ACTIONS(577), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(577), + [anon_sym_LT] = ACTIONS(577), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_AT] = ACTIONS(567), + [anon_sym__] = ACTIONS(577), + [anon_sym_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_DOT_DOT_EQ] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_COLON_COLON] = ACTIONS(567), + [anon_sym_DASH_GT] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), + [anon_sym_SQUOTE] = ACTIONS(863), + [anon_sym_as] = ACTIONS(863), + [anon_sym_async] = ACTIONS(863), + [anon_sym_await] = ACTIONS(863), + [anon_sym_break] = ACTIONS(863), + [anon_sym_const] = ACTIONS(863), + [anon_sym_continue] = ACTIONS(863), + [anon_sym_default] = ACTIONS(863), + [anon_sym_enum] = ACTIONS(863), + [anon_sym_fn] = ACTIONS(863), + [anon_sym_for] = ACTIONS(863), + [anon_sym_gen] = ACTIONS(863), + [anon_sym_if] = ACTIONS(863), + [anon_sym_impl] = ACTIONS(863), + [anon_sym_let] = ACTIONS(863), + [anon_sym_loop] = ACTIONS(863), + [anon_sym_match] = ACTIONS(863), + [anon_sym_mod] = ACTIONS(863), + [anon_sym_pub] = ACTIONS(863), + [anon_sym_return] = ACTIONS(863), + [anon_sym_static] = ACTIONS(863), + [anon_sym_struct] = ACTIONS(863), + [anon_sym_trait] = ACTIONS(863), + [anon_sym_type] = ACTIONS(863), + [anon_sym_union] = ACTIONS(863), + [anon_sym_unsafe] = ACTIONS(863), + [anon_sym_use] = ACTIONS(863), + [anon_sym_where] = ACTIONS(863), + [anon_sym_while] = ACTIONS(863), + [sym_mutable_specifier] = ACTIONS(863), + [sym_integer_literal] = ACTIONS(865), + [aux_sym_string_literal_token1] = ACTIONS(865), + [sym_char_literal] = ACTIONS(865), + [anon_sym_true] = ACTIONS(863), + [anon_sym_false] = ACTIONS(863), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(863), + [sym_super] = ACTIONS(863), + [sym_crate] = ACTIONS(863), + [sym_metavariable] = ACTIONS(865), + [sym__raw_string_literal_start] = ACTIONS(865), + [sym_float_literal] = ACTIONS(865), + }, [STATE(137)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1591), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1577), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(137), [sym_block_comment] = STATE(137), [aux_sym_enum_variant_list_repeat1] = STATE(140), @@ -32494,7 +32598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COMMA] = ACTIONS(869), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -32529,61 +32633,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(138)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1616), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), [sym_line_comment] = STATE(138), [sym_block_comment] = STATE(138), - [aux_sym_enum_variant_list_repeat1] = STATE(213), + [aux_sym__non_special_token_repeat1] = STATE(138), + [sym_identifier] = ACTIONS(871), + [anon_sym_SEMI] = ACTIONS(873), + [anon_sym_LPAREN] = ACTIONS(876), + [anon_sym_RPAREN] = ACTIONS(876), + [anon_sym_LBRACK] = ACTIONS(876), + [anon_sym_RBRACK] = ACTIONS(876), + [anon_sym_LBRACE] = ACTIONS(876), + [anon_sym_RBRACE] = ACTIONS(876), + [anon_sym_EQ_GT] = ACTIONS(873), + [anon_sym_COLON] = ACTIONS(878), + [anon_sym_DOLLAR] = ACTIONS(871), + [anon_sym_PLUS] = ACTIONS(878), + [anon_sym_STAR] = ACTIONS(878), + [anon_sym_QMARK] = ACTIONS(873), + [anon_sym_u8] = ACTIONS(871), + [anon_sym_i8] = ACTIONS(871), + [anon_sym_u16] = ACTIONS(871), + [anon_sym_i16] = ACTIONS(871), + [anon_sym_u32] = ACTIONS(871), + [anon_sym_i32] = ACTIONS(871), + [anon_sym_u64] = ACTIONS(871), + [anon_sym_i64] = ACTIONS(871), + [anon_sym_u128] = ACTIONS(871), + [anon_sym_i128] = ACTIONS(871), + [anon_sym_isize] = ACTIONS(871), + [anon_sym_usize] = ACTIONS(871), + [anon_sym_f32] = ACTIONS(871), + [anon_sym_f64] = ACTIONS(871), + [anon_sym_bool] = ACTIONS(871), + [anon_sym_str] = ACTIONS(871), + [anon_sym_char] = ACTIONS(871), + [anon_sym_DASH] = ACTIONS(878), + [anon_sym_SLASH] = ACTIONS(878), + [anon_sym_PERCENT] = ACTIONS(878), + [anon_sym_CARET] = ACTIONS(878), + [anon_sym_BANG] = ACTIONS(878), + [anon_sym_AMP] = ACTIONS(878), + [anon_sym_PIPE] = ACTIONS(878), + [anon_sym_AMP_AMP] = ACTIONS(873), + [anon_sym_PIPE_PIPE] = ACTIONS(873), + [anon_sym_LT_LT] = ACTIONS(878), + [anon_sym_GT_GT] = ACTIONS(878), + [anon_sym_PLUS_EQ] = ACTIONS(873), + [anon_sym_DASH_EQ] = ACTIONS(873), + [anon_sym_STAR_EQ] = ACTIONS(873), + [anon_sym_SLASH_EQ] = ACTIONS(873), + [anon_sym_PERCENT_EQ] = ACTIONS(873), + [anon_sym_CARET_EQ] = ACTIONS(873), + [anon_sym_AMP_EQ] = ACTIONS(873), + [anon_sym_PIPE_EQ] = ACTIONS(873), + [anon_sym_LT_LT_EQ] = ACTIONS(873), + [anon_sym_GT_GT_EQ] = ACTIONS(873), + [anon_sym_EQ] = ACTIONS(878), + [anon_sym_EQ_EQ] = ACTIONS(873), + [anon_sym_BANG_EQ] = ACTIONS(873), + [anon_sym_GT] = ACTIONS(878), + [anon_sym_LT] = ACTIONS(878), + [anon_sym_GT_EQ] = ACTIONS(873), + [anon_sym_LT_EQ] = ACTIONS(873), + [anon_sym_AT] = ACTIONS(873), + [anon_sym__] = ACTIONS(878), + [anon_sym_DOT] = ACTIONS(878), + [anon_sym_DOT_DOT] = ACTIONS(878), + [anon_sym_DOT_DOT_DOT] = ACTIONS(873), + [anon_sym_DOT_DOT_EQ] = ACTIONS(873), + [anon_sym_COMMA] = ACTIONS(873), + [anon_sym_COLON_COLON] = ACTIONS(873), + [anon_sym_DASH_GT] = ACTIONS(873), + [anon_sym_POUND] = ACTIONS(873), + [anon_sym_SQUOTE] = ACTIONS(871), + [anon_sym_as] = ACTIONS(871), + [anon_sym_async] = ACTIONS(871), + [anon_sym_await] = ACTIONS(871), + [anon_sym_break] = ACTIONS(871), + [anon_sym_const] = ACTIONS(871), + [anon_sym_continue] = ACTIONS(871), + [anon_sym_default] = ACTIONS(871), + [anon_sym_enum] = ACTIONS(871), + [anon_sym_fn] = ACTIONS(871), + [anon_sym_for] = ACTIONS(871), + [anon_sym_gen] = ACTIONS(871), + [anon_sym_if] = ACTIONS(871), + [anon_sym_impl] = ACTIONS(871), + [anon_sym_let] = ACTIONS(871), + [anon_sym_loop] = ACTIONS(871), + [anon_sym_match] = ACTIONS(871), + [anon_sym_mod] = ACTIONS(871), + [anon_sym_pub] = ACTIONS(871), + [anon_sym_return] = ACTIONS(871), + [anon_sym_static] = ACTIONS(871), + [anon_sym_struct] = ACTIONS(871), + [anon_sym_trait] = ACTIONS(871), + [anon_sym_type] = ACTIONS(871), + [anon_sym_union] = ACTIONS(871), + [anon_sym_unsafe] = ACTIONS(871), + [anon_sym_use] = ACTIONS(871), + [anon_sym_where] = ACTIONS(871), + [anon_sym_while] = ACTIONS(871), + [sym_mutable_specifier] = ACTIONS(871), + [sym_integer_literal] = ACTIONS(876), + [aux_sym_string_literal_token1] = ACTIONS(876), + [sym_char_literal] = ACTIONS(876), + [anon_sym_true] = ACTIONS(871), + [anon_sym_false] = ACTIONS(871), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(871), + [sym_super] = ACTIONS(871), + [sym_crate] = ACTIONS(871), + [sym_metavariable] = ACTIONS(876), + [sym__raw_string_literal_start] = ACTIONS(876), + [sym_float_literal] = ACTIONS(876), + }, + [STATE(139)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1580), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(139), + [sym_block_comment] = STATE(139), + [aux_sym_enum_variant_list_repeat1] = STATE(141), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(871), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(881), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32609,9 +32830,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(873), + [anon_sym_COMMA] = ACTIONS(883), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -32645,62 +32866,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(139)] = { + [STATE(140)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1603), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(139), - [sym_block_comment] = STATE(139), - [aux_sym_enum_variant_list_repeat1] = STATE(199), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1659), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(140), + [sym_block_comment] = STATE(140), + [aux_sym_enum_variant_list_repeat1] = STATE(1013), + [sym_identifier] = ACTIONS(750), + [anon_sym_LPAREN] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(756), + [anon_sym_RBRACK] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(761), + [anon_sym_STAR] = ACTIONS(764), + [anon_sym_u8] = ACTIONS(767), + [anon_sym_i8] = ACTIONS(767), + [anon_sym_u16] = ACTIONS(767), + [anon_sym_i16] = ACTIONS(767), + [anon_sym_u32] = ACTIONS(767), + [anon_sym_i32] = ACTIONS(767), + [anon_sym_u64] = ACTIONS(767), + [anon_sym_i64] = ACTIONS(767), + [anon_sym_u128] = ACTIONS(767), + [anon_sym_i128] = ACTIONS(767), + [anon_sym_isize] = ACTIONS(767), + [anon_sym_usize] = ACTIONS(767), + [anon_sym_f32] = ACTIONS(767), + [anon_sym_f64] = ACTIONS(767), + [anon_sym_bool] = ACTIONS(767), + [anon_sym_str] = ACTIONS(767), + [anon_sym_char] = ACTIONS(767), + [anon_sym_DASH] = ACTIONS(764), + [anon_sym_BANG] = ACTIONS(764), + [anon_sym_AMP] = ACTIONS(770), + [anon_sym_PIPE] = ACTIONS(773), + [anon_sym_LT] = ACTIONS(776), + [anon_sym_DOT_DOT] = ACTIONS(779), + [anon_sym_COMMA] = ACTIONS(759), + [anon_sym_COLON_COLON] = ACTIONS(782), + [anon_sym_POUND] = ACTIONS(785), + [anon_sym_SQUOTE] = ACTIONS(788), + [anon_sym_async] = ACTIONS(791), + [anon_sym_break] = ACTIONS(794), + [anon_sym_const] = ACTIONS(797), + [anon_sym_continue] = ACTIONS(800), + [anon_sym_default] = ACTIONS(803), + [anon_sym_for] = ACTIONS(806), + [anon_sym_gen] = ACTIONS(809), + [anon_sym_if] = ACTIONS(812), + [anon_sym_loop] = ACTIONS(815), + [anon_sym_match] = ACTIONS(818), + [anon_sym_return] = ACTIONS(821), + [anon_sym_static] = ACTIONS(824), + [anon_sym_union] = ACTIONS(803), + [anon_sym_unsafe] = ACTIONS(827), + [anon_sym_while] = ACTIONS(830), + [anon_sym_yield] = ACTIONS(833), + [anon_sym_move] = ACTIONS(836), + [anon_sym_try] = ACTIONS(839), + [sym_integer_literal] = ACTIONS(842), + [aux_sym_string_literal_token1] = ACTIONS(845), + [sym_char_literal] = ACTIONS(842), + [anon_sym_true] = ACTIONS(848), + [anon_sym_false] = ACTIONS(848), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(851), + [sym_super] = ACTIONS(854), + [sym_crate] = ACTIONS(854), + [sym_metavariable] = ACTIONS(857), + [sym__raw_string_literal_start] = ACTIONS(860), + [sym_float_literal] = ACTIONS(842), + }, + [STATE(141)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1569), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(141), + [sym_block_comment] = STATE(141), + [aux_sym_enum_variant_list_repeat1] = STATE(135), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(875), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(885), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -32726,9 +33064,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(877), + [anon_sym_COMMA] = ACTIONS(887), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -32762,296 +33100,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(140)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1624), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(140), - [sym_block_comment] = STATE(140), - [aux_sym_enum_variant_list_repeat1] = STATE(1014), - [sym_identifier] = ACTIONS(744), - [anon_sym_LPAREN] = ACTIONS(747), - [anon_sym_LBRACK] = ACTIONS(750), - [anon_sym_RBRACK] = ACTIONS(753), - [anon_sym_LBRACE] = ACTIONS(755), - [anon_sym_STAR] = ACTIONS(758), - [anon_sym_u8] = ACTIONS(761), - [anon_sym_i8] = ACTIONS(761), - [anon_sym_u16] = ACTIONS(761), - [anon_sym_i16] = ACTIONS(761), - [anon_sym_u32] = ACTIONS(761), - [anon_sym_i32] = ACTIONS(761), - [anon_sym_u64] = ACTIONS(761), - [anon_sym_i64] = ACTIONS(761), - [anon_sym_u128] = ACTIONS(761), - [anon_sym_i128] = ACTIONS(761), - [anon_sym_isize] = ACTIONS(761), - [anon_sym_usize] = ACTIONS(761), - [anon_sym_f32] = ACTIONS(761), - [anon_sym_f64] = ACTIONS(761), - [anon_sym_bool] = ACTIONS(761), - [anon_sym_str] = ACTIONS(761), - [anon_sym_char] = ACTIONS(761), - [anon_sym_DASH] = ACTIONS(758), - [anon_sym_BANG] = ACTIONS(758), - [anon_sym_AMP] = ACTIONS(764), - [anon_sym_PIPE] = ACTIONS(767), - [anon_sym_LT] = ACTIONS(770), - [anon_sym_DOT_DOT] = ACTIONS(773), - [anon_sym_COMMA] = ACTIONS(753), - [anon_sym_COLON_COLON] = ACTIONS(776), - [anon_sym_POUND] = ACTIONS(779), - [anon_sym_SQUOTE] = ACTIONS(782), - [anon_sym_async] = ACTIONS(785), - [anon_sym_break] = ACTIONS(788), - [anon_sym_const] = ACTIONS(791), - [anon_sym_continue] = ACTIONS(794), - [anon_sym_default] = ACTIONS(797), - [anon_sym_for] = ACTIONS(800), - [anon_sym_gen] = ACTIONS(803), - [anon_sym_if] = ACTIONS(806), - [anon_sym_loop] = ACTIONS(809), - [anon_sym_match] = ACTIONS(812), - [anon_sym_return] = ACTIONS(815), - [anon_sym_static] = ACTIONS(818), - [anon_sym_union] = ACTIONS(797), - [anon_sym_unsafe] = ACTIONS(821), - [anon_sym_while] = ACTIONS(824), - [anon_sym_yield] = ACTIONS(827), - [anon_sym_move] = ACTIONS(830), - [anon_sym_try] = ACTIONS(833), - [sym_integer_literal] = ACTIONS(836), - [aux_sym_string_literal_token1] = ACTIONS(839), - [sym_char_literal] = ACTIONS(836), - [anon_sym_true] = ACTIONS(842), - [anon_sym_false] = ACTIONS(842), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(845), - [sym_super] = ACTIONS(848), - [sym_crate] = ACTIONS(848), - [sym_metavariable] = ACTIONS(851), - [sym__raw_string_literal_start] = ACTIONS(854), - [sym_float_literal] = ACTIONS(836), - }, - [STATE(141)] = { - [sym_line_comment] = STATE(141), - [sym_block_comment] = STATE(141), - [aux_sym__non_special_token_repeat1] = STATE(144), - [sym_identifier] = ACTIONS(879), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(881), - [anon_sym_RPAREN] = ACTIONS(881), - [anon_sym_LBRACK] = ACTIONS(881), - [anon_sym_RBRACK] = ACTIONS(881), - [anon_sym_LBRACE] = ACTIONS(881), - [anon_sym_RBRACE] = ACTIONS(881), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(577), - [anon_sym_DOLLAR] = ACTIONS(879), - [anon_sym_PLUS] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_QMARK] = ACTIONS(567), - [anon_sym_u8] = ACTIONS(879), - [anon_sym_i8] = ACTIONS(879), - [anon_sym_u16] = ACTIONS(879), - [anon_sym_i16] = ACTIONS(879), - [anon_sym_u32] = ACTIONS(879), - [anon_sym_i32] = ACTIONS(879), - [anon_sym_u64] = ACTIONS(879), - [anon_sym_i64] = ACTIONS(879), - [anon_sym_u128] = ACTIONS(879), - [anon_sym_i128] = ACTIONS(879), - [anon_sym_isize] = ACTIONS(879), - [anon_sym_usize] = ACTIONS(879), - [anon_sym_f32] = ACTIONS(879), - [anon_sym_f64] = ACTIONS(879), - [anon_sym_bool] = ACTIONS(879), - [anon_sym_str] = ACTIONS(879), - [anon_sym_char] = ACTIONS(879), - [anon_sym_DASH] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(577), - [anon_sym_CARET] = ACTIONS(577), - [anon_sym_BANG] = ACTIONS(577), - [anon_sym_AMP] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(577), - [anon_sym_PLUS_EQ] = ACTIONS(567), - [anon_sym_DASH_EQ] = ACTIONS(567), - [anon_sym_STAR_EQ] = ACTIONS(567), - [anon_sym_SLASH_EQ] = ACTIONS(567), - [anon_sym_PERCENT_EQ] = ACTIONS(567), - [anon_sym_CARET_EQ] = ACTIONS(567), - [anon_sym_AMP_EQ] = ACTIONS(567), - [anon_sym_PIPE_EQ] = ACTIONS(567), - [anon_sym_LT_LT_EQ] = ACTIONS(567), - [anon_sym_GT_GT_EQ] = ACTIONS(567), - [anon_sym_EQ] = ACTIONS(577), - [anon_sym_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ] = ACTIONS(567), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ] = ACTIONS(567), - [anon_sym_AT] = ACTIONS(567), - [anon_sym__] = ACTIONS(577), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT] = ACTIONS(577), - [anon_sym_DOT_DOT_DOT] = ACTIONS(567), - [anon_sym_DOT_DOT_EQ] = ACTIONS(567), - [anon_sym_COMMA] = ACTIONS(567), - [anon_sym_COLON_COLON] = ACTIONS(567), - [anon_sym_DASH_GT] = ACTIONS(567), - [anon_sym_POUND] = ACTIONS(567), - [anon_sym_SQUOTE] = ACTIONS(879), - [anon_sym_as] = ACTIONS(879), - [anon_sym_async] = ACTIONS(879), - [anon_sym_await] = ACTIONS(879), - [anon_sym_break] = ACTIONS(879), - [anon_sym_const] = ACTIONS(879), - [anon_sym_continue] = ACTIONS(879), - [anon_sym_default] = ACTIONS(879), - [anon_sym_enum] = ACTIONS(879), - [anon_sym_fn] = ACTIONS(879), - [anon_sym_for] = ACTIONS(879), - [anon_sym_gen] = ACTIONS(879), - [anon_sym_if] = ACTIONS(879), - [anon_sym_impl] = ACTIONS(879), - [anon_sym_let] = ACTIONS(879), - [anon_sym_loop] = ACTIONS(879), - [anon_sym_match] = ACTIONS(879), - [anon_sym_mod] = ACTIONS(879), - [anon_sym_pub] = ACTIONS(879), - [anon_sym_return] = ACTIONS(879), - [anon_sym_static] = ACTIONS(879), - [anon_sym_struct] = ACTIONS(879), - [anon_sym_trait] = ACTIONS(879), - [anon_sym_type] = ACTIONS(879), - [anon_sym_union] = ACTIONS(879), - [anon_sym_unsafe] = ACTIONS(879), - [anon_sym_use] = ACTIONS(879), - [anon_sym_where] = ACTIONS(879), - [anon_sym_while] = ACTIONS(879), - [sym_mutable_specifier] = ACTIONS(879), - [sym_integer_literal] = ACTIONS(881), - [aux_sym_string_literal_token1] = ACTIONS(881), - [sym_char_literal] = ACTIONS(881), - [anon_sym_true] = ACTIONS(879), - [anon_sym_false] = ACTIONS(879), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(879), - [sym_super] = ACTIONS(879), - [sym_crate] = ACTIONS(879), - [sym_metavariable] = ACTIONS(881), - [sym__raw_string_literal_start] = ACTIONS(881), - [sym_float_literal] = ACTIONS(881), - }, [STATE(142)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1567), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1651), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(142), [sym_block_comment] = STATE(142), - [aux_sym_enum_variant_list_repeat1] = STATE(134), + [aux_sym_enum_variant_list_repeat1] = STATE(214), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(889), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(883), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33077,9 +33181,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(885), + [anon_sym_COMMA] = ACTIONS(891), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -33115,60 +33219,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [STATE(143)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1585), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1654), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(143), [sym_block_comment] = STATE(143), - [aux_sym_enum_variant_list_repeat1] = STATE(137), + [aux_sym_enum_variant_list_repeat1] = STATE(206), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(893), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(887), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33194,9 +33298,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COMMA] = ACTIONS(889), + [anon_sym_COMMA] = ACTIONS(895), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -33233,119 +33337,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [STATE(144)] = { [sym_line_comment] = STATE(144), [sym_block_comment] = STATE(144), - [aux_sym__non_special_token_repeat1] = STATE(144), - [sym_identifier] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(893), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_RPAREN] = ACTIONS(896), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_RBRACK] = ACTIONS(896), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_EQ_GT] = ACTIONS(893), - [anon_sym_COLON] = ACTIONS(898), - [anon_sym_DOLLAR] = ACTIONS(891), - [anon_sym_PLUS] = ACTIONS(898), - [anon_sym_STAR] = ACTIONS(898), - [anon_sym_QMARK] = ACTIONS(893), - [anon_sym_u8] = ACTIONS(891), - [anon_sym_i8] = ACTIONS(891), - [anon_sym_u16] = ACTIONS(891), - [anon_sym_i16] = ACTIONS(891), - [anon_sym_u32] = ACTIONS(891), - [anon_sym_i32] = ACTIONS(891), - [anon_sym_u64] = ACTIONS(891), - [anon_sym_i64] = ACTIONS(891), - [anon_sym_u128] = ACTIONS(891), - [anon_sym_i128] = ACTIONS(891), - [anon_sym_isize] = ACTIONS(891), - [anon_sym_usize] = ACTIONS(891), - [anon_sym_f32] = ACTIONS(891), - [anon_sym_f64] = ACTIONS(891), - [anon_sym_bool] = ACTIONS(891), - [anon_sym_str] = ACTIONS(891), - [anon_sym_char] = ACTIONS(891), - [anon_sym_DASH] = ACTIONS(898), - [anon_sym_SLASH] = ACTIONS(898), - [anon_sym_PERCENT] = ACTIONS(898), - [anon_sym_CARET] = ACTIONS(898), - [anon_sym_BANG] = ACTIONS(898), - [anon_sym_AMP] = ACTIONS(898), - [anon_sym_PIPE] = ACTIONS(898), - [anon_sym_AMP_AMP] = ACTIONS(893), - [anon_sym_PIPE_PIPE] = ACTIONS(893), - [anon_sym_LT_LT] = ACTIONS(898), - [anon_sym_GT_GT] = ACTIONS(898), - [anon_sym_PLUS_EQ] = ACTIONS(893), - [anon_sym_DASH_EQ] = ACTIONS(893), - [anon_sym_STAR_EQ] = ACTIONS(893), - [anon_sym_SLASH_EQ] = ACTIONS(893), - [anon_sym_PERCENT_EQ] = ACTIONS(893), - [anon_sym_CARET_EQ] = ACTIONS(893), - [anon_sym_AMP_EQ] = ACTIONS(893), - [anon_sym_PIPE_EQ] = ACTIONS(893), - [anon_sym_LT_LT_EQ] = ACTIONS(893), - [anon_sym_GT_GT_EQ] = ACTIONS(893), - [anon_sym_EQ] = ACTIONS(898), - [anon_sym_EQ_EQ] = ACTIONS(893), - [anon_sym_BANG_EQ] = ACTIONS(893), - [anon_sym_GT] = ACTIONS(898), - [anon_sym_LT] = ACTIONS(898), - [anon_sym_GT_EQ] = ACTIONS(893), - [anon_sym_LT_EQ] = ACTIONS(893), - [anon_sym_AT] = ACTIONS(893), - [anon_sym__] = ACTIONS(898), - [anon_sym_DOT] = ACTIONS(898), - [anon_sym_DOT_DOT] = ACTIONS(898), - [anon_sym_DOT_DOT_DOT] = ACTIONS(893), - [anon_sym_DOT_DOT_EQ] = ACTIONS(893), - [anon_sym_COMMA] = ACTIONS(893), - [anon_sym_COLON_COLON] = ACTIONS(893), - [anon_sym_DASH_GT] = ACTIONS(893), - [anon_sym_POUND] = ACTIONS(893), - [anon_sym_SQUOTE] = ACTIONS(891), - [anon_sym_as] = ACTIONS(891), - [anon_sym_async] = ACTIONS(891), - [anon_sym_await] = ACTIONS(891), - [anon_sym_break] = ACTIONS(891), - [anon_sym_const] = ACTIONS(891), - [anon_sym_continue] = ACTIONS(891), - [anon_sym_default] = ACTIONS(891), - [anon_sym_enum] = ACTIONS(891), - [anon_sym_fn] = ACTIONS(891), - [anon_sym_for] = ACTIONS(891), - [anon_sym_gen] = ACTIONS(891), - [anon_sym_if] = ACTIONS(891), - [anon_sym_impl] = ACTIONS(891), - [anon_sym_let] = ACTIONS(891), - [anon_sym_loop] = ACTIONS(891), - [anon_sym_match] = ACTIONS(891), - [anon_sym_mod] = ACTIONS(891), - [anon_sym_pub] = ACTIONS(891), - [anon_sym_return] = ACTIONS(891), - [anon_sym_static] = ACTIONS(891), - [anon_sym_struct] = ACTIONS(891), - [anon_sym_trait] = ACTIONS(891), - [anon_sym_type] = ACTIONS(891), - [anon_sym_union] = ACTIONS(891), - [anon_sym_unsafe] = ACTIONS(891), - [anon_sym_use] = ACTIONS(891), - [anon_sym_where] = ACTIONS(891), - [anon_sym_while] = ACTIONS(891), - [sym_mutable_specifier] = ACTIONS(891), - [sym_integer_literal] = ACTIONS(896), - [aux_sym_string_literal_token1] = ACTIONS(896), - [sym_char_literal] = ACTIONS(896), - [anon_sym_true] = ACTIONS(891), - [anon_sym_false] = ACTIONS(891), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(891), - [sym_super] = ACTIONS(891), - [sym_crate] = ACTIONS(891), - [sym_metavariable] = ACTIONS(896), - [sym__raw_string_literal_start] = ACTIONS(896), - [sym_float_literal] = ACTIONS(896), + [aux_sym__non_special_token_repeat1] = STATE(138), + [sym_identifier] = ACTIONS(897), + [anon_sym_SEMI] = ACTIONS(567), + [anon_sym_LPAREN] = ACTIONS(899), + [anon_sym_RPAREN] = ACTIONS(899), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_RBRACK] = ACTIONS(899), + [anon_sym_LBRACE] = ACTIONS(899), + [anon_sym_RBRACE] = ACTIONS(899), + [anon_sym_EQ_GT] = ACTIONS(567), + [anon_sym_COLON] = ACTIONS(577), + [anon_sym_DOLLAR] = ACTIONS(897), + [anon_sym_PLUS] = ACTIONS(577), + [anon_sym_STAR] = ACTIONS(577), + [anon_sym_QMARK] = ACTIONS(567), + [anon_sym_u8] = ACTIONS(897), + [anon_sym_i8] = ACTIONS(897), + [anon_sym_u16] = ACTIONS(897), + [anon_sym_i16] = ACTIONS(897), + [anon_sym_u32] = ACTIONS(897), + [anon_sym_i32] = ACTIONS(897), + [anon_sym_u64] = ACTIONS(897), + [anon_sym_i64] = ACTIONS(897), + [anon_sym_u128] = ACTIONS(897), + [anon_sym_i128] = ACTIONS(897), + [anon_sym_isize] = ACTIONS(897), + [anon_sym_usize] = ACTIONS(897), + [anon_sym_f32] = ACTIONS(897), + [anon_sym_f64] = ACTIONS(897), + [anon_sym_bool] = ACTIONS(897), + [anon_sym_str] = ACTIONS(897), + [anon_sym_char] = ACTIONS(897), + [anon_sym_DASH] = ACTIONS(577), + [anon_sym_SLASH] = ACTIONS(577), + [anon_sym_PERCENT] = ACTIONS(577), + [anon_sym_CARET] = ACTIONS(577), + [anon_sym_BANG] = ACTIONS(577), + [anon_sym_AMP] = ACTIONS(577), + [anon_sym_PIPE] = ACTIONS(577), + [anon_sym_AMP_AMP] = ACTIONS(567), + [anon_sym_PIPE_PIPE] = ACTIONS(567), + [anon_sym_LT_LT] = ACTIONS(577), + [anon_sym_GT_GT] = ACTIONS(577), + [anon_sym_PLUS_EQ] = ACTIONS(567), + [anon_sym_DASH_EQ] = ACTIONS(567), + [anon_sym_STAR_EQ] = ACTIONS(567), + [anon_sym_SLASH_EQ] = ACTIONS(567), + [anon_sym_PERCENT_EQ] = ACTIONS(567), + [anon_sym_CARET_EQ] = ACTIONS(567), + [anon_sym_AMP_EQ] = ACTIONS(567), + [anon_sym_PIPE_EQ] = ACTIONS(567), + [anon_sym_LT_LT_EQ] = ACTIONS(567), + [anon_sym_GT_GT_EQ] = ACTIONS(567), + [anon_sym_EQ] = ACTIONS(577), + [anon_sym_EQ_EQ] = ACTIONS(567), + [anon_sym_BANG_EQ] = ACTIONS(567), + [anon_sym_GT] = ACTIONS(577), + [anon_sym_LT] = ACTIONS(577), + [anon_sym_GT_EQ] = ACTIONS(567), + [anon_sym_LT_EQ] = ACTIONS(567), + [anon_sym_AT] = ACTIONS(567), + [anon_sym__] = ACTIONS(577), + [anon_sym_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT] = ACTIONS(577), + [anon_sym_DOT_DOT_DOT] = ACTIONS(567), + [anon_sym_DOT_DOT_EQ] = ACTIONS(567), + [anon_sym_COMMA] = ACTIONS(567), + [anon_sym_COLON_COLON] = ACTIONS(567), + [anon_sym_DASH_GT] = ACTIONS(567), + [anon_sym_POUND] = ACTIONS(567), + [anon_sym_SQUOTE] = ACTIONS(897), + [anon_sym_as] = ACTIONS(897), + [anon_sym_async] = ACTIONS(897), + [anon_sym_await] = ACTIONS(897), + [anon_sym_break] = ACTIONS(897), + [anon_sym_const] = ACTIONS(897), + [anon_sym_continue] = ACTIONS(897), + [anon_sym_default] = ACTIONS(897), + [anon_sym_enum] = ACTIONS(897), + [anon_sym_fn] = ACTIONS(897), + [anon_sym_for] = ACTIONS(897), + [anon_sym_gen] = ACTIONS(897), + [anon_sym_if] = ACTIONS(897), + [anon_sym_impl] = ACTIONS(897), + [anon_sym_let] = ACTIONS(897), + [anon_sym_loop] = ACTIONS(897), + [anon_sym_match] = ACTIONS(897), + [anon_sym_mod] = ACTIONS(897), + [anon_sym_pub] = ACTIONS(897), + [anon_sym_return] = ACTIONS(897), + [anon_sym_static] = ACTIONS(897), + [anon_sym_struct] = ACTIONS(897), + [anon_sym_trait] = ACTIONS(897), + [anon_sym_type] = ACTIONS(897), + [anon_sym_union] = ACTIONS(897), + [anon_sym_unsafe] = ACTIONS(897), + [anon_sym_use] = ACTIONS(897), + [anon_sym_where] = ACTIONS(897), + [anon_sym_while] = ACTIONS(897), + [sym_mutable_specifier] = ACTIONS(897), + [sym_integer_literal] = ACTIONS(899), + [aux_sym_string_literal_token1] = ACTIONS(899), + [sym_char_literal] = ACTIONS(899), + [anon_sym_true] = ACTIONS(897), + [anon_sym_false] = ACTIONS(897), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(897), + [sym_super] = ACTIONS(897), + [sym_crate] = ACTIONS(897), + [sym_metavariable] = ACTIONS(899), + [sym__raw_string_literal_start] = ACTIONS(899), + [sym_float_literal] = ACTIONS(899), }, [STATE(145)] = { [sym_line_comment] = STATE(145), @@ -33464,61 +33568,1105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(903), }, [STATE(146)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), [sym_line_comment] = STATE(146), [sym_block_comment] = STATE(146), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(905), + [anon_sym_SEMI] = ACTIONS(907), + [anon_sym_LPAREN] = ACTIONS(907), + [anon_sym_RPAREN] = ACTIONS(907), + [anon_sym_LBRACK] = ACTIONS(907), + [anon_sym_RBRACK] = ACTIONS(907), + [anon_sym_LBRACE] = ACTIONS(907), + [anon_sym_RBRACE] = ACTIONS(907), + [anon_sym_EQ_GT] = ACTIONS(907), + [anon_sym_COLON] = ACTIONS(905), + [anon_sym_DOLLAR] = ACTIONS(905), + [anon_sym_PLUS] = ACTIONS(905), + [anon_sym_STAR] = ACTIONS(905), + [anon_sym_QMARK] = ACTIONS(907), + [anon_sym_u8] = ACTIONS(905), + [anon_sym_i8] = ACTIONS(905), + [anon_sym_u16] = ACTIONS(905), + [anon_sym_i16] = ACTIONS(905), + [anon_sym_u32] = ACTIONS(905), + [anon_sym_i32] = ACTIONS(905), + [anon_sym_u64] = ACTIONS(905), + [anon_sym_i64] = ACTIONS(905), + [anon_sym_u128] = ACTIONS(905), + [anon_sym_i128] = ACTIONS(905), + [anon_sym_isize] = ACTIONS(905), + [anon_sym_usize] = ACTIONS(905), + [anon_sym_f32] = ACTIONS(905), + [anon_sym_f64] = ACTIONS(905), + [anon_sym_bool] = ACTIONS(905), + [anon_sym_str] = ACTIONS(905), + [anon_sym_char] = ACTIONS(905), + [anon_sym_DASH] = ACTIONS(905), + [anon_sym_SLASH] = ACTIONS(905), + [anon_sym_PERCENT] = ACTIONS(905), + [anon_sym_CARET] = ACTIONS(905), + [anon_sym_BANG] = ACTIONS(905), + [anon_sym_AMP] = ACTIONS(905), + [anon_sym_PIPE] = ACTIONS(905), + [anon_sym_AMP_AMP] = ACTIONS(907), + [anon_sym_PIPE_PIPE] = ACTIONS(907), + [anon_sym_LT_LT] = ACTIONS(905), + [anon_sym_GT_GT] = ACTIONS(905), + [anon_sym_PLUS_EQ] = ACTIONS(907), + [anon_sym_DASH_EQ] = ACTIONS(907), + [anon_sym_STAR_EQ] = ACTIONS(907), + [anon_sym_SLASH_EQ] = ACTIONS(907), + [anon_sym_PERCENT_EQ] = ACTIONS(907), + [anon_sym_CARET_EQ] = ACTIONS(907), + [anon_sym_AMP_EQ] = ACTIONS(907), + [anon_sym_PIPE_EQ] = ACTIONS(907), + [anon_sym_LT_LT_EQ] = ACTIONS(907), + [anon_sym_GT_GT_EQ] = ACTIONS(907), + [anon_sym_EQ] = ACTIONS(905), + [anon_sym_EQ_EQ] = ACTIONS(907), + [anon_sym_BANG_EQ] = ACTIONS(907), + [anon_sym_GT] = ACTIONS(905), + [anon_sym_LT] = ACTIONS(905), + [anon_sym_GT_EQ] = ACTIONS(907), + [anon_sym_LT_EQ] = ACTIONS(907), + [anon_sym_AT] = ACTIONS(907), + [anon_sym__] = ACTIONS(905), + [anon_sym_DOT] = ACTIONS(905), + [anon_sym_DOT_DOT] = ACTIONS(905), + [anon_sym_DOT_DOT_DOT] = ACTIONS(907), + [anon_sym_DOT_DOT_EQ] = ACTIONS(907), + [anon_sym_COMMA] = ACTIONS(907), + [anon_sym_COLON_COLON] = ACTIONS(907), + [anon_sym_DASH_GT] = ACTIONS(907), + [anon_sym_POUND] = ACTIONS(907), + [anon_sym_SQUOTE] = ACTIONS(905), + [anon_sym_as] = ACTIONS(905), + [anon_sym_async] = ACTIONS(905), + [anon_sym_await] = ACTIONS(905), + [anon_sym_break] = ACTIONS(905), + [anon_sym_const] = ACTIONS(905), + [anon_sym_continue] = ACTIONS(905), + [anon_sym_default] = ACTIONS(905), + [anon_sym_enum] = ACTIONS(905), + [anon_sym_fn] = ACTIONS(905), + [anon_sym_for] = ACTIONS(905), + [anon_sym_gen] = ACTIONS(905), + [anon_sym_if] = ACTIONS(905), + [anon_sym_impl] = ACTIONS(905), + [anon_sym_let] = ACTIONS(905), + [anon_sym_loop] = ACTIONS(905), + [anon_sym_match] = ACTIONS(905), + [anon_sym_mod] = ACTIONS(905), + [anon_sym_pub] = ACTIONS(905), + [anon_sym_return] = ACTIONS(905), + [anon_sym_static] = ACTIONS(905), + [anon_sym_struct] = ACTIONS(905), + [anon_sym_trait] = ACTIONS(905), + [anon_sym_type] = ACTIONS(905), + [anon_sym_union] = ACTIONS(905), + [anon_sym_unsafe] = ACTIONS(905), + [anon_sym_use] = ACTIONS(905), + [anon_sym_where] = ACTIONS(905), + [anon_sym_while] = ACTIONS(905), + [sym_mutable_specifier] = ACTIONS(905), + [sym_integer_literal] = ACTIONS(907), + [aux_sym_string_literal_token1] = ACTIONS(907), + [sym_char_literal] = ACTIONS(907), + [anon_sym_true] = ACTIONS(905), + [anon_sym_false] = ACTIONS(905), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(905), + [sym_super] = ACTIONS(905), + [sym_crate] = ACTIONS(905), + [sym_metavariable] = ACTIONS(907), + [sym__raw_string_literal_start] = ACTIONS(907), + [sym_float_literal] = ACTIONS(907), + }, + [STATE(147)] = { + [sym_line_comment] = STATE(147), + [sym_block_comment] = STATE(147), + [sym_identifier] = ACTIONS(909), + [anon_sym_SEMI] = ACTIONS(911), + [anon_sym_LPAREN] = ACTIONS(911), + [anon_sym_RPAREN] = ACTIONS(911), + [anon_sym_LBRACK] = ACTIONS(911), + [anon_sym_RBRACK] = ACTIONS(911), + [anon_sym_LBRACE] = ACTIONS(911), + [anon_sym_RBRACE] = ACTIONS(911), + [anon_sym_EQ_GT] = ACTIONS(911), + [anon_sym_COLON] = ACTIONS(909), + [anon_sym_DOLLAR] = ACTIONS(909), + [anon_sym_PLUS] = ACTIONS(909), + [anon_sym_STAR] = ACTIONS(909), + [anon_sym_QMARK] = ACTIONS(911), + [anon_sym_u8] = ACTIONS(909), + [anon_sym_i8] = ACTIONS(909), + [anon_sym_u16] = ACTIONS(909), + [anon_sym_i16] = ACTIONS(909), + [anon_sym_u32] = ACTIONS(909), + [anon_sym_i32] = ACTIONS(909), + [anon_sym_u64] = ACTIONS(909), + [anon_sym_i64] = ACTIONS(909), + [anon_sym_u128] = ACTIONS(909), + [anon_sym_i128] = ACTIONS(909), + [anon_sym_isize] = ACTIONS(909), + [anon_sym_usize] = ACTIONS(909), + [anon_sym_f32] = ACTIONS(909), + [anon_sym_f64] = ACTIONS(909), + [anon_sym_bool] = ACTIONS(909), + [anon_sym_str] = ACTIONS(909), + [anon_sym_char] = ACTIONS(909), + [anon_sym_DASH] = ACTIONS(909), + [anon_sym_SLASH] = ACTIONS(909), + [anon_sym_PERCENT] = ACTIONS(909), + [anon_sym_CARET] = ACTIONS(909), + [anon_sym_BANG] = ACTIONS(909), + [anon_sym_AMP] = ACTIONS(909), + [anon_sym_PIPE] = ACTIONS(909), + [anon_sym_AMP_AMP] = ACTIONS(911), + [anon_sym_PIPE_PIPE] = ACTIONS(911), + [anon_sym_LT_LT] = ACTIONS(909), + [anon_sym_GT_GT] = ACTIONS(909), + [anon_sym_PLUS_EQ] = ACTIONS(911), + [anon_sym_DASH_EQ] = ACTIONS(911), + [anon_sym_STAR_EQ] = ACTIONS(911), + [anon_sym_SLASH_EQ] = ACTIONS(911), + [anon_sym_PERCENT_EQ] = ACTIONS(911), + [anon_sym_CARET_EQ] = ACTIONS(911), + [anon_sym_AMP_EQ] = ACTIONS(911), + [anon_sym_PIPE_EQ] = ACTIONS(911), + [anon_sym_LT_LT_EQ] = ACTIONS(911), + [anon_sym_GT_GT_EQ] = ACTIONS(911), + [anon_sym_EQ] = ACTIONS(909), + [anon_sym_EQ_EQ] = ACTIONS(911), + [anon_sym_BANG_EQ] = ACTIONS(911), + [anon_sym_GT] = ACTIONS(909), + [anon_sym_LT] = ACTIONS(909), + [anon_sym_GT_EQ] = ACTIONS(911), + [anon_sym_LT_EQ] = ACTIONS(911), + [anon_sym_AT] = ACTIONS(911), + [anon_sym__] = ACTIONS(909), + [anon_sym_DOT] = ACTIONS(909), + [anon_sym_DOT_DOT] = ACTIONS(909), + [anon_sym_DOT_DOT_DOT] = ACTIONS(911), + [anon_sym_DOT_DOT_EQ] = ACTIONS(911), + [anon_sym_COMMA] = ACTIONS(911), + [anon_sym_COLON_COLON] = ACTIONS(911), + [anon_sym_DASH_GT] = ACTIONS(911), + [anon_sym_POUND] = ACTIONS(911), + [anon_sym_SQUOTE] = ACTIONS(909), + [anon_sym_as] = ACTIONS(909), + [anon_sym_async] = ACTIONS(909), + [anon_sym_await] = ACTIONS(909), + [anon_sym_break] = ACTIONS(909), + [anon_sym_const] = ACTIONS(909), + [anon_sym_continue] = ACTIONS(909), + [anon_sym_default] = ACTIONS(909), + [anon_sym_enum] = ACTIONS(909), + [anon_sym_fn] = ACTIONS(909), + [anon_sym_for] = ACTIONS(909), + [anon_sym_gen] = ACTIONS(909), + [anon_sym_if] = ACTIONS(909), + [anon_sym_impl] = ACTIONS(909), + [anon_sym_let] = ACTIONS(909), + [anon_sym_loop] = ACTIONS(909), + [anon_sym_match] = ACTIONS(909), + [anon_sym_mod] = ACTIONS(909), + [anon_sym_pub] = ACTIONS(909), + [anon_sym_return] = ACTIONS(909), + [anon_sym_static] = ACTIONS(909), + [anon_sym_struct] = ACTIONS(909), + [anon_sym_trait] = ACTIONS(909), + [anon_sym_type] = ACTIONS(909), + [anon_sym_union] = ACTIONS(909), + [anon_sym_unsafe] = ACTIONS(909), + [anon_sym_use] = ACTIONS(909), + [anon_sym_where] = ACTIONS(909), + [anon_sym_while] = ACTIONS(909), + [sym_mutable_specifier] = ACTIONS(909), + [sym_integer_literal] = ACTIONS(911), + [aux_sym_string_literal_token1] = ACTIONS(911), + [sym_char_literal] = ACTIONS(911), + [anon_sym_true] = ACTIONS(909), + [anon_sym_false] = ACTIONS(909), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(909), + [sym_super] = ACTIONS(909), + [sym_crate] = ACTIONS(909), + [sym_metavariable] = ACTIONS(911), + [sym__raw_string_literal_start] = ACTIONS(911), + [sym_float_literal] = ACTIONS(911), + }, + [STATE(148)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(148), + [sym_block_comment] = STATE(148), + [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(913), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(748), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(149)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1800), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(149), + [sym_block_comment] = STATE(149), + [aux_sym_enum_variant_list_repeat1] = STATE(205), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(915), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(748), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(150)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1778), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(150), + [sym_block_comment] = STATE(150), + [aux_sym_enum_variant_list_repeat1] = STATE(198), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(917), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(748), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(151)] = { + [sym_line_comment] = STATE(151), + [sym_block_comment] = STATE(151), + [sym_identifier] = ACTIONS(919), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LPAREN] = ACTIONS(921), + [anon_sym_RPAREN] = ACTIONS(921), + [anon_sym_LBRACK] = ACTIONS(921), + [anon_sym_RBRACK] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_RBRACE] = ACTIONS(921), + [anon_sym_EQ_GT] = ACTIONS(921), + [anon_sym_COLON] = ACTIONS(919), + [anon_sym_DOLLAR] = ACTIONS(919), + [anon_sym_PLUS] = ACTIONS(919), + [anon_sym_STAR] = ACTIONS(919), + [anon_sym_QMARK] = ACTIONS(921), + [anon_sym_u8] = ACTIONS(919), + [anon_sym_i8] = ACTIONS(919), + [anon_sym_u16] = ACTIONS(919), + [anon_sym_i16] = ACTIONS(919), + [anon_sym_u32] = ACTIONS(919), + [anon_sym_i32] = ACTIONS(919), + [anon_sym_u64] = ACTIONS(919), + [anon_sym_i64] = ACTIONS(919), + [anon_sym_u128] = ACTIONS(919), + [anon_sym_i128] = ACTIONS(919), + [anon_sym_isize] = ACTIONS(919), + [anon_sym_usize] = ACTIONS(919), + [anon_sym_f32] = ACTIONS(919), + [anon_sym_f64] = ACTIONS(919), + [anon_sym_bool] = ACTIONS(919), + [anon_sym_str] = ACTIONS(919), + [anon_sym_char] = ACTIONS(919), + [anon_sym_DASH] = ACTIONS(919), + [anon_sym_SLASH] = ACTIONS(919), + [anon_sym_PERCENT] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(919), + [anon_sym_BANG] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_AMP_AMP] = ACTIONS(921), + [anon_sym_PIPE_PIPE] = ACTIONS(921), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_PLUS_EQ] = ACTIONS(921), + [anon_sym_DASH_EQ] = ACTIONS(921), + [anon_sym_STAR_EQ] = ACTIONS(921), + [anon_sym_SLASH_EQ] = ACTIONS(921), + [anon_sym_PERCENT_EQ] = ACTIONS(921), + [anon_sym_CARET_EQ] = ACTIONS(921), + [anon_sym_AMP_EQ] = ACTIONS(921), + [anon_sym_PIPE_EQ] = ACTIONS(921), + [anon_sym_LT_LT_EQ] = ACTIONS(921), + [anon_sym_GT_GT_EQ] = ACTIONS(921), + [anon_sym_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ] = ACTIONS(921), + [anon_sym_BANG_EQ] = ACTIONS(921), + [anon_sym_GT] = ACTIONS(919), + [anon_sym_LT] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(921), + [anon_sym_LT_EQ] = ACTIONS(921), + [anon_sym_AT] = ACTIONS(921), + [anon_sym__] = ACTIONS(919), + [anon_sym_DOT] = ACTIONS(919), + [anon_sym_DOT_DOT] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_EQ] = ACTIONS(921), + [anon_sym_COMMA] = ACTIONS(921), + [anon_sym_COLON_COLON] = ACTIONS(921), + [anon_sym_DASH_GT] = ACTIONS(921), + [anon_sym_POUND] = ACTIONS(921), + [anon_sym_SQUOTE] = ACTIONS(919), + [anon_sym_as] = ACTIONS(919), + [anon_sym_async] = ACTIONS(919), + [anon_sym_await] = ACTIONS(919), + [anon_sym_break] = ACTIONS(919), + [anon_sym_const] = ACTIONS(919), + [anon_sym_continue] = ACTIONS(919), + [anon_sym_default] = ACTIONS(919), + [anon_sym_enum] = ACTIONS(919), + [anon_sym_fn] = ACTIONS(919), + [anon_sym_for] = ACTIONS(919), + [anon_sym_gen] = ACTIONS(919), + [anon_sym_if] = ACTIONS(919), + [anon_sym_impl] = ACTIONS(919), + [anon_sym_let] = ACTIONS(919), + [anon_sym_loop] = ACTIONS(919), + [anon_sym_match] = ACTIONS(919), + [anon_sym_mod] = ACTIONS(919), + [anon_sym_pub] = ACTIONS(919), + [anon_sym_return] = ACTIONS(919), + [anon_sym_static] = ACTIONS(919), + [anon_sym_struct] = ACTIONS(919), + [anon_sym_trait] = ACTIONS(919), + [anon_sym_type] = ACTIONS(919), + [anon_sym_union] = ACTIONS(919), + [anon_sym_unsafe] = ACTIONS(919), + [anon_sym_use] = ACTIONS(919), + [anon_sym_where] = ACTIONS(919), + [anon_sym_while] = ACTIONS(919), + [sym_mutable_specifier] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(921), + [aux_sym_string_literal_token1] = ACTIONS(921), + [sym_char_literal] = ACTIONS(921), + [anon_sym_true] = ACTIONS(919), + [anon_sym_false] = ACTIONS(919), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(919), + [sym_super] = ACTIONS(919), + [sym_crate] = ACTIONS(919), + [sym_metavariable] = ACTIONS(921), + [sym__raw_string_literal_start] = ACTIONS(921), + [sym_float_literal] = ACTIONS(921), + }, + [STATE(152)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(152), + [sym_block_comment] = STATE(152), + [aux_sym_enum_variant_list_repeat1] = STATE(207), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(748), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(153)] = { + [sym_line_comment] = STATE(153), + [sym_block_comment] = STATE(153), + [aux_sym__non_special_token_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(694), + [anon_sym_LPAREN] = ACTIONS(927), + [anon_sym_RPAREN] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(927), + [anon_sym_RBRACK] = ACTIONS(927), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_RBRACE] = ACTIONS(927), + [anon_sym_EQ_GT] = ACTIONS(694), + [anon_sym_COLON] = ACTIONS(704), + [anon_sym_DOLLAR] = ACTIONS(927), + [anon_sym_PLUS] = ACTIONS(704), + [anon_sym_STAR] = ACTIONS(704), + [anon_sym_QMARK] = ACTIONS(694), + [anon_sym_u8] = ACTIONS(925), + [anon_sym_i8] = ACTIONS(925), + [anon_sym_u16] = ACTIONS(925), + [anon_sym_i16] = ACTIONS(925), + [anon_sym_u32] = ACTIONS(925), + [anon_sym_i32] = ACTIONS(925), + [anon_sym_u64] = ACTIONS(925), + [anon_sym_i64] = ACTIONS(925), + [anon_sym_u128] = ACTIONS(925), + [anon_sym_i128] = ACTIONS(925), + [anon_sym_isize] = ACTIONS(925), + [anon_sym_usize] = ACTIONS(925), + [anon_sym_f32] = ACTIONS(925), + [anon_sym_f64] = ACTIONS(925), + [anon_sym_bool] = ACTIONS(925), + [anon_sym_str] = ACTIONS(925), + [anon_sym_char] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(704), + [anon_sym_SLASH] = ACTIONS(704), + [anon_sym_PERCENT] = ACTIONS(704), + [anon_sym_CARET] = ACTIONS(704), + [anon_sym_BANG] = ACTIONS(704), + [anon_sym_AMP] = ACTIONS(704), + [anon_sym_PIPE] = ACTIONS(704), + [anon_sym_AMP_AMP] = ACTIONS(694), + [anon_sym_PIPE_PIPE] = ACTIONS(694), + [anon_sym_LT_LT] = ACTIONS(704), + [anon_sym_GT_GT] = ACTIONS(704), + [anon_sym_PLUS_EQ] = ACTIONS(694), + [anon_sym_DASH_EQ] = ACTIONS(694), + [anon_sym_STAR_EQ] = ACTIONS(694), + [anon_sym_SLASH_EQ] = ACTIONS(694), + [anon_sym_PERCENT_EQ] = ACTIONS(694), + [anon_sym_CARET_EQ] = ACTIONS(694), + [anon_sym_AMP_EQ] = ACTIONS(694), + [anon_sym_PIPE_EQ] = ACTIONS(694), + [anon_sym_LT_LT_EQ] = ACTIONS(694), + [anon_sym_GT_GT_EQ] = ACTIONS(694), + [anon_sym_EQ] = ACTIONS(704), + [anon_sym_EQ_EQ] = ACTIONS(694), + [anon_sym_BANG_EQ] = ACTIONS(694), + [anon_sym_GT] = ACTIONS(704), + [anon_sym_LT] = ACTIONS(704), + [anon_sym_GT_EQ] = ACTIONS(694), + [anon_sym_LT_EQ] = ACTIONS(694), + [anon_sym_AT] = ACTIONS(694), + [anon_sym__] = ACTIONS(704), + [anon_sym_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT] = ACTIONS(704), + [anon_sym_DOT_DOT_DOT] = ACTIONS(694), + [anon_sym_DOT_DOT_EQ] = ACTIONS(694), + [anon_sym_COMMA] = ACTIONS(694), + [anon_sym_COLON_COLON] = ACTIONS(694), + [anon_sym_DASH_GT] = ACTIONS(694), + [anon_sym_POUND] = ACTIONS(694), + [anon_sym_SQUOTE] = ACTIONS(925), + [anon_sym_as] = ACTIONS(925), + [anon_sym_async] = ACTIONS(925), + [anon_sym_await] = ACTIONS(925), + [anon_sym_break] = ACTIONS(925), + [anon_sym_const] = ACTIONS(925), + [anon_sym_continue] = ACTIONS(925), + [anon_sym_default] = ACTIONS(925), + [anon_sym_enum] = ACTIONS(925), + [anon_sym_fn] = ACTIONS(925), + [anon_sym_for] = ACTIONS(925), + [anon_sym_gen] = ACTIONS(925), + [anon_sym_if] = ACTIONS(925), + [anon_sym_impl] = ACTIONS(925), + [anon_sym_let] = ACTIONS(925), + [anon_sym_loop] = ACTIONS(925), + [anon_sym_match] = ACTIONS(925), + [anon_sym_mod] = ACTIONS(925), + [anon_sym_pub] = ACTIONS(925), + [anon_sym_return] = ACTIONS(925), + [anon_sym_static] = ACTIONS(925), + [anon_sym_struct] = ACTIONS(925), + [anon_sym_trait] = ACTIONS(925), + [anon_sym_type] = ACTIONS(925), + [anon_sym_union] = ACTIONS(925), + [anon_sym_unsafe] = ACTIONS(925), + [anon_sym_use] = ACTIONS(925), + [anon_sym_where] = ACTIONS(925), + [anon_sym_while] = ACTIONS(925), + [sym_mutable_specifier] = ACTIONS(925), + [sym_integer_literal] = ACTIONS(927), + [aux_sym_string_literal_token1] = ACTIONS(927), + [sym_char_literal] = ACTIONS(927), + [anon_sym_true] = ACTIONS(925), + [anon_sym_false] = ACTIONS(925), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(925), + [sym_super] = ACTIONS(925), + [sym_crate] = ACTIONS(925), + [sym__raw_string_literal_start] = ACTIONS(927), + [sym_float_literal] = ACTIONS(927), + }, + [STATE(154)] = { + [sym_line_comment] = STATE(154), + [sym_block_comment] = STATE(154), + [sym_identifier] = ACTIONS(929), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym_LPAREN] = ACTIONS(931), + [anon_sym_RPAREN] = ACTIONS(931), + [anon_sym_LBRACK] = ACTIONS(931), + [anon_sym_RBRACK] = ACTIONS(931), + [anon_sym_LBRACE] = ACTIONS(931), + [anon_sym_RBRACE] = ACTIONS(931), + [anon_sym_EQ_GT] = ACTIONS(931), + [anon_sym_COLON] = ACTIONS(929), + [anon_sym_DOLLAR] = ACTIONS(929), + [anon_sym_PLUS] = ACTIONS(929), + [anon_sym_STAR] = ACTIONS(929), + [anon_sym_QMARK] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(929), + [anon_sym_i8] = ACTIONS(929), + [anon_sym_u16] = ACTIONS(929), + [anon_sym_i16] = ACTIONS(929), + [anon_sym_u32] = ACTIONS(929), + [anon_sym_i32] = ACTIONS(929), + [anon_sym_u64] = ACTIONS(929), + [anon_sym_i64] = ACTIONS(929), + [anon_sym_u128] = ACTIONS(929), + [anon_sym_i128] = ACTIONS(929), + [anon_sym_isize] = ACTIONS(929), + [anon_sym_usize] = ACTIONS(929), + [anon_sym_f32] = ACTIONS(929), + [anon_sym_f64] = ACTIONS(929), + [anon_sym_bool] = ACTIONS(929), + [anon_sym_str] = ACTIONS(929), + [anon_sym_char] = ACTIONS(929), + [anon_sym_DASH] = ACTIONS(929), + [anon_sym_SLASH] = ACTIONS(929), + [anon_sym_PERCENT] = ACTIONS(929), + [anon_sym_CARET] = ACTIONS(929), + [anon_sym_BANG] = ACTIONS(929), + [anon_sym_AMP] = ACTIONS(929), + [anon_sym_PIPE] = ACTIONS(929), + [anon_sym_AMP_AMP] = ACTIONS(931), + [anon_sym_PIPE_PIPE] = ACTIONS(931), + [anon_sym_LT_LT] = ACTIONS(929), + [anon_sym_GT_GT] = ACTIONS(929), + [anon_sym_PLUS_EQ] = ACTIONS(931), + [anon_sym_DASH_EQ] = ACTIONS(931), + [anon_sym_STAR_EQ] = ACTIONS(931), + [anon_sym_SLASH_EQ] = ACTIONS(931), + [anon_sym_PERCENT_EQ] = ACTIONS(931), + [anon_sym_CARET_EQ] = ACTIONS(931), + [anon_sym_AMP_EQ] = ACTIONS(931), + [anon_sym_PIPE_EQ] = ACTIONS(931), + [anon_sym_LT_LT_EQ] = ACTIONS(931), + [anon_sym_GT_GT_EQ] = ACTIONS(931), + [anon_sym_EQ] = ACTIONS(929), + [anon_sym_EQ_EQ] = ACTIONS(931), + [anon_sym_BANG_EQ] = ACTIONS(931), + [anon_sym_GT] = ACTIONS(929), + [anon_sym_LT] = ACTIONS(929), + [anon_sym_GT_EQ] = ACTIONS(931), + [anon_sym_LT_EQ] = ACTIONS(931), + [anon_sym_AT] = ACTIONS(931), + [anon_sym__] = ACTIONS(929), + [anon_sym_DOT] = ACTIONS(929), + [anon_sym_DOT_DOT] = ACTIONS(929), + [anon_sym_DOT_DOT_DOT] = ACTIONS(931), + [anon_sym_DOT_DOT_EQ] = ACTIONS(931), + [anon_sym_COMMA] = ACTIONS(931), + [anon_sym_COLON_COLON] = ACTIONS(931), + [anon_sym_DASH_GT] = ACTIONS(931), + [anon_sym_POUND] = ACTIONS(931), + [anon_sym_SQUOTE] = ACTIONS(929), + [anon_sym_as] = ACTIONS(929), + [anon_sym_async] = ACTIONS(929), + [anon_sym_await] = ACTIONS(929), + [anon_sym_break] = ACTIONS(929), + [anon_sym_const] = ACTIONS(929), + [anon_sym_continue] = ACTIONS(929), + [anon_sym_default] = ACTIONS(929), + [anon_sym_enum] = ACTIONS(929), + [anon_sym_fn] = ACTIONS(929), + [anon_sym_for] = ACTIONS(929), + [anon_sym_gen] = ACTIONS(929), + [anon_sym_if] = ACTIONS(929), + [anon_sym_impl] = ACTIONS(929), + [anon_sym_let] = ACTIONS(929), + [anon_sym_loop] = ACTIONS(929), + [anon_sym_match] = ACTIONS(929), + [anon_sym_mod] = ACTIONS(929), + [anon_sym_pub] = ACTIONS(929), + [anon_sym_return] = ACTIONS(929), + [anon_sym_static] = ACTIONS(929), + [anon_sym_struct] = ACTIONS(929), + [anon_sym_trait] = ACTIONS(929), + [anon_sym_type] = ACTIONS(929), + [anon_sym_union] = ACTIONS(929), + [anon_sym_unsafe] = ACTIONS(929), + [anon_sym_use] = ACTIONS(929), + [anon_sym_where] = ACTIONS(929), + [anon_sym_while] = ACTIONS(929), + [sym_mutable_specifier] = ACTIONS(929), + [sym_integer_literal] = ACTIONS(931), + [aux_sym_string_literal_token1] = ACTIONS(931), + [sym_char_literal] = ACTIONS(931), + [anon_sym_true] = ACTIONS(929), + [anon_sym_false] = ACTIONS(929), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(929), + [sym_super] = ACTIONS(929), + [sym_crate] = ACTIONS(929), + [sym_metavariable] = ACTIONS(931), + [sym__raw_string_literal_start] = ACTIONS(931), + [sym_float_literal] = ACTIONS(931), + }, + [STATE(155)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(155), + [sym_block_comment] = STATE(155), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(905), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(933), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -33545,7 +34693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -33579,705 +34727,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(147)] = { - [sym_line_comment] = STATE(147), - [sym_block_comment] = STATE(147), - [sym_identifier] = ACTIONS(907), - [anon_sym_SEMI] = ACTIONS(909), - [anon_sym_LPAREN] = ACTIONS(909), - [anon_sym_RPAREN] = ACTIONS(909), - [anon_sym_LBRACK] = ACTIONS(909), - [anon_sym_RBRACK] = ACTIONS(909), - [anon_sym_LBRACE] = ACTIONS(909), - [anon_sym_RBRACE] = ACTIONS(909), - [anon_sym_EQ_GT] = ACTIONS(909), - [anon_sym_COLON] = ACTIONS(907), - [anon_sym_DOLLAR] = ACTIONS(907), - [anon_sym_PLUS] = ACTIONS(907), - [anon_sym_STAR] = ACTIONS(907), - [anon_sym_QMARK] = ACTIONS(909), - [anon_sym_u8] = ACTIONS(907), - [anon_sym_i8] = ACTIONS(907), - [anon_sym_u16] = ACTIONS(907), - [anon_sym_i16] = ACTIONS(907), - [anon_sym_u32] = ACTIONS(907), - [anon_sym_i32] = ACTIONS(907), - [anon_sym_u64] = ACTIONS(907), - [anon_sym_i64] = ACTIONS(907), - [anon_sym_u128] = ACTIONS(907), - [anon_sym_i128] = ACTIONS(907), - [anon_sym_isize] = ACTIONS(907), - [anon_sym_usize] = ACTIONS(907), - [anon_sym_f32] = ACTIONS(907), - [anon_sym_f64] = ACTIONS(907), - [anon_sym_bool] = ACTIONS(907), - [anon_sym_str] = ACTIONS(907), - [anon_sym_char] = ACTIONS(907), - [anon_sym_DASH] = ACTIONS(907), - [anon_sym_SLASH] = ACTIONS(907), - [anon_sym_PERCENT] = ACTIONS(907), - [anon_sym_CARET] = ACTIONS(907), - [anon_sym_BANG] = ACTIONS(907), - [anon_sym_AMP] = ACTIONS(907), - [anon_sym_PIPE] = ACTIONS(907), - [anon_sym_AMP_AMP] = ACTIONS(909), - [anon_sym_PIPE_PIPE] = ACTIONS(909), - [anon_sym_LT_LT] = ACTIONS(907), - [anon_sym_GT_GT] = ACTIONS(907), - [anon_sym_PLUS_EQ] = ACTIONS(909), - [anon_sym_DASH_EQ] = ACTIONS(909), - [anon_sym_STAR_EQ] = ACTIONS(909), - [anon_sym_SLASH_EQ] = ACTIONS(909), - [anon_sym_PERCENT_EQ] = ACTIONS(909), - [anon_sym_CARET_EQ] = ACTIONS(909), - [anon_sym_AMP_EQ] = ACTIONS(909), - [anon_sym_PIPE_EQ] = ACTIONS(909), - [anon_sym_LT_LT_EQ] = ACTIONS(909), - [anon_sym_GT_GT_EQ] = ACTIONS(909), - [anon_sym_EQ] = ACTIONS(907), - [anon_sym_EQ_EQ] = ACTIONS(909), - [anon_sym_BANG_EQ] = ACTIONS(909), - [anon_sym_GT] = ACTIONS(907), - [anon_sym_LT] = ACTIONS(907), - [anon_sym_GT_EQ] = ACTIONS(909), - [anon_sym_LT_EQ] = ACTIONS(909), - [anon_sym_AT] = ACTIONS(909), - [anon_sym__] = ACTIONS(907), - [anon_sym_DOT] = ACTIONS(907), - [anon_sym_DOT_DOT] = ACTIONS(907), - [anon_sym_DOT_DOT_DOT] = ACTIONS(909), - [anon_sym_DOT_DOT_EQ] = ACTIONS(909), - [anon_sym_COMMA] = ACTIONS(909), - [anon_sym_COLON_COLON] = ACTIONS(909), - [anon_sym_DASH_GT] = ACTIONS(909), - [anon_sym_POUND] = ACTIONS(909), - [anon_sym_SQUOTE] = ACTIONS(907), - [anon_sym_as] = ACTIONS(907), - [anon_sym_async] = ACTIONS(907), - [anon_sym_await] = ACTIONS(907), - [anon_sym_break] = ACTIONS(907), - [anon_sym_const] = ACTIONS(907), - [anon_sym_continue] = ACTIONS(907), - [anon_sym_default] = ACTIONS(907), - [anon_sym_enum] = ACTIONS(907), - [anon_sym_fn] = ACTIONS(907), - [anon_sym_for] = ACTIONS(907), - [anon_sym_gen] = ACTIONS(907), - [anon_sym_if] = ACTIONS(907), - [anon_sym_impl] = ACTIONS(907), - [anon_sym_let] = ACTIONS(907), - [anon_sym_loop] = ACTIONS(907), - [anon_sym_match] = ACTIONS(907), - [anon_sym_mod] = ACTIONS(907), - [anon_sym_pub] = ACTIONS(907), - [anon_sym_return] = ACTIONS(907), - [anon_sym_static] = ACTIONS(907), - [anon_sym_struct] = ACTIONS(907), - [anon_sym_trait] = ACTIONS(907), - [anon_sym_type] = ACTIONS(907), - [anon_sym_union] = ACTIONS(907), - [anon_sym_unsafe] = ACTIONS(907), - [anon_sym_use] = ACTIONS(907), - [anon_sym_where] = ACTIONS(907), - [anon_sym_while] = ACTIONS(907), - [sym_mutable_specifier] = ACTIONS(907), - [sym_integer_literal] = ACTIONS(909), - [aux_sym_string_literal_token1] = ACTIONS(909), - [sym_char_literal] = ACTIONS(909), - [anon_sym_true] = ACTIONS(907), - [anon_sym_false] = ACTIONS(907), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(907), - [sym_super] = ACTIONS(907), - [sym_crate] = ACTIONS(907), - [sym_metavariable] = ACTIONS(909), - [sym__raw_string_literal_start] = ACTIONS(909), - [sym_float_literal] = ACTIONS(909), - }, - [STATE(148)] = { - [sym_line_comment] = STATE(148), - [sym_block_comment] = STATE(148), - [sym_identifier] = ACTIONS(911), - [anon_sym_SEMI] = ACTIONS(913), - [anon_sym_LPAREN] = ACTIONS(913), - [anon_sym_RPAREN] = ACTIONS(913), - [anon_sym_LBRACK] = ACTIONS(913), - [anon_sym_RBRACK] = ACTIONS(913), - [anon_sym_LBRACE] = ACTIONS(913), - [anon_sym_RBRACE] = ACTIONS(913), - [anon_sym_EQ_GT] = ACTIONS(913), - [anon_sym_COLON] = ACTIONS(911), - [anon_sym_DOLLAR] = ACTIONS(911), - [anon_sym_PLUS] = ACTIONS(911), - [anon_sym_STAR] = ACTIONS(911), - [anon_sym_QMARK] = ACTIONS(913), - [anon_sym_u8] = ACTIONS(911), - [anon_sym_i8] = ACTIONS(911), - [anon_sym_u16] = ACTIONS(911), - [anon_sym_i16] = ACTIONS(911), - [anon_sym_u32] = ACTIONS(911), - [anon_sym_i32] = ACTIONS(911), - [anon_sym_u64] = ACTIONS(911), - [anon_sym_i64] = ACTIONS(911), - [anon_sym_u128] = ACTIONS(911), - [anon_sym_i128] = ACTIONS(911), - [anon_sym_isize] = ACTIONS(911), - [anon_sym_usize] = ACTIONS(911), - [anon_sym_f32] = ACTIONS(911), - [anon_sym_f64] = ACTIONS(911), - [anon_sym_bool] = ACTIONS(911), - [anon_sym_str] = ACTIONS(911), - [anon_sym_char] = ACTIONS(911), - [anon_sym_DASH] = ACTIONS(911), - [anon_sym_SLASH] = ACTIONS(911), - [anon_sym_PERCENT] = ACTIONS(911), - [anon_sym_CARET] = ACTIONS(911), - [anon_sym_BANG] = ACTIONS(911), - [anon_sym_AMP] = ACTIONS(911), - [anon_sym_PIPE] = ACTIONS(911), - [anon_sym_AMP_AMP] = ACTIONS(913), - [anon_sym_PIPE_PIPE] = ACTIONS(913), - [anon_sym_LT_LT] = ACTIONS(911), - [anon_sym_GT_GT] = ACTIONS(911), - [anon_sym_PLUS_EQ] = ACTIONS(913), - [anon_sym_DASH_EQ] = ACTIONS(913), - [anon_sym_STAR_EQ] = ACTIONS(913), - [anon_sym_SLASH_EQ] = ACTIONS(913), - [anon_sym_PERCENT_EQ] = ACTIONS(913), - [anon_sym_CARET_EQ] = ACTIONS(913), - [anon_sym_AMP_EQ] = ACTIONS(913), - [anon_sym_PIPE_EQ] = ACTIONS(913), - [anon_sym_LT_LT_EQ] = ACTIONS(913), - [anon_sym_GT_GT_EQ] = ACTIONS(913), - [anon_sym_EQ] = ACTIONS(911), - [anon_sym_EQ_EQ] = ACTIONS(913), - [anon_sym_BANG_EQ] = ACTIONS(913), - [anon_sym_GT] = ACTIONS(911), - [anon_sym_LT] = ACTIONS(911), - [anon_sym_GT_EQ] = ACTIONS(913), - [anon_sym_LT_EQ] = ACTIONS(913), - [anon_sym_AT] = ACTIONS(913), - [anon_sym__] = ACTIONS(911), - [anon_sym_DOT] = ACTIONS(911), - [anon_sym_DOT_DOT] = ACTIONS(911), - [anon_sym_DOT_DOT_DOT] = ACTIONS(913), - [anon_sym_DOT_DOT_EQ] = ACTIONS(913), - [anon_sym_COMMA] = ACTIONS(913), - [anon_sym_COLON_COLON] = ACTIONS(913), - [anon_sym_DASH_GT] = ACTIONS(913), - [anon_sym_POUND] = ACTIONS(913), - [anon_sym_SQUOTE] = ACTIONS(911), - [anon_sym_as] = ACTIONS(911), - [anon_sym_async] = ACTIONS(911), - [anon_sym_await] = ACTIONS(911), - [anon_sym_break] = ACTIONS(911), - [anon_sym_const] = ACTIONS(911), - [anon_sym_continue] = ACTIONS(911), - [anon_sym_default] = ACTIONS(911), - [anon_sym_enum] = ACTIONS(911), - [anon_sym_fn] = ACTIONS(911), - [anon_sym_for] = ACTIONS(911), - [anon_sym_gen] = ACTIONS(911), - [anon_sym_if] = ACTIONS(911), - [anon_sym_impl] = ACTIONS(911), - [anon_sym_let] = ACTIONS(911), - [anon_sym_loop] = ACTIONS(911), - [anon_sym_match] = ACTIONS(911), - [anon_sym_mod] = ACTIONS(911), - [anon_sym_pub] = ACTIONS(911), - [anon_sym_return] = ACTIONS(911), - [anon_sym_static] = ACTIONS(911), - [anon_sym_struct] = ACTIONS(911), - [anon_sym_trait] = ACTIONS(911), - [anon_sym_type] = ACTIONS(911), - [anon_sym_union] = ACTIONS(911), - [anon_sym_unsafe] = ACTIONS(911), - [anon_sym_use] = ACTIONS(911), - [anon_sym_where] = ACTIONS(911), - [anon_sym_while] = ACTIONS(911), - [sym_mutable_specifier] = ACTIONS(911), - [sym_integer_literal] = ACTIONS(913), - [aux_sym_string_literal_token1] = ACTIONS(913), - [sym_char_literal] = ACTIONS(913), - [anon_sym_true] = ACTIONS(911), - [anon_sym_false] = ACTIONS(911), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(911), - [sym_super] = ACTIONS(911), - [sym_crate] = ACTIONS(911), - [sym_metavariable] = ACTIONS(913), - [sym__raw_string_literal_start] = ACTIONS(913), - [sym_float_literal] = ACTIONS(913), - }, - [STATE(149)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2611), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(149), - [sym_block_comment] = STATE(149), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(150)] = { - [sym_line_comment] = STATE(150), - [sym_block_comment] = STATE(150), - [sym_identifier] = ACTIONS(923), - [anon_sym_SEMI] = ACTIONS(925), - [anon_sym_LPAREN] = ACTIONS(925), - [anon_sym_RPAREN] = ACTIONS(925), - [anon_sym_LBRACK] = ACTIONS(925), - [anon_sym_RBRACK] = ACTIONS(925), - [anon_sym_LBRACE] = ACTIONS(925), - [anon_sym_RBRACE] = ACTIONS(925), - [anon_sym_EQ_GT] = ACTIONS(925), - [anon_sym_COLON] = ACTIONS(923), - [anon_sym_DOLLAR] = ACTIONS(923), - [anon_sym_PLUS] = ACTIONS(923), - [anon_sym_STAR] = ACTIONS(923), - [anon_sym_QMARK] = ACTIONS(925), - [anon_sym_u8] = ACTIONS(923), - [anon_sym_i8] = ACTIONS(923), - [anon_sym_u16] = ACTIONS(923), - [anon_sym_i16] = ACTIONS(923), - [anon_sym_u32] = ACTIONS(923), - [anon_sym_i32] = ACTIONS(923), - [anon_sym_u64] = ACTIONS(923), - [anon_sym_i64] = ACTIONS(923), - [anon_sym_u128] = ACTIONS(923), - [anon_sym_i128] = ACTIONS(923), - [anon_sym_isize] = ACTIONS(923), - [anon_sym_usize] = ACTIONS(923), - [anon_sym_f32] = ACTIONS(923), - [anon_sym_f64] = ACTIONS(923), - [anon_sym_bool] = ACTIONS(923), - [anon_sym_str] = ACTIONS(923), - [anon_sym_char] = ACTIONS(923), - [anon_sym_DASH] = ACTIONS(923), - [anon_sym_SLASH] = ACTIONS(923), - [anon_sym_PERCENT] = ACTIONS(923), - [anon_sym_CARET] = ACTIONS(923), - [anon_sym_BANG] = ACTIONS(923), - [anon_sym_AMP] = ACTIONS(923), - [anon_sym_PIPE] = ACTIONS(923), - [anon_sym_AMP_AMP] = ACTIONS(925), - [anon_sym_PIPE_PIPE] = ACTIONS(925), - [anon_sym_LT_LT] = ACTIONS(923), - [anon_sym_GT_GT] = ACTIONS(923), - [anon_sym_PLUS_EQ] = ACTIONS(925), - [anon_sym_DASH_EQ] = ACTIONS(925), - [anon_sym_STAR_EQ] = ACTIONS(925), - [anon_sym_SLASH_EQ] = ACTIONS(925), - [anon_sym_PERCENT_EQ] = ACTIONS(925), - [anon_sym_CARET_EQ] = ACTIONS(925), - [anon_sym_AMP_EQ] = ACTIONS(925), - [anon_sym_PIPE_EQ] = ACTIONS(925), - [anon_sym_LT_LT_EQ] = ACTIONS(925), - [anon_sym_GT_GT_EQ] = ACTIONS(925), - [anon_sym_EQ] = ACTIONS(923), - [anon_sym_EQ_EQ] = ACTIONS(925), - [anon_sym_BANG_EQ] = ACTIONS(925), - [anon_sym_GT] = ACTIONS(923), - [anon_sym_LT] = ACTIONS(923), - [anon_sym_GT_EQ] = ACTIONS(925), - [anon_sym_LT_EQ] = ACTIONS(925), - [anon_sym_AT] = ACTIONS(925), - [anon_sym__] = ACTIONS(923), - [anon_sym_DOT] = ACTIONS(923), - [anon_sym_DOT_DOT] = ACTIONS(923), - [anon_sym_DOT_DOT_DOT] = ACTIONS(925), - [anon_sym_DOT_DOT_EQ] = ACTIONS(925), - [anon_sym_COMMA] = ACTIONS(925), - [anon_sym_COLON_COLON] = ACTIONS(925), - [anon_sym_DASH_GT] = ACTIONS(925), - [anon_sym_POUND] = ACTIONS(925), - [anon_sym_SQUOTE] = ACTIONS(923), - [anon_sym_as] = ACTIONS(923), - [anon_sym_async] = ACTIONS(923), - [anon_sym_await] = ACTIONS(923), - [anon_sym_break] = ACTIONS(923), - [anon_sym_const] = ACTIONS(923), - [anon_sym_continue] = ACTIONS(923), - [anon_sym_default] = ACTIONS(923), - [anon_sym_enum] = ACTIONS(923), - [anon_sym_fn] = ACTIONS(923), - [anon_sym_for] = ACTIONS(923), - [anon_sym_gen] = ACTIONS(923), - [anon_sym_if] = ACTIONS(923), - [anon_sym_impl] = ACTIONS(923), - [anon_sym_let] = ACTIONS(923), - [anon_sym_loop] = ACTIONS(923), - [anon_sym_match] = ACTIONS(923), - [anon_sym_mod] = ACTIONS(923), - [anon_sym_pub] = ACTIONS(923), - [anon_sym_return] = ACTIONS(923), - [anon_sym_static] = ACTIONS(923), - [anon_sym_struct] = ACTIONS(923), - [anon_sym_trait] = ACTIONS(923), - [anon_sym_type] = ACTIONS(923), - [anon_sym_union] = ACTIONS(923), - [anon_sym_unsafe] = ACTIONS(923), - [anon_sym_use] = ACTIONS(923), - [anon_sym_where] = ACTIONS(923), - [anon_sym_while] = ACTIONS(923), - [sym_mutable_specifier] = ACTIONS(923), - [sym_integer_literal] = ACTIONS(925), - [aux_sym_string_literal_token1] = ACTIONS(925), - [sym_char_literal] = ACTIONS(925), - [anon_sym_true] = ACTIONS(923), - [anon_sym_false] = ACTIONS(923), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(923), - [sym_super] = ACTIONS(923), - [sym_crate] = ACTIONS(923), - [sym_metavariable] = ACTIONS(925), - [sym__raw_string_literal_start] = ACTIONS(925), - [sym_float_literal] = ACTIONS(925), - }, - [STATE(151)] = { - [sym_line_comment] = STATE(151), - [sym_block_comment] = STATE(151), - [sym_identifier] = ACTIONS(927), - [anon_sym_SEMI] = ACTIONS(929), - [anon_sym_LPAREN] = ACTIONS(929), - [anon_sym_RPAREN] = ACTIONS(929), - [anon_sym_LBRACK] = ACTIONS(929), - [anon_sym_RBRACK] = ACTIONS(929), - [anon_sym_LBRACE] = ACTIONS(929), - [anon_sym_RBRACE] = ACTIONS(929), - [anon_sym_EQ_GT] = ACTIONS(929), - [anon_sym_COLON] = ACTIONS(927), - [anon_sym_DOLLAR] = ACTIONS(927), - [anon_sym_PLUS] = ACTIONS(927), - [anon_sym_STAR] = ACTIONS(927), - [anon_sym_QMARK] = ACTIONS(929), - [anon_sym_u8] = ACTIONS(927), - [anon_sym_i8] = ACTIONS(927), - [anon_sym_u16] = ACTIONS(927), - [anon_sym_i16] = ACTIONS(927), - [anon_sym_u32] = ACTIONS(927), - [anon_sym_i32] = ACTIONS(927), - [anon_sym_u64] = ACTIONS(927), - [anon_sym_i64] = ACTIONS(927), - [anon_sym_u128] = ACTIONS(927), - [anon_sym_i128] = ACTIONS(927), - [anon_sym_isize] = ACTIONS(927), - [anon_sym_usize] = ACTIONS(927), - [anon_sym_f32] = ACTIONS(927), - [anon_sym_f64] = ACTIONS(927), - [anon_sym_bool] = ACTIONS(927), - [anon_sym_str] = ACTIONS(927), - [anon_sym_char] = ACTIONS(927), - [anon_sym_DASH] = ACTIONS(927), - [anon_sym_SLASH] = ACTIONS(927), - [anon_sym_PERCENT] = ACTIONS(927), - [anon_sym_CARET] = ACTIONS(927), - [anon_sym_BANG] = ACTIONS(927), - [anon_sym_AMP] = ACTIONS(927), - [anon_sym_PIPE] = ACTIONS(927), - [anon_sym_AMP_AMP] = ACTIONS(929), - [anon_sym_PIPE_PIPE] = ACTIONS(929), - [anon_sym_LT_LT] = ACTIONS(927), - [anon_sym_GT_GT] = ACTIONS(927), - [anon_sym_PLUS_EQ] = ACTIONS(929), - [anon_sym_DASH_EQ] = ACTIONS(929), - [anon_sym_STAR_EQ] = ACTIONS(929), - [anon_sym_SLASH_EQ] = ACTIONS(929), - [anon_sym_PERCENT_EQ] = ACTIONS(929), - [anon_sym_CARET_EQ] = ACTIONS(929), - [anon_sym_AMP_EQ] = ACTIONS(929), - [anon_sym_PIPE_EQ] = ACTIONS(929), - [anon_sym_LT_LT_EQ] = ACTIONS(929), - [anon_sym_GT_GT_EQ] = ACTIONS(929), - [anon_sym_EQ] = ACTIONS(927), - [anon_sym_EQ_EQ] = ACTIONS(929), - [anon_sym_BANG_EQ] = ACTIONS(929), - [anon_sym_GT] = ACTIONS(927), - [anon_sym_LT] = ACTIONS(927), - [anon_sym_GT_EQ] = ACTIONS(929), - [anon_sym_LT_EQ] = ACTIONS(929), - [anon_sym_AT] = ACTIONS(929), - [anon_sym__] = ACTIONS(927), - [anon_sym_DOT] = ACTIONS(927), - [anon_sym_DOT_DOT] = ACTIONS(927), - [anon_sym_DOT_DOT_DOT] = ACTIONS(929), - [anon_sym_DOT_DOT_EQ] = ACTIONS(929), - [anon_sym_COMMA] = ACTIONS(929), - [anon_sym_COLON_COLON] = ACTIONS(929), - [anon_sym_DASH_GT] = ACTIONS(929), - [anon_sym_POUND] = ACTIONS(929), - [anon_sym_SQUOTE] = ACTIONS(927), - [anon_sym_as] = ACTIONS(927), - [anon_sym_async] = ACTIONS(927), - [anon_sym_await] = ACTIONS(927), - [anon_sym_break] = ACTIONS(927), - [anon_sym_const] = ACTIONS(927), - [anon_sym_continue] = ACTIONS(927), - [anon_sym_default] = ACTIONS(927), - [anon_sym_enum] = ACTIONS(927), - [anon_sym_fn] = ACTIONS(927), - [anon_sym_for] = ACTIONS(927), - [anon_sym_gen] = ACTIONS(927), - [anon_sym_if] = ACTIONS(927), - [anon_sym_impl] = ACTIONS(927), - [anon_sym_let] = ACTIONS(927), - [anon_sym_loop] = ACTIONS(927), - [anon_sym_match] = ACTIONS(927), - [anon_sym_mod] = ACTIONS(927), - [anon_sym_pub] = ACTIONS(927), - [anon_sym_return] = ACTIONS(927), - [anon_sym_static] = ACTIONS(927), - [anon_sym_struct] = ACTIONS(927), - [anon_sym_trait] = ACTIONS(927), - [anon_sym_type] = ACTIONS(927), - [anon_sym_union] = ACTIONS(927), - [anon_sym_unsafe] = ACTIONS(927), - [anon_sym_use] = ACTIONS(927), - [anon_sym_where] = ACTIONS(927), - [anon_sym_while] = ACTIONS(927), - [sym_mutable_specifier] = ACTIONS(927), - [sym_integer_literal] = ACTIONS(929), - [aux_sym_string_literal_token1] = ACTIONS(929), - [sym_char_literal] = ACTIONS(929), - [anon_sym_true] = ACTIONS(927), - [anon_sym_false] = ACTIONS(927), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(927), - [sym_super] = ACTIONS(927), - [sym_crate] = ACTIONS(927), - [sym_metavariable] = ACTIONS(929), - [sym__raw_string_literal_start] = ACTIONS(929), - [sym_float_literal] = ACTIONS(929), - }, - [STATE(152)] = { - [sym_line_comment] = STATE(152), - [sym_block_comment] = STATE(152), - [sym_identifier] = ACTIONS(931), - [anon_sym_SEMI] = ACTIONS(933), - [anon_sym_LPAREN] = ACTIONS(933), - [anon_sym_RPAREN] = ACTIONS(933), - [anon_sym_LBRACK] = ACTIONS(933), - [anon_sym_RBRACK] = ACTIONS(933), - [anon_sym_LBRACE] = ACTIONS(933), - [anon_sym_RBRACE] = ACTIONS(933), - [anon_sym_EQ_GT] = ACTIONS(933), - [anon_sym_COLON] = ACTIONS(931), - [anon_sym_DOLLAR] = ACTIONS(931), - [anon_sym_PLUS] = ACTIONS(931), - [anon_sym_STAR] = ACTIONS(931), - [anon_sym_QMARK] = ACTIONS(933), - [anon_sym_u8] = ACTIONS(931), - [anon_sym_i8] = ACTIONS(931), - [anon_sym_u16] = ACTIONS(931), - [anon_sym_i16] = ACTIONS(931), - [anon_sym_u32] = ACTIONS(931), - [anon_sym_i32] = ACTIONS(931), - [anon_sym_u64] = ACTIONS(931), - [anon_sym_i64] = ACTIONS(931), - [anon_sym_u128] = ACTIONS(931), - [anon_sym_i128] = ACTIONS(931), - [anon_sym_isize] = ACTIONS(931), - [anon_sym_usize] = ACTIONS(931), - [anon_sym_f32] = ACTIONS(931), - [anon_sym_f64] = ACTIONS(931), - [anon_sym_bool] = ACTIONS(931), - [anon_sym_str] = ACTIONS(931), - [anon_sym_char] = ACTIONS(931), - [anon_sym_DASH] = ACTIONS(931), - [anon_sym_SLASH] = ACTIONS(931), - [anon_sym_PERCENT] = ACTIONS(931), - [anon_sym_CARET] = ACTIONS(931), - [anon_sym_BANG] = ACTIONS(931), - [anon_sym_AMP] = ACTIONS(931), - [anon_sym_PIPE] = ACTIONS(931), - [anon_sym_AMP_AMP] = ACTIONS(933), - [anon_sym_PIPE_PIPE] = ACTIONS(933), - [anon_sym_LT_LT] = ACTIONS(931), - [anon_sym_GT_GT] = ACTIONS(931), - [anon_sym_PLUS_EQ] = ACTIONS(933), - [anon_sym_DASH_EQ] = ACTIONS(933), - [anon_sym_STAR_EQ] = ACTIONS(933), - [anon_sym_SLASH_EQ] = ACTIONS(933), - [anon_sym_PERCENT_EQ] = ACTIONS(933), - [anon_sym_CARET_EQ] = ACTIONS(933), - [anon_sym_AMP_EQ] = ACTIONS(933), - [anon_sym_PIPE_EQ] = ACTIONS(933), - [anon_sym_LT_LT_EQ] = ACTIONS(933), - [anon_sym_GT_GT_EQ] = ACTIONS(933), - [anon_sym_EQ] = ACTIONS(931), - [anon_sym_EQ_EQ] = ACTIONS(933), - [anon_sym_BANG_EQ] = ACTIONS(933), - [anon_sym_GT] = ACTIONS(931), - [anon_sym_LT] = ACTIONS(931), - [anon_sym_GT_EQ] = ACTIONS(933), - [anon_sym_LT_EQ] = ACTIONS(933), - [anon_sym_AT] = ACTIONS(933), - [anon_sym__] = ACTIONS(931), - [anon_sym_DOT] = ACTIONS(931), - [anon_sym_DOT_DOT] = ACTIONS(931), - [anon_sym_DOT_DOT_DOT] = ACTIONS(933), - [anon_sym_DOT_DOT_EQ] = ACTIONS(933), - [anon_sym_COMMA] = ACTIONS(933), - [anon_sym_COLON_COLON] = ACTIONS(933), - [anon_sym_DASH_GT] = ACTIONS(933), - [anon_sym_POUND] = ACTIONS(933), - [anon_sym_SQUOTE] = ACTIONS(931), - [anon_sym_as] = ACTIONS(931), - [anon_sym_async] = ACTIONS(931), - [anon_sym_await] = ACTIONS(931), - [anon_sym_break] = ACTIONS(931), - [anon_sym_const] = ACTIONS(931), - [anon_sym_continue] = ACTIONS(931), - [anon_sym_default] = ACTIONS(931), - [anon_sym_enum] = ACTIONS(931), - [anon_sym_fn] = ACTIONS(931), - [anon_sym_for] = ACTIONS(931), - [anon_sym_gen] = ACTIONS(931), - [anon_sym_if] = ACTIONS(931), - [anon_sym_impl] = ACTIONS(931), - [anon_sym_let] = ACTIONS(931), - [anon_sym_loop] = ACTIONS(931), - [anon_sym_match] = ACTIONS(931), - [anon_sym_mod] = ACTIONS(931), - [anon_sym_pub] = ACTIONS(931), - [anon_sym_return] = ACTIONS(931), - [anon_sym_static] = ACTIONS(931), - [anon_sym_struct] = ACTIONS(931), - [anon_sym_trait] = ACTIONS(931), - [anon_sym_type] = ACTIONS(931), - [anon_sym_union] = ACTIONS(931), - [anon_sym_unsafe] = ACTIONS(931), - [anon_sym_use] = ACTIONS(931), - [anon_sym_where] = ACTIONS(931), - [anon_sym_while] = ACTIONS(931), - [sym_mutable_specifier] = ACTIONS(931), - [sym_integer_literal] = ACTIONS(933), - [aux_sym_string_literal_token1] = ACTIONS(933), - [sym_char_literal] = ACTIONS(933), - [anon_sym_true] = ACTIONS(931), - [anon_sym_false] = ACTIONS(931), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(931), - [sym_super] = ACTIONS(931), - [sym_crate] = ACTIONS(931), - [sym_metavariable] = ACTIONS(933), - [sym__raw_string_literal_start] = ACTIONS(933), - [sym_float_literal] = ACTIONS(933), - }, - [STATE(153)] = { - [sym_line_comment] = STATE(153), - [sym_block_comment] = STATE(153), + [STATE(156)] = { + [sym_line_comment] = STATE(156), + [sym_block_comment] = STATE(156), [sym_identifier] = ACTIONS(935), [anon_sym_SEMI] = ACTIONS(937), [anon_sym_LPAREN] = ACTIONS(937), @@ -34391,294 +34843,294 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(937), [sym_float_literal] = ACTIONS(937), }, - [STATE(154)] = { - [sym_line_comment] = STATE(154), - [sym_block_comment] = STATE(154), - [sym_identifier] = ACTIONS(939), - [anon_sym_SEMI] = ACTIONS(941), - [anon_sym_LPAREN] = ACTIONS(941), - [anon_sym_RPAREN] = ACTIONS(941), - [anon_sym_LBRACK] = ACTIONS(941), - [anon_sym_RBRACK] = ACTIONS(941), - [anon_sym_LBRACE] = ACTIONS(941), - [anon_sym_RBRACE] = ACTIONS(941), - [anon_sym_EQ_GT] = ACTIONS(941), - [anon_sym_COLON] = ACTIONS(939), - [anon_sym_DOLLAR] = ACTIONS(939), - [anon_sym_PLUS] = ACTIONS(939), + [STATE(157)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2699), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(157), + [sym_block_comment] = STATE(157), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(939), - [anon_sym_QMARK] = ACTIONS(941), - [anon_sym_u8] = ACTIONS(939), - [anon_sym_i8] = ACTIONS(939), - [anon_sym_u16] = ACTIONS(939), - [anon_sym_i16] = ACTIONS(939), - [anon_sym_u32] = ACTIONS(939), - [anon_sym_i32] = ACTIONS(939), - [anon_sym_u64] = ACTIONS(939), - [anon_sym_i64] = ACTIONS(939), - [anon_sym_u128] = ACTIONS(939), - [anon_sym_i128] = ACTIONS(939), - [anon_sym_isize] = ACTIONS(939), - [anon_sym_usize] = ACTIONS(939), - [anon_sym_f32] = ACTIONS(939), - [anon_sym_f64] = ACTIONS(939), - [anon_sym_bool] = ACTIONS(939), - [anon_sym_str] = ACTIONS(939), - [anon_sym_char] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), [anon_sym_DASH] = ACTIONS(939), - [anon_sym_SLASH] = ACTIONS(939), - [anon_sym_PERCENT] = ACTIONS(939), - [anon_sym_CARET] = ACTIONS(939), [anon_sym_BANG] = ACTIONS(939), - [anon_sym_AMP] = ACTIONS(939), - [anon_sym_PIPE] = ACTIONS(939), - [anon_sym_AMP_AMP] = ACTIONS(941), - [anon_sym_PIPE_PIPE] = ACTIONS(941), - [anon_sym_LT_LT] = ACTIONS(939), - [anon_sym_GT_GT] = ACTIONS(939), - [anon_sym_PLUS_EQ] = ACTIONS(941), - [anon_sym_DASH_EQ] = ACTIONS(941), - [anon_sym_STAR_EQ] = ACTIONS(941), - [anon_sym_SLASH_EQ] = ACTIONS(941), - [anon_sym_PERCENT_EQ] = ACTIONS(941), - [anon_sym_CARET_EQ] = ACTIONS(941), - [anon_sym_AMP_EQ] = ACTIONS(941), - [anon_sym_PIPE_EQ] = ACTIONS(941), - [anon_sym_LT_LT_EQ] = ACTIONS(941), - [anon_sym_GT_GT_EQ] = ACTIONS(941), - [anon_sym_EQ] = ACTIONS(939), - [anon_sym_EQ_EQ] = ACTIONS(941), - [anon_sym_BANG_EQ] = ACTIONS(941), - [anon_sym_GT] = ACTIONS(939), - [anon_sym_LT] = ACTIONS(939), - [anon_sym_GT_EQ] = ACTIONS(941), - [anon_sym_LT_EQ] = ACTIONS(941), - [anon_sym_AT] = ACTIONS(941), - [anon_sym__] = ACTIONS(939), - [anon_sym_DOT] = ACTIONS(939), - [anon_sym_DOT_DOT] = ACTIONS(939), - [anon_sym_DOT_DOT_DOT] = ACTIONS(941), - [anon_sym_DOT_DOT_EQ] = ACTIONS(941), - [anon_sym_COMMA] = ACTIONS(941), - [anon_sym_COLON_COLON] = ACTIONS(941), - [anon_sym_DASH_GT] = ACTIONS(941), - [anon_sym_POUND] = ACTIONS(941), - [anon_sym_SQUOTE] = ACTIONS(939), - [anon_sym_as] = ACTIONS(939), - [anon_sym_async] = ACTIONS(939), - [anon_sym_await] = ACTIONS(939), - [anon_sym_break] = ACTIONS(939), - [anon_sym_const] = ACTIONS(939), - [anon_sym_continue] = ACTIONS(939), - [anon_sym_default] = ACTIONS(939), - [anon_sym_enum] = ACTIONS(939), - [anon_sym_fn] = ACTIONS(939), - [anon_sym_for] = ACTIONS(939), - [anon_sym_gen] = ACTIONS(939), - [anon_sym_if] = ACTIONS(939), - [anon_sym_impl] = ACTIONS(939), - [anon_sym_let] = ACTIONS(939), - [anon_sym_loop] = ACTIONS(939), - [anon_sym_match] = ACTIONS(939), - [anon_sym_mod] = ACTIONS(939), - [anon_sym_pub] = ACTIONS(939), - [anon_sym_return] = ACTIONS(939), - [anon_sym_static] = ACTIONS(939), - [anon_sym_struct] = ACTIONS(939), - [anon_sym_trait] = ACTIONS(939), - [anon_sym_type] = ACTIONS(939), - [anon_sym_union] = ACTIONS(939), - [anon_sym_unsafe] = ACTIONS(939), - [anon_sym_use] = ACTIONS(939), - [anon_sym_where] = ACTIONS(939), - [anon_sym_while] = ACTIONS(939), - [sym_mutable_specifier] = ACTIONS(939), - [sym_integer_literal] = ACTIONS(941), - [aux_sym_string_literal_token1] = ACTIONS(941), - [sym_char_literal] = ACTIONS(941), - [anon_sym_true] = ACTIONS(939), - [anon_sym_false] = ACTIONS(939), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(939), - [sym_super] = ACTIONS(939), - [sym_crate] = ACTIONS(939), - [sym_metavariable] = ACTIONS(941), - [sym__raw_string_literal_start] = ACTIONS(941), - [sym_float_literal] = ACTIONS(941), - }, - [STATE(155)] = { - [sym_line_comment] = STATE(155), - [sym_block_comment] = STATE(155), - [sym_identifier] = ACTIONS(943), - [anon_sym_SEMI] = ACTIONS(945), - [anon_sym_LPAREN] = ACTIONS(945), - [anon_sym_RPAREN] = ACTIONS(945), - [anon_sym_LBRACK] = ACTIONS(945), - [anon_sym_RBRACK] = ACTIONS(945), - [anon_sym_LBRACE] = ACTIONS(945), - [anon_sym_RBRACE] = ACTIONS(945), - [anon_sym_EQ_GT] = ACTIONS(945), - [anon_sym_COLON] = ACTIONS(943), - [anon_sym_DOLLAR] = ACTIONS(943), - [anon_sym_PLUS] = ACTIONS(943), - [anon_sym_STAR] = ACTIONS(943), - [anon_sym_QMARK] = ACTIONS(945), - [anon_sym_u8] = ACTIONS(943), - [anon_sym_i8] = ACTIONS(943), - [anon_sym_u16] = ACTIONS(943), - [anon_sym_i16] = ACTIONS(943), - [anon_sym_u32] = ACTIONS(943), - [anon_sym_i32] = ACTIONS(943), - [anon_sym_u64] = ACTIONS(943), - [anon_sym_i64] = ACTIONS(943), - [anon_sym_u128] = ACTIONS(943), - [anon_sym_i128] = ACTIONS(943), - [anon_sym_isize] = ACTIONS(943), - [anon_sym_usize] = ACTIONS(943), - [anon_sym_f32] = ACTIONS(943), - [anon_sym_f64] = ACTIONS(943), - [anon_sym_bool] = ACTIONS(943), - [anon_sym_str] = ACTIONS(943), - [anon_sym_char] = ACTIONS(943), - [anon_sym_DASH] = ACTIONS(943), - [anon_sym_SLASH] = ACTIONS(943), - [anon_sym_PERCENT] = ACTIONS(943), - [anon_sym_CARET] = ACTIONS(943), - [anon_sym_BANG] = ACTIONS(943), - [anon_sym_AMP] = ACTIONS(943), - [anon_sym_PIPE] = ACTIONS(943), - [anon_sym_AMP_AMP] = ACTIONS(945), - [anon_sym_PIPE_PIPE] = ACTIONS(945), - [anon_sym_LT_LT] = ACTIONS(943), - [anon_sym_GT_GT] = ACTIONS(943), - [anon_sym_PLUS_EQ] = ACTIONS(945), - [anon_sym_DASH_EQ] = ACTIONS(945), - [anon_sym_STAR_EQ] = ACTIONS(945), - [anon_sym_SLASH_EQ] = ACTIONS(945), - [anon_sym_PERCENT_EQ] = ACTIONS(945), - [anon_sym_CARET_EQ] = ACTIONS(945), - [anon_sym_AMP_EQ] = ACTIONS(945), - [anon_sym_PIPE_EQ] = ACTIONS(945), - [anon_sym_LT_LT_EQ] = ACTIONS(945), - [anon_sym_GT_GT_EQ] = ACTIONS(945), - [anon_sym_EQ] = ACTIONS(943), - [anon_sym_EQ_EQ] = ACTIONS(945), - [anon_sym_BANG_EQ] = ACTIONS(945), - [anon_sym_GT] = ACTIONS(943), - [anon_sym_LT] = ACTIONS(943), - [anon_sym_GT_EQ] = ACTIONS(945), - [anon_sym_LT_EQ] = ACTIONS(945), - [anon_sym_AT] = ACTIONS(945), - [anon_sym__] = ACTIONS(943), - [anon_sym_DOT] = ACTIONS(943), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(943), - [anon_sym_DOT_DOT_DOT] = ACTIONS(945), - [anon_sym_DOT_DOT_EQ] = ACTIONS(945), - [anon_sym_COMMA] = ACTIONS(945), - [anon_sym_COLON_COLON] = ACTIONS(945), - [anon_sym_DASH_GT] = ACTIONS(945), - [anon_sym_POUND] = ACTIONS(945), - [anon_sym_SQUOTE] = ACTIONS(943), - [anon_sym_as] = ACTIONS(943), - [anon_sym_async] = ACTIONS(943), - [anon_sym_await] = ACTIONS(943), - [anon_sym_break] = ACTIONS(943), - [anon_sym_const] = ACTIONS(943), - [anon_sym_continue] = ACTIONS(943), - [anon_sym_default] = ACTIONS(943), - [anon_sym_enum] = ACTIONS(943), - [anon_sym_fn] = ACTIONS(943), - [anon_sym_for] = ACTIONS(943), - [anon_sym_gen] = ACTIONS(943), - [anon_sym_if] = ACTIONS(943), - [anon_sym_impl] = ACTIONS(943), - [anon_sym_let] = ACTIONS(943), - [anon_sym_loop] = ACTIONS(943), - [anon_sym_match] = ACTIONS(943), - [anon_sym_mod] = ACTIONS(943), - [anon_sym_pub] = ACTIONS(943), - [anon_sym_return] = ACTIONS(943), - [anon_sym_static] = ACTIONS(943), - [anon_sym_struct] = ACTIONS(943), - [anon_sym_trait] = ACTIONS(943), - [anon_sym_type] = ACTIONS(943), - [anon_sym_union] = ACTIONS(943), - [anon_sym_unsafe] = ACTIONS(943), - [anon_sym_use] = ACTIONS(943), - [anon_sym_where] = ACTIONS(943), - [anon_sym_while] = ACTIONS(943), - [sym_mutable_specifier] = ACTIONS(943), - [sym_integer_literal] = ACTIONS(945), - [aux_sym_string_literal_token1] = ACTIONS(945), - [sym_char_literal] = ACTIONS(945), - [anon_sym_true] = ACTIONS(943), - [anon_sym_false] = ACTIONS(943), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(943), - [sym_super] = ACTIONS(943), - [sym_crate] = ACTIONS(943), - [sym_metavariable] = ACTIONS(945), - [sym__raw_string_literal_start] = ACTIONS(945), - [sym_float_literal] = ACTIONS(945), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, - [STATE(156)] = { + [STATE(158)] = { + [sym_line_comment] = STATE(158), + [sym_block_comment] = STATE(158), + [sym_identifier] = ACTIONS(947), + [anon_sym_SEMI] = ACTIONS(949), + [anon_sym_LPAREN] = ACTIONS(949), + [anon_sym_RPAREN] = ACTIONS(949), + [anon_sym_LBRACK] = ACTIONS(949), + [anon_sym_RBRACK] = ACTIONS(949), + [anon_sym_LBRACE] = ACTIONS(949), + [anon_sym_RBRACE] = ACTIONS(949), + [anon_sym_EQ_GT] = ACTIONS(949), + [anon_sym_COLON] = ACTIONS(947), + [anon_sym_DOLLAR] = ACTIONS(947), + [anon_sym_PLUS] = ACTIONS(947), + [anon_sym_STAR] = ACTIONS(947), + [anon_sym_QMARK] = ACTIONS(949), + [anon_sym_u8] = ACTIONS(947), + [anon_sym_i8] = ACTIONS(947), + [anon_sym_u16] = ACTIONS(947), + [anon_sym_i16] = ACTIONS(947), + [anon_sym_u32] = ACTIONS(947), + [anon_sym_i32] = ACTIONS(947), + [anon_sym_u64] = ACTIONS(947), + [anon_sym_i64] = ACTIONS(947), + [anon_sym_u128] = ACTIONS(947), + [anon_sym_i128] = ACTIONS(947), + [anon_sym_isize] = ACTIONS(947), + [anon_sym_usize] = ACTIONS(947), + [anon_sym_f32] = ACTIONS(947), + [anon_sym_f64] = ACTIONS(947), + [anon_sym_bool] = ACTIONS(947), + [anon_sym_str] = ACTIONS(947), + [anon_sym_char] = ACTIONS(947), + [anon_sym_DASH] = ACTIONS(947), + [anon_sym_SLASH] = ACTIONS(947), + [anon_sym_PERCENT] = ACTIONS(947), + [anon_sym_CARET] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_AMP] = ACTIONS(947), + [anon_sym_PIPE] = ACTIONS(947), + [anon_sym_AMP_AMP] = ACTIONS(949), + [anon_sym_PIPE_PIPE] = ACTIONS(949), + [anon_sym_LT_LT] = ACTIONS(947), + [anon_sym_GT_GT] = ACTIONS(947), + [anon_sym_PLUS_EQ] = ACTIONS(949), + [anon_sym_DASH_EQ] = ACTIONS(949), + [anon_sym_STAR_EQ] = ACTIONS(949), + [anon_sym_SLASH_EQ] = ACTIONS(949), + [anon_sym_PERCENT_EQ] = ACTIONS(949), + [anon_sym_CARET_EQ] = ACTIONS(949), + [anon_sym_AMP_EQ] = ACTIONS(949), + [anon_sym_PIPE_EQ] = ACTIONS(949), + [anon_sym_LT_LT_EQ] = ACTIONS(949), + [anon_sym_GT_GT_EQ] = ACTIONS(949), + [anon_sym_EQ] = ACTIONS(947), + [anon_sym_EQ_EQ] = ACTIONS(949), + [anon_sym_BANG_EQ] = ACTIONS(949), + [anon_sym_GT] = ACTIONS(947), + [anon_sym_LT] = ACTIONS(947), + [anon_sym_GT_EQ] = ACTIONS(949), + [anon_sym_LT_EQ] = ACTIONS(949), + [anon_sym_AT] = ACTIONS(949), + [anon_sym__] = ACTIONS(947), + [anon_sym_DOT] = ACTIONS(947), + [anon_sym_DOT_DOT] = ACTIONS(947), + [anon_sym_DOT_DOT_DOT] = ACTIONS(949), + [anon_sym_DOT_DOT_EQ] = ACTIONS(949), + [anon_sym_COMMA] = ACTIONS(949), + [anon_sym_COLON_COLON] = ACTIONS(949), + [anon_sym_DASH_GT] = ACTIONS(949), + [anon_sym_POUND] = ACTIONS(949), + [anon_sym_SQUOTE] = ACTIONS(947), + [anon_sym_as] = ACTIONS(947), + [anon_sym_async] = ACTIONS(947), + [anon_sym_await] = ACTIONS(947), + [anon_sym_break] = ACTIONS(947), + [anon_sym_const] = ACTIONS(947), + [anon_sym_continue] = ACTIONS(947), + [anon_sym_default] = ACTIONS(947), + [anon_sym_enum] = ACTIONS(947), + [anon_sym_fn] = ACTIONS(947), + [anon_sym_for] = ACTIONS(947), + [anon_sym_gen] = ACTIONS(947), + [anon_sym_if] = ACTIONS(947), + [anon_sym_impl] = ACTIONS(947), + [anon_sym_let] = ACTIONS(947), + [anon_sym_loop] = ACTIONS(947), + [anon_sym_match] = ACTIONS(947), + [anon_sym_mod] = ACTIONS(947), + [anon_sym_pub] = ACTIONS(947), + [anon_sym_return] = ACTIONS(947), + [anon_sym_static] = ACTIONS(947), + [anon_sym_struct] = ACTIONS(947), + [anon_sym_trait] = ACTIONS(947), + [anon_sym_type] = ACTIONS(947), + [anon_sym_union] = ACTIONS(947), + [anon_sym_unsafe] = ACTIONS(947), + [anon_sym_use] = ACTIONS(947), + [anon_sym_where] = ACTIONS(947), + [anon_sym_while] = ACTIONS(947), + [sym_mutable_specifier] = ACTIONS(947), + [sym_integer_literal] = ACTIONS(949), + [aux_sym_string_literal_token1] = ACTIONS(949), + [sym_char_literal] = ACTIONS(949), + [anon_sym_true] = ACTIONS(947), + [anon_sym_false] = ACTIONS(947), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(947), + [sym_super] = ACTIONS(947), + [sym_crate] = ACTIONS(947), + [sym_metavariable] = ACTIONS(949), + [sym__raw_string_literal_start] = ACTIONS(949), + [sym_float_literal] = ACTIONS(949), + }, + [STATE(159)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(156), - [sym_block_comment] = STATE(156), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(159), + [sym_block_comment] = STATE(159), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(947), + [anon_sym_RBRACK] = ACTIONS(951), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -34705,7 +35157,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -34739,125 +35191,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(157)] = { - [sym_line_comment] = STATE(157), - [sym_block_comment] = STATE(157), - [sym_identifier] = ACTIONS(949), - [anon_sym_SEMI] = ACTIONS(951), - [anon_sym_LPAREN] = ACTIONS(951), - [anon_sym_RPAREN] = ACTIONS(951), - [anon_sym_LBRACK] = ACTIONS(951), - [anon_sym_RBRACK] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(951), - [anon_sym_RBRACE] = ACTIONS(951), - [anon_sym_EQ_GT] = ACTIONS(951), - [anon_sym_COLON] = ACTIONS(949), - [anon_sym_DOLLAR] = ACTIONS(949), - [anon_sym_PLUS] = ACTIONS(949), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_QMARK] = ACTIONS(951), - [anon_sym_u8] = ACTIONS(949), - [anon_sym_i8] = ACTIONS(949), - [anon_sym_u16] = ACTIONS(949), - [anon_sym_i16] = ACTIONS(949), - [anon_sym_u32] = ACTIONS(949), - [anon_sym_i32] = ACTIONS(949), - [anon_sym_u64] = ACTIONS(949), - [anon_sym_i64] = ACTIONS(949), - [anon_sym_u128] = ACTIONS(949), - [anon_sym_i128] = ACTIONS(949), - [anon_sym_isize] = ACTIONS(949), - [anon_sym_usize] = ACTIONS(949), - [anon_sym_f32] = ACTIONS(949), - [anon_sym_f64] = ACTIONS(949), - [anon_sym_bool] = ACTIONS(949), - [anon_sym_str] = ACTIONS(949), - [anon_sym_char] = ACTIONS(949), - [anon_sym_DASH] = ACTIONS(949), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_CARET] = ACTIONS(949), - [anon_sym_BANG] = ACTIONS(949), - [anon_sym_AMP] = ACTIONS(949), - [anon_sym_PIPE] = ACTIONS(949), - [anon_sym_AMP_AMP] = ACTIONS(951), - [anon_sym_PIPE_PIPE] = ACTIONS(951), - [anon_sym_LT_LT] = ACTIONS(949), - [anon_sym_GT_GT] = ACTIONS(949), - [anon_sym_PLUS_EQ] = ACTIONS(951), - [anon_sym_DASH_EQ] = ACTIONS(951), - [anon_sym_STAR_EQ] = ACTIONS(951), - [anon_sym_SLASH_EQ] = ACTIONS(951), - [anon_sym_PERCENT_EQ] = ACTIONS(951), - [anon_sym_CARET_EQ] = ACTIONS(951), - [anon_sym_AMP_EQ] = ACTIONS(951), - [anon_sym_PIPE_EQ] = ACTIONS(951), - [anon_sym_LT_LT_EQ] = ACTIONS(951), - [anon_sym_GT_GT_EQ] = ACTIONS(951), - [anon_sym_EQ] = ACTIONS(949), - [anon_sym_EQ_EQ] = ACTIONS(951), - [anon_sym_BANG_EQ] = ACTIONS(951), - [anon_sym_GT] = ACTIONS(949), - [anon_sym_LT] = ACTIONS(949), - [anon_sym_GT_EQ] = ACTIONS(951), - [anon_sym_LT_EQ] = ACTIONS(951), - [anon_sym_AT] = ACTIONS(951), - [anon_sym__] = ACTIONS(949), - [anon_sym_DOT] = ACTIONS(949), - [anon_sym_DOT_DOT] = ACTIONS(949), - [anon_sym_DOT_DOT_DOT] = ACTIONS(951), - [anon_sym_DOT_DOT_EQ] = ACTIONS(951), - [anon_sym_COMMA] = ACTIONS(951), - [anon_sym_COLON_COLON] = ACTIONS(951), - [anon_sym_DASH_GT] = ACTIONS(951), - [anon_sym_POUND] = ACTIONS(951), - [anon_sym_SQUOTE] = ACTIONS(949), - [anon_sym_as] = ACTIONS(949), - [anon_sym_async] = ACTIONS(949), - [anon_sym_await] = ACTIONS(949), - [anon_sym_break] = ACTIONS(949), - [anon_sym_const] = ACTIONS(949), - [anon_sym_continue] = ACTIONS(949), - [anon_sym_default] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(949), - [anon_sym_fn] = ACTIONS(949), - [anon_sym_for] = ACTIONS(949), - [anon_sym_gen] = ACTIONS(949), - [anon_sym_if] = ACTIONS(949), - [anon_sym_impl] = ACTIONS(949), - [anon_sym_let] = ACTIONS(949), - [anon_sym_loop] = ACTIONS(949), - [anon_sym_match] = ACTIONS(949), - [anon_sym_mod] = ACTIONS(949), - [anon_sym_pub] = ACTIONS(949), - [anon_sym_return] = ACTIONS(949), - [anon_sym_static] = ACTIONS(949), - [anon_sym_struct] = ACTIONS(949), - [anon_sym_trait] = ACTIONS(949), - [anon_sym_type] = ACTIONS(949), - [anon_sym_union] = ACTIONS(949), - [anon_sym_unsafe] = ACTIONS(949), - [anon_sym_use] = ACTIONS(949), - [anon_sym_where] = ACTIONS(949), - [anon_sym_while] = ACTIONS(949), - [sym_mutable_specifier] = ACTIONS(949), - [sym_integer_literal] = ACTIONS(951), - [aux_sym_string_literal_token1] = ACTIONS(951), - [sym_char_literal] = ACTIONS(951), - [anon_sym_true] = ACTIONS(949), - [anon_sym_false] = ACTIONS(949), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(949), - [sym_super] = ACTIONS(949), - [sym_crate] = ACTIONS(949), - [sym_metavariable] = ACTIONS(951), - [sym__raw_string_literal_start] = ACTIONS(951), - [sym_float_literal] = ACTIONS(951), - }, - [STATE(158)] = { - [sym_line_comment] = STATE(158), - [sym_block_comment] = STATE(158), + [STATE(160)] = { + [sym_line_comment] = STATE(160), + [sym_block_comment] = STATE(160), [sym_identifier] = ACTIONS(953), [anon_sym_SEMI] = ACTIONS(955), [anon_sym_LPAREN] = ACTIONS(955), @@ -34971,9 +35307,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(955), [sym_float_literal] = ACTIONS(955), }, - [STATE(159)] = { - [sym_line_comment] = STATE(159), - [sym_block_comment] = STATE(159), + [STATE(161)] = { + [sym_line_comment] = STATE(161), + [sym_block_comment] = STATE(161), [sym_identifier] = ACTIONS(957), [anon_sym_SEMI] = ACTIONS(959), [anon_sym_LPAREN] = ACTIONS(959), @@ -35087,1222 +35423,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(959), [sym_float_literal] = ACTIONS(959), }, - [STATE(160)] = { - [sym_line_comment] = STATE(160), - [sym_block_comment] = STATE(160), - [sym_identifier] = ACTIONS(961), - [anon_sym_SEMI] = ACTIONS(963), - [anon_sym_LPAREN] = ACTIONS(963), - [anon_sym_RPAREN] = ACTIONS(963), - [anon_sym_LBRACK] = ACTIONS(963), - [anon_sym_RBRACK] = ACTIONS(963), - [anon_sym_LBRACE] = ACTIONS(963), - [anon_sym_RBRACE] = ACTIONS(963), - [anon_sym_EQ_GT] = ACTIONS(963), - [anon_sym_COLON] = ACTIONS(961), - [anon_sym_DOLLAR] = ACTIONS(961), - [anon_sym_PLUS] = ACTIONS(961), - [anon_sym_STAR] = ACTIONS(961), - [anon_sym_QMARK] = ACTIONS(963), - [anon_sym_u8] = ACTIONS(961), - [anon_sym_i8] = ACTIONS(961), - [anon_sym_u16] = ACTIONS(961), - [anon_sym_i16] = ACTIONS(961), - [anon_sym_u32] = ACTIONS(961), - [anon_sym_i32] = ACTIONS(961), - [anon_sym_u64] = ACTIONS(961), - [anon_sym_i64] = ACTIONS(961), - [anon_sym_u128] = ACTIONS(961), - [anon_sym_i128] = ACTIONS(961), - [anon_sym_isize] = ACTIONS(961), - [anon_sym_usize] = ACTIONS(961), - [anon_sym_f32] = ACTIONS(961), - [anon_sym_f64] = ACTIONS(961), - [anon_sym_bool] = ACTIONS(961), - [anon_sym_str] = ACTIONS(961), - [anon_sym_char] = ACTIONS(961), - [anon_sym_DASH] = ACTIONS(961), - [anon_sym_SLASH] = ACTIONS(961), - [anon_sym_PERCENT] = ACTIONS(961), - [anon_sym_CARET] = ACTIONS(961), - [anon_sym_BANG] = ACTIONS(961), - [anon_sym_AMP] = ACTIONS(961), - [anon_sym_PIPE] = ACTIONS(961), - [anon_sym_AMP_AMP] = ACTIONS(963), - [anon_sym_PIPE_PIPE] = ACTIONS(963), - [anon_sym_LT_LT] = ACTIONS(961), - [anon_sym_GT_GT] = ACTIONS(961), - [anon_sym_PLUS_EQ] = ACTIONS(963), - [anon_sym_DASH_EQ] = ACTIONS(963), - [anon_sym_STAR_EQ] = ACTIONS(963), - [anon_sym_SLASH_EQ] = ACTIONS(963), - [anon_sym_PERCENT_EQ] = ACTIONS(963), - [anon_sym_CARET_EQ] = ACTIONS(963), - [anon_sym_AMP_EQ] = ACTIONS(963), - [anon_sym_PIPE_EQ] = ACTIONS(963), - [anon_sym_LT_LT_EQ] = ACTIONS(963), - [anon_sym_GT_GT_EQ] = ACTIONS(963), - [anon_sym_EQ] = ACTIONS(961), - [anon_sym_EQ_EQ] = ACTIONS(963), - [anon_sym_BANG_EQ] = ACTIONS(963), - [anon_sym_GT] = ACTIONS(961), - [anon_sym_LT] = ACTIONS(961), - [anon_sym_GT_EQ] = ACTIONS(963), - [anon_sym_LT_EQ] = ACTIONS(963), - [anon_sym_AT] = ACTIONS(963), - [anon_sym__] = ACTIONS(961), - [anon_sym_DOT] = ACTIONS(961), - [anon_sym_DOT_DOT] = ACTIONS(961), - [anon_sym_DOT_DOT_DOT] = ACTIONS(963), - [anon_sym_DOT_DOT_EQ] = ACTIONS(963), - [anon_sym_COMMA] = ACTIONS(963), - [anon_sym_COLON_COLON] = ACTIONS(963), - [anon_sym_DASH_GT] = ACTIONS(963), - [anon_sym_POUND] = ACTIONS(963), - [anon_sym_SQUOTE] = ACTIONS(961), - [anon_sym_as] = ACTIONS(961), - [anon_sym_async] = ACTIONS(961), - [anon_sym_await] = ACTIONS(961), - [anon_sym_break] = ACTIONS(961), - [anon_sym_const] = ACTIONS(961), - [anon_sym_continue] = ACTIONS(961), - [anon_sym_default] = ACTIONS(961), - [anon_sym_enum] = ACTIONS(961), - [anon_sym_fn] = ACTIONS(961), - [anon_sym_for] = ACTIONS(961), - [anon_sym_gen] = ACTIONS(961), - [anon_sym_if] = ACTIONS(961), - [anon_sym_impl] = ACTIONS(961), - [anon_sym_let] = ACTIONS(961), - [anon_sym_loop] = ACTIONS(961), - [anon_sym_match] = ACTIONS(961), - [anon_sym_mod] = ACTIONS(961), - [anon_sym_pub] = ACTIONS(961), - [anon_sym_return] = ACTIONS(961), - [anon_sym_static] = ACTIONS(961), - [anon_sym_struct] = ACTIONS(961), - [anon_sym_trait] = ACTIONS(961), - [anon_sym_type] = ACTIONS(961), - [anon_sym_union] = ACTIONS(961), - [anon_sym_unsafe] = ACTIONS(961), - [anon_sym_use] = ACTIONS(961), - [anon_sym_where] = ACTIONS(961), - [anon_sym_while] = ACTIONS(961), - [sym_mutable_specifier] = ACTIONS(961), - [sym_integer_literal] = ACTIONS(963), - [aux_sym_string_literal_token1] = ACTIONS(963), - [sym_char_literal] = ACTIONS(963), - [anon_sym_true] = ACTIONS(961), - [anon_sym_false] = ACTIONS(961), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(961), - [sym_super] = ACTIONS(961), - [sym_crate] = ACTIONS(961), - [sym_metavariable] = ACTIONS(963), - [sym__raw_string_literal_start] = ACTIONS(963), - [sym_float_literal] = ACTIONS(963), - }, - [STATE(161)] = { - [sym_line_comment] = STATE(161), - [sym_block_comment] = STATE(161), - [sym_identifier] = ACTIONS(965), - [anon_sym_SEMI] = ACTIONS(967), - [anon_sym_LPAREN] = ACTIONS(967), - [anon_sym_RPAREN] = ACTIONS(967), - [anon_sym_LBRACK] = ACTIONS(967), - [anon_sym_RBRACK] = ACTIONS(967), - [anon_sym_LBRACE] = ACTIONS(967), - [anon_sym_RBRACE] = ACTIONS(967), - [anon_sym_EQ_GT] = ACTIONS(967), - [anon_sym_COLON] = ACTIONS(965), - [anon_sym_DOLLAR] = ACTIONS(965), - [anon_sym_PLUS] = ACTIONS(965), - [anon_sym_STAR] = ACTIONS(965), - [anon_sym_QMARK] = ACTIONS(967), - [anon_sym_u8] = ACTIONS(965), - [anon_sym_i8] = ACTIONS(965), - [anon_sym_u16] = ACTIONS(965), - [anon_sym_i16] = ACTIONS(965), - [anon_sym_u32] = ACTIONS(965), - [anon_sym_i32] = ACTIONS(965), - [anon_sym_u64] = ACTIONS(965), - [anon_sym_i64] = ACTIONS(965), - [anon_sym_u128] = ACTIONS(965), - [anon_sym_i128] = ACTIONS(965), - [anon_sym_isize] = ACTIONS(965), - [anon_sym_usize] = ACTIONS(965), - [anon_sym_f32] = ACTIONS(965), - [anon_sym_f64] = ACTIONS(965), - [anon_sym_bool] = ACTIONS(965), - [anon_sym_str] = ACTIONS(965), - [anon_sym_char] = ACTIONS(965), - [anon_sym_DASH] = ACTIONS(965), - [anon_sym_SLASH] = ACTIONS(965), - [anon_sym_PERCENT] = ACTIONS(965), - [anon_sym_CARET] = ACTIONS(965), - [anon_sym_BANG] = ACTIONS(965), - [anon_sym_AMP] = ACTIONS(965), - [anon_sym_PIPE] = ACTIONS(965), - [anon_sym_AMP_AMP] = ACTIONS(967), - [anon_sym_PIPE_PIPE] = ACTIONS(967), - [anon_sym_LT_LT] = ACTIONS(965), - [anon_sym_GT_GT] = ACTIONS(965), - [anon_sym_PLUS_EQ] = ACTIONS(967), - [anon_sym_DASH_EQ] = ACTIONS(967), - [anon_sym_STAR_EQ] = ACTIONS(967), - [anon_sym_SLASH_EQ] = ACTIONS(967), - [anon_sym_PERCENT_EQ] = ACTIONS(967), - [anon_sym_CARET_EQ] = ACTIONS(967), - [anon_sym_AMP_EQ] = ACTIONS(967), - [anon_sym_PIPE_EQ] = ACTIONS(967), - [anon_sym_LT_LT_EQ] = ACTIONS(967), - [anon_sym_GT_GT_EQ] = ACTIONS(967), - [anon_sym_EQ] = ACTIONS(965), - [anon_sym_EQ_EQ] = ACTIONS(967), - [anon_sym_BANG_EQ] = ACTIONS(967), - [anon_sym_GT] = ACTIONS(965), - [anon_sym_LT] = ACTIONS(965), - [anon_sym_GT_EQ] = ACTIONS(967), - [anon_sym_LT_EQ] = ACTIONS(967), - [anon_sym_AT] = ACTIONS(967), - [anon_sym__] = ACTIONS(965), - [anon_sym_DOT] = ACTIONS(965), - [anon_sym_DOT_DOT] = ACTIONS(965), - [anon_sym_DOT_DOT_DOT] = ACTIONS(967), - [anon_sym_DOT_DOT_EQ] = ACTIONS(967), - [anon_sym_COMMA] = ACTIONS(967), - [anon_sym_COLON_COLON] = ACTIONS(967), - [anon_sym_DASH_GT] = ACTIONS(967), - [anon_sym_POUND] = ACTIONS(967), - [anon_sym_SQUOTE] = ACTIONS(965), - [anon_sym_as] = ACTIONS(965), - [anon_sym_async] = ACTIONS(965), - [anon_sym_await] = ACTIONS(965), - [anon_sym_break] = ACTIONS(965), - [anon_sym_const] = ACTIONS(965), - [anon_sym_continue] = ACTIONS(965), - [anon_sym_default] = ACTIONS(965), - [anon_sym_enum] = ACTIONS(965), - [anon_sym_fn] = ACTIONS(965), - [anon_sym_for] = ACTIONS(965), - [anon_sym_gen] = ACTIONS(965), - [anon_sym_if] = ACTIONS(965), - [anon_sym_impl] = ACTIONS(965), - [anon_sym_let] = ACTIONS(965), - [anon_sym_loop] = ACTIONS(965), - [anon_sym_match] = ACTIONS(965), - [anon_sym_mod] = ACTIONS(965), - [anon_sym_pub] = ACTIONS(965), - [anon_sym_return] = ACTIONS(965), - [anon_sym_static] = ACTIONS(965), - [anon_sym_struct] = ACTIONS(965), - [anon_sym_trait] = ACTIONS(965), - [anon_sym_type] = ACTIONS(965), - [anon_sym_union] = ACTIONS(965), - [anon_sym_unsafe] = ACTIONS(965), - [anon_sym_use] = ACTIONS(965), - [anon_sym_where] = ACTIONS(965), - [anon_sym_while] = ACTIONS(965), - [sym_mutable_specifier] = ACTIONS(965), - [sym_integer_literal] = ACTIONS(967), - [aux_sym_string_literal_token1] = ACTIONS(967), - [sym_char_literal] = ACTIONS(967), - [anon_sym_true] = ACTIONS(965), - [anon_sym_false] = ACTIONS(965), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(965), - [sym_super] = ACTIONS(965), - [sym_crate] = ACTIONS(965), - [sym_metavariable] = ACTIONS(967), - [sym__raw_string_literal_start] = ACTIONS(967), - [sym_float_literal] = ACTIONS(967), - }, [STATE(162)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2758), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1916), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_let_condition] = STATE(3098), + [sym__let_chain] = STATE(3227), + [sym__condition] = STATE(3666), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), [sym_line_comment] = STATE(162), [sym_block_comment] = STATE(162), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(965), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_let] = ACTIONS(967), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, [STATE(163)] = { - [sym_line_comment] = STATE(163), - [sym_block_comment] = STATE(163), - [sym_identifier] = ACTIONS(969), - [anon_sym_SEMI] = ACTIONS(971), - [anon_sym_LPAREN] = ACTIONS(971), - [anon_sym_RPAREN] = ACTIONS(971), - [anon_sym_LBRACK] = ACTIONS(971), - [anon_sym_RBRACK] = ACTIONS(971), - [anon_sym_LBRACE] = ACTIONS(971), - [anon_sym_RBRACE] = ACTIONS(971), - [anon_sym_EQ_GT] = ACTIONS(971), - [anon_sym_COLON] = ACTIONS(969), - [anon_sym_DOLLAR] = ACTIONS(969), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_STAR] = ACTIONS(969), - [anon_sym_QMARK] = ACTIONS(971), - [anon_sym_u8] = ACTIONS(969), - [anon_sym_i8] = ACTIONS(969), - [anon_sym_u16] = ACTIONS(969), - [anon_sym_i16] = ACTIONS(969), - [anon_sym_u32] = ACTIONS(969), - [anon_sym_i32] = ACTIONS(969), - [anon_sym_u64] = ACTIONS(969), - [anon_sym_i64] = ACTIONS(969), - [anon_sym_u128] = ACTIONS(969), - [anon_sym_i128] = ACTIONS(969), - [anon_sym_isize] = ACTIONS(969), - [anon_sym_usize] = ACTIONS(969), - [anon_sym_f32] = ACTIONS(969), - [anon_sym_f64] = ACTIONS(969), - [anon_sym_bool] = ACTIONS(969), - [anon_sym_str] = ACTIONS(969), - [anon_sym_char] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_SLASH] = ACTIONS(969), - [anon_sym_PERCENT] = ACTIONS(969), - [anon_sym_CARET] = ACTIONS(969), - [anon_sym_BANG] = ACTIONS(969), - [anon_sym_AMP] = ACTIONS(969), - [anon_sym_PIPE] = ACTIONS(969), - [anon_sym_AMP_AMP] = ACTIONS(971), - [anon_sym_PIPE_PIPE] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(969), - [anon_sym_GT_GT] = ACTIONS(969), - [anon_sym_PLUS_EQ] = ACTIONS(971), - [anon_sym_DASH_EQ] = ACTIONS(971), - [anon_sym_STAR_EQ] = ACTIONS(971), - [anon_sym_SLASH_EQ] = ACTIONS(971), - [anon_sym_PERCENT_EQ] = ACTIONS(971), - [anon_sym_CARET_EQ] = ACTIONS(971), - [anon_sym_AMP_EQ] = ACTIONS(971), - [anon_sym_PIPE_EQ] = ACTIONS(971), - [anon_sym_LT_LT_EQ] = ACTIONS(971), - [anon_sym_GT_GT_EQ] = ACTIONS(971), - [anon_sym_EQ] = ACTIONS(969), - [anon_sym_EQ_EQ] = ACTIONS(971), - [anon_sym_BANG_EQ] = ACTIONS(971), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_AT] = ACTIONS(971), - [anon_sym__] = ACTIONS(969), - [anon_sym_DOT] = ACTIONS(969), - [anon_sym_DOT_DOT] = ACTIONS(969), - [anon_sym_DOT_DOT_DOT] = ACTIONS(971), - [anon_sym_DOT_DOT_EQ] = ACTIONS(971), - [anon_sym_COMMA] = ACTIONS(971), - [anon_sym_COLON_COLON] = ACTIONS(971), - [anon_sym_DASH_GT] = ACTIONS(971), - [anon_sym_POUND] = ACTIONS(971), - [anon_sym_SQUOTE] = ACTIONS(969), - [anon_sym_as] = ACTIONS(969), - [anon_sym_async] = ACTIONS(969), - [anon_sym_await] = ACTIONS(969), - [anon_sym_break] = ACTIONS(969), - [anon_sym_const] = ACTIONS(969), - [anon_sym_continue] = ACTIONS(969), - [anon_sym_default] = ACTIONS(969), - [anon_sym_enum] = ACTIONS(969), - [anon_sym_fn] = ACTIONS(969), - [anon_sym_for] = ACTIONS(969), - [anon_sym_gen] = ACTIONS(969), - [anon_sym_if] = ACTIONS(969), - [anon_sym_impl] = ACTIONS(969), - [anon_sym_let] = ACTIONS(969), - [anon_sym_loop] = ACTIONS(969), - [anon_sym_match] = ACTIONS(969), - [anon_sym_mod] = ACTIONS(969), - [anon_sym_pub] = ACTIONS(969), - [anon_sym_return] = ACTIONS(969), - [anon_sym_static] = ACTIONS(969), - [anon_sym_struct] = ACTIONS(969), - [anon_sym_trait] = ACTIONS(969), - [anon_sym_type] = ACTIONS(969), - [anon_sym_union] = ACTIONS(969), - [anon_sym_unsafe] = ACTIONS(969), - [anon_sym_use] = ACTIONS(969), - [anon_sym_where] = ACTIONS(969), - [anon_sym_while] = ACTIONS(969), - [sym_mutable_specifier] = ACTIONS(969), - [sym_integer_literal] = ACTIONS(971), - [aux_sym_string_literal_token1] = ACTIONS(971), - [sym_char_literal] = ACTIONS(971), - [anon_sym_true] = ACTIONS(969), - [anon_sym_false] = ACTIONS(969), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(969), - [sym_super] = ACTIONS(969), - [sym_crate] = ACTIONS(969), - [sym_metavariable] = ACTIONS(971), - [sym__raw_string_literal_start] = ACTIONS(971), - [sym_float_literal] = ACTIONS(971), - }, - [STATE(164)] = { - [sym_line_comment] = STATE(164), - [sym_block_comment] = STATE(164), - [sym_identifier] = ACTIONS(973), - [anon_sym_SEMI] = ACTIONS(975), - [anon_sym_LPAREN] = ACTIONS(975), - [anon_sym_RPAREN] = ACTIONS(975), - [anon_sym_LBRACK] = ACTIONS(975), - [anon_sym_RBRACK] = ACTIONS(975), - [anon_sym_LBRACE] = ACTIONS(975), - [anon_sym_RBRACE] = ACTIONS(975), - [anon_sym_EQ_GT] = ACTIONS(975), - [anon_sym_COLON] = ACTIONS(973), - [anon_sym_DOLLAR] = ACTIONS(973), - [anon_sym_PLUS] = ACTIONS(973), - [anon_sym_STAR] = ACTIONS(973), - [anon_sym_QMARK] = ACTIONS(975), - [anon_sym_u8] = ACTIONS(973), - [anon_sym_i8] = ACTIONS(973), - [anon_sym_u16] = ACTIONS(973), - [anon_sym_i16] = ACTIONS(973), - [anon_sym_u32] = ACTIONS(973), - [anon_sym_i32] = ACTIONS(973), - [anon_sym_u64] = ACTIONS(973), - [anon_sym_i64] = ACTIONS(973), - [anon_sym_u128] = ACTIONS(973), - [anon_sym_i128] = ACTIONS(973), - [anon_sym_isize] = ACTIONS(973), - [anon_sym_usize] = ACTIONS(973), - [anon_sym_f32] = ACTIONS(973), - [anon_sym_f64] = ACTIONS(973), - [anon_sym_bool] = ACTIONS(973), - [anon_sym_str] = ACTIONS(973), - [anon_sym_char] = ACTIONS(973), - [anon_sym_DASH] = ACTIONS(973), - [anon_sym_SLASH] = ACTIONS(973), - [anon_sym_PERCENT] = ACTIONS(973), - [anon_sym_CARET] = ACTIONS(973), - [anon_sym_BANG] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), - [anon_sym_PIPE] = ACTIONS(973), - [anon_sym_AMP_AMP] = ACTIONS(975), - [anon_sym_PIPE_PIPE] = ACTIONS(975), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS_EQ] = ACTIONS(975), - [anon_sym_DASH_EQ] = ACTIONS(975), - [anon_sym_STAR_EQ] = ACTIONS(975), - [anon_sym_SLASH_EQ] = ACTIONS(975), - [anon_sym_PERCENT_EQ] = ACTIONS(975), - [anon_sym_CARET_EQ] = ACTIONS(975), - [anon_sym_AMP_EQ] = ACTIONS(975), - [anon_sym_PIPE_EQ] = ACTIONS(975), - [anon_sym_LT_LT_EQ] = ACTIONS(975), - [anon_sym_GT_GT_EQ] = ACTIONS(975), - [anon_sym_EQ] = ACTIONS(973), - [anon_sym_EQ_EQ] = ACTIONS(975), - [anon_sym_BANG_EQ] = ACTIONS(975), - [anon_sym_GT] = ACTIONS(973), - [anon_sym_LT] = ACTIONS(973), - [anon_sym_GT_EQ] = ACTIONS(975), - [anon_sym_LT_EQ] = ACTIONS(975), - [anon_sym_AT] = ACTIONS(975), - [anon_sym__] = ACTIONS(973), - [anon_sym_DOT] = ACTIONS(973), - [anon_sym_DOT_DOT] = ACTIONS(973), - [anon_sym_DOT_DOT_DOT] = ACTIONS(975), - [anon_sym_DOT_DOT_EQ] = ACTIONS(975), - [anon_sym_COMMA] = ACTIONS(975), - [anon_sym_COLON_COLON] = ACTIONS(975), - [anon_sym_DASH_GT] = ACTIONS(975), - [anon_sym_POUND] = ACTIONS(975), - [anon_sym_SQUOTE] = ACTIONS(973), - [anon_sym_as] = ACTIONS(973), - [anon_sym_async] = ACTIONS(973), - [anon_sym_await] = ACTIONS(973), - [anon_sym_break] = ACTIONS(973), - [anon_sym_const] = ACTIONS(973), - [anon_sym_continue] = ACTIONS(973), - [anon_sym_default] = ACTIONS(973), - [anon_sym_enum] = ACTIONS(973), - [anon_sym_fn] = ACTIONS(973), - [anon_sym_for] = ACTIONS(973), - [anon_sym_gen] = ACTIONS(973), - [anon_sym_if] = ACTIONS(973), - [anon_sym_impl] = ACTIONS(973), - [anon_sym_let] = ACTIONS(973), - [anon_sym_loop] = ACTIONS(973), - [anon_sym_match] = ACTIONS(973), - [anon_sym_mod] = ACTIONS(973), - [anon_sym_pub] = ACTIONS(973), - [anon_sym_return] = ACTIONS(973), - [anon_sym_static] = ACTIONS(973), - [anon_sym_struct] = ACTIONS(973), - [anon_sym_trait] = ACTIONS(973), - [anon_sym_type] = ACTIONS(973), - [anon_sym_union] = ACTIONS(973), - [anon_sym_unsafe] = ACTIONS(973), - [anon_sym_use] = ACTIONS(973), - [anon_sym_where] = ACTIONS(973), - [anon_sym_while] = ACTIONS(973), - [sym_mutable_specifier] = ACTIONS(973), - [sym_integer_literal] = ACTIONS(975), - [aux_sym_string_literal_token1] = ACTIONS(975), - [sym_char_literal] = ACTIONS(975), - [anon_sym_true] = ACTIONS(973), - [anon_sym_false] = ACTIONS(973), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(973), - [sym_super] = ACTIONS(973), - [sym_crate] = ACTIONS(973), - [sym_metavariable] = ACTIONS(975), - [sym__raw_string_literal_start] = ACTIONS(975), - [sym_float_literal] = ACTIONS(975), - }, - [STATE(165)] = { - [sym_line_comment] = STATE(165), - [sym_block_comment] = STATE(165), - [sym_identifier] = ACTIONS(977), - [anon_sym_SEMI] = ACTIONS(979), - [anon_sym_LPAREN] = ACTIONS(979), - [anon_sym_RPAREN] = ACTIONS(979), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_RBRACK] = ACTIONS(979), - [anon_sym_LBRACE] = ACTIONS(979), - [anon_sym_RBRACE] = ACTIONS(979), - [anon_sym_EQ_GT] = ACTIONS(979), - [anon_sym_COLON] = ACTIONS(977), - [anon_sym_DOLLAR] = ACTIONS(977), - [anon_sym_PLUS] = ACTIONS(977), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_QMARK] = ACTIONS(979), - [anon_sym_u8] = ACTIONS(977), - [anon_sym_i8] = ACTIONS(977), - [anon_sym_u16] = ACTIONS(977), - [anon_sym_i16] = ACTIONS(977), - [anon_sym_u32] = ACTIONS(977), - [anon_sym_i32] = ACTIONS(977), - [anon_sym_u64] = ACTIONS(977), - [anon_sym_i64] = ACTIONS(977), - [anon_sym_u128] = ACTIONS(977), - [anon_sym_i128] = ACTIONS(977), - [anon_sym_isize] = ACTIONS(977), - [anon_sym_usize] = ACTIONS(977), - [anon_sym_f32] = ACTIONS(977), - [anon_sym_f64] = ACTIONS(977), - [anon_sym_bool] = ACTIONS(977), - [anon_sym_str] = ACTIONS(977), - [anon_sym_char] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(977), - [anon_sym_SLASH] = ACTIONS(977), - [anon_sym_PERCENT] = ACTIONS(977), - [anon_sym_CARET] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_AMP] = ACTIONS(977), - [anon_sym_PIPE] = ACTIONS(977), - [anon_sym_AMP_AMP] = ACTIONS(979), - [anon_sym_PIPE_PIPE] = ACTIONS(979), - [anon_sym_LT_LT] = ACTIONS(977), - [anon_sym_GT_GT] = ACTIONS(977), - [anon_sym_PLUS_EQ] = ACTIONS(979), - [anon_sym_DASH_EQ] = ACTIONS(979), - [anon_sym_STAR_EQ] = ACTIONS(979), - [anon_sym_SLASH_EQ] = ACTIONS(979), - [anon_sym_PERCENT_EQ] = ACTIONS(979), - [anon_sym_CARET_EQ] = ACTIONS(979), - [anon_sym_AMP_EQ] = ACTIONS(979), - [anon_sym_PIPE_EQ] = ACTIONS(979), - [anon_sym_LT_LT_EQ] = ACTIONS(979), - [anon_sym_GT_GT_EQ] = ACTIONS(979), - [anon_sym_EQ] = ACTIONS(977), - [anon_sym_EQ_EQ] = ACTIONS(979), - [anon_sym_BANG_EQ] = ACTIONS(979), - [anon_sym_GT] = ACTIONS(977), - [anon_sym_LT] = ACTIONS(977), - [anon_sym_GT_EQ] = ACTIONS(979), - [anon_sym_LT_EQ] = ACTIONS(979), - [anon_sym_AT] = ACTIONS(979), - [anon_sym__] = ACTIONS(977), - [anon_sym_DOT] = ACTIONS(977), - [anon_sym_DOT_DOT] = ACTIONS(977), - [anon_sym_DOT_DOT_DOT] = ACTIONS(979), - [anon_sym_DOT_DOT_EQ] = ACTIONS(979), - [anon_sym_COMMA] = ACTIONS(979), - [anon_sym_COLON_COLON] = ACTIONS(979), - [anon_sym_DASH_GT] = ACTIONS(979), - [anon_sym_POUND] = ACTIONS(979), - [anon_sym_SQUOTE] = ACTIONS(977), - [anon_sym_as] = ACTIONS(977), - [anon_sym_async] = ACTIONS(977), - [anon_sym_await] = ACTIONS(977), - [anon_sym_break] = ACTIONS(977), - [anon_sym_const] = ACTIONS(977), - [anon_sym_continue] = ACTIONS(977), - [anon_sym_default] = ACTIONS(977), - [anon_sym_enum] = ACTIONS(977), - [anon_sym_fn] = ACTIONS(977), - [anon_sym_for] = ACTIONS(977), - [anon_sym_gen] = ACTIONS(977), - [anon_sym_if] = ACTIONS(977), - [anon_sym_impl] = ACTIONS(977), - [anon_sym_let] = ACTIONS(977), - [anon_sym_loop] = ACTIONS(977), - [anon_sym_match] = ACTIONS(977), - [anon_sym_mod] = ACTIONS(977), - [anon_sym_pub] = ACTIONS(977), - [anon_sym_return] = ACTIONS(977), - [anon_sym_static] = ACTIONS(977), - [anon_sym_struct] = ACTIONS(977), - [anon_sym_trait] = ACTIONS(977), - [anon_sym_type] = ACTIONS(977), - [anon_sym_union] = ACTIONS(977), - [anon_sym_unsafe] = ACTIONS(977), - [anon_sym_use] = ACTIONS(977), - [anon_sym_where] = ACTIONS(977), - [anon_sym_while] = ACTIONS(977), - [sym_mutable_specifier] = ACTIONS(977), - [sym_integer_literal] = ACTIONS(979), - [aux_sym_string_literal_token1] = ACTIONS(979), - [sym_char_literal] = ACTIONS(979), - [anon_sym_true] = ACTIONS(977), - [anon_sym_false] = ACTIONS(977), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(977), - [sym_super] = ACTIONS(977), - [sym_crate] = ACTIONS(977), - [sym_metavariable] = ACTIONS(979), - [sym__raw_string_literal_start] = ACTIONS(979), - [sym_float_literal] = ACTIONS(979), - }, - [STATE(166)] = { - [sym_line_comment] = STATE(166), - [sym_block_comment] = STATE(166), - [sym_identifier] = ACTIONS(981), - [anon_sym_SEMI] = ACTIONS(983), - [anon_sym_LPAREN] = ACTIONS(983), - [anon_sym_RPAREN] = ACTIONS(983), - [anon_sym_LBRACK] = ACTIONS(983), - [anon_sym_RBRACK] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(983), - [anon_sym_RBRACE] = ACTIONS(983), - [anon_sym_EQ_GT] = ACTIONS(983), - [anon_sym_COLON] = ACTIONS(981), - [anon_sym_DOLLAR] = ACTIONS(981), - [anon_sym_PLUS] = ACTIONS(981), - [anon_sym_STAR] = ACTIONS(981), - [anon_sym_QMARK] = ACTIONS(983), - [anon_sym_u8] = ACTIONS(981), - [anon_sym_i8] = ACTIONS(981), - [anon_sym_u16] = ACTIONS(981), - [anon_sym_i16] = ACTIONS(981), - [anon_sym_u32] = ACTIONS(981), - [anon_sym_i32] = ACTIONS(981), - [anon_sym_u64] = ACTIONS(981), - [anon_sym_i64] = ACTIONS(981), - [anon_sym_u128] = ACTIONS(981), - [anon_sym_i128] = ACTIONS(981), - [anon_sym_isize] = ACTIONS(981), - [anon_sym_usize] = ACTIONS(981), - [anon_sym_f32] = ACTIONS(981), - [anon_sym_f64] = ACTIONS(981), - [anon_sym_bool] = ACTIONS(981), - [anon_sym_str] = ACTIONS(981), - [anon_sym_char] = ACTIONS(981), - [anon_sym_DASH] = ACTIONS(981), - [anon_sym_SLASH] = ACTIONS(981), - [anon_sym_PERCENT] = ACTIONS(981), - [anon_sym_CARET] = ACTIONS(981), - [anon_sym_BANG] = ACTIONS(981), - [anon_sym_AMP] = ACTIONS(981), - [anon_sym_PIPE] = ACTIONS(981), - [anon_sym_AMP_AMP] = ACTIONS(983), - [anon_sym_PIPE_PIPE] = ACTIONS(983), - [anon_sym_LT_LT] = ACTIONS(981), - [anon_sym_GT_GT] = ACTIONS(981), - [anon_sym_PLUS_EQ] = ACTIONS(983), - [anon_sym_DASH_EQ] = ACTIONS(983), - [anon_sym_STAR_EQ] = ACTIONS(983), - [anon_sym_SLASH_EQ] = ACTIONS(983), - [anon_sym_PERCENT_EQ] = ACTIONS(983), - [anon_sym_CARET_EQ] = ACTIONS(983), - [anon_sym_AMP_EQ] = ACTIONS(983), - [anon_sym_PIPE_EQ] = ACTIONS(983), - [anon_sym_LT_LT_EQ] = ACTIONS(983), - [anon_sym_GT_GT_EQ] = ACTIONS(983), - [anon_sym_EQ] = ACTIONS(981), - [anon_sym_EQ_EQ] = ACTIONS(983), - [anon_sym_BANG_EQ] = ACTIONS(983), - [anon_sym_GT] = ACTIONS(981), - [anon_sym_LT] = ACTIONS(981), - [anon_sym_GT_EQ] = ACTIONS(983), - [anon_sym_LT_EQ] = ACTIONS(983), - [anon_sym_AT] = ACTIONS(983), - [anon_sym__] = ACTIONS(981), - [anon_sym_DOT] = ACTIONS(981), - [anon_sym_DOT_DOT] = ACTIONS(981), - [anon_sym_DOT_DOT_DOT] = ACTIONS(983), - [anon_sym_DOT_DOT_EQ] = ACTIONS(983), - [anon_sym_COMMA] = ACTIONS(983), - [anon_sym_COLON_COLON] = ACTIONS(983), - [anon_sym_DASH_GT] = ACTIONS(983), - [anon_sym_POUND] = ACTIONS(983), - [anon_sym_SQUOTE] = ACTIONS(981), - [anon_sym_as] = ACTIONS(981), - [anon_sym_async] = ACTIONS(981), - [anon_sym_await] = ACTIONS(981), - [anon_sym_break] = ACTIONS(981), - [anon_sym_const] = ACTIONS(981), - [anon_sym_continue] = ACTIONS(981), - [anon_sym_default] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(981), - [anon_sym_fn] = ACTIONS(981), - [anon_sym_for] = ACTIONS(981), - [anon_sym_gen] = ACTIONS(981), - [anon_sym_if] = ACTIONS(981), - [anon_sym_impl] = ACTIONS(981), - [anon_sym_let] = ACTIONS(981), - [anon_sym_loop] = ACTIONS(981), - [anon_sym_match] = ACTIONS(981), - [anon_sym_mod] = ACTIONS(981), - [anon_sym_pub] = ACTIONS(981), - [anon_sym_return] = ACTIONS(981), - [anon_sym_static] = ACTIONS(981), - [anon_sym_struct] = ACTIONS(981), - [anon_sym_trait] = ACTIONS(981), - [anon_sym_type] = ACTIONS(981), - [anon_sym_union] = ACTIONS(981), - [anon_sym_unsafe] = ACTIONS(981), - [anon_sym_use] = ACTIONS(981), - [anon_sym_where] = ACTIONS(981), - [anon_sym_while] = ACTIONS(981), - [sym_mutable_specifier] = ACTIONS(981), - [sym_integer_literal] = ACTIONS(983), - [aux_sym_string_literal_token1] = ACTIONS(983), - [sym_char_literal] = ACTIONS(983), - [anon_sym_true] = ACTIONS(981), - [anon_sym_false] = ACTIONS(981), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(981), - [sym_super] = ACTIONS(981), - [sym_crate] = ACTIONS(981), - [sym_metavariable] = ACTIONS(983), - [sym__raw_string_literal_start] = ACTIONS(983), - [sym_float_literal] = ACTIONS(983), - }, - [STATE(167)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2597), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(167), - [sym_block_comment] = STATE(167), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(168)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1744), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(168), - [sym_block_comment] = STATE(168), - [aux_sym_enum_variant_list_repeat1] = STATE(211), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(985), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(169)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(169), - [sym_block_comment] = STATE(169), - [aux_sym_enum_variant_list_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(987), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(170)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(170), - [sym_block_comment] = STATE(170), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(163), + [sym_block_comment] = STATE(163), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(969), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(989), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -36329,7 +35621,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -36363,62 +35655,410 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(171)] = { + [STATE(164)] = { + [sym_line_comment] = STATE(164), + [sym_block_comment] = STATE(164), + [sym_identifier] = ACTIONS(971), + [anon_sym_SEMI] = ACTIONS(973), + [anon_sym_LPAREN] = ACTIONS(973), + [anon_sym_RPAREN] = ACTIONS(973), + [anon_sym_LBRACK] = ACTIONS(973), + [anon_sym_RBRACK] = ACTIONS(973), + [anon_sym_LBRACE] = ACTIONS(973), + [anon_sym_RBRACE] = ACTIONS(973), + [anon_sym_EQ_GT] = ACTIONS(973), + [anon_sym_COLON] = ACTIONS(971), + [anon_sym_DOLLAR] = ACTIONS(971), + [anon_sym_PLUS] = ACTIONS(971), + [anon_sym_STAR] = ACTIONS(971), + [anon_sym_QMARK] = ACTIONS(973), + [anon_sym_u8] = ACTIONS(971), + [anon_sym_i8] = ACTIONS(971), + [anon_sym_u16] = ACTIONS(971), + [anon_sym_i16] = ACTIONS(971), + [anon_sym_u32] = ACTIONS(971), + [anon_sym_i32] = ACTIONS(971), + [anon_sym_u64] = ACTIONS(971), + [anon_sym_i64] = ACTIONS(971), + [anon_sym_u128] = ACTIONS(971), + [anon_sym_i128] = ACTIONS(971), + [anon_sym_isize] = ACTIONS(971), + [anon_sym_usize] = ACTIONS(971), + [anon_sym_f32] = ACTIONS(971), + [anon_sym_f64] = ACTIONS(971), + [anon_sym_bool] = ACTIONS(971), + [anon_sym_str] = ACTIONS(971), + [anon_sym_char] = ACTIONS(971), + [anon_sym_DASH] = ACTIONS(971), + [anon_sym_SLASH] = ACTIONS(971), + [anon_sym_PERCENT] = ACTIONS(971), + [anon_sym_CARET] = ACTIONS(971), + [anon_sym_BANG] = ACTIONS(971), + [anon_sym_AMP] = ACTIONS(971), + [anon_sym_PIPE] = ACTIONS(971), + [anon_sym_AMP_AMP] = ACTIONS(973), + [anon_sym_PIPE_PIPE] = ACTIONS(973), + [anon_sym_LT_LT] = ACTIONS(971), + [anon_sym_GT_GT] = ACTIONS(971), + [anon_sym_PLUS_EQ] = ACTIONS(973), + [anon_sym_DASH_EQ] = ACTIONS(973), + [anon_sym_STAR_EQ] = ACTIONS(973), + [anon_sym_SLASH_EQ] = ACTIONS(973), + [anon_sym_PERCENT_EQ] = ACTIONS(973), + [anon_sym_CARET_EQ] = ACTIONS(973), + [anon_sym_AMP_EQ] = ACTIONS(973), + [anon_sym_PIPE_EQ] = ACTIONS(973), + [anon_sym_LT_LT_EQ] = ACTIONS(973), + [anon_sym_GT_GT_EQ] = ACTIONS(973), + [anon_sym_EQ] = ACTIONS(971), + [anon_sym_EQ_EQ] = ACTIONS(973), + [anon_sym_BANG_EQ] = ACTIONS(973), + [anon_sym_GT] = ACTIONS(971), + [anon_sym_LT] = ACTIONS(971), + [anon_sym_GT_EQ] = ACTIONS(973), + [anon_sym_LT_EQ] = ACTIONS(973), + [anon_sym_AT] = ACTIONS(973), + [anon_sym__] = ACTIONS(971), + [anon_sym_DOT] = ACTIONS(971), + [anon_sym_DOT_DOT] = ACTIONS(971), + [anon_sym_DOT_DOT_DOT] = ACTIONS(973), + [anon_sym_DOT_DOT_EQ] = ACTIONS(973), + [anon_sym_COMMA] = ACTIONS(973), + [anon_sym_COLON_COLON] = ACTIONS(973), + [anon_sym_DASH_GT] = ACTIONS(973), + [anon_sym_POUND] = ACTIONS(973), + [anon_sym_SQUOTE] = ACTIONS(971), + [anon_sym_as] = ACTIONS(971), + [anon_sym_async] = ACTIONS(971), + [anon_sym_await] = ACTIONS(971), + [anon_sym_break] = ACTIONS(971), + [anon_sym_const] = ACTIONS(971), + [anon_sym_continue] = ACTIONS(971), + [anon_sym_default] = ACTIONS(971), + [anon_sym_enum] = ACTIONS(971), + [anon_sym_fn] = ACTIONS(971), + [anon_sym_for] = ACTIONS(971), + [anon_sym_gen] = ACTIONS(971), + [anon_sym_if] = ACTIONS(971), + [anon_sym_impl] = ACTIONS(971), + [anon_sym_let] = ACTIONS(971), + [anon_sym_loop] = ACTIONS(971), + [anon_sym_match] = ACTIONS(971), + [anon_sym_mod] = ACTIONS(971), + [anon_sym_pub] = ACTIONS(971), + [anon_sym_return] = ACTIONS(971), + [anon_sym_static] = ACTIONS(971), + [anon_sym_struct] = ACTIONS(971), + [anon_sym_trait] = ACTIONS(971), + [anon_sym_type] = ACTIONS(971), + [anon_sym_union] = ACTIONS(971), + [anon_sym_unsafe] = ACTIONS(971), + [anon_sym_use] = ACTIONS(971), + [anon_sym_where] = ACTIONS(971), + [anon_sym_while] = ACTIONS(971), + [sym_mutable_specifier] = ACTIONS(971), + [sym_integer_literal] = ACTIONS(973), + [aux_sym_string_literal_token1] = ACTIONS(973), + [sym_char_literal] = ACTIONS(973), + [anon_sym_true] = ACTIONS(971), + [anon_sym_false] = ACTIONS(971), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(971), + [sym_super] = ACTIONS(971), + [sym_crate] = ACTIONS(971), + [sym_metavariable] = ACTIONS(973), + [sym__raw_string_literal_start] = ACTIONS(973), + [sym_float_literal] = ACTIONS(973), + }, + [STATE(165)] = { + [sym_line_comment] = STATE(165), + [sym_block_comment] = STATE(165), + [sym_identifier] = ACTIONS(975), + [anon_sym_SEMI] = ACTIONS(977), + [anon_sym_LPAREN] = ACTIONS(977), + [anon_sym_RPAREN] = ACTIONS(977), + [anon_sym_LBRACK] = ACTIONS(977), + [anon_sym_RBRACK] = ACTIONS(977), + [anon_sym_LBRACE] = ACTIONS(977), + [anon_sym_RBRACE] = ACTIONS(977), + [anon_sym_EQ_GT] = ACTIONS(977), + [anon_sym_COLON] = ACTIONS(975), + [anon_sym_DOLLAR] = ACTIONS(975), + [anon_sym_PLUS] = ACTIONS(975), + [anon_sym_STAR] = ACTIONS(975), + [anon_sym_QMARK] = ACTIONS(977), + [anon_sym_u8] = ACTIONS(975), + [anon_sym_i8] = ACTIONS(975), + [anon_sym_u16] = ACTIONS(975), + [anon_sym_i16] = ACTIONS(975), + [anon_sym_u32] = ACTIONS(975), + [anon_sym_i32] = ACTIONS(975), + [anon_sym_u64] = ACTIONS(975), + [anon_sym_i64] = ACTIONS(975), + [anon_sym_u128] = ACTIONS(975), + [anon_sym_i128] = ACTIONS(975), + [anon_sym_isize] = ACTIONS(975), + [anon_sym_usize] = ACTIONS(975), + [anon_sym_f32] = ACTIONS(975), + [anon_sym_f64] = ACTIONS(975), + [anon_sym_bool] = ACTIONS(975), + [anon_sym_str] = ACTIONS(975), + [anon_sym_char] = ACTIONS(975), + [anon_sym_DASH] = ACTIONS(975), + [anon_sym_SLASH] = ACTIONS(975), + [anon_sym_PERCENT] = ACTIONS(975), + [anon_sym_CARET] = ACTIONS(975), + [anon_sym_BANG] = ACTIONS(975), + [anon_sym_AMP] = ACTIONS(975), + [anon_sym_PIPE] = ACTIONS(975), + [anon_sym_AMP_AMP] = ACTIONS(977), + [anon_sym_PIPE_PIPE] = ACTIONS(977), + [anon_sym_LT_LT] = ACTIONS(975), + [anon_sym_GT_GT] = ACTIONS(975), + [anon_sym_PLUS_EQ] = ACTIONS(977), + [anon_sym_DASH_EQ] = ACTIONS(977), + [anon_sym_STAR_EQ] = ACTIONS(977), + [anon_sym_SLASH_EQ] = ACTIONS(977), + [anon_sym_PERCENT_EQ] = ACTIONS(977), + [anon_sym_CARET_EQ] = ACTIONS(977), + [anon_sym_AMP_EQ] = ACTIONS(977), + [anon_sym_PIPE_EQ] = ACTIONS(977), + [anon_sym_LT_LT_EQ] = ACTIONS(977), + [anon_sym_GT_GT_EQ] = ACTIONS(977), + [anon_sym_EQ] = ACTIONS(975), + [anon_sym_EQ_EQ] = ACTIONS(977), + [anon_sym_BANG_EQ] = ACTIONS(977), + [anon_sym_GT] = ACTIONS(975), + [anon_sym_LT] = ACTIONS(975), + [anon_sym_GT_EQ] = ACTIONS(977), + [anon_sym_LT_EQ] = ACTIONS(977), + [anon_sym_AT] = ACTIONS(977), + [anon_sym__] = ACTIONS(975), + [anon_sym_DOT] = ACTIONS(975), + [anon_sym_DOT_DOT] = ACTIONS(975), + [anon_sym_DOT_DOT_DOT] = ACTIONS(977), + [anon_sym_DOT_DOT_EQ] = ACTIONS(977), + [anon_sym_COMMA] = ACTIONS(977), + [anon_sym_COLON_COLON] = ACTIONS(977), + [anon_sym_DASH_GT] = ACTIONS(977), + [anon_sym_POUND] = ACTIONS(977), + [anon_sym_SQUOTE] = ACTIONS(975), + [anon_sym_as] = ACTIONS(975), + [anon_sym_async] = ACTIONS(975), + [anon_sym_await] = ACTIONS(975), + [anon_sym_break] = ACTIONS(975), + [anon_sym_const] = ACTIONS(975), + [anon_sym_continue] = ACTIONS(975), + [anon_sym_default] = ACTIONS(975), + [anon_sym_enum] = ACTIONS(975), + [anon_sym_fn] = ACTIONS(975), + [anon_sym_for] = ACTIONS(975), + [anon_sym_gen] = ACTIONS(975), + [anon_sym_if] = ACTIONS(975), + [anon_sym_impl] = ACTIONS(975), + [anon_sym_let] = ACTIONS(975), + [anon_sym_loop] = ACTIONS(975), + [anon_sym_match] = ACTIONS(975), + [anon_sym_mod] = ACTIONS(975), + [anon_sym_pub] = ACTIONS(975), + [anon_sym_return] = ACTIONS(975), + [anon_sym_static] = ACTIONS(975), + [anon_sym_struct] = ACTIONS(975), + [anon_sym_trait] = ACTIONS(975), + [anon_sym_type] = ACTIONS(975), + [anon_sym_union] = ACTIONS(975), + [anon_sym_unsafe] = ACTIONS(975), + [anon_sym_use] = ACTIONS(975), + [anon_sym_where] = ACTIONS(975), + [anon_sym_while] = ACTIONS(975), + [sym_mutable_specifier] = ACTIONS(975), + [sym_integer_literal] = ACTIONS(977), + [aux_sym_string_literal_token1] = ACTIONS(977), + [sym_char_literal] = ACTIONS(977), + [anon_sym_true] = ACTIONS(975), + [anon_sym_false] = ACTIONS(975), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(975), + [sym_super] = ACTIONS(975), + [sym_crate] = ACTIONS(975), + [sym_metavariable] = ACTIONS(977), + [sym__raw_string_literal_start] = ACTIONS(977), + [sym_float_literal] = ACTIONS(977), + }, + [STATE(166)] = { + [sym_line_comment] = STATE(166), + [sym_block_comment] = STATE(166), + [sym_identifier] = ACTIONS(863), + [anon_sym_SEMI] = ACTIONS(865), + [anon_sym_LPAREN] = ACTIONS(865), + [anon_sym_RPAREN] = ACTIONS(865), + [anon_sym_LBRACK] = ACTIONS(865), + [anon_sym_RBRACK] = ACTIONS(865), + [anon_sym_LBRACE] = ACTIONS(865), + [anon_sym_RBRACE] = ACTIONS(865), + [anon_sym_EQ_GT] = ACTIONS(865), + [anon_sym_COLON] = ACTIONS(863), + [anon_sym_DOLLAR] = ACTIONS(863), + [anon_sym_PLUS] = ACTIONS(863), + [anon_sym_STAR] = ACTIONS(863), + [anon_sym_QMARK] = ACTIONS(865), + [anon_sym_u8] = ACTIONS(863), + [anon_sym_i8] = ACTIONS(863), + [anon_sym_u16] = ACTIONS(863), + [anon_sym_i16] = ACTIONS(863), + [anon_sym_u32] = ACTIONS(863), + [anon_sym_i32] = ACTIONS(863), + [anon_sym_u64] = ACTIONS(863), + [anon_sym_i64] = ACTIONS(863), + [anon_sym_u128] = ACTIONS(863), + [anon_sym_i128] = ACTIONS(863), + [anon_sym_isize] = ACTIONS(863), + [anon_sym_usize] = ACTIONS(863), + [anon_sym_f32] = ACTIONS(863), + [anon_sym_f64] = ACTIONS(863), + [anon_sym_bool] = ACTIONS(863), + [anon_sym_str] = ACTIONS(863), + [anon_sym_char] = ACTIONS(863), + [anon_sym_DASH] = ACTIONS(863), + [anon_sym_SLASH] = ACTIONS(863), + [anon_sym_PERCENT] = ACTIONS(863), + [anon_sym_CARET] = ACTIONS(863), + [anon_sym_BANG] = ACTIONS(863), + [anon_sym_AMP] = ACTIONS(863), + [anon_sym_PIPE] = ACTIONS(863), + [anon_sym_AMP_AMP] = ACTIONS(865), + [anon_sym_PIPE_PIPE] = ACTIONS(865), + [anon_sym_LT_LT] = ACTIONS(863), + [anon_sym_GT_GT] = ACTIONS(863), + [anon_sym_PLUS_EQ] = ACTIONS(865), + [anon_sym_DASH_EQ] = ACTIONS(865), + [anon_sym_STAR_EQ] = ACTIONS(865), + [anon_sym_SLASH_EQ] = ACTIONS(865), + [anon_sym_PERCENT_EQ] = ACTIONS(865), + [anon_sym_CARET_EQ] = ACTIONS(865), + [anon_sym_AMP_EQ] = ACTIONS(865), + [anon_sym_PIPE_EQ] = ACTIONS(865), + [anon_sym_LT_LT_EQ] = ACTIONS(865), + [anon_sym_GT_GT_EQ] = ACTIONS(865), + [anon_sym_EQ] = ACTIONS(863), + [anon_sym_EQ_EQ] = ACTIONS(865), + [anon_sym_BANG_EQ] = ACTIONS(865), + [anon_sym_GT] = ACTIONS(863), + [anon_sym_LT] = ACTIONS(863), + [anon_sym_GT_EQ] = ACTIONS(865), + [anon_sym_LT_EQ] = ACTIONS(865), + [anon_sym_AT] = ACTIONS(865), + [anon_sym__] = ACTIONS(863), + [anon_sym_DOT] = ACTIONS(863), + [anon_sym_DOT_DOT] = ACTIONS(863), + [anon_sym_DOT_DOT_DOT] = ACTIONS(865), + [anon_sym_DOT_DOT_EQ] = ACTIONS(865), + [anon_sym_COMMA] = ACTIONS(865), + [anon_sym_COLON_COLON] = ACTIONS(865), + [anon_sym_DASH_GT] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(865), + [anon_sym_SQUOTE] = ACTIONS(863), + [anon_sym_as] = ACTIONS(863), + [anon_sym_async] = ACTIONS(863), + [anon_sym_await] = ACTIONS(863), + [anon_sym_break] = ACTIONS(863), + [anon_sym_const] = ACTIONS(863), + [anon_sym_continue] = ACTIONS(863), + [anon_sym_default] = ACTIONS(863), + [anon_sym_enum] = ACTIONS(863), + [anon_sym_fn] = ACTIONS(863), + [anon_sym_for] = ACTIONS(863), + [anon_sym_gen] = ACTIONS(863), + [anon_sym_if] = ACTIONS(863), + [anon_sym_impl] = ACTIONS(863), + [anon_sym_let] = ACTIONS(863), + [anon_sym_loop] = ACTIONS(863), + [anon_sym_match] = ACTIONS(863), + [anon_sym_mod] = ACTIONS(863), + [anon_sym_pub] = ACTIONS(863), + [anon_sym_return] = ACTIONS(863), + [anon_sym_static] = ACTIONS(863), + [anon_sym_struct] = ACTIONS(863), + [anon_sym_trait] = ACTIONS(863), + [anon_sym_type] = ACTIONS(863), + [anon_sym_union] = ACTIONS(863), + [anon_sym_unsafe] = ACTIONS(863), + [anon_sym_use] = ACTIONS(863), + [anon_sym_where] = ACTIONS(863), + [anon_sym_while] = ACTIONS(863), + [sym_mutable_specifier] = ACTIONS(863), + [sym_integer_literal] = ACTIONS(865), + [aux_sym_string_literal_token1] = ACTIONS(865), + [sym_char_literal] = ACTIONS(865), + [anon_sym_true] = ACTIONS(863), + [anon_sym_false] = ACTIONS(863), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(863), + [sym_super] = ACTIONS(863), + [sym_crate] = ACTIONS(863), + [sym_metavariable] = ACTIONS(865), + [sym__raw_string_literal_start] = ACTIONS(865), + [sym_float_literal] = ACTIONS(865), + }, + [STATE(167)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(171), - [sym_block_comment] = STATE(171), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(167), + [sym_block_comment] = STATE(167), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(979), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(991), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -36445,7 +36085,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -36479,61 +36119,989 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, + [STATE(168)] = { + [sym_line_comment] = STATE(168), + [sym_block_comment] = STATE(168), + [sym_identifier] = ACTIONS(981), + [anon_sym_SEMI] = ACTIONS(983), + [anon_sym_LPAREN] = ACTIONS(983), + [anon_sym_RPAREN] = ACTIONS(983), + [anon_sym_LBRACK] = ACTIONS(983), + [anon_sym_RBRACK] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(983), + [anon_sym_RBRACE] = ACTIONS(983), + [anon_sym_EQ_GT] = ACTIONS(983), + [anon_sym_COLON] = ACTIONS(981), + [anon_sym_DOLLAR] = ACTIONS(981), + [anon_sym_PLUS] = ACTIONS(981), + [anon_sym_STAR] = ACTIONS(981), + [anon_sym_QMARK] = ACTIONS(983), + [anon_sym_u8] = ACTIONS(981), + [anon_sym_i8] = ACTIONS(981), + [anon_sym_u16] = ACTIONS(981), + [anon_sym_i16] = ACTIONS(981), + [anon_sym_u32] = ACTIONS(981), + [anon_sym_i32] = ACTIONS(981), + [anon_sym_u64] = ACTIONS(981), + [anon_sym_i64] = ACTIONS(981), + [anon_sym_u128] = ACTIONS(981), + [anon_sym_i128] = ACTIONS(981), + [anon_sym_isize] = ACTIONS(981), + [anon_sym_usize] = ACTIONS(981), + [anon_sym_f32] = ACTIONS(981), + [anon_sym_f64] = ACTIONS(981), + [anon_sym_bool] = ACTIONS(981), + [anon_sym_str] = ACTIONS(981), + [anon_sym_char] = ACTIONS(981), + [anon_sym_DASH] = ACTIONS(981), + [anon_sym_SLASH] = ACTIONS(981), + [anon_sym_PERCENT] = ACTIONS(981), + [anon_sym_CARET] = ACTIONS(981), + [anon_sym_BANG] = ACTIONS(981), + [anon_sym_AMP] = ACTIONS(981), + [anon_sym_PIPE] = ACTIONS(981), + [anon_sym_AMP_AMP] = ACTIONS(983), + [anon_sym_PIPE_PIPE] = ACTIONS(983), + [anon_sym_LT_LT] = ACTIONS(981), + [anon_sym_GT_GT] = ACTIONS(981), + [anon_sym_PLUS_EQ] = ACTIONS(983), + [anon_sym_DASH_EQ] = ACTIONS(983), + [anon_sym_STAR_EQ] = ACTIONS(983), + [anon_sym_SLASH_EQ] = ACTIONS(983), + [anon_sym_PERCENT_EQ] = ACTIONS(983), + [anon_sym_CARET_EQ] = ACTIONS(983), + [anon_sym_AMP_EQ] = ACTIONS(983), + [anon_sym_PIPE_EQ] = ACTIONS(983), + [anon_sym_LT_LT_EQ] = ACTIONS(983), + [anon_sym_GT_GT_EQ] = ACTIONS(983), + [anon_sym_EQ] = ACTIONS(981), + [anon_sym_EQ_EQ] = ACTIONS(983), + [anon_sym_BANG_EQ] = ACTIONS(983), + [anon_sym_GT] = ACTIONS(981), + [anon_sym_LT] = ACTIONS(981), + [anon_sym_GT_EQ] = ACTIONS(983), + [anon_sym_LT_EQ] = ACTIONS(983), + [anon_sym_AT] = ACTIONS(983), + [anon_sym__] = ACTIONS(981), + [anon_sym_DOT] = ACTIONS(981), + [anon_sym_DOT_DOT] = ACTIONS(981), + [anon_sym_DOT_DOT_DOT] = ACTIONS(983), + [anon_sym_DOT_DOT_EQ] = ACTIONS(983), + [anon_sym_COMMA] = ACTIONS(983), + [anon_sym_COLON_COLON] = ACTIONS(983), + [anon_sym_DASH_GT] = ACTIONS(983), + [anon_sym_POUND] = ACTIONS(983), + [anon_sym_SQUOTE] = ACTIONS(981), + [anon_sym_as] = ACTIONS(981), + [anon_sym_async] = ACTIONS(981), + [anon_sym_await] = ACTIONS(981), + [anon_sym_break] = ACTIONS(981), + [anon_sym_const] = ACTIONS(981), + [anon_sym_continue] = ACTIONS(981), + [anon_sym_default] = ACTIONS(981), + [anon_sym_enum] = ACTIONS(981), + [anon_sym_fn] = ACTIONS(981), + [anon_sym_for] = ACTIONS(981), + [anon_sym_gen] = ACTIONS(981), + [anon_sym_if] = ACTIONS(981), + [anon_sym_impl] = ACTIONS(981), + [anon_sym_let] = ACTIONS(981), + [anon_sym_loop] = ACTIONS(981), + [anon_sym_match] = ACTIONS(981), + [anon_sym_mod] = ACTIONS(981), + [anon_sym_pub] = ACTIONS(981), + [anon_sym_return] = ACTIONS(981), + [anon_sym_static] = ACTIONS(981), + [anon_sym_struct] = ACTIONS(981), + [anon_sym_trait] = ACTIONS(981), + [anon_sym_type] = ACTIONS(981), + [anon_sym_union] = ACTIONS(981), + [anon_sym_unsafe] = ACTIONS(981), + [anon_sym_use] = ACTIONS(981), + [anon_sym_where] = ACTIONS(981), + [anon_sym_while] = ACTIONS(981), + [sym_mutable_specifier] = ACTIONS(981), + [sym_integer_literal] = ACTIONS(983), + [aux_sym_string_literal_token1] = ACTIONS(983), + [sym_char_literal] = ACTIONS(983), + [anon_sym_true] = ACTIONS(981), + [anon_sym_false] = ACTIONS(981), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(981), + [sym_super] = ACTIONS(981), + [sym_crate] = ACTIONS(981), + [sym_metavariable] = ACTIONS(983), + [sym__raw_string_literal_start] = ACTIONS(983), + [sym_float_literal] = ACTIONS(983), + }, + [STATE(169)] = { + [sym_line_comment] = STATE(169), + [sym_block_comment] = STATE(169), + [sym_identifier] = ACTIONS(985), + [anon_sym_SEMI] = ACTIONS(987), + [anon_sym_LPAREN] = ACTIONS(987), + [anon_sym_RPAREN] = ACTIONS(987), + [anon_sym_LBRACK] = ACTIONS(987), + [anon_sym_RBRACK] = ACTIONS(987), + [anon_sym_LBRACE] = ACTIONS(987), + [anon_sym_RBRACE] = ACTIONS(987), + [anon_sym_EQ_GT] = ACTIONS(987), + [anon_sym_COLON] = ACTIONS(985), + [anon_sym_DOLLAR] = ACTIONS(985), + [anon_sym_PLUS] = ACTIONS(985), + [anon_sym_STAR] = ACTIONS(985), + [anon_sym_QMARK] = ACTIONS(987), + [anon_sym_u8] = ACTIONS(985), + [anon_sym_i8] = ACTIONS(985), + [anon_sym_u16] = ACTIONS(985), + [anon_sym_i16] = ACTIONS(985), + [anon_sym_u32] = ACTIONS(985), + [anon_sym_i32] = ACTIONS(985), + [anon_sym_u64] = ACTIONS(985), + [anon_sym_i64] = ACTIONS(985), + [anon_sym_u128] = ACTIONS(985), + [anon_sym_i128] = ACTIONS(985), + [anon_sym_isize] = ACTIONS(985), + [anon_sym_usize] = ACTIONS(985), + [anon_sym_f32] = ACTIONS(985), + [anon_sym_f64] = ACTIONS(985), + [anon_sym_bool] = ACTIONS(985), + [anon_sym_str] = ACTIONS(985), + [anon_sym_char] = ACTIONS(985), + [anon_sym_DASH] = ACTIONS(985), + [anon_sym_SLASH] = ACTIONS(985), + [anon_sym_PERCENT] = ACTIONS(985), + [anon_sym_CARET] = ACTIONS(985), + [anon_sym_BANG] = ACTIONS(985), + [anon_sym_AMP] = ACTIONS(985), + [anon_sym_PIPE] = ACTIONS(985), + [anon_sym_AMP_AMP] = ACTIONS(987), + [anon_sym_PIPE_PIPE] = ACTIONS(987), + [anon_sym_LT_LT] = ACTIONS(985), + [anon_sym_GT_GT] = ACTIONS(985), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_CARET_EQ] = ACTIONS(987), + [anon_sym_AMP_EQ] = ACTIONS(987), + [anon_sym_PIPE_EQ] = ACTIONS(987), + [anon_sym_LT_LT_EQ] = ACTIONS(987), + [anon_sym_GT_GT_EQ] = ACTIONS(987), + [anon_sym_EQ] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(987), + [anon_sym_GT] = ACTIONS(985), + [anon_sym_LT] = ACTIONS(985), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_AT] = ACTIONS(987), + [anon_sym__] = ACTIONS(985), + [anon_sym_DOT] = ACTIONS(985), + [anon_sym_DOT_DOT] = ACTIONS(985), + [anon_sym_DOT_DOT_DOT] = ACTIONS(987), + [anon_sym_DOT_DOT_EQ] = ACTIONS(987), + [anon_sym_COMMA] = ACTIONS(987), + [anon_sym_COLON_COLON] = ACTIONS(987), + [anon_sym_DASH_GT] = ACTIONS(987), + [anon_sym_POUND] = ACTIONS(987), + [anon_sym_SQUOTE] = ACTIONS(985), + [anon_sym_as] = ACTIONS(985), + [anon_sym_async] = ACTIONS(985), + [anon_sym_await] = ACTIONS(985), + [anon_sym_break] = ACTIONS(985), + [anon_sym_const] = ACTIONS(985), + [anon_sym_continue] = ACTIONS(985), + [anon_sym_default] = ACTIONS(985), + [anon_sym_enum] = ACTIONS(985), + [anon_sym_fn] = ACTIONS(985), + [anon_sym_for] = ACTIONS(985), + [anon_sym_gen] = ACTIONS(985), + [anon_sym_if] = ACTIONS(985), + [anon_sym_impl] = ACTIONS(985), + [anon_sym_let] = ACTIONS(985), + [anon_sym_loop] = ACTIONS(985), + [anon_sym_match] = ACTIONS(985), + [anon_sym_mod] = ACTIONS(985), + [anon_sym_pub] = ACTIONS(985), + [anon_sym_return] = ACTIONS(985), + [anon_sym_static] = ACTIONS(985), + [anon_sym_struct] = ACTIONS(985), + [anon_sym_trait] = ACTIONS(985), + [anon_sym_type] = ACTIONS(985), + [anon_sym_union] = ACTIONS(985), + [anon_sym_unsafe] = ACTIONS(985), + [anon_sym_use] = ACTIONS(985), + [anon_sym_where] = ACTIONS(985), + [anon_sym_while] = ACTIONS(985), + [sym_mutable_specifier] = ACTIONS(985), + [sym_integer_literal] = ACTIONS(987), + [aux_sym_string_literal_token1] = ACTIONS(987), + [sym_char_literal] = ACTIONS(987), + [anon_sym_true] = ACTIONS(985), + [anon_sym_false] = ACTIONS(985), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(985), + [sym_super] = ACTIONS(985), + [sym_crate] = ACTIONS(985), + [sym_metavariable] = ACTIONS(987), + [sym__raw_string_literal_start] = ACTIONS(987), + [sym_float_literal] = ACTIONS(987), + }, + [STATE(170)] = { + [sym_line_comment] = STATE(170), + [sym_block_comment] = STATE(170), + [sym_identifier] = ACTIONS(989), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_RPAREN] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_RBRACK] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_EQ_GT] = ACTIONS(991), + [anon_sym_COLON] = ACTIONS(989), + [anon_sym_DOLLAR] = ACTIONS(989), + [anon_sym_PLUS] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(989), + [anon_sym_QMARK] = ACTIONS(991), + [anon_sym_u8] = ACTIONS(989), + [anon_sym_i8] = ACTIONS(989), + [anon_sym_u16] = ACTIONS(989), + [anon_sym_i16] = ACTIONS(989), + [anon_sym_u32] = ACTIONS(989), + [anon_sym_i32] = ACTIONS(989), + [anon_sym_u64] = ACTIONS(989), + [anon_sym_i64] = ACTIONS(989), + [anon_sym_u128] = ACTIONS(989), + [anon_sym_i128] = ACTIONS(989), + [anon_sym_isize] = ACTIONS(989), + [anon_sym_usize] = ACTIONS(989), + [anon_sym_f32] = ACTIONS(989), + [anon_sym_f64] = ACTIONS(989), + [anon_sym_bool] = ACTIONS(989), + [anon_sym_str] = ACTIONS(989), + [anon_sym_char] = ACTIONS(989), + [anon_sym_DASH] = ACTIONS(989), + [anon_sym_SLASH] = ACTIONS(989), + [anon_sym_PERCENT] = ACTIONS(989), + [anon_sym_CARET] = ACTIONS(989), + [anon_sym_BANG] = ACTIONS(989), + [anon_sym_AMP] = ACTIONS(989), + [anon_sym_PIPE] = ACTIONS(989), + [anon_sym_AMP_AMP] = ACTIONS(991), + [anon_sym_PIPE_PIPE] = ACTIONS(991), + [anon_sym_LT_LT] = ACTIONS(989), + [anon_sym_GT_GT] = ACTIONS(989), + [anon_sym_PLUS_EQ] = ACTIONS(991), + [anon_sym_DASH_EQ] = ACTIONS(991), + [anon_sym_STAR_EQ] = ACTIONS(991), + [anon_sym_SLASH_EQ] = ACTIONS(991), + [anon_sym_PERCENT_EQ] = ACTIONS(991), + [anon_sym_CARET_EQ] = ACTIONS(991), + [anon_sym_AMP_EQ] = ACTIONS(991), + [anon_sym_PIPE_EQ] = ACTIONS(991), + [anon_sym_LT_LT_EQ] = ACTIONS(991), + [anon_sym_GT_GT_EQ] = ACTIONS(991), + [anon_sym_EQ] = ACTIONS(989), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(989), + [anon_sym_LT] = ACTIONS(989), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_AT] = ACTIONS(991), + [anon_sym__] = ACTIONS(989), + [anon_sym_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_DOT] = ACTIONS(991), + [anon_sym_DOT_DOT_EQ] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(991), + [anon_sym_COLON_COLON] = ACTIONS(991), + [anon_sym_DASH_GT] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(991), + [anon_sym_SQUOTE] = ACTIONS(989), + [anon_sym_as] = ACTIONS(989), + [anon_sym_async] = ACTIONS(989), + [anon_sym_await] = ACTIONS(989), + [anon_sym_break] = ACTIONS(989), + [anon_sym_const] = ACTIONS(989), + [anon_sym_continue] = ACTIONS(989), + [anon_sym_default] = ACTIONS(989), + [anon_sym_enum] = ACTIONS(989), + [anon_sym_fn] = ACTIONS(989), + [anon_sym_for] = ACTIONS(989), + [anon_sym_gen] = ACTIONS(989), + [anon_sym_if] = ACTIONS(989), + [anon_sym_impl] = ACTIONS(989), + [anon_sym_let] = ACTIONS(989), + [anon_sym_loop] = ACTIONS(989), + [anon_sym_match] = ACTIONS(989), + [anon_sym_mod] = ACTIONS(989), + [anon_sym_pub] = ACTIONS(989), + [anon_sym_return] = ACTIONS(989), + [anon_sym_static] = ACTIONS(989), + [anon_sym_struct] = ACTIONS(989), + [anon_sym_trait] = ACTIONS(989), + [anon_sym_type] = ACTIONS(989), + [anon_sym_union] = ACTIONS(989), + [anon_sym_unsafe] = ACTIONS(989), + [anon_sym_use] = ACTIONS(989), + [anon_sym_where] = ACTIONS(989), + [anon_sym_while] = ACTIONS(989), + [sym_mutable_specifier] = ACTIONS(989), + [sym_integer_literal] = ACTIONS(991), + [aux_sym_string_literal_token1] = ACTIONS(991), + [sym_char_literal] = ACTIONS(991), + [anon_sym_true] = ACTIONS(989), + [anon_sym_false] = ACTIONS(989), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(989), + [sym_super] = ACTIONS(989), + [sym_crate] = ACTIONS(989), + [sym_metavariable] = ACTIONS(991), + [sym__raw_string_literal_start] = ACTIONS(991), + [sym_float_literal] = ACTIONS(991), + }, + [STATE(171)] = { + [sym_line_comment] = STATE(171), + [sym_block_comment] = STATE(171), + [sym_identifier] = ACTIONS(897), + [anon_sym_SEMI] = ACTIONS(899), + [anon_sym_LPAREN] = ACTIONS(899), + [anon_sym_RPAREN] = ACTIONS(899), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_RBRACK] = ACTIONS(899), + [anon_sym_LBRACE] = ACTIONS(899), + [anon_sym_RBRACE] = ACTIONS(899), + [anon_sym_EQ_GT] = ACTIONS(899), + [anon_sym_COLON] = ACTIONS(897), + [anon_sym_DOLLAR] = ACTIONS(897), + [anon_sym_PLUS] = ACTIONS(897), + [anon_sym_STAR] = ACTIONS(897), + [anon_sym_QMARK] = ACTIONS(899), + [anon_sym_u8] = ACTIONS(897), + [anon_sym_i8] = ACTIONS(897), + [anon_sym_u16] = ACTIONS(897), + [anon_sym_i16] = ACTIONS(897), + [anon_sym_u32] = ACTIONS(897), + [anon_sym_i32] = ACTIONS(897), + [anon_sym_u64] = ACTIONS(897), + [anon_sym_i64] = ACTIONS(897), + [anon_sym_u128] = ACTIONS(897), + [anon_sym_i128] = ACTIONS(897), + [anon_sym_isize] = ACTIONS(897), + [anon_sym_usize] = ACTIONS(897), + [anon_sym_f32] = ACTIONS(897), + [anon_sym_f64] = ACTIONS(897), + [anon_sym_bool] = ACTIONS(897), + [anon_sym_str] = ACTIONS(897), + [anon_sym_char] = ACTIONS(897), + [anon_sym_DASH] = ACTIONS(897), + [anon_sym_SLASH] = ACTIONS(897), + [anon_sym_PERCENT] = ACTIONS(897), + [anon_sym_CARET] = ACTIONS(897), + [anon_sym_BANG] = ACTIONS(897), + [anon_sym_AMP] = ACTIONS(897), + [anon_sym_PIPE] = ACTIONS(897), + [anon_sym_AMP_AMP] = ACTIONS(899), + [anon_sym_PIPE_PIPE] = ACTIONS(899), + [anon_sym_LT_LT] = ACTIONS(897), + [anon_sym_GT_GT] = ACTIONS(897), + [anon_sym_PLUS_EQ] = ACTIONS(899), + [anon_sym_DASH_EQ] = ACTIONS(899), + [anon_sym_STAR_EQ] = ACTIONS(899), + [anon_sym_SLASH_EQ] = ACTIONS(899), + [anon_sym_PERCENT_EQ] = ACTIONS(899), + [anon_sym_CARET_EQ] = ACTIONS(899), + [anon_sym_AMP_EQ] = ACTIONS(899), + [anon_sym_PIPE_EQ] = ACTIONS(899), + [anon_sym_LT_LT_EQ] = ACTIONS(899), + [anon_sym_GT_GT_EQ] = ACTIONS(899), + [anon_sym_EQ] = ACTIONS(897), + [anon_sym_EQ_EQ] = ACTIONS(899), + [anon_sym_BANG_EQ] = ACTIONS(899), + [anon_sym_GT] = ACTIONS(897), + [anon_sym_LT] = ACTIONS(897), + [anon_sym_GT_EQ] = ACTIONS(899), + [anon_sym_LT_EQ] = ACTIONS(899), + [anon_sym_AT] = ACTIONS(899), + [anon_sym__] = ACTIONS(897), + [anon_sym_DOT] = ACTIONS(897), + [anon_sym_DOT_DOT] = ACTIONS(897), + [anon_sym_DOT_DOT_DOT] = ACTIONS(899), + [anon_sym_DOT_DOT_EQ] = ACTIONS(899), + [anon_sym_COMMA] = ACTIONS(899), + [anon_sym_COLON_COLON] = ACTIONS(899), + [anon_sym_DASH_GT] = ACTIONS(899), + [anon_sym_POUND] = ACTIONS(899), + [anon_sym_SQUOTE] = ACTIONS(897), + [anon_sym_as] = ACTIONS(897), + [anon_sym_async] = ACTIONS(897), + [anon_sym_await] = ACTIONS(897), + [anon_sym_break] = ACTIONS(897), + [anon_sym_const] = ACTIONS(897), + [anon_sym_continue] = ACTIONS(897), + [anon_sym_default] = ACTIONS(897), + [anon_sym_enum] = ACTIONS(897), + [anon_sym_fn] = ACTIONS(897), + [anon_sym_for] = ACTIONS(897), + [anon_sym_gen] = ACTIONS(897), + [anon_sym_if] = ACTIONS(897), + [anon_sym_impl] = ACTIONS(897), + [anon_sym_let] = ACTIONS(897), + [anon_sym_loop] = ACTIONS(897), + [anon_sym_match] = ACTIONS(897), + [anon_sym_mod] = ACTIONS(897), + [anon_sym_pub] = ACTIONS(897), + [anon_sym_return] = ACTIONS(897), + [anon_sym_static] = ACTIONS(897), + [anon_sym_struct] = ACTIONS(897), + [anon_sym_trait] = ACTIONS(897), + [anon_sym_type] = ACTIONS(897), + [anon_sym_union] = ACTIONS(897), + [anon_sym_unsafe] = ACTIONS(897), + [anon_sym_use] = ACTIONS(897), + [anon_sym_where] = ACTIONS(897), + [anon_sym_while] = ACTIONS(897), + [sym_mutable_specifier] = ACTIONS(897), + [sym_integer_literal] = ACTIONS(899), + [aux_sym_string_literal_token1] = ACTIONS(899), + [sym_char_literal] = ACTIONS(899), + [anon_sym_true] = ACTIONS(897), + [anon_sym_false] = ACTIONS(897), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(897), + [sym_super] = ACTIONS(897), + [sym_crate] = ACTIONS(897), + [sym_metavariable] = ACTIONS(899), + [sym__raw_string_literal_start] = ACTIONS(899), + [sym_float_literal] = ACTIONS(899), + }, [STATE(172)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), [sym_line_comment] = STATE(172), [sym_block_comment] = STATE(172), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_identifier] = ACTIONS(897), + [anon_sym_SEMI] = ACTIONS(899), + [anon_sym_LPAREN] = ACTIONS(899), + [anon_sym_RPAREN] = ACTIONS(899), + [anon_sym_LBRACK] = ACTIONS(899), + [anon_sym_RBRACK] = ACTIONS(899), + [anon_sym_LBRACE] = ACTIONS(899), + [anon_sym_RBRACE] = ACTIONS(899), + [anon_sym_EQ_GT] = ACTIONS(899), + [anon_sym_COLON] = ACTIONS(993), + [anon_sym_DOLLAR] = ACTIONS(897), + [anon_sym_PLUS] = ACTIONS(897), + [anon_sym_STAR] = ACTIONS(897), + [anon_sym_QMARK] = ACTIONS(899), + [anon_sym_u8] = ACTIONS(897), + [anon_sym_i8] = ACTIONS(897), + [anon_sym_u16] = ACTIONS(897), + [anon_sym_i16] = ACTIONS(897), + [anon_sym_u32] = ACTIONS(897), + [anon_sym_i32] = ACTIONS(897), + [anon_sym_u64] = ACTIONS(897), + [anon_sym_i64] = ACTIONS(897), + [anon_sym_u128] = ACTIONS(897), + [anon_sym_i128] = ACTIONS(897), + [anon_sym_isize] = ACTIONS(897), + [anon_sym_usize] = ACTIONS(897), + [anon_sym_f32] = ACTIONS(897), + [anon_sym_f64] = ACTIONS(897), + [anon_sym_bool] = ACTIONS(897), + [anon_sym_str] = ACTIONS(897), + [anon_sym_char] = ACTIONS(897), + [anon_sym_DASH] = ACTIONS(897), + [anon_sym_SLASH] = ACTIONS(897), + [anon_sym_PERCENT] = ACTIONS(897), + [anon_sym_CARET] = ACTIONS(897), + [anon_sym_BANG] = ACTIONS(897), + [anon_sym_AMP] = ACTIONS(897), + [anon_sym_PIPE] = ACTIONS(897), + [anon_sym_AMP_AMP] = ACTIONS(899), + [anon_sym_PIPE_PIPE] = ACTIONS(899), + [anon_sym_LT_LT] = ACTIONS(897), + [anon_sym_GT_GT] = ACTIONS(897), + [anon_sym_PLUS_EQ] = ACTIONS(899), + [anon_sym_DASH_EQ] = ACTIONS(899), + [anon_sym_STAR_EQ] = ACTIONS(899), + [anon_sym_SLASH_EQ] = ACTIONS(899), + [anon_sym_PERCENT_EQ] = ACTIONS(899), + [anon_sym_CARET_EQ] = ACTIONS(899), + [anon_sym_AMP_EQ] = ACTIONS(899), + [anon_sym_PIPE_EQ] = ACTIONS(899), + [anon_sym_LT_LT_EQ] = ACTIONS(899), + [anon_sym_GT_GT_EQ] = ACTIONS(899), + [anon_sym_EQ] = ACTIONS(897), + [anon_sym_EQ_EQ] = ACTIONS(899), + [anon_sym_BANG_EQ] = ACTIONS(899), + [anon_sym_GT] = ACTIONS(897), + [anon_sym_LT] = ACTIONS(897), + [anon_sym_GT_EQ] = ACTIONS(899), + [anon_sym_LT_EQ] = ACTIONS(899), + [anon_sym_AT] = ACTIONS(899), + [anon_sym__] = ACTIONS(897), + [anon_sym_DOT] = ACTIONS(897), + [anon_sym_DOT_DOT] = ACTIONS(897), + [anon_sym_DOT_DOT_DOT] = ACTIONS(899), + [anon_sym_DOT_DOT_EQ] = ACTIONS(899), + [anon_sym_COMMA] = ACTIONS(899), + [anon_sym_COLON_COLON] = ACTIONS(899), + [anon_sym_DASH_GT] = ACTIONS(899), + [anon_sym_POUND] = ACTIONS(899), + [anon_sym_SQUOTE] = ACTIONS(897), + [anon_sym_as] = ACTIONS(897), + [anon_sym_async] = ACTIONS(897), + [anon_sym_await] = ACTIONS(897), + [anon_sym_break] = ACTIONS(897), + [anon_sym_const] = ACTIONS(897), + [anon_sym_continue] = ACTIONS(897), + [anon_sym_default] = ACTIONS(897), + [anon_sym_enum] = ACTIONS(897), + [anon_sym_fn] = ACTIONS(897), + [anon_sym_for] = ACTIONS(897), + [anon_sym_gen] = ACTIONS(897), + [anon_sym_if] = ACTIONS(897), + [anon_sym_impl] = ACTIONS(897), + [anon_sym_let] = ACTIONS(897), + [anon_sym_loop] = ACTIONS(897), + [anon_sym_match] = ACTIONS(897), + [anon_sym_mod] = ACTIONS(897), + [anon_sym_pub] = ACTIONS(897), + [anon_sym_return] = ACTIONS(897), + [anon_sym_static] = ACTIONS(897), + [anon_sym_struct] = ACTIONS(897), + [anon_sym_trait] = ACTIONS(897), + [anon_sym_type] = ACTIONS(897), + [anon_sym_union] = ACTIONS(897), + [anon_sym_unsafe] = ACTIONS(897), + [anon_sym_use] = ACTIONS(897), + [anon_sym_where] = ACTIONS(897), + [anon_sym_while] = ACTIONS(897), + [sym_mutable_specifier] = ACTIONS(897), + [sym_integer_literal] = ACTIONS(899), + [aux_sym_string_literal_token1] = ACTIONS(899), + [sym_char_literal] = ACTIONS(899), + [anon_sym_true] = ACTIONS(897), + [anon_sym_false] = ACTIONS(897), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(897), + [sym_super] = ACTIONS(897), + [sym_crate] = ACTIONS(897), + [sym_metavariable] = ACTIONS(899), + [sym__raw_string_literal_start] = ACTIONS(899), + [sym_float_literal] = ACTIONS(899), + }, + [STATE(173)] = { + [sym_line_comment] = STATE(173), + [sym_block_comment] = STATE(173), + [sym_identifier] = ACTIONS(995), + [anon_sym_SEMI] = ACTIONS(997), + [anon_sym_LPAREN] = ACTIONS(997), + [anon_sym_RPAREN] = ACTIONS(997), + [anon_sym_LBRACK] = ACTIONS(997), + [anon_sym_RBRACK] = ACTIONS(997), + [anon_sym_LBRACE] = ACTIONS(997), + [anon_sym_RBRACE] = ACTIONS(997), + [anon_sym_EQ_GT] = ACTIONS(997), + [anon_sym_COLON] = ACTIONS(995), + [anon_sym_DOLLAR] = ACTIONS(995), + [anon_sym_PLUS] = ACTIONS(995), + [anon_sym_STAR] = ACTIONS(995), + [anon_sym_QMARK] = ACTIONS(997), + [anon_sym_u8] = ACTIONS(995), + [anon_sym_i8] = ACTIONS(995), + [anon_sym_u16] = ACTIONS(995), + [anon_sym_i16] = ACTIONS(995), + [anon_sym_u32] = ACTIONS(995), + [anon_sym_i32] = ACTIONS(995), + [anon_sym_u64] = ACTIONS(995), + [anon_sym_i64] = ACTIONS(995), + [anon_sym_u128] = ACTIONS(995), + [anon_sym_i128] = ACTIONS(995), + [anon_sym_isize] = ACTIONS(995), + [anon_sym_usize] = ACTIONS(995), + [anon_sym_f32] = ACTIONS(995), + [anon_sym_f64] = ACTIONS(995), + [anon_sym_bool] = ACTIONS(995), + [anon_sym_str] = ACTIONS(995), + [anon_sym_char] = ACTIONS(995), + [anon_sym_DASH] = ACTIONS(995), + [anon_sym_SLASH] = ACTIONS(995), + [anon_sym_PERCENT] = ACTIONS(995), + [anon_sym_CARET] = ACTIONS(995), + [anon_sym_BANG] = ACTIONS(995), + [anon_sym_AMP] = ACTIONS(995), + [anon_sym_PIPE] = ACTIONS(995), + [anon_sym_AMP_AMP] = ACTIONS(997), + [anon_sym_PIPE_PIPE] = ACTIONS(997), + [anon_sym_LT_LT] = ACTIONS(995), + [anon_sym_GT_GT] = ACTIONS(995), + [anon_sym_PLUS_EQ] = ACTIONS(997), + [anon_sym_DASH_EQ] = ACTIONS(997), + [anon_sym_STAR_EQ] = ACTIONS(997), + [anon_sym_SLASH_EQ] = ACTIONS(997), + [anon_sym_PERCENT_EQ] = ACTIONS(997), + [anon_sym_CARET_EQ] = ACTIONS(997), + [anon_sym_AMP_EQ] = ACTIONS(997), + [anon_sym_PIPE_EQ] = ACTIONS(997), + [anon_sym_LT_LT_EQ] = ACTIONS(997), + [anon_sym_GT_GT_EQ] = ACTIONS(997), + [anon_sym_EQ] = ACTIONS(995), + [anon_sym_EQ_EQ] = ACTIONS(997), + [anon_sym_BANG_EQ] = ACTIONS(997), + [anon_sym_GT] = ACTIONS(995), + [anon_sym_LT] = ACTIONS(995), + [anon_sym_GT_EQ] = ACTIONS(997), + [anon_sym_LT_EQ] = ACTIONS(997), + [anon_sym_AT] = ACTIONS(997), + [anon_sym__] = ACTIONS(995), + [anon_sym_DOT] = ACTIONS(995), + [anon_sym_DOT_DOT] = ACTIONS(995), + [anon_sym_DOT_DOT_DOT] = ACTIONS(997), + [anon_sym_DOT_DOT_EQ] = ACTIONS(997), + [anon_sym_COMMA] = ACTIONS(997), + [anon_sym_COLON_COLON] = ACTIONS(997), + [anon_sym_DASH_GT] = ACTIONS(997), + [anon_sym_POUND] = ACTIONS(997), + [anon_sym_SQUOTE] = ACTIONS(995), + [anon_sym_as] = ACTIONS(995), + [anon_sym_async] = ACTIONS(995), + [anon_sym_await] = ACTIONS(995), + [anon_sym_break] = ACTIONS(995), + [anon_sym_const] = ACTIONS(995), + [anon_sym_continue] = ACTIONS(995), + [anon_sym_default] = ACTIONS(995), + [anon_sym_enum] = ACTIONS(995), + [anon_sym_fn] = ACTIONS(995), + [anon_sym_for] = ACTIONS(995), + [anon_sym_gen] = ACTIONS(995), + [anon_sym_if] = ACTIONS(995), + [anon_sym_impl] = ACTIONS(995), + [anon_sym_let] = ACTIONS(995), + [anon_sym_loop] = ACTIONS(995), + [anon_sym_match] = ACTIONS(995), + [anon_sym_mod] = ACTIONS(995), + [anon_sym_pub] = ACTIONS(995), + [anon_sym_return] = ACTIONS(995), + [anon_sym_static] = ACTIONS(995), + [anon_sym_struct] = ACTIONS(995), + [anon_sym_trait] = ACTIONS(995), + [anon_sym_type] = ACTIONS(995), + [anon_sym_union] = ACTIONS(995), + [anon_sym_unsafe] = ACTIONS(995), + [anon_sym_use] = ACTIONS(995), + [anon_sym_where] = ACTIONS(995), + [anon_sym_while] = ACTIONS(995), + [sym_mutable_specifier] = ACTIONS(995), + [sym_integer_literal] = ACTIONS(997), + [aux_sym_string_literal_token1] = ACTIONS(997), + [sym_char_literal] = ACTIONS(997), + [anon_sym_true] = ACTIONS(995), + [anon_sym_false] = ACTIONS(995), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(995), + [sym_super] = ACTIONS(995), + [sym_crate] = ACTIONS(995), + [sym_metavariable] = ACTIONS(997), + [sym__raw_string_literal_start] = ACTIONS(997), + [sym_float_literal] = ACTIONS(997), + }, + [STATE(174)] = { + [sym_line_comment] = STATE(174), + [sym_block_comment] = STATE(174), + [sym_identifier] = ACTIONS(999), + [anon_sym_SEMI] = ACTIONS(1001), + [anon_sym_LPAREN] = ACTIONS(1001), + [anon_sym_RPAREN] = ACTIONS(1001), + [anon_sym_LBRACK] = ACTIONS(1001), + [anon_sym_RBRACK] = ACTIONS(1001), + [anon_sym_LBRACE] = ACTIONS(1001), + [anon_sym_RBRACE] = ACTIONS(1001), + [anon_sym_EQ_GT] = ACTIONS(1001), + [anon_sym_COLON] = ACTIONS(999), + [anon_sym_DOLLAR] = ACTIONS(999), + [anon_sym_PLUS] = ACTIONS(999), + [anon_sym_STAR] = ACTIONS(999), + [anon_sym_QMARK] = ACTIONS(1001), + [anon_sym_u8] = ACTIONS(999), + [anon_sym_i8] = ACTIONS(999), + [anon_sym_u16] = ACTIONS(999), + [anon_sym_i16] = ACTIONS(999), + [anon_sym_u32] = ACTIONS(999), + [anon_sym_i32] = ACTIONS(999), + [anon_sym_u64] = ACTIONS(999), + [anon_sym_i64] = ACTIONS(999), + [anon_sym_u128] = ACTIONS(999), + [anon_sym_i128] = ACTIONS(999), + [anon_sym_isize] = ACTIONS(999), + [anon_sym_usize] = ACTIONS(999), + [anon_sym_f32] = ACTIONS(999), + [anon_sym_f64] = ACTIONS(999), + [anon_sym_bool] = ACTIONS(999), + [anon_sym_str] = ACTIONS(999), + [anon_sym_char] = ACTIONS(999), + [anon_sym_DASH] = ACTIONS(999), + [anon_sym_SLASH] = ACTIONS(999), + [anon_sym_PERCENT] = ACTIONS(999), + [anon_sym_CARET] = ACTIONS(999), + [anon_sym_BANG] = ACTIONS(999), + [anon_sym_AMP] = ACTIONS(999), + [anon_sym_PIPE] = ACTIONS(999), + [anon_sym_AMP_AMP] = ACTIONS(1001), + [anon_sym_PIPE_PIPE] = ACTIONS(1001), + [anon_sym_LT_LT] = ACTIONS(999), + [anon_sym_GT_GT] = ACTIONS(999), + [anon_sym_PLUS_EQ] = ACTIONS(1001), + [anon_sym_DASH_EQ] = ACTIONS(1001), + [anon_sym_STAR_EQ] = ACTIONS(1001), + [anon_sym_SLASH_EQ] = ACTIONS(1001), + [anon_sym_PERCENT_EQ] = ACTIONS(1001), + [anon_sym_CARET_EQ] = ACTIONS(1001), + [anon_sym_AMP_EQ] = ACTIONS(1001), + [anon_sym_PIPE_EQ] = ACTIONS(1001), + [anon_sym_LT_LT_EQ] = ACTIONS(1001), + [anon_sym_GT_GT_EQ] = ACTIONS(1001), + [anon_sym_EQ] = ACTIONS(999), + [anon_sym_EQ_EQ] = ACTIONS(1001), + [anon_sym_BANG_EQ] = ACTIONS(1001), + [anon_sym_GT] = ACTIONS(999), + [anon_sym_LT] = ACTIONS(999), + [anon_sym_GT_EQ] = ACTIONS(1001), + [anon_sym_LT_EQ] = ACTIONS(1001), + [anon_sym_AT] = ACTIONS(1001), + [anon_sym__] = ACTIONS(999), + [anon_sym_DOT] = ACTIONS(999), + [anon_sym_DOT_DOT] = ACTIONS(999), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1001), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1001), + [anon_sym_COMMA] = ACTIONS(1001), + [anon_sym_COLON_COLON] = ACTIONS(1001), + [anon_sym_DASH_GT] = ACTIONS(1001), + [anon_sym_POUND] = ACTIONS(1001), + [anon_sym_SQUOTE] = ACTIONS(999), + [anon_sym_as] = ACTIONS(999), + [anon_sym_async] = ACTIONS(999), + [anon_sym_await] = ACTIONS(999), + [anon_sym_break] = ACTIONS(999), + [anon_sym_const] = ACTIONS(999), + [anon_sym_continue] = ACTIONS(999), + [anon_sym_default] = ACTIONS(999), + [anon_sym_enum] = ACTIONS(999), + [anon_sym_fn] = ACTIONS(999), + [anon_sym_for] = ACTIONS(999), + [anon_sym_gen] = ACTIONS(999), + [anon_sym_if] = ACTIONS(999), + [anon_sym_impl] = ACTIONS(999), + [anon_sym_let] = ACTIONS(999), + [anon_sym_loop] = ACTIONS(999), + [anon_sym_match] = ACTIONS(999), + [anon_sym_mod] = ACTIONS(999), + [anon_sym_pub] = ACTIONS(999), + [anon_sym_return] = ACTIONS(999), + [anon_sym_static] = ACTIONS(999), + [anon_sym_struct] = ACTIONS(999), + [anon_sym_trait] = ACTIONS(999), + [anon_sym_type] = ACTIONS(999), + [anon_sym_union] = ACTIONS(999), + [anon_sym_unsafe] = ACTIONS(999), + [anon_sym_use] = ACTIONS(999), + [anon_sym_where] = ACTIONS(999), + [anon_sym_while] = ACTIONS(999), + [sym_mutable_specifier] = ACTIONS(999), + [sym_integer_literal] = ACTIONS(1001), + [aux_sym_string_literal_token1] = ACTIONS(1001), + [sym_char_literal] = ACTIONS(1001), + [anon_sym_true] = ACTIONS(999), + [anon_sym_false] = ACTIONS(999), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(999), + [sym_super] = ACTIONS(999), + [sym_crate] = ACTIONS(999), + [sym_metavariable] = ACTIONS(1001), + [sym__raw_string_literal_start] = ACTIONS(1001), + [sym_float_literal] = ACTIONS(1001), + }, + [STATE(175)] = { + [sym_line_comment] = STATE(175), + [sym_block_comment] = STATE(175), + [sym_identifier] = ACTIONS(1003), + [anon_sym_SEMI] = ACTIONS(1005), + [anon_sym_LPAREN] = ACTIONS(1005), + [anon_sym_RPAREN] = ACTIONS(1005), + [anon_sym_LBRACK] = ACTIONS(1005), + [anon_sym_RBRACK] = ACTIONS(1005), + [anon_sym_LBRACE] = ACTIONS(1005), + [anon_sym_RBRACE] = ACTIONS(1005), + [anon_sym_EQ_GT] = ACTIONS(1005), + [anon_sym_COLON] = ACTIONS(1003), + [anon_sym_DOLLAR] = ACTIONS(1003), + [anon_sym_PLUS] = ACTIONS(1003), + [anon_sym_STAR] = ACTIONS(1003), + [anon_sym_QMARK] = ACTIONS(1005), + [anon_sym_u8] = ACTIONS(1003), + [anon_sym_i8] = ACTIONS(1003), + [anon_sym_u16] = ACTIONS(1003), + [anon_sym_i16] = ACTIONS(1003), + [anon_sym_u32] = ACTIONS(1003), + [anon_sym_i32] = ACTIONS(1003), + [anon_sym_u64] = ACTIONS(1003), + [anon_sym_i64] = ACTIONS(1003), + [anon_sym_u128] = ACTIONS(1003), + [anon_sym_i128] = ACTIONS(1003), + [anon_sym_isize] = ACTIONS(1003), + [anon_sym_usize] = ACTIONS(1003), + [anon_sym_f32] = ACTIONS(1003), + [anon_sym_f64] = ACTIONS(1003), + [anon_sym_bool] = ACTIONS(1003), + [anon_sym_str] = ACTIONS(1003), + [anon_sym_char] = ACTIONS(1003), + [anon_sym_DASH] = ACTIONS(1003), + [anon_sym_SLASH] = ACTIONS(1003), + [anon_sym_PERCENT] = ACTIONS(1003), + [anon_sym_CARET] = ACTIONS(1003), + [anon_sym_BANG] = ACTIONS(1003), + [anon_sym_AMP] = ACTIONS(1003), + [anon_sym_PIPE] = ACTIONS(1003), + [anon_sym_AMP_AMP] = ACTIONS(1005), + [anon_sym_PIPE_PIPE] = ACTIONS(1005), + [anon_sym_LT_LT] = ACTIONS(1003), + [anon_sym_GT_GT] = ACTIONS(1003), + [anon_sym_PLUS_EQ] = ACTIONS(1005), + [anon_sym_DASH_EQ] = ACTIONS(1005), + [anon_sym_STAR_EQ] = ACTIONS(1005), + [anon_sym_SLASH_EQ] = ACTIONS(1005), + [anon_sym_PERCENT_EQ] = ACTIONS(1005), + [anon_sym_CARET_EQ] = ACTIONS(1005), + [anon_sym_AMP_EQ] = ACTIONS(1005), + [anon_sym_PIPE_EQ] = ACTIONS(1005), + [anon_sym_LT_LT_EQ] = ACTIONS(1005), + [anon_sym_GT_GT_EQ] = ACTIONS(1005), + [anon_sym_EQ] = ACTIONS(1003), + [anon_sym_EQ_EQ] = ACTIONS(1005), + [anon_sym_BANG_EQ] = ACTIONS(1005), + [anon_sym_GT] = ACTIONS(1003), + [anon_sym_LT] = ACTIONS(1003), + [anon_sym_GT_EQ] = ACTIONS(1005), + [anon_sym_LT_EQ] = ACTIONS(1005), + [anon_sym_AT] = ACTIONS(1005), + [anon_sym__] = ACTIONS(1003), + [anon_sym_DOT] = ACTIONS(1003), + [anon_sym_DOT_DOT] = ACTIONS(1003), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1005), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1005), + [anon_sym_COMMA] = ACTIONS(1005), + [anon_sym_COLON_COLON] = ACTIONS(1005), + [anon_sym_DASH_GT] = ACTIONS(1005), + [anon_sym_POUND] = ACTIONS(1005), + [anon_sym_SQUOTE] = ACTIONS(1003), + [anon_sym_as] = ACTIONS(1003), + [anon_sym_async] = ACTIONS(1003), + [anon_sym_await] = ACTIONS(1003), + [anon_sym_break] = ACTIONS(1003), + [anon_sym_const] = ACTIONS(1003), + [anon_sym_continue] = ACTIONS(1003), + [anon_sym_default] = ACTIONS(1003), + [anon_sym_enum] = ACTIONS(1003), + [anon_sym_fn] = ACTIONS(1003), + [anon_sym_for] = ACTIONS(1003), + [anon_sym_gen] = ACTIONS(1003), + [anon_sym_if] = ACTIONS(1003), + [anon_sym_impl] = ACTIONS(1003), + [anon_sym_let] = ACTIONS(1003), + [anon_sym_loop] = ACTIONS(1003), + [anon_sym_match] = ACTIONS(1003), + [anon_sym_mod] = ACTIONS(1003), + [anon_sym_pub] = ACTIONS(1003), + [anon_sym_return] = ACTIONS(1003), + [anon_sym_static] = ACTIONS(1003), + [anon_sym_struct] = ACTIONS(1003), + [anon_sym_trait] = ACTIONS(1003), + [anon_sym_type] = ACTIONS(1003), + [anon_sym_union] = ACTIONS(1003), + [anon_sym_unsafe] = ACTIONS(1003), + [anon_sym_use] = ACTIONS(1003), + [anon_sym_where] = ACTIONS(1003), + [anon_sym_while] = ACTIONS(1003), + [sym_mutable_specifier] = ACTIONS(1003), + [sym_integer_literal] = ACTIONS(1005), + [aux_sym_string_literal_token1] = ACTIONS(1005), + [sym_char_literal] = ACTIONS(1005), + [anon_sym_true] = ACTIONS(1003), + [anon_sym_false] = ACTIONS(1003), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1003), + [sym_super] = ACTIONS(1003), + [sym_crate] = ACTIONS(1003), + [sym_metavariable] = ACTIONS(1005), + [sym__raw_string_literal_start] = ACTIONS(1005), + [sym_float_literal] = ACTIONS(1005), + }, + [STATE(176)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(176), + [sym_block_comment] = STATE(176), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(993), + [anon_sym_RPAREN] = ACTIONS(1007), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -36561,7 +37129,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -36595,107 +37163,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(173)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(173), - [sym_block_comment] = STATE(173), - [aux_sym_enum_variant_list_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(339), + [STATE(177)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2786), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(177), + [sym_block_comment] = STATE(177), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(995), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -36704,230 +37272,230 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(174)] = { - [sym_line_comment] = STATE(174), - [sym_block_comment] = STATE(174), - [aux_sym__non_special_token_repeat1] = STATE(184), - [sym_identifier] = ACTIONS(997), - [anon_sym_SEMI] = ACTIONS(676), - [anon_sym_LPAREN] = ACTIONS(999), - [anon_sym_RPAREN] = ACTIONS(999), - [anon_sym_LBRACK] = ACTIONS(999), - [anon_sym_RBRACK] = ACTIONS(999), - [anon_sym_LBRACE] = ACTIONS(999), - [anon_sym_RBRACE] = ACTIONS(999), - [anon_sym_EQ_GT] = ACTIONS(676), - [anon_sym_COLON] = ACTIONS(686), - [anon_sym_DOLLAR] = ACTIONS(999), - [anon_sym_PLUS] = ACTIONS(686), - [anon_sym_STAR] = ACTIONS(686), - [anon_sym_QMARK] = ACTIONS(676), - [anon_sym_u8] = ACTIONS(997), - [anon_sym_i8] = ACTIONS(997), - [anon_sym_u16] = ACTIONS(997), - [anon_sym_i16] = ACTIONS(997), - [anon_sym_u32] = ACTIONS(997), - [anon_sym_i32] = ACTIONS(997), - [anon_sym_u64] = ACTIONS(997), - [anon_sym_i64] = ACTIONS(997), - [anon_sym_u128] = ACTIONS(997), - [anon_sym_i128] = ACTIONS(997), - [anon_sym_isize] = ACTIONS(997), - [anon_sym_usize] = ACTIONS(997), - [anon_sym_f32] = ACTIONS(997), - [anon_sym_f64] = ACTIONS(997), - [anon_sym_bool] = ACTIONS(997), - [anon_sym_str] = ACTIONS(997), - [anon_sym_char] = ACTIONS(997), - [anon_sym_DASH] = ACTIONS(686), - [anon_sym_SLASH] = ACTIONS(686), - [anon_sym_PERCENT] = ACTIONS(686), - [anon_sym_CARET] = ACTIONS(686), - [anon_sym_BANG] = ACTIONS(686), - [anon_sym_AMP] = ACTIONS(686), - [anon_sym_PIPE] = ACTIONS(686), - [anon_sym_AMP_AMP] = ACTIONS(676), - [anon_sym_PIPE_PIPE] = ACTIONS(676), - [anon_sym_LT_LT] = ACTIONS(686), - [anon_sym_GT_GT] = ACTIONS(686), - [anon_sym_PLUS_EQ] = ACTIONS(676), - [anon_sym_DASH_EQ] = ACTIONS(676), - [anon_sym_STAR_EQ] = ACTIONS(676), - [anon_sym_SLASH_EQ] = ACTIONS(676), - [anon_sym_PERCENT_EQ] = ACTIONS(676), - [anon_sym_CARET_EQ] = ACTIONS(676), - [anon_sym_AMP_EQ] = ACTIONS(676), - [anon_sym_PIPE_EQ] = ACTIONS(676), - [anon_sym_LT_LT_EQ] = ACTIONS(676), - [anon_sym_GT_GT_EQ] = ACTIONS(676), - [anon_sym_EQ] = ACTIONS(686), - [anon_sym_EQ_EQ] = ACTIONS(676), - [anon_sym_BANG_EQ] = ACTIONS(676), - [anon_sym_GT] = ACTIONS(686), - [anon_sym_LT] = ACTIONS(686), - [anon_sym_GT_EQ] = ACTIONS(676), - [anon_sym_LT_EQ] = ACTIONS(676), - [anon_sym_AT] = ACTIONS(676), - [anon_sym__] = ACTIONS(686), - [anon_sym_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT] = ACTIONS(686), - [anon_sym_DOT_DOT_DOT] = ACTIONS(676), - [anon_sym_DOT_DOT_EQ] = ACTIONS(676), - [anon_sym_COMMA] = ACTIONS(676), - [anon_sym_COLON_COLON] = ACTIONS(676), - [anon_sym_DASH_GT] = ACTIONS(676), - [anon_sym_POUND] = ACTIONS(676), - [anon_sym_SQUOTE] = ACTIONS(997), - [anon_sym_as] = ACTIONS(997), - [anon_sym_async] = ACTIONS(997), - [anon_sym_await] = ACTIONS(997), - [anon_sym_break] = ACTIONS(997), - [anon_sym_const] = ACTIONS(997), - [anon_sym_continue] = ACTIONS(997), - [anon_sym_default] = ACTIONS(997), - [anon_sym_enum] = ACTIONS(997), - [anon_sym_fn] = ACTIONS(997), - [anon_sym_for] = ACTIONS(997), - [anon_sym_gen] = ACTIONS(997), - [anon_sym_if] = ACTIONS(997), - [anon_sym_impl] = ACTIONS(997), - [anon_sym_let] = ACTIONS(997), - [anon_sym_loop] = ACTIONS(997), - [anon_sym_match] = ACTIONS(997), - [anon_sym_mod] = ACTIONS(997), - [anon_sym_pub] = ACTIONS(997), - [anon_sym_return] = ACTIONS(997), - [anon_sym_static] = ACTIONS(997), - [anon_sym_struct] = ACTIONS(997), - [anon_sym_trait] = ACTIONS(997), - [anon_sym_type] = ACTIONS(997), - [anon_sym_union] = ACTIONS(997), - [anon_sym_unsafe] = ACTIONS(997), - [anon_sym_use] = ACTIONS(997), - [anon_sym_where] = ACTIONS(997), - [anon_sym_while] = ACTIONS(997), - [sym_mutable_specifier] = ACTIONS(997), - [sym_integer_literal] = ACTIONS(999), - [aux_sym_string_literal_token1] = ACTIONS(999), - [sym_char_literal] = ACTIONS(999), - [anon_sym_true] = ACTIONS(997), - [anon_sym_false] = ACTIONS(997), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(997), - [sym_super] = ACTIONS(997), - [sym_crate] = ACTIONS(997), - [sym__raw_string_literal_start] = ACTIONS(999), - [sym_float_literal] = ACTIONS(999), + [STATE(178)] = { + [sym_line_comment] = STATE(178), + [sym_block_comment] = STATE(178), + [sym_identifier] = ACTIONS(1009), + [anon_sym_SEMI] = ACTIONS(1011), + [anon_sym_LPAREN] = ACTIONS(1011), + [anon_sym_RPAREN] = ACTIONS(1011), + [anon_sym_LBRACK] = ACTIONS(1011), + [anon_sym_RBRACK] = ACTIONS(1011), + [anon_sym_LBRACE] = ACTIONS(1011), + [anon_sym_RBRACE] = ACTIONS(1011), + [anon_sym_EQ_GT] = ACTIONS(1011), + [anon_sym_COLON] = ACTIONS(1009), + [anon_sym_DOLLAR] = ACTIONS(1009), + [anon_sym_PLUS] = ACTIONS(1009), + [anon_sym_STAR] = ACTIONS(1009), + [anon_sym_QMARK] = ACTIONS(1011), + [anon_sym_u8] = ACTIONS(1009), + [anon_sym_i8] = ACTIONS(1009), + [anon_sym_u16] = ACTIONS(1009), + [anon_sym_i16] = ACTIONS(1009), + [anon_sym_u32] = ACTIONS(1009), + [anon_sym_i32] = ACTIONS(1009), + [anon_sym_u64] = ACTIONS(1009), + [anon_sym_i64] = ACTIONS(1009), + [anon_sym_u128] = ACTIONS(1009), + [anon_sym_i128] = ACTIONS(1009), + [anon_sym_isize] = ACTIONS(1009), + [anon_sym_usize] = ACTIONS(1009), + [anon_sym_f32] = ACTIONS(1009), + [anon_sym_f64] = ACTIONS(1009), + [anon_sym_bool] = ACTIONS(1009), + [anon_sym_str] = ACTIONS(1009), + [anon_sym_char] = ACTIONS(1009), + [anon_sym_DASH] = ACTIONS(1009), + [anon_sym_SLASH] = ACTIONS(1009), + [anon_sym_PERCENT] = ACTIONS(1009), + [anon_sym_CARET] = ACTIONS(1009), + [anon_sym_BANG] = ACTIONS(1009), + [anon_sym_AMP] = ACTIONS(1009), + [anon_sym_PIPE] = ACTIONS(1009), + [anon_sym_AMP_AMP] = ACTIONS(1011), + [anon_sym_PIPE_PIPE] = ACTIONS(1011), + [anon_sym_LT_LT] = ACTIONS(1009), + [anon_sym_GT_GT] = ACTIONS(1009), + [anon_sym_PLUS_EQ] = ACTIONS(1011), + [anon_sym_DASH_EQ] = ACTIONS(1011), + [anon_sym_STAR_EQ] = ACTIONS(1011), + [anon_sym_SLASH_EQ] = ACTIONS(1011), + [anon_sym_PERCENT_EQ] = ACTIONS(1011), + [anon_sym_CARET_EQ] = ACTIONS(1011), + [anon_sym_AMP_EQ] = ACTIONS(1011), + [anon_sym_PIPE_EQ] = ACTIONS(1011), + [anon_sym_LT_LT_EQ] = ACTIONS(1011), + [anon_sym_GT_GT_EQ] = ACTIONS(1011), + [anon_sym_EQ] = ACTIONS(1009), + [anon_sym_EQ_EQ] = ACTIONS(1011), + [anon_sym_BANG_EQ] = ACTIONS(1011), + [anon_sym_GT] = ACTIONS(1009), + [anon_sym_LT] = ACTIONS(1009), + [anon_sym_GT_EQ] = ACTIONS(1011), + [anon_sym_LT_EQ] = ACTIONS(1011), + [anon_sym_AT] = ACTIONS(1011), + [anon_sym__] = ACTIONS(1009), + [anon_sym_DOT] = ACTIONS(1009), + [anon_sym_DOT_DOT] = ACTIONS(1009), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1011), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1011), + [anon_sym_COMMA] = ACTIONS(1011), + [anon_sym_COLON_COLON] = ACTIONS(1011), + [anon_sym_DASH_GT] = ACTIONS(1011), + [anon_sym_POUND] = ACTIONS(1011), + [anon_sym_SQUOTE] = ACTIONS(1009), + [anon_sym_as] = ACTIONS(1009), + [anon_sym_async] = ACTIONS(1009), + [anon_sym_await] = ACTIONS(1009), + [anon_sym_break] = ACTIONS(1009), + [anon_sym_const] = ACTIONS(1009), + [anon_sym_continue] = ACTIONS(1009), + [anon_sym_default] = ACTIONS(1009), + [anon_sym_enum] = ACTIONS(1009), + [anon_sym_fn] = ACTIONS(1009), + [anon_sym_for] = ACTIONS(1009), + [anon_sym_gen] = ACTIONS(1009), + [anon_sym_if] = ACTIONS(1009), + [anon_sym_impl] = ACTIONS(1009), + [anon_sym_let] = ACTIONS(1009), + [anon_sym_loop] = ACTIONS(1009), + [anon_sym_match] = ACTIONS(1009), + [anon_sym_mod] = ACTIONS(1009), + [anon_sym_pub] = ACTIONS(1009), + [anon_sym_return] = ACTIONS(1009), + [anon_sym_static] = ACTIONS(1009), + [anon_sym_struct] = ACTIONS(1009), + [anon_sym_trait] = ACTIONS(1009), + [anon_sym_type] = ACTIONS(1009), + [anon_sym_union] = ACTIONS(1009), + [anon_sym_unsafe] = ACTIONS(1009), + [anon_sym_use] = ACTIONS(1009), + [anon_sym_where] = ACTIONS(1009), + [anon_sym_while] = ACTIONS(1009), + [sym_mutable_specifier] = ACTIONS(1009), + [sym_integer_literal] = ACTIONS(1011), + [aux_sym_string_literal_token1] = ACTIONS(1011), + [sym_char_literal] = ACTIONS(1011), + [anon_sym_true] = ACTIONS(1009), + [anon_sym_false] = ACTIONS(1009), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1009), + [sym_super] = ACTIONS(1009), + [sym_crate] = ACTIONS(1009), + [sym_metavariable] = ACTIONS(1011), + [sym__raw_string_literal_start] = ACTIONS(1011), + [sym_float_literal] = ACTIONS(1011), }, - [STATE(175)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(175), - [sym_block_comment] = STATE(175), - [aux_sym_enum_variant_list_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(339), + [STATE(179)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2694), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(179), + [sym_block_comment] = STATE(179), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1001), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -36936,69 +37504,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(176)] = { + [STATE(180)] = { + [sym_line_comment] = STATE(180), + [sym_block_comment] = STATE(180), + [sym_identifier] = ACTIONS(1013), + [anon_sym_SEMI] = ACTIONS(1015), + [anon_sym_LPAREN] = ACTIONS(1015), + [anon_sym_RPAREN] = ACTIONS(1015), + [anon_sym_LBRACK] = ACTIONS(1015), + [anon_sym_RBRACK] = ACTIONS(1015), + [anon_sym_LBRACE] = ACTIONS(1015), + [anon_sym_RBRACE] = ACTIONS(1015), + [anon_sym_EQ_GT] = ACTIONS(1015), + [anon_sym_COLON] = ACTIONS(1013), + [anon_sym_DOLLAR] = ACTIONS(1013), + [anon_sym_PLUS] = ACTIONS(1013), + [anon_sym_STAR] = ACTIONS(1013), + [anon_sym_QMARK] = ACTIONS(1015), + [anon_sym_u8] = ACTIONS(1013), + [anon_sym_i8] = ACTIONS(1013), + [anon_sym_u16] = ACTIONS(1013), + [anon_sym_i16] = ACTIONS(1013), + [anon_sym_u32] = ACTIONS(1013), + [anon_sym_i32] = ACTIONS(1013), + [anon_sym_u64] = ACTIONS(1013), + [anon_sym_i64] = ACTIONS(1013), + [anon_sym_u128] = ACTIONS(1013), + [anon_sym_i128] = ACTIONS(1013), + [anon_sym_isize] = ACTIONS(1013), + [anon_sym_usize] = ACTIONS(1013), + [anon_sym_f32] = ACTIONS(1013), + [anon_sym_f64] = ACTIONS(1013), + [anon_sym_bool] = ACTIONS(1013), + [anon_sym_str] = ACTIONS(1013), + [anon_sym_char] = ACTIONS(1013), + [anon_sym_DASH] = ACTIONS(1013), + [anon_sym_SLASH] = ACTIONS(1013), + [anon_sym_PERCENT] = ACTIONS(1013), + [anon_sym_CARET] = ACTIONS(1013), + [anon_sym_BANG] = ACTIONS(1013), + [anon_sym_AMP] = ACTIONS(1013), + [anon_sym_PIPE] = ACTIONS(1013), + [anon_sym_AMP_AMP] = ACTIONS(1015), + [anon_sym_PIPE_PIPE] = ACTIONS(1015), + [anon_sym_LT_LT] = ACTIONS(1013), + [anon_sym_GT_GT] = ACTIONS(1013), + [anon_sym_PLUS_EQ] = ACTIONS(1015), + [anon_sym_DASH_EQ] = ACTIONS(1015), + [anon_sym_STAR_EQ] = ACTIONS(1015), + [anon_sym_SLASH_EQ] = ACTIONS(1015), + [anon_sym_PERCENT_EQ] = ACTIONS(1015), + [anon_sym_CARET_EQ] = ACTIONS(1015), + [anon_sym_AMP_EQ] = ACTIONS(1015), + [anon_sym_PIPE_EQ] = ACTIONS(1015), + [anon_sym_LT_LT_EQ] = ACTIONS(1015), + [anon_sym_GT_GT_EQ] = ACTIONS(1015), + [anon_sym_EQ] = ACTIONS(1013), + [anon_sym_EQ_EQ] = ACTIONS(1015), + [anon_sym_BANG_EQ] = ACTIONS(1015), + [anon_sym_GT] = ACTIONS(1013), + [anon_sym_LT] = ACTIONS(1013), + [anon_sym_GT_EQ] = ACTIONS(1015), + [anon_sym_LT_EQ] = ACTIONS(1015), + [anon_sym_AT] = ACTIONS(1015), + [anon_sym__] = ACTIONS(1013), + [anon_sym_DOT] = ACTIONS(1013), + [anon_sym_DOT_DOT] = ACTIONS(1013), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1015), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1015), + [anon_sym_COMMA] = ACTIONS(1015), + [anon_sym_COLON_COLON] = ACTIONS(1015), + [anon_sym_DASH_GT] = ACTIONS(1015), + [anon_sym_POUND] = ACTIONS(1015), + [anon_sym_SQUOTE] = ACTIONS(1013), + [anon_sym_as] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_await] = ACTIONS(1013), + [anon_sym_break] = ACTIONS(1013), + [anon_sym_const] = ACTIONS(1013), + [anon_sym_continue] = ACTIONS(1013), + [anon_sym_default] = ACTIONS(1013), + [anon_sym_enum] = ACTIONS(1013), + [anon_sym_fn] = ACTIONS(1013), + [anon_sym_for] = ACTIONS(1013), + [anon_sym_gen] = ACTIONS(1013), + [anon_sym_if] = ACTIONS(1013), + [anon_sym_impl] = ACTIONS(1013), + [anon_sym_let] = ACTIONS(1013), + [anon_sym_loop] = ACTIONS(1013), + [anon_sym_match] = ACTIONS(1013), + [anon_sym_mod] = ACTIONS(1013), + [anon_sym_pub] = ACTIONS(1013), + [anon_sym_return] = ACTIONS(1013), + [anon_sym_static] = ACTIONS(1013), + [anon_sym_struct] = ACTIONS(1013), + [anon_sym_trait] = ACTIONS(1013), + [anon_sym_type] = ACTIONS(1013), + [anon_sym_union] = ACTIONS(1013), + [anon_sym_unsafe] = ACTIONS(1013), + [anon_sym_use] = ACTIONS(1013), + [anon_sym_where] = ACTIONS(1013), + [anon_sym_while] = ACTIONS(1013), + [sym_mutable_specifier] = ACTIONS(1013), + [sym_integer_literal] = ACTIONS(1015), + [aux_sym_string_literal_token1] = ACTIONS(1015), + [sym_char_literal] = ACTIONS(1015), + [anon_sym_true] = ACTIONS(1013), + [anon_sym_false] = ACTIONS(1013), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1013), + [sym_super] = ACTIONS(1013), + [sym_crate] = ACTIONS(1013), + [sym_metavariable] = ACTIONS(1015), + [sym__raw_string_literal_start] = ACTIONS(1015), + [sym_float_literal] = ACTIONS(1015), + }, + [STATE(181)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(176), - [sym_block_comment] = STATE(176), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(181), + [sym_block_comment] = STATE(181), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1017), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(1003), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -37025,7 +37709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -37059,62 +37743,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(177)] = { + [STATE(182)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(177), - [sym_block_comment] = STATE(177), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(182), + [sym_block_comment] = STATE(182), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1005), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(1019), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -37141,7 +37825,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -37175,61 +37859,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(178)] = { + [STATE(183)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(178), - [sym_block_comment] = STATE(178), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(183), + [sym_block_comment] = STATE(183), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1007), + [anon_sym_RPAREN] = ACTIONS(1021), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -37257,7 +37941,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -37291,526 +37975,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(179)] = { - [sym_line_comment] = STATE(179), - [sym_block_comment] = STATE(179), - [sym_identifier] = ACTIONS(857), - [anon_sym_SEMI] = ACTIONS(859), - [anon_sym_LPAREN] = ACTIONS(859), - [anon_sym_RPAREN] = ACTIONS(859), - [anon_sym_LBRACK] = ACTIONS(859), - [anon_sym_RBRACK] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(859), - [anon_sym_RBRACE] = ACTIONS(859), - [anon_sym_EQ_GT] = ACTIONS(859), - [anon_sym_COLON] = ACTIONS(857), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_PLUS] = ACTIONS(857), - [anon_sym_STAR] = ACTIONS(857), - [anon_sym_QMARK] = ACTIONS(859), - [anon_sym_u8] = ACTIONS(857), - [anon_sym_i8] = ACTIONS(857), - [anon_sym_u16] = ACTIONS(857), - [anon_sym_i16] = ACTIONS(857), - [anon_sym_u32] = ACTIONS(857), - [anon_sym_i32] = ACTIONS(857), - [anon_sym_u64] = ACTIONS(857), - [anon_sym_i64] = ACTIONS(857), - [anon_sym_u128] = ACTIONS(857), - [anon_sym_i128] = ACTIONS(857), - [anon_sym_isize] = ACTIONS(857), - [anon_sym_usize] = ACTIONS(857), - [anon_sym_f32] = ACTIONS(857), - [anon_sym_f64] = ACTIONS(857), - [anon_sym_bool] = ACTIONS(857), - [anon_sym_str] = ACTIONS(857), - [anon_sym_char] = ACTIONS(857), - [anon_sym_DASH] = ACTIONS(857), - [anon_sym_SLASH] = ACTIONS(857), - [anon_sym_PERCENT] = ACTIONS(857), - [anon_sym_CARET] = ACTIONS(857), - [anon_sym_BANG] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(859), - [anon_sym_PIPE_PIPE] = ACTIONS(859), - [anon_sym_LT_LT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_PLUS_EQ] = ACTIONS(859), - [anon_sym_DASH_EQ] = ACTIONS(859), - [anon_sym_STAR_EQ] = ACTIONS(859), - [anon_sym_SLASH_EQ] = ACTIONS(859), - [anon_sym_PERCENT_EQ] = ACTIONS(859), - [anon_sym_CARET_EQ] = ACTIONS(859), - [anon_sym_AMP_EQ] = ACTIONS(859), - [anon_sym_PIPE_EQ] = ACTIONS(859), - [anon_sym_LT_LT_EQ] = ACTIONS(859), - [anon_sym_GT_GT_EQ] = ACTIONS(859), - [anon_sym_EQ] = ACTIONS(857), - [anon_sym_EQ_EQ] = ACTIONS(859), - [anon_sym_BANG_EQ] = ACTIONS(859), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT_EQ] = ACTIONS(859), - [anon_sym_LT_EQ] = ACTIONS(859), - [anon_sym_AT] = ACTIONS(859), - [anon_sym__] = ACTIONS(857), - [anon_sym_DOT] = ACTIONS(857), - [anon_sym_DOT_DOT] = ACTIONS(857), - [anon_sym_DOT_DOT_DOT] = ACTIONS(859), - [anon_sym_DOT_DOT_EQ] = ACTIONS(859), - [anon_sym_COMMA] = ACTIONS(859), - [anon_sym_COLON_COLON] = ACTIONS(859), - [anon_sym_DASH_GT] = ACTIONS(859), - [anon_sym_POUND] = ACTIONS(859), - [anon_sym_SQUOTE] = ACTIONS(857), - [anon_sym_as] = ACTIONS(857), - [anon_sym_async] = ACTIONS(857), - [anon_sym_await] = ACTIONS(857), - [anon_sym_break] = ACTIONS(857), - [anon_sym_const] = ACTIONS(857), - [anon_sym_continue] = ACTIONS(857), - [anon_sym_default] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(857), - [anon_sym_fn] = ACTIONS(857), - [anon_sym_for] = ACTIONS(857), - [anon_sym_gen] = ACTIONS(857), - [anon_sym_if] = ACTIONS(857), - [anon_sym_impl] = ACTIONS(857), - [anon_sym_let] = ACTIONS(857), - [anon_sym_loop] = ACTIONS(857), - [anon_sym_match] = ACTIONS(857), - [anon_sym_mod] = ACTIONS(857), - [anon_sym_pub] = ACTIONS(857), - [anon_sym_return] = ACTIONS(857), - [anon_sym_static] = ACTIONS(857), - [anon_sym_struct] = ACTIONS(857), - [anon_sym_trait] = ACTIONS(857), - [anon_sym_type] = ACTIONS(857), - [anon_sym_union] = ACTIONS(857), - [anon_sym_unsafe] = ACTIONS(857), - [anon_sym_use] = ACTIONS(857), - [anon_sym_where] = ACTIONS(857), - [anon_sym_while] = ACTIONS(857), - [sym_mutable_specifier] = ACTIONS(857), - [sym_integer_literal] = ACTIONS(859), - [aux_sym_string_literal_token1] = ACTIONS(859), - [sym_char_literal] = ACTIONS(859), - [anon_sym_true] = ACTIONS(857), - [anon_sym_false] = ACTIONS(857), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(857), - [sym_super] = ACTIONS(857), - [sym_crate] = ACTIONS(857), - [sym_metavariable] = ACTIONS(859), - [sym__raw_string_literal_start] = ACTIONS(859), - [sym_float_literal] = ACTIONS(859), - }, - [STATE(180)] = { - [sym_line_comment] = STATE(180), - [sym_block_comment] = STATE(180), - [sym_identifier] = ACTIONS(857), - [anon_sym_SEMI] = ACTIONS(859), - [anon_sym_LPAREN] = ACTIONS(859), - [anon_sym_RPAREN] = ACTIONS(859), - [anon_sym_LBRACK] = ACTIONS(859), - [anon_sym_RBRACK] = ACTIONS(859), - [anon_sym_LBRACE] = ACTIONS(859), - [anon_sym_RBRACE] = ACTIONS(859), - [anon_sym_EQ_GT] = ACTIONS(859), - [anon_sym_COLON] = ACTIONS(1009), - [anon_sym_DOLLAR] = ACTIONS(857), - [anon_sym_PLUS] = ACTIONS(857), - [anon_sym_STAR] = ACTIONS(857), - [anon_sym_QMARK] = ACTIONS(859), - [anon_sym_u8] = ACTIONS(857), - [anon_sym_i8] = ACTIONS(857), - [anon_sym_u16] = ACTIONS(857), - [anon_sym_i16] = ACTIONS(857), - [anon_sym_u32] = ACTIONS(857), - [anon_sym_i32] = ACTIONS(857), - [anon_sym_u64] = ACTIONS(857), - [anon_sym_i64] = ACTIONS(857), - [anon_sym_u128] = ACTIONS(857), - [anon_sym_i128] = ACTIONS(857), - [anon_sym_isize] = ACTIONS(857), - [anon_sym_usize] = ACTIONS(857), - [anon_sym_f32] = ACTIONS(857), - [anon_sym_f64] = ACTIONS(857), - [anon_sym_bool] = ACTIONS(857), - [anon_sym_str] = ACTIONS(857), - [anon_sym_char] = ACTIONS(857), - [anon_sym_DASH] = ACTIONS(857), - [anon_sym_SLASH] = ACTIONS(857), - [anon_sym_PERCENT] = ACTIONS(857), - [anon_sym_CARET] = ACTIONS(857), - [anon_sym_BANG] = ACTIONS(857), - [anon_sym_AMP] = ACTIONS(857), - [anon_sym_PIPE] = ACTIONS(857), - [anon_sym_AMP_AMP] = ACTIONS(859), - [anon_sym_PIPE_PIPE] = ACTIONS(859), - [anon_sym_LT_LT] = ACTIONS(857), - [anon_sym_GT_GT] = ACTIONS(857), - [anon_sym_PLUS_EQ] = ACTIONS(859), - [anon_sym_DASH_EQ] = ACTIONS(859), - [anon_sym_STAR_EQ] = ACTIONS(859), - [anon_sym_SLASH_EQ] = ACTIONS(859), - [anon_sym_PERCENT_EQ] = ACTIONS(859), - [anon_sym_CARET_EQ] = ACTIONS(859), - [anon_sym_AMP_EQ] = ACTIONS(859), - [anon_sym_PIPE_EQ] = ACTIONS(859), - [anon_sym_LT_LT_EQ] = ACTIONS(859), - [anon_sym_GT_GT_EQ] = ACTIONS(859), - [anon_sym_EQ] = ACTIONS(857), - [anon_sym_EQ_EQ] = ACTIONS(859), - [anon_sym_BANG_EQ] = ACTIONS(859), - [anon_sym_GT] = ACTIONS(857), - [anon_sym_LT] = ACTIONS(857), - [anon_sym_GT_EQ] = ACTIONS(859), - [anon_sym_LT_EQ] = ACTIONS(859), - [anon_sym_AT] = ACTIONS(859), - [anon_sym__] = ACTIONS(857), - [anon_sym_DOT] = ACTIONS(857), - [anon_sym_DOT_DOT] = ACTIONS(857), - [anon_sym_DOT_DOT_DOT] = ACTIONS(859), - [anon_sym_DOT_DOT_EQ] = ACTIONS(859), - [anon_sym_COMMA] = ACTIONS(859), - [anon_sym_COLON_COLON] = ACTIONS(859), - [anon_sym_DASH_GT] = ACTIONS(859), - [anon_sym_POUND] = ACTIONS(859), - [anon_sym_SQUOTE] = ACTIONS(857), - [anon_sym_as] = ACTIONS(857), - [anon_sym_async] = ACTIONS(857), - [anon_sym_await] = ACTIONS(857), - [anon_sym_break] = ACTIONS(857), - [anon_sym_const] = ACTIONS(857), - [anon_sym_continue] = ACTIONS(857), - [anon_sym_default] = ACTIONS(857), - [anon_sym_enum] = ACTIONS(857), - [anon_sym_fn] = ACTIONS(857), - [anon_sym_for] = ACTIONS(857), - [anon_sym_gen] = ACTIONS(857), - [anon_sym_if] = ACTIONS(857), - [anon_sym_impl] = ACTIONS(857), - [anon_sym_let] = ACTIONS(857), - [anon_sym_loop] = ACTIONS(857), - [anon_sym_match] = ACTIONS(857), - [anon_sym_mod] = ACTIONS(857), - [anon_sym_pub] = ACTIONS(857), - [anon_sym_return] = ACTIONS(857), - [anon_sym_static] = ACTIONS(857), - [anon_sym_struct] = ACTIONS(857), - [anon_sym_trait] = ACTIONS(857), - [anon_sym_type] = ACTIONS(857), - [anon_sym_union] = ACTIONS(857), - [anon_sym_unsafe] = ACTIONS(857), - [anon_sym_use] = ACTIONS(857), - [anon_sym_where] = ACTIONS(857), - [anon_sym_while] = ACTIONS(857), - [sym_mutable_specifier] = ACTIONS(857), - [sym_integer_literal] = ACTIONS(859), - [aux_sym_string_literal_token1] = ACTIONS(859), - [sym_char_literal] = ACTIONS(859), - [anon_sym_true] = ACTIONS(857), - [anon_sym_false] = ACTIONS(857), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(857), - [sym_super] = ACTIONS(857), - [sym_crate] = ACTIONS(857), - [sym_metavariable] = ACTIONS(859), - [sym__raw_string_literal_start] = ACTIONS(859), - [sym_float_literal] = ACTIONS(859), - }, - [STATE(181)] = { - [sym_line_comment] = STATE(181), - [sym_block_comment] = STATE(181), - [sym_identifier] = ACTIONS(1011), - [anon_sym_SEMI] = ACTIONS(1013), - [anon_sym_LPAREN] = ACTIONS(1013), - [anon_sym_RPAREN] = ACTIONS(1013), - [anon_sym_LBRACK] = ACTIONS(1013), - [anon_sym_RBRACK] = ACTIONS(1013), - [anon_sym_LBRACE] = ACTIONS(1013), - [anon_sym_RBRACE] = ACTIONS(1013), - [anon_sym_EQ_GT] = ACTIONS(1013), - [anon_sym_COLON] = ACTIONS(1011), - [anon_sym_DOLLAR] = ACTIONS(1011), - [anon_sym_PLUS] = ACTIONS(1011), - [anon_sym_STAR] = ACTIONS(1011), - [anon_sym_QMARK] = ACTIONS(1013), - [anon_sym_u8] = ACTIONS(1011), - [anon_sym_i8] = ACTIONS(1011), - [anon_sym_u16] = ACTIONS(1011), - [anon_sym_i16] = ACTIONS(1011), - [anon_sym_u32] = ACTIONS(1011), - [anon_sym_i32] = ACTIONS(1011), - [anon_sym_u64] = ACTIONS(1011), - [anon_sym_i64] = ACTIONS(1011), - [anon_sym_u128] = ACTIONS(1011), - [anon_sym_i128] = ACTIONS(1011), - [anon_sym_isize] = ACTIONS(1011), - [anon_sym_usize] = ACTIONS(1011), - [anon_sym_f32] = ACTIONS(1011), - [anon_sym_f64] = ACTIONS(1011), - [anon_sym_bool] = ACTIONS(1011), - [anon_sym_str] = ACTIONS(1011), - [anon_sym_char] = ACTIONS(1011), - [anon_sym_DASH] = ACTIONS(1011), - [anon_sym_SLASH] = ACTIONS(1011), - [anon_sym_PERCENT] = ACTIONS(1011), - [anon_sym_CARET] = ACTIONS(1011), - [anon_sym_BANG] = ACTIONS(1011), - [anon_sym_AMP] = ACTIONS(1011), - [anon_sym_PIPE] = ACTIONS(1011), - [anon_sym_AMP_AMP] = ACTIONS(1013), - [anon_sym_PIPE_PIPE] = ACTIONS(1013), - [anon_sym_LT_LT] = ACTIONS(1011), - [anon_sym_GT_GT] = ACTIONS(1011), - [anon_sym_PLUS_EQ] = ACTIONS(1013), - [anon_sym_DASH_EQ] = ACTIONS(1013), - [anon_sym_STAR_EQ] = ACTIONS(1013), - [anon_sym_SLASH_EQ] = ACTIONS(1013), - [anon_sym_PERCENT_EQ] = ACTIONS(1013), - [anon_sym_CARET_EQ] = ACTIONS(1013), - [anon_sym_AMP_EQ] = ACTIONS(1013), - [anon_sym_PIPE_EQ] = ACTIONS(1013), - [anon_sym_LT_LT_EQ] = ACTIONS(1013), - [anon_sym_GT_GT_EQ] = ACTIONS(1013), - [anon_sym_EQ] = ACTIONS(1011), - [anon_sym_EQ_EQ] = ACTIONS(1013), - [anon_sym_BANG_EQ] = ACTIONS(1013), - [anon_sym_GT] = ACTIONS(1011), - [anon_sym_LT] = ACTIONS(1011), - [anon_sym_GT_EQ] = ACTIONS(1013), - [anon_sym_LT_EQ] = ACTIONS(1013), - [anon_sym_AT] = ACTIONS(1013), - [anon_sym__] = ACTIONS(1011), - [anon_sym_DOT] = ACTIONS(1011), - [anon_sym_DOT_DOT] = ACTIONS(1011), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1013), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1013), - [anon_sym_COMMA] = ACTIONS(1013), - [anon_sym_COLON_COLON] = ACTIONS(1013), - [anon_sym_DASH_GT] = ACTIONS(1013), - [anon_sym_POUND] = ACTIONS(1013), - [anon_sym_SQUOTE] = ACTIONS(1011), - [anon_sym_as] = ACTIONS(1011), - [anon_sym_async] = ACTIONS(1011), - [anon_sym_await] = ACTIONS(1011), - [anon_sym_break] = ACTIONS(1011), - [anon_sym_const] = ACTIONS(1011), - [anon_sym_continue] = ACTIONS(1011), - [anon_sym_default] = ACTIONS(1011), - [anon_sym_enum] = ACTIONS(1011), - [anon_sym_fn] = ACTIONS(1011), - [anon_sym_for] = ACTIONS(1011), - [anon_sym_gen] = ACTIONS(1011), - [anon_sym_if] = ACTIONS(1011), - [anon_sym_impl] = ACTIONS(1011), - [anon_sym_let] = ACTIONS(1011), - [anon_sym_loop] = ACTIONS(1011), - [anon_sym_match] = ACTIONS(1011), - [anon_sym_mod] = ACTIONS(1011), - [anon_sym_pub] = ACTIONS(1011), - [anon_sym_return] = ACTIONS(1011), - [anon_sym_static] = ACTIONS(1011), - [anon_sym_struct] = ACTIONS(1011), - [anon_sym_trait] = ACTIONS(1011), - [anon_sym_type] = ACTIONS(1011), - [anon_sym_union] = ACTIONS(1011), - [anon_sym_unsafe] = ACTIONS(1011), - [anon_sym_use] = ACTIONS(1011), - [anon_sym_where] = ACTIONS(1011), - [anon_sym_while] = ACTIONS(1011), - [sym_mutable_specifier] = ACTIONS(1011), - [sym_integer_literal] = ACTIONS(1013), - [aux_sym_string_literal_token1] = ACTIONS(1013), - [sym_char_literal] = ACTIONS(1013), - [anon_sym_true] = ACTIONS(1011), - [anon_sym_false] = ACTIONS(1011), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1011), - [sym_super] = ACTIONS(1011), - [sym_crate] = ACTIONS(1011), - [sym_metavariable] = ACTIONS(1013), - [sym__raw_string_literal_start] = ACTIONS(1013), - [sym_float_literal] = ACTIONS(1013), - }, - [STATE(182)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2550), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(182), - [sym_block_comment] = STATE(182), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(183)] = { + [STATE(184)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(183), - [sym_block_comment] = STATE(183), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(184), + [sym_block_comment] = STATE(184), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(1015), + [anon_sym_RBRACK] = ACTIONS(1023), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -37837,7 +38057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -37871,339 +38091,223 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(184)] = { - [sym_line_comment] = STATE(184), - [sym_block_comment] = STATE(184), - [aux_sym__non_special_token_repeat1] = STATE(184), - [sym_identifier] = ACTIONS(891), - [anon_sym_SEMI] = ACTIONS(1017), - [anon_sym_LPAREN] = ACTIONS(896), - [anon_sym_RPAREN] = ACTIONS(896), - [anon_sym_LBRACK] = ACTIONS(896), - [anon_sym_RBRACK] = ACTIONS(896), - [anon_sym_LBRACE] = ACTIONS(896), - [anon_sym_RBRACE] = ACTIONS(896), - [anon_sym_EQ_GT] = ACTIONS(1017), - [anon_sym_COLON] = ACTIONS(1020), - [anon_sym_DOLLAR] = ACTIONS(896), - [anon_sym_PLUS] = ACTIONS(1020), - [anon_sym_STAR] = ACTIONS(1020), - [anon_sym_QMARK] = ACTIONS(1017), - [anon_sym_u8] = ACTIONS(891), - [anon_sym_i8] = ACTIONS(891), - [anon_sym_u16] = ACTIONS(891), - [anon_sym_i16] = ACTIONS(891), - [anon_sym_u32] = ACTIONS(891), - [anon_sym_i32] = ACTIONS(891), - [anon_sym_u64] = ACTIONS(891), - [anon_sym_i64] = ACTIONS(891), - [anon_sym_u128] = ACTIONS(891), - [anon_sym_i128] = ACTIONS(891), - [anon_sym_isize] = ACTIONS(891), - [anon_sym_usize] = ACTIONS(891), - [anon_sym_f32] = ACTIONS(891), - [anon_sym_f64] = ACTIONS(891), - [anon_sym_bool] = ACTIONS(891), - [anon_sym_str] = ACTIONS(891), - [anon_sym_char] = ACTIONS(891), - [anon_sym_DASH] = ACTIONS(1020), - [anon_sym_SLASH] = ACTIONS(1020), - [anon_sym_PERCENT] = ACTIONS(1020), - [anon_sym_CARET] = ACTIONS(1020), - [anon_sym_BANG] = ACTIONS(1020), - [anon_sym_AMP] = ACTIONS(1020), - [anon_sym_PIPE] = ACTIONS(1020), - [anon_sym_AMP_AMP] = ACTIONS(1017), - [anon_sym_PIPE_PIPE] = ACTIONS(1017), - [anon_sym_LT_LT] = ACTIONS(1020), - [anon_sym_GT_GT] = ACTIONS(1020), - [anon_sym_PLUS_EQ] = ACTIONS(1017), - [anon_sym_DASH_EQ] = ACTIONS(1017), - [anon_sym_STAR_EQ] = ACTIONS(1017), - [anon_sym_SLASH_EQ] = ACTIONS(1017), - [anon_sym_PERCENT_EQ] = ACTIONS(1017), - [anon_sym_CARET_EQ] = ACTIONS(1017), - [anon_sym_AMP_EQ] = ACTIONS(1017), - [anon_sym_PIPE_EQ] = ACTIONS(1017), - [anon_sym_LT_LT_EQ] = ACTIONS(1017), - [anon_sym_GT_GT_EQ] = ACTIONS(1017), - [anon_sym_EQ] = ACTIONS(1020), - [anon_sym_EQ_EQ] = ACTIONS(1017), - [anon_sym_BANG_EQ] = ACTIONS(1017), - [anon_sym_GT] = ACTIONS(1020), - [anon_sym_LT] = ACTIONS(1020), - [anon_sym_GT_EQ] = ACTIONS(1017), - [anon_sym_LT_EQ] = ACTIONS(1017), - [anon_sym_AT] = ACTIONS(1017), - [anon_sym__] = ACTIONS(1020), - [anon_sym_DOT] = ACTIONS(1020), - [anon_sym_DOT_DOT] = ACTIONS(1020), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1017), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1017), - [anon_sym_COMMA] = ACTIONS(1017), - [anon_sym_COLON_COLON] = ACTIONS(1017), - [anon_sym_DASH_GT] = ACTIONS(1017), - [anon_sym_POUND] = ACTIONS(1017), - [anon_sym_SQUOTE] = ACTIONS(891), - [anon_sym_as] = ACTIONS(891), - [anon_sym_async] = ACTIONS(891), - [anon_sym_await] = ACTIONS(891), - [anon_sym_break] = ACTIONS(891), - [anon_sym_const] = ACTIONS(891), - [anon_sym_continue] = ACTIONS(891), - [anon_sym_default] = ACTIONS(891), - [anon_sym_enum] = ACTIONS(891), - [anon_sym_fn] = ACTIONS(891), - [anon_sym_for] = ACTIONS(891), - [anon_sym_gen] = ACTIONS(891), - [anon_sym_if] = ACTIONS(891), - [anon_sym_impl] = ACTIONS(891), - [anon_sym_let] = ACTIONS(891), - [anon_sym_loop] = ACTIONS(891), - [anon_sym_match] = ACTIONS(891), - [anon_sym_mod] = ACTIONS(891), - [anon_sym_pub] = ACTIONS(891), - [anon_sym_return] = ACTIONS(891), - [anon_sym_static] = ACTIONS(891), - [anon_sym_struct] = ACTIONS(891), - [anon_sym_trait] = ACTIONS(891), - [anon_sym_type] = ACTIONS(891), - [anon_sym_union] = ACTIONS(891), - [anon_sym_unsafe] = ACTIONS(891), - [anon_sym_use] = ACTIONS(891), - [anon_sym_where] = ACTIONS(891), - [anon_sym_while] = ACTIONS(891), - [sym_mutable_specifier] = ACTIONS(891), - [sym_integer_literal] = ACTIONS(896), - [aux_sym_string_literal_token1] = ACTIONS(896), - [sym_char_literal] = ACTIONS(896), - [anon_sym_true] = ACTIONS(891), - [anon_sym_false] = ACTIONS(891), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(891), - [sym_super] = ACTIONS(891), - [sym_crate] = ACTIONS(891), - [sym__raw_string_literal_start] = ACTIONS(896), - [sym_float_literal] = ACTIONS(896), - }, [STATE(185)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1907), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_let_condition] = STATE(3264), - [sym__let_chain] = STATE(3265), - [sym__condition] = STATE(3609), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), [sym_line_comment] = STATE(185), [sym_block_comment] = STATE(185), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1027), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_let] = ACTIONS(1029), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), + [aux_sym__non_special_token_repeat1] = STATE(185), + [sym_identifier] = ACTIONS(871), + [anon_sym_SEMI] = ACTIONS(1025), + [anon_sym_LPAREN] = ACTIONS(876), + [anon_sym_RPAREN] = ACTIONS(876), + [anon_sym_LBRACK] = ACTIONS(876), + [anon_sym_RBRACK] = ACTIONS(876), + [anon_sym_LBRACE] = ACTIONS(876), + [anon_sym_RBRACE] = ACTIONS(876), + [anon_sym_EQ_GT] = ACTIONS(1025), + [anon_sym_COLON] = ACTIONS(1028), + [anon_sym_DOLLAR] = ACTIONS(876), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_STAR] = ACTIONS(1028), + [anon_sym_QMARK] = ACTIONS(1025), + [anon_sym_u8] = ACTIONS(871), + [anon_sym_i8] = ACTIONS(871), + [anon_sym_u16] = ACTIONS(871), + [anon_sym_i16] = ACTIONS(871), + [anon_sym_u32] = ACTIONS(871), + [anon_sym_i32] = ACTIONS(871), + [anon_sym_u64] = ACTIONS(871), + [anon_sym_i64] = ACTIONS(871), + [anon_sym_u128] = ACTIONS(871), + [anon_sym_i128] = ACTIONS(871), + [anon_sym_isize] = ACTIONS(871), + [anon_sym_usize] = ACTIONS(871), + [anon_sym_f32] = ACTIONS(871), + [anon_sym_f64] = ACTIONS(871), + [anon_sym_bool] = ACTIONS(871), + [anon_sym_str] = ACTIONS(871), + [anon_sym_char] = ACTIONS(871), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_SLASH] = ACTIONS(1028), + [anon_sym_PERCENT] = ACTIONS(1028), + [anon_sym_CARET] = ACTIONS(1028), + [anon_sym_BANG] = ACTIONS(1028), + [anon_sym_AMP] = ACTIONS(1028), + [anon_sym_PIPE] = ACTIONS(1028), + [anon_sym_AMP_AMP] = ACTIONS(1025), + [anon_sym_PIPE_PIPE] = ACTIONS(1025), + [anon_sym_LT_LT] = ACTIONS(1028), + [anon_sym_GT_GT] = ACTIONS(1028), + [anon_sym_PLUS_EQ] = ACTIONS(1025), + [anon_sym_DASH_EQ] = ACTIONS(1025), + [anon_sym_STAR_EQ] = ACTIONS(1025), + [anon_sym_SLASH_EQ] = ACTIONS(1025), + [anon_sym_PERCENT_EQ] = ACTIONS(1025), + [anon_sym_CARET_EQ] = ACTIONS(1025), + [anon_sym_AMP_EQ] = ACTIONS(1025), + [anon_sym_PIPE_EQ] = ACTIONS(1025), + [anon_sym_LT_LT_EQ] = ACTIONS(1025), + [anon_sym_GT_GT_EQ] = ACTIONS(1025), + [anon_sym_EQ] = ACTIONS(1028), + [anon_sym_EQ_EQ] = ACTIONS(1025), + [anon_sym_BANG_EQ] = ACTIONS(1025), + [anon_sym_GT] = ACTIONS(1028), + [anon_sym_LT] = ACTIONS(1028), + [anon_sym_GT_EQ] = ACTIONS(1025), + [anon_sym_LT_EQ] = ACTIONS(1025), + [anon_sym_AT] = ACTIONS(1025), + [anon_sym__] = ACTIONS(1028), + [anon_sym_DOT] = ACTIONS(1028), + [anon_sym_DOT_DOT] = ACTIONS(1028), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1025), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1025), + [anon_sym_COMMA] = ACTIONS(1025), + [anon_sym_COLON_COLON] = ACTIONS(1025), + [anon_sym_DASH_GT] = ACTIONS(1025), + [anon_sym_POUND] = ACTIONS(1025), + [anon_sym_SQUOTE] = ACTIONS(871), + [anon_sym_as] = ACTIONS(871), + [anon_sym_async] = ACTIONS(871), + [anon_sym_await] = ACTIONS(871), + [anon_sym_break] = ACTIONS(871), + [anon_sym_const] = ACTIONS(871), + [anon_sym_continue] = ACTIONS(871), + [anon_sym_default] = ACTIONS(871), + [anon_sym_enum] = ACTIONS(871), + [anon_sym_fn] = ACTIONS(871), + [anon_sym_for] = ACTIONS(871), + [anon_sym_gen] = ACTIONS(871), + [anon_sym_if] = ACTIONS(871), + [anon_sym_impl] = ACTIONS(871), + [anon_sym_let] = ACTIONS(871), + [anon_sym_loop] = ACTIONS(871), + [anon_sym_match] = ACTIONS(871), + [anon_sym_mod] = ACTIONS(871), + [anon_sym_pub] = ACTIONS(871), + [anon_sym_return] = ACTIONS(871), + [anon_sym_static] = ACTIONS(871), + [anon_sym_struct] = ACTIONS(871), + [anon_sym_trait] = ACTIONS(871), + [anon_sym_type] = ACTIONS(871), + [anon_sym_union] = ACTIONS(871), + [anon_sym_unsafe] = ACTIONS(871), + [anon_sym_use] = ACTIONS(871), + [anon_sym_where] = ACTIONS(871), + [anon_sym_while] = ACTIONS(871), + [sym_mutable_specifier] = ACTIONS(871), + [sym_integer_literal] = ACTIONS(876), + [aux_sym_string_literal_token1] = ACTIONS(876), + [sym_char_literal] = ACTIONS(876), + [anon_sym_true] = ACTIONS(871), + [anon_sym_false] = ACTIONS(871), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(871), + [sym_super] = ACTIONS(871), + [sym_crate] = ACTIONS(871), + [sym__raw_string_literal_start] = ACTIONS(876), + [sym_float_literal] = ACTIONS(876), }, [STATE(186)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2589), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(186), [sym_block_comment] = STATE(186), - [aux_sym_enum_variant_list_repeat1] = STATE(200), - [sym_identifier] = ACTIONS(339), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1031), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38212,69 +38316,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(187)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1753), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2608), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(187), [sym_block_comment] = STATE(187), - [aux_sym_enum_variant_list_repeat1] = STATE(201), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(188)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(188), + [sym_block_comment] = STATE(188), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1033), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(1031), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -38301,7 +38521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -38335,62 +38555,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(188)] = { + [STATE(189)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(188), - [sym_block_comment] = STATE(188), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(189), + [sym_block_comment] = STATE(189), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_RBRACK] = ACTIONS(1035), + [anon_sym_RBRACK] = ACTIONS(1033), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -38417,7 +38637,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -38451,223 +38671,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(189)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2772), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(189), - [sym_block_comment] = STATE(189), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, [STATE(190)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2759), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2537), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(190), [sym_block_comment] = STATE(190), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38676,114 +38780,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(191)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2749), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2607), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(191), [sym_block_comment] = STATE(191), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38792,114 +38896,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(192)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2535), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2609), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(192), [sym_block_comment] = STATE(192), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -38908,114 +39012,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(193)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2538), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2635), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(193), [sym_block_comment] = STATE(193), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39024,114 +39128,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(194)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2568), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2658), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(194), [sym_block_comment] = STATE(194), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39140,114 +39244,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(195)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2589), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2659), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(195), [sym_block_comment] = STATE(195), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39256,114 +39360,114 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(196)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1727), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2783), - [sym__let_chain] = STATE(2785), - [sym__condition] = STATE(2591), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1781), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(3052), + [sym__let_chain] = STATE(3053), + [sym__condition] = STATE(2673), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(196), [sym_block_comment] = STATE(196), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -39372,299 +39476,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(197)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(197), [sym_block_comment] = STATE(197), - [sym_identifier] = ACTIONS(879), - [anon_sym_SEMI] = ACTIONS(881), - [anon_sym_LPAREN] = ACTIONS(881), - [anon_sym_RPAREN] = ACTIONS(881), - [anon_sym_LBRACK] = ACTIONS(881), - [anon_sym_RBRACK] = ACTIONS(881), - [anon_sym_LBRACE] = ACTIONS(881), - [anon_sym_RBRACE] = ACTIONS(881), - [anon_sym_EQ_GT] = ACTIONS(881), - [anon_sym_COLON] = ACTIONS(879), - [anon_sym_DOLLAR] = ACTIONS(879), - [anon_sym_PLUS] = ACTIONS(879), - [anon_sym_STAR] = ACTIONS(879), - [anon_sym_QMARK] = ACTIONS(881), - [anon_sym_u8] = ACTIONS(879), - [anon_sym_i8] = ACTIONS(879), - [anon_sym_u16] = ACTIONS(879), - [anon_sym_i16] = ACTIONS(879), - [anon_sym_u32] = ACTIONS(879), - [anon_sym_i32] = ACTIONS(879), - [anon_sym_u64] = ACTIONS(879), - [anon_sym_i64] = ACTIONS(879), - [anon_sym_u128] = ACTIONS(879), - [anon_sym_i128] = ACTIONS(879), - [anon_sym_isize] = ACTIONS(879), - [anon_sym_usize] = ACTIONS(879), - [anon_sym_f32] = ACTIONS(879), - [anon_sym_f64] = ACTIONS(879), - [anon_sym_bool] = ACTIONS(879), - [anon_sym_str] = ACTIONS(879), - [anon_sym_char] = ACTIONS(879), - [anon_sym_DASH] = ACTIONS(879), - [anon_sym_SLASH] = ACTIONS(879), - [anon_sym_PERCENT] = ACTIONS(879), - [anon_sym_CARET] = ACTIONS(879), - [anon_sym_BANG] = ACTIONS(879), - [anon_sym_AMP] = ACTIONS(879), - [anon_sym_PIPE] = ACTIONS(879), - [anon_sym_AMP_AMP] = ACTIONS(881), - [anon_sym_PIPE_PIPE] = ACTIONS(881), - [anon_sym_LT_LT] = ACTIONS(879), - [anon_sym_GT_GT] = ACTIONS(879), - [anon_sym_PLUS_EQ] = ACTIONS(881), - [anon_sym_DASH_EQ] = ACTIONS(881), - [anon_sym_STAR_EQ] = ACTIONS(881), - [anon_sym_SLASH_EQ] = ACTIONS(881), - [anon_sym_PERCENT_EQ] = ACTIONS(881), - [anon_sym_CARET_EQ] = ACTIONS(881), - [anon_sym_AMP_EQ] = ACTIONS(881), - [anon_sym_PIPE_EQ] = ACTIONS(881), - [anon_sym_LT_LT_EQ] = ACTIONS(881), - [anon_sym_GT_GT_EQ] = ACTIONS(881), - [anon_sym_EQ] = ACTIONS(879), - [anon_sym_EQ_EQ] = ACTIONS(881), - [anon_sym_BANG_EQ] = ACTIONS(881), - [anon_sym_GT] = ACTIONS(879), - [anon_sym_LT] = ACTIONS(879), - [anon_sym_GT_EQ] = ACTIONS(881), - [anon_sym_LT_EQ] = ACTIONS(881), - [anon_sym_AT] = ACTIONS(881), - [anon_sym__] = ACTIONS(879), - [anon_sym_DOT] = ACTIONS(879), - [anon_sym_DOT_DOT] = ACTIONS(879), - [anon_sym_DOT_DOT_DOT] = ACTIONS(881), - [anon_sym_DOT_DOT_EQ] = ACTIONS(881), - [anon_sym_COMMA] = ACTIONS(881), - [anon_sym_COLON_COLON] = ACTIONS(881), - [anon_sym_DASH_GT] = ACTIONS(881), - [anon_sym_POUND] = ACTIONS(881), - [anon_sym_SQUOTE] = ACTIONS(879), - [anon_sym_as] = ACTIONS(879), - [anon_sym_async] = ACTIONS(879), - [anon_sym_await] = ACTIONS(879), - [anon_sym_break] = ACTIONS(879), - [anon_sym_const] = ACTIONS(879), - [anon_sym_continue] = ACTIONS(879), - [anon_sym_default] = ACTIONS(879), - [anon_sym_enum] = ACTIONS(879), - [anon_sym_fn] = ACTIONS(879), - [anon_sym_for] = ACTIONS(879), - [anon_sym_gen] = ACTIONS(879), - [anon_sym_if] = ACTIONS(879), - [anon_sym_impl] = ACTIONS(879), - [anon_sym_let] = ACTIONS(879), - [anon_sym_loop] = ACTIONS(879), - [anon_sym_match] = ACTIONS(879), - [anon_sym_mod] = ACTIONS(879), - [anon_sym_pub] = ACTIONS(879), - [anon_sym_return] = ACTIONS(879), - [anon_sym_static] = ACTIONS(879), - [anon_sym_struct] = ACTIONS(879), - [anon_sym_trait] = ACTIONS(879), - [anon_sym_type] = ACTIONS(879), - [anon_sym_union] = ACTIONS(879), - [anon_sym_unsafe] = ACTIONS(879), - [anon_sym_use] = ACTIONS(879), - [anon_sym_where] = ACTIONS(879), - [anon_sym_while] = ACTIONS(879), - [sym_mutable_specifier] = ACTIONS(879), - [sym_integer_literal] = ACTIONS(881), - [aux_sym_string_literal_token1] = ACTIONS(881), - [sym_char_literal] = ACTIONS(881), - [anon_sym_true] = ACTIONS(879), - [anon_sym_false] = ACTIONS(879), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(879), - [sym_super] = ACTIONS(879), - [sym_crate] = ACTIONS(879), - [sym_metavariable] = ACTIONS(881), - [sym__raw_string_literal_start] = ACTIONS(881), - [sym_float_literal] = ACTIONS(881), - }, - [STATE(198)] = { - [sym_line_comment] = STATE(198), - [sym_block_comment] = STATE(198), - [sym_identifier] = ACTIONS(977), - [anon_sym_SEMI] = ACTIONS(979), - [anon_sym_LPAREN] = ACTIONS(979), - [anon_sym_RPAREN] = ACTIONS(979), - [anon_sym_LBRACK] = ACTIONS(979), - [anon_sym_RBRACK] = ACTIONS(979), - [anon_sym_LBRACE] = ACTIONS(979), - [anon_sym_RBRACE] = ACTIONS(979), - [anon_sym_EQ_GT] = ACTIONS(979), - [anon_sym_COLON] = ACTIONS(977), - [anon_sym_DOLLAR] = ACTIONS(979), - [anon_sym_PLUS] = ACTIONS(977), - [anon_sym_STAR] = ACTIONS(977), - [anon_sym_QMARK] = ACTIONS(979), - [anon_sym_u8] = ACTIONS(977), - [anon_sym_i8] = ACTIONS(977), - [anon_sym_u16] = ACTIONS(977), - [anon_sym_i16] = ACTIONS(977), - [anon_sym_u32] = ACTIONS(977), - [anon_sym_i32] = ACTIONS(977), - [anon_sym_u64] = ACTIONS(977), - [anon_sym_i64] = ACTIONS(977), - [anon_sym_u128] = ACTIONS(977), - [anon_sym_i128] = ACTIONS(977), - [anon_sym_isize] = ACTIONS(977), - [anon_sym_usize] = ACTIONS(977), - [anon_sym_f32] = ACTIONS(977), - [anon_sym_f64] = ACTIONS(977), - [anon_sym_bool] = ACTIONS(977), - [anon_sym_str] = ACTIONS(977), - [anon_sym_char] = ACTIONS(977), - [anon_sym_DASH] = ACTIONS(977), - [anon_sym_SLASH] = ACTIONS(977), - [anon_sym_PERCENT] = ACTIONS(977), - [anon_sym_CARET] = ACTIONS(977), - [anon_sym_BANG] = ACTIONS(977), - [anon_sym_AMP] = ACTIONS(977), - [anon_sym_PIPE] = ACTIONS(977), - [anon_sym_AMP_AMP] = ACTIONS(979), - [anon_sym_PIPE_PIPE] = ACTIONS(979), - [anon_sym_LT_LT] = ACTIONS(977), - [anon_sym_GT_GT] = ACTIONS(977), - [anon_sym_PLUS_EQ] = ACTIONS(979), - [anon_sym_DASH_EQ] = ACTIONS(979), - [anon_sym_STAR_EQ] = ACTIONS(979), - [anon_sym_SLASH_EQ] = ACTIONS(979), - [anon_sym_PERCENT_EQ] = ACTIONS(979), - [anon_sym_CARET_EQ] = ACTIONS(979), - [anon_sym_AMP_EQ] = ACTIONS(979), - [anon_sym_PIPE_EQ] = ACTIONS(979), - [anon_sym_LT_LT_EQ] = ACTIONS(979), - [anon_sym_GT_GT_EQ] = ACTIONS(979), - [anon_sym_EQ] = ACTIONS(977), - [anon_sym_EQ_EQ] = ACTIONS(979), - [anon_sym_BANG_EQ] = ACTIONS(979), - [anon_sym_GT] = ACTIONS(977), - [anon_sym_LT] = ACTIONS(977), - [anon_sym_GT_EQ] = ACTIONS(979), - [anon_sym_LT_EQ] = ACTIONS(979), - [anon_sym_AT] = ACTIONS(979), - [anon_sym__] = ACTIONS(977), - [anon_sym_DOT] = ACTIONS(977), - [anon_sym_DOT_DOT] = ACTIONS(977), - [anon_sym_DOT_DOT_DOT] = ACTIONS(979), - [anon_sym_DOT_DOT_EQ] = ACTIONS(979), - [anon_sym_COMMA] = ACTIONS(979), - [anon_sym_COLON_COLON] = ACTIONS(979), - [anon_sym_DASH_GT] = ACTIONS(979), - [anon_sym_POUND] = ACTIONS(979), - [anon_sym_SQUOTE] = ACTIONS(977), - [anon_sym_as] = ACTIONS(977), - [anon_sym_async] = ACTIONS(977), - [anon_sym_await] = ACTIONS(977), - [anon_sym_break] = ACTIONS(977), - [anon_sym_const] = ACTIONS(977), - [anon_sym_continue] = ACTIONS(977), - [anon_sym_default] = ACTIONS(977), - [anon_sym_enum] = ACTIONS(977), - [anon_sym_fn] = ACTIONS(977), - [anon_sym_for] = ACTIONS(977), - [anon_sym_gen] = ACTIONS(977), - [anon_sym_if] = ACTIONS(977), - [anon_sym_impl] = ACTIONS(977), - [anon_sym_let] = ACTIONS(977), - [anon_sym_loop] = ACTIONS(977), - [anon_sym_match] = ACTIONS(977), - [anon_sym_mod] = ACTIONS(977), - [anon_sym_pub] = ACTIONS(977), - [anon_sym_return] = ACTIONS(977), - [anon_sym_static] = ACTIONS(977), - [anon_sym_struct] = ACTIONS(977), - [anon_sym_trait] = ACTIONS(977), - [anon_sym_type] = ACTIONS(977), - [anon_sym_union] = ACTIONS(977), - [anon_sym_unsafe] = ACTIONS(977), - [anon_sym_use] = ACTIONS(977), - [anon_sym_where] = ACTIONS(977), - [anon_sym_while] = ACTIONS(977), - [sym_mutable_specifier] = ACTIONS(977), - [sym_integer_literal] = ACTIONS(979), - [aux_sym_string_literal_token1] = ACTIONS(979), - [sym_char_literal] = ACTIONS(979), - [anon_sym_true] = ACTIONS(977), - [anon_sym_false] = ACTIONS(977), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(977), - [sym_super] = ACTIONS(977), - [sym_crate] = ACTIONS(977), - [sym__raw_string_literal_start] = ACTIONS(979), - [sym_float_literal] = ACTIONS(979), - }, - [STATE(199)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1622), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(199), - [sym_block_comment] = STATE(199), - [aux_sym_enum_variant_list_repeat1] = STATE(1014), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_RBRACK] = ACTIONS(1035), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), @@ -39691,7 +39565,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -39725,58 +39599,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(200)] = { + [STATE(198)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1629), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(200), - [sym_block_comment] = STATE(200), - [aux_sym_enum_variant_list_repeat1] = STATE(1014), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1906), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(198), + [sym_block_comment] = STATE(198), + [aux_sym_enum_variant_list_repeat1] = STATE(1013), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -39806,7 +39680,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -39840,58 +39714,403 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, + [STATE(199)] = { + [sym_line_comment] = STATE(199), + [sym_block_comment] = STATE(199), + [sym_identifier] = ACTIONS(985), + [anon_sym_SEMI] = ACTIONS(987), + [anon_sym_LPAREN] = ACTIONS(987), + [anon_sym_RPAREN] = ACTIONS(987), + [anon_sym_LBRACK] = ACTIONS(987), + [anon_sym_RBRACK] = ACTIONS(987), + [anon_sym_LBRACE] = ACTIONS(987), + [anon_sym_RBRACE] = ACTIONS(987), + [anon_sym_EQ_GT] = ACTIONS(987), + [anon_sym_COLON] = ACTIONS(985), + [anon_sym_DOLLAR] = ACTIONS(987), + [anon_sym_PLUS] = ACTIONS(985), + [anon_sym_STAR] = ACTIONS(985), + [anon_sym_QMARK] = ACTIONS(987), + [anon_sym_u8] = ACTIONS(985), + [anon_sym_i8] = ACTIONS(985), + [anon_sym_u16] = ACTIONS(985), + [anon_sym_i16] = ACTIONS(985), + [anon_sym_u32] = ACTIONS(985), + [anon_sym_i32] = ACTIONS(985), + [anon_sym_u64] = ACTIONS(985), + [anon_sym_i64] = ACTIONS(985), + [anon_sym_u128] = ACTIONS(985), + [anon_sym_i128] = ACTIONS(985), + [anon_sym_isize] = ACTIONS(985), + [anon_sym_usize] = ACTIONS(985), + [anon_sym_f32] = ACTIONS(985), + [anon_sym_f64] = ACTIONS(985), + [anon_sym_bool] = ACTIONS(985), + [anon_sym_str] = ACTIONS(985), + [anon_sym_char] = ACTIONS(985), + [anon_sym_DASH] = ACTIONS(985), + [anon_sym_SLASH] = ACTIONS(985), + [anon_sym_PERCENT] = ACTIONS(985), + [anon_sym_CARET] = ACTIONS(985), + [anon_sym_BANG] = ACTIONS(985), + [anon_sym_AMP] = ACTIONS(985), + [anon_sym_PIPE] = ACTIONS(985), + [anon_sym_AMP_AMP] = ACTIONS(987), + [anon_sym_PIPE_PIPE] = ACTIONS(987), + [anon_sym_LT_LT] = ACTIONS(985), + [anon_sym_GT_GT] = ACTIONS(985), + [anon_sym_PLUS_EQ] = ACTIONS(987), + [anon_sym_DASH_EQ] = ACTIONS(987), + [anon_sym_STAR_EQ] = ACTIONS(987), + [anon_sym_SLASH_EQ] = ACTIONS(987), + [anon_sym_PERCENT_EQ] = ACTIONS(987), + [anon_sym_CARET_EQ] = ACTIONS(987), + [anon_sym_AMP_EQ] = ACTIONS(987), + [anon_sym_PIPE_EQ] = ACTIONS(987), + [anon_sym_LT_LT_EQ] = ACTIONS(987), + [anon_sym_GT_GT_EQ] = ACTIONS(987), + [anon_sym_EQ] = ACTIONS(985), + [anon_sym_EQ_EQ] = ACTIONS(987), + [anon_sym_BANG_EQ] = ACTIONS(987), + [anon_sym_GT] = ACTIONS(985), + [anon_sym_LT] = ACTIONS(985), + [anon_sym_GT_EQ] = ACTIONS(987), + [anon_sym_LT_EQ] = ACTIONS(987), + [anon_sym_AT] = ACTIONS(987), + [anon_sym__] = ACTIONS(985), + [anon_sym_DOT] = ACTIONS(985), + [anon_sym_DOT_DOT] = ACTIONS(985), + [anon_sym_DOT_DOT_DOT] = ACTIONS(987), + [anon_sym_DOT_DOT_EQ] = ACTIONS(987), + [anon_sym_COMMA] = ACTIONS(987), + [anon_sym_COLON_COLON] = ACTIONS(987), + [anon_sym_DASH_GT] = ACTIONS(987), + [anon_sym_POUND] = ACTIONS(987), + [anon_sym_SQUOTE] = ACTIONS(985), + [anon_sym_as] = ACTIONS(985), + [anon_sym_async] = ACTIONS(985), + [anon_sym_await] = ACTIONS(985), + [anon_sym_break] = ACTIONS(985), + [anon_sym_const] = ACTIONS(985), + [anon_sym_continue] = ACTIONS(985), + [anon_sym_default] = ACTIONS(985), + [anon_sym_enum] = ACTIONS(985), + [anon_sym_fn] = ACTIONS(985), + [anon_sym_for] = ACTIONS(985), + [anon_sym_gen] = ACTIONS(985), + [anon_sym_if] = ACTIONS(985), + [anon_sym_impl] = ACTIONS(985), + [anon_sym_let] = ACTIONS(985), + [anon_sym_loop] = ACTIONS(985), + [anon_sym_match] = ACTIONS(985), + [anon_sym_mod] = ACTIONS(985), + [anon_sym_pub] = ACTIONS(985), + [anon_sym_return] = ACTIONS(985), + [anon_sym_static] = ACTIONS(985), + [anon_sym_struct] = ACTIONS(985), + [anon_sym_trait] = ACTIONS(985), + [anon_sym_type] = ACTIONS(985), + [anon_sym_union] = ACTIONS(985), + [anon_sym_unsafe] = ACTIONS(985), + [anon_sym_use] = ACTIONS(985), + [anon_sym_where] = ACTIONS(985), + [anon_sym_while] = ACTIONS(985), + [sym_mutable_specifier] = ACTIONS(985), + [sym_integer_literal] = ACTIONS(987), + [aux_sym_string_literal_token1] = ACTIONS(987), + [sym_char_literal] = ACTIONS(987), + [anon_sym_true] = ACTIONS(985), + [anon_sym_false] = ACTIONS(985), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(985), + [sym_super] = ACTIONS(985), + [sym_crate] = ACTIONS(985), + [sym__raw_string_literal_start] = ACTIONS(987), + [sym_float_literal] = ACTIONS(987), + }, + [STATE(200)] = { + [sym_line_comment] = STATE(200), + [sym_block_comment] = STATE(200), + [sym_identifier] = ACTIONS(919), + [anon_sym_SEMI] = ACTIONS(921), + [anon_sym_LPAREN] = ACTIONS(921), + [anon_sym_RPAREN] = ACTIONS(921), + [anon_sym_LBRACK] = ACTIONS(921), + [anon_sym_RBRACK] = ACTIONS(921), + [anon_sym_LBRACE] = ACTIONS(921), + [anon_sym_RBRACE] = ACTIONS(921), + [anon_sym_EQ_GT] = ACTIONS(921), + [anon_sym_COLON] = ACTIONS(919), + [anon_sym_DOLLAR] = ACTIONS(921), + [anon_sym_PLUS] = ACTIONS(919), + [anon_sym_STAR] = ACTIONS(919), + [anon_sym_QMARK] = ACTIONS(921), + [anon_sym_u8] = ACTIONS(919), + [anon_sym_i8] = ACTIONS(919), + [anon_sym_u16] = ACTIONS(919), + [anon_sym_i16] = ACTIONS(919), + [anon_sym_u32] = ACTIONS(919), + [anon_sym_i32] = ACTIONS(919), + [anon_sym_u64] = ACTIONS(919), + [anon_sym_i64] = ACTIONS(919), + [anon_sym_u128] = ACTIONS(919), + [anon_sym_i128] = ACTIONS(919), + [anon_sym_isize] = ACTIONS(919), + [anon_sym_usize] = ACTIONS(919), + [anon_sym_f32] = ACTIONS(919), + [anon_sym_f64] = ACTIONS(919), + [anon_sym_bool] = ACTIONS(919), + [anon_sym_str] = ACTIONS(919), + [anon_sym_char] = ACTIONS(919), + [anon_sym_DASH] = ACTIONS(919), + [anon_sym_SLASH] = ACTIONS(919), + [anon_sym_PERCENT] = ACTIONS(919), + [anon_sym_CARET] = ACTIONS(919), + [anon_sym_BANG] = ACTIONS(919), + [anon_sym_AMP] = ACTIONS(919), + [anon_sym_PIPE] = ACTIONS(919), + [anon_sym_AMP_AMP] = ACTIONS(921), + [anon_sym_PIPE_PIPE] = ACTIONS(921), + [anon_sym_LT_LT] = ACTIONS(919), + [anon_sym_GT_GT] = ACTIONS(919), + [anon_sym_PLUS_EQ] = ACTIONS(921), + [anon_sym_DASH_EQ] = ACTIONS(921), + [anon_sym_STAR_EQ] = ACTIONS(921), + [anon_sym_SLASH_EQ] = ACTIONS(921), + [anon_sym_PERCENT_EQ] = ACTIONS(921), + [anon_sym_CARET_EQ] = ACTIONS(921), + [anon_sym_AMP_EQ] = ACTIONS(921), + [anon_sym_PIPE_EQ] = ACTIONS(921), + [anon_sym_LT_LT_EQ] = ACTIONS(921), + [anon_sym_GT_GT_EQ] = ACTIONS(921), + [anon_sym_EQ] = ACTIONS(919), + [anon_sym_EQ_EQ] = ACTIONS(921), + [anon_sym_BANG_EQ] = ACTIONS(921), + [anon_sym_GT] = ACTIONS(919), + [anon_sym_LT] = ACTIONS(919), + [anon_sym_GT_EQ] = ACTIONS(921), + [anon_sym_LT_EQ] = ACTIONS(921), + [anon_sym_AT] = ACTIONS(921), + [anon_sym__] = ACTIONS(919), + [anon_sym_DOT] = ACTIONS(919), + [anon_sym_DOT_DOT] = ACTIONS(919), + [anon_sym_DOT_DOT_DOT] = ACTIONS(921), + [anon_sym_DOT_DOT_EQ] = ACTIONS(921), + [anon_sym_COMMA] = ACTIONS(921), + [anon_sym_COLON_COLON] = ACTIONS(921), + [anon_sym_DASH_GT] = ACTIONS(921), + [anon_sym_POUND] = ACTIONS(921), + [anon_sym_SQUOTE] = ACTIONS(919), + [anon_sym_as] = ACTIONS(919), + [anon_sym_async] = ACTIONS(919), + [anon_sym_await] = ACTIONS(919), + [anon_sym_break] = ACTIONS(919), + [anon_sym_const] = ACTIONS(919), + [anon_sym_continue] = ACTIONS(919), + [anon_sym_default] = ACTIONS(919), + [anon_sym_enum] = ACTIONS(919), + [anon_sym_fn] = ACTIONS(919), + [anon_sym_for] = ACTIONS(919), + [anon_sym_gen] = ACTIONS(919), + [anon_sym_if] = ACTIONS(919), + [anon_sym_impl] = ACTIONS(919), + [anon_sym_let] = ACTIONS(919), + [anon_sym_loop] = ACTIONS(919), + [anon_sym_match] = ACTIONS(919), + [anon_sym_mod] = ACTIONS(919), + [anon_sym_pub] = ACTIONS(919), + [anon_sym_return] = ACTIONS(919), + [anon_sym_static] = ACTIONS(919), + [anon_sym_struct] = ACTIONS(919), + [anon_sym_trait] = ACTIONS(919), + [anon_sym_type] = ACTIONS(919), + [anon_sym_union] = ACTIONS(919), + [anon_sym_unsafe] = ACTIONS(919), + [anon_sym_use] = ACTIONS(919), + [anon_sym_where] = ACTIONS(919), + [anon_sym_while] = ACTIONS(919), + [sym_mutable_specifier] = ACTIONS(919), + [sym_integer_literal] = ACTIONS(921), + [aux_sym_string_literal_token1] = ACTIONS(921), + [sym_char_literal] = ACTIONS(921), + [anon_sym_true] = ACTIONS(919), + [anon_sym_false] = ACTIONS(919), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(919), + [sym_super] = ACTIONS(919), + [sym_crate] = ACTIONS(919), + [sym__raw_string_literal_start] = ACTIONS(921), + [sym_float_literal] = ACTIONS(921), + }, [STATE(201)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1905), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), [sym_line_comment] = STATE(201), [sym_block_comment] = STATE(201), - [aux_sym_enum_variant_list_repeat1] = STATE(1014), + [sym_identifier] = ACTIONS(929), + [anon_sym_SEMI] = ACTIONS(931), + [anon_sym_LPAREN] = ACTIONS(931), + [anon_sym_RPAREN] = ACTIONS(931), + [anon_sym_LBRACK] = ACTIONS(931), + [anon_sym_RBRACK] = ACTIONS(931), + [anon_sym_LBRACE] = ACTIONS(931), + [anon_sym_RBRACE] = ACTIONS(931), + [anon_sym_EQ_GT] = ACTIONS(931), + [anon_sym_COLON] = ACTIONS(929), + [anon_sym_DOLLAR] = ACTIONS(931), + [anon_sym_PLUS] = ACTIONS(929), + [anon_sym_STAR] = ACTIONS(929), + [anon_sym_QMARK] = ACTIONS(931), + [anon_sym_u8] = ACTIONS(929), + [anon_sym_i8] = ACTIONS(929), + [anon_sym_u16] = ACTIONS(929), + [anon_sym_i16] = ACTIONS(929), + [anon_sym_u32] = ACTIONS(929), + [anon_sym_i32] = ACTIONS(929), + [anon_sym_u64] = ACTIONS(929), + [anon_sym_i64] = ACTIONS(929), + [anon_sym_u128] = ACTIONS(929), + [anon_sym_i128] = ACTIONS(929), + [anon_sym_isize] = ACTIONS(929), + [anon_sym_usize] = ACTIONS(929), + [anon_sym_f32] = ACTIONS(929), + [anon_sym_f64] = ACTIONS(929), + [anon_sym_bool] = ACTIONS(929), + [anon_sym_str] = ACTIONS(929), + [anon_sym_char] = ACTIONS(929), + [anon_sym_DASH] = ACTIONS(929), + [anon_sym_SLASH] = ACTIONS(929), + [anon_sym_PERCENT] = ACTIONS(929), + [anon_sym_CARET] = ACTIONS(929), + [anon_sym_BANG] = ACTIONS(929), + [anon_sym_AMP] = ACTIONS(929), + [anon_sym_PIPE] = ACTIONS(929), + [anon_sym_AMP_AMP] = ACTIONS(931), + [anon_sym_PIPE_PIPE] = ACTIONS(931), + [anon_sym_LT_LT] = ACTIONS(929), + [anon_sym_GT_GT] = ACTIONS(929), + [anon_sym_PLUS_EQ] = ACTIONS(931), + [anon_sym_DASH_EQ] = ACTIONS(931), + [anon_sym_STAR_EQ] = ACTIONS(931), + [anon_sym_SLASH_EQ] = ACTIONS(931), + [anon_sym_PERCENT_EQ] = ACTIONS(931), + [anon_sym_CARET_EQ] = ACTIONS(931), + [anon_sym_AMP_EQ] = ACTIONS(931), + [anon_sym_PIPE_EQ] = ACTIONS(931), + [anon_sym_LT_LT_EQ] = ACTIONS(931), + [anon_sym_GT_GT_EQ] = ACTIONS(931), + [anon_sym_EQ] = ACTIONS(929), + [anon_sym_EQ_EQ] = ACTIONS(931), + [anon_sym_BANG_EQ] = ACTIONS(931), + [anon_sym_GT] = ACTIONS(929), + [anon_sym_LT] = ACTIONS(929), + [anon_sym_GT_EQ] = ACTIONS(931), + [anon_sym_LT_EQ] = ACTIONS(931), + [anon_sym_AT] = ACTIONS(931), + [anon_sym__] = ACTIONS(929), + [anon_sym_DOT] = ACTIONS(929), + [anon_sym_DOT_DOT] = ACTIONS(929), + [anon_sym_DOT_DOT_DOT] = ACTIONS(931), + [anon_sym_DOT_DOT_EQ] = ACTIONS(931), + [anon_sym_COMMA] = ACTIONS(931), + [anon_sym_COLON_COLON] = ACTIONS(931), + [anon_sym_DASH_GT] = ACTIONS(931), + [anon_sym_POUND] = ACTIONS(931), + [anon_sym_SQUOTE] = ACTIONS(929), + [anon_sym_as] = ACTIONS(929), + [anon_sym_async] = ACTIONS(929), + [anon_sym_await] = ACTIONS(929), + [anon_sym_break] = ACTIONS(929), + [anon_sym_const] = ACTIONS(929), + [anon_sym_continue] = ACTIONS(929), + [anon_sym_default] = ACTIONS(929), + [anon_sym_enum] = ACTIONS(929), + [anon_sym_fn] = ACTIONS(929), + [anon_sym_for] = ACTIONS(929), + [anon_sym_gen] = ACTIONS(929), + [anon_sym_if] = ACTIONS(929), + [anon_sym_impl] = ACTIONS(929), + [anon_sym_let] = ACTIONS(929), + [anon_sym_loop] = ACTIONS(929), + [anon_sym_match] = ACTIONS(929), + [anon_sym_mod] = ACTIONS(929), + [anon_sym_pub] = ACTIONS(929), + [anon_sym_return] = ACTIONS(929), + [anon_sym_static] = ACTIONS(929), + [anon_sym_struct] = ACTIONS(929), + [anon_sym_trait] = ACTIONS(929), + [anon_sym_type] = ACTIONS(929), + [anon_sym_union] = ACTIONS(929), + [anon_sym_unsafe] = ACTIONS(929), + [anon_sym_use] = ACTIONS(929), + [anon_sym_where] = ACTIONS(929), + [anon_sym_while] = ACTIONS(929), + [sym_mutable_specifier] = ACTIONS(929), + [sym_integer_literal] = ACTIONS(931), + [aux_sym_string_literal_token1] = ACTIONS(931), + [sym_char_literal] = ACTIONS(931), + [anon_sym_true] = ACTIONS(929), + [anon_sym_false] = ACTIONS(929), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(929), + [sym_super] = ACTIONS(929), + [sym_crate] = ACTIONS(929), + [sym__raw_string_literal_start] = ACTIONS(931), + [sym_float_literal] = ACTIONS(931), + }, + [STATE(202)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1658), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(202), + [sym_block_comment] = STATE(202), + [aux_sym_enum_variant_list_repeat1] = STATE(207), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -39921,7 +40140,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -39955,469 +40174,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(202)] = { - [sym_line_comment] = STATE(202), - [sym_block_comment] = STATE(202), - [sym_identifier] = ACTIONS(969), - [anon_sym_SEMI] = ACTIONS(971), - [anon_sym_LPAREN] = ACTIONS(971), - [anon_sym_RPAREN] = ACTIONS(971), - [anon_sym_LBRACK] = ACTIONS(971), - [anon_sym_RBRACK] = ACTIONS(971), - [anon_sym_LBRACE] = ACTIONS(971), - [anon_sym_RBRACE] = ACTIONS(971), - [anon_sym_EQ_GT] = ACTIONS(971), - [anon_sym_COLON] = ACTIONS(969), - [anon_sym_DOLLAR] = ACTIONS(971), - [anon_sym_PLUS] = ACTIONS(969), - [anon_sym_STAR] = ACTIONS(969), - [anon_sym_QMARK] = ACTIONS(971), - [anon_sym_u8] = ACTIONS(969), - [anon_sym_i8] = ACTIONS(969), - [anon_sym_u16] = ACTIONS(969), - [anon_sym_i16] = ACTIONS(969), - [anon_sym_u32] = ACTIONS(969), - [anon_sym_i32] = ACTIONS(969), - [anon_sym_u64] = ACTIONS(969), - [anon_sym_i64] = ACTIONS(969), - [anon_sym_u128] = ACTIONS(969), - [anon_sym_i128] = ACTIONS(969), - [anon_sym_isize] = ACTIONS(969), - [anon_sym_usize] = ACTIONS(969), - [anon_sym_f32] = ACTIONS(969), - [anon_sym_f64] = ACTIONS(969), - [anon_sym_bool] = ACTIONS(969), - [anon_sym_str] = ACTIONS(969), - [anon_sym_char] = ACTIONS(969), - [anon_sym_DASH] = ACTIONS(969), - [anon_sym_SLASH] = ACTIONS(969), - [anon_sym_PERCENT] = ACTIONS(969), - [anon_sym_CARET] = ACTIONS(969), - [anon_sym_BANG] = ACTIONS(969), - [anon_sym_AMP] = ACTIONS(969), - [anon_sym_PIPE] = ACTIONS(969), - [anon_sym_AMP_AMP] = ACTIONS(971), - [anon_sym_PIPE_PIPE] = ACTIONS(971), - [anon_sym_LT_LT] = ACTIONS(969), - [anon_sym_GT_GT] = ACTIONS(969), - [anon_sym_PLUS_EQ] = ACTIONS(971), - [anon_sym_DASH_EQ] = ACTIONS(971), - [anon_sym_STAR_EQ] = ACTIONS(971), - [anon_sym_SLASH_EQ] = ACTIONS(971), - [anon_sym_PERCENT_EQ] = ACTIONS(971), - [anon_sym_CARET_EQ] = ACTIONS(971), - [anon_sym_AMP_EQ] = ACTIONS(971), - [anon_sym_PIPE_EQ] = ACTIONS(971), - [anon_sym_LT_LT_EQ] = ACTIONS(971), - [anon_sym_GT_GT_EQ] = ACTIONS(971), - [anon_sym_EQ] = ACTIONS(969), - [anon_sym_EQ_EQ] = ACTIONS(971), - [anon_sym_BANG_EQ] = ACTIONS(971), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT_EQ] = ACTIONS(971), - [anon_sym_LT_EQ] = ACTIONS(971), - [anon_sym_AT] = ACTIONS(971), - [anon_sym__] = ACTIONS(969), - [anon_sym_DOT] = ACTIONS(969), - [anon_sym_DOT_DOT] = ACTIONS(969), - [anon_sym_DOT_DOT_DOT] = ACTIONS(971), - [anon_sym_DOT_DOT_EQ] = ACTIONS(971), - [anon_sym_COMMA] = ACTIONS(971), - [anon_sym_COLON_COLON] = ACTIONS(971), - [anon_sym_DASH_GT] = ACTIONS(971), - [anon_sym_POUND] = ACTIONS(971), - [anon_sym_SQUOTE] = ACTIONS(969), - [anon_sym_as] = ACTIONS(969), - [anon_sym_async] = ACTIONS(969), - [anon_sym_await] = ACTIONS(969), - [anon_sym_break] = ACTIONS(969), - [anon_sym_const] = ACTIONS(969), - [anon_sym_continue] = ACTIONS(969), - [anon_sym_default] = ACTIONS(969), - [anon_sym_enum] = ACTIONS(969), - [anon_sym_fn] = ACTIONS(969), - [anon_sym_for] = ACTIONS(969), - [anon_sym_gen] = ACTIONS(969), - [anon_sym_if] = ACTIONS(969), - [anon_sym_impl] = ACTIONS(969), - [anon_sym_let] = ACTIONS(969), - [anon_sym_loop] = ACTIONS(969), - [anon_sym_match] = ACTIONS(969), - [anon_sym_mod] = ACTIONS(969), - [anon_sym_pub] = ACTIONS(969), - [anon_sym_return] = ACTIONS(969), - [anon_sym_static] = ACTIONS(969), - [anon_sym_struct] = ACTIONS(969), - [anon_sym_trait] = ACTIONS(969), - [anon_sym_type] = ACTIONS(969), - [anon_sym_union] = ACTIONS(969), - [anon_sym_unsafe] = ACTIONS(969), - [anon_sym_use] = ACTIONS(969), - [anon_sym_where] = ACTIONS(969), - [anon_sym_while] = ACTIONS(969), - [sym_mutable_specifier] = ACTIONS(969), - [sym_integer_literal] = ACTIONS(971), - [aux_sym_string_literal_token1] = ACTIONS(971), - [sym_char_literal] = ACTIONS(971), - [anon_sym_true] = ACTIONS(969), - [anon_sym_false] = ACTIONS(969), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(969), - [sym_super] = ACTIONS(969), - [sym_crate] = ACTIONS(969), - [sym__raw_string_literal_start] = ACTIONS(971), - [sym_float_literal] = ACTIONS(971), - }, [STATE(203)] = { [sym_line_comment] = STATE(203), [sym_block_comment] = STATE(203), - [sym_identifier] = ACTIONS(949), - [anon_sym_SEMI] = ACTIONS(951), - [anon_sym_LPAREN] = ACTIONS(951), - [anon_sym_RPAREN] = ACTIONS(951), - [anon_sym_LBRACK] = ACTIONS(951), - [anon_sym_RBRACK] = ACTIONS(951), - [anon_sym_LBRACE] = ACTIONS(951), - [anon_sym_RBRACE] = ACTIONS(951), - [anon_sym_EQ_GT] = ACTIONS(951), - [anon_sym_COLON] = ACTIONS(949), - [anon_sym_DOLLAR] = ACTIONS(951), - [anon_sym_PLUS] = ACTIONS(949), - [anon_sym_STAR] = ACTIONS(949), - [anon_sym_QMARK] = ACTIONS(951), - [anon_sym_u8] = ACTIONS(949), - [anon_sym_i8] = ACTIONS(949), - [anon_sym_u16] = ACTIONS(949), - [anon_sym_i16] = ACTIONS(949), - [anon_sym_u32] = ACTIONS(949), - [anon_sym_i32] = ACTIONS(949), - [anon_sym_u64] = ACTIONS(949), - [anon_sym_i64] = ACTIONS(949), - [anon_sym_u128] = ACTIONS(949), - [anon_sym_i128] = ACTIONS(949), - [anon_sym_isize] = ACTIONS(949), - [anon_sym_usize] = ACTIONS(949), - [anon_sym_f32] = ACTIONS(949), - [anon_sym_f64] = ACTIONS(949), - [anon_sym_bool] = ACTIONS(949), - [anon_sym_str] = ACTIONS(949), - [anon_sym_char] = ACTIONS(949), - [anon_sym_DASH] = ACTIONS(949), - [anon_sym_SLASH] = ACTIONS(949), - [anon_sym_PERCENT] = ACTIONS(949), - [anon_sym_CARET] = ACTIONS(949), - [anon_sym_BANG] = ACTIONS(949), - [anon_sym_AMP] = ACTIONS(949), - [anon_sym_PIPE] = ACTIONS(949), - [anon_sym_AMP_AMP] = ACTIONS(951), - [anon_sym_PIPE_PIPE] = ACTIONS(951), - [anon_sym_LT_LT] = ACTIONS(949), - [anon_sym_GT_GT] = ACTIONS(949), - [anon_sym_PLUS_EQ] = ACTIONS(951), - [anon_sym_DASH_EQ] = ACTIONS(951), - [anon_sym_STAR_EQ] = ACTIONS(951), - [anon_sym_SLASH_EQ] = ACTIONS(951), - [anon_sym_PERCENT_EQ] = ACTIONS(951), - [anon_sym_CARET_EQ] = ACTIONS(951), - [anon_sym_AMP_EQ] = ACTIONS(951), - [anon_sym_PIPE_EQ] = ACTIONS(951), - [anon_sym_LT_LT_EQ] = ACTIONS(951), - [anon_sym_GT_GT_EQ] = ACTIONS(951), - [anon_sym_EQ] = ACTIONS(949), - [anon_sym_EQ_EQ] = ACTIONS(951), - [anon_sym_BANG_EQ] = ACTIONS(951), - [anon_sym_GT] = ACTIONS(949), - [anon_sym_LT] = ACTIONS(949), - [anon_sym_GT_EQ] = ACTIONS(951), - [anon_sym_LT_EQ] = ACTIONS(951), - [anon_sym_AT] = ACTIONS(951), - [anon_sym__] = ACTIONS(949), - [anon_sym_DOT] = ACTIONS(949), - [anon_sym_DOT_DOT] = ACTIONS(949), - [anon_sym_DOT_DOT_DOT] = ACTIONS(951), - [anon_sym_DOT_DOT_EQ] = ACTIONS(951), - [anon_sym_COMMA] = ACTIONS(951), - [anon_sym_COLON_COLON] = ACTIONS(951), - [anon_sym_DASH_GT] = ACTIONS(951), - [anon_sym_POUND] = ACTIONS(951), - [anon_sym_SQUOTE] = ACTIONS(949), - [anon_sym_as] = ACTIONS(949), - [anon_sym_async] = ACTIONS(949), - [anon_sym_await] = ACTIONS(949), - [anon_sym_break] = ACTIONS(949), - [anon_sym_const] = ACTIONS(949), - [anon_sym_continue] = ACTIONS(949), - [anon_sym_default] = ACTIONS(949), - [anon_sym_enum] = ACTIONS(949), - [anon_sym_fn] = ACTIONS(949), - [anon_sym_for] = ACTIONS(949), - [anon_sym_gen] = ACTIONS(949), - [anon_sym_if] = ACTIONS(949), - [anon_sym_impl] = ACTIONS(949), - [anon_sym_let] = ACTIONS(949), - [anon_sym_loop] = ACTIONS(949), - [anon_sym_match] = ACTIONS(949), - [anon_sym_mod] = ACTIONS(949), - [anon_sym_pub] = ACTIONS(949), - [anon_sym_return] = ACTIONS(949), - [anon_sym_static] = ACTIONS(949), - [anon_sym_struct] = ACTIONS(949), - [anon_sym_trait] = ACTIONS(949), - [anon_sym_type] = ACTIONS(949), - [anon_sym_union] = ACTIONS(949), - [anon_sym_unsafe] = ACTIONS(949), - [anon_sym_use] = ACTIONS(949), - [anon_sym_where] = ACTIONS(949), - [anon_sym_while] = ACTIONS(949), - [sym_mutable_specifier] = ACTIONS(949), - [sym_integer_literal] = ACTIONS(951), - [aux_sym_string_literal_token1] = ACTIONS(951), - [sym_char_literal] = ACTIONS(951), - [anon_sym_true] = ACTIONS(949), - [anon_sym_false] = ACTIONS(949), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(949), - [sym_super] = ACTIONS(949), - [sym_crate] = ACTIONS(949), - [sym__raw_string_literal_start] = ACTIONS(951), - [sym_float_literal] = ACTIONS(951), - }, - [STATE(204)] = { - [sym_line_comment] = STATE(204), - [sym_block_comment] = STATE(204), - [sym_identifier] = ACTIONS(973), - [anon_sym_SEMI] = ACTIONS(975), - [anon_sym_LPAREN] = ACTIONS(975), - [anon_sym_RPAREN] = ACTIONS(975), - [anon_sym_LBRACK] = ACTIONS(975), - [anon_sym_RBRACK] = ACTIONS(975), - [anon_sym_LBRACE] = ACTIONS(975), - [anon_sym_RBRACE] = ACTIONS(975), - [anon_sym_EQ_GT] = ACTIONS(975), - [anon_sym_COLON] = ACTIONS(973), - [anon_sym_DOLLAR] = ACTIONS(975), - [anon_sym_PLUS] = ACTIONS(973), - [anon_sym_STAR] = ACTIONS(973), - [anon_sym_QMARK] = ACTIONS(975), - [anon_sym_u8] = ACTIONS(973), - [anon_sym_i8] = ACTIONS(973), - [anon_sym_u16] = ACTIONS(973), - [anon_sym_i16] = ACTIONS(973), - [anon_sym_u32] = ACTIONS(973), - [anon_sym_i32] = ACTIONS(973), - [anon_sym_u64] = ACTIONS(973), - [anon_sym_i64] = ACTIONS(973), - [anon_sym_u128] = ACTIONS(973), - [anon_sym_i128] = ACTIONS(973), - [anon_sym_isize] = ACTIONS(973), - [anon_sym_usize] = ACTIONS(973), - [anon_sym_f32] = ACTIONS(973), - [anon_sym_f64] = ACTIONS(973), - [anon_sym_bool] = ACTIONS(973), - [anon_sym_str] = ACTIONS(973), - [anon_sym_char] = ACTIONS(973), - [anon_sym_DASH] = ACTIONS(973), - [anon_sym_SLASH] = ACTIONS(973), - [anon_sym_PERCENT] = ACTIONS(973), - [anon_sym_CARET] = ACTIONS(973), - [anon_sym_BANG] = ACTIONS(973), - [anon_sym_AMP] = ACTIONS(973), - [anon_sym_PIPE] = ACTIONS(973), - [anon_sym_AMP_AMP] = ACTIONS(975), - [anon_sym_PIPE_PIPE] = ACTIONS(975), - [anon_sym_LT_LT] = ACTIONS(973), - [anon_sym_GT_GT] = ACTIONS(973), - [anon_sym_PLUS_EQ] = ACTIONS(975), - [anon_sym_DASH_EQ] = ACTIONS(975), - [anon_sym_STAR_EQ] = ACTIONS(975), - [anon_sym_SLASH_EQ] = ACTIONS(975), - [anon_sym_PERCENT_EQ] = ACTIONS(975), - [anon_sym_CARET_EQ] = ACTIONS(975), - [anon_sym_AMP_EQ] = ACTIONS(975), - [anon_sym_PIPE_EQ] = ACTIONS(975), - [anon_sym_LT_LT_EQ] = ACTIONS(975), - [anon_sym_GT_GT_EQ] = ACTIONS(975), - [anon_sym_EQ] = ACTIONS(973), - [anon_sym_EQ_EQ] = ACTIONS(975), - [anon_sym_BANG_EQ] = ACTIONS(975), - [anon_sym_GT] = ACTIONS(973), - [anon_sym_LT] = ACTIONS(973), - [anon_sym_GT_EQ] = ACTIONS(975), - [anon_sym_LT_EQ] = ACTIONS(975), - [anon_sym_AT] = ACTIONS(975), - [anon_sym__] = ACTIONS(973), - [anon_sym_DOT] = ACTIONS(973), - [anon_sym_DOT_DOT] = ACTIONS(973), - [anon_sym_DOT_DOT_DOT] = ACTIONS(975), - [anon_sym_DOT_DOT_EQ] = ACTIONS(975), - [anon_sym_COMMA] = ACTIONS(975), - [anon_sym_COLON_COLON] = ACTIONS(975), - [anon_sym_DASH_GT] = ACTIONS(975), - [anon_sym_POUND] = ACTIONS(975), - [anon_sym_SQUOTE] = ACTIONS(973), - [anon_sym_as] = ACTIONS(973), - [anon_sym_async] = ACTIONS(973), - [anon_sym_await] = ACTIONS(973), - [anon_sym_break] = ACTIONS(973), - [anon_sym_const] = ACTIONS(973), - [anon_sym_continue] = ACTIONS(973), - [anon_sym_default] = ACTIONS(973), - [anon_sym_enum] = ACTIONS(973), - [anon_sym_fn] = ACTIONS(973), - [anon_sym_for] = ACTIONS(973), - [anon_sym_gen] = ACTIONS(973), - [anon_sym_if] = ACTIONS(973), - [anon_sym_impl] = ACTIONS(973), - [anon_sym_let] = ACTIONS(973), - [anon_sym_loop] = ACTIONS(973), - [anon_sym_match] = ACTIONS(973), - [anon_sym_mod] = ACTIONS(973), - [anon_sym_pub] = ACTIONS(973), - [anon_sym_return] = ACTIONS(973), - [anon_sym_static] = ACTIONS(973), - [anon_sym_struct] = ACTIONS(973), - [anon_sym_trait] = ACTIONS(973), - [anon_sym_type] = ACTIONS(973), - [anon_sym_union] = ACTIONS(973), - [anon_sym_unsafe] = ACTIONS(973), - [anon_sym_use] = ACTIONS(973), - [anon_sym_where] = ACTIONS(973), - [anon_sym_while] = ACTIONS(973), - [sym_mutable_specifier] = ACTIONS(973), - [sym_integer_literal] = ACTIONS(975), - [aux_sym_string_literal_token1] = ACTIONS(975), - [sym_char_literal] = ACTIONS(975), - [anon_sym_true] = ACTIONS(973), - [anon_sym_false] = ACTIONS(973), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(973), - [sym_super] = ACTIONS(973), - [sym_crate] = ACTIONS(973), - [sym__raw_string_literal_start] = ACTIONS(975), - [sym_float_literal] = ACTIONS(975), - }, - [STATE(205)] = { - [sym_line_comment] = STATE(205), - [sym_block_comment] = STATE(205), - [sym_identifier] = ACTIONS(997), - [anon_sym_SEMI] = ACTIONS(999), - [anon_sym_LPAREN] = ACTIONS(999), - [anon_sym_RPAREN] = ACTIONS(999), - [anon_sym_LBRACK] = ACTIONS(999), - [anon_sym_RBRACK] = ACTIONS(999), - [anon_sym_LBRACE] = ACTIONS(999), - [anon_sym_RBRACE] = ACTIONS(999), - [anon_sym_EQ_GT] = ACTIONS(999), - [anon_sym_COLON] = ACTIONS(997), - [anon_sym_DOLLAR] = ACTIONS(999), - [anon_sym_PLUS] = ACTIONS(997), - [anon_sym_STAR] = ACTIONS(997), - [anon_sym_QMARK] = ACTIONS(999), - [anon_sym_u8] = ACTIONS(997), - [anon_sym_i8] = ACTIONS(997), - [anon_sym_u16] = ACTIONS(997), - [anon_sym_i16] = ACTIONS(997), - [anon_sym_u32] = ACTIONS(997), - [anon_sym_i32] = ACTIONS(997), - [anon_sym_u64] = ACTIONS(997), - [anon_sym_i64] = ACTIONS(997), - [anon_sym_u128] = ACTIONS(997), - [anon_sym_i128] = ACTIONS(997), - [anon_sym_isize] = ACTIONS(997), - [anon_sym_usize] = ACTIONS(997), - [anon_sym_f32] = ACTIONS(997), - [anon_sym_f64] = ACTIONS(997), - [anon_sym_bool] = ACTIONS(997), - [anon_sym_str] = ACTIONS(997), - [anon_sym_char] = ACTIONS(997), - [anon_sym_DASH] = ACTIONS(997), - [anon_sym_SLASH] = ACTIONS(997), - [anon_sym_PERCENT] = ACTIONS(997), - [anon_sym_CARET] = ACTIONS(997), - [anon_sym_BANG] = ACTIONS(997), - [anon_sym_AMP] = ACTIONS(997), - [anon_sym_PIPE] = ACTIONS(997), - [anon_sym_AMP_AMP] = ACTIONS(999), - [anon_sym_PIPE_PIPE] = ACTIONS(999), - [anon_sym_LT_LT] = ACTIONS(997), - [anon_sym_GT_GT] = ACTIONS(997), - [anon_sym_PLUS_EQ] = ACTIONS(999), - [anon_sym_DASH_EQ] = ACTIONS(999), - [anon_sym_STAR_EQ] = ACTIONS(999), - [anon_sym_SLASH_EQ] = ACTIONS(999), - [anon_sym_PERCENT_EQ] = ACTIONS(999), - [anon_sym_CARET_EQ] = ACTIONS(999), - [anon_sym_AMP_EQ] = ACTIONS(999), - [anon_sym_PIPE_EQ] = ACTIONS(999), - [anon_sym_LT_LT_EQ] = ACTIONS(999), - [anon_sym_GT_GT_EQ] = ACTIONS(999), - [anon_sym_EQ] = ACTIONS(997), - [anon_sym_EQ_EQ] = ACTIONS(999), - [anon_sym_BANG_EQ] = ACTIONS(999), - [anon_sym_GT] = ACTIONS(997), - [anon_sym_LT] = ACTIONS(997), - [anon_sym_GT_EQ] = ACTIONS(999), - [anon_sym_LT_EQ] = ACTIONS(999), - [anon_sym_AT] = ACTIONS(999), - [anon_sym__] = ACTIONS(997), - [anon_sym_DOT] = ACTIONS(997), - [anon_sym_DOT_DOT] = ACTIONS(997), - [anon_sym_DOT_DOT_DOT] = ACTIONS(999), - [anon_sym_DOT_DOT_EQ] = ACTIONS(999), - [anon_sym_COMMA] = ACTIONS(999), - [anon_sym_COLON_COLON] = ACTIONS(999), - [anon_sym_DASH_GT] = ACTIONS(999), - [anon_sym_POUND] = ACTIONS(999), - [anon_sym_SQUOTE] = ACTIONS(997), - [anon_sym_as] = ACTIONS(997), - [anon_sym_async] = ACTIONS(997), - [anon_sym_await] = ACTIONS(997), - [anon_sym_break] = ACTIONS(997), - [anon_sym_const] = ACTIONS(997), - [anon_sym_continue] = ACTIONS(997), - [anon_sym_default] = ACTIONS(997), - [anon_sym_enum] = ACTIONS(997), - [anon_sym_fn] = ACTIONS(997), - [anon_sym_for] = ACTIONS(997), - [anon_sym_gen] = ACTIONS(997), - [anon_sym_if] = ACTIONS(997), - [anon_sym_impl] = ACTIONS(997), - [anon_sym_let] = ACTIONS(997), - [anon_sym_loop] = ACTIONS(997), - [anon_sym_match] = ACTIONS(997), - [anon_sym_mod] = ACTIONS(997), - [anon_sym_pub] = ACTIONS(997), - [anon_sym_return] = ACTIONS(997), - [anon_sym_static] = ACTIONS(997), - [anon_sym_struct] = ACTIONS(997), - [anon_sym_trait] = ACTIONS(997), - [anon_sym_type] = ACTIONS(997), - [anon_sym_union] = ACTIONS(997), - [anon_sym_unsafe] = ACTIONS(997), - [anon_sym_use] = ACTIONS(997), - [anon_sym_where] = ACTIONS(997), - [anon_sym_while] = ACTIONS(997), - [sym_mutable_specifier] = ACTIONS(997), - [sym_integer_literal] = ACTIONS(999), - [aux_sym_string_literal_token1] = ACTIONS(999), - [sym_char_literal] = ACTIONS(999), - [anon_sym_true] = ACTIONS(997), - [anon_sym_false] = ACTIONS(997), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(997), - [sym_super] = ACTIONS(997), - [sym_crate] = ACTIONS(997), - [sym__raw_string_literal_start] = ACTIONS(999), - [sym_float_literal] = ACTIONS(999), - }, - [STATE(206)] = { - [sym_line_comment] = STATE(206), - [sym_block_comment] = STATE(206), [sym_identifier] = ACTIONS(1037), [anon_sym_SEMI] = ACTIONS(1039), [anon_sym_LPAREN] = ACTIONS(1039), @@ -40530,9 +40289,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1039), [sym_float_literal] = ACTIONS(1039), }, - [STATE(207)] = { - [sym_line_comment] = STATE(207), - [sym_block_comment] = STATE(207), + [STATE(204)] = { + [sym_line_comment] = STATE(204), + [sym_block_comment] = STATE(204), [sym_identifier] = ACTIONS(1041), [anon_sym_SEMI] = ACTIONS(1043), [anon_sym_LPAREN] = ACTIONS(1043), @@ -40645,288 +40404,173 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1043), [sym_float_literal] = ACTIONS(1043), }, - [STATE(208)] = { - [sym_line_comment] = STATE(208), - [sym_block_comment] = STATE(208), - [sym_identifier] = ACTIONS(901), - [anon_sym_SEMI] = ACTIONS(903), - [anon_sym_LPAREN] = ACTIONS(903), - [anon_sym_RPAREN] = ACTIONS(903), - [anon_sym_LBRACK] = ACTIONS(903), - [anon_sym_RBRACK] = ACTIONS(903), - [anon_sym_LBRACE] = ACTIONS(903), - [anon_sym_RBRACE] = ACTIONS(903), - [anon_sym_EQ_GT] = ACTIONS(903), - [anon_sym_COLON] = ACTIONS(901), - [anon_sym_DOLLAR] = ACTIONS(903), - [anon_sym_PLUS] = ACTIONS(901), - [anon_sym_STAR] = ACTIONS(901), - [anon_sym_QMARK] = ACTIONS(903), - [anon_sym_u8] = ACTIONS(901), - [anon_sym_i8] = ACTIONS(901), - [anon_sym_u16] = ACTIONS(901), - [anon_sym_i16] = ACTIONS(901), - [anon_sym_u32] = ACTIONS(901), - [anon_sym_i32] = ACTIONS(901), - [anon_sym_u64] = ACTIONS(901), - [anon_sym_i64] = ACTIONS(901), - [anon_sym_u128] = ACTIONS(901), - [anon_sym_i128] = ACTIONS(901), - [anon_sym_isize] = ACTIONS(901), - [anon_sym_usize] = ACTIONS(901), - [anon_sym_f32] = ACTIONS(901), - [anon_sym_f64] = ACTIONS(901), - [anon_sym_bool] = ACTIONS(901), - [anon_sym_str] = ACTIONS(901), - [anon_sym_char] = ACTIONS(901), - [anon_sym_DASH] = ACTIONS(901), - [anon_sym_SLASH] = ACTIONS(901), - [anon_sym_PERCENT] = ACTIONS(901), - [anon_sym_CARET] = ACTIONS(901), - [anon_sym_BANG] = ACTIONS(901), - [anon_sym_AMP] = ACTIONS(901), - [anon_sym_PIPE] = ACTIONS(901), - [anon_sym_AMP_AMP] = ACTIONS(903), - [anon_sym_PIPE_PIPE] = ACTIONS(903), - [anon_sym_LT_LT] = ACTIONS(901), - [anon_sym_GT_GT] = ACTIONS(901), - [anon_sym_PLUS_EQ] = ACTIONS(903), - [anon_sym_DASH_EQ] = ACTIONS(903), - [anon_sym_STAR_EQ] = ACTIONS(903), - [anon_sym_SLASH_EQ] = ACTIONS(903), - [anon_sym_PERCENT_EQ] = ACTIONS(903), - [anon_sym_CARET_EQ] = ACTIONS(903), - [anon_sym_AMP_EQ] = ACTIONS(903), - [anon_sym_PIPE_EQ] = ACTIONS(903), - [anon_sym_LT_LT_EQ] = ACTIONS(903), - [anon_sym_GT_GT_EQ] = ACTIONS(903), - [anon_sym_EQ] = ACTIONS(901), - [anon_sym_EQ_EQ] = ACTIONS(903), - [anon_sym_BANG_EQ] = ACTIONS(903), - [anon_sym_GT] = ACTIONS(901), - [anon_sym_LT] = ACTIONS(901), - [anon_sym_GT_EQ] = ACTIONS(903), - [anon_sym_LT_EQ] = ACTIONS(903), - [anon_sym_AT] = ACTIONS(903), - [anon_sym__] = ACTIONS(901), - [anon_sym_DOT] = ACTIONS(901), - [anon_sym_DOT_DOT] = ACTIONS(901), - [anon_sym_DOT_DOT_DOT] = ACTIONS(903), - [anon_sym_DOT_DOT_EQ] = ACTIONS(903), - [anon_sym_COMMA] = ACTIONS(903), - [anon_sym_COLON_COLON] = ACTIONS(903), - [anon_sym_DASH_GT] = ACTIONS(903), - [anon_sym_POUND] = ACTIONS(903), - [anon_sym_SQUOTE] = ACTIONS(901), - [anon_sym_as] = ACTIONS(901), - [anon_sym_async] = ACTIONS(901), - [anon_sym_await] = ACTIONS(901), - [anon_sym_break] = ACTIONS(901), - [anon_sym_const] = ACTIONS(901), - [anon_sym_continue] = ACTIONS(901), - [anon_sym_default] = ACTIONS(901), - [anon_sym_enum] = ACTIONS(901), - [anon_sym_fn] = ACTIONS(901), - [anon_sym_for] = ACTIONS(901), - [anon_sym_gen] = ACTIONS(901), - [anon_sym_if] = ACTIONS(901), - [anon_sym_impl] = ACTIONS(901), - [anon_sym_let] = ACTIONS(901), - [anon_sym_loop] = ACTIONS(901), - [anon_sym_match] = ACTIONS(901), - [anon_sym_mod] = ACTIONS(901), - [anon_sym_pub] = ACTIONS(901), - [anon_sym_return] = ACTIONS(901), - [anon_sym_static] = ACTIONS(901), - [anon_sym_struct] = ACTIONS(901), - [anon_sym_trait] = ACTIONS(901), - [anon_sym_type] = ACTIONS(901), - [anon_sym_union] = ACTIONS(901), - [anon_sym_unsafe] = ACTIONS(901), - [anon_sym_use] = ACTIONS(901), - [anon_sym_where] = ACTIONS(901), - [anon_sym_while] = ACTIONS(901), - [sym_mutable_specifier] = ACTIONS(901), - [sym_integer_literal] = ACTIONS(903), - [aux_sym_string_literal_token1] = ACTIONS(903), - [sym_char_literal] = ACTIONS(903), - [anon_sym_true] = ACTIONS(901), - [anon_sym_false] = ACTIONS(901), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(901), - [sym_super] = ACTIONS(901), - [sym_crate] = ACTIONS(901), - [sym__raw_string_literal_start] = ACTIONS(903), - [sym_float_literal] = ACTIONS(903), - }, - [STATE(209)] = { - [sym_line_comment] = STATE(209), - [sym_block_comment] = STATE(209), - [sym_identifier] = ACTIONS(981), - [anon_sym_SEMI] = ACTIONS(983), - [anon_sym_LPAREN] = ACTIONS(983), - [anon_sym_RPAREN] = ACTIONS(983), - [anon_sym_LBRACK] = ACTIONS(983), - [anon_sym_RBRACK] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(983), - [anon_sym_RBRACE] = ACTIONS(983), - [anon_sym_EQ_GT] = ACTIONS(983), - [anon_sym_COLON] = ACTIONS(981), - [anon_sym_DOLLAR] = ACTIONS(983), - [anon_sym_PLUS] = ACTIONS(981), - [anon_sym_STAR] = ACTIONS(981), - [anon_sym_QMARK] = ACTIONS(983), - [anon_sym_u8] = ACTIONS(981), - [anon_sym_i8] = ACTIONS(981), - [anon_sym_u16] = ACTIONS(981), - [anon_sym_i16] = ACTIONS(981), - [anon_sym_u32] = ACTIONS(981), - [anon_sym_i32] = ACTIONS(981), - [anon_sym_u64] = ACTIONS(981), - [anon_sym_i64] = ACTIONS(981), - [anon_sym_u128] = ACTIONS(981), - [anon_sym_i128] = ACTIONS(981), - [anon_sym_isize] = ACTIONS(981), - [anon_sym_usize] = ACTIONS(981), - [anon_sym_f32] = ACTIONS(981), - [anon_sym_f64] = ACTIONS(981), - [anon_sym_bool] = ACTIONS(981), - [anon_sym_str] = ACTIONS(981), - [anon_sym_char] = ACTIONS(981), - [anon_sym_DASH] = ACTIONS(981), - [anon_sym_SLASH] = ACTIONS(981), - [anon_sym_PERCENT] = ACTIONS(981), - [anon_sym_CARET] = ACTIONS(981), - [anon_sym_BANG] = ACTIONS(981), - [anon_sym_AMP] = ACTIONS(981), - [anon_sym_PIPE] = ACTIONS(981), - [anon_sym_AMP_AMP] = ACTIONS(983), - [anon_sym_PIPE_PIPE] = ACTIONS(983), - [anon_sym_LT_LT] = ACTIONS(981), - [anon_sym_GT_GT] = ACTIONS(981), - [anon_sym_PLUS_EQ] = ACTIONS(983), - [anon_sym_DASH_EQ] = ACTIONS(983), - [anon_sym_STAR_EQ] = ACTIONS(983), - [anon_sym_SLASH_EQ] = ACTIONS(983), - [anon_sym_PERCENT_EQ] = ACTIONS(983), - [anon_sym_CARET_EQ] = ACTIONS(983), - [anon_sym_AMP_EQ] = ACTIONS(983), - [anon_sym_PIPE_EQ] = ACTIONS(983), - [anon_sym_LT_LT_EQ] = ACTIONS(983), - [anon_sym_GT_GT_EQ] = ACTIONS(983), - [anon_sym_EQ] = ACTIONS(981), - [anon_sym_EQ_EQ] = ACTIONS(983), - [anon_sym_BANG_EQ] = ACTIONS(983), - [anon_sym_GT] = ACTIONS(981), - [anon_sym_LT] = ACTIONS(981), - [anon_sym_GT_EQ] = ACTIONS(983), - [anon_sym_LT_EQ] = ACTIONS(983), - [anon_sym_AT] = ACTIONS(983), - [anon_sym__] = ACTIONS(981), - [anon_sym_DOT] = ACTIONS(981), - [anon_sym_DOT_DOT] = ACTIONS(981), - [anon_sym_DOT_DOT_DOT] = ACTIONS(983), - [anon_sym_DOT_DOT_EQ] = ACTIONS(983), - [anon_sym_COMMA] = ACTIONS(983), - [anon_sym_COLON_COLON] = ACTIONS(983), - [anon_sym_DASH_GT] = ACTIONS(983), - [anon_sym_POUND] = ACTIONS(983), - [anon_sym_SQUOTE] = ACTIONS(981), - [anon_sym_as] = ACTIONS(981), - [anon_sym_async] = ACTIONS(981), - [anon_sym_await] = ACTIONS(981), - [anon_sym_break] = ACTIONS(981), - [anon_sym_const] = ACTIONS(981), - [anon_sym_continue] = ACTIONS(981), - [anon_sym_default] = ACTIONS(981), - [anon_sym_enum] = ACTIONS(981), - [anon_sym_fn] = ACTIONS(981), - [anon_sym_for] = ACTIONS(981), - [anon_sym_gen] = ACTIONS(981), - [anon_sym_if] = ACTIONS(981), - [anon_sym_impl] = ACTIONS(981), - [anon_sym_let] = ACTIONS(981), - [anon_sym_loop] = ACTIONS(981), - [anon_sym_match] = ACTIONS(981), - [anon_sym_mod] = ACTIONS(981), - [anon_sym_pub] = ACTIONS(981), - [anon_sym_return] = ACTIONS(981), - [anon_sym_static] = ACTIONS(981), - [anon_sym_struct] = ACTIONS(981), - [anon_sym_trait] = ACTIONS(981), - [anon_sym_type] = ACTIONS(981), - [anon_sym_union] = ACTIONS(981), - [anon_sym_unsafe] = ACTIONS(981), - [anon_sym_use] = ACTIONS(981), - [anon_sym_where] = ACTIONS(981), - [anon_sym_while] = ACTIONS(981), - [sym_mutable_specifier] = ACTIONS(981), - [sym_integer_literal] = ACTIONS(983), - [aux_sym_string_literal_token1] = ACTIONS(983), - [sym_char_literal] = ACTIONS(983), - [anon_sym_true] = ACTIONS(981), - [anon_sym_false] = ACTIONS(981), + [STATE(205)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1891), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(205), + [sym_block_comment] = STATE(205), + [aux_sym_enum_variant_list_repeat1] = STATE(1013), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(748), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(981), - [sym_super] = ACTIONS(981), - [sym_crate] = ACTIONS(981), - [sym__raw_string_literal_start] = ACTIONS(983), - [sym_float_literal] = ACTIONS(983), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, - [STATE(210)] = { + [STATE(206)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1619), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(210), - [sym_block_comment] = STATE(210), - [aux_sym_enum_variant_list_repeat1] = STATE(200), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1637), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(206), + [sym_block_comment] = STATE(206), + [aux_sym_enum_variant_list_repeat1] = STATE(1013), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -40956,7 +40600,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -40990,58 +40634,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(211)] = { + [STATE(207)] = { [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1910), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(211), - [sym_block_comment] = STATE(211), - [aux_sym_enum_variant_list_repeat1] = STATE(1014), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1655), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(207), + [sym_block_comment] = STATE(207), + [aux_sym_enum_variant_list_repeat1] = STATE(1013), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -41071,7 +40715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -41105,9 +40749,239 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(212)] = { - [sym_line_comment] = STATE(212), - [sym_block_comment] = STATE(212), + [STATE(208)] = { + [sym_line_comment] = STATE(208), + [sym_block_comment] = STATE(208), + [sym_identifier] = ACTIONS(905), + [anon_sym_SEMI] = ACTIONS(907), + [anon_sym_LPAREN] = ACTIONS(907), + [anon_sym_RPAREN] = ACTIONS(907), + [anon_sym_LBRACK] = ACTIONS(907), + [anon_sym_RBRACK] = ACTIONS(907), + [anon_sym_LBRACE] = ACTIONS(907), + [anon_sym_RBRACE] = ACTIONS(907), + [anon_sym_EQ_GT] = ACTIONS(907), + [anon_sym_COLON] = ACTIONS(905), + [anon_sym_DOLLAR] = ACTIONS(907), + [anon_sym_PLUS] = ACTIONS(905), + [anon_sym_STAR] = ACTIONS(905), + [anon_sym_QMARK] = ACTIONS(907), + [anon_sym_u8] = ACTIONS(905), + [anon_sym_i8] = ACTIONS(905), + [anon_sym_u16] = ACTIONS(905), + [anon_sym_i16] = ACTIONS(905), + [anon_sym_u32] = ACTIONS(905), + [anon_sym_i32] = ACTIONS(905), + [anon_sym_u64] = ACTIONS(905), + [anon_sym_i64] = ACTIONS(905), + [anon_sym_u128] = ACTIONS(905), + [anon_sym_i128] = ACTIONS(905), + [anon_sym_isize] = ACTIONS(905), + [anon_sym_usize] = ACTIONS(905), + [anon_sym_f32] = ACTIONS(905), + [anon_sym_f64] = ACTIONS(905), + [anon_sym_bool] = ACTIONS(905), + [anon_sym_str] = ACTIONS(905), + [anon_sym_char] = ACTIONS(905), + [anon_sym_DASH] = ACTIONS(905), + [anon_sym_SLASH] = ACTIONS(905), + [anon_sym_PERCENT] = ACTIONS(905), + [anon_sym_CARET] = ACTIONS(905), + [anon_sym_BANG] = ACTIONS(905), + [anon_sym_AMP] = ACTIONS(905), + [anon_sym_PIPE] = ACTIONS(905), + [anon_sym_AMP_AMP] = ACTIONS(907), + [anon_sym_PIPE_PIPE] = ACTIONS(907), + [anon_sym_LT_LT] = ACTIONS(905), + [anon_sym_GT_GT] = ACTIONS(905), + [anon_sym_PLUS_EQ] = ACTIONS(907), + [anon_sym_DASH_EQ] = ACTIONS(907), + [anon_sym_STAR_EQ] = ACTIONS(907), + [anon_sym_SLASH_EQ] = ACTIONS(907), + [anon_sym_PERCENT_EQ] = ACTIONS(907), + [anon_sym_CARET_EQ] = ACTIONS(907), + [anon_sym_AMP_EQ] = ACTIONS(907), + [anon_sym_PIPE_EQ] = ACTIONS(907), + [anon_sym_LT_LT_EQ] = ACTIONS(907), + [anon_sym_GT_GT_EQ] = ACTIONS(907), + [anon_sym_EQ] = ACTIONS(905), + [anon_sym_EQ_EQ] = ACTIONS(907), + [anon_sym_BANG_EQ] = ACTIONS(907), + [anon_sym_GT] = ACTIONS(905), + [anon_sym_LT] = ACTIONS(905), + [anon_sym_GT_EQ] = ACTIONS(907), + [anon_sym_LT_EQ] = ACTIONS(907), + [anon_sym_AT] = ACTIONS(907), + [anon_sym__] = ACTIONS(905), + [anon_sym_DOT] = ACTIONS(905), + [anon_sym_DOT_DOT] = ACTIONS(905), + [anon_sym_DOT_DOT_DOT] = ACTIONS(907), + [anon_sym_DOT_DOT_EQ] = ACTIONS(907), + [anon_sym_COMMA] = ACTIONS(907), + [anon_sym_COLON_COLON] = ACTIONS(907), + [anon_sym_DASH_GT] = ACTIONS(907), + [anon_sym_POUND] = ACTIONS(907), + [anon_sym_SQUOTE] = ACTIONS(905), + [anon_sym_as] = ACTIONS(905), + [anon_sym_async] = ACTIONS(905), + [anon_sym_await] = ACTIONS(905), + [anon_sym_break] = ACTIONS(905), + [anon_sym_const] = ACTIONS(905), + [anon_sym_continue] = ACTIONS(905), + [anon_sym_default] = ACTIONS(905), + [anon_sym_enum] = ACTIONS(905), + [anon_sym_fn] = ACTIONS(905), + [anon_sym_for] = ACTIONS(905), + [anon_sym_gen] = ACTIONS(905), + [anon_sym_if] = ACTIONS(905), + [anon_sym_impl] = ACTIONS(905), + [anon_sym_let] = ACTIONS(905), + [anon_sym_loop] = ACTIONS(905), + [anon_sym_match] = ACTIONS(905), + [anon_sym_mod] = ACTIONS(905), + [anon_sym_pub] = ACTIONS(905), + [anon_sym_return] = ACTIONS(905), + [anon_sym_static] = ACTIONS(905), + [anon_sym_struct] = ACTIONS(905), + [anon_sym_trait] = ACTIONS(905), + [anon_sym_type] = ACTIONS(905), + [anon_sym_union] = ACTIONS(905), + [anon_sym_unsafe] = ACTIONS(905), + [anon_sym_use] = ACTIONS(905), + [anon_sym_where] = ACTIONS(905), + [anon_sym_while] = ACTIONS(905), + [sym_mutable_specifier] = ACTIONS(905), + [sym_integer_literal] = ACTIONS(907), + [aux_sym_string_literal_token1] = ACTIONS(907), + [sym_char_literal] = ACTIONS(907), + [anon_sym_true] = ACTIONS(905), + [anon_sym_false] = ACTIONS(905), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(905), + [sym_super] = ACTIONS(905), + [sym_crate] = ACTIONS(905), + [sym__raw_string_literal_start] = ACTIONS(907), + [sym_float_literal] = ACTIONS(907), + }, + [STATE(209)] = { + [sym_line_comment] = STATE(209), + [sym_block_comment] = STATE(209), + [sym_identifier] = ACTIONS(925), + [anon_sym_SEMI] = ACTIONS(927), + [anon_sym_LPAREN] = ACTIONS(927), + [anon_sym_RPAREN] = ACTIONS(927), + [anon_sym_LBRACK] = ACTIONS(927), + [anon_sym_RBRACK] = ACTIONS(927), + [anon_sym_LBRACE] = ACTIONS(927), + [anon_sym_RBRACE] = ACTIONS(927), + [anon_sym_EQ_GT] = ACTIONS(927), + [anon_sym_COLON] = ACTIONS(925), + [anon_sym_DOLLAR] = ACTIONS(927), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_STAR] = ACTIONS(925), + [anon_sym_QMARK] = ACTIONS(927), + [anon_sym_u8] = ACTIONS(925), + [anon_sym_i8] = ACTIONS(925), + [anon_sym_u16] = ACTIONS(925), + [anon_sym_i16] = ACTIONS(925), + [anon_sym_u32] = ACTIONS(925), + [anon_sym_i32] = ACTIONS(925), + [anon_sym_u64] = ACTIONS(925), + [anon_sym_i64] = ACTIONS(925), + [anon_sym_u128] = ACTIONS(925), + [anon_sym_i128] = ACTIONS(925), + [anon_sym_isize] = ACTIONS(925), + [anon_sym_usize] = ACTIONS(925), + [anon_sym_f32] = ACTIONS(925), + [anon_sym_f64] = ACTIONS(925), + [anon_sym_bool] = ACTIONS(925), + [anon_sym_str] = ACTIONS(925), + [anon_sym_char] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_SLASH] = ACTIONS(925), + [anon_sym_PERCENT] = ACTIONS(925), + [anon_sym_CARET] = ACTIONS(925), + [anon_sym_BANG] = ACTIONS(925), + [anon_sym_AMP] = ACTIONS(925), + [anon_sym_PIPE] = ACTIONS(925), + [anon_sym_AMP_AMP] = ACTIONS(927), + [anon_sym_PIPE_PIPE] = ACTIONS(927), + [anon_sym_LT_LT] = ACTIONS(925), + [anon_sym_GT_GT] = ACTIONS(925), + [anon_sym_PLUS_EQ] = ACTIONS(927), + [anon_sym_DASH_EQ] = ACTIONS(927), + [anon_sym_STAR_EQ] = ACTIONS(927), + [anon_sym_SLASH_EQ] = ACTIONS(927), + [anon_sym_PERCENT_EQ] = ACTIONS(927), + [anon_sym_CARET_EQ] = ACTIONS(927), + [anon_sym_AMP_EQ] = ACTIONS(927), + [anon_sym_PIPE_EQ] = ACTIONS(927), + [anon_sym_LT_LT_EQ] = ACTIONS(927), + [anon_sym_GT_GT_EQ] = ACTIONS(927), + [anon_sym_EQ] = ACTIONS(925), + [anon_sym_EQ_EQ] = ACTIONS(927), + [anon_sym_BANG_EQ] = ACTIONS(927), + [anon_sym_GT] = ACTIONS(925), + [anon_sym_LT] = ACTIONS(925), + [anon_sym_GT_EQ] = ACTIONS(927), + [anon_sym_LT_EQ] = ACTIONS(927), + [anon_sym_AT] = ACTIONS(927), + [anon_sym__] = ACTIONS(925), + [anon_sym_DOT] = ACTIONS(925), + [anon_sym_DOT_DOT] = ACTIONS(925), + [anon_sym_DOT_DOT_DOT] = ACTIONS(927), + [anon_sym_DOT_DOT_EQ] = ACTIONS(927), + [anon_sym_COMMA] = ACTIONS(927), + [anon_sym_COLON_COLON] = ACTIONS(927), + [anon_sym_DASH_GT] = ACTIONS(927), + [anon_sym_POUND] = ACTIONS(927), + [anon_sym_SQUOTE] = ACTIONS(925), + [anon_sym_as] = ACTIONS(925), + [anon_sym_async] = ACTIONS(925), + [anon_sym_await] = ACTIONS(925), + [anon_sym_break] = ACTIONS(925), + [anon_sym_const] = ACTIONS(925), + [anon_sym_continue] = ACTIONS(925), + [anon_sym_default] = ACTIONS(925), + [anon_sym_enum] = ACTIONS(925), + [anon_sym_fn] = ACTIONS(925), + [anon_sym_for] = ACTIONS(925), + [anon_sym_gen] = ACTIONS(925), + [anon_sym_if] = ACTIONS(925), + [anon_sym_impl] = ACTIONS(925), + [anon_sym_let] = ACTIONS(925), + [anon_sym_loop] = ACTIONS(925), + [anon_sym_match] = ACTIONS(925), + [anon_sym_mod] = ACTIONS(925), + [anon_sym_pub] = ACTIONS(925), + [anon_sym_return] = ACTIONS(925), + [anon_sym_static] = ACTIONS(925), + [anon_sym_struct] = ACTIONS(925), + [anon_sym_trait] = ACTIONS(925), + [anon_sym_type] = ACTIONS(925), + [anon_sym_union] = ACTIONS(925), + [anon_sym_unsafe] = ACTIONS(925), + [anon_sym_use] = ACTIONS(925), + [anon_sym_where] = ACTIONS(925), + [anon_sym_while] = ACTIONS(925), + [sym_mutable_specifier] = ACTIONS(925), + [sym_integer_literal] = ACTIONS(927), + [aux_sym_string_literal_token1] = ACTIONS(927), + [sym_char_literal] = ACTIONS(927), + [anon_sym_true] = ACTIONS(925), + [anon_sym_false] = ACTIONS(925), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(925), + [sym_super] = ACTIONS(925), + [sym_crate] = ACTIONS(925), + [sym__raw_string_literal_start] = ACTIONS(927), + [sym_float_literal] = ACTIONS(927), + }, + [STATE(210)] = { + [sym_line_comment] = STATE(210), + [sym_block_comment] = STATE(210), [sym_identifier] = ACTIONS(1045), [anon_sym_SEMI] = ACTIONS(1047), [anon_sym_LPAREN] = ACTIONS(1047), @@ -41220,124 +41094,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1047), [sym_float_literal] = ACTIONS(1047), }, - [STATE(213)] = { - [sym_attribute_item] = STATE(1015), - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1639), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(213), - [sym_block_comment] = STATE(213), - [aux_sym_enum_variant_list_repeat1] = STATE(1014), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_POUND] = ACTIONS(865), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(214)] = { - [sym_line_comment] = STATE(214), - [sym_block_comment] = STATE(214), + [STATE(211)] = { + [sym_line_comment] = STATE(211), + [sym_block_comment] = STATE(211), [sym_identifier] = ACTIONS(1049), [anon_sym_SEMI] = ACTIONS(1051), [anon_sym_LPAREN] = ACTIONS(1051), @@ -41450,170 +41209,288 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1051), [sym_float_literal] = ACTIONS(1051), }, - [STATE(215)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1382), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(215), - [sym_block_comment] = STATE(215), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [sym_mutable_specifier] = ACTIONS(1059), - [anon_sym_raw] = ACTIONS(1061), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [STATE(212)] = { + [sym_line_comment] = STATE(212), + [sym_block_comment] = STATE(212), + [sym_identifier] = ACTIONS(989), + [anon_sym_SEMI] = ACTIONS(991), + [anon_sym_LPAREN] = ACTIONS(991), + [anon_sym_RPAREN] = ACTIONS(991), + [anon_sym_LBRACK] = ACTIONS(991), + [anon_sym_RBRACK] = ACTIONS(991), + [anon_sym_LBRACE] = ACTIONS(991), + [anon_sym_RBRACE] = ACTIONS(991), + [anon_sym_EQ_GT] = ACTIONS(991), + [anon_sym_COLON] = ACTIONS(989), + [anon_sym_DOLLAR] = ACTIONS(991), + [anon_sym_PLUS] = ACTIONS(989), + [anon_sym_STAR] = ACTIONS(989), + [anon_sym_QMARK] = ACTIONS(991), + [anon_sym_u8] = ACTIONS(989), + [anon_sym_i8] = ACTIONS(989), + [anon_sym_u16] = ACTIONS(989), + [anon_sym_i16] = ACTIONS(989), + [anon_sym_u32] = ACTIONS(989), + [anon_sym_i32] = ACTIONS(989), + [anon_sym_u64] = ACTIONS(989), + [anon_sym_i64] = ACTIONS(989), + [anon_sym_u128] = ACTIONS(989), + [anon_sym_i128] = ACTIONS(989), + [anon_sym_isize] = ACTIONS(989), + [anon_sym_usize] = ACTIONS(989), + [anon_sym_f32] = ACTIONS(989), + [anon_sym_f64] = ACTIONS(989), + [anon_sym_bool] = ACTIONS(989), + [anon_sym_str] = ACTIONS(989), + [anon_sym_char] = ACTIONS(989), + [anon_sym_DASH] = ACTIONS(989), + [anon_sym_SLASH] = ACTIONS(989), + [anon_sym_PERCENT] = ACTIONS(989), + [anon_sym_CARET] = ACTIONS(989), + [anon_sym_BANG] = ACTIONS(989), + [anon_sym_AMP] = ACTIONS(989), + [anon_sym_PIPE] = ACTIONS(989), + [anon_sym_AMP_AMP] = ACTIONS(991), + [anon_sym_PIPE_PIPE] = ACTIONS(991), + [anon_sym_LT_LT] = ACTIONS(989), + [anon_sym_GT_GT] = ACTIONS(989), + [anon_sym_PLUS_EQ] = ACTIONS(991), + [anon_sym_DASH_EQ] = ACTIONS(991), + [anon_sym_STAR_EQ] = ACTIONS(991), + [anon_sym_SLASH_EQ] = ACTIONS(991), + [anon_sym_PERCENT_EQ] = ACTIONS(991), + [anon_sym_CARET_EQ] = ACTIONS(991), + [anon_sym_AMP_EQ] = ACTIONS(991), + [anon_sym_PIPE_EQ] = ACTIONS(991), + [anon_sym_LT_LT_EQ] = ACTIONS(991), + [anon_sym_GT_GT_EQ] = ACTIONS(991), + [anon_sym_EQ] = ACTIONS(989), + [anon_sym_EQ_EQ] = ACTIONS(991), + [anon_sym_BANG_EQ] = ACTIONS(991), + [anon_sym_GT] = ACTIONS(989), + [anon_sym_LT] = ACTIONS(989), + [anon_sym_GT_EQ] = ACTIONS(991), + [anon_sym_LT_EQ] = ACTIONS(991), + [anon_sym_AT] = ACTIONS(991), + [anon_sym__] = ACTIONS(989), + [anon_sym_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT] = ACTIONS(989), + [anon_sym_DOT_DOT_DOT] = ACTIONS(991), + [anon_sym_DOT_DOT_EQ] = ACTIONS(991), + [anon_sym_COMMA] = ACTIONS(991), + [anon_sym_COLON_COLON] = ACTIONS(991), + [anon_sym_DASH_GT] = ACTIONS(991), + [anon_sym_POUND] = ACTIONS(991), + [anon_sym_SQUOTE] = ACTIONS(989), + [anon_sym_as] = ACTIONS(989), + [anon_sym_async] = ACTIONS(989), + [anon_sym_await] = ACTIONS(989), + [anon_sym_break] = ACTIONS(989), + [anon_sym_const] = ACTIONS(989), + [anon_sym_continue] = ACTIONS(989), + [anon_sym_default] = ACTIONS(989), + [anon_sym_enum] = ACTIONS(989), + [anon_sym_fn] = ACTIONS(989), + [anon_sym_for] = ACTIONS(989), + [anon_sym_gen] = ACTIONS(989), + [anon_sym_if] = ACTIONS(989), + [anon_sym_impl] = ACTIONS(989), + [anon_sym_let] = ACTIONS(989), + [anon_sym_loop] = ACTIONS(989), + [anon_sym_match] = ACTIONS(989), + [anon_sym_mod] = ACTIONS(989), + [anon_sym_pub] = ACTIONS(989), + [anon_sym_return] = ACTIONS(989), + [anon_sym_static] = ACTIONS(989), + [anon_sym_struct] = ACTIONS(989), + [anon_sym_trait] = ACTIONS(989), + [anon_sym_type] = ACTIONS(989), + [anon_sym_union] = ACTIONS(989), + [anon_sym_unsafe] = ACTIONS(989), + [anon_sym_use] = ACTIONS(989), + [anon_sym_where] = ACTIONS(989), + [anon_sym_while] = ACTIONS(989), + [sym_mutable_specifier] = ACTIONS(989), + [sym_integer_literal] = ACTIONS(991), + [aux_sym_string_literal_token1] = ACTIONS(991), + [sym_char_literal] = ACTIONS(991), + [anon_sym_true] = ACTIONS(989), + [anon_sym_false] = ACTIONS(989), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(989), + [sym_super] = ACTIONS(989), + [sym_crate] = ACTIONS(989), + [sym__raw_string_literal_start] = ACTIONS(991), + [sym_float_literal] = ACTIONS(991), }, - [STATE(216)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1382), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(216), - [sym_block_comment] = STATE(216), + [STATE(213)] = { + [sym_line_comment] = STATE(213), + [sym_block_comment] = STATE(213), + [sym_identifier] = ACTIONS(1013), + [anon_sym_SEMI] = ACTIONS(1015), + [anon_sym_LPAREN] = ACTIONS(1015), + [anon_sym_RPAREN] = ACTIONS(1015), + [anon_sym_LBRACK] = ACTIONS(1015), + [anon_sym_RBRACK] = ACTIONS(1015), + [anon_sym_LBRACE] = ACTIONS(1015), + [anon_sym_RBRACE] = ACTIONS(1015), + [anon_sym_EQ_GT] = ACTIONS(1015), + [anon_sym_COLON] = ACTIONS(1013), + [anon_sym_DOLLAR] = ACTIONS(1015), + [anon_sym_PLUS] = ACTIONS(1013), + [anon_sym_STAR] = ACTIONS(1013), + [anon_sym_QMARK] = ACTIONS(1015), + [anon_sym_u8] = ACTIONS(1013), + [anon_sym_i8] = ACTIONS(1013), + [anon_sym_u16] = ACTIONS(1013), + [anon_sym_i16] = ACTIONS(1013), + [anon_sym_u32] = ACTIONS(1013), + [anon_sym_i32] = ACTIONS(1013), + [anon_sym_u64] = ACTIONS(1013), + [anon_sym_i64] = ACTIONS(1013), + [anon_sym_u128] = ACTIONS(1013), + [anon_sym_i128] = ACTIONS(1013), + [anon_sym_isize] = ACTIONS(1013), + [anon_sym_usize] = ACTIONS(1013), + [anon_sym_f32] = ACTIONS(1013), + [anon_sym_f64] = ACTIONS(1013), + [anon_sym_bool] = ACTIONS(1013), + [anon_sym_str] = ACTIONS(1013), + [anon_sym_char] = ACTIONS(1013), + [anon_sym_DASH] = ACTIONS(1013), + [anon_sym_SLASH] = ACTIONS(1013), + [anon_sym_PERCENT] = ACTIONS(1013), + [anon_sym_CARET] = ACTIONS(1013), + [anon_sym_BANG] = ACTIONS(1013), + [anon_sym_AMP] = ACTIONS(1013), + [anon_sym_PIPE] = ACTIONS(1013), + [anon_sym_AMP_AMP] = ACTIONS(1015), + [anon_sym_PIPE_PIPE] = ACTIONS(1015), + [anon_sym_LT_LT] = ACTIONS(1013), + [anon_sym_GT_GT] = ACTIONS(1013), + [anon_sym_PLUS_EQ] = ACTIONS(1015), + [anon_sym_DASH_EQ] = ACTIONS(1015), + [anon_sym_STAR_EQ] = ACTIONS(1015), + [anon_sym_SLASH_EQ] = ACTIONS(1015), + [anon_sym_PERCENT_EQ] = ACTIONS(1015), + [anon_sym_CARET_EQ] = ACTIONS(1015), + [anon_sym_AMP_EQ] = ACTIONS(1015), + [anon_sym_PIPE_EQ] = ACTIONS(1015), + [anon_sym_LT_LT_EQ] = ACTIONS(1015), + [anon_sym_GT_GT_EQ] = ACTIONS(1015), + [anon_sym_EQ] = ACTIONS(1013), + [anon_sym_EQ_EQ] = ACTIONS(1015), + [anon_sym_BANG_EQ] = ACTIONS(1015), + [anon_sym_GT] = ACTIONS(1013), + [anon_sym_LT] = ACTIONS(1013), + [anon_sym_GT_EQ] = ACTIONS(1015), + [anon_sym_LT_EQ] = ACTIONS(1015), + [anon_sym_AT] = ACTIONS(1015), + [anon_sym__] = ACTIONS(1013), + [anon_sym_DOT] = ACTIONS(1013), + [anon_sym_DOT_DOT] = ACTIONS(1013), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1015), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1015), + [anon_sym_COMMA] = ACTIONS(1015), + [anon_sym_COLON_COLON] = ACTIONS(1015), + [anon_sym_DASH_GT] = ACTIONS(1015), + [anon_sym_POUND] = ACTIONS(1015), + [anon_sym_SQUOTE] = ACTIONS(1013), + [anon_sym_as] = ACTIONS(1013), + [anon_sym_async] = ACTIONS(1013), + [anon_sym_await] = ACTIONS(1013), + [anon_sym_break] = ACTIONS(1013), + [anon_sym_const] = ACTIONS(1013), + [anon_sym_continue] = ACTIONS(1013), + [anon_sym_default] = ACTIONS(1013), + [anon_sym_enum] = ACTIONS(1013), + [anon_sym_fn] = ACTIONS(1013), + [anon_sym_for] = ACTIONS(1013), + [anon_sym_gen] = ACTIONS(1013), + [anon_sym_if] = ACTIONS(1013), + [anon_sym_impl] = ACTIONS(1013), + [anon_sym_let] = ACTIONS(1013), + [anon_sym_loop] = ACTIONS(1013), + [anon_sym_match] = ACTIONS(1013), + [anon_sym_mod] = ACTIONS(1013), + [anon_sym_pub] = ACTIONS(1013), + [anon_sym_return] = ACTIONS(1013), + [anon_sym_static] = ACTIONS(1013), + [anon_sym_struct] = ACTIONS(1013), + [anon_sym_trait] = ACTIONS(1013), + [anon_sym_type] = ACTIONS(1013), + [anon_sym_union] = ACTIONS(1013), + [anon_sym_unsafe] = ACTIONS(1013), + [anon_sym_use] = ACTIONS(1013), + [anon_sym_where] = ACTIONS(1013), + [anon_sym_while] = ACTIONS(1013), + [sym_mutable_specifier] = ACTIONS(1013), + [sym_integer_literal] = ACTIONS(1015), + [aux_sym_string_literal_token1] = ACTIONS(1015), + [sym_char_literal] = ACTIONS(1015), + [anon_sym_true] = ACTIONS(1013), + [anon_sym_false] = ACTIONS(1013), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1013), + [sym_super] = ACTIONS(1013), + [sym_crate] = ACTIONS(1013), + [sym__raw_string_literal_start] = ACTIONS(1015), + [sym_float_literal] = ACTIONS(1015), + }, + [STATE(214)] = { + [sym_attribute_item] = STATE(1015), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1653), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(214), + [sym_block_comment] = STATE(214), + [aux_sym_enum_variant_list_repeat1] = STATE(1013), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -41641,8 +41518,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_POUND] = ACTIONS(748), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -41659,8 +41537,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [sym_mutable_specifier] = ACTIONS(1065), - [anon_sym_raw] = ACTIONS(1067), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), @@ -41678,105 +41554,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(217)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1746), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1487), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(217), - [sym_block_comment] = STATE(217), - [sym_identifier] = ACTIONS(473), + [STATE(215)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1414), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(215), + [sym_block_comment] = STATE(215), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1069), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_DASH_GT] = ACTIONS(1071), + [anon_sym_DOT_DOT] = ACTIONS(1053), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [sym_mutable_specifier] = ACTIONS(1055), + [anon_sym_raw] = ACTIONS(1057), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -41785,112 +41661,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(218)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1643), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1457), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(218), - [sym_block_comment] = STATE(218), - [sym_identifier] = ACTIONS(473), + [STATE(216)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1801), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(216), + [sym_block_comment] = STATE(216), + [aux_sym_tuple_expression_repeat1] = STATE(246), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1059), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(477), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1073), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_DASH_GT] = ACTIONS(1077), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -41899,112 +41775,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(219)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1863), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1457), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(219), - [sym_block_comment] = STATE(219), - [sym_identifier] = ACTIONS(473), + [STATE(217)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1707), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1495), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(217), + [sym_block_comment] = STATE(217), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(349), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1073), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_DASH_GT] = ACTIONS(1077), + [anon_sym__] = ACTIONS(1061), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1063), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -42013,63 +41889,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(220)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1523), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1457), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(220), - [sym_block_comment] = STATE(220), + [STATE(218)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1535), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1495), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(218), + [sym_block_comment] = STATE(218), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -42097,10 +41973,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1073), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym__] = ACTIONS(1061), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1077), + [anon_sym_DASH_GT] = ACTIONS(1063), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42134,60 +42010,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(221)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1805), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(221), - [sym_block_comment] = STATE(221), - [aux_sym_tuple_expression_repeat1] = STATE(246), + [STATE(219)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1715), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1415), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(219), + [sym_block_comment] = STATE(219), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1079), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42208,13 +42082,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(349), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1065), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1067), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42248,60 +42124,58 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(222)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1706), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(222), - [sym_block_comment] = STATE(222), - [aux_sym_tuple_expression_repeat1] = STATE(240), + [STATE(220)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1736), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1436), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(220), + [sym_block_comment] = STATE(220), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1081), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42322,13 +42196,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), + [anon_sym_DASH] = ACTIONS(349), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1069), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DASH_GT] = ACTIONS(1071), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42362,56 +42238,398 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, + [STATE(221)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1751), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1850), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(221), + [sym_block_comment] = STATE(221), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1073), + [anon_sym_DOT_DOT] = ACTIONS(1075), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DASH_GT] = ACTIONS(1077), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(222)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1755), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1763), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(222), + [sym_block_comment] = STATE(222), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1079), + [anon_sym_DOT_DOT] = ACTIONS(1075), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DASH_GT] = ACTIONS(1081), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, [STATE(223)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1519), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1487), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1759), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1792), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), [sym_line_comment] = STATE(223), [sym_block_comment] = STATE(223), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(413), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1083), + [anon_sym_DOT_DOT] = ACTIONS(1075), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DASH_GT] = ACTIONS(1085), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(224)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1518), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1415), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(224), + [sym_block_comment] = STATE(224), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -42439,10 +42657,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1069), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym__] = ACTIONS(1065), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1071), + [anon_sym_DASH_GT] = ACTIONS(1067), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -42476,105 +42694,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(224)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1703), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(224), - [sym_block_comment] = STATE(224), - [sym_identifier] = ACTIONS(473), + [STATE(225)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1414), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(225), + [sym_block_comment] = STATE(225), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(503), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1083), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_DASH_GT] = ACTIONS(1085), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [sym_mutable_specifier] = ACTIONS(1089), + [anon_sym_raw] = ACTIONS(1091), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -42583,67 +42801,181 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(225)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1759), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(225), - [sym_block_comment] = STATE(225), - [aux_sym_tuple_expression_repeat1] = STATE(230), + [STATE(226)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1627), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(2642), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(226), + [sym_block_comment] = STATE(226), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_let] = ACTIONS(945), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(227)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1796), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(227), + [sym_block_comment] = STATE(227), + [aux_sym_tuple_expression_repeat1] = STATE(229), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1087), + [anon_sym_RPAREN] = ACTIONS(1093), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -42704,333 +43036,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(226)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1791), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_let_condition] = STATE(2536), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(226), - [sym_block_comment] = STATE(226), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_let] = ACTIONS(1029), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(227)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1613), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2536), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(227), - [sym_block_comment] = STATE(227), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, [STATE(228)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1799), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_let_condition] = STATE(2536), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1754), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_let_condition] = STATE(2642), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(228), [sym_block_comment] = STATE(228), - [sym_identifier] = ACTIONS(473), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), - [anon_sym_let] = ACTIONS(921), + [anon_sym_let] = ACTIONS(945), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -43039,181 +43143,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(229)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1883), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1806), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(229), [sym_block_comment] = STATE(229), - [aux_sym_tuple_expression_repeat1] = STATE(229), - [sym_identifier] = ACTIONS(1091), - [anon_sym_LPAREN] = ACTIONS(1094), - [anon_sym_RPAREN] = ACTIONS(1097), - [anon_sym_LBRACK] = ACTIONS(1099), - [anon_sym_LBRACE] = ACTIONS(1102), - [anon_sym_STAR] = ACTIONS(1105), - [anon_sym_u8] = ACTIONS(1108), - [anon_sym_i8] = ACTIONS(1108), - [anon_sym_u16] = ACTIONS(1108), - [anon_sym_i16] = ACTIONS(1108), - [anon_sym_u32] = ACTIONS(1108), - [anon_sym_i32] = ACTIONS(1108), - [anon_sym_u64] = ACTIONS(1108), - [anon_sym_i64] = ACTIONS(1108), - [anon_sym_u128] = ACTIONS(1108), - [anon_sym_i128] = ACTIONS(1108), - [anon_sym_isize] = ACTIONS(1108), - [anon_sym_usize] = ACTIONS(1108), - [anon_sym_f32] = ACTIONS(1108), - [anon_sym_f64] = ACTIONS(1108), - [anon_sym_bool] = ACTIONS(1108), - [anon_sym_str] = ACTIONS(1108), - [anon_sym_char] = ACTIONS(1108), - [anon_sym_DASH] = ACTIONS(1105), - [anon_sym_BANG] = ACTIONS(1105), - [anon_sym_AMP] = ACTIONS(1111), - [anon_sym_PIPE] = ACTIONS(1114), - [anon_sym_LT] = ACTIONS(1117), - [anon_sym_DOT_DOT] = ACTIONS(1120), - [anon_sym_COLON_COLON] = ACTIONS(1123), - [anon_sym_SQUOTE] = ACTIONS(1126), - [anon_sym_async] = ACTIONS(1129), - [anon_sym_break] = ACTIONS(1132), - [anon_sym_const] = ACTIONS(1135), - [anon_sym_continue] = ACTIONS(1138), - [anon_sym_default] = ACTIONS(1141), - [anon_sym_for] = ACTIONS(1144), - [anon_sym_gen] = ACTIONS(1147), - [anon_sym_if] = ACTIONS(1150), - [anon_sym_loop] = ACTIONS(1153), - [anon_sym_match] = ACTIONS(1156), - [anon_sym_return] = ACTIONS(1159), - [anon_sym_static] = ACTIONS(1162), - [anon_sym_union] = ACTIONS(1141), - [anon_sym_unsafe] = ACTIONS(1165), - [anon_sym_while] = ACTIONS(1168), - [anon_sym_yield] = ACTIONS(1171), - [anon_sym_move] = ACTIONS(1174), - [anon_sym_try] = ACTIONS(1177), - [sym_integer_literal] = ACTIONS(1180), - [aux_sym_string_literal_token1] = ACTIONS(1183), - [sym_char_literal] = ACTIONS(1180), - [anon_sym_true] = ACTIONS(1186), - [anon_sym_false] = ACTIONS(1186), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1189), - [sym_super] = ACTIONS(1192), - [sym_crate] = ACTIONS(1192), - [sym_metavariable] = ACTIONS(1195), - [sym__raw_string_literal_start] = ACTIONS(1198), - [sym_float_literal] = ACTIONS(1180), - }, - [STATE(230)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1832), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(230), - [sym_block_comment] = STATE(230), - [aux_sym_tuple_expression_repeat1] = STATE(229), + [aux_sym_tuple_expression_repeat1] = STATE(246), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1201), + [anon_sym_RPAREN] = ACTIONS(1095), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -43274,105 +43264,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(231)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1382), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(231), - [sym_block_comment] = STATE(231), - [sym_identifier] = ACTIONS(473), + [STATE(230)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1806), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(230), + [sym_block_comment] = STATE(230), + [aux_sym_tuple_expression_repeat1] = STATE(232), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1095), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [sym_mutable_specifier] = ACTIONS(1203), - [anon_sym_raw] = ACTIONS(1205), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -43381,177 +43371,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(232)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1878), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_let_condition] = STATE(2536), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(232), - [sym_block_comment] = STATE(232), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1027), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_let] = ACTIONS(1029), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(233)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1755), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1487), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(233), - [sym_block_comment] = STATE(233), + [STATE(231)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1529), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1436), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(231), + [sym_block_comment] = STATE(231), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -43580,7 +43456,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1069), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_DASH_GT] = ACTIONS(1071), [anon_sym_SQUOTE] = ACTIONS(37), @@ -43616,58 +43492,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(234)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1779), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1457), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(234), - [sym_block_comment] = STATE(234), + [STATE(232)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1810), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(232), + [sym_block_comment] = STATE(232), + [aux_sym_tuple_expression_repeat1] = STATE(246), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1097), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -43688,15 +43566,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(349), + [anon_sym_DASH] = ACTIONS(21), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1073), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1077), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -43730,60 +43606,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(235)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1708), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(235), - [sym_block_comment] = STATE(235), - [aux_sym_tuple_expression_repeat1] = STATE(241), + [STATE(233)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1839), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(233), + [sym_block_comment] = STATE(233), + [aux_sym_tuple_expression_repeat1] = STATE(246), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1207), + [anon_sym_RPAREN] = ACTIONS(1099), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -43844,172 +43720,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(236)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1598), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(236), - [sym_block_comment] = STATE(236), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(477), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1083), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_DASH_GT] = ACTIONS(1085), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(237)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1807), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(237), - [sym_block_comment] = STATE(237), + [STATE(234)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1839), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(234), + [sym_block_comment] = STATE(234), + [aux_sym_tuple_expression_repeat1] = STATE(216), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1099), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -44030,15 +43794,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(349), + [anon_sym_DASH] = ACTIONS(21), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1083), [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1085), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -44072,61 +43834,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(238)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1690), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(238), - [sym_block_comment] = STATE(238), + [STATE(235)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1414), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(235), + [sym_block_comment] = STATE(235), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [sym_mutable_specifier] = ACTIONS(1107), + [anon_sym_raw] = ACTIONS(1109), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(236)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1783), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(236), + [sym_block_comment] = STATE(236), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -44144,12 +44020,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT] = ACTIONS(1075), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -44167,8 +44043,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(425), [anon_sym_unsafe] = ACTIONS(441), [anon_sym_while] = ACTIONS(443), - [sym_mutable_specifier] = ACTIONS(1209), - [anon_sym_raw] = ACTIONS(1211), + [sym_mutable_specifier] = ACTIONS(1111), + [anon_sym_raw] = ACTIONS(1113), [anon_sym_yield] = ACTIONS(445), [anon_sym_move] = ACTIONS(447), [anon_sym_try] = ACTIONS(449), @@ -44186,105 +44062,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(239)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1654), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1487), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(239), - [sym_block_comment] = STATE(239), - [sym_identifier] = ACTIONS(473), + [STATE(237)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1841), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1436), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(237), + [sym_block_comment] = STATE(237), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(477), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(495), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1069), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_DASH_GT] = ACTIONS(1071), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -44293,112 +44169,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(240)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1759), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(240), - [sym_block_comment] = STATE(240), - [aux_sym_tuple_expression_repeat1] = STATE(229), - [sym_identifier] = ACTIONS(339), + [STATE(238)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1656), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1495), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(238), + [sym_block_comment] = STATE(238), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1087), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym__] = ACTIONS(1061), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1063), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -44407,112 +44283,112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(241)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1805), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(241), - [sym_block_comment] = STATE(241), - [aux_sym_tuple_expression_repeat1] = STATE(229), - [sym_identifier] = ACTIONS(339), + [STATE(239)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1612), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1415), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(239), + [sym_block_comment] = STATE(239), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1079), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym__] = ACTIONS(1065), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1067), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -44521,68 +44397,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(242)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1830), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1859), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(242), - [sym_block_comment] = STATE(242), + [STATE(240)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1722), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_let_condition] = STATE(2642), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(240), + [sym_block_comment] = STATE(240), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -44600,15 +44477,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1213), - [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT] = ACTIONS(1075), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1215), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -44618,6 +44493,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(427), [anon_sym_gen] = ACTIONS(429), [anon_sym_if] = ACTIONS(431), + [anon_sym_let] = ACTIONS(967), [anon_sym_loop] = ACTIONS(433), [anon_sym_match] = ACTIONS(435), [anon_sym_return] = ACTIONS(437), @@ -44642,61 +44518,62 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(243)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1835), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1856), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(243), - [sym_block_comment] = STATE(243), + [STATE(241)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1901), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_let_condition] = STATE(2642), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(241), + [sym_block_comment] = STATE(241), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -44714,15 +44591,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1217), - [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT] = ACTIONS(965), [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1219), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), [anon_sym_break] = ACTIONS(419), @@ -44732,6 +44607,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_for] = ACTIONS(427), [anon_sym_gen] = ACTIONS(429), [anon_sym_if] = ACTIONS(431), + [anon_sym_let] = ACTIONS(967), [anon_sym_loop] = ACTIONS(433), [anon_sym_match] = ACTIONS(435), [anon_sym_return] = ACTIONS(437), @@ -44756,58 +44632,174 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(244)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1512), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1401), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(244), - [sym_block_comment] = STATE(244), + [STATE(242)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1650), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1436), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(242), + [sym_block_comment] = STATE(242), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(469), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1069), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1071), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(243)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1856), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(243), + [sym_block_comment] = STATE(243), + [aux_sym_tuple_expression_repeat1] = STATE(233), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_RPAREN] = ACTIONS(1115), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -44828,15 +44820,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(23), [anon_sym_str] = ACTIONS(23), [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(349), + [anon_sym_DASH] = ACTIONS(21), [anon_sym_BANG] = ACTIONS(21), [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1083), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_DASH_GT] = ACTIONS(1085), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), @@ -44870,174 +44860,400 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, + [STATE(244)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1879), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1495), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(244), + [sym_block_comment] = STATE(244), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(495), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1061), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1063), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, [STATE(245)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1841), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1674), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1677), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1415), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(245), [sym_block_comment] = STATE(245), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(413), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(495), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1221), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_DASH_GT] = ACTIONS(1223), + [anon_sym__] = ACTIONS(1065), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_DASH_GT] = ACTIONS(1067), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, [STATE(246)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1873), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1882), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(246), [sym_block_comment] = STATE(246), - [aux_sym_tuple_expression_repeat1] = STATE(229), + [aux_sym_tuple_expression_repeat1] = STATE(246), + [sym_identifier] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1120), + [anon_sym_RPAREN] = ACTIONS(1123), + [anon_sym_LBRACK] = ACTIONS(1125), + [anon_sym_LBRACE] = ACTIONS(1128), + [anon_sym_STAR] = ACTIONS(1131), + [anon_sym_u8] = ACTIONS(1134), + [anon_sym_i8] = ACTIONS(1134), + [anon_sym_u16] = ACTIONS(1134), + [anon_sym_i16] = ACTIONS(1134), + [anon_sym_u32] = ACTIONS(1134), + [anon_sym_i32] = ACTIONS(1134), + [anon_sym_u64] = ACTIONS(1134), + [anon_sym_i64] = ACTIONS(1134), + [anon_sym_u128] = ACTIONS(1134), + [anon_sym_i128] = ACTIONS(1134), + [anon_sym_isize] = ACTIONS(1134), + [anon_sym_usize] = ACTIONS(1134), + [anon_sym_f32] = ACTIONS(1134), + [anon_sym_f64] = ACTIONS(1134), + [anon_sym_bool] = ACTIONS(1134), + [anon_sym_str] = ACTIONS(1134), + [anon_sym_char] = ACTIONS(1134), + [anon_sym_DASH] = ACTIONS(1131), + [anon_sym_BANG] = ACTIONS(1131), + [anon_sym_AMP] = ACTIONS(1137), + [anon_sym_PIPE] = ACTIONS(1140), + [anon_sym_LT] = ACTIONS(1143), + [anon_sym_DOT_DOT] = ACTIONS(1146), + [anon_sym_COLON_COLON] = ACTIONS(1149), + [anon_sym_SQUOTE] = ACTIONS(1152), + [anon_sym_async] = ACTIONS(1155), + [anon_sym_break] = ACTIONS(1158), + [anon_sym_const] = ACTIONS(1161), + [anon_sym_continue] = ACTIONS(1164), + [anon_sym_default] = ACTIONS(1167), + [anon_sym_for] = ACTIONS(1170), + [anon_sym_gen] = ACTIONS(1173), + [anon_sym_if] = ACTIONS(1176), + [anon_sym_loop] = ACTIONS(1179), + [anon_sym_match] = ACTIONS(1182), + [anon_sym_return] = ACTIONS(1185), + [anon_sym_static] = ACTIONS(1188), + [anon_sym_union] = ACTIONS(1167), + [anon_sym_unsafe] = ACTIONS(1191), + [anon_sym_while] = ACTIONS(1194), + [anon_sym_yield] = ACTIONS(1197), + [anon_sym_move] = ACTIONS(1200), + [anon_sym_try] = ACTIONS(1203), + [sym_integer_literal] = ACTIONS(1206), + [aux_sym_string_literal_token1] = ACTIONS(1209), + [sym_char_literal] = ACTIONS(1206), + [anon_sym_true] = ACTIONS(1212), + [anon_sym_false] = ACTIONS(1212), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1215), + [sym_super] = ACTIONS(1218), + [sym_crate] = ACTIONS(1218), + [sym_metavariable] = ACTIONS(1221), + [sym__raw_string_literal_start] = ACTIONS(1224), + [sym_float_literal] = ACTIONS(1206), + }, + [STATE(247)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1908), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(247), + [sym_block_comment] = STATE(247), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_RPAREN] = ACTIONS(1225), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), @@ -45098,56 +45314,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(247)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1531), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(247), - [sym_block_comment] = STATE(247), + [STATE(248)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1847), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(248), + [sym_block_comment] = STATE(248), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -45175,7 +45391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -45210,60 +45426,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(248)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1889), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(248), - [sym_block_comment] = STATE(248), + [STATE(249)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1848), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(478), + [sym_match_expression] = STATE(478), + [sym_while_expression] = STATE(478), + [sym_loop_expression] = STATE(478), + [sym_for_expression] = STATE(478), + [sym_const_block] = STATE(478), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3661), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(478), + [sym_async_block] = STATE(478), + [sym_gen_block] = STATE(478), + [sym_try_block] = STATE(478), + [sym_block] = STATE(478), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(249), + [sym_block_comment] = STATE(249), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(1227), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -45290,24 +45506,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), + [anon_sym_async] = ACTIONS(1229), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), + [anon_sym_const] = ACTIONS(1231), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), + [anon_sym_for] = ACTIONS(1233), + [anon_sym_gen] = ACTIONS(1235), + [anon_sym_if] = ACTIONS(1237), + [anon_sym_loop] = ACTIONS(1239), + [anon_sym_match] = ACTIONS(1241), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(367), [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), + [anon_sym_unsafe] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1245), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), + [anon_sym_try] = ACTIONS(1247), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -45322,56 +45538,280 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(249)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1521), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(249), - [sym_block_comment] = STATE(249), + [STATE(250)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1760), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(250), + [sym_block_comment] = STATE(250), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(251)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(2799), + [sym_variadic_parameter] = STATE(2799), + [sym_parameter] = STATE(2799), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2632), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(251), + [sym_block_comment] = STATE(251), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1253), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1271), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1279), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(252)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1886), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(252), + [sym_block_comment] = STATE(252), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -45399,7 +45839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -45434,61 +45874,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(250)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1871), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(250), - [sym_block_comment] = STATE(250), + [STATE(253)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1728), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(253), + [sym_block_comment] = STATE(253), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -45506,12 +45946,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT] = ACTIONS(965), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -45546,168 +45986,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(251)] = { - [sym_else_clause] = STATE(407), - [sym_line_comment] = STATE(251), - [sym_block_comment] = STATE(251), - [ts_builtin_sym_end] = ACTIONS(1227), - [sym_identifier] = ACTIONS(1229), - [anon_sym_SEMI] = ACTIONS(1227), - [anon_sym_macro_rules_BANG] = ACTIONS(1227), - [anon_sym_LPAREN] = ACTIONS(1227), - [anon_sym_LBRACK] = ACTIONS(1227), - [anon_sym_LBRACE] = ACTIONS(1227), - [anon_sym_RBRACE] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1229), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_QMARK] = ACTIONS(1227), - [anon_sym_u8] = ACTIONS(1229), - [anon_sym_i8] = ACTIONS(1229), - [anon_sym_u16] = ACTIONS(1229), - [anon_sym_i16] = ACTIONS(1229), - [anon_sym_u32] = ACTIONS(1229), - [anon_sym_i32] = ACTIONS(1229), - [anon_sym_u64] = ACTIONS(1229), - [anon_sym_i64] = ACTIONS(1229), - [anon_sym_u128] = ACTIONS(1229), - [anon_sym_i128] = ACTIONS(1229), - [anon_sym_isize] = ACTIONS(1229), - [anon_sym_usize] = ACTIONS(1229), - [anon_sym_f32] = ACTIONS(1229), - [anon_sym_f64] = ACTIONS(1229), - [anon_sym_bool] = ACTIONS(1229), - [anon_sym_str] = ACTIONS(1229), - [anon_sym_char] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1229), - [anon_sym_SLASH] = ACTIONS(1229), - [anon_sym_PERCENT] = ACTIONS(1229), - [anon_sym_CARET] = ACTIONS(1229), - [anon_sym_BANG] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_PIPE] = ACTIONS(1229), - [anon_sym_AMP_AMP] = ACTIONS(1227), - [anon_sym_PIPE_PIPE] = ACTIONS(1227), - [anon_sym_LT_LT] = ACTIONS(1229), - [anon_sym_GT_GT] = ACTIONS(1229), - [anon_sym_PLUS_EQ] = ACTIONS(1227), - [anon_sym_DASH_EQ] = ACTIONS(1227), - [anon_sym_STAR_EQ] = ACTIONS(1227), - [anon_sym_SLASH_EQ] = ACTIONS(1227), - [anon_sym_PERCENT_EQ] = ACTIONS(1227), - [anon_sym_CARET_EQ] = ACTIONS(1227), - [anon_sym_AMP_EQ] = ACTIONS(1227), - [anon_sym_PIPE_EQ] = ACTIONS(1227), - [anon_sym_LT_LT_EQ] = ACTIONS(1227), - [anon_sym_GT_GT_EQ] = ACTIONS(1227), - [anon_sym_EQ] = ACTIONS(1229), - [anon_sym_EQ_EQ] = ACTIONS(1227), - [anon_sym_BANG_EQ] = ACTIONS(1227), - [anon_sym_GT] = ACTIONS(1229), - [anon_sym_LT] = ACTIONS(1229), - [anon_sym_GT_EQ] = ACTIONS(1227), - [anon_sym_LT_EQ] = ACTIONS(1227), - [anon_sym_DOT] = ACTIONS(1229), - [anon_sym_DOT_DOT] = ACTIONS(1229), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1227), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1227), - [anon_sym_COLON_COLON] = ACTIONS(1227), - [anon_sym_POUND] = ACTIONS(1227), - [anon_sym_SQUOTE] = ACTIONS(1229), - [anon_sym_as] = ACTIONS(1229), - [anon_sym_async] = ACTIONS(1229), - [anon_sym_break] = ACTIONS(1229), - [anon_sym_const] = ACTIONS(1229), - [anon_sym_continue] = ACTIONS(1229), - [anon_sym_default] = ACTIONS(1229), - [anon_sym_enum] = ACTIONS(1229), - [anon_sym_fn] = ACTIONS(1229), - [anon_sym_for] = ACTIONS(1229), - [anon_sym_gen] = ACTIONS(1229), - [anon_sym_if] = ACTIONS(1229), - [anon_sym_impl] = ACTIONS(1229), - [anon_sym_let] = ACTIONS(1229), - [anon_sym_loop] = ACTIONS(1229), - [anon_sym_match] = ACTIONS(1229), - [anon_sym_mod] = ACTIONS(1229), - [anon_sym_pub] = ACTIONS(1229), - [anon_sym_return] = ACTIONS(1229), - [anon_sym_static] = ACTIONS(1229), - [anon_sym_struct] = ACTIONS(1229), - [anon_sym_trait] = ACTIONS(1229), - [anon_sym_type] = ACTIONS(1229), - [anon_sym_union] = ACTIONS(1229), - [anon_sym_unsafe] = ACTIONS(1229), - [anon_sym_use] = ACTIONS(1229), - [anon_sym_while] = ACTIONS(1229), - [anon_sym_extern] = ACTIONS(1229), - [anon_sym_else] = ACTIONS(1231), - [anon_sym_yield] = ACTIONS(1229), - [anon_sym_move] = ACTIONS(1229), - [anon_sym_try] = ACTIONS(1229), - [sym_integer_literal] = ACTIONS(1227), - [aux_sym_string_literal_token1] = ACTIONS(1227), - [sym_char_literal] = ACTIONS(1227), - [anon_sym_true] = ACTIONS(1229), - [anon_sym_false] = ACTIONS(1229), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1229), - [sym_super] = ACTIONS(1229), - [sym_crate] = ACTIONS(1229), - [sym_metavariable] = ACTIONS(1227), - [sym__raw_string_literal_start] = ACTIONS(1227), - [sym_float_literal] = ACTIONS(1227), - }, - [STATE(252)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1524), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(252), - [sym_block_comment] = STATE(252), + [STATE(254)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1872), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(254), + [sym_block_comment] = STATE(254), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -45735,7 +46063,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -45770,168 +46098,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(253)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1785), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(253), - [sym_block_comment] = STATE(253), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(254)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1702), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(254), - [sym_block_comment] = STATE(254), + [STATE(255)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1873), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(255), + [sym_block_comment] = STATE(255), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -45994,173 +46210,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(255)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1786), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(255), - [sym_block_comment] = STATE(255), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, [STATE(256)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1788), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1728), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), [sym_line_comment] = STATE(256), [sym_block_comment] = STATE(256), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -46178,12 +46282,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT] = ACTIONS(1075), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -46219,732 +46323,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(451), }, [STATE(257)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1790), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(257), - [sym_block_comment] = STATE(257), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(258)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1791), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(258), - [sym_block_comment] = STATE(258), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(259)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1792), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(259), - [sym_block_comment] = STATE(259), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(260)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1794), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(260), - [sym_block_comment] = STATE(260), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(261)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1795), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(261), - [sym_block_comment] = STATE(261), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(262)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1796), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(262), - [sym_block_comment] = STATE(262), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(263)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1797), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(263), - [sym_block_comment] = STATE(263), + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1675), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(257), + [sym_block_comment] = STATE(257), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -46962,12 +46394,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT] = ACTIONS(1075), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -47002,215 +46434,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(264)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1751), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(264), - [sym_block_comment] = STATE(264), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(265)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1670), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(265), - [sym_block_comment] = STATE(265), - [sym_identifier] = ACTIONS(473), + [STATE(258)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1597), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(258), + [sym_block_comment] = STATE(258), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1233), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -47219,110 +46539,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(266)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1416), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(266), - [sym_block_comment] = STATE(266), - [sym_identifier] = ACTIONS(473), + [STATE(259)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1399), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(259), + [sym_block_comment] = STATE(259), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -47331,68 +46651,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(267)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1848), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(267), - [sym_block_comment] = STATE(267), + [STATE(260)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1719), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(260), + [sym_block_comment] = STATE(260), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -47410,12 +46730,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT] = ACTIONS(1075), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -47450,56 +46770,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(268)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1509), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(268), - [sym_block_comment] = STATE(268), + [STATE(261)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1399), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(261), + [sym_block_comment] = STATE(261), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -47527,7 +46847,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -47562,103 +46882,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(269)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1612), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(269), - [sym_block_comment] = STATE(269), - [sym_identifier] = ACTIONS(473), + [STATE(262)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1733), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(262), + [sym_block_comment] = STATE(262), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -47667,110 +46987,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(270)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1455), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(270), - [sym_block_comment] = STATE(270), - [sym_identifier] = ACTIONS(473), + [STATE(263)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1568), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(263), + [sym_block_comment] = STATE(263), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -47779,446 +47099,670 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(271)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1609), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(271), - [sym_block_comment] = STATE(271), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [STATE(264)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1720), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(264), + [sym_block_comment] = STATE(264), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, - [STATE(272)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1610), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(272), - [sym_block_comment] = STATE(272), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [STATE(265)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1721), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(265), + [sym_block_comment] = STATE(265), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, - [STATE(273)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1611), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(273), - [sym_block_comment] = STATE(273), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [STATE(266)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1722), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(266), + [sym_block_comment] = STATE(266), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, - [STATE(274)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1627), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(274), - [sym_block_comment] = STATE(274), - [sym_identifier] = ACTIONS(473), + [STATE(267)] = { + [sym_attribute_item] = STATE(421), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(2809), + [sym_variadic_parameter] = STATE(2809), + [sym_parameter] = STATE(2809), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2688), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(267), + [sym_block_comment] = STATE(267), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1323), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1325), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1327), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(268)] = { + [sym_else_clause] = STATE(397), + [sym_line_comment] = STATE(268), + [sym_block_comment] = STATE(268), + [ts_builtin_sym_end] = ACTIONS(1329), + [sym_identifier] = ACTIONS(1331), + [anon_sym_SEMI] = ACTIONS(1329), + [anon_sym_macro_rules_BANG] = ACTIONS(1329), + [anon_sym_LPAREN] = ACTIONS(1329), + [anon_sym_LBRACK] = ACTIONS(1329), + [anon_sym_LBRACE] = ACTIONS(1329), + [anon_sym_RBRACE] = ACTIONS(1329), + [anon_sym_PLUS] = ACTIONS(1331), + [anon_sym_STAR] = ACTIONS(1331), + [anon_sym_QMARK] = ACTIONS(1329), + [anon_sym_u8] = ACTIONS(1331), + [anon_sym_i8] = ACTIONS(1331), + [anon_sym_u16] = ACTIONS(1331), + [anon_sym_i16] = ACTIONS(1331), + [anon_sym_u32] = ACTIONS(1331), + [anon_sym_i32] = ACTIONS(1331), + [anon_sym_u64] = ACTIONS(1331), + [anon_sym_i64] = ACTIONS(1331), + [anon_sym_u128] = ACTIONS(1331), + [anon_sym_i128] = ACTIONS(1331), + [anon_sym_isize] = ACTIONS(1331), + [anon_sym_usize] = ACTIONS(1331), + [anon_sym_f32] = ACTIONS(1331), + [anon_sym_f64] = ACTIONS(1331), + [anon_sym_bool] = ACTIONS(1331), + [anon_sym_str] = ACTIONS(1331), + [anon_sym_char] = ACTIONS(1331), + [anon_sym_DASH] = ACTIONS(1331), + [anon_sym_SLASH] = ACTIONS(1331), + [anon_sym_PERCENT] = ACTIONS(1331), + [anon_sym_CARET] = ACTIONS(1331), + [anon_sym_BANG] = ACTIONS(1331), + [anon_sym_AMP] = ACTIONS(1331), + [anon_sym_PIPE] = ACTIONS(1331), + [anon_sym_AMP_AMP] = ACTIONS(1329), + [anon_sym_PIPE_PIPE] = ACTIONS(1329), + [anon_sym_LT_LT] = ACTIONS(1331), + [anon_sym_GT_GT] = ACTIONS(1331), + [anon_sym_PLUS_EQ] = ACTIONS(1329), + [anon_sym_DASH_EQ] = ACTIONS(1329), + [anon_sym_STAR_EQ] = ACTIONS(1329), + [anon_sym_SLASH_EQ] = ACTIONS(1329), + [anon_sym_PERCENT_EQ] = ACTIONS(1329), + [anon_sym_CARET_EQ] = ACTIONS(1329), + [anon_sym_AMP_EQ] = ACTIONS(1329), + [anon_sym_PIPE_EQ] = ACTIONS(1329), + [anon_sym_LT_LT_EQ] = ACTIONS(1329), + [anon_sym_GT_GT_EQ] = ACTIONS(1329), + [anon_sym_EQ] = ACTIONS(1331), + [anon_sym_EQ_EQ] = ACTIONS(1329), + [anon_sym_BANG_EQ] = ACTIONS(1329), + [anon_sym_GT] = ACTIONS(1331), + [anon_sym_LT] = ACTIONS(1331), + [anon_sym_GT_EQ] = ACTIONS(1329), + [anon_sym_LT_EQ] = ACTIONS(1329), + [anon_sym_DOT] = ACTIONS(1331), + [anon_sym_DOT_DOT] = ACTIONS(1331), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1329), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1329), + [anon_sym_COLON_COLON] = ACTIONS(1329), + [anon_sym_POUND] = ACTIONS(1329), + [anon_sym_SQUOTE] = ACTIONS(1331), + [anon_sym_as] = ACTIONS(1331), + [anon_sym_async] = ACTIONS(1331), + [anon_sym_break] = ACTIONS(1331), + [anon_sym_const] = ACTIONS(1331), + [anon_sym_continue] = ACTIONS(1331), + [anon_sym_default] = ACTIONS(1331), + [anon_sym_enum] = ACTIONS(1331), + [anon_sym_fn] = ACTIONS(1331), + [anon_sym_for] = ACTIONS(1331), + [anon_sym_gen] = ACTIONS(1331), + [anon_sym_if] = ACTIONS(1331), + [anon_sym_impl] = ACTIONS(1331), + [anon_sym_let] = ACTIONS(1331), + [anon_sym_loop] = ACTIONS(1331), + [anon_sym_match] = ACTIONS(1331), + [anon_sym_mod] = ACTIONS(1331), + [anon_sym_pub] = ACTIONS(1331), + [anon_sym_return] = ACTIONS(1331), + [anon_sym_static] = ACTIONS(1331), + [anon_sym_struct] = ACTIONS(1331), + [anon_sym_trait] = ACTIONS(1331), + [anon_sym_type] = ACTIONS(1331), + [anon_sym_union] = ACTIONS(1331), + [anon_sym_unsafe] = ACTIONS(1331), + [anon_sym_use] = ACTIONS(1331), + [anon_sym_while] = ACTIONS(1331), + [anon_sym_extern] = ACTIONS(1331), + [anon_sym_else] = ACTIONS(1333), + [anon_sym_yield] = ACTIONS(1331), + [anon_sym_move] = ACTIONS(1331), + [anon_sym_try] = ACTIONS(1331), + [sym_integer_literal] = ACTIONS(1329), + [aux_sym_string_literal_token1] = ACTIONS(1329), + [sym_char_literal] = ACTIONS(1329), + [anon_sym_true] = ACTIONS(1331), + [anon_sym_false] = ACTIONS(1331), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1331), + [sym_super] = ACTIONS(1331), + [sym_crate] = ACTIONS(1331), + [sym_metavariable] = ACTIONS(1329), + [sym__raw_string_literal_start] = ACTIONS(1329), + [sym_float_literal] = ACTIONS(1329), + }, + [STATE(269)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1837), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(269), + [sym_block_comment] = STATE(269), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48227,110 +47771,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(275)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1676), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(275), - [sym_block_comment] = STATE(275), - [sym_identifier] = ACTIONS(473), + [STATE(270)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1844), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(270), + [sym_block_comment] = STATE(270), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48339,63 +47883,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(276)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1700), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(276), - [sym_block_comment] = STATE(276), + [STATE(271)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1794), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(271), + [sym_block_comment] = STATE(271), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -48458,104 +48002,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(277)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1670), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(277), - [sym_block_comment] = STATE(277), - [sym_identifier] = ACTIONS(473), + [STATE(272)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1811), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(484), + [sym_match_expression] = STATE(484), + [sym_while_expression] = STATE(484), + [sym_loop_expression] = STATE(484), + [sym_for_expression] = STATE(484), + [sym_const_block] = STATE(484), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3661), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(484), + [sym_async_block] = STATE(484), + [sym_gen_block] = STATE(484), + [sym_try_block] = STATE(484), + [sym_block] = STATE(484), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(272), + [sym_block_comment] = STATE(272), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_LBRACE] = ACTIONS(1227), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), + [anon_sym_async] = ACTIONS(1229), + [anon_sym_break] = ACTIONS(41), + [anon_sym_const] = ACTIONS(1231), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), - [anon_sym_try] = ACTIONS(373), + [anon_sym_default] = ACTIONS(355), + [anon_sym_for] = ACTIONS(1233), + [anon_sym_gen] = ACTIONS(1235), + [anon_sym_if] = ACTIONS(1237), + [anon_sym_loop] = ACTIONS(1239), + [anon_sym_match] = ACTIONS(1241), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), + [anon_sym_unsafe] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1245), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), + [anon_sym_try] = ACTIONS(1247), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -48563,110 +48107,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(278)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1597), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(278), - [sym_block_comment] = STATE(278), - [sym_identifier] = ACTIONS(473), + [STATE(273)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1896), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(273), + [sym_block_comment] = STATE(273), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -48675,68 +48219,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(279)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1798), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(279), - [sym_block_comment] = STATE(279), + [STATE(274)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1723), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(274), + [sym_block_comment] = STATE(274), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -48754,12 +48298,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1027), + [anon_sym_DOT_DOT] = ACTIONS(1075), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -48794,56 +48338,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(280)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1416), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(280), - [sym_block_comment] = STATE(280), + [STATE(275)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1724), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(275), + [sym_block_comment] = STATE(275), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1075), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(276)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1915), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(276), + [sym_block_comment] = STATE(276), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -48871,7 +48527,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -48906,103 +48562,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(281)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1615), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(281), - [sym_block_comment] = STATE(281), - [sym_identifier] = ACTIONS(473), + [STATE(277)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1802), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(277), + [sym_block_comment] = STATE(277), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49011,68 +48667,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(282)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1798), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(282), - [sym_block_comment] = STATE(282), + [STATE(278)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1725), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(278), + [sym_block_comment] = STATE(278), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -49090,12 +48746,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), + [anon_sym_DOT_DOT] = ACTIONS(1075), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -49130,103 +48786,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(283)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1617), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(283), - [sym_block_comment] = STATE(283), - [sym_identifier] = ACTIONS(473), + [STATE(279)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1791), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(279), + [sym_block_comment] = STATE(279), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49235,110 +48891,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(284)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1618), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(284), - [sym_block_comment] = STATE(284), - [sym_identifier] = ACTIONS(473), + [STATE(280)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1692), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(280), + [sym_block_comment] = STATE(280), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49347,110 +49003,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(285)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1437), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(285), - [sym_block_comment] = STATE(285), - [sym_identifier] = ACTIONS(473), + [STATE(281)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1798), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(281), + [sym_block_comment] = STATE(281), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49459,110 +49115,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(286)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1620), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(286), - [sym_block_comment] = STATE(286), - [sym_identifier] = ACTIONS(473), + [STATE(282)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1883), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(282), + [sym_block_comment] = STATE(282), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -49571,63 +49227,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(287)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1513), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(287), - [sym_block_comment] = STATE(287), + [STATE(283)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1537), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(283), + [sym_block_comment] = STATE(283), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -49655,7 +49311,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -49690,168 +49346,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(288)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1449), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(288), - [sym_block_comment] = STATE(288), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [STATE(284)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1726), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(284), + [sym_block_comment] = STATE(284), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), }, - [STATE(289)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1681), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(289), - [sym_block_comment] = STATE(289), + [STATE(285)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1459), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(285), + [sym_block_comment] = STATE(285), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -49879,7 +49535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -49914,60 +49570,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(290)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1893), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(466), - [sym_match_expression] = STATE(466), - [sym_while_expression] = STATE(466), - [sym_loop_expression] = STATE(466), - [sym_for_expression] = STATE(466), - [sym_const_block] = STATE(466), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3645), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(466), - [sym_async_block] = STATE(466), - [sym_gen_block] = STATE(466), - [sym_try_block] = STATE(466), - [sym_block] = STATE(466), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(290), - [sym_block_comment] = STATE(290), + [STATE(286)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(2799), + [sym_variadic_parameter] = STATE(2799), + [sym_parameter] = STATE(2799), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2632), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2472), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(286), + [sym_block_comment] = STATE(286), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1337), + [anon_sym_LPAREN] = ACTIONS(1339), + [anon_sym_RPAREN] = ACTIONS(1341), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1343), + [anon_sym_i8] = ACTIONS(1343), + [anon_sym_u16] = ACTIONS(1343), + [anon_sym_i16] = ACTIONS(1343), + [anon_sym_u32] = ACTIONS(1343), + [anon_sym_i32] = ACTIONS(1343), + [anon_sym_u64] = ACTIONS(1343), + [anon_sym_i64] = ACTIONS(1343), + [anon_sym_u128] = ACTIONS(1343), + [anon_sym_i128] = ACTIONS(1343), + [anon_sym_isize] = ACTIONS(1343), + [anon_sym_usize] = ACTIONS(1343), + [anon_sym_f32] = ACTIONS(1343), + [anon_sym_f64] = ACTIONS(1343), + [anon_sym_bool] = ACTIONS(1343), + [anon_sym_str] = ACTIONS(1343), + [anon_sym_char] = ACTIONS(1343), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1347), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1349), + [anon_sym_COLON_COLON] = ACTIONS(1351), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1353), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1355), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1357), + [sym_super] = ACTIONS(1359), + [sym_crate] = ACTIONS(1359), + [sym_metavariable] = ACTIONS(1361), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(287)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1512), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(287), + [sym_block_comment] = STATE(287), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1235), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -49991,27 +49759,27 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(1237), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_gen] = ACTIONS(1243), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_loop] = ACTIONS(1247), - [anon_sym_match] = ACTIONS(1249), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(367), [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(1251), - [anon_sym_while] = ACTIONS(1253), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1255), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -50026,56 +49794,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(291)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1877), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(291), - [sym_block_comment] = STATE(291), + [STATE(288)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1799), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(288), + [sym_block_comment] = STATE(288), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -50138,60 +49906,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(292)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1879), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(292), - [sym_block_comment] = STATE(292), + [STATE(289)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1890), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(478), + [sym_match_expression] = STATE(478), + [sym_while_expression] = STATE(478), + [sym_loop_expression] = STATE(478), + [sym_for_expression] = STATE(478), + [sym_const_block] = STATE(478), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3661), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(478), + [sym_async_block] = STATE(478), + [sym_gen_block] = STATE(478), + [sym_try_block] = STATE(478), + [sym_block] = STATE(478), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(289), + [sym_block_comment] = STATE(289), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE] = ACTIONS(1227), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -50218,24 +49986,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), + [anon_sym_async] = ACTIONS(1229), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), + [anon_sym_const] = ACTIONS(1231), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), + [anon_sym_for] = ACTIONS(1233), + [anon_sym_gen] = ACTIONS(1235), + [anon_sym_if] = ACTIONS(1237), + [anon_sym_loop] = ACTIONS(1239), + [anon_sym_match] = ACTIONS(1241), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(367), [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), + [anon_sym_unsafe] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1245), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), + [anon_sym_try] = ACTIONS(1247), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -50250,56 +50018,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(293)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1894), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(293), - [sym_block_comment] = STATE(293), + [STATE(290)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1900), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(290), + [sym_block_comment] = STATE(290), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -50362,61 +50130,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(294)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1882), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(294), - [sym_block_comment] = STATE(294), + [STATE(291)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1727), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(291), + [sym_block_comment] = STATE(291), [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), + [anon_sym_STAR] = ACTIONS(961), [anon_sym_u8] = ACTIONS(411), [anon_sym_i8] = ACTIONS(411), [anon_sym_u16] = ACTIONS(411), @@ -50434,12 +50202,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(411), [anon_sym_str] = ACTIONS(411), [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1027), + [anon_sym_DOT_DOT] = ACTIONS(1075), [anon_sym_COLON_COLON] = ACTIONS(415), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(417), @@ -50474,60 +50242,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(463), [sym_float_literal] = ACTIONS(451), }, - [STATE(295)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1880), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(295), - [sym_block_comment] = STATE(295), - [sym_identifier] = ACTIONS(339), + [STATE(292)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(2799), + [sym_variadic_parameter] = STATE(2799), + [sym_parameter] = STATE(2799), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2632), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2472), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(292), + [sym_block_comment] = STATE(292), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1337), + [anon_sym_LPAREN] = ACTIONS(1339), + [anon_sym_RPAREN] = ACTIONS(1363), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1343), + [anon_sym_i8] = ACTIONS(1343), + [anon_sym_u16] = ACTIONS(1343), + [anon_sym_i16] = ACTIONS(1343), + [anon_sym_u32] = ACTIONS(1343), + [anon_sym_i32] = ACTIONS(1343), + [anon_sym_u64] = ACTIONS(1343), + [anon_sym_i64] = ACTIONS(1343), + [anon_sym_u128] = ACTIONS(1343), + [anon_sym_i128] = ACTIONS(1343), + [anon_sym_isize] = ACTIONS(1343), + [anon_sym_usize] = ACTIONS(1343), + [anon_sym_f32] = ACTIONS(1343), + [anon_sym_f64] = ACTIONS(1343), + [anon_sym_bool] = ACTIONS(1343), + [anon_sym_str] = ACTIONS(1343), + [anon_sym_char] = ACTIONS(1343), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1347), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1365), + [anon_sym_COLON_COLON] = ACTIONS(1351), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1353), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1355), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1357), + [sym_super] = ACTIONS(1359), + [sym_crate] = ACTIONS(1359), + [sym_metavariable] = ACTIONS(1361), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(293)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1635), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(293), + [sym_block_comment] = STATE(293), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(294)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1897), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(484), + [sym_match_expression] = STATE(484), + [sym_while_expression] = STATE(484), + [sym_loop_expression] = STATE(484), + [sym_for_expression] = STATE(484), + [sym_const_block] = STATE(484), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3661), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(484), + [sym_async_block] = STATE(484), + [sym_gen_block] = STATE(484), + [sym_try_block] = STATE(484), + [sym_block] = STATE(484), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(294), + [sym_block_comment] = STATE(294), + [sym_identifier] = ACTIONS(339), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(1227), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -50554,24 +50546,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), + [anon_sym_async] = ACTIONS(1229), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), + [anon_sym_const] = ACTIONS(1231), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), + [anon_sym_for] = ACTIONS(1233), + [anon_sym_gen] = ACTIONS(1235), + [anon_sym_if] = ACTIONS(1237), + [anon_sym_loop] = ACTIONS(1239), + [anon_sym_match] = ACTIONS(1241), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(367), [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), + [anon_sym_unsafe] = ACTIONS(1243), + [anon_sym_while] = ACTIONS(1245), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), + [anon_sym_try] = ACTIONS(1247), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -50586,56 +50578,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(296)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1881), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(296), - [sym_block_comment] = STATE(296), + [STATE(295)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1898), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(295), + [sym_block_comment] = STATE(295), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -50698,103 +50690,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(297)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1449), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(297), - [sym_block_comment] = STATE(297), - [sym_identifier] = ACTIONS(339), + [STATE(296)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1399), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(296), + [sym_block_comment] = STATE(296), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -50803,110 +50795,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(298)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1890), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(298), - [sym_block_comment] = STATE(298), - [sym_identifier] = ACTIONS(339), + [STATE(297)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1760), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(297), + [sym_block_comment] = STATE(297), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -50915,63 +50907,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(299)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1511), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(299), - [sym_block_comment] = STATE(299), + [STATE(298)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1516), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(298), + [sym_block_comment] = STATE(298), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -50999,7 +50991,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -51034,103 +51026,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, + [STATE(299)] = { + [sym_attribute_item] = STATE(423), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(2953), + [sym_variadic_parameter] = STATE(2953), + [sym_parameter] = STATE(2953), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2631), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(299), + [sym_block_comment] = STATE(299), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1367), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1369), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1371), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, [STATE(300)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1891), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1697), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(300), [sym_block_comment] = STATE(300), - [sym_identifier] = ACTIONS(339), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -51139,67 +51243,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, [STATE(301)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1897), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(481), - [sym_match_expression] = STATE(481), - [sym_while_expression] = STATE(481), - [sym_loop_expression] = STATE(481), - [sym_for_expression] = STATE(481), - [sym_const_block] = STATE(481), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3645), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(481), - [sym_async_block] = STATE(481), - [sym_gen_block] = STATE(481), - [sym_try_block] = STATE(481), - [sym_block] = STATE(481), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1892), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(301), [sym_block_comment] = STATE(301), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1235), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -51226,24 +51330,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(1237), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_gen] = ACTIONS(1243), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_loop] = ACTIONS(1247), - [anon_sym_match] = ACTIONS(1249), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(367), [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(1251), - [anon_sym_while] = ACTIONS(1253), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1255), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -51259,53 +51363,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(302)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1437), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1913), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(302), [sym_block_comment] = STATE(302), [sym_identifier] = ACTIONS(339), @@ -51335,7 +51439,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -51371,53 +51475,53 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(303)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1900), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1914), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(303), [sym_block_comment] = STATE(303), [sym_identifier] = ACTIONS(339), @@ -51483,55 +51587,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(97), }, [STATE(304)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1712), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1782), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), [sym_line_comment] = STATE(304), [sym_block_comment] = STATE(304), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1075), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(305)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1903), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(305), + [sym_block_comment] = STATE(305), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -51594,103 +51810,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(305)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1416), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(305), - [sym_block_comment] = STATE(305), - [sym_identifier] = ACTIONS(473), + [STATE(306)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1627), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(306), + [sym_block_comment] = STATE(306), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -51699,110 +51915,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(306)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1862), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(306), - [sym_block_comment] = STATE(306), - [sym_identifier] = ACTIONS(473), + [STATE(307)] = { + [sym_attribute_item] = STATE(422), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(2799), + [sym_variadic_parameter] = STATE(2799), + [sym_parameter] = STATE(2799), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2632), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2472), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(307), + [sym_block_comment] = STATE(307), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1337), + [anon_sym_LPAREN] = ACTIONS(1339), + [anon_sym_RPAREN] = ACTIONS(1373), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1343), + [anon_sym_i8] = ACTIONS(1343), + [anon_sym_u16] = ACTIONS(1343), + [anon_sym_i16] = ACTIONS(1343), + [anon_sym_u32] = ACTIONS(1343), + [anon_sym_i32] = ACTIONS(1343), + [anon_sym_u64] = ACTIONS(1343), + [anon_sym_i64] = ACTIONS(1343), + [anon_sym_u128] = ACTIONS(1343), + [anon_sym_i128] = ACTIONS(1343), + [anon_sym_isize] = ACTIONS(1343), + [anon_sym_usize] = ACTIONS(1343), + [anon_sym_f32] = ACTIONS(1343), + [anon_sym_f64] = ACTIONS(1343), + [anon_sym_bool] = ACTIONS(1343), + [anon_sym_str] = ACTIONS(1343), + [anon_sym_char] = ACTIONS(1343), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1345), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1347), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1375), + [anon_sym_COLON_COLON] = ACTIONS(1351), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1353), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1355), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1357), + [sym_super] = ACTIONS(1359), + [sym_crate] = ACTIONS(1359), + [sym_metavariable] = ACTIONS(1361), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(308)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1478), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(308), + [sym_block_comment] = STATE(308), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -51811,110 +52139,222 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(307)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1861), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(307), - [sym_block_comment] = STATE(307), - [sym_identifier] = ACTIONS(339), + [STATE(309)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1740), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(309), + [sym_block_comment] = STATE(309), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1075), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(310)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1703), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(310), + [sym_block_comment] = STATE(310), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -51923,110 +52363,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(308)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1437), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(308), - [sym_block_comment] = STATE(308), - [sym_identifier] = ACTIONS(473), + [STATE(311)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1704), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(311), + [sym_block_comment] = STATE(311), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -52035,63 +52475,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(309)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1513), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(309), - [sym_block_comment] = STATE(309), + [STATE(312)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1718), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(312), + [sym_block_comment] = STATE(312), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1075), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(313)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1525), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(313), + [sym_block_comment] = STATE(313), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -52119,7 +52671,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -52154,103 +52706,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(310)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1715), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(310), - [sym_block_comment] = STATE(310), - [sym_identifier] = ACTIONS(339), + [STATE(314)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1620), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(314), + [sym_block_comment] = STATE(314), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -52259,110 +52811,334 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(311)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1870), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(311), - [sym_block_comment] = STATE(311), - [sym_identifier] = ACTIONS(339), + [STATE(315)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1459), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(315), + [sym_block_comment] = STATE(315), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(316)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1622), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(316), + [sym_block_comment] = STATE(316), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(317)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1624), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(317), + [sym_block_comment] = STATE(317), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -52371,110 +53147,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(312)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1518), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(312), - [sym_block_comment] = STATE(312), - [sym_identifier] = ACTIONS(339), + [STATE(318)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1625), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(318), + [sym_block_comment] = STATE(318), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -52483,110 +53259,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(313)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1874), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(313), - [sym_block_comment] = STATE(313), - [sym_identifier] = ACTIONS(473), + [STATE(319)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1701), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(319), + [sym_block_comment] = STATE(319), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -52595,110 +53371,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(314)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1455), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(314), - [sym_block_comment] = STATE(314), - [sym_identifier] = ACTIONS(473), + [STATE(320)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1628), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(320), + [sym_block_comment] = STATE(320), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -52707,110 +53483,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(315)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1864), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(315), - [sym_block_comment] = STATE(315), - [sym_identifier] = ACTIONS(473), + [STATE(321)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1629), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(321), + [sym_block_comment] = STATE(321), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -52819,110 +53595,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(316)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1778), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(316), - [sym_block_comment] = STATE(316), - [sym_identifier] = ACTIONS(473), + [STATE(322)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1662), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(322), + [sym_block_comment] = STATE(322), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -52931,110 +53707,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(317)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1769), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(317), - [sym_block_comment] = STATE(317), - [sym_identifier] = ACTIONS(473), + [STATE(323)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1631), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(323), + [sym_block_comment] = STATE(323), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -53043,110 +53819,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(318)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1613), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(318), - [sym_block_comment] = STATE(318), - [sym_identifier] = ACTIONS(473), + [STATE(324)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1632), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(324), + [sym_block_comment] = STATE(324), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1075), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -53155,110 +53931,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(319)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1698), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(319), - [sym_block_comment] = STATE(319), - [sym_identifier] = ACTIONS(473), + [STATE(325)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1527), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(325), + [sym_block_comment] = STATE(325), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1053), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -53267,63 +54043,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(320)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1884), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(320), - [sym_block_comment] = STATE(320), + [STATE(326)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1520), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(326), + [sym_block_comment] = STATE(326), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53351,7 +54127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53386,103 +54162,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(321)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1726), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(321), - [sym_block_comment] = STATE(321), - [sym_identifier] = ACTIONS(473), + [STATE(327)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1478), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(327), + [sym_block_comment] = STATE(327), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(328)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1705), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(328), + [sym_block_comment] = STATE(328), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -53491,63 +54379,175 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(322)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1885), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(322), - [sym_block_comment] = STATE(322), + [STATE(329)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1663), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(329), + [sym_block_comment] = STATE(329), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(330)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1478), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(330), + [sym_block_comment] = STATE(330), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53575,7 +54575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53610,56 +54610,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(323)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1732), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(323), - [sym_block_comment] = STATE(323), + [STATE(331)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1531), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(331), + [sym_block_comment] = STATE(331), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53687,7 +54687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53722,56 +54722,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(324)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1737), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(324), - [sym_block_comment] = STATE(324), + [STATE(332)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1887), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(332), + [sym_block_comment] = STATE(332), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(965), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(333)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1536), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(333), + [sym_block_comment] = STATE(333), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -53799,7 +54911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -53834,60 +54946,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(325)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1743), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(466), - [sym_match_expression] = STATE(466), - [sym_while_expression] = STATE(466), - [sym_loop_expression] = STATE(466), - [sym_for_expression] = STATE(466), - [sym_const_block] = STATE(466), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3645), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(466), - [sym_async_block] = STATE(466), - [sym_gen_block] = STATE(466), - [sym_try_block] = STATE(466), - [sym_block] = STATE(466), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(325), - [sym_block_comment] = STATE(325), + [STATE(334)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1678), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(334), + [sym_block_comment] = STATE(334), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(335)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1691), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(335), + [sym_block_comment] = STATE(335), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1235), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -53914,24 +55138,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(1237), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_gen] = ACTIONS(1243), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_loop] = ACTIONS(1247), - [anon_sym_match] = ACTIONS(1249), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(367), [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(1251), - [anon_sym_while] = ACTIONS(1253), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1255), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -53946,168 +55170,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(326)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1735), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(326), - [sym_block_comment] = STATE(326), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(327)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1886), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(327), - [sym_block_comment] = STATE(327), + [STATE(336)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1775), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(336), + [sym_block_comment] = STATE(336), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54170,56 +55282,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(328)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1661), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(328), - [sym_block_comment] = STATE(328), + [STATE(337)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1776), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(337), + [sym_block_comment] = STATE(337), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54282,56 +55394,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(329)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1664), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(329), - [sym_block_comment] = STATE(329), + [STATE(338)] = { + [sym_bracketed_type] = STATE(3581), + [sym_generic_function] = STATE(1764), + [sym_generic_type_with_turbofish] = STATE(2979), + [sym__expression_except_range] = STATE(1644), + [sym__expression] = STATE(1861), + [sym_macro_invocation] = STATE(1777), + [sym_scoped_identifier] = STATE(1599), + [sym_scoped_type_identifier_in_expression_position] = STATE(3175), + [sym_range_expression] = STATE(1773), + [sym_unary_expression] = STATE(1764), + [sym_try_expression] = STATE(1764), + [sym_reference_expression] = STATE(1764), + [sym_binary_expression] = STATE(1764), + [sym_assignment_expression] = STATE(1764), + [sym_compound_assignment_expr] = STATE(1764), + [sym_type_cast_expression] = STATE(1764), + [sym_return_expression] = STATE(1764), + [sym_yield_expression] = STATE(1764), + [sym_call_expression] = STATE(1764), + [sym_array_expression] = STATE(1764), + [sym_parenthesized_expression] = STATE(1764), + [sym_tuple_expression] = STATE(1764), + [sym_unit_expression] = STATE(1764), + [sym_struct_expression] = STATE(1764), + [sym_if_expression] = STATE(1764), + [sym_match_expression] = STATE(1764), + [sym_while_expression] = STATE(1764), + [sym_loop_expression] = STATE(1764), + [sym_for_expression] = STATE(1764), + [sym_const_block] = STATE(1764), + [sym_closure_expression] = STATE(1764), + [sym_closure_parameters] = STATE(221), + [sym_label] = STATE(3667), + [sym_break_expression] = STATE(1764), + [sym_continue_expression] = STATE(1764), + [sym_index_expression] = STATE(1764), + [sym_await_expression] = STATE(1764), + [sym_field_expression] = STATE(1645), + [sym_unsafe_block] = STATE(1764), + [sym_async_block] = STATE(1764), + [sym_gen_block] = STATE(1764), + [sym_try_block] = STATE(1764), + [sym_block] = STATE(1764), + [sym__literal] = STATE(1764), + [sym_string_literal] = STATE(1747), + [sym_raw_string_literal] = STATE(1747), + [sym_boolean_literal] = STATE(1747), + [sym_line_comment] = STATE(338), + [sym_block_comment] = STATE(338), + [sym_identifier] = ACTIONS(405), + [anon_sym_LPAREN] = ACTIONS(509), + [anon_sym_LBRACK] = ACTIONS(511), + [anon_sym_LBRACE] = ACTIONS(407), + [anon_sym_STAR] = ACTIONS(961), + [anon_sym_u8] = ACTIONS(411), + [anon_sym_i8] = ACTIONS(411), + [anon_sym_u16] = ACTIONS(411), + [anon_sym_i16] = ACTIONS(411), + [anon_sym_u32] = ACTIONS(411), + [anon_sym_i32] = ACTIONS(411), + [anon_sym_u64] = ACTIONS(411), + [anon_sym_i64] = ACTIONS(411), + [anon_sym_u128] = ACTIONS(411), + [anon_sym_i128] = ACTIONS(411), + [anon_sym_isize] = ACTIONS(411), + [anon_sym_usize] = ACTIONS(411), + [anon_sym_f32] = ACTIONS(411), + [anon_sym_f64] = ACTIONS(411), + [anon_sym_bool] = ACTIONS(411), + [anon_sym_str] = ACTIONS(411), + [anon_sym_char] = ACTIONS(411), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AMP] = ACTIONS(963), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1075), + [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(417), + [anon_sym_break] = ACTIONS(419), + [anon_sym_const] = ACTIONS(421), + [anon_sym_continue] = ACTIONS(423), + [anon_sym_default] = ACTIONS(425), + [anon_sym_for] = ACTIONS(427), + [anon_sym_gen] = ACTIONS(429), + [anon_sym_if] = ACTIONS(431), + [anon_sym_loop] = ACTIONS(433), + [anon_sym_match] = ACTIONS(435), + [anon_sym_return] = ACTIONS(437), + [anon_sym_static] = ACTIONS(439), + [anon_sym_union] = ACTIONS(425), + [anon_sym_unsafe] = ACTIONS(441), + [anon_sym_while] = ACTIONS(443), + [anon_sym_yield] = ACTIONS(445), + [anon_sym_move] = ACTIONS(447), + [anon_sym_try] = ACTIONS(449), + [sym_integer_literal] = ACTIONS(451), + [aux_sym_string_literal_token1] = ACTIONS(453), + [sym_char_literal] = ACTIONS(451), + [anon_sym_true] = ACTIONS(455), + [anon_sym_false] = ACTIONS(455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(457), + [sym_super] = ACTIONS(459), + [sym_crate] = ACTIONS(459), + [sym_metavariable] = ACTIONS(461), + [sym__raw_string_literal_start] = ACTIONS(463), + [sym_float_literal] = ACTIONS(451), + }, + [STATE(339)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1513), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(339), + [sym_block_comment] = STATE(339), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54359,7 +55583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -54394,280 +55618,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(330)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1838), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(330), - [sym_block_comment] = STATE(330), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(331)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1577), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(331), - [sym_block_comment] = STATE(331), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(332)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1527), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(332), - [sym_block_comment] = STATE(332), + [STATE(340)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1514), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(340), + [sym_block_comment] = STATE(340), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54695,7 +55695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -54730,56 +55730,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(333)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1455), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(333), - [sym_block_comment] = STATE(333), + [STATE(341)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1515), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(341), + [sym_block_comment] = STATE(341), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54807,7 +55807,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -54842,56 +55842,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(334)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1529), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(334), - [sym_block_comment] = STATE(334), + [STATE(342)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1786), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(342), + [sym_block_comment] = STATE(342), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(343)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1893), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(343), + [sym_block_comment] = STATE(343), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -54919,7 +56031,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -54954,103 +56066,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(335)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1662), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(335), - [sym_block_comment] = STATE(335), - [sym_identifier] = ACTIONS(473), + [STATE(344)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1904), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(344), + [sym_block_comment] = STATE(344), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55059,63 +56171,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(336)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1525), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(336), - [sym_block_comment] = STATE(336), + [STATE(345)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1911), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(345), + [sym_block_comment] = STATE(345), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55143,7 +56255,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), + [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -55178,103 +56290,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(337)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1627), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(337), - [sym_block_comment] = STATE(337), - [sym_identifier] = ACTIONS(473), + [STATE(346)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1588), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(346), + [sym_block_comment] = STATE(346), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55283,110 +56395,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(338)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1729), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(338), - [sym_block_comment] = STATE(338), - [sym_identifier] = ACTIONS(473), + [STATE(347)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1803), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(347), + [sym_block_comment] = STATE(347), + [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(21), + [anon_sym_u8] = ACTIONS(23), + [anon_sym_i8] = ACTIONS(23), + [anon_sym_u16] = ACTIONS(23), + [anon_sym_i16] = ACTIONS(23), + [anon_sym_u32] = ACTIONS(23), + [anon_sym_i32] = ACTIONS(23), + [anon_sym_u64] = ACTIONS(23), + [anon_sym_i64] = ACTIONS(23), + [anon_sym_u128] = ACTIONS(23), + [anon_sym_i128] = ACTIONS(23), + [anon_sym_isize] = ACTIONS(23), + [anon_sym_usize] = ACTIONS(23), + [anon_sym_f32] = ACTIONS(23), + [anon_sym_f64] = ACTIONS(23), + [anon_sym_bool] = ACTIONS(23), + [anon_sym_str] = ACTIONS(23), + [anon_sym_char] = ACTIONS(23), + [anon_sym_DASH] = ACTIONS(21), + [anon_sym_BANG] = ACTIONS(21), + [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1233), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(41), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(355), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(359), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(71), + [anon_sym_static] = ACTIONS(367), + [anon_sym_union] = ACTIONS(355), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(91), + [anon_sym_move] = ACTIONS(93), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -55395,63 +56507,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(109), + [sym_super] = ACTIONS(111), + [sym_crate] = ACTIONS(111), + [sym_metavariable] = ACTIONS(115), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(339)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1707), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(339), - [sym_block_comment] = STATE(339), + [STATE(348)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1492), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(348), + [sym_block_comment] = STATE(348), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55479,7 +56591,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AMP] = ACTIONS(25), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), + [anon_sym_DOT_DOT] = ACTIONS(1053), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), @@ -55514,56 +56626,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(340)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1892), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(340), - [sym_block_comment] = STATE(340), + [STATE(349)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1492), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(349), + [sym_block_comment] = STATE(349), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), + [anon_sym_PIPE] = ACTIONS(27), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(497), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(499), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(350)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1910), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(350), + [sym_block_comment] = STATE(350), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55626,280 +56850,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(341)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), + [STATE(351)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), [sym__expression] = STATE(1912), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(341), - [sym_block_comment] = STATE(341), - [sym_identifier] = ACTIONS(339), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(342)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1569), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(342), - [sym_block_comment] = STATE(342), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(343)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1771), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(343), - [sym_block_comment] = STATE(343), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(351), + [sym_block_comment] = STATE(351), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -55962,168 +56962,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(344)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1449), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(344), - [sym_block_comment] = STATE(344), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1057), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(345)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1895), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(345), - [sym_block_comment] = STATE(345), + [STATE(352)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1808), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(352), + [sym_block_comment] = STATE(352), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56186,56 +57074,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(346)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1896), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(346), - [sym_block_comment] = STATE(346), + [STATE(353)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1884), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(353), + [sym_block_comment] = STATE(353), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56298,56 +57186,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(347)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1852), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(347), - [sym_block_comment] = STATE(347), + [STATE(354)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1814), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(354), + [sym_block_comment] = STATE(354), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56410,56 +57298,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(348)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1898), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(348), - [sym_block_comment] = STATE(348), + [STATE(355)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1889), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(355), + [sym_block_comment] = STATE(355), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56522,103 +57410,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(349)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1665), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(349), - [sym_block_comment] = STATE(349), - [sym_identifier] = ACTIONS(339), + [STATE(356)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1575), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(356), + [sym_block_comment] = STATE(356), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(31), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -56627,63 +57515,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(350)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1899), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(350), - [sym_block_comment] = STATE(350), + [STATE(357)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1817), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(357), + [sym_block_comment] = STATE(357), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56746,168 +57634,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(351)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1575), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(351), - [sym_block_comment] = STATE(351), - [sym_identifier] = ACTIONS(473), - [anon_sym_LPAREN] = ACTIONS(15), - [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), - [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), - [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), - [anon_sym_if] = ACTIONS(361), - [anon_sym_loop] = ACTIONS(363), - [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), - [anon_sym_unsafe] = ACTIONS(369), - [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), - [anon_sym_try] = ACTIONS(373), - [sym_integer_literal] = ACTIONS(97), - [aux_sym_string_literal_token1] = ACTIONS(99), - [sym_char_literal] = ACTIONS(97), - [anon_sym_true] = ACTIONS(101), - [anon_sym_false] = ACTIONS(101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), - [sym__raw_string_literal_start] = ACTIONS(117), - [sym_float_literal] = ACTIONS(97), - }, - [STATE(352)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1673), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(352), - [sym_block_comment] = STATE(352), + [STATE(358)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1895), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(358), + [sym_block_comment] = STATE(358), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -56970,56 +57746,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(353)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1901), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(353), - [sym_block_comment] = STATE(353), + [STATE(359)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1917), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(359), + [sym_block_comment] = STATE(359), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57082,56 +57858,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(354)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1902), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(354), - [sym_block_comment] = STATE(354), + [STATE(360)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1899), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(360), + [sym_block_comment] = STATE(360), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57194,56 +57970,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(355)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1903), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(355), - [sym_block_comment] = STATE(355), + [STATE(361)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1902), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(361), + [sym_block_comment] = STATE(361), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57306,56 +58082,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(356)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1904), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(356), - [sym_block_comment] = STATE(356), + [STATE(362)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1520), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(362), + [sym_block_comment] = STATE(362), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -57418,215 +58194,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(357)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1675), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(357), - [sym_block_comment] = STATE(357), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), - [anon_sym_PIPE] = ACTIONS(27), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), - [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(358)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1686), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(358), - [sym_block_comment] = STATE(358), - [sym_identifier] = ACTIONS(473), + [STATE(363)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1825), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(363), + [sym_block_comment] = STATE(363), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1233), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -57635,67 +58299,67 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(359)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1765), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(481), - [sym_match_expression] = STATE(481), - [sym_while_expression] = STATE(481), - [sym_loop_expression] = STATE(481), - [sym_for_expression] = STATE(481), - [sym_const_block] = STATE(481), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3645), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(481), - [sym_async_block] = STATE(481), - [sym_gen_block] = STATE(481), - [sym_try_block] = STATE(481), - [sym_block] = STATE(481), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(359), - [sym_block_comment] = STATE(359), + [STATE(364)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1818), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(364), + [sym_block_comment] = STATE(364), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), - [anon_sym_LBRACE] = ACTIONS(1235), + [anon_sym_LBRACE] = ACTIONS(343), [anon_sym_STAR] = ACTIONS(21), [anon_sym_u8] = ACTIONS(23), [anon_sym_i8] = ACTIONS(23), @@ -57722,24 +58386,24 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(31), [anon_sym_COLON_COLON] = ACTIONS(33), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(1237), + [anon_sym_async] = ACTIONS(351), [anon_sym_break] = ACTIONS(41), - [anon_sym_const] = ACTIONS(1239), + [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), [anon_sym_default] = ACTIONS(355), - [anon_sym_for] = ACTIONS(1241), - [anon_sym_gen] = ACTIONS(1243), - [anon_sym_if] = ACTIONS(1245), - [anon_sym_loop] = ACTIONS(1247), - [anon_sym_match] = ACTIONS(1249), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(359), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), [anon_sym_return] = ACTIONS(71), [anon_sym_static] = ACTIONS(367), [anon_sym_union] = ACTIONS(355), - [anon_sym_unsafe] = ACTIONS(1251), - [anon_sym_while] = ACTIONS(1253), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), [anon_sym_yield] = ACTIONS(91), [anon_sym_move] = ACTIONS(93), - [anon_sym_try] = ACTIONS(1255), + [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), [sym_char_literal] = ACTIONS(97), @@ -57754,103 +58418,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(360)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1596), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(360), - [sym_block_comment] = STATE(360), - [sym_identifier] = ACTIONS(473), + [STATE(365)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1593), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(365), + [sym_block_comment] = STATE(365), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -57859,110 +58523,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(361)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1566), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(361), - [sym_block_comment] = STATE(361), - [sym_identifier] = ACTIONS(473), + [STATE(366)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1635), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(366), + [sym_block_comment] = STATE(366), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -57971,63 +58635,63 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(362)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1906), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(362), - [sym_block_comment] = STATE(362), + [STATE(367)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3040), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1894), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1474), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(218), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(367), + [sym_block_comment] = STATE(367), [sym_identifier] = ACTIONS(339), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), @@ -58090,103 +58754,103 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(363)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1581), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(363), - [sym_block_comment] = STATE(363), - [sym_identifier] = ACTIONS(473), + [STATE(368)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1586), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(368), + [sym_block_comment] = STATE(368), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -58195,110 +58859,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(364)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1719), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(364), - [sym_block_comment] = STATE(364), - [sym_identifier] = ACTIONS(473), + [STATE(369)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1689), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(369), + [sym_block_comment] = STATE(369), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1233), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -58307,110 +58971,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(365)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1756), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(217), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(365), - [sym_block_comment] = STATE(365), - [sym_identifier] = ACTIONS(473), + [STATE(370)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1842), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(370), + [sym_block_comment] = STATE(370), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(1053), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(1053), - [anon_sym_BANG] = ACTIONS(1053), - [anon_sym_AMP] = ACTIONS(1055), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1233), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1335), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(505), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(485), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(507), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(509), - [anon_sym_static] = ACTIONS(511), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(513), - [anon_sym_move] = ACTIONS(515), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -58419,110 +59083,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(366)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1582), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(366), - [sym_block_comment] = STATE(366), - [sym_identifier] = ACTIONS(473), + [STATE(371)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1459), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(371), + [sym_block_comment] = STATE(371), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -58531,110 +59195,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(367)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(2988), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1520), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1453), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(223), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(367), - [sym_block_comment] = STATE(367), - [sym_identifier] = ACTIONS(339), + [STATE(372)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1579), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(372), + [sym_block_comment] = STATE(372), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(21), - [anon_sym_u8] = ACTIONS(23), - [anon_sym_i8] = ACTIONS(23), - [anon_sym_u16] = ACTIONS(23), - [anon_sym_i16] = ACTIONS(23), - [anon_sym_u32] = ACTIONS(23), - [anon_sym_i32] = ACTIONS(23), - [anon_sym_u64] = ACTIONS(23), - [anon_sym_i64] = ACTIONS(23), - [anon_sym_u128] = ACTIONS(23), - [anon_sym_i128] = ACTIONS(23), - [anon_sym_isize] = ACTIONS(23), - [anon_sym_usize] = ACTIONS(23), - [anon_sym_f32] = ACTIONS(23), - [anon_sym_f64] = ACTIONS(23), - [anon_sym_bool] = ACTIONS(23), - [anon_sym_str] = ACTIONS(23), - [anon_sym_char] = ACTIONS(23), - [anon_sym_DASH] = ACTIONS(21), - [anon_sym_BANG] = ACTIONS(21), - [anon_sym_AMP] = ACTIONS(25), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1063), - [anon_sym_COLON_COLON] = ACTIONS(33), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(41), + [anon_sym_break] = ACTIONS(473), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(45), - [anon_sym_default] = ACTIONS(355), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(359), + [anon_sym_gen] = ACTIONS(479), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(71), - [anon_sym_static] = ACTIONS(367), - [anon_sym_union] = ACTIONS(355), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(91), - [anon_sym_move] = ACTIONS(93), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -58643,110 +59307,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(109), - [sym_super] = ACTIONS(111), - [sym_crate] = ACTIONS(111), - [sym_metavariable] = ACTIONS(115), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(368)] = { - [sym_bracketed_type] = STATE(3463), - [sym_generic_function] = STATE(1471), - [sym_generic_type_with_turbofish] = STATE(3007), - [sym__expression_except_range] = STATE(1259), - [sym__expression] = STATE(1583), - [sym_macro_invocation] = STATE(1441), - [sym_scoped_identifier] = STATE(1551), - [sym_scoped_type_identifier_in_expression_position] = STATE(3214), - [sym_range_expression] = STATE(1418), - [sym_unary_expression] = STATE(1471), - [sym_try_expression] = STATE(1471), - [sym_reference_expression] = STATE(1471), - [sym_binary_expression] = STATE(1471), - [sym_assignment_expression] = STATE(1471), - [sym_compound_assignment_expr] = STATE(1471), - [sym_type_cast_expression] = STATE(1471), - [sym_return_expression] = STATE(1471), - [sym_yield_expression] = STATE(1471), - [sym_call_expression] = STATE(1471), - [sym_array_expression] = STATE(1471), - [sym_parenthesized_expression] = STATE(1471), - [sym_tuple_expression] = STATE(1471), - [sym_unit_expression] = STATE(1471), - [sym_struct_expression] = STATE(1471), - [sym_if_expression] = STATE(1471), - [sym_match_expression] = STATE(1471), - [sym_while_expression] = STATE(1471), - [sym_loop_expression] = STATE(1471), - [sym_for_expression] = STATE(1471), - [sym_const_block] = STATE(1471), - [sym_closure_expression] = STATE(1471), - [sym_closure_parameters] = STATE(239), - [sym_label] = STATE(3602), - [sym_break_expression] = STATE(1471), - [sym_continue_expression] = STATE(1471), - [sym_index_expression] = STATE(1471), - [sym_await_expression] = STATE(1471), - [sym_field_expression] = STATE(1310), - [sym_unsafe_block] = STATE(1471), - [sym_async_block] = STATE(1471), - [sym_gen_block] = STATE(1471), - [sym_try_block] = STATE(1471), - [sym_block] = STATE(1471), - [sym__literal] = STATE(1471), - [sym_string_literal] = STATE(1424), - [sym_raw_string_literal] = STATE(1424), - [sym_boolean_literal] = STATE(1424), - [sym_line_comment] = STATE(368), - [sym_block_comment] = STATE(368), - [sym_identifier] = ACTIONS(473), + [STATE(373)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1690), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(244), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(373), + [sym_block_comment] = STATE(373), + [sym_identifier] = ACTIONS(465), [anon_sym_LPAREN] = ACTIONS(15), [anon_sym_LBRACK] = ACTIONS(17), [anon_sym_LBRACE] = ACTIONS(343), - [anon_sym_STAR] = ACTIONS(915), - [anon_sym_u8] = ACTIONS(475), - [anon_sym_i8] = ACTIONS(475), - [anon_sym_u16] = ACTIONS(475), - [anon_sym_i16] = ACTIONS(475), - [anon_sym_u32] = ACTIONS(475), - [anon_sym_i32] = ACTIONS(475), - [anon_sym_u64] = ACTIONS(475), - [anon_sym_i64] = ACTIONS(475), - [anon_sym_u128] = ACTIONS(475), - [anon_sym_i128] = ACTIONS(475), - [anon_sym_isize] = ACTIONS(475), - [anon_sym_usize] = ACTIONS(475), - [anon_sym_f32] = ACTIONS(475), - [anon_sym_f64] = ACTIONS(475), - [anon_sym_bool] = ACTIONS(475), - [anon_sym_str] = ACTIONS(475), - [anon_sym_char] = ACTIONS(475), - [anon_sym_DASH] = ACTIONS(915), - [anon_sym_BANG] = ACTIONS(915), - [anon_sym_AMP] = ACTIONS(917), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_BANG] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1103), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(919), - [anon_sym_COLON_COLON] = ACTIONS(479), + [anon_sym_DOT_DOT] = ACTIONS(1105), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), [anon_sym_async] = ACTIONS(351), - [anon_sym_break] = ACTIONS(481), + [anon_sym_break] = ACTIONS(497), [anon_sym_const] = ACTIONS(353), - [anon_sym_continue] = ACTIONS(483), - [anon_sym_default] = ACTIONS(485), + [anon_sym_continue] = ACTIONS(45), + [anon_sym_default] = ACTIONS(477), [anon_sym_for] = ACTIONS(357), - [anon_sym_gen] = ACTIONS(487), + [anon_sym_gen] = ACTIONS(499), [anon_sym_if] = ACTIONS(361), [anon_sym_loop] = ACTIONS(363), [anon_sym_match] = ACTIONS(365), - [anon_sym_return] = ACTIONS(489), - [anon_sym_static] = ACTIONS(491), - [anon_sym_union] = ACTIONS(485), + [anon_sym_return] = ACTIONS(501), + [anon_sym_static] = ACTIONS(503), + [anon_sym_union] = ACTIONS(477), [anon_sym_unsafe] = ACTIONS(369), [anon_sym_while] = ACTIONS(371), - [anon_sym_yield] = ACTIONS(493), - [anon_sym_move] = ACTIONS(495), + [anon_sym_yield] = ACTIONS(505), + [anon_sym_move] = ACTIONS(507), [anon_sym_try] = ACTIONS(373), [sym_integer_literal] = ACTIONS(97), [aux_sym_string_literal_token1] = ACTIONS(99), @@ -58755,1569 +59419,1239 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(497), - [sym_super] = ACTIONS(499), - [sym_crate] = ACTIONS(499), - [sym_metavariable] = ACTIONS(501), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), [sym__raw_string_literal_start] = ACTIONS(117), [sym_float_literal] = ACTIONS(97), }, - [STATE(369)] = { - [sym_bracketed_type] = STATE(3564), - [sym_generic_function] = STATE(1659), - [sym_generic_type_with_turbofish] = STATE(3002), - [sym__expression_except_range] = STATE(1600), - [sym__expression] = STATE(1697), - [sym_macro_invocation] = STATE(1671), - [sym_scoped_identifier] = STATE(1574), - [sym_scoped_type_identifier_in_expression_position] = STATE(3233), - [sym_range_expression] = STATE(1663), - [sym_unary_expression] = STATE(1659), - [sym_try_expression] = STATE(1659), - [sym_reference_expression] = STATE(1659), - [sym_binary_expression] = STATE(1659), - [sym_assignment_expression] = STATE(1659), - [sym_compound_assignment_expr] = STATE(1659), - [sym_type_cast_expression] = STATE(1659), - [sym_return_expression] = STATE(1659), - [sym_yield_expression] = STATE(1659), - [sym_call_expression] = STATE(1659), - [sym_array_expression] = STATE(1659), - [sym_parenthesized_expression] = STATE(1659), - [sym_tuple_expression] = STATE(1659), - [sym_unit_expression] = STATE(1659), - [sym_struct_expression] = STATE(1659), - [sym_if_expression] = STATE(1659), - [sym_match_expression] = STATE(1659), - [sym_while_expression] = STATE(1659), - [sym_loop_expression] = STATE(1659), - [sym_for_expression] = STATE(1659), - [sym_const_block] = STATE(1659), - [sym_closure_expression] = STATE(1659), - [sym_closure_parameters] = STATE(242), - [sym_label] = STATE(3651), - [sym_break_expression] = STATE(1659), - [sym_continue_expression] = STATE(1659), - [sym_index_expression] = STATE(1659), - [sym_await_expression] = STATE(1659), - [sym_field_expression] = STATE(1602), - [sym_unsafe_block] = STATE(1659), - [sym_async_block] = STATE(1659), - [sym_gen_block] = STATE(1659), - [sym_try_block] = STATE(1659), - [sym_block] = STATE(1659), - [sym__literal] = STATE(1659), - [sym_string_literal] = STATE(1820), - [sym_raw_string_literal] = STATE(1820), - [sym_boolean_literal] = STATE(1820), - [sym_line_comment] = STATE(369), - [sym_block_comment] = STATE(369), - [sym_identifier] = ACTIONS(405), - [anon_sym_LPAREN] = ACTIONS(465), - [anon_sym_LBRACK] = ACTIONS(467), - [anon_sym_LBRACE] = ACTIONS(407), - [anon_sym_STAR] = ACTIONS(1023), - [anon_sym_u8] = ACTIONS(411), - [anon_sym_i8] = ACTIONS(411), - [anon_sym_u16] = ACTIONS(411), - [anon_sym_i16] = ACTIONS(411), - [anon_sym_u32] = ACTIONS(411), - [anon_sym_i32] = ACTIONS(411), - [anon_sym_u64] = ACTIONS(411), - [anon_sym_i64] = ACTIONS(411), - [anon_sym_u128] = ACTIONS(411), - [anon_sym_i128] = ACTIONS(411), - [anon_sym_isize] = ACTIONS(411), - [anon_sym_usize] = ACTIONS(411), - [anon_sym_f32] = ACTIONS(411), - [anon_sym_f64] = ACTIONS(411), - [anon_sym_bool] = ACTIONS(411), - [anon_sym_str] = ACTIONS(411), - [anon_sym_char] = ACTIONS(411), - [anon_sym_DASH] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AMP] = ACTIONS(1025), + [STATE(374)] = { + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1581), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), + [sym_line_comment] = STATE(374), + [sym_block_comment] = STATE(374), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT] = ACTIONS(1089), - [anon_sym_COLON_COLON] = ACTIONS(415), + [anon_sym_DOT_DOT] = ACTIONS(943), + [anon_sym_COLON_COLON] = ACTIONS(471), [anon_sym_SQUOTE] = ACTIONS(37), - [anon_sym_async] = ACTIONS(417), - [anon_sym_break] = ACTIONS(419), - [anon_sym_const] = ACTIONS(421), - [anon_sym_continue] = ACTIONS(423), - [anon_sym_default] = ACTIONS(425), - [anon_sym_for] = ACTIONS(427), - [anon_sym_gen] = ACTIONS(429), - [anon_sym_if] = ACTIONS(431), - [anon_sym_loop] = ACTIONS(433), - [anon_sym_match] = ACTIONS(435), - [anon_sym_return] = ACTIONS(437), - [anon_sym_static] = ACTIONS(439), - [anon_sym_union] = ACTIONS(425), - [anon_sym_unsafe] = ACTIONS(441), - [anon_sym_while] = ACTIONS(443), - [anon_sym_yield] = ACTIONS(445), - [anon_sym_move] = ACTIONS(447), - [anon_sym_try] = ACTIONS(449), - [sym_integer_literal] = ACTIONS(451), - [aux_sym_string_literal_token1] = ACTIONS(453), - [sym_char_literal] = ACTIONS(451), - [anon_sym_true] = ACTIONS(455), - [anon_sym_false] = ACTIONS(455), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(457), - [sym_super] = ACTIONS(459), - [sym_crate] = ACTIONS(459), - [sym_metavariable] = ACTIONS(461), - [sym__raw_string_literal_start] = ACTIONS(463), - [sym_float_literal] = ACTIONS(451), - }, - [STATE(370)] = { - [sym_attribute_item] = STATE(422), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3012), - [sym_variadic_parameter] = STATE(3012), - [sym_parameter] = STATE(3012), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2752), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2471), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(370), - [sym_block_comment] = STATE(370), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1261), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1285), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1321), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(371)] = { - [sym_line_comment] = STATE(371), - [sym_block_comment] = STATE(371), - [ts_builtin_sym_end] = ACTIONS(1329), - [sym_identifier] = ACTIONS(1331), - [anon_sym_SEMI] = ACTIONS(1329), - [anon_sym_macro_rules_BANG] = ACTIONS(1329), - [anon_sym_LPAREN] = ACTIONS(1329), - [anon_sym_LBRACK] = ACTIONS(1329), - [anon_sym_LBRACE] = ACTIONS(1329), - [anon_sym_RBRACE] = ACTIONS(1329), - [anon_sym_PLUS] = ACTIONS(1331), - [anon_sym_STAR] = ACTIONS(1331), - [anon_sym_QMARK] = ACTIONS(1329), - [anon_sym_u8] = ACTIONS(1331), - [anon_sym_i8] = ACTIONS(1331), - [anon_sym_u16] = ACTIONS(1331), - [anon_sym_i16] = ACTIONS(1331), - [anon_sym_u32] = ACTIONS(1331), - [anon_sym_i32] = ACTIONS(1331), - [anon_sym_u64] = ACTIONS(1331), - [anon_sym_i64] = ACTIONS(1331), - [anon_sym_u128] = ACTIONS(1331), - [anon_sym_i128] = ACTIONS(1331), - [anon_sym_isize] = ACTIONS(1331), - [anon_sym_usize] = ACTIONS(1331), - [anon_sym_f32] = ACTIONS(1331), - [anon_sym_f64] = ACTIONS(1331), - [anon_sym_bool] = ACTIONS(1331), - [anon_sym_str] = ACTIONS(1331), - [anon_sym_char] = ACTIONS(1331), - [anon_sym_DASH] = ACTIONS(1331), - [anon_sym_SLASH] = ACTIONS(1331), - [anon_sym_PERCENT] = ACTIONS(1331), - [anon_sym_CARET] = ACTIONS(1331), - [anon_sym_BANG] = ACTIONS(1331), - [anon_sym_AMP] = ACTIONS(1331), - [anon_sym_PIPE] = ACTIONS(1331), - [anon_sym_AMP_AMP] = ACTIONS(1329), - [anon_sym_PIPE_PIPE] = ACTIONS(1329), - [anon_sym_LT_LT] = ACTIONS(1331), - [anon_sym_GT_GT] = ACTIONS(1331), - [anon_sym_PLUS_EQ] = ACTIONS(1329), - [anon_sym_DASH_EQ] = ACTIONS(1329), - [anon_sym_STAR_EQ] = ACTIONS(1329), - [anon_sym_SLASH_EQ] = ACTIONS(1329), - [anon_sym_PERCENT_EQ] = ACTIONS(1329), - [anon_sym_CARET_EQ] = ACTIONS(1329), - [anon_sym_AMP_EQ] = ACTIONS(1329), - [anon_sym_PIPE_EQ] = ACTIONS(1329), - [anon_sym_LT_LT_EQ] = ACTIONS(1329), - [anon_sym_GT_GT_EQ] = ACTIONS(1329), - [anon_sym_EQ] = ACTIONS(1331), - [anon_sym_EQ_EQ] = ACTIONS(1329), - [anon_sym_BANG_EQ] = ACTIONS(1329), - [anon_sym_GT] = ACTIONS(1331), - [anon_sym_LT] = ACTIONS(1331), - [anon_sym_GT_EQ] = ACTIONS(1329), - [anon_sym_LT_EQ] = ACTIONS(1329), - [anon_sym_DOT] = ACTIONS(1331), - [anon_sym_DOT_DOT] = ACTIONS(1331), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1329), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1329), - [anon_sym_COLON_COLON] = ACTIONS(1329), - [anon_sym_POUND] = ACTIONS(1329), - [anon_sym_SQUOTE] = ACTIONS(1331), - [anon_sym_as] = ACTIONS(1331), - [anon_sym_async] = ACTIONS(1331), - [anon_sym_break] = ACTIONS(1331), - [anon_sym_const] = ACTIONS(1331), - [anon_sym_continue] = ACTIONS(1331), - [anon_sym_default] = ACTIONS(1331), - [anon_sym_enum] = ACTIONS(1331), - [anon_sym_fn] = ACTIONS(1331), - [anon_sym_for] = ACTIONS(1331), - [anon_sym_gen] = ACTIONS(1331), - [anon_sym_if] = ACTIONS(1331), - [anon_sym_impl] = ACTIONS(1331), - [anon_sym_let] = ACTIONS(1331), - [anon_sym_loop] = ACTIONS(1331), - [anon_sym_match] = ACTIONS(1331), - [anon_sym_mod] = ACTIONS(1331), - [anon_sym_pub] = ACTIONS(1331), - [anon_sym_return] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1331), - [anon_sym_struct] = ACTIONS(1331), - [anon_sym_trait] = ACTIONS(1331), - [anon_sym_type] = ACTIONS(1331), - [anon_sym_union] = ACTIONS(1331), - [anon_sym_unsafe] = ACTIONS(1331), - [anon_sym_use] = ACTIONS(1331), - [anon_sym_while] = ACTIONS(1331), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_else] = ACTIONS(1331), - [anon_sym_yield] = ACTIONS(1331), - [anon_sym_move] = ACTIONS(1331), - [anon_sym_try] = ACTIONS(1331), - [sym_integer_literal] = ACTIONS(1329), - [aux_sym_string_literal_token1] = ACTIONS(1329), - [sym_char_literal] = ACTIONS(1329), - [anon_sym_true] = ACTIONS(1331), - [anon_sym_false] = ACTIONS(1331), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1331), - [sym_super] = ACTIONS(1331), - [sym_crate] = ACTIONS(1331), - [sym_metavariable] = ACTIONS(1329), - [sym__raw_string_literal_start] = ACTIONS(1329), - [sym_float_literal] = ACTIONS(1329), - }, - [STATE(372)] = { - [sym_line_comment] = STATE(372), - [sym_block_comment] = STATE(372), - [ts_builtin_sym_end] = ACTIONS(1333), - [sym_identifier] = ACTIONS(1335), - [anon_sym_SEMI] = ACTIONS(1333), - [anon_sym_macro_rules_BANG] = ACTIONS(1333), - [anon_sym_LPAREN] = ACTIONS(1333), - [anon_sym_LBRACK] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(1333), - [anon_sym_RBRACE] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1335), - [anon_sym_STAR] = ACTIONS(1335), - [anon_sym_QMARK] = ACTIONS(1333), - [anon_sym_u8] = ACTIONS(1335), - [anon_sym_i8] = ACTIONS(1335), - [anon_sym_u16] = ACTIONS(1335), - [anon_sym_i16] = ACTIONS(1335), - [anon_sym_u32] = ACTIONS(1335), - [anon_sym_i32] = ACTIONS(1335), - [anon_sym_u64] = ACTIONS(1335), - [anon_sym_i64] = ACTIONS(1335), - [anon_sym_u128] = ACTIONS(1335), - [anon_sym_i128] = ACTIONS(1335), - [anon_sym_isize] = ACTIONS(1335), - [anon_sym_usize] = ACTIONS(1335), - [anon_sym_f32] = ACTIONS(1335), - [anon_sym_f64] = ACTIONS(1335), - [anon_sym_bool] = ACTIONS(1335), - [anon_sym_str] = ACTIONS(1335), - [anon_sym_char] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1335), - [anon_sym_SLASH] = ACTIONS(1335), - [anon_sym_PERCENT] = ACTIONS(1335), - [anon_sym_CARET] = ACTIONS(1335), - [anon_sym_BANG] = ACTIONS(1335), - [anon_sym_AMP] = ACTIONS(1335), - [anon_sym_PIPE] = ACTIONS(1335), - [anon_sym_AMP_AMP] = ACTIONS(1333), - [anon_sym_PIPE_PIPE] = ACTIONS(1333), - [anon_sym_LT_LT] = ACTIONS(1335), - [anon_sym_GT_GT] = ACTIONS(1335), - [anon_sym_PLUS_EQ] = ACTIONS(1333), - [anon_sym_DASH_EQ] = ACTIONS(1333), - [anon_sym_STAR_EQ] = ACTIONS(1333), - [anon_sym_SLASH_EQ] = ACTIONS(1333), - [anon_sym_PERCENT_EQ] = ACTIONS(1333), - [anon_sym_CARET_EQ] = ACTIONS(1333), - [anon_sym_AMP_EQ] = ACTIONS(1333), - [anon_sym_PIPE_EQ] = ACTIONS(1333), - [anon_sym_LT_LT_EQ] = ACTIONS(1333), - [anon_sym_GT_GT_EQ] = ACTIONS(1333), - [anon_sym_EQ] = ACTIONS(1335), - [anon_sym_EQ_EQ] = ACTIONS(1333), - [anon_sym_BANG_EQ] = ACTIONS(1333), - [anon_sym_GT] = ACTIONS(1335), - [anon_sym_LT] = ACTIONS(1335), - [anon_sym_GT_EQ] = ACTIONS(1333), - [anon_sym_LT_EQ] = ACTIONS(1333), - [anon_sym_DOT] = ACTIONS(1335), - [anon_sym_DOT_DOT] = ACTIONS(1335), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1333), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1333), - [anon_sym_COLON_COLON] = ACTIONS(1333), - [anon_sym_POUND] = ACTIONS(1333), - [anon_sym_SQUOTE] = ACTIONS(1335), - [anon_sym_as] = ACTIONS(1335), - [anon_sym_async] = ACTIONS(1335), - [anon_sym_break] = ACTIONS(1335), - [anon_sym_const] = ACTIONS(1335), - [anon_sym_continue] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_enum] = ACTIONS(1335), - [anon_sym_fn] = ACTIONS(1335), - [anon_sym_for] = ACTIONS(1335), - [anon_sym_gen] = ACTIONS(1335), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_impl] = ACTIONS(1335), - [anon_sym_let] = ACTIONS(1335), - [anon_sym_loop] = ACTIONS(1335), - [anon_sym_match] = ACTIONS(1335), - [anon_sym_mod] = ACTIONS(1335), - [anon_sym_pub] = ACTIONS(1335), - [anon_sym_return] = ACTIONS(1335), - [anon_sym_static] = ACTIONS(1335), - [anon_sym_struct] = ACTIONS(1335), - [anon_sym_trait] = ACTIONS(1335), - [anon_sym_type] = ACTIONS(1335), - [anon_sym_union] = ACTIONS(1335), - [anon_sym_unsafe] = ACTIONS(1335), - [anon_sym_use] = ACTIONS(1335), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_extern] = ACTIONS(1335), - [anon_sym_else] = ACTIONS(1335), - [anon_sym_yield] = ACTIONS(1335), - [anon_sym_move] = ACTIONS(1335), - [anon_sym_try] = ACTIONS(1335), - [sym_integer_literal] = ACTIONS(1333), - [aux_sym_string_literal_token1] = ACTIONS(1333), - [sym_char_literal] = ACTIONS(1333), - [anon_sym_true] = ACTIONS(1335), - [anon_sym_false] = ACTIONS(1335), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1335), - [sym_super] = ACTIONS(1335), - [sym_crate] = ACTIONS(1335), - [sym_metavariable] = ACTIONS(1333), - [sym__raw_string_literal_start] = ACTIONS(1333), - [sym_float_literal] = ACTIONS(1333), - }, - [STATE(373)] = { - [sym_attribute_item] = STATE(420), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(2927), - [sym_variadic_parameter] = STATE(2927), - [sym_parameter] = STATE(2927), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2563), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(373), - [sym_block_comment] = STATE(373), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1341), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1347), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1349), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(374)] = { - [sym_line_comment] = STATE(374), - [sym_block_comment] = STATE(374), - [ts_builtin_sym_end] = ACTIONS(1363), - [sym_identifier] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_macro_rules_BANG] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_STAR] = ACTIONS(1365), - [anon_sym_QMARK] = ACTIONS(1363), - [anon_sym_u8] = ACTIONS(1365), - [anon_sym_i8] = ACTIONS(1365), - [anon_sym_u16] = ACTIONS(1365), - [anon_sym_i16] = ACTIONS(1365), - [anon_sym_u32] = ACTIONS(1365), - [anon_sym_i32] = ACTIONS(1365), - [anon_sym_u64] = ACTIONS(1365), - [anon_sym_i64] = ACTIONS(1365), - [anon_sym_u128] = ACTIONS(1365), - [anon_sym_i128] = ACTIONS(1365), - [anon_sym_isize] = ACTIONS(1365), - [anon_sym_usize] = ACTIONS(1365), - [anon_sym_f32] = ACTIONS(1365), - [anon_sym_f64] = ACTIONS(1365), - [anon_sym_bool] = ACTIONS(1365), - [anon_sym_str] = ACTIONS(1365), - [anon_sym_char] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_SLASH] = ACTIONS(1365), - [anon_sym_PERCENT] = ACTIONS(1365), - [anon_sym_CARET] = ACTIONS(1365), - [anon_sym_BANG] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE] = ACTIONS(1365), - [anon_sym_AMP_AMP] = ACTIONS(1363), - [anon_sym_PIPE_PIPE] = ACTIONS(1363), - [anon_sym_LT_LT] = ACTIONS(1365), - [anon_sym_GT_GT] = ACTIONS(1365), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_EQ] = ACTIONS(1365), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1365), - [anon_sym_LT] = ACTIONS(1365), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym_DOT] = ACTIONS(1365), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [anon_sym_COLON_COLON] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1365), - [anon_sym_as] = ACTIONS(1365), - [anon_sym_async] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [anon_sym_fn] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_gen] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_impl] = ACTIONS(1365), - [anon_sym_let] = ACTIONS(1365), - [anon_sym_loop] = ACTIONS(1365), - [anon_sym_match] = ACTIONS(1365), - [anon_sym_mod] = ACTIONS(1365), - [anon_sym_pub] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_struct] = ACTIONS(1365), - [anon_sym_trait] = ACTIONS(1365), - [anon_sym_type] = ACTIONS(1365), - [anon_sym_union] = ACTIONS(1365), - [anon_sym_unsafe] = ACTIONS(1365), - [anon_sym_use] = ACTIONS(1365), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_extern] = ACTIONS(1365), - [anon_sym_else] = ACTIONS(1365), - [anon_sym_yield] = ACTIONS(1365), - [anon_sym_move] = ACTIONS(1365), - [anon_sym_try] = ACTIONS(1365), - [sym_integer_literal] = ACTIONS(1363), - [aux_sym_string_literal_token1] = ACTIONS(1363), - [sym_char_literal] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1365), - [anon_sym_false] = ACTIONS(1365), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1365), - [sym_super] = ACTIONS(1365), - [sym_crate] = ACTIONS(1365), - [sym_metavariable] = ACTIONS(1363), - [sym__raw_string_literal_start] = ACTIONS(1363), - [sym_float_literal] = ACTIONS(1363), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), }, [STATE(375)] = { - [sym_attribute_item] = STATE(422), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3012), - [sym_variadic_parameter] = STATE(3012), - [sym_parameter] = STATE(3012), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2752), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2471), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3412), + [sym_generic_function] = STATE(1409), + [sym_generic_type_with_turbofish] = STATE(3022), + [sym__expression_except_range] = STATE(1316), + [sym__expression] = STATE(1492), + [sym_macro_invocation] = STATE(1429), + [sym_scoped_identifier] = STATE(1564), + [sym_scoped_type_identifier_in_expression_position] = STATE(3156), + [sym_range_expression] = STATE(1439), + [sym_unary_expression] = STATE(1409), + [sym_try_expression] = STATE(1409), + [sym_reference_expression] = STATE(1409), + [sym_binary_expression] = STATE(1409), + [sym_assignment_expression] = STATE(1409), + [sym_compound_assignment_expr] = STATE(1409), + [sym_type_cast_expression] = STATE(1409), + [sym_return_expression] = STATE(1409), + [sym_yield_expression] = STATE(1409), + [sym_call_expression] = STATE(1409), + [sym_array_expression] = STATE(1409), + [sym_parenthesized_expression] = STATE(1409), + [sym_tuple_expression] = STATE(1409), + [sym_unit_expression] = STATE(1409), + [sym_struct_expression] = STATE(1409), + [sym_if_expression] = STATE(1409), + [sym_match_expression] = STATE(1409), + [sym_while_expression] = STATE(1409), + [sym_loop_expression] = STATE(1409), + [sym_for_expression] = STATE(1409), + [sym_const_block] = STATE(1409), + [sym_closure_expression] = STATE(1409), + [sym_closure_parameters] = STATE(238), + [sym_label] = STATE(3618), + [sym_break_expression] = STATE(1409), + [sym_continue_expression] = STATE(1409), + [sym_index_expression] = STATE(1409), + [sym_await_expression] = STATE(1409), + [sym_field_expression] = STATE(1344), + [sym_unsafe_block] = STATE(1409), + [sym_async_block] = STATE(1409), + [sym_gen_block] = STATE(1409), + [sym_try_block] = STATE(1409), + [sym_block] = STATE(1409), + [sym__literal] = STATE(1409), + [sym_string_literal] = STATE(1497), + [sym_raw_string_literal] = STATE(1497), + [sym_boolean_literal] = STATE(1497), [sym_line_comment] = STATE(375), [sym_block_comment] = STATE(375), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1367), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1369), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1321), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(376)] = { - [sym_attribute_item] = STATE(423), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(2801), - [sym_variadic_parameter] = STATE(2801), - [sym_parameter] = STATE(2801), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2665), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(376), - [sym_block_comment] = STATE(376), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1371), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [sym_identifier] = ACTIONS(465), + [anon_sym_LPAREN] = ACTIONS(15), + [anon_sym_LBRACK] = ACTIONS(17), + [anon_sym_LBRACE] = ACTIONS(343), + [anon_sym_STAR] = ACTIONS(939), + [anon_sym_u8] = ACTIONS(467), + [anon_sym_i8] = ACTIONS(467), + [anon_sym_u16] = ACTIONS(467), + [anon_sym_i16] = ACTIONS(467), + [anon_sym_u32] = ACTIONS(467), + [anon_sym_i32] = ACTIONS(467), + [anon_sym_u64] = ACTIONS(467), + [anon_sym_i64] = ACTIONS(467), + [anon_sym_u128] = ACTIONS(467), + [anon_sym_i128] = ACTIONS(467), + [anon_sym_isize] = ACTIONS(467), + [anon_sym_usize] = ACTIONS(467), + [anon_sym_f32] = ACTIONS(467), + [anon_sym_f64] = ACTIONS(467), + [anon_sym_bool] = ACTIONS(467), + [anon_sym_str] = ACTIONS(467), + [anon_sym_char] = ACTIONS(467), + [anon_sym_DASH] = ACTIONS(939), + [anon_sym_BANG] = ACTIONS(939), + [anon_sym_AMP] = ACTIONS(941), + [anon_sym_PIPE] = ACTIONS(27), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1373), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1375), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_DOT_DOT] = ACTIONS(1087), + [anon_sym_COLON_COLON] = ACTIONS(471), + [anon_sym_SQUOTE] = ACTIONS(37), + [anon_sym_async] = ACTIONS(351), + [anon_sym_break] = ACTIONS(473), + [anon_sym_const] = ACTIONS(353), + [anon_sym_continue] = ACTIONS(475), + [anon_sym_default] = ACTIONS(477), + [anon_sym_for] = ACTIONS(357), + [anon_sym_gen] = ACTIONS(479), + [anon_sym_if] = ACTIONS(361), + [anon_sym_loop] = ACTIONS(363), + [anon_sym_match] = ACTIONS(365), + [anon_sym_return] = ACTIONS(481), + [anon_sym_static] = ACTIONS(483), + [anon_sym_union] = ACTIONS(477), + [anon_sym_unsafe] = ACTIONS(369), + [anon_sym_while] = ACTIONS(371), + [anon_sym_yield] = ACTIONS(485), + [anon_sym_move] = ACTIONS(487), + [anon_sym_try] = ACTIONS(373), + [sym_integer_literal] = ACTIONS(97), + [aux_sym_string_literal_token1] = ACTIONS(99), + [sym_char_literal] = ACTIONS(97), + [anon_sym_true] = ACTIONS(101), + [anon_sym_false] = ACTIONS(101), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_self] = ACTIONS(489), + [sym_super] = ACTIONS(491), + [sym_crate] = ACTIONS(491), + [sym_metavariable] = ACTIONS(493), + [sym__raw_string_literal_start] = ACTIONS(117), + [sym_float_literal] = ACTIONS(97), + }, + [STATE(376)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(376), + [sym_block_comment] = STATE(376), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1377), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(377)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(377), [sym_block_comment] = STATE(377), - [ts_builtin_sym_end] = ACTIONS(1377), - [sym_identifier] = ACTIONS(1379), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_macro_rules_BANG] = ACTIONS(1377), - [anon_sym_LPAREN] = ACTIONS(1377), - [anon_sym_LBRACK] = ACTIONS(1377), - [anon_sym_LBRACE] = ACTIONS(1377), - [anon_sym_RBRACE] = ACTIONS(1377), - [anon_sym_PLUS] = ACTIONS(1379), - [anon_sym_STAR] = ACTIONS(1379), - [anon_sym_QMARK] = ACTIONS(1377), - [anon_sym_u8] = ACTIONS(1379), - [anon_sym_i8] = ACTIONS(1379), - [anon_sym_u16] = ACTIONS(1379), - [anon_sym_i16] = ACTIONS(1379), - [anon_sym_u32] = ACTIONS(1379), - [anon_sym_i32] = ACTIONS(1379), - [anon_sym_u64] = ACTIONS(1379), - [anon_sym_i64] = ACTIONS(1379), - [anon_sym_u128] = ACTIONS(1379), - [anon_sym_i128] = ACTIONS(1379), - [anon_sym_isize] = ACTIONS(1379), - [anon_sym_usize] = ACTIONS(1379), - [anon_sym_f32] = ACTIONS(1379), - [anon_sym_f64] = ACTIONS(1379), - [anon_sym_bool] = ACTIONS(1379), - [anon_sym_str] = ACTIONS(1379), - [anon_sym_char] = ACTIONS(1379), - [anon_sym_DASH] = ACTIONS(1379), - [anon_sym_SLASH] = ACTIONS(1379), - [anon_sym_PERCENT] = ACTIONS(1379), - [anon_sym_CARET] = ACTIONS(1379), - [anon_sym_BANG] = ACTIONS(1379), - [anon_sym_AMP] = ACTIONS(1379), - [anon_sym_PIPE] = ACTIONS(1379), - [anon_sym_AMP_AMP] = ACTIONS(1377), - [anon_sym_PIPE_PIPE] = ACTIONS(1377), - [anon_sym_LT_LT] = ACTIONS(1379), - [anon_sym_GT_GT] = ACTIONS(1379), - [anon_sym_PLUS_EQ] = ACTIONS(1377), - [anon_sym_DASH_EQ] = ACTIONS(1377), - [anon_sym_STAR_EQ] = ACTIONS(1377), - [anon_sym_SLASH_EQ] = ACTIONS(1377), - [anon_sym_PERCENT_EQ] = ACTIONS(1377), - [anon_sym_CARET_EQ] = ACTIONS(1377), - [anon_sym_AMP_EQ] = ACTIONS(1377), - [anon_sym_PIPE_EQ] = ACTIONS(1377), - [anon_sym_LT_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_GT_EQ] = ACTIONS(1377), - [anon_sym_EQ] = ACTIONS(1379), - [anon_sym_EQ_EQ] = ACTIONS(1377), - [anon_sym_BANG_EQ] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1379), - [anon_sym_LT] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1377), - [anon_sym_DOT] = ACTIONS(1379), - [anon_sym_DOT_DOT] = ACTIONS(1379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1377), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1377), - [anon_sym_COLON_COLON] = ACTIONS(1377), - [anon_sym_POUND] = ACTIONS(1377), - [anon_sym_SQUOTE] = ACTIONS(1379), - [anon_sym_as] = ACTIONS(1379), - [anon_sym_async] = ACTIONS(1379), - [anon_sym_break] = ACTIONS(1379), - [anon_sym_const] = ACTIONS(1379), - [anon_sym_continue] = ACTIONS(1379), - [anon_sym_default] = ACTIONS(1379), - [anon_sym_enum] = ACTIONS(1379), - [anon_sym_fn] = ACTIONS(1379), - [anon_sym_for] = ACTIONS(1379), - [anon_sym_gen] = ACTIONS(1379), - [anon_sym_if] = ACTIONS(1379), - [anon_sym_impl] = ACTIONS(1379), - [anon_sym_let] = ACTIONS(1379), - [anon_sym_loop] = ACTIONS(1379), - [anon_sym_match] = ACTIONS(1379), - [anon_sym_mod] = ACTIONS(1379), - [anon_sym_pub] = ACTIONS(1379), - [anon_sym_return] = ACTIONS(1379), - [anon_sym_static] = ACTIONS(1379), - [anon_sym_struct] = ACTIONS(1379), - [anon_sym_trait] = ACTIONS(1379), - [anon_sym_type] = ACTIONS(1379), - [anon_sym_union] = ACTIONS(1379), - [anon_sym_unsafe] = ACTIONS(1379), - [anon_sym_use] = ACTIONS(1379), - [anon_sym_while] = ACTIONS(1379), - [anon_sym_extern] = ACTIONS(1379), - [anon_sym_else] = ACTIONS(1379), - [anon_sym_yield] = ACTIONS(1379), - [anon_sym_move] = ACTIONS(1379), - [anon_sym_try] = ACTIONS(1379), - [sym_integer_literal] = ACTIONS(1377), - [aux_sym_string_literal_token1] = ACTIONS(1377), - [sym_char_literal] = ACTIONS(1377), - [anon_sym_true] = ACTIONS(1379), - [anon_sym_false] = ACTIONS(1379), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1379), - [sym_super] = ACTIONS(1379), - [sym_crate] = ACTIONS(1379), - [sym_metavariable] = ACTIONS(1377), - [sym__raw_string_literal_start] = ACTIONS(1377), - [sym_float_literal] = ACTIONS(1377), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1381), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(378)] = { - [sym_attribute_item] = STATE(422), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3012), - [sym_variadic_parameter] = STATE(3012), - [sym_parameter] = STATE(3012), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2752), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), [sym_line_comment] = STATE(378), [sym_block_comment] = STATE(378), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1381), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1383), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1385), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [ts_builtin_sym_end] = ACTIONS(1383), + [sym_identifier] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1383), + [anon_sym_macro_rules_BANG] = ACTIONS(1383), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_RBRACE] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1385), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_QMARK] = ACTIONS(1383), + [anon_sym_u8] = ACTIONS(1385), + [anon_sym_i8] = ACTIONS(1385), + [anon_sym_u16] = ACTIONS(1385), + [anon_sym_i16] = ACTIONS(1385), + [anon_sym_u32] = ACTIONS(1385), + [anon_sym_i32] = ACTIONS(1385), + [anon_sym_u64] = ACTIONS(1385), + [anon_sym_i64] = ACTIONS(1385), + [anon_sym_u128] = ACTIONS(1385), + [anon_sym_i128] = ACTIONS(1385), + [anon_sym_isize] = ACTIONS(1385), + [anon_sym_usize] = ACTIONS(1385), + [anon_sym_f32] = ACTIONS(1385), + [anon_sym_f64] = ACTIONS(1385), + [anon_sym_bool] = ACTIONS(1385), + [anon_sym_str] = ACTIONS(1385), + [anon_sym_char] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1385), + [anon_sym_SLASH] = ACTIONS(1385), + [anon_sym_PERCENT] = ACTIONS(1385), + [anon_sym_CARET] = ACTIONS(1385), + [anon_sym_BANG] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_AMP_AMP] = ACTIONS(1383), + [anon_sym_PIPE_PIPE] = ACTIONS(1383), + [anon_sym_LT_LT] = ACTIONS(1385), + [anon_sym_GT_GT] = ACTIONS(1385), + [anon_sym_PLUS_EQ] = ACTIONS(1383), + [anon_sym_DASH_EQ] = ACTIONS(1383), + [anon_sym_STAR_EQ] = ACTIONS(1383), + [anon_sym_SLASH_EQ] = ACTIONS(1383), + [anon_sym_PERCENT_EQ] = ACTIONS(1383), + [anon_sym_CARET_EQ] = ACTIONS(1383), + [anon_sym_AMP_EQ] = ACTIONS(1383), + [anon_sym_PIPE_EQ] = ACTIONS(1383), + [anon_sym_LT_LT_EQ] = ACTIONS(1383), + [anon_sym_GT_GT_EQ] = ACTIONS(1383), + [anon_sym_EQ] = ACTIONS(1385), + [anon_sym_EQ_EQ] = ACTIONS(1383), + [anon_sym_BANG_EQ] = ACTIONS(1383), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_LT] = ACTIONS(1385), + [anon_sym_GT_EQ] = ACTIONS(1383), + [anon_sym_LT_EQ] = ACTIONS(1383), + [anon_sym_DOT] = ACTIONS(1385), + [anon_sym_DOT_DOT] = ACTIONS(1385), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1383), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), + [anon_sym_COLON_COLON] = ACTIONS(1383), + [anon_sym_POUND] = ACTIONS(1383), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_as] = ACTIONS(1385), + [anon_sym_async] = ACTIONS(1385), + [anon_sym_break] = ACTIONS(1385), + [anon_sym_const] = ACTIONS(1385), + [anon_sym_continue] = ACTIONS(1385), + [anon_sym_default] = ACTIONS(1385), + [anon_sym_enum] = ACTIONS(1385), + [anon_sym_fn] = ACTIONS(1385), + [anon_sym_for] = ACTIONS(1385), + [anon_sym_gen] = ACTIONS(1385), + [anon_sym_if] = ACTIONS(1385), + [anon_sym_impl] = ACTIONS(1385), + [anon_sym_let] = ACTIONS(1385), + [anon_sym_loop] = ACTIONS(1385), + [anon_sym_match] = ACTIONS(1385), + [anon_sym_mod] = ACTIONS(1385), + [anon_sym_pub] = ACTIONS(1385), + [anon_sym_return] = ACTIONS(1385), + [anon_sym_static] = ACTIONS(1385), + [anon_sym_struct] = ACTIONS(1385), + [anon_sym_trait] = ACTIONS(1385), + [anon_sym_type] = ACTIONS(1385), + [anon_sym_union] = ACTIONS(1385), + [anon_sym_unsafe] = ACTIONS(1385), + [anon_sym_use] = ACTIONS(1385), + [anon_sym_while] = ACTIONS(1385), + [anon_sym_extern] = ACTIONS(1385), + [anon_sym_else] = ACTIONS(1385), + [anon_sym_yield] = ACTIONS(1385), + [anon_sym_move] = ACTIONS(1385), + [anon_sym_try] = ACTIONS(1385), + [sym_integer_literal] = ACTIONS(1383), + [aux_sym_string_literal_token1] = ACTIONS(1383), + [sym_char_literal] = ACTIONS(1383), + [anon_sym_true] = ACTIONS(1385), + [anon_sym_false] = ACTIONS(1385), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1385), + [sym_super] = ACTIONS(1385), + [sym_crate] = ACTIONS(1385), + [sym_metavariable] = ACTIONS(1383), + [sym__raw_string_literal_start] = ACTIONS(1383), + [sym_float_literal] = ACTIONS(1383), }, [STATE(379)] = { - [sym_attribute_item] = STATE(422), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3012), - [sym_variadic_parameter] = STATE(3012), - [sym_parameter] = STATE(3012), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2752), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2471), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), [sym_line_comment] = STATE(379), [sym_block_comment] = STATE(379), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1387), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1275), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1279), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COMMA] = ACTIONS(1389), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1321), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [ts_builtin_sym_end] = ACTIONS(1387), + [sym_identifier] = ACTIONS(1389), + [anon_sym_SEMI] = ACTIONS(1387), + [anon_sym_macro_rules_BANG] = ACTIONS(1387), + [anon_sym_LPAREN] = ACTIONS(1387), + [anon_sym_LBRACK] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1387), + [anon_sym_RBRACE] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_QMARK] = ACTIONS(1387), + [anon_sym_u8] = ACTIONS(1389), + [anon_sym_i8] = ACTIONS(1389), + [anon_sym_u16] = ACTIONS(1389), + [anon_sym_i16] = ACTIONS(1389), + [anon_sym_u32] = ACTIONS(1389), + [anon_sym_i32] = ACTIONS(1389), + [anon_sym_u64] = ACTIONS(1389), + [anon_sym_i64] = ACTIONS(1389), + [anon_sym_u128] = ACTIONS(1389), + [anon_sym_i128] = ACTIONS(1389), + [anon_sym_isize] = ACTIONS(1389), + [anon_sym_usize] = ACTIONS(1389), + [anon_sym_f32] = ACTIONS(1389), + [anon_sym_f64] = ACTIONS(1389), + [anon_sym_bool] = ACTIONS(1389), + [anon_sym_str] = ACTIONS(1389), + [anon_sym_char] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1389), + [anon_sym_SLASH] = ACTIONS(1389), + [anon_sym_PERCENT] = ACTIONS(1389), + [anon_sym_CARET] = ACTIONS(1389), + [anon_sym_BANG] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1389), + [anon_sym_AMP_AMP] = ACTIONS(1387), + [anon_sym_PIPE_PIPE] = ACTIONS(1387), + [anon_sym_LT_LT] = ACTIONS(1389), + [anon_sym_GT_GT] = ACTIONS(1389), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_EQ] = ACTIONS(1389), + [anon_sym_EQ_EQ] = ACTIONS(1387), + [anon_sym_BANG_EQ] = ACTIONS(1387), + [anon_sym_GT] = ACTIONS(1389), + [anon_sym_LT] = ACTIONS(1389), + [anon_sym_GT_EQ] = ACTIONS(1387), + [anon_sym_LT_EQ] = ACTIONS(1387), + [anon_sym_DOT] = ACTIONS(1389), + [anon_sym_DOT_DOT] = ACTIONS(1389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1387), + [anon_sym_COLON_COLON] = ACTIONS(1387), + [anon_sym_POUND] = ACTIONS(1387), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_as] = ACTIONS(1389), + [anon_sym_async] = ACTIONS(1389), + [anon_sym_break] = ACTIONS(1389), + [anon_sym_const] = ACTIONS(1389), + [anon_sym_continue] = ACTIONS(1389), + [anon_sym_default] = ACTIONS(1389), + [anon_sym_enum] = ACTIONS(1389), + [anon_sym_fn] = ACTIONS(1389), + [anon_sym_for] = ACTIONS(1389), + [anon_sym_gen] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1389), + [anon_sym_impl] = ACTIONS(1389), + [anon_sym_let] = ACTIONS(1389), + [anon_sym_loop] = ACTIONS(1389), + [anon_sym_match] = ACTIONS(1389), + [anon_sym_mod] = ACTIONS(1389), + [anon_sym_pub] = ACTIONS(1389), + [anon_sym_return] = ACTIONS(1389), + [anon_sym_static] = ACTIONS(1389), + [anon_sym_struct] = ACTIONS(1389), + [anon_sym_trait] = ACTIONS(1389), + [anon_sym_type] = ACTIONS(1389), + [anon_sym_union] = ACTIONS(1389), + [anon_sym_unsafe] = ACTIONS(1389), + [anon_sym_use] = ACTIONS(1389), + [anon_sym_while] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1389), + [anon_sym_else] = ACTIONS(1389), + [anon_sym_yield] = ACTIONS(1389), + [anon_sym_move] = ACTIONS(1389), + [anon_sym_try] = ACTIONS(1389), + [sym_integer_literal] = ACTIONS(1387), + [aux_sym_string_literal_token1] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [anon_sym_true] = ACTIONS(1389), + [anon_sym_false] = ACTIONS(1389), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1389), + [sym_super] = ACTIONS(1389), + [sym_crate] = ACTIONS(1389), + [sym_metavariable] = ACTIONS(1387), + [sym__raw_string_literal_start] = ACTIONS(1387), + [sym_float_literal] = ACTIONS(1387), }, [STATE(380)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(380), [sym_block_comment] = STATE(380), - [ts_builtin_sym_end] = ACTIONS(1391), - [sym_identifier] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_macro_rules_BANG] = ACTIONS(1391), - [anon_sym_LPAREN] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(1391), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_RBRACE] = ACTIONS(1391), - [anon_sym_PLUS] = ACTIONS(1393), - [anon_sym_STAR] = ACTIONS(1393), - [anon_sym_QMARK] = ACTIONS(1391), - [anon_sym_u8] = ACTIONS(1393), - [anon_sym_i8] = ACTIONS(1393), - [anon_sym_u16] = ACTIONS(1393), - [anon_sym_i16] = ACTIONS(1393), - [anon_sym_u32] = ACTIONS(1393), - [anon_sym_i32] = ACTIONS(1393), - [anon_sym_u64] = ACTIONS(1393), - [anon_sym_i64] = ACTIONS(1393), - [anon_sym_u128] = ACTIONS(1393), - [anon_sym_i128] = ACTIONS(1393), - [anon_sym_isize] = ACTIONS(1393), - [anon_sym_usize] = ACTIONS(1393), - [anon_sym_f32] = ACTIONS(1393), - [anon_sym_f64] = ACTIONS(1393), - [anon_sym_bool] = ACTIONS(1393), - [anon_sym_str] = ACTIONS(1393), - [anon_sym_char] = ACTIONS(1393), - [anon_sym_DASH] = ACTIONS(1393), - [anon_sym_SLASH] = ACTIONS(1393), - [anon_sym_PERCENT] = ACTIONS(1393), - [anon_sym_CARET] = ACTIONS(1393), - [anon_sym_BANG] = ACTIONS(1393), - [anon_sym_AMP] = ACTIONS(1393), - [anon_sym_PIPE] = ACTIONS(1393), - [anon_sym_AMP_AMP] = ACTIONS(1391), - [anon_sym_PIPE_PIPE] = ACTIONS(1391), - [anon_sym_LT_LT] = ACTIONS(1393), - [anon_sym_GT_GT] = ACTIONS(1393), - [anon_sym_PLUS_EQ] = ACTIONS(1391), - [anon_sym_DASH_EQ] = ACTIONS(1391), - [anon_sym_STAR_EQ] = ACTIONS(1391), - [anon_sym_SLASH_EQ] = ACTIONS(1391), - [anon_sym_PERCENT_EQ] = ACTIONS(1391), - [anon_sym_CARET_EQ] = ACTIONS(1391), - [anon_sym_AMP_EQ] = ACTIONS(1391), - [anon_sym_PIPE_EQ] = ACTIONS(1391), - [anon_sym_LT_LT_EQ] = ACTIONS(1391), - [anon_sym_GT_GT_EQ] = ACTIONS(1391), - [anon_sym_EQ] = ACTIONS(1393), - [anon_sym_EQ_EQ] = ACTIONS(1391), - [anon_sym_BANG_EQ] = ACTIONS(1391), - [anon_sym_GT] = ACTIONS(1393), - [anon_sym_LT] = ACTIONS(1393), - [anon_sym_GT_EQ] = ACTIONS(1391), - [anon_sym_LT_EQ] = ACTIONS(1391), - [anon_sym_DOT] = ACTIONS(1393), - [anon_sym_DOT_DOT] = ACTIONS(1393), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1391), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1391), - [anon_sym_COLON_COLON] = ACTIONS(1391), - [anon_sym_POUND] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1393), - [anon_sym_as] = ACTIONS(1393), - [anon_sym_async] = ACTIONS(1393), - [anon_sym_break] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_continue] = ACTIONS(1393), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_enum] = ACTIONS(1393), - [anon_sym_fn] = ACTIONS(1393), - [anon_sym_for] = ACTIONS(1393), - [anon_sym_gen] = ACTIONS(1393), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_impl] = ACTIONS(1393), - [anon_sym_let] = ACTIONS(1393), - [anon_sym_loop] = ACTIONS(1393), - [anon_sym_match] = ACTIONS(1393), - [anon_sym_mod] = ACTIONS(1393), - [anon_sym_pub] = ACTIONS(1393), - [anon_sym_return] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1393), - [anon_sym_struct] = ACTIONS(1393), - [anon_sym_trait] = ACTIONS(1393), - [anon_sym_type] = ACTIONS(1393), - [anon_sym_union] = ACTIONS(1393), - [anon_sym_unsafe] = ACTIONS(1393), - [anon_sym_use] = ACTIONS(1393), - [anon_sym_while] = ACTIONS(1393), - [anon_sym_extern] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1393), - [anon_sym_yield] = ACTIONS(1393), - [anon_sym_move] = ACTIONS(1393), - [anon_sym_try] = ACTIONS(1393), - [sym_integer_literal] = ACTIONS(1391), - [aux_sym_string_literal_token1] = ACTIONS(1391), - [sym_char_literal] = ACTIONS(1391), - [anon_sym_true] = ACTIONS(1393), - [anon_sym_false] = ACTIONS(1393), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1393), - [sym_super] = ACTIONS(1393), - [sym_crate] = ACTIONS(1393), - [sym_metavariable] = ACTIONS(1391), - [sym__raw_string_literal_start] = ACTIONS(1391), - [sym_float_literal] = ACTIONS(1391), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1391), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(381)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(381), [sym_block_comment] = STATE(381), - [ts_builtin_sym_end] = ACTIONS(1395), - [sym_identifier] = ACTIONS(1397), - [anon_sym_SEMI] = ACTIONS(1395), - [anon_sym_macro_rules_BANG] = ACTIONS(1395), - [anon_sym_LPAREN] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1395), - [anon_sym_LBRACE] = ACTIONS(1395), - [anon_sym_RBRACE] = ACTIONS(1395), - [anon_sym_PLUS] = ACTIONS(1397), - [anon_sym_STAR] = ACTIONS(1397), - [anon_sym_QMARK] = ACTIONS(1395), - [anon_sym_u8] = ACTIONS(1397), - [anon_sym_i8] = ACTIONS(1397), - [anon_sym_u16] = ACTIONS(1397), - [anon_sym_i16] = ACTIONS(1397), - [anon_sym_u32] = ACTIONS(1397), - [anon_sym_i32] = ACTIONS(1397), - [anon_sym_u64] = ACTIONS(1397), - [anon_sym_i64] = ACTIONS(1397), - [anon_sym_u128] = ACTIONS(1397), - [anon_sym_i128] = ACTIONS(1397), - [anon_sym_isize] = ACTIONS(1397), - [anon_sym_usize] = ACTIONS(1397), - [anon_sym_f32] = ACTIONS(1397), - [anon_sym_f64] = ACTIONS(1397), - [anon_sym_bool] = ACTIONS(1397), - [anon_sym_str] = ACTIONS(1397), - [anon_sym_char] = ACTIONS(1397), - [anon_sym_DASH] = ACTIONS(1397), - [anon_sym_SLASH] = ACTIONS(1397), - [anon_sym_PERCENT] = ACTIONS(1397), - [anon_sym_CARET] = ACTIONS(1397), - [anon_sym_BANG] = ACTIONS(1397), - [anon_sym_AMP] = ACTIONS(1397), - [anon_sym_PIPE] = ACTIONS(1397), - [anon_sym_AMP_AMP] = ACTIONS(1395), - [anon_sym_PIPE_PIPE] = ACTIONS(1395), - [anon_sym_LT_LT] = ACTIONS(1397), - [anon_sym_GT_GT] = ACTIONS(1397), - [anon_sym_PLUS_EQ] = ACTIONS(1395), - [anon_sym_DASH_EQ] = ACTIONS(1395), - [anon_sym_STAR_EQ] = ACTIONS(1395), - [anon_sym_SLASH_EQ] = ACTIONS(1395), - [anon_sym_PERCENT_EQ] = ACTIONS(1395), - [anon_sym_CARET_EQ] = ACTIONS(1395), - [anon_sym_AMP_EQ] = ACTIONS(1395), - [anon_sym_PIPE_EQ] = ACTIONS(1395), - [anon_sym_LT_LT_EQ] = ACTIONS(1395), - [anon_sym_GT_GT_EQ] = ACTIONS(1395), - [anon_sym_EQ] = ACTIONS(1397), - [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_GT] = ACTIONS(1397), - [anon_sym_LT] = ACTIONS(1397), - [anon_sym_GT_EQ] = ACTIONS(1395), - [anon_sym_LT_EQ] = ACTIONS(1395), - [anon_sym_DOT] = ACTIONS(1397), - [anon_sym_DOT_DOT] = ACTIONS(1397), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1395), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1395), - [anon_sym_COLON_COLON] = ACTIONS(1395), - [anon_sym_POUND] = ACTIONS(1395), - [anon_sym_SQUOTE] = ACTIONS(1397), - [anon_sym_as] = ACTIONS(1397), - [anon_sym_async] = ACTIONS(1397), - [anon_sym_break] = ACTIONS(1397), - [anon_sym_const] = ACTIONS(1397), - [anon_sym_continue] = ACTIONS(1397), - [anon_sym_default] = ACTIONS(1397), - [anon_sym_enum] = ACTIONS(1397), - [anon_sym_fn] = ACTIONS(1397), - [anon_sym_for] = ACTIONS(1397), - [anon_sym_gen] = ACTIONS(1397), - [anon_sym_if] = ACTIONS(1397), - [anon_sym_impl] = ACTIONS(1397), - [anon_sym_let] = ACTIONS(1397), - [anon_sym_loop] = ACTIONS(1397), - [anon_sym_match] = ACTIONS(1397), - [anon_sym_mod] = ACTIONS(1397), - [anon_sym_pub] = ACTIONS(1397), - [anon_sym_return] = ACTIONS(1397), - [anon_sym_static] = ACTIONS(1397), - [anon_sym_struct] = ACTIONS(1397), - [anon_sym_trait] = ACTIONS(1397), - [anon_sym_type] = ACTIONS(1397), - [anon_sym_union] = ACTIONS(1397), - [anon_sym_unsafe] = ACTIONS(1397), - [anon_sym_use] = ACTIONS(1397), - [anon_sym_while] = ACTIONS(1397), - [anon_sym_extern] = ACTIONS(1397), - [anon_sym_yield] = ACTIONS(1397), - [anon_sym_move] = ACTIONS(1397), - [anon_sym_try] = ACTIONS(1397), - [sym_integer_literal] = ACTIONS(1395), - [aux_sym_string_literal_token1] = ACTIONS(1395), - [sym_char_literal] = ACTIONS(1395), - [anon_sym_true] = ACTIONS(1397), - [anon_sym_false] = ACTIONS(1397), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1397), - [sym_super] = ACTIONS(1397), - [sym_crate] = ACTIONS(1397), - [sym_metavariable] = ACTIONS(1395), - [sym__raw_string_literal_start] = ACTIONS(1395), - [sym_float_literal] = ACTIONS(1395), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1393), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(382)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(382), [sym_block_comment] = STATE(382), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1399), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1395), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(383)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(383), [sym_block_comment] = STATE(383), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1397), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(384)] = { + [sym_line_comment] = STATE(384), + [sym_block_comment] = STATE(384), + [ts_builtin_sym_end] = ACTIONS(1399), + [sym_identifier] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_macro_rules_BANG] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_QMARK] = ACTIONS(1399), + [anon_sym_u8] = ACTIONS(1401), + [anon_sym_i8] = ACTIONS(1401), + [anon_sym_u16] = ACTIONS(1401), + [anon_sym_i16] = ACTIONS(1401), + [anon_sym_u32] = ACTIONS(1401), + [anon_sym_i32] = ACTIONS(1401), + [anon_sym_u64] = ACTIONS(1401), + [anon_sym_i64] = ACTIONS(1401), + [anon_sym_u128] = ACTIONS(1401), + [anon_sym_i128] = ACTIONS(1401), + [anon_sym_isize] = ACTIONS(1401), + [anon_sym_usize] = ACTIONS(1401), + [anon_sym_f32] = ACTIONS(1401), + [anon_sym_f64] = ACTIONS(1401), + [anon_sym_bool] = ACTIONS(1401), + [anon_sym_str] = ACTIONS(1401), + [anon_sym_char] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_CARET] = ACTIONS(1401), + [anon_sym_BANG] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_PIPE] = ACTIONS(1401), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_LT_LT] = ACTIONS(1401), + [anon_sym_GT_GT] = ACTIONS(1401), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_CARET_EQ] = ACTIONS(1399), + [anon_sym_AMP_EQ] = ACTIONS(1399), + [anon_sym_PIPE_EQ] = ACTIONS(1399), + [anon_sym_LT_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_GT_EQ] = ACTIONS(1399), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1399), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1399), + [anon_sym_COLON_COLON] = ACTIONS(1399), + [anon_sym_POUND] = ACTIONS(1399), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_async] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_enum] = ACTIONS(1401), + [anon_sym_fn] = ACTIONS(1401), + [anon_sym_for] = ACTIONS(1401), + [anon_sym_gen] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_impl] = ACTIONS(1401), + [anon_sym_let] = ACTIONS(1401), + [anon_sym_loop] = ACTIONS(1401), + [anon_sym_match] = ACTIONS(1401), + [anon_sym_mod] = ACTIONS(1401), + [anon_sym_pub] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_static] = ACTIONS(1401), + [anon_sym_struct] = ACTIONS(1401), + [anon_sym_trait] = ACTIONS(1401), + [anon_sym_type] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_unsafe] = ACTIONS(1401), + [anon_sym_use] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_extern] = ACTIONS(1401), + [anon_sym_else] = ACTIONS(1401), + [anon_sym_yield] = ACTIONS(1401), + [anon_sym_move] = ACTIONS(1401), + [anon_sym_try] = ACTIONS(1401), + [sym_integer_literal] = ACTIONS(1399), + [aux_sym_string_literal_token1] = ACTIONS(1399), + [sym_char_literal] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1401), + [anon_sym_false] = ACTIONS(1401), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1401), + [sym_crate] = ACTIONS(1401), + [sym_metavariable] = ACTIONS(1399), + [sym__raw_string_literal_start] = ACTIONS(1399), + [sym_float_literal] = ACTIONS(1399), + }, + [STATE(385)] = { + [sym_line_comment] = STATE(385), + [sym_block_comment] = STATE(385), [ts_builtin_sym_end] = ACTIONS(1403), [sym_identifier] = ACTIONS(1405), [anon_sym_SEMI] = ACTIONS(1403), @@ -60391,2295 +60725,648 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_fn] = ACTIONS(1405), [anon_sym_for] = ACTIONS(1405), [anon_sym_gen] = ACTIONS(1405), - [anon_sym_if] = ACTIONS(1405), - [anon_sym_impl] = ACTIONS(1405), - [anon_sym_let] = ACTIONS(1405), - [anon_sym_loop] = ACTIONS(1405), - [anon_sym_match] = ACTIONS(1405), - [anon_sym_mod] = ACTIONS(1405), - [anon_sym_pub] = ACTIONS(1405), - [anon_sym_return] = ACTIONS(1405), - [anon_sym_static] = ACTIONS(1405), - [anon_sym_struct] = ACTIONS(1405), - [anon_sym_trait] = ACTIONS(1405), - [anon_sym_type] = ACTIONS(1405), - [anon_sym_union] = ACTIONS(1405), - [anon_sym_unsafe] = ACTIONS(1405), - [anon_sym_use] = ACTIONS(1405), - [anon_sym_while] = ACTIONS(1405), - [anon_sym_extern] = ACTIONS(1405), - [anon_sym_yield] = ACTIONS(1405), - [anon_sym_move] = ACTIONS(1405), - [anon_sym_try] = ACTIONS(1405), - [sym_integer_literal] = ACTIONS(1403), - [aux_sym_string_literal_token1] = ACTIONS(1403), - [sym_char_literal] = ACTIONS(1403), - [anon_sym_true] = ACTIONS(1405), - [anon_sym_false] = ACTIONS(1405), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1405), - [sym_super] = ACTIONS(1405), - [sym_crate] = ACTIONS(1405), - [sym_metavariable] = ACTIONS(1403), - [sym__raw_string_literal_start] = ACTIONS(1403), - [sym_float_literal] = ACTIONS(1403), - }, - [STATE(384)] = { - [sym_line_comment] = STATE(384), - [sym_block_comment] = STATE(384), - [ts_builtin_sym_end] = ACTIONS(1407), - [sym_identifier] = ACTIONS(1409), - [anon_sym_SEMI] = ACTIONS(1407), - [anon_sym_macro_rules_BANG] = ACTIONS(1407), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_LBRACE] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(1409), - [anon_sym_QMARK] = ACTIONS(1407), - [anon_sym_u8] = ACTIONS(1409), - [anon_sym_i8] = ACTIONS(1409), - [anon_sym_u16] = ACTIONS(1409), - [anon_sym_i16] = ACTIONS(1409), - [anon_sym_u32] = ACTIONS(1409), - [anon_sym_i32] = ACTIONS(1409), - [anon_sym_u64] = ACTIONS(1409), - [anon_sym_i64] = ACTIONS(1409), - [anon_sym_u128] = ACTIONS(1409), - [anon_sym_i128] = ACTIONS(1409), - [anon_sym_isize] = ACTIONS(1409), - [anon_sym_usize] = ACTIONS(1409), - [anon_sym_f32] = ACTIONS(1409), - [anon_sym_f64] = ACTIONS(1409), - [anon_sym_bool] = ACTIONS(1409), - [anon_sym_str] = ACTIONS(1409), - [anon_sym_char] = ACTIONS(1409), - [anon_sym_DASH] = ACTIONS(1409), - [anon_sym_SLASH] = ACTIONS(1409), - [anon_sym_PERCENT] = ACTIONS(1409), - [anon_sym_CARET] = ACTIONS(1409), - [anon_sym_BANG] = ACTIONS(1409), - [anon_sym_AMP] = ACTIONS(1409), - [anon_sym_PIPE] = ACTIONS(1409), - [anon_sym_AMP_AMP] = ACTIONS(1407), - [anon_sym_PIPE_PIPE] = ACTIONS(1407), - [anon_sym_LT_LT] = ACTIONS(1409), - [anon_sym_GT_GT] = ACTIONS(1409), - [anon_sym_PLUS_EQ] = ACTIONS(1407), - [anon_sym_DASH_EQ] = ACTIONS(1407), - [anon_sym_STAR_EQ] = ACTIONS(1407), - [anon_sym_SLASH_EQ] = ACTIONS(1407), - [anon_sym_PERCENT_EQ] = ACTIONS(1407), - [anon_sym_CARET_EQ] = ACTIONS(1407), - [anon_sym_AMP_EQ] = ACTIONS(1407), - [anon_sym_PIPE_EQ] = ACTIONS(1407), - [anon_sym_LT_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_GT_EQ] = ACTIONS(1407), - [anon_sym_EQ] = ACTIONS(1409), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1409), - [anon_sym_LT] = ACTIONS(1409), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym_DOT] = ACTIONS(1409), - [anon_sym_DOT_DOT] = ACTIONS(1409), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1407), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1407), - [anon_sym_COLON_COLON] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(1407), - [anon_sym_SQUOTE] = ACTIONS(1409), - [anon_sym_as] = ACTIONS(1409), - [anon_sym_async] = ACTIONS(1409), - [anon_sym_break] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_continue] = ACTIONS(1409), - [anon_sym_default] = ACTIONS(1409), - [anon_sym_enum] = ACTIONS(1409), - [anon_sym_fn] = ACTIONS(1409), - [anon_sym_for] = ACTIONS(1409), - [anon_sym_gen] = ACTIONS(1409), - [anon_sym_if] = ACTIONS(1409), - [anon_sym_impl] = ACTIONS(1409), - [anon_sym_let] = ACTIONS(1409), - [anon_sym_loop] = ACTIONS(1409), - [anon_sym_match] = ACTIONS(1409), - [anon_sym_mod] = ACTIONS(1409), - [anon_sym_pub] = ACTIONS(1409), - [anon_sym_return] = ACTIONS(1409), - [anon_sym_static] = ACTIONS(1409), - [anon_sym_struct] = ACTIONS(1409), - [anon_sym_trait] = ACTIONS(1409), - [anon_sym_type] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [anon_sym_unsafe] = ACTIONS(1409), - [anon_sym_use] = ACTIONS(1409), - [anon_sym_while] = ACTIONS(1409), - [anon_sym_extern] = ACTIONS(1409), - [anon_sym_yield] = ACTIONS(1409), - [anon_sym_move] = ACTIONS(1409), - [anon_sym_try] = ACTIONS(1409), - [sym_integer_literal] = ACTIONS(1407), - [aux_sym_string_literal_token1] = ACTIONS(1407), - [sym_char_literal] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1409), - [anon_sym_false] = ACTIONS(1409), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1409), - [sym_super] = ACTIONS(1409), - [sym_crate] = ACTIONS(1409), - [sym_metavariable] = ACTIONS(1407), - [sym__raw_string_literal_start] = ACTIONS(1407), - [sym_float_literal] = ACTIONS(1407), - }, - [STATE(385)] = { - [sym_line_comment] = STATE(385), - [sym_block_comment] = STATE(385), - [ts_builtin_sym_end] = ACTIONS(1411), - [sym_identifier] = ACTIONS(1413), - [anon_sym_SEMI] = ACTIONS(1411), - [anon_sym_macro_rules_BANG] = ACTIONS(1411), - [anon_sym_LPAREN] = ACTIONS(1411), - [anon_sym_LBRACK] = ACTIONS(1411), - [anon_sym_LBRACE] = ACTIONS(1411), - [anon_sym_RBRACE] = ACTIONS(1411), - [anon_sym_PLUS] = ACTIONS(1413), - [anon_sym_STAR] = ACTIONS(1413), - [anon_sym_QMARK] = ACTIONS(1411), - [anon_sym_u8] = ACTIONS(1413), - [anon_sym_i8] = ACTIONS(1413), - [anon_sym_u16] = ACTIONS(1413), - [anon_sym_i16] = ACTIONS(1413), - [anon_sym_u32] = ACTIONS(1413), - [anon_sym_i32] = ACTIONS(1413), - [anon_sym_u64] = ACTIONS(1413), - [anon_sym_i64] = ACTIONS(1413), - [anon_sym_u128] = ACTIONS(1413), - [anon_sym_i128] = ACTIONS(1413), - [anon_sym_isize] = ACTIONS(1413), - [anon_sym_usize] = ACTIONS(1413), - [anon_sym_f32] = ACTIONS(1413), - [anon_sym_f64] = ACTIONS(1413), - [anon_sym_bool] = ACTIONS(1413), - [anon_sym_str] = ACTIONS(1413), - [anon_sym_char] = ACTIONS(1413), - [anon_sym_DASH] = ACTIONS(1413), - [anon_sym_SLASH] = ACTIONS(1413), - [anon_sym_PERCENT] = ACTIONS(1413), - [anon_sym_CARET] = ACTIONS(1413), - [anon_sym_BANG] = ACTIONS(1413), - [anon_sym_AMP] = ACTIONS(1413), - [anon_sym_PIPE] = ACTIONS(1413), - [anon_sym_AMP_AMP] = ACTIONS(1411), - [anon_sym_PIPE_PIPE] = ACTIONS(1411), - [anon_sym_LT_LT] = ACTIONS(1413), - [anon_sym_GT_GT] = ACTIONS(1413), - [anon_sym_PLUS_EQ] = ACTIONS(1411), - [anon_sym_DASH_EQ] = ACTIONS(1411), - [anon_sym_STAR_EQ] = ACTIONS(1411), - [anon_sym_SLASH_EQ] = ACTIONS(1411), - [anon_sym_PERCENT_EQ] = ACTIONS(1411), - [anon_sym_CARET_EQ] = ACTIONS(1411), - [anon_sym_AMP_EQ] = ACTIONS(1411), - [anon_sym_PIPE_EQ] = ACTIONS(1411), - [anon_sym_LT_LT_EQ] = ACTIONS(1411), - [anon_sym_GT_GT_EQ] = ACTIONS(1411), - [anon_sym_EQ] = ACTIONS(1413), - [anon_sym_EQ_EQ] = ACTIONS(1411), - [anon_sym_BANG_EQ] = ACTIONS(1411), - [anon_sym_GT] = ACTIONS(1413), - [anon_sym_LT] = ACTIONS(1413), - [anon_sym_GT_EQ] = ACTIONS(1411), - [anon_sym_LT_EQ] = ACTIONS(1411), - [anon_sym_DOT] = ACTIONS(1413), - [anon_sym_DOT_DOT] = ACTIONS(1413), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1411), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1411), - [anon_sym_COLON_COLON] = ACTIONS(1411), - [anon_sym_POUND] = ACTIONS(1411), - [anon_sym_SQUOTE] = ACTIONS(1413), - [anon_sym_as] = ACTIONS(1413), - [anon_sym_async] = ACTIONS(1413), - [anon_sym_break] = ACTIONS(1413), - [anon_sym_const] = ACTIONS(1413), - [anon_sym_continue] = ACTIONS(1413), - [anon_sym_default] = ACTIONS(1413), - [anon_sym_enum] = ACTIONS(1413), - [anon_sym_fn] = ACTIONS(1413), - [anon_sym_for] = ACTIONS(1413), - [anon_sym_gen] = ACTIONS(1413), - [anon_sym_if] = ACTIONS(1413), - [anon_sym_impl] = ACTIONS(1413), - [anon_sym_let] = ACTIONS(1413), - [anon_sym_loop] = ACTIONS(1413), - [anon_sym_match] = ACTIONS(1413), - [anon_sym_mod] = ACTIONS(1413), - [anon_sym_pub] = ACTIONS(1413), - [anon_sym_return] = ACTIONS(1413), - [anon_sym_static] = ACTIONS(1413), - [anon_sym_struct] = ACTIONS(1413), - [anon_sym_trait] = ACTIONS(1413), - [anon_sym_type] = ACTIONS(1413), - [anon_sym_union] = ACTIONS(1413), - [anon_sym_unsafe] = ACTIONS(1413), - [anon_sym_use] = ACTIONS(1413), - [anon_sym_while] = ACTIONS(1413), - [anon_sym_extern] = ACTIONS(1413), - [anon_sym_yield] = ACTIONS(1413), - [anon_sym_move] = ACTIONS(1413), - [anon_sym_try] = ACTIONS(1413), - [sym_integer_literal] = ACTIONS(1411), - [aux_sym_string_literal_token1] = ACTIONS(1411), - [sym_char_literal] = ACTIONS(1411), - [anon_sym_true] = ACTIONS(1413), - [anon_sym_false] = ACTIONS(1413), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1413), - [sym_super] = ACTIONS(1413), - [sym_crate] = ACTIONS(1413), - [sym_metavariable] = ACTIONS(1411), - [sym__raw_string_literal_start] = ACTIONS(1411), - [sym_float_literal] = ACTIONS(1411), - }, - [STATE(386)] = { - [sym_line_comment] = STATE(386), - [sym_block_comment] = STATE(386), - [ts_builtin_sym_end] = ACTIONS(1415), - [sym_identifier] = ACTIONS(1417), - [anon_sym_SEMI] = ACTIONS(1415), - [anon_sym_macro_rules_BANG] = ACTIONS(1415), - [anon_sym_LPAREN] = ACTIONS(1415), - [anon_sym_LBRACK] = ACTIONS(1415), - [anon_sym_LBRACE] = ACTIONS(1415), - [anon_sym_RBRACE] = ACTIONS(1415), - [anon_sym_PLUS] = ACTIONS(1417), - [anon_sym_STAR] = ACTIONS(1417), - [anon_sym_QMARK] = ACTIONS(1415), - [anon_sym_u8] = ACTIONS(1417), - [anon_sym_i8] = ACTIONS(1417), - [anon_sym_u16] = ACTIONS(1417), - [anon_sym_i16] = ACTIONS(1417), - [anon_sym_u32] = ACTIONS(1417), - [anon_sym_i32] = ACTIONS(1417), - [anon_sym_u64] = ACTIONS(1417), - [anon_sym_i64] = ACTIONS(1417), - [anon_sym_u128] = ACTIONS(1417), - [anon_sym_i128] = ACTIONS(1417), - [anon_sym_isize] = ACTIONS(1417), - [anon_sym_usize] = ACTIONS(1417), - [anon_sym_f32] = ACTIONS(1417), - [anon_sym_f64] = ACTIONS(1417), - [anon_sym_bool] = ACTIONS(1417), - [anon_sym_str] = ACTIONS(1417), - [anon_sym_char] = ACTIONS(1417), - [anon_sym_DASH] = ACTIONS(1417), - [anon_sym_SLASH] = ACTIONS(1417), - [anon_sym_PERCENT] = ACTIONS(1417), - [anon_sym_CARET] = ACTIONS(1417), - [anon_sym_BANG] = ACTIONS(1417), - [anon_sym_AMP] = ACTIONS(1417), - [anon_sym_PIPE] = ACTIONS(1417), - [anon_sym_AMP_AMP] = ACTIONS(1415), - [anon_sym_PIPE_PIPE] = ACTIONS(1415), - [anon_sym_LT_LT] = ACTIONS(1417), - [anon_sym_GT_GT] = ACTIONS(1417), - [anon_sym_PLUS_EQ] = ACTIONS(1415), - [anon_sym_DASH_EQ] = ACTIONS(1415), - [anon_sym_STAR_EQ] = ACTIONS(1415), - [anon_sym_SLASH_EQ] = ACTIONS(1415), - [anon_sym_PERCENT_EQ] = ACTIONS(1415), - [anon_sym_CARET_EQ] = ACTIONS(1415), - [anon_sym_AMP_EQ] = ACTIONS(1415), - [anon_sym_PIPE_EQ] = ACTIONS(1415), - [anon_sym_LT_LT_EQ] = ACTIONS(1415), - [anon_sym_GT_GT_EQ] = ACTIONS(1415), - [anon_sym_EQ] = ACTIONS(1417), - [anon_sym_EQ_EQ] = ACTIONS(1415), - [anon_sym_BANG_EQ] = ACTIONS(1415), - [anon_sym_GT] = ACTIONS(1417), - [anon_sym_LT] = ACTIONS(1417), - [anon_sym_GT_EQ] = ACTIONS(1415), - [anon_sym_LT_EQ] = ACTIONS(1415), - [anon_sym_DOT] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1417), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1415), - [anon_sym_COLON_COLON] = ACTIONS(1415), - [anon_sym_POUND] = ACTIONS(1415), - [anon_sym_SQUOTE] = ACTIONS(1417), - [anon_sym_as] = ACTIONS(1417), - [anon_sym_async] = ACTIONS(1417), - [anon_sym_break] = ACTIONS(1417), - [anon_sym_const] = ACTIONS(1417), - [anon_sym_continue] = ACTIONS(1417), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_enum] = ACTIONS(1417), - [anon_sym_fn] = ACTIONS(1417), - [anon_sym_for] = ACTIONS(1417), - [anon_sym_gen] = ACTIONS(1417), - [anon_sym_if] = ACTIONS(1417), - [anon_sym_impl] = ACTIONS(1417), - [anon_sym_let] = ACTIONS(1417), - [anon_sym_loop] = ACTIONS(1417), - [anon_sym_match] = ACTIONS(1417), - [anon_sym_mod] = ACTIONS(1417), - [anon_sym_pub] = ACTIONS(1417), - [anon_sym_return] = ACTIONS(1417), - [anon_sym_static] = ACTIONS(1417), - [anon_sym_struct] = ACTIONS(1417), - [anon_sym_trait] = ACTIONS(1417), - [anon_sym_type] = ACTIONS(1417), - [anon_sym_union] = ACTIONS(1417), - [anon_sym_unsafe] = ACTIONS(1417), - [anon_sym_use] = ACTIONS(1417), - [anon_sym_while] = ACTIONS(1417), - [anon_sym_extern] = ACTIONS(1417), - [anon_sym_yield] = ACTIONS(1417), - [anon_sym_move] = ACTIONS(1417), - [anon_sym_try] = ACTIONS(1417), - [sym_integer_literal] = ACTIONS(1415), - [aux_sym_string_literal_token1] = ACTIONS(1415), - [sym_char_literal] = ACTIONS(1415), - [anon_sym_true] = ACTIONS(1417), - [anon_sym_false] = ACTIONS(1417), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1417), - [sym_super] = ACTIONS(1417), - [sym_crate] = ACTIONS(1417), - [sym_metavariable] = ACTIONS(1415), - [sym__raw_string_literal_start] = ACTIONS(1415), - [sym_float_literal] = ACTIONS(1415), - }, - [STATE(387)] = { - [sym_line_comment] = STATE(387), - [sym_block_comment] = STATE(387), - [ts_builtin_sym_end] = ACTIONS(1419), - [sym_identifier] = ACTIONS(1421), - [anon_sym_SEMI] = ACTIONS(1419), - [anon_sym_macro_rules_BANG] = ACTIONS(1419), - [anon_sym_LPAREN] = ACTIONS(1419), - [anon_sym_LBRACK] = ACTIONS(1419), - [anon_sym_LBRACE] = ACTIONS(1419), - [anon_sym_RBRACE] = ACTIONS(1419), - [anon_sym_PLUS] = ACTIONS(1421), - [anon_sym_STAR] = ACTIONS(1421), - [anon_sym_QMARK] = ACTIONS(1419), - [anon_sym_u8] = ACTIONS(1421), - [anon_sym_i8] = ACTIONS(1421), - [anon_sym_u16] = ACTIONS(1421), - [anon_sym_i16] = ACTIONS(1421), - [anon_sym_u32] = ACTIONS(1421), - [anon_sym_i32] = ACTIONS(1421), - [anon_sym_u64] = ACTIONS(1421), - [anon_sym_i64] = ACTIONS(1421), - [anon_sym_u128] = ACTIONS(1421), - [anon_sym_i128] = ACTIONS(1421), - [anon_sym_isize] = ACTIONS(1421), - [anon_sym_usize] = ACTIONS(1421), - [anon_sym_f32] = ACTIONS(1421), - [anon_sym_f64] = ACTIONS(1421), - [anon_sym_bool] = ACTIONS(1421), - [anon_sym_str] = ACTIONS(1421), - [anon_sym_char] = ACTIONS(1421), - [anon_sym_DASH] = ACTIONS(1421), - [anon_sym_SLASH] = ACTIONS(1421), - [anon_sym_PERCENT] = ACTIONS(1421), - [anon_sym_CARET] = ACTIONS(1421), - [anon_sym_BANG] = ACTIONS(1421), - [anon_sym_AMP] = ACTIONS(1421), - [anon_sym_PIPE] = ACTIONS(1421), - [anon_sym_AMP_AMP] = ACTIONS(1419), - [anon_sym_PIPE_PIPE] = ACTIONS(1419), - [anon_sym_LT_LT] = ACTIONS(1421), - [anon_sym_GT_GT] = ACTIONS(1421), - [anon_sym_PLUS_EQ] = ACTIONS(1419), - [anon_sym_DASH_EQ] = ACTIONS(1419), - [anon_sym_STAR_EQ] = ACTIONS(1419), - [anon_sym_SLASH_EQ] = ACTIONS(1419), - [anon_sym_PERCENT_EQ] = ACTIONS(1419), - [anon_sym_CARET_EQ] = ACTIONS(1419), - [anon_sym_AMP_EQ] = ACTIONS(1419), - [anon_sym_PIPE_EQ] = ACTIONS(1419), - [anon_sym_LT_LT_EQ] = ACTIONS(1419), - [anon_sym_GT_GT_EQ] = ACTIONS(1419), - [anon_sym_EQ] = ACTIONS(1421), - [anon_sym_EQ_EQ] = ACTIONS(1419), - [anon_sym_BANG_EQ] = ACTIONS(1419), - [anon_sym_GT] = ACTIONS(1421), - [anon_sym_LT] = ACTIONS(1421), - [anon_sym_GT_EQ] = ACTIONS(1419), - [anon_sym_LT_EQ] = ACTIONS(1419), - [anon_sym_DOT] = ACTIONS(1421), - [anon_sym_DOT_DOT] = ACTIONS(1421), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1419), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1419), - [anon_sym_COLON_COLON] = ACTIONS(1419), - [anon_sym_POUND] = ACTIONS(1419), - [anon_sym_SQUOTE] = ACTIONS(1421), - [anon_sym_as] = ACTIONS(1421), - [anon_sym_async] = ACTIONS(1421), - [anon_sym_break] = ACTIONS(1421), - [anon_sym_const] = ACTIONS(1421), - [anon_sym_continue] = ACTIONS(1421), - [anon_sym_default] = ACTIONS(1421), - [anon_sym_enum] = ACTIONS(1421), - [anon_sym_fn] = ACTIONS(1421), - [anon_sym_for] = ACTIONS(1421), - [anon_sym_gen] = ACTIONS(1421), - [anon_sym_if] = ACTIONS(1421), - [anon_sym_impl] = ACTIONS(1421), - [anon_sym_let] = ACTIONS(1421), - [anon_sym_loop] = ACTIONS(1421), - [anon_sym_match] = ACTIONS(1421), - [anon_sym_mod] = ACTIONS(1421), - [anon_sym_pub] = ACTIONS(1421), - [anon_sym_return] = ACTIONS(1421), - [anon_sym_static] = ACTIONS(1421), - [anon_sym_struct] = ACTIONS(1421), - [anon_sym_trait] = ACTIONS(1421), - [anon_sym_type] = ACTIONS(1421), - [anon_sym_union] = ACTIONS(1421), - [anon_sym_unsafe] = ACTIONS(1421), - [anon_sym_use] = ACTIONS(1421), - [anon_sym_while] = ACTIONS(1421), - [anon_sym_extern] = ACTIONS(1421), - [anon_sym_yield] = ACTIONS(1421), - [anon_sym_move] = ACTIONS(1421), - [anon_sym_try] = ACTIONS(1421), - [sym_integer_literal] = ACTIONS(1419), - [aux_sym_string_literal_token1] = ACTIONS(1419), - [sym_char_literal] = ACTIONS(1419), - [anon_sym_true] = ACTIONS(1421), - [anon_sym_false] = ACTIONS(1421), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1421), - [sym_super] = ACTIONS(1421), - [sym_crate] = ACTIONS(1421), - [sym_metavariable] = ACTIONS(1419), - [sym__raw_string_literal_start] = ACTIONS(1419), - [sym_float_literal] = ACTIONS(1419), - }, - [STATE(388)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(388), - [sym_block_comment] = STATE(388), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1423), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(389)] = { - [sym_line_comment] = STATE(389), - [sym_block_comment] = STATE(389), - [ts_builtin_sym_end] = ACTIONS(1425), - [sym_identifier] = ACTIONS(1427), - [anon_sym_SEMI] = ACTIONS(1425), - [anon_sym_macro_rules_BANG] = ACTIONS(1425), - [anon_sym_LPAREN] = ACTIONS(1425), - [anon_sym_LBRACK] = ACTIONS(1425), - [anon_sym_LBRACE] = ACTIONS(1425), - [anon_sym_RBRACE] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1427), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_QMARK] = ACTIONS(1425), - [anon_sym_u8] = ACTIONS(1427), - [anon_sym_i8] = ACTIONS(1427), - [anon_sym_u16] = ACTIONS(1427), - [anon_sym_i16] = ACTIONS(1427), - [anon_sym_u32] = ACTIONS(1427), - [anon_sym_i32] = ACTIONS(1427), - [anon_sym_u64] = ACTIONS(1427), - [anon_sym_i64] = ACTIONS(1427), - [anon_sym_u128] = ACTIONS(1427), - [anon_sym_i128] = ACTIONS(1427), - [anon_sym_isize] = ACTIONS(1427), - [anon_sym_usize] = ACTIONS(1427), - [anon_sym_f32] = ACTIONS(1427), - [anon_sym_f64] = ACTIONS(1427), - [anon_sym_bool] = ACTIONS(1427), - [anon_sym_str] = ACTIONS(1427), - [anon_sym_char] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1427), - [anon_sym_SLASH] = ACTIONS(1427), - [anon_sym_PERCENT] = ACTIONS(1427), - [anon_sym_CARET] = ACTIONS(1427), - [anon_sym_BANG] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_PIPE] = ACTIONS(1427), - [anon_sym_AMP_AMP] = ACTIONS(1425), - [anon_sym_PIPE_PIPE] = ACTIONS(1425), - [anon_sym_LT_LT] = ACTIONS(1427), - [anon_sym_GT_GT] = ACTIONS(1427), - [anon_sym_PLUS_EQ] = ACTIONS(1425), - [anon_sym_DASH_EQ] = ACTIONS(1425), - [anon_sym_STAR_EQ] = ACTIONS(1425), - [anon_sym_SLASH_EQ] = ACTIONS(1425), - [anon_sym_PERCENT_EQ] = ACTIONS(1425), - [anon_sym_CARET_EQ] = ACTIONS(1425), - [anon_sym_AMP_EQ] = ACTIONS(1425), - [anon_sym_PIPE_EQ] = ACTIONS(1425), - [anon_sym_LT_LT_EQ] = ACTIONS(1425), - [anon_sym_GT_GT_EQ] = ACTIONS(1425), - [anon_sym_EQ] = ACTIONS(1427), - [anon_sym_EQ_EQ] = ACTIONS(1425), - [anon_sym_BANG_EQ] = ACTIONS(1425), - [anon_sym_GT] = ACTIONS(1427), - [anon_sym_LT] = ACTIONS(1427), - [anon_sym_GT_EQ] = ACTIONS(1425), - [anon_sym_LT_EQ] = ACTIONS(1425), - [anon_sym_DOT] = ACTIONS(1427), - [anon_sym_DOT_DOT] = ACTIONS(1427), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1425), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1425), - [anon_sym_POUND] = ACTIONS(1425), - [anon_sym_SQUOTE] = ACTIONS(1427), - [anon_sym_as] = ACTIONS(1427), - [anon_sym_async] = ACTIONS(1427), - [anon_sym_break] = ACTIONS(1427), - [anon_sym_const] = ACTIONS(1427), - [anon_sym_continue] = ACTIONS(1427), - [anon_sym_default] = ACTIONS(1427), - [anon_sym_enum] = ACTIONS(1427), - [anon_sym_fn] = ACTIONS(1427), - [anon_sym_for] = ACTIONS(1427), - [anon_sym_gen] = ACTIONS(1427), - [anon_sym_if] = ACTIONS(1427), - [anon_sym_impl] = ACTIONS(1427), - [anon_sym_let] = ACTIONS(1427), - [anon_sym_loop] = ACTIONS(1427), - [anon_sym_match] = ACTIONS(1427), - [anon_sym_mod] = ACTIONS(1427), - [anon_sym_pub] = ACTIONS(1427), - [anon_sym_return] = ACTIONS(1427), - [anon_sym_static] = ACTIONS(1427), - [anon_sym_struct] = ACTIONS(1427), - [anon_sym_trait] = ACTIONS(1427), - [anon_sym_type] = ACTIONS(1427), - [anon_sym_union] = ACTIONS(1427), - [anon_sym_unsafe] = ACTIONS(1427), - [anon_sym_use] = ACTIONS(1427), - [anon_sym_while] = ACTIONS(1427), - [anon_sym_extern] = ACTIONS(1427), - [anon_sym_yield] = ACTIONS(1427), - [anon_sym_move] = ACTIONS(1427), - [anon_sym_try] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1425), - [aux_sym_string_literal_token1] = ACTIONS(1425), - [sym_char_literal] = ACTIONS(1425), - [anon_sym_true] = ACTIONS(1427), - [anon_sym_false] = ACTIONS(1427), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1427), - [sym_super] = ACTIONS(1427), - [sym_crate] = ACTIONS(1427), - [sym_metavariable] = ACTIONS(1425), - [sym__raw_string_literal_start] = ACTIONS(1425), - [sym_float_literal] = ACTIONS(1425), - }, - [STATE(390)] = { - [sym_line_comment] = STATE(390), - [sym_block_comment] = STATE(390), - [ts_builtin_sym_end] = ACTIONS(1429), - [sym_identifier] = ACTIONS(1431), - [anon_sym_SEMI] = ACTIONS(1429), - [anon_sym_macro_rules_BANG] = ACTIONS(1429), - [anon_sym_LPAREN] = ACTIONS(1429), - [anon_sym_LBRACK] = ACTIONS(1429), - [anon_sym_LBRACE] = ACTIONS(1429), - [anon_sym_RBRACE] = ACTIONS(1429), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_QMARK] = ACTIONS(1429), - [anon_sym_u8] = ACTIONS(1431), - [anon_sym_i8] = ACTIONS(1431), - [anon_sym_u16] = ACTIONS(1431), - [anon_sym_i16] = ACTIONS(1431), - [anon_sym_u32] = ACTIONS(1431), - [anon_sym_i32] = ACTIONS(1431), - [anon_sym_u64] = ACTIONS(1431), - [anon_sym_i64] = ACTIONS(1431), - [anon_sym_u128] = ACTIONS(1431), - [anon_sym_i128] = ACTIONS(1431), - [anon_sym_isize] = ACTIONS(1431), - [anon_sym_usize] = ACTIONS(1431), - [anon_sym_f32] = ACTIONS(1431), - [anon_sym_f64] = ACTIONS(1431), - [anon_sym_bool] = ACTIONS(1431), - [anon_sym_str] = ACTIONS(1431), - [anon_sym_char] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_SLASH] = ACTIONS(1431), - [anon_sym_PERCENT] = ACTIONS(1431), - [anon_sym_CARET] = ACTIONS(1431), - [anon_sym_BANG] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(1431), - [anon_sym_PIPE] = ACTIONS(1431), - [anon_sym_AMP_AMP] = ACTIONS(1429), - [anon_sym_PIPE_PIPE] = ACTIONS(1429), - [anon_sym_LT_LT] = ACTIONS(1431), - [anon_sym_GT_GT] = ACTIONS(1431), - [anon_sym_PLUS_EQ] = ACTIONS(1429), - [anon_sym_DASH_EQ] = ACTIONS(1429), - [anon_sym_STAR_EQ] = ACTIONS(1429), - [anon_sym_SLASH_EQ] = ACTIONS(1429), - [anon_sym_PERCENT_EQ] = ACTIONS(1429), - [anon_sym_CARET_EQ] = ACTIONS(1429), - [anon_sym_AMP_EQ] = ACTIONS(1429), - [anon_sym_PIPE_EQ] = ACTIONS(1429), - [anon_sym_LT_LT_EQ] = ACTIONS(1429), - [anon_sym_GT_GT_EQ] = ACTIONS(1429), - [anon_sym_EQ] = ACTIONS(1431), - [anon_sym_EQ_EQ] = ACTIONS(1429), - [anon_sym_BANG_EQ] = ACTIONS(1429), - [anon_sym_GT] = ACTIONS(1431), - [anon_sym_LT] = ACTIONS(1431), - [anon_sym_GT_EQ] = ACTIONS(1429), - [anon_sym_LT_EQ] = ACTIONS(1429), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT_DOT] = ACTIONS(1431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1429), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1429), - [anon_sym_COLON_COLON] = ACTIONS(1429), - [anon_sym_POUND] = ACTIONS(1429), - [anon_sym_SQUOTE] = ACTIONS(1431), - [anon_sym_as] = ACTIONS(1431), - [anon_sym_async] = ACTIONS(1431), - [anon_sym_break] = ACTIONS(1431), - [anon_sym_const] = ACTIONS(1431), - [anon_sym_continue] = ACTIONS(1431), - [anon_sym_default] = ACTIONS(1431), - [anon_sym_enum] = ACTIONS(1431), - [anon_sym_fn] = ACTIONS(1431), - [anon_sym_for] = ACTIONS(1431), - [anon_sym_gen] = ACTIONS(1431), - [anon_sym_if] = ACTIONS(1431), - [anon_sym_impl] = ACTIONS(1431), - [anon_sym_let] = ACTIONS(1431), - [anon_sym_loop] = ACTIONS(1431), - [anon_sym_match] = ACTIONS(1431), - [anon_sym_mod] = ACTIONS(1431), - [anon_sym_pub] = ACTIONS(1431), - [anon_sym_return] = ACTIONS(1431), - [anon_sym_static] = ACTIONS(1431), - [anon_sym_struct] = ACTIONS(1431), - [anon_sym_trait] = ACTIONS(1431), - [anon_sym_type] = ACTIONS(1431), - [anon_sym_union] = ACTIONS(1431), - [anon_sym_unsafe] = ACTIONS(1431), - [anon_sym_use] = ACTIONS(1431), - [anon_sym_while] = ACTIONS(1431), - [anon_sym_extern] = ACTIONS(1431), - [anon_sym_yield] = ACTIONS(1431), - [anon_sym_move] = ACTIONS(1431), - [anon_sym_try] = ACTIONS(1431), - [sym_integer_literal] = ACTIONS(1429), - [aux_sym_string_literal_token1] = ACTIONS(1429), - [sym_char_literal] = ACTIONS(1429), - [anon_sym_true] = ACTIONS(1431), - [anon_sym_false] = ACTIONS(1431), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1431), - [sym_super] = ACTIONS(1431), - [sym_crate] = ACTIONS(1431), - [sym_metavariable] = ACTIONS(1429), - [sym__raw_string_literal_start] = ACTIONS(1429), - [sym_float_literal] = ACTIONS(1429), - }, - [STATE(391)] = { - [sym_line_comment] = STATE(391), - [sym_block_comment] = STATE(391), - [ts_builtin_sym_end] = ACTIONS(1433), - [sym_identifier] = ACTIONS(1435), - [anon_sym_SEMI] = ACTIONS(1433), - [anon_sym_macro_rules_BANG] = ACTIONS(1433), - [anon_sym_LPAREN] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1433), - [anon_sym_LBRACE] = ACTIONS(1433), - [anon_sym_RBRACE] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1435), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_QMARK] = ACTIONS(1433), - [anon_sym_u8] = ACTIONS(1435), - [anon_sym_i8] = ACTIONS(1435), - [anon_sym_u16] = ACTIONS(1435), - [anon_sym_i16] = ACTIONS(1435), - [anon_sym_u32] = ACTIONS(1435), - [anon_sym_i32] = ACTIONS(1435), - [anon_sym_u64] = ACTIONS(1435), - [anon_sym_i64] = ACTIONS(1435), - [anon_sym_u128] = ACTIONS(1435), - [anon_sym_i128] = ACTIONS(1435), - [anon_sym_isize] = ACTIONS(1435), - [anon_sym_usize] = ACTIONS(1435), - [anon_sym_f32] = ACTIONS(1435), - [anon_sym_f64] = ACTIONS(1435), - [anon_sym_bool] = ACTIONS(1435), - [anon_sym_str] = ACTIONS(1435), - [anon_sym_char] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1435), - [anon_sym_SLASH] = ACTIONS(1435), - [anon_sym_PERCENT] = ACTIONS(1435), - [anon_sym_CARET] = ACTIONS(1435), - [anon_sym_BANG] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_PIPE] = ACTIONS(1435), - [anon_sym_AMP_AMP] = ACTIONS(1433), - [anon_sym_PIPE_PIPE] = ACTIONS(1433), - [anon_sym_LT_LT] = ACTIONS(1435), - [anon_sym_GT_GT] = ACTIONS(1435), - [anon_sym_PLUS_EQ] = ACTIONS(1433), - [anon_sym_DASH_EQ] = ACTIONS(1433), - [anon_sym_STAR_EQ] = ACTIONS(1433), - [anon_sym_SLASH_EQ] = ACTIONS(1433), - [anon_sym_PERCENT_EQ] = ACTIONS(1433), - [anon_sym_CARET_EQ] = ACTIONS(1433), - [anon_sym_AMP_EQ] = ACTIONS(1433), - [anon_sym_PIPE_EQ] = ACTIONS(1433), - [anon_sym_LT_LT_EQ] = ACTIONS(1433), - [anon_sym_GT_GT_EQ] = ACTIONS(1433), - [anon_sym_EQ] = ACTIONS(1435), - [anon_sym_EQ_EQ] = ACTIONS(1433), - [anon_sym_BANG_EQ] = ACTIONS(1433), - [anon_sym_GT] = ACTIONS(1435), - [anon_sym_LT] = ACTIONS(1435), - [anon_sym_GT_EQ] = ACTIONS(1433), - [anon_sym_LT_EQ] = ACTIONS(1433), - [anon_sym_DOT] = ACTIONS(1435), - [anon_sym_DOT_DOT] = ACTIONS(1435), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1433), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1433), - [anon_sym_COLON_COLON] = ACTIONS(1433), - [anon_sym_POUND] = ACTIONS(1433), - [anon_sym_SQUOTE] = ACTIONS(1435), - [anon_sym_as] = ACTIONS(1435), - [anon_sym_async] = ACTIONS(1435), - [anon_sym_break] = ACTIONS(1435), - [anon_sym_const] = ACTIONS(1435), - [anon_sym_continue] = ACTIONS(1435), - [anon_sym_default] = ACTIONS(1435), - [anon_sym_enum] = ACTIONS(1435), - [anon_sym_fn] = ACTIONS(1435), - [anon_sym_for] = ACTIONS(1435), - [anon_sym_gen] = ACTIONS(1435), - [anon_sym_if] = ACTIONS(1435), - [anon_sym_impl] = ACTIONS(1435), - [anon_sym_let] = ACTIONS(1435), - [anon_sym_loop] = ACTIONS(1435), - [anon_sym_match] = ACTIONS(1435), - [anon_sym_mod] = ACTIONS(1435), - [anon_sym_pub] = ACTIONS(1435), - [anon_sym_return] = ACTIONS(1435), - [anon_sym_static] = ACTIONS(1435), - [anon_sym_struct] = ACTIONS(1435), - [anon_sym_trait] = ACTIONS(1435), - [anon_sym_type] = ACTIONS(1435), - [anon_sym_union] = ACTIONS(1435), - [anon_sym_unsafe] = ACTIONS(1435), - [anon_sym_use] = ACTIONS(1435), - [anon_sym_while] = ACTIONS(1435), - [anon_sym_extern] = ACTIONS(1435), - [anon_sym_yield] = ACTIONS(1435), - [anon_sym_move] = ACTIONS(1435), - [anon_sym_try] = ACTIONS(1435), - [sym_integer_literal] = ACTIONS(1433), - [aux_sym_string_literal_token1] = ACTIONS(1433), - [sym_char_literal] = ACTIONS(1433), - [anon_sym_true] = ACTIONS(1435), - [anon_sym_false] = ACTIONS(1435), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1435), - [sym_super] = ACTIONS(1435), - [sym_crate] = ACTIONS(1435), - [sym_metavariable] = ACTIONS(1433), - [sym__raw_string_literal_start] = ACTIONS(1433), - [sym_float_literal] = ACTIONS(1433), - }, - [STATE(392)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(392), - [sym_block_comment] = STATE(392), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1437), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(393)] = { - [sym_line_comment] = STATE(393), - [sym_block_comment] = STATE(393), - [ts_builtin_sym_end] = ACTIONS(1439), - [sym_identifier] = ACTIONS(1441), - [anon_sym_SEMI] = ACTIONS(1439), - [anon_sym_macro_rules_BANG] = ACTIONS(1439), - [anon_sym_LPAREN] = ACTIONS(1439), - [anon_sym_LBRACK] = ACTIONS(1439), - [anon_sym_LBRACE] = ACTIONS(1439), - [anon_sym_RBRACE] = ACTIONS(1439), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_QMARK] = ACTIONS(1439), - [anon_sym_u8] = ACTIONS(1441), - [anon_sym_i8] = ACTIONS(1441), - [anon_sym_u16] = ACTIONS(1441), - [anon_sym_i16] = ACTIONS(1441), - [anon_sym_u32] = ACTIONS(1441), - [anon_sym_i32] = ACTIONS(1441), - [anon_sym_u64] = ACTIONS(1441), - [anon_sym_i64] = ACTIONS(1441), - [anon_sym_u128] = ACTIONS(1441), - [anon_sym_i128] = ACTIONS(1441), - [anon_sym_isize] = ACTIONS(1441), - [anon_sym_usize] = ACTIONS(1441), - [anon_sym_f32] = ACTIONS(1441), - [anon_sym_f64] = ACTIONS(1441), - [anon_sym_bool] = ACTIONS(1441), - [anon_sym_str] = ACTIONS(1441), - [anon_sym_char] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_PERCENT] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), - [anon_sym_BANG] = ACTIONS(1441), - [anon_sym_AMP] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1441), - [anon_sym_AMP_AMP] = ACTIONS(1439), - [anon_sym_PIPE_PIPE] = ACTIONS(1439), - [anon_sym_LT_LT] = ACTIONS(1441), - [anon_sym_GT_GT] = ACTIONS(1441), - [anon_sym_PLUS_EQ] = ACTIONS(1439), - [anon_sym_DASH_EQ] = ACTIONS(1439), - [anon_sym_STAR_EQ] = ACTIONS(1439), - [anon_sym_SLASH_EQ] = ACTIONS(1439), - [anon_sym_PERCENT_EQ] = ACTIONS(1439), - [anon_sym_CARET_EQ] = ACTIONS(1439), - [anon_sym_AMP_EQ] = ACTIONS(1439), - [anon_sym_PIPE_EQ] = ACTIONS(1439), - [anon_sym_LT_LT_EQ] = ACTIONS(1439), - [anon_sym_GT_GT_EQ] = ACTIONS(1439), - [anon_sym_EQ] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1439), - [anon_sym_BANG_EQ] = ACTIONS(1439), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1439), - [anon_sym_LT_EQ] = ACTIONS(1439), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT_DOT] = ACTIONS(1441), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1439), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1439), - [anon_sym_COLON_COLON] = ACTIONS(1439), - [anon_sym_POUND] = ACTIONS(1439), - [anon_sym_SQUOTE] = ACTIONS(1441), - [anon_sym_as] = ACTIONS(1441), - [anon_sym_async] = ACTIONS(1441), - [anon_sym_break] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_continue] = ACTIONS(1441), - [anon_sym_default] = ACTIONS(1441), - [anon_sym_enum] = ACTIONS(1441), - [anon_sym_fn] = ACTIONS(1441), - [anon_sym_for] = ACTIONS(1441), - [anon_sym_gen] = ACTIONS(1441), - [anon_sym_if] = ACTIONS(1441), - [anon_sym_impl] = ACTIONS(1441), - [anon_sym_let] = ACTIONS(1441), - [anon_sym_loop] = ACTIONS(1441), - [anon_sym_match] = ACTIONS(1441), - [anon_sym_mod] = ACTIONS(1441), - [anon_sym_pub] = ACTIONS(1441), - [anon_sym_return] = ACTIONS(1441), - [anon_sym_static] = ACTIONS(1441), - [anon_sym_struct] = ACTIONS(1441), - [anon_sym_trait] = ACTIONS(1441), - [anon_sym_type] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [anon_sym_unsafe] = ACTIONS(1441), - [anon_sym_use] = ACTIONS(1441), - [anon_sym_while] = ACTIONS(1441), - [anon_sym_extern] = ACTIONS(1441), - [anon_sym_yield] = ACTIONS(1441), - [anon_sym_move] = ACTIONS(1441), - [anon_sym_try] = ACTIONS(1441), - [sym_integer_literal] = ACTIONS(1439), - [aux_sym_string_literal_token1] = ACTIONS(1439), - [sym_char_literal] = ACTIONS(1439), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1441), - [sym_super] = ACTIONS(1441), - [sym_crate] = ACTIONS(1441), - [sym_metavariable] = ACTIONS(1439), - [sym__raw_string_literal_start] = ACTIONS(1439), - [sym_float_literal] = ACTIONS(1439), - }, - [STATE(394)] = { - [sym_line_comment] = STATE(394), - [sym_block_comment] = STATE(394), - [ts_builtin_sym_end] = ACTIONS(1443), - [sym_identifier] = ACTIONS(1445), - [anon_sym_SEMI] = ACTIONS(1443), - [anon_sym_macro_rules_BANG] = ACTIONS(1443), - [anon_sym_LPAREN] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1443), - [anon_sym_LBRACE] = ACTIONS(1443), - [anon_sym_RBRACE] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_QMARK] = ACTIONS(1443), - [anon_sym_u8] = ACTIONS(1445), - [anon_sym_i8] = ACTIONS(1445), - [anon_sym_u16] = ACTIONS(1445), - [anon_sym_i16] = ACTIONS(1445), - [anon_sym_u32] = ACTIONS(1445), - [anon_sym_i32] = ACTIONS(1445), - [anon_sym_u64] = ACTIONS(1445), - [anon_sym_i64] = ACTIONS(1445), - [anon_sym_u128] = ACTIONS(1445), - [anon_sym_i128] = ACTIONS(1445), - [anon_sym_isize] = ACTIONS(1445), - [anon_sym_usize] = ACTIONS(1445), - [anon_sym_f32] = ACTIONS(1445), - [anon_sym_f64] = ACTIONS(1445), - [anon_sym_bool] = ACTIONS(1445), - [anon_sym_str] = ACTIONS(1445), - [anon_sym_char] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_PERCENT] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [anon_sym_BANG] = ACTIONS(1445), - [anon_sym_AMP] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1445), - [anon_sym_AMP_AMP] = ACTIONS(1443), - [anon_sym_PIPE_PIPE] = ACTIONS(1443), - [anon_sym_LT_LT] = ACTIONS(1445), - [anon_sym_GT_GT] = ACTIONS(1445), - [anon_sym_PLUS_EQ] = ACTIONS(1443), - [anon_sym_DASH_EQ] = ACTIONS(1443), - [anon_sym_STAR_EQ] = ACTIONS(1443), - [anon_sym_SLASH_EQ] = ACTIONS(1443), - [anon_sym_PERCENT_EQ] = ACTIONS(1443), - [anon_sym_CARET_EQ] = ACTIONS(1443), - [anon_sym_AMP_EQ] = ACTIONS(1443), - [anon_sym_PIPE_EQ] = ACTIONS(1443), - [anon_sym_LT_LT_EQ] = ACTIONS(1443), - [anon_sym_GT_GT_EQ] = ACTIONS(1443), - [anon_sym_EQ] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1443), - [anon_sym_BANG_EQ] = ACTIONS(1443), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1443), - [anon_sym_LT_EQ] = ACTIONS(1443), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT_DOT] = ACTIONS(1445), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1443), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1443), - [anon_sym_COLON_COLON] = ACTIONS(1443), - [anon_sym_POUND] = ACTIONS(1443), - [anon_sym_SQUOTE] = ACTIONS(1445), - [anon_sym_as] = ACTIONS(1445), - [anon_sym_async] = ACTIONS(1445), - [anon_sym_break] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_continue] = ACTIONS(1445), - [anon_sym_default] = ACTIONS(1445), - [anon_sym_enum] = ACTIONS(1445), - [anon_sym_fn] = ACTIONS(1445), - [anon_sym_for] = ACTIONS(1445), - [anon_sym_gen] = ACTIONS(1445), - [anon_sym_if] = ACTIONS(1445), - [anon_sym_impl] = ACTIONS(1445), - [anon_sym_let] = ACTIONS(1445), - [anon_sym_loop] = ACTIONS(1445), - [anon_sym_match] = ACTIONS(1445), - [anon_sym_mod] = ACTIONS(1445), - [anon_sym_pub] = ACTIONS(1445), - [anon_sym_return] = ACTIONS(1445), - [anon_sym_static] = ACTIONS(1445), - [anon_sym_struct] = ACTIONS(1445), - [anon_sym_trait] = ACTIONS(1445), - [anon_sym_type] = ACTIONS(1445), - [anon_sym_union] = ACTIONS(1445), - [anon_sym_unsafe] = ACTIONS(1445), - [anon_sym_use] = ACTIONS(1445), - [anon_sym_while] = ACTIONS(1445), - [anon_sym_extern] = ACTIONS(1445), - [anon_sym_yield] = ACTIONS(1445), - [anon_sym_move] = ACTIONS(1445), - [anon_sym_try] = ACTIONS(1445), - [sym_integer_literal] = ACTIONS(1443), - [aux_sym_string_literal_token1] = ACTIONS(1443), - [sym_char_literal] = ACTIONS(1443), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1445), - [sym_super] = ACTIONS(1445), - [sym_crate] = ACTIONS(1445), - [sym_metavariable] = ACTIONS(1443), - [sym__raw_string_literal_start] = ACTIONS(1443), - [sym_float_literal] = ACTIONS(1443), - }, - [STATE(395)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(395), - [sym_block_comment] = STATE(395), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1447), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(396)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(396), - [sym_block_comment] = STATE(396), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1449), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(397)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(397), - [sym_block_comment] = STATE(397), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1451), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(398)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(398), - [sym_block_comment] = STATE(398), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1453), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(399)] = { - [sym_line_comment] = STATE(399), - [sym_block_comment] = STATE(399), - [ts_builtin_sym_end] = ACTIONS(1047), - [sym_identifier] = ACTIONS(1045), - [anon_sym_SEMI] = ACTIONS(1047), - [anon_sym_macro_rules_BANG] = ACTIONS(1047), - [anon_sym_LPAREN] = ACTIONS(1047), - [anon_sym_LBRACK] = ACTIONS(1047), - [anon_sym_LBRACE] = ACTIONS(1047), - [anon_sym_RBRACE] = ACTIONS(1047), - [anon_sym_PLUS] = ACTIONS(1045), - [anon_sym_STAR] = ACTIONS(1045), - [anon_sym_QMARK] = ACTIONS(1047), - [anon_sym_u8] = ACTIONS(1045), - [anon_sym_i8] = ACTIONS(1045), - [anon_sym_u16] = ACTIONS(1045), - [anon_sym_i16] = ACTIONS(1045), - [anon_sym_u32] = ACTIONS(1045), - [anon_sym_i32] = ACTIONS(1045), - [anon_sym_u64] = ACTIONS(1045), - [anon_sym_i64] = ACTIONS(1045), - [anon_sym_u128] = ACTIONS(1045), - [anon_sym_i128] = ACTIONS(1045), - [anon_sym_isize] = ACTIONS(1045), - [anon_sym_usize] = ACTIONS(1045), - [anon_sym_f32] = ACTIONS(1045), - [anon_sym_f64] = ACTIONS(1045), - [anon_sym_bool] = ACTIONS(1045), - [anon_sym_str] = ACTIONS(1045), - [anon_sym_char] = ACTIONS(1045), - [anon_sym_DASH] = ACTIONS(1045), - [anon_sym_SLASH] = ACTIONS(1045), - [anon_sym_PERCENT] = ACTIONS(1045), - [anon_sym_CARET] = ACTIONS(1045), - [anon_sym_BANG] = ACTIONS(1045), - [anon_sym_AMP] = ACTIONS(1045), - [anon_sym_PIPE] = ACTIONS(1045), - [anon_sym_AMP_AMP] = ACTIONS(1047), - [anon_sym_PIPE_PIPE] = ACTIONS(1047), - [anon_sym_LT_LT] = ACTIONS(1045), - [anon_sym_GT_GT] = ACTIONS(1045), - [anon_sym_PLUS_EQ] = ACTIONS(1047), - [anon_sym_DASH_EQ] = ACTIONS(1047), - [anon_sym_STAR_EQ] = ACTIONS(1047), - [anon_sym_SLASH_EQ] = ACTIONS(1047), - [anon_sym_PERCENT_EQ] = ACTIONS(1047), - [anon_sym_CARET_EQ] = ACTIONS(1047), - [anon_sym_AMP_EQ] = ACTIONS(1047), - [anon_sym_PIPE_EQ] = ACTIONS(1047), - [anon_sym_LT_LT_EQ] = ACTIONS(1047), - [anon_sym_GT_GT_EQ] = ACTIONS(1047), - [anon_sym_EQ] = ACTIONS(1045), - [anon_sym_EQ_EQ] = ACTIONS(1047), - [anon_sym_BANG_EQ] = ACTIONS(1047), - [anon_sym_GT] = ACTIONS(1045), - [anon_sym_LT] = ACTIONS(1045), - [anon_sym_GT_EQ] = ACTIONS(1047), - [anon_sym_LT_EQ] = ACTIONS(1047), - [anon_sym_DOT] = ACTIONS(1045), - [anon_sym_DOT_DOT] = ACTIONS(1045), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1047), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1047), - [anon_sym_COLON_COLON] = ACTIONS(1047), - [anon_sym_POUND] = ACTIONS(1047), - [anon_sym_SQUOTE] = ACTIONS(1045), - [anon_sym_as] = ACTIONS(1045), - [anon_sym_async] = ACTIONS(1045), - [anon_sym_break] = ACTIONS(1045), - [anon_sym_const] = ACTIONS(1045), - [anon_sym_continue] = ACTIONS(1045), - [anon_sym_default] = ACTIONS(1045), - [anon_sym_enum] = ACTIONS(1045), - [anon_sym_fn] = ACTIONS(1045), - [anon_sym_for] = ACTIONS(1045), - [anon_sym_gen] = ACTIONS(1045), - [anon_sym_if] = ACTIONS(1045), - [anon_sym_impl] = ACTIONS(1045), - [anon_sym_let] = ACTIONS(1045), - [anon_sym_loop] = ACTIONS(1045), - [anon_sym_match] = ACTIONS(1045), - [anon_sym_mod] = ACTIONS(1045), - [anon_sym_pub] = ACTIONS(1045), - [anon_sym_return] = ACTIONS(1045), - [anon_sym_static] = ACTIONS(1045), - [anon_sym_struct] = ACTIONS(1045), - [anon_sym_trait] = ACTIONS(1045), - [anon_sym_type] = ACTIONS(1045), - [anon_sym_union] = ACTIONS(1045), - [anon_sym_unsafe] = ACTIONS(1045), - [anon_sym_use] = ACTIONS(1045), - [anon_sym_while] = ACTIONS(1045), - [anon_sym_extern] = ACTIONS(1045), - [anon_sym_yield] = ACTIONS(1045), - [anon_sym_move] = ACTIONS(1045), - [anon_sym_try] = ACTIONS(1045), - [sym_integer_literal] = ACTIONS(1047), - [aux_sym_string_literal_token1] = ACTIONS(1047), - [sym_char_literal] = ACTIONS(1047), - [anon_sym_true] = ACTIONS(1045), - [anon_sym_false] = ACTIONS(1045), + [anon_sym_if] = ACTIONS(1405), + [anon_sym_impl] = ACTIONS(1405), + [anon_sym_let] = ACTIONS(1405), + [anon_sym_loop] = ACTIONS(1405), + [anon_sym_match] = ACTIONS(1405), + [anon_sym_mod] = ACTIONS(1405), + [anon_sym_pub] = ACTIONS(1405), + [anon_sym_return] = ACTIONS(1405), + [anon_sym_static] = ACTIONS(1405), + [anon_sym_struct] = ACTIONS(1405), + [anon_sym_trait] = ACTIONS(1405), + [anon_sym_type] = ACTIONS(1405), + [anon_sym_union] = ACTIONS(1405), + [anon_sym_unsafe] = ACTIONS(1405), + [anon_sym_use] = ACTIONS(1405), + [anon_sym_while] = ACTIONS(1405), + [anon_sym_extern] = ACTIONS(1405), + [anon_sym_else] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(1405), + [anon_sym_move] = ACTIONS(1405), + [anon_sym_try] = ACTIONS(1405), + [sym_integer_literal] = ACTIONS(1403), + [aux_sym_string_literal_token1] = ACTIONS(1403), + [sym_char_literal] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1405), + [anon_sym_false] = ACTIONS(1405), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1045), - [sym_super] = ACTIONS(1045), - [sym_crate] = ACTIONS(1045), - [sym_metavariable] = ACTIONS(1047), - [sym__raw_string_literal_start] = ACTIONS(1047), - [sym_float_literal] = ACTIONS(1047), + [sym_self] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_crate] = ACTIONS(1405), + [sym_metavariable] = ACTIONS(1403), + [sym__raw_string_literal_start] = ACTIONS(1403), + [sym_float_literal] = ACTIONS(1403), }, - [STATE(400)] = { - [sym_line_comment] = STATE(400), - [sym_block_comment] = STATE(400), - [ts_builtin_sym_end] = ACTIONS(1455), - [sym_identifier] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_macro_rules_BANG] = ACTIONS(1455), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_QMARK] = ACTIONS(1459), - [anon_sym_u8] = ACTIONS(1457), - [anon_sym_i8] = ACTIONS(1457), - [anon_sym_u16] = ACTIONS(1457), - [anon_sym_i16] = ACTIONS(1457), - [anon_sym_u32] = ACTIONS(1457), - [anon_sym_i32] = ACTIONS(1457), - [anon_sym_u64] = ACTIONS(1457), - [anon_sym_i64] = ACTIONS(1457), - [anon_sym_u128] = ACTIONS(1457), - [anon_sym_i128] = ACTIONS(1457), - [anon_sym_isize] = ACTIONS(1457), - [anon_sym_usize] = ACTIONS(1457), - [anon_sym_f32] = ACTIONS(1457), - [anon_sym_f64] = ACTIONS(1457), - [anon_sym_bool] = ACTIONS(1457), - [anon_sym_str] = ACTIONS(1457), - [anon_sym_char] = ACTIONS(1457), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [anon_sym_BANG] = ACTIONS(1457), - [anon_sym_AMP] = ACTIONS(1461), - [anon_sym_PIPE] = ACTIONS(1461), - [anon_sym_AMP_AMP] = ACTIONS(1459), - [anon_sym_PIPE_PIPE] = ACTIONS(1459), - [anon_sym_LT_LT] = ACTIONS(1461), - [anon_sym_GT_GT] = ACTIONS(1461), - [anon_sym_PLUS_EQ] = ACTIONS(1459), - [anon_sym_DASH_EQ] = ACTIONS(1459), - [anon_sym_STAR_EQ] = ACTIONS(1459), - [anon_sym_SLASH_EQ] = ACTIONS(1459), - [anon_sym_PERCENT_EQ] = ACTIONS(1459), - [anon_sym_CARET_EQ] = ACTIONS(1459), - [anon_sym_AMP_EQ] = ACTIONS(1459), - [anon_sym_PIPE_EQ] = ACTIONS(1459), - [anon_sym_LT_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_GT_EQ] = ACTIONS(1459), - [anon_sym_EQ] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_LT] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT_DOT] = ACTIONS(1461), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1459), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1459), - [anon_sym_COLON_COLON] = ACTIONS(1455), - [anon_sym_POUND] = ACTIONS(1455), - [anon_sym_SQUOTE] = ACTIONS(1457), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_async] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_fn] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_gen] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_impl] = ACTIONS(1457), - [anon_sym_let] = ACTIONS(1457), - [anon_sym_loop] = ACTIONS(1457), - [anon_sym_match] = ACTIONS(1457), - [anon_sym_mod] = ACTIONS(1457), - [anon_sym_pub] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_trait] = ACTIONS(1457), - [anon_sym_type] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_unsafe] = ACTIONS(1457), - [anon_sym_use] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym_yield] = ACTIONS(1457), - [anon_sym_move] = ACTIONS(1457), - [anon_sym_try] = ACTIONS(1457), - [sym_integer_literal] = ACTIONS(1455), - [aux_sym_string_literal_token1] = ACTIONS(1455), - [sym_char_literal] = ACTIONS(1455), - [anon_sym_true] = ACTIONS(1457), - [anon_sym_false] = ACTIONS(1457), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1457), - [sym_super] = ACTIONS(1457), - [sym_crate] = ACTIONS(1457), - [sym_metavariable] = ACTIONS(1455), - [sym__raw_string_literal_start] = ACTIONS(1455), - [sym_float_literal] = ACTIONS(1455), + [STATE(386)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(386), + [sym_block_comment] = STATE(386), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1407), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(401)] = { - [sym_line_comment] = STATE(401), - [sym_block_comment] = STATE(401), - [ts_builtin_sym_end] = ACTIONS(1463), - [sym_identifier] = ACTIONS(1465), - [anon_sym_SEMI] = ACTIONS(1463), - [anon_sym_macro_rules_BANG] = ACTIONS(1463), - [anon_sym_LPAREN] = ACTIONS(1463), - [anon_sym_LBRACK] = ACTIONS(1463), - [anon_sym_LBRACE] = ACTIONS(1463), - [anon_sym_RBRACE] = ACTIONS(1463), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1465), - [anon_sym_QMARK] = ACTIONS(1459), - [anon_sym_u8] = ACTIONS(1465), - [anon_sym_i8] = ACTIONS(1465), - [anon_sym_u16] = ACTIONS(1465), - [anon_sym_i16] = ACTIONS(1465), - [anon_sym_u32] = ACTIONS(1465), - [anon_sym_i32] = ACTIONS(1465), - [anon_sym_u64] = ACTIONS(1465), - [anon_sym_i64] = ACTIONS(1465), - [anon_sym_u128] = ACTIONS(1465), - [anon_sym_i128] = ACTIONS(1465), - [anon_sym_isize] = ACTIONS(1465), - [anon_sym_usize] = ACTIONS(1465), - [anon_sym_f32] = ACTIONS(1465), - [anon_sym_f64] = ACTIONS(1465), - [anon_sym_bool] = ACTIONS(1465), - [anon_sym_str] = ACTIONS(1465), - [anon_sym_char] = ACTIONS(1465), - [anon_sym_DASH] = ACTIONS(1465), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [anon_sym_BANG] = ACTIONS(1465), - [anon_sym_AMP] = ACTIONS(1465), - [anon_sym_PIPE] = ACTIONS(1465), - [anon_sym_AMP_AMP] = ACTIONS(1459), - [anon_sym_PIPE_PIPE] = ACTIONS(1459), - [anon_sym_LT_LT] = ACTIONS(1461), - [anon_sym_GT_GT] = ACTIONS(1461), - [anon_sym_PLUS_EQ] = ACTIONS(1459), - [anon_sym_DASH_EQ] = ACTIONS(1459), - [anon_sym_STAR_EQ] = ACTIONS(1459), - [anon_sym_SLASH_EQ] = ACTIONS(1459), - [anon_sym_PERCENT_EQ] = ACTIONS(1459), - [anon_sym_CARET_EQ] = ACTIONS(1459), - [anon_sym_AMP_EQ] = ACTIONS(1459), - [anon_sym_PIPE_EQ] = ACTIONS(1459), - [anon_sym_LT_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_GT_EQ] = ACTIONS(1459), - [anon_sym_EQ] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_LT] = ACTIONS(1465), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT_DOT] = ACTIONS(1465), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1459), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1459), - [anon_sym_COLON_COLON] = ACTIONS(1463), - [anon_sym_POUND] = ACTIONS(1463), - [anon_sym_SQUOTE] = ACTIONS(1465), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_async] = ACTIONS(1465), - [anon_sym_break] = ACTIONS(1465), - [anon_sym_const] = ACTIONS(1465), - [anon_sym_continue] = ACTIONS(1465), - [anon_sym_default] = ACTIONS(1465), - [anon_sym_enum] = ACTIONS(1465), - [anon_sym_fn] = ACTIONS(1465), - [anon_sym_for] = ACTIONS(1465), - [anon_sym_gen] = ACTIONS(1465), - [anon_sym_if] = ACTIONS(1465), - [anon_sym_impl] = ACTIONS(1465), - [anon_sym_let] = ACTIONS(1465), - [anon_sym_loop] = ACTIONS(1465), - [anon_sym_match] = ACTIONS(1465), - [anon_sym_mod] = ACTIONS(1465), - [anon_sym_pub] = ACTIONS(1465), - [anon_sym_return] = ACTIONS(1465), - [anon_sym_static] = ACTIONS(1465), - [anon_sym_struct] = ACTIONS(1465), - [anon_sym_trait] = ACTIONS(1465), - [anon_sym_type] = ACTIONS(1465), - [anon_sym_union] = ACTIONS(1465), - [anon_sym_unsafe] = ACTIONS(1465), - [anon_sym_use] = ACTIONS(1465), - [anon_sym_while] = ACTIONS(1465), - [anon_sym_extern] = ACTIONS(1465), - [anon_sym_yield] = ACTIONS(1465), - [anon_sym_move] = ACTIONS(1465), - [anon_sym_try] = ACTIONS(1465), - [sym_integer_literal] = ACTIONS(1463), - [aux_sym_string_literal_token1] = ACTIONS(1463), - [sym_char_literal] = ACTIONS(1463), - [anon_sym_true] = ACTIONS(1465), - [anon_sym_false] = ACTIONS(1465), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1465), - [sym_super] = ACTIONS(1465), - [sym_crate] = ACTIONS(1465), - [sym_metavariable] = ACTIONS(1463), - [sym__raw_string_literal_start] = ACTIONS(1463), - [sym_float_literal] = ACTIONS(1463), + [STATE(387)] = { + [sym_line_comment] = STATE(387), + [sym_block_comment] = STATE(387), + [ts_builtin_sym_end] = ACTIONS(1409), + [sym_identifier] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_macro_rules_BANG] = ACTIONS(1409), + [anon_sym_LPAREN] = ACTIONS(1409), + [anon_sym_LBRACK] = ACTIONS(1409), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_RBRACE] = ACTIONS(1409), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_QMARK] = ACTIONS(1409), + [anon_sym_u8] = ACTIONS(1411), + [anon_sym_i8] = ACTIONS(1411), + [anon_sym_u16] = ACTIONS(1411), + [anon_sym_i16] = ACTIONS(1411), + [anon_sym_u32] = ACTIONS(1411), + [anon_sym_i32] = ACTIONS(1411), + [anon_sym_u64] = ACTIONS(1411), + [anon_sym_i64] = ACTIONS(1411), + [anon_sym_u128] = ACTIONS(1411), + [anon_sym_i128] = ACTIONS(1411), + [anon_sym_isize] = ACTIONS(1411), + [anon_sym_usize] = ACTIONS(1411), + [anon_sym_f32] = ACTIONS(1411), + [anon_sym_f64] = ACTIONS(1411), + [anon_sym_bool] = ACTIONS(1411), + [anon_sym_str] = ACTIONS(1411), + [anon_sym_char] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_PERCENT] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), + [anon_sym_BANG] = ACTIONS(1411), + [anon_sym_AMP] = ACTIONS(1411), + [anon_sym_PIPE] = ACTIONS(1411), + [anon_sym_AMP_AMP] = ACTIONS(1409), + [anon_sym_PIPE_PIPE] = ACTIONS(1409), + [anon_sym_LT_LT] = ACTIONS(1411), + [anon_sym_GT_GT] = ACTIONS(1411), + [anon_sym_PLUS_EQ] = ACTIONS(1409), + [anon_sym_DASH_EQ] = ACTIONS(1409), + [anon_sym_STAR_EQ] = ACTIONS(1409), + [anon_sym_SLASH_EQ] = ACTIONS(1409), + [anon_sym_PERCENT_EQ] = ACTIONS(1409), + [anon_sym_CARET_EQ] = ACTIONS(1409), + [anon_sym_AMP_EQ] = ACTIONS(1409), + [anon_sym_PIPE_EQ] = ACTIONS(1409), + [anon_sym_LT_LT_EQ] = ACTIONS(1409), + [anon_sym_GT_GT_EQ] = ACTIONS(1409), + [anon_sym_EQ] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1409), + [anon_sym_BANG_EQ] = ACTIONS(1409), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_LT] = ACTIONS(1411), + [anon_sym_GT_EQ] = ACTIONS(1409), + [anon_sym_LT_EQ] = ACTIONS(1409), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1409), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1409), + [anon_sym_COLON_COLON] = ACTIONS(1409), + [anon_sym_POUND] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1411), + [anon_sym_as] = ACTIONS(1411), + [anon_sym_async] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_default] = ACTIONS(1411), + [anon_sym_enum] = ACTIONS(1411), + [anon_sym_fn] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_gen] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_impl] = ACTIONS(1411), + [anon_sym_let] = ACTIONS(1411), + [anon_sym_loop] = ACTIONS(1411), + [anon_sym_match] = ACTIONS(1411), + [anon_sym_mod] = ACTIONS(1411), + [anon_sym_pub] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_static] = ACTIONS(1411), + [anon_sym_struct] = ACTIONS(1411), + [anon_sym_trait] = ACTIONS(1411), + [anon_sym_type] = ACTIONS(1411), + [anon_sym_union] = ACTIONS(1411), + [anon_sym_unsafe] = ACTIONS(1411), + [anon_sym_use] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym_else] = ACTIONS(1411), + [anon_sym_yield] = ACTIONS(1411), + [anon_sym_move] = ACTIONS(1411), + [anon_sym_try] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(1409), + [aux_sym_string_literal_token1] = ACTIONS(1409), + [sym_char_literal] = ACTIONS(1409), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1411), + [sym_super] = ACTIONS(1411), + [sym_crate] = ACTIONS(1411), + [sym_metavariable] = ACTIONS(1409), + [sym__raw_string_literal_start] = ACTIONS(1409), + [sym_float_literal] = ACTIONS(1409), }, - [STATE(402)] = { - [sym_line_comment] = STATE(402), - [sym_block_comment] = STATE(402), - [ts_builtin_sym_end] = ACTIONS(1467), - [sym_identifier] = ACTIONS(1469), - [anon_sym_SEMI] = ACTIONS(1467), - [anon_sym_macro_rules_BANG] = ACTIONS(1467), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_LBRACE] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_u8] = ACTIONS(1469), - [anon_sym_i8] = ACTIONS(1469), - [anon_sym_u16] = ACTIONS(1469), - [anon_sym_i16] = ACTIONS(1469), - [anon_sym_u32] = ACTIONS(1469), - [anon_sym_i32] = ACTIONS(1469), - [anon_sym_u64] = ACTIONS(1469), - [anon_sym_i64] = ACTIONS(1469), - [anon_sym_u128] = ACTIONS(1469), - [anon_sym_i128] = ACTIONS(1469), - [anon_sym_isize] = ACTIONS(1469), - [anon_sym_usize] = ACTIONS(1469), - [anon_sym_f32] = ACTIONS(1469), - [anon_sym_f64] = ACTIONS(1469), - [anon_sym_bool] = ACTIONS(1469), - [anon_sym_str] = ACTIONS(1469), - [anon_sym_char] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_PERCENT] = ACTIONS(1469), - [anon_sym_CARET] = ACTIONS(1469), - [anon_sym_BANG] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1469), - [anon_sym_PIPE] = ACTIONS(1469), - [anon_sym_AMP_AMP] = ACTIONS(1467), - [anon_sym_PIPE_PIPE] = ACTIONS(1467), - [anon_sym_LT_LT] = ACTIONS(1469), - [anon_sym_GT_GT] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1467), - [anon_sym_DASH_EQ] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1467), - [anon_sym_SLASH_EQ] = ACTIONS(1467), - [anon_sym_PERCENT_EQ] = ACTIONS(1467), - [anon_sym_CARET_EQ] = ACTIONS(1467), - [anon_sym_AMP_EQ] = ACTIONS(1467), - [anon_sym_PIPE_EQ] = ACTIONS(1467), - [anon_sym_LT_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_GT_EQ] = ACTIONS(1467), - [anon_sym_EQ] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_LT] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym_DOT] = ACTIONS(1469), - [anon_sym_DOT_DOT] = ACTIONS(1469), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1467), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1467), - [anon_sym_COLON_COLON] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(1467), - [anon_sym_SQUOTE] = ACTIONS(1469), - [anon_sym_as] = ACTIONS(1469), - [anon_sym_async] = ACTIONS(1469), - [anon_sym_break] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_continue] = ACTIONS(1469), - [anon_sym_default] = ACTIONS(1469), - [anon_sym_enum] = ACTIONS(1469), - [anon_sym_fn] = ACTIONS(1469), - [anon_sym_for] = ACTIONS(1469), - [anon_sym_gen] = ACTIONS(1469), - [anon_sym_if] = ACTIONS(1469), - [anon_sym_impl] = ACTIONS(1469), - [anon_sym_let] = ACTIONS(1469), - [anon_sym_loop] = ACTIONS(1469), - [anon_sym_match] = ACTIONS(1469), - [anon_sym_mod] = ACTIONS(1469), - [anon_sym_pub] = ACTIONS(1469), - [anon_sym_return] = ACTIONS(1469), - [anon_sym_static] = ACTIONS(1469), - [anon_sym_struct] = ACTIONS(1469), - [anon_sym_trait] = ACTIONS(1469), - [anon_sym_type] = ACTIONS(1469), - [anon_sym_union] = ACTIONS(1469), - [anon_sym_unsafe] = ACTIONS(1469), - [anon_sym_use] = ACTIONS(1469), - [anon_sym_while] = ACTIONS(1469), - [anon_sym_extern] = ACTIONS(1469), - [anon_sym_yield] = ACTIONS(1469), - [anon_sym_move] = ACTIONS(1469), - [anon_sym_try] = ACTIONS(1469), - [sym_integer_literal] = ACTIONS(1467), - [aux_sym_string_literal_token1] = ACTIONS(1467), - [sym_char_literal] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1469), - [anon_sym_false] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1469), - [sym_super] = ACTIONS(1469), - [sym_crate] = ACTIONS(1469), - [sym_metavariable] = ACTIONS(1467), - [sym__raw_string_literal_start] = ACTIONS(1467), - [sym_float_literal] = ACTIONS(1467), + [STATE(388)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(388), + [sym_block_comment] = STATE(388), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1413), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(403)] = { - [sym_line_comment] = STATE(403), - [sym_block_comment] = STATE(403), - [ts_builtin_sym_end] = ACTIONS(1471), - [sym_identifier] = ACTIONS(1473), - [anon_sym_SEMI] = ACTIONS(1471), - [anon_sym_macro_rules_BANG] = ACTIONS(1471), - [anon_sym_LPAREN] = ACTIONS(1471), - [anon_sym_LBRACK] = ACTIONS(1471), - [anon_sym_LBRACE] = ACTIONS(1471), - [anon_sym_RBRACE] = ACTIONS(1471), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1473), - [anon_sym_QMARK] = ACTIONS(1471), - [anon_sym_u8] = ACTIONS(1473), - [anon_sym_i8] = ACTIONS(1473), - [anon_sym_u16] = ACTIONS(1473), - [anon_sym_i16] = ACTIONS(1473), - [anon_sym_u32] = ACTIONS(1473), - [anon_sym_i32] = ACTIONS(1473), - [anon_sym_u64] = ACTIONS(1473), - [anon_sym_i64] = ACTIONS(1473), - [anon_sym_u128] = ACTIONS(1473), - [anon_sym_i128] = ACTIONS(1473), - [anon_sym_isize] = ACTIONS(1473), - [anon_sym_usize] = ACTIONS(1473), - [anon_sym_f32] = ACTIONS(1473), - [anon_sym_f64] = ACTIONS(1473), - [anon_sym_bool] = ACTIONS(1473), - [anon_sym_str] = ACTIONS(1473), - [anon_sym_char] = ACTIONS(1473), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_SLASH] = ACTIONS(1473), - [anon_sym_PERCENT] = ACTIONS(1473), - [anon_sym_CARET] = ACTIONS(1473), - [anon_sym_BANG] = ACTIONS(1473), - [anon_sym_AMP] = ACTIONS(1473), - [anon_sym_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1471), - [anon_sym_LT_LT] = ACTIONS(1473), - [anon_sym_GT_GT] = ACTIONS(1473), - [anon_sym_PLUS_EQ] = ACTIONS(1471), - [anon_sym_DASH_EQ] = ACTIONS(1471), - [anon_sym_STAR_EQ] = ACTIONS(1471), - [anon_sym_SLASH_EQ] = ACTIONS(1471), - [anon_sym_PERCENT_EQ] = ACTIONS(1471), - [anon_sym_CARET_EQ] = ACTIONS(1471), - [anon_sym_AMP_EQ] = ACTIONS(1471), - [anon_sym_PIPE_EQ] = ACTIONS(1471), - [anon_sym_LT_LT_EQ] = ACTIONS(1471), - [anon_sym_GT_GT_EQ] = ACTIONS(1471), - [anon_sym_EQ] = ACTIONS(1473), - [anon_sym_EQ_EQ] = ACTIONS(1471), - [anon_sym_BANG_EQ] = ACTIONS(1471), - [anon_sym_GT] = ACTIONS(1473), - [anon_sym_LT] = ACTIONS(1473), - [anon_sym_GT_EQ] = ACTIONS(1471), - [anon_sym_LT_EQ] = ACTIONS(1471), - [anon_sym_DOT] = ACTIONS(1473), - [anon_sym_DOT_DOT] = ACTIONS(1473), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1471), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1471), - [anon_sym_COLON_COLON] = ACTIONS(1471), - [anon_sym_POUND] = ACTIONS(1471), - [anon_sym_SQUOTE] = ACTIONS(1473), - [anon_sym_as] = ACTIONS(1473), - [anon_sym_async] = ACTIONS(1473), - [anon_sym_break] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_continue] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_enum] = ACTIONS(1473), - [anon_sym_fn] = ACTIONS(1473), - [anon_sym_for] = ACTIONS(1473), - [anon_sym_gen] = ACTIONS(1473), - [anon_sym_if] = ACTIONS(1473), - [anon_sym_impl] = ACTIONS(1473), - [anon_sym_let] = ACTIONS(1473), - [anon_sym_loop] = ACTIONS(1473), - [anon_sym_match] = ACTIONS(1473), - [anon_sym_mod] = ACTIONS(1473), - [anon_sym_pub] = ACTIONS(1473), - [anon_sym_return] = ACTIONS(1473), - [anon_sym_static] = ACTIONS(1473), - [anon_sym_struct] = ACTIONS(1473), - [anon_sym_trait] = ACTIONS(1473), - [anon_sym_type] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_unsafe] = ACTIONS(1473), - [anon_sym_use] = ACTIONS(1473), - [anon_sym_while] = ACTIONS(1473), - [anon_sym_extern] = ACTIONS(1473), - [anon_sym_yield] = ACTIONS(1473), - [anon_sym_move] = ACTIONS(1473), - [anon_sym_try] = ACTIONS(1473), - [sym_integer_literal] = ACTIONS(1471), - [aux_sym_string_literal_token1] = ACTIONS(1471), - [sym_char_literal] = ACTIONS(1471), - [anon_sym_true] = ACTIONS(1473), - [anon_sym_false] = ACTIONS(1473), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1473), - [sym_super] = ACTIONS(1473), - [sym_crate] = ACTIONS(1473), - [sym_metavariable] = ACTIONS(1471), - [sym__raw_string_literal_start] = ACTIONS(1471), - [sym_float_literal] = ACTIONS(1471), + [STATE(389)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(389), + [sym_block_comment] = STATE(389), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_RPAREN] = ACTIONS(1415), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(404)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(404), - [sym_block_comment] = STATE(404), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [STATE(390)] = { + [sym_line_comment] = STATE(390), + [sym_block_comment] = STATE(390), + [ts_builtin_sym_end] = ACTIONS(1417), + [sym_identifier] = ACTIONS(1419), + [anon_sym_SEMI] = ACTIONS(1417), + [anon_sym_macro_rules_BANG] = ACTIONS(1417), + [anon_sym_LPAREN] = ACTIONS(1417), + [anon_sym_LBRACK] = ACTIONS(1417), + [anon_sym_LBRACE] = ACTIONS(1417), + [anon_sym_RBRACE] = ACTIONS(1417), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_STAR] = ACTIONS(1419), + [anon_sym_QMARK] = ACTIONS(1417), + [anon_sym_u8] = ACTIONS(1419), + [anon_sym_i8] = ACTIONS(1419), + [anon_sym_u16] = ACTIONS(1419), + [anon_sym_i16] = ACTIONS(1419), + [anon_sym_u32] = ACTIONS(1419), + [anon_sym_i32] = ACTIONS(1419), + [anon_sym_u64] = ACTIONS(1419), + [anon_sym_i64] = ACTIONS(1419), + [anon_sym_u128] = ACTIONS(1419), + [anon_sym_i128] = ACTIONS(1419), + [anon_sym_isize] = ACTIONS(1419), + [anon_sym_usize] = ACTIONS(1419), + [anon_sym_f32] = ACTIONS(1419), + [anon_sym_f64] = ACTIONS(1419), + [anon_sym_bool] = ACTIONS(1419), + [anon_sym_str] = ACTIONS(1419), + [anon_sym_char] = ACTIONS(1419), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_SLASH] = ACTIONS(1419), + [anon_sym_PERCENT] = ACTIONS(1419), + [anon_sym_CARET] = ACTIONS(1419), + [anon_sym_BANG] = ACTIONS(1419), + [anon_sym_AMP] = ACTIONS(1419), + [anon_sym_PIPE] = ACTIONS(1419), + [anon_sym_AMP_AMP] = ACTIONS(1417), + [anon_sym_PIPE_PIPE] = ACTIONS(1417), + [anon_sym_LT_LT] = ACTIONS(1419), + [anon_sym_GT_GT] = ACTIONS(1419), + [anon_sym_PLUS_EQ] = ACTIONS(1417), + [anon_sym_DASH_EQ] = ACTIONS(1417), + [anon_sym_STAR_EQ] = ACTIONS(1417), + [anon_sym_SLASH_EQ] = ACTIONS(1417), + [anon_sym_PERCENT_EQ] = ACTIONS(1417), + [anon_sym_CARET_EQ] = ACTIONS(1417), + [anon_sym_AMP_EQ] = ACTIONS(1417), + [anon_sym_PIPE_EQ] = ACTIONS(1417), + [anon_sym_LT_LT_EQ] = ACTIONS(1417), + [anon_sym_GT_GT_EQ] = ACTIONS(1417), + [anon_sym_EQ] = ACTIONS(1419), + [anon_sym_EQ_EQ] = ACTIONS(1417), + [anon_sym_BANG_EQ] = ACTIONS(1417), + [anon_sym_GT] = ACTIONS(1419), + [anon_sym_LT] = ACTIONS(1419), + [anon_sym_GT_EQ] = ACTIONS(1417), + [anon_sym_LT_EQ] = ACTIONS(1417), + [anon_sym_DOT] = ACTIONS(1419), + [anon_sym_DOT_DOT] = ACTIONS(1419), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1417), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1417), + [anon_sym_COLON_COLON] = ACTIONS(1417), + [anon_sym_POUND] = ACTIONS(1417), + [anon_sym_SQUOTE] = ACTIONS(1419), + [anon_sym_as] = ACTIONS(1419), + [anon_sym_async] = ACTIONS(1419), + [anon_sym_break] = ACTIONS(1419), + [anon_sym_const] = ACTIONS(1419), + [anon_sym_continue] = ACTIONS(1419), + [anon_sym_default] = ACTIONS(1419), + [anon_sym_enum] = ACTIONS(1419), + [anon_sym_fn] = ACTIONS(1419), + [anon_sym_for] = ACTIONS(1419), + [anon_sym_gen] = ACTIONS(1419), + [anon_sym_if] = ACTIONS(1419), + [anon_sym_impl] = ACTIONS(1419), + [anon_sym_let] = ACTIONS(1419), + [anon_sym_loop] = ACTIONS(1419), + [anon_sym_match] = ACTIONS(1419), + [anon_sym_mod] = ACTIONS(1419), + [anon_sym_pub] = ACTIONS(1419), + [anon_sym_return] = ACTIONS(1419), + [anon_sym_static] = ACTIONS(1419), + [anon_sym_struct] = ACTIONS(1419), + [anon_sym_trait] = ACTIONS(1419), + [anon_sym_type] = ACTIONS(1419), + [anon_sym_union] = ACTIONS(1419), + [anon_sym_unsafe] = ACTIONS(1419), + [anon_sym_use] = ACTIONS(1419), + [anon_sym_while] = ACTIONS(1419), + [anon_sym_extern] = ACTIONS(1419), + [anon_sym_yield] = ACTIONS(1419), + [anon_sym_move] = ACTIONS(1419), + [anon_sym_try] = ACTIONS(1419), + [sym_integer_literal] = ACTIONS(1417), + [aux_sym_string_literal_token1] = ACTIONS(1417), + [sym_char_literal] = ACTIONS(1417), + [anon_sym_true] = ACTIONS(1419), + [anon_sym_false] = ACTIONS(1419), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1419), + [sym_super] = ACTIONS(1419), + [sym_crate] = ACTIONS(1419), + [sym_metavariable] = ACTIONS(1417), + [sym__raw_string_literal_start] = ACTIONS(1417), + [sym_float_literal] = ACTIONS(1417), + }, + [STATE(391)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2687), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(2997), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2584), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(391), + [sym_block_comment] = STATE(391), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1337), [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1475), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_RPAREN] = ACTIONS(1421), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1343), [anon_sym_i8] = ACTIONS(1343), [anon_sym_u16] = ACTIONS(1343), @@ -62697,80 +61384,1182 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1343), [anon_sym_str] = ACTIONS(1343), [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE] = ACTIONS(1425), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1429), [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1431), [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), + [sym_self] = ACTIONS(1359), [sym_super] = ACTIONS(1359), [sym_crate] = ACTIONS(1359), [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(405)] = { - [sym_line_comment] = STATE(405), - [sym_block_comment] = STATE(405), - [ts_builtin_sym_end] = ACTIONS(1477), - [sym_identifier] = ACTIONS(1479), + [STATE(392)] = { + [sym_line_comment] = STATE(392), + [sym_block_comment] = STATE(392), + [ts_builtin_sym_end] = ACTIONS(1437), + [sym_identifier] = ACTIONS(1439), + [anon_sym_SEMI] = ACTIONS(1437), + [anon_sym_macro_rules_BANG] = ACTIONS(1437), + [anon_sym_LPAREN] = ACTIONS(1437), + [anon_sym_LBRACK] = ACTIONS(1437), + [anon_sym_LBRACE] = ACTIONS(1437), + [anon_sym_RBRACE] = ACTIONS(1437), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1439), + [anon_sym_QMARK] = ACTIONS(1437), + [anon_sym_u8] = ACTIONS(1439), + [anon_sym_i8] = ACTIONS(1439), + [anon_sym_u16] = ACTIONS(1439), + [anon_sym_i16] = ACTIONS(1439), + [anon_sym_u32] = ACTIONS(1439), + [anon_sym_i32] = ACTIONS(1439), + [anon_sym_u64] = ACTIONS(1439), + [anon_sym_i64] = ACTIONS(1439), + [anon_sym_u128] = ACTIONS(1439), + [anon_sym_i128] = ACTIONS(1439), + [anon_sym_isize] = ACTIONS(1439), + [anon_sym_usize] = ACTIONS(1439), + [anon_sym_f32] = ACTIONS(1439), + [anon_sym_f64] = ACTIONS(1439), + [anon_sym_bool] = ACTIONS(1439), + [anon_sym_str] = ACTIONS(1439), + [anon_sym_char] = ACTIONS(1439), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_SLASH] = ACTIONS(1439), + [anon_sym_PERCENT] = ACTIONS(1439), + [anon_sym_CARET] = ACTIONS(1439), + [anon_sym_BANG] = ACTIONS(1439), + [anon_sym_AMP] = ACTIONS(1439), + [anon_sym_PIPE] = ACTIONS(1439), + [anon_sym_AMP_AMP] = ACTIONS(1437), + [anon_sym_PIPE_PIPE] = ACTIONS(1437), + [anon_sym_LT_LT] = ACTIONS(1439), + [anon_sym_GT_GT] = ACTIONS(1439), + [anon_sym_PLUS_EQ] = ACTIONS(1437), + [anon_sym_DASH_EQ] = ACTIONS(1437), + [anon_sym_STAR_EQ] = ACTIONS(1437), + [anon_sym_SLASH_EQ] = ACTIONS(1437), + [anon_sym_PERCENT_EQ] = ACTIONS(1437), + [anon_sym_CARET_EQ] = ACTIONS(1437), + [anon_sym_AMP_EQ] = ACTIONS(1437), + [anon_sym_PIPE_EQ] = ACTIONS(1437), + [anon_sym_LT_LT_EQ] = ACTIONS(1437), + [anon_sym_GT_GT_EQ] = ACTIONS(1437), + [anon_sym_EQ] = ACTIONS(1439), + [anon_sym_EQ_EQ] = ACTIONS(1437), + [anon_sym_BANG_EQ] = ACTIONS(1437), + [anon_sym_GT] = ACTIONS(1439), + [anon_sym_LT] = ACTIONS(1439), + [anon_sym_GT_EQ] = ACTIONS(1437), + [anon_sym_LT_EQ] = ACTIONS(1437), + [anon_sym_DOT] = ACTIONS(1439), + [anon_sym_DOT_DOT] = ACTIONS(1439), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1437), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1437), + [anon_sym_COLON_COLON] = ACTIONS(1437), + [anon_sym_POUND] = ACTIONS(1437), + [anon_sym_SQUOTE] = ACTIONS(1439), + [anon_sym_as] = ACTIONS(1439), + [anon_sym_async] = ACTIONS(1439), + [anon_sym_break] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_continue] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_enum] = ACTIONS(1439), + [anon_sym_fn] = ACTIONS(1439), + [anon_sym_for] = ACTIONS(1439), + [anon_sym_gen] = ACTIONS(1439), + [anon_sym_if] = ACTIONS(1439), + [anon_sym_impl] = ACTIONS(1439), + [anon_sym_let] = ACTIONS(1439), + [anon_sym_loop] = ACTIONS(1439), + [anon_sym_match] = ACTIONS(1439), + [anon_sym_mod] = ACTIONS(1439), + [anon_sym_pub] = ACTIONS(1439), + [anon_sym_return] = ACTIONS(1439), + [anon_sym_static] = ACTIONS(1439), + [anon_sym_struct] = ACTIONS(1439), + [anon_sym_trait] = ACTIONS(1439), + [anon_sym_type] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_unsafe] = ACTIONS(1439), + [anon_sym_use] = ACTIONS(1439), + [anon_sym_while] = ACTIONS(1439), + [anon_sym_extern] = ACTIONS(1439), + [anon_sym_yield] = ACTIONS(1439), + [anon_sym_move] = ACTIONS(1439), + [anon_sym_try] = ACTIONS(1439), + [sym_integer_literal] = ACTIONS(1437), + [aux_sym_string_literal_token1] = ACTIONS(1437), + [sym_char_literal] = ACTIONS(1437), + [anon_sym_true] = ACTIONS(1439), + [anon_sym_false] = ACTIONS(1439), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1439), + [sym_super] = ACTIONS(1439), + [sym_crate] = ACTIONS(1439), + [sym_metavariable] = ACTIONS(1437), + [sym__raw_string_literal_start] = ACTIONS(1437), + [sym_float_literal] = ACTIONS(1437), + }, + [STATE(393)] = { + [sym_line_comment] = STATE(393), + [sym_block_comment] = STATE(393), + [ts_builtin_sym_end] = ACTIONS(1441), + [sym_identifier] = ACTIONS(1443), + [anon_sym_SEMI] = ACTIONS(1441), + [anon_sym_macro_rules_BANG] = ACTIONS(1441), + [anon_sym_LPAREN] = ACTIONS(1441), + [anon_sym_LBRACK] = ACTIONS(1441), + [anon_sym_LBRACE] = ACTIONS(1441), + [anon_sym_RBRACE] = ACTIONS(1441), + [anon_sym_PLUS] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_QMARK] = ACTIONS(1441), + [anon_sym_u8] = ACTIONS(1443), + [anon_sym_i8] = ACTIONS(1443), + [anon_sym_u16] = ACTIONS(1443), + [anon_sym_i16] = ACTIONS(1443), + [anon_sym_u32] = ACTIONS(1443), + [anon_sym_i32] = ACTIONS(1443), + [anon_sym_u64] = ACTIONS(1443), + [anon_sym_i64] = ACTIONS(1443), + [anon_sym_u128] = ACTIONS(1443), + [anon_sym_i128] = ACTIONS(1443), + [anon_sym_isize] = ACTIONS(1443), + [anon_sym_usize] = ACTIONS(1443), + [anon_sym_f32] = ACTIONS(1443), + [anon_sym_f64] = ACTIONS(1443), + [anon_sym_bool] = ACTIONS(1443), + [anon_sym_str] = ACTIONS(1443), + [anon_sym_char] = ACTIONS(1443), + [anon_sym_DASH] = ACTIONS(1443), + [anon_sym_SLASH] = ACTIONS(1443), + [anon_sym_PERCENT] = ACTIONS(1443), + [anon_sym_CARET] = ACTIONS(1443), + [anon_sym_BANG] = ACTIONS(1443), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_PIPE] = ACTIONS(1443), + [anon_sym_AMP_AMP] = ACTIONS(1441), + [anon_sym_PIPE_PIPE] = ACTIONS(1441), + [anon_sym_LT_LT] = ACTIONS(1443), + [anon_sym_GT_GT] = ACTIONS(1443), + [anon_sym_PLUS_EQ] = ACTIONS(1441), + [anon_sym_DASH_EQ] = ACTIONS(1441), + [anon_sym_STAR_EQ] = ACTIONS(1441), + [anon_sym_SLASH_EQ] = ACTIONS(1441), + [anon_sym_PERCENT_EQ] = ACTIONS(1441), + [anon_sym_CARET_EQ] = ACTIONS(1441), + [anon_sym_AMP_EQ] = ACTIONS(1441), + [anon_sym_PIPE_EQ] = ACTIONS(1441), + [anon_sym_LT_LT_EQ] = ACTIONS(1441), + [anon_sym_GT_GT_EQ] = ACTIONS(1441), + [anon_sym_EQ] = ACTIONS(1443), + [anon_sym_EQ_EQ] = ACTIONS(1441), + [anon_sym_BANG_EQ] = ACTIONS(1441), + [anon_sym_GT] = ACTIONS(1443), + [anon_sym_LT] = ACTIONS(1443), + [anon_sym_GT_EQ] = ACTIONS(1441), + [anon_sym_LT_EQ] = ACTIONS(1441), + [anon_sym_DOT] = ACTIONS(1443), + [anon_sym_DOT_DOT] = ACTIONS(1443), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1441), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1441), + [anon_sym_COLON_COLON] = ACTIONS(1441), + [anon_sym_POUND] = ACTIONS(1441), + [anon_sym_SQUOTE] = ACTIONS(1443), + [anon_sym_as] = ACTIONS(1443), + [anon_sym_async] = ACTIONS(1443), + [anon_sym_break] = ACTIONS(1443), + [anon_sym_const] = ACTIONS(1443), + [anon_sym_continue] = ACTIONS(1443), + [anon_sym_default] = ACTIONS(1443), + [anon_sym_enum] = ACTIONS(1443), + [anon_sym_fn] = ACTIONS(1443), + [anon_sym_for] = ACTIONS(1443), + [anon_sym_gen] = ACTIONS(1443), + [anon_sym_if] = ACTIONS(1443), + [anon_sym_impl] = ACTIONS(1443), + [anon_sym_let] = ACTIONS(1443), + [anon_sym_loop] = ACTIONS(1443), + [anon_sym_match] = ACTIONS(1443), + [anon_sym_mod] = ACTIONS(1443), + [anon_sym_pub] = ACTIONS(1443), + [anon_sym_return] = ACTIONS(1443), + [anon_sym_static] = ACTIONS(1443), + [anon_sym_struct] = ACTIONS(1443), + [anon_sym_trait] = ACTIONS(1443), + [anon_sym_type] = ACTIONS(1443), + [anon_sym_union] = ACTIONS(1443), + [anon_sym_unsafe] = ACTIONS(1443), + [anon_sym_use] = ACTIONS(1443), + [anon_sym_while] = ACTIONS(1443), + [anon_sym_extern] = ACTIONS(1443), + [anon_sym_yield] = ACTIONS(1443), + [anon_sym_move] = ACTIONS(1443), + [anon_sym_try] = ACTIONS(1443), + [sym_integer_literal] = ACTIONS(1441), + [aux_sym_string_literal_token1] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [anon_sym_true] = ACTIONS(1443), + [anon_sym_false] = ACTIONS(1443), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1443), + [sym_super] = ACTIONS(1443), + [sym_crate] = ACTIONS(1443), + [sym_metavariable] = ACTIONS(1441), + [sym__raw_string_literal_start] = ACTIONS(1441), + [sym_float_literal] = ACTIONS(1441), + }, + [STATE(394)] = { + [sym_line_comment] = STATE(394), + [sym_block_comment] = STATE(394), + [ts_builtin_sym_end] = ACTIONS(1445), + [sym_identifier] = ACTIONS(1447), + [anon_sym_SEMI] = ACTIONS(1445), + [anon_sym_macro_rules_BANG] = ACTIONS(1445), + [anon_sym_LPAREN] = ACTIONS(1445), + [anon_sym_LBRACK] = ACTIONS(1445), + [anon_sym_LBRACE] = ACTIONS(1445), + [anon_sym_RBRACE] = ACTIONS(1445), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1447), + [anon_sym_QMARK] = ACTIONS(1445), + [anon_sym_u8] = ACTIONS(1447), + [anon_sym_i8] = ACTIONS(1447), + [anon_sym_u16] = ACTIONS(1447), + [anon_sym_i16] = ACTIONS(1447), + [anon_sym_u32] = ACTIONS(1447), + [anon_sym_i32] = ACTIONS(1447), + [anon_sym_u64] = ACTIONS(1447), + [anon_sym_i64] = ACTIONS(1447), + [anon_sym_u128] = ACTIONS(1447), + [anon_sym_i128] = ACTIONS(1447), + [anon_sym_isize] = ACTIONS(1447), + [anon_sym_usize] = ACTIONS(1447), + [anon_sym_f32] = ACTIONS(1447), + [anon_sym_f64] = ACTIONS(1447), + [anon_sym_bool] = ACTIONS(1447), + [anon_sym_str] = ACTIONS(1447), + [anon_sym_char] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_SLASH] = ACTIONS(1447), + [anon_sym_PERCENT] = ACTIONS(1447), + [anon_sym_CARET] = ACTIONS(1447), + [anon_sym_BANG] = ACTIONS(1447), + [anon_sym_AMP] = ACTIONS(1447), + [anon_sym_PIPE] = ACTIONS(1447), + [anon_sym_AMP_AMP] = ACTIONS(1445), + [anon_sym_PIPE_PIPE] = ACTIONS(1445), + [anon_sym_LT_LT] = ACTIONS(1447), + [anon_sym_GT_GT] = ACTIONS(1447), + [anon_sym_PLUS_EQ] = ACTIONS(1445), + [anon_sym_DASH_EQ] = ACTIONS(1445), + [anon_sym_STAR_EQ] = ACTIONS(1445), + [anon_sym_SLASH_EQ] = ACTIONS(1445), + [anon_sym_PERCENT_EQ] = ACTIONS(1445), + [anon_sym_CARET_EQ] = ACTIONS(1445), + [anon_sym_AMP_EQ] = ACTIONS(1445), + [anon_sym_PIPE_EQ] = ACTIONS(1445), + [anon_sym_LT_LT_EQ] = ACTIONS(1445), + [anon_sym_GT_GT_EQ] = ACTIONS(1445), + [anon_sym_EQ] = ACTIONS(1447), + [anon_sym_EQ_EQ] = ACTIONS(1445), + [anon_sym_BANG_EQ] = ACTIONS(1445), + [anon_sym_GT] = ACTIONS(1447), + [anon_sym_LT] = ACTIONS(1447), + [anon_sym_GT_EQ] = ACTIONS(1445), + [anon_sym_LT_EQ] = ACTIONS(1445), + [anon_sym_DOT] = ACTIONS(1447), + [anon_sym_DOT_DOT] = ACTIONS(1447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1445), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1445), + [anon_sym_COLON_COLON] = ACTIONS(1445), + [anon_sym_POUND] = ACTIONS(1445), + [anon_sym_SQUOTE] = ACTIONS(1447), + [anon_sym_as] = ACTIONS(1447), + [anon_sym_async] = ACTIONS(1447), + [anon_sym_break] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_continue] = ACTIONS(1447), + [anon_sym_default] = ACTIONS(1447), + [anon_sym_enum] = ACTIONS(1447), + [anon_sym_fn] = ACTIONS(1447), + [anon_sym_for] = ACTIONS(1447), + [anon_sym_gen] = ACTIONS(1447), + [anon_sym_if] = ACTIONS(1447), + [anon_sym_impl] = ACTIONS(1447), + [anon_sym_let] = ACTIONS(1447), + [anon_sym_loop] = ACTIONS(1447), + [anon_sym_match] = ACTIONS(1447), + [anon_sym_mod] = ACTIONS(1447), + [anon_sym_pub] = ACTIONS(1447), + [anon_sym_return] = ACTIONS(1447), + [anon_sym_static] = ACTIONS(1447), + [anon_sym_struct] = ACTIONS(1447), + [anon_sym_trait] = ACTIONS(1447), + [anon_sym_type] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1447), + [anon_sym_unsafe] = ACTIONS(1447), + [anon_sym_use] = ACTIONS(1447), + [anon_sym_while] = ACTIONS(1447), + [anon_sym_extern] = ACTIONS(1447), + [anon_sym_yield] = ACTIONS(1447), + [anon_sym_move] = ACTIONS(1447), + [anon_sym_try] = ACTIONS(1447), + [sym_integer_literal] = ACTIONS(1445), + [aux_sym_string_literal_token1] = ACTIONS(1445), + [sym_char_literal] = ACTIONS(1445), + [anon_sym_true] = ACTIONS(1447), + [anon_sym_false] = ACTIONS(1447), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1447), + [sym_super] = ACTIONS(1447), + [sym_crate] = ACTIONS(1447), + [sym_metavariable] = ACTIONS(1445), + [sym__raw_string_literal_start] = ACTIONS(1445), + [sym_float_literal] = ACTIONS(1445), + }, + [STATE(395)] = { + [sym_line_comment] = STATE(395), + [sym_block_comment] = STATE(395), + [ts_builtin_sym_end] = ACTIONS(1039), + [sym_identifier] = ACTIONS(1037), + [anon_sym_SEMI] = ACTIONS(1039), + [anon_sym_macro_rules_BANG] = ACTIONS(1039), + [anon_sym_LPAREN] = ACTIONS(1039), + [anon_sym_LBRACK] = ACTIONS(1039), + [anon_sym_LBRACE] = ACTIONS(1039), + [anon_sym_RBRACE] = ACTIONS(1039), + [anon_sym_PLUS] = ACTIONS(1037), + [anon_sym_STAR] = ACTIONS(1037), + [anon_sym_QMARK] = ACTIONS(1039), + [anon_sym_u8] = ACTIONS(1037), + [anon_sym_i8] = ACTIONS(1037), + [anon_sym_u16] = ACTIONS(1037), + [anon_sym_i16] = ACTIONS(1037), + [anon_sym_u32] = ACTIONS(1037), + [anon_sym_i32] = ACTIONS(1037), + [anon_sym_u64] = ACTIONS(1037), + [anon_sym_i64] = ACTIONS(1037), + [anon_sym_u128] = ACTIONS(1037), + [anon_sym_i128] = ACTIONS(1037), + [anon_sym_isize] = ACTIONS(1037), + [anon_sym_usize] = ACTIONS(1037), + [anon_sym_f32] = ACTIONS(1037), + [anon_sym_f64] = ACTIONS(1037), + [anon_sym_bool] = ACTIONS(1037), + [anon_sym_str] = ACTIONS(1037), + [anon_sym_char] = ACTIONS(1037), + [anon_sym_DASH] = ACTIONS(1037), + [anon_sym_SLASH] = ACTIONS(1037), + [anon_sym_PERCENT] = ACTIONS(1037), + [anon_sym_CARET] = ACTIONS(1037), + [anon_sym_BANG] = ACTIONS(1037), + [anon_sym_AMP] = ACTIONS(1037), + [anon_sym_PIPE] = ACTIONS(1037), + [anon_sym_AMP_AMP] = ACTIONS(1039), + [anon_sym_PIPE_PIPE] = ACTIONS(1039), + [anon_sym_LT_LT] = ACTIONS(1037), + [anon_sym_GT_GT] = ACTIONS(1037), + [anon_sym_PLUS_EQ] = ACTIONS(1039), + [anon_sym_DASH_EQ] = ACTIONS(1039), + [anon_sym_STAR_EQ] = ACTIONS(1039), + [anon_sym_SLASH_EQ] = ACTIONS(1039), + [anon_sym_PERCENT_EQ] = ACTIONS(1039), + [anon_sym_CARET_EQ] = ACTIONS(1039), + [anon_sym_AMP_EQ] = ACTIONS(1039), + [anon_sym_PIPE_EQ] = ACTIONS(1039), + [anon_sym_LT_LT_EQ] = ACTIONS(1039), + [anon_sym_GT_GT_EQ] = ACTIONS(1039), + [anon_sym_EQ] = ACTIONS(1037), + [anon_sym_EQ_EQ] = ACTIONS(1039), + [anon_sym_BANG_EQ] = ACTIONS(1039), + [anon_sym_GT] = ACTIONS(1037), + [anon_sym_LT] = ACTIONS(1037), + [anon_sym_GT_EQ] = ACTIONS(1039), + [anon_sym_LT_EQ] = ACTIONS(1039), + [anon_sym_DOT] = ACTIONS(1037), + [anon_sym_DOT_DOT] = ACTIONS(1037), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1039), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1039), + [anon_sym_COLON_COLON] = ACTIONS(1039), + [anon_sym_POUND] = ACTIONS(1039), + [anon_sym_SQUOTE] = ACTIONS(1037), + [anon_sym_as] = ACTIONS(1037), + [anon_sym_async] = ACTIONS(1037), + [anon_sym_break] = ACTIONS(1037), + [anon_sym_const] = ACTIONS(1037), + [anon_sym_continue] = ACTIONS(1037), + [anon_sym_default] = ACTIONS(1037), + [anon_sym_enum] = ACTIONS(1037), + [anon_sym_fn] = ACTIONS(1037), + [anon_sym_for] = ACTIONS(1037), + [anon_sym_gen] = ACTIONS(1037), + [anon_sym_if] = ACTIONS(1037), + [anon_sym_impl] = ACTIONS(1037), + [anon_sym_let] = ACTIONS(1037), + [anon_sym_loop] = ACTIONS(1037), + [anon_sym_match] = ACTIONS(1037), + [anon_sym_mod] = ACTIONS(1037), + [anon_sym_pub] = ACTIONS(1037), + [anon_sym_return] = ACTIONS(1037), + [anon_sym_static] = ACTIONS(1037), + [anon_sym_struct] = ACTIONS(1037), + [anon_sym_trait] = ACTIONS(1037), + [anon_sym_type] = ACTIONS(1037), + [anon_sym_union] = ACTIONS(1037), + [anon_sym_unsafe] = ACTIONS(1037), + [anon_sym_use] = ACTIONS(1037), + [anon_sym_while] = ACTIONS(1037), + [anon_sym_extern] = ACTIONS(1037), + [anon_sym_yield] = ACTIONS(1037), + [anon_sym_move] = ACTIONS(1037), + [anon_sym_try] = ACTIONS(1037), + [sym_integer_literal] = ACTIONS(1039), + [aux_sym_string_literal_token1] = ACTIONS(1039), + [sym_char_literal] = ACTIONS(1039), + [anon_sym_true] = ACTIONS(1037), + [anon_sym_false] = ACTIONS(1037), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1037), + [sym_super] = ACTIONS(1037), + [sym_crate] = ACTIONS(1037), + [sym_metavariable] = ACTIONS(1039), + [sym__raw_string_literal_start] = ACTIONS(1039), + [sym_float_literal] = ACTIONS(1039), + }, + [STATE(396)] = { + [sym_line_comment] = STATE(396), + [sym_block_comment] = STATE(396), + [ts_builtin_sym_end] = ACTIONS(1449), + [sym_identifier] = ACTIONS(1451), + [anon_sym_SEMI] = ACTIONS(1449), + [anon_sym_macro_rules_BANG] = ACTIONS(1449), + [anon_sym_LPAREN] = ACTIONS(1449), + [anon_sym_LBRACK] = ACTIONS(1449), + [anon_sym_LBRACE] = ACTIONS(1449), + [anon_sym_RBRACE] = ACTIONS(1449), + [anon_sym_PLUS] = ACTIONS(1451), + [anon_sym_STAR] = ACTIONS(1451), + [anon_sym_QMARK] = ACTIONS(1449), + [anon_sym_u8] = ACTIONS(1451), + [anon_sym_i8] = ACTIONS(1451), + [anon_sym_u16] = ACTIONS(1451), + [anon_sym_i16] = ACTIONS(1451), + [anon_sym_u32] = ACTIONS(1451), + [anon_sym_i32] = ACTIONS(1451), + [anon_sym_u64] = ACTIONS(1451), + [anon_sym_i64] = ACTIONS(1451), + [anon_sym_u128] = ACTIONS(1451), + [anon_sym_i128] = ACTIONS(1451), + [anon_sym_isize] = ACTIONS(1451), + [anon_sym_usize] = ACTIONS(1451), + [anon_sym_f32] = ACTIONS(1451), + [anon_sym_f64] = ACTIONS(1451), + [anon_sym_bool] = ACTIONS(1451), + [anon_sym_str] = ACTIONS(1451), + [anon_sym_char] = ACTIONS(1451), + [anon_sym_DASH] = ACTIONS(1451), + [anon_sym_SLASH] = ACTIONS(1451), + [anon_sym_PERCENT] = ACTIONS(1451), + [anon_sym_CARET] = ACTIONS(1451), + [anon_sym_BANG] = ACTIONS(1451), + [anon_sym_AMP] = ACTIONS(1451), + [anon_sym_PIPE] = ACTIONS(1451), + [anon_sym_AMP_AMP] = ACTIONS(1449), + [anon_sym_PIPE_PIPE] = ACTIONS(1449), + [anon_sym_LT_LT] = ACTIONS(1451), + [anon_sym_GT_GT] = ACTIONS(1451), + [anon_sym_PLUS_EQ] = ACTIONS(1449), + [anon_sym_DASH_EQ] = ACTIONS(1449), + [anon_sym_STAR_EQ] = ACTIONS(1449), + [anon_sym_SLASH_EQ] = ACTIONS(1449), + [anon_sym_PERCENT_EQ] = ACTIONS(1449), + [anon_sym_CARET_EQ] = ACTIONS(1449), + [anon_sym_AMP_EQ] = ACTIONS(1449), + [anon_sym_PIPE_EQ] = ACTIONS(1449), + [anon_sym_LT_LT_EQ] = ACTIONS(1449), + [anon_sym_GT_GT_EQ] = ACTIONS(1449), + [anon_sym_EQ] = ACTIONS(1451), + [anon_sym_EQ_EQ] = ACTIONS(1449), + [anon_sym_BANG_EQ] = ACTIONS(1449), + [anon_sym_GT] = ACTIONS(1451), + [anon_sym_LT] = ACTIONS(1451), + [anon_sym_GT_EQ] = ACTIONS(1449), + [anon_sym_LT_EQ] = ACTIONS(1449), + [anon_sym_DOT] = ACTIONS(1451), + [anon_sym_DOT_DOT] = ACTIONS(1451), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1449), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1449), + [anon_sym_COLON_COLON] = ACTIONS(1449), + [anon_sym_POUND] = ACTIONS(1449), + [anon_sym_SQUOTE] = ACTIONS(1451), + [anon_sym_as] = ACTIONS(1451), + [anon_sym_async] = ACTIONS(1451), + [anon_sym_break] = ACTIONS(1451), + [anon_sym_const] = ACTIONS(1451), + [anon_sym_continue] = ACTIONS(1451), + [anon_sym_default] = ACTIONS(1451), + [anon_sym_enum] = ACTIONS(1451), + [anon_sym_fn] = ACTIONS(1451), + [anon_sym_for] = ACTIONS(1451), + [anon_sym_gen] = ACTIONS(1451), + [anon_sym_if] = ACTIONS(1451), + [anon_sym_impl] = ACTIONS(1451), + [anon_sym_let] = ACTIONS(1451), + [anon_sym_loop] = ACTIONS(1451), + [anon_sym_match] = ACTIONS(1451), + [anon_sym_mod] = ACTIONS(1451), + [anon_sym_pub] = ACTIONS(1451), + [anon_sym_return] = ACTIONS(1451), + [anon_sym_static] = ACTIONS(1451), + [anon_sym_struct] = ACTIONS(1451), + [anon_sym_trait] = ACTIONS(1451), + [anon_sym_type] = ACTIONS(1451), + [anon_sym_union] = ACTIONS(1451), + [anon_sym_unsafe] = ACTIONS(1451), + [anon_sym_use] = ACTIONS(1451), + [anon_sym_while] = ACTIONS(1451), + [anon_sym_extern] = ACTIONS(1451), + [anon_sym_yield] = ACTIONS(1451), + [anon_sym_move] = ACTIONS(1451), + [anon_sym_try] = ACTIONS(1451), + [sym_integer_literal] = ACTIONS(1449), + [aux_sym_string_literal_token1] = ACTIONS(1449), + [sym_char_literal] = ACTIONS(1449), + [anon_sym_true] = ACTIONS(1451), + [anon_sym_false] = ACTIONS(1451), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1451), + [sym_super] = ACTIONS(1451), + [sym_crate] = ACTIONS(1451), + [sym_metavariable] = ACTIONS(1449), + [sym__raw_string_literal_start] = ACTIONS(1449), + [sym_float_literal] = ACTIONS(1449), + }, + [STATE(397)] = { + [sym_line_comment] = STATE(397), + [sym_block_comment] = STATE(397), + [ts_builtin_sym_end] = ACTIONS(1453), + [sym_identifier] = ACTIONS(1455), + [anon_sym_SEMI] = ACTIONS(1453), + [anon_sym_macro_rules_BANG] = ACTIONS(1453), + [anon_sym_LPAREN] = ACTIONS(1453), + [anon_sym_LBRACK] = ACTIONS(1453), + [anon_sym_LBRACE] = ACTIONS(1453), + [anon_sym_RBRACE] = ACTIONS(1453), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_STAR] = ACTIONS(1455), + [anon_sym_QMARK] = ACTIONS(1453), + [anon_sym_u8] = ACTIONS(1455), + [anon_sym_i8] = ACTIONS(1455), + [anon_sym_u16] = ACTIONS(1455), + [anon_sym_i16] = ACTIONS(1455), + [anon_sym_u32] = ACTIONS(1455), + [anon_sym_i32] = ACTIONS(1455), + [anon_sym_u64] = ACTIONS(1455), + [anon_sym_i64] = ACTIONS(1455), + [anon_sym_u128] = ACTIONS(1455), + [anon_sym_i128] = ACTIONS(1455), + [anon_sym_isize] = ACTIONS(1455), + [anon_sym_usize] = ACTIONS(1455), + [anon_sym_f32] = ACTIONS(1455), + [anon_sym_f64] = ACTIONS(1455), + [anon_sym_bool] = ACTIONS(1455), + [anon_sym_str] = ACTIONS(1455), + [anon_sym_char] = ACTIONS(1455), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_SLASH] = ACTIONS(1455), + [anon_sym_PERCENT] = ACTIONS(1455), + [anon_sym_CARET] = ACTIONS(1455), + [anon_sym_BANG] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(1455), + [anon_sym_PIPE] = ACTIONS(1455), + [anon_sym_AMP_AMP] = ACTIONS(1453), + [anon_sym_PIPE_PIPE] = ACTIONS(1453), + [anon_sym_LT_LT] = ACTIONS(1455), + [anon_sym_GT_GT] = ACTIONS(1455), + [anon_sym_PLUS_EQ] = ACTIONS(1453), + [anon_sym_DASH_EQ] = ACTIONS(1453), + [anon_sym_STAR_EQ] = ACTIONS(1453), + [anon_sym_SLASH_EQ] = ACTIONS(1453), + [anon_sym_PERCENT_EQ] = ACTIONS(1453), + [anon_sym_CARET_EQ] = ACTIONS(1453), + [anon_sym_AMP_EQ] = ACTIONS(1453), + [anon_sym_PIPE_EQ] = ACTIONS(1453), + [anon_sym_LT_LT_EQ] = ACTIONS(1453), + [anon_sym_GT_GT_EQ] = ACTIONS(1453), + [anon_sym_EQ] = ACTIONS(1455), + [anon_sym_EQ_EQ] = ACTIONS(1453), + [anon_sym_BANG_EQ] = ACTIONS(1453), + [anon_sym_GT] = ACTIONS(1455), + [anon_sym_LT] = ACTIONS(1455), + [anon_sym_GT_EQ] = ACTIONS(1453), + [anon_sym_LT_EQ] = ACTIONS(1453), + [anon_sym_DOT] = ACTIONS(1455), + [anon_sym_DOT_DOT] = ACTIONS(1455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1453), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1453), + [anon_sym_COLON_COLON] = ACTIONS(1453), + [anon_sym_POUND] = ACTIONS(1453), + [anon_sym_SQUOTE] = ACTIONS(1455), + [anon_sym_as] = ACTIONS(1455), + [anon_sym_async] = ACTIONS(1455), + [anon_sym_break] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_continue] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_enum] = ACTIONS(1455), + [anon_sym_fn] = ACTIONS(1455), + [anon_sym_for] = ACTIONS(1455), + [anon_sym_gen] = ACTIONS(1455), + [anon_sym_if] = ACTIONS(1455), + [anon_sym_impl] = ACTIONS(1455), + [anon_sym_let] = ACTIONS(1455), + [anon_sym_loop] = ACTIONS(1455), + [anon_sym_match] = ACTIONS(1455), + [anon_sym_mod] = ACTIONS(1455), + [anon_sym_pub] = ACTIONS(1455), + [anon_sym_return] = ACTIONS(1455), + [anon_sym_static] = ACTIONS(1455), + [anon_sym_struct] = ACTIONS(1455), + [anon_sym_trait] = ACTIONS(1455), + [anon_sym_type] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_unsafe] = ACTIONS(1455), + [anon_sym_use] = ACTIONS(1455), + [anon_sym_while] = ACTIONS(1455), + [anon_sym_extern] = ACTIONS(1455), + [anon_sym_yield] = ACTIONS(1455), + [anon_sym_move] = ACTIONS(1455), + [anon_sym_try] = ACTIONS(1455), + [sym_integer_literal] = ACTIONS(1453), + [aux_sym_string_literal_token1] = ACTIONS(1453), + [sym_char_literal] = ACTIONS(1453), + [anon_sym_true] = ACTIONS(1455), + [anon_sym_false] = ACTIONS(1455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1455), + [sym_super] = ACTIONS(1455), + [sym_crate] = ACTIONS(1455), + [sym_metavariable] = ACTIONS(1453), + [sym__raw_string_literal_start] = ACTIONS(1453), + [sym_float_literal] = ACTIONS(1453), + }, + [STATE(398)] = { + [sym_line_comment] = STATE(398), + [sym_block_comment] = STATE(398), + [ts_builtin_sym_end] = ACTIONS(1457), + [sym_identifier] = ACTIONS(1459), + [anon_sym_SEMI] = ACTIONS(1457), + [anon_sym_macro_rules_BANG] = ACTIONS(1457), + [anon_sym_LPAREN] = ACTIONS(1457), + [anon_sym_LBRACK] = ACTIONS(1457), + [anon_sym_LBRACE] = ACTIONS(1457), + [anon_sym_RBRACE] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1459), + [anon_sym_QMARK] = ACTIONS(1457), + [anon_sym_u8] = ACTIONS(1459), + [anon_sym_i8] = ACTIONS(1459), + [anon_sym_u16] = ACTIONS(1459), + [anon_sym_i16] = ACTIONS(1459), + [anon_sym_u32] = ACTIONS(1459), + [anon_sym_i32] = ACTIONS(1459), + [anon_sym_u64] = ACTIONS(1459), + [anon_sym_i64] = ACTIONS(1459), + [anon_sym_u128] = ACTIONS(1459), + [anon_sym_i128] = ACTIONS(1459), + [anon_sym_isize] = ACTIONS(1459), + [anon_sym_usize] = ACTIONS(1459), + [anon_sym_f32] = ACTIONS(1459), + [anon_sym_f64] = ACTIONS(1459), + [anon_sym_bool] = ACTIONS(1459), + [anon_sym_str] = ACTIONS(1459), + [anon_sym_char] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_SLASH] = ACTIONS(1459), + [anon_sym_PERCENT] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_BANG] = ACTIONS(1459), + [anon_sym_AMP] = ACTIONS(1459), + [anon_sym_PIPE] = ACTIONS(1459), + [anon_sym_AMP_AMP] = ACTIONS(1457), + [anon_sym_PIPE_PIPE] = ACTIONS(1457), + [anon_sym_LT_LT] = ACTIONS(1459), + [anon_sym_GT_GT] = ACTIONS(1459), + [anon_sym_PLUS_EQ] = ACTIONS(1457), + [anon_sym_DASH_EQ] = ACTIONS(1457), + [anon_sym_STAR_EQ] = ACTIONS(1457), + [anon_sym_SLASH_EQ] = ACTIONS(1457), + [anon_sym_PERCENT_EQ] = ACTIONS(1457), + [anon_sym_CARET_EQ] = ACTIONS(1457), + [anon_sym_AMP_EQ] = ACTIONS(1457), + [anon_sym_PIPE_EQ] = ACTIONS(1457), + [anon_sym_LT_LT_EQ] = ACTIONS(1457), + [anon_sym_GT_GT_EQ] = ACTIONS(1457), + [anon_sym_EQ] = ACTIONS(1459), + [anon_sym_EQ_EQ] = ACTIONS(1457), + [anon_sym_BANG_EQ] = ACTIONS(1457), + [anon_sym_GT] = ACTIONS(1459), + [anon_sym_LT] = ACTIONS(1459), + [anon_sym_GT_EQ] = ACTIONS(1457), + [anon_sym_LT_EQ] = ACTIONS(1457), + [anon_sym_DOT] = ACTIONS(1459), + [anon_sym_DOT_DOT] = ACTIONS(1459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1457), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1457), + [anon_sym_COLON_COLON] = ACTIONS(1457), + [anon_sym_POUND] = ACTIONS(1457), + [anon_sym_SQUOTE] = ACTIONS(1459), + [anon_sym_as] = ACTIONS(1459), + [anon_sym_async] = ACTIONS(1459), + [anon_sym_break] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_continue] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_enum] = ACTIONS(1459), + [anon_sym_fn] = ACTIONS(1459), + [anon_sym_for] = ACTIONS(1459), + [anon_sym_gen] = ACTIONS(1459), + [anon_sym_if] = ACTIONS(1459), + [anon_sym_impl] = ACTIONS(1459), + [anon_sym_let] = ACTIONS(1459), + [anon_sym_loop] = ACTIONS(1459), + [anon_sym_match] = ACTIONS(1459), + [anon_sym_mod] = ACTIONS(1459), + [anon_sym_pub] = ACTIONS(1459), + [anon_sym_return] = ACTIONS(1459), + [anon_sym_static] = ACTIONS(1459), + [anon_sym_struct] = ACTIONS(1459), + [anon_sym_trait] = ACTIONS(1459), + [anon_sym_type] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_unsafe] = ACTIONS(1459), + [anon_sym_use] = ACTIONS(1459), + [anon_sym_while] = ACTIONS(1459), + [anon_sym_extern] = ACTIONS(1459), + [anon_sym_yield] = ACTIONS(1459), + [anon_sym_move] = ACTIONS(1459), + [anon_sym_try] = ACTIONS(1459), + [sym_integer_literal] = ACTIONS(1457), + [aux_sym_string_literal_token1] = ACTIONS(1457), + [sym_char_literal] = ACTIONS(1457), + [anon_sym_true] = ACTIONS(1459), + [anon_sym_false] = ACTIONS(1459), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1459), + [sym_super] = ACTIONS(1459), + [sym_crate] = ACTIONS(1459), + [sym_metavariable] = ACTIONS(1457), + [sym__raw_string_literal_start] = ACTIONS(1457), + [sym_float_literal] = ACTIONS(1457), + }, + [STATE(399)] = { + [sym_line_comment] = STATE(399), + [sym_block_comment] = STATE(399), + [ts_builtin_sym_end] = ACTIONS(1461), + [sym_identifier] = ACTIONS(1463), + [anon_sym_SEMI] = ACTIONS(1461), + [anon_sym_macro_rules_BANG] = ACTIONS(1461), + [anon_sym_LPAREN] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1461), + [anon_sym_LBRACE] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1463), + [anon_sym_QMARK] = ACTIONS(1461), + [anon_sym_u8] = ACTIONS(1463), + [anon_sym_i8] = ACTIONS(1463), + [anon_sym_u16] = ACTIONS(1463), + [anon_sym_i16] = ACTIONS(1463), + [anon_sym_u32] = ACTIONS(1463), + [anon_sym_i32] = ACTIONS(1463), + [anon_sym_u64] = ACTIONS(1463), + [anon_sym_i64] = ACTIONS(1463), + [anon_sym_u128] = ACTIONS(1463), + [anon_sym_i128] = ACTIONS(1463), + [anon_sym_isize] = ACTIONS(1463), + [anon_sym_usize] = ACTIONS(1463), + [anon_sym_f32] = ACTIONS(1463), + [anon_sym_f64] = ACTIONS(1463), + [anon_sym_bool] = ACTIONS(1463), + [anon_sym_str] = ACTIONS(1463), + [anon_sym_char] = ACTIONS(1463), + [anon_sym_DASH] = ACTIONS(1463), + [anon_sym_SLASH] = ACTIONS(1463), + [anon_sym_PERCENT] = ACTIONS(1463), + [anon_sym_CARET] = ACTIONS(1463), + [anon_sym_BANG] = ACTIONS(1463), + [anon_sym_AMP] = ACTIONS(1463), + [anon_sym_PIPE] = ACTIONS(1463), + [anon_sym_AMP_AMP] = ACTIONS(1461), + [anon_sym_PIPE_PIPE] = ACTIONS(1461), + [anon_sym_LT_LT] = ACTIONS(1463), + [anon_sym_GT_GT] = ACTIONS(1463), + [anon_sym_PLUS_EQ] = ACTIONS(1461), + [anon_sym_DASH_EQ] = ACTIONS(1461), + [anon_sym_STAR_EQ] = ACTIONS(1461), + [anon_sym_SLASH_EQ] = ACTIONS(1461), + [anon_sym_PERCENT_EQ] = ACTIONS(1461), + [anon_sym_CARET_EQ] = ACTIONS(1461), + [anon_sym_AMP_EQ] = ACTIONS(1461), + [anon_sym_PIPE_EQ] = ACTIONS(1461), + [anon_sym_LT_LT_EQ] = ACTIONS(1461), + [anon_sym_GT_GT_EQ] = ACTIONS(1461), + [anon_sym_EQ] = ACTIONS(1463), + [anon_sym_EQ_EQ] = ACTIONS(1461), + [anon_sym_BANG_EQ] = ACTIONS(1461), + [anon_sym_GT] = ACTIONS(1463), + [anon_sym_LT] = ACTIONS(1463), + [anon_sym_GT_EQ] = ACTIONS(1461), + [anon_sym_LT_EQ] = ACTIONS(1461), + [anon_sym_DOT] = ACTIONS(1463), + [anon_sym_DOT_DOT] = ACTIONS(1463), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1461), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1461), + [anon_sym_COLON_COLON] = ACTIONS(1461), + [anon_sym_POUND] = ACTIONS(1461), + [anon_sym_SQUOTE] = ACTIONS(1463), + [anon_sym_as] = ACTIONS(1463), + [anon_sym_async] = ACTIONS(1463), + [anon_sym_break] = ACTIONS(1463), + [anon_sym_const] = ACTIONS(1463), + [anon_sym_continue] = ACTIONS(1463), + [anon_sym_default] = ACTIONS(1463), + [anon_sym_enum] = ACTIONS(1463), + [anon_sym_fn] = ACTIONS(1463), + [anon_sym_for] = ACTIONS(1463), + [anon_sym_gen] = ACTIONS(1463), + [anon_sym_if] = ACTIONS(1463), + [anon_sym_impl] = ACTIONS(1463), + [anon_sym_let] = ACTIONS(1463), + [anon_sym_loop] = ACTIONS(1463), + [anon_sym_match] = ACTIONS(1463), + [anon_sym_mod] = ACTIONS(1463), + [anon_sym_pub] = ACTIONS(1463), + [anon_sym_return] = ACTIONS(1463), + [anon_sym_static] = ACTIONS(1463), + [anon_sym_struct] = ACTIONS(1463), + [anon_sym_trait] = ACTIONS(1463), + [anon_sym_type] = ACTIONS(1463), + [anon_sym_union] = ACTIONS(1463), + [anon_sym_unsafe] = ACTIONS(1463), + [anon_sym_use] = ACTIONS(1463), + [anon_sym_while] = ACTIONS(1463), + [anon_sym_extern] = ACTIONS(1463), + [anon_sym_yield] = ACTIONS(1463), + [anon_sym_move] = ACTIONS(1463), + [anon_sym_try] = ACTIONS(1463), + [sym_integer_literal] = ACTIONS(1461), + [aux_sym_string_literal_token1] = ACTIONS(1461), + [sym_char_literal] = ACTIONS(1461), + [anon_sym_true] = ACTIONS(1463), + [anon_sym_false] = ACTIONS(1463), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1463), + [sym_super] = ACTIONS(1463), + [sym_crate] = ACTIONS(1463), + [sym_metavariable] = ACTIONS(1461), + [sym__raw_string_literal_start] = ACTIONS(1461), + [sym_float_literal] = ACTIONS(1461), + }, + [STATE(400)] = { + [sym_line_comment] = STATE(400), + [sym_block_comment] = STATE(400), + [ts_builtin_sym_end] = ACTIONS(1465), + [sym_identifier] = ACTIONS(1467), + [anon_sym_SEMI] = ACTIONS(1465), + [anon_sym_macro_rules_BANG] = ACTIONS(1465), + [anon_sym_LPAREN] = ACTIONS(1465), + [anon_sym_LBRACK] = ACTIONS(1465), + [anon_sym_LBRACE] = ACTIONS(1465), + [anon_sym_RBRACE] = ACTIONS(1465), + [anon_sym_PLUS] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1467), + [anon_sym_QMARK] = ACTIONS(1465), + [anon_sym_u8] = ACTIONS(1467), + [anon_sym_i8] = ACTIONS(1467), + [anon_sym_u16] = ACTIONS(1467), + [anon_sym_i16] = ACTIONS(1467), + [anon_sym_u32] = ACTIONS(1467), + [anon_sym_i32] = ACTIONS(1467), + [anon_sym_u64] = ACTIONS(1467), + [anon_sym_i64] = ACTIONS(1467), + [anon_sym_u128] = ACTIONS(1467), + [anon_sym_i128] = ACTIONS(1467), + [anon_sym_isize] = ACTIONS(1467), + [anon_sym_usize] = ACTIONS(1467), + [anon_sym_f32] = ACTIONS(1467), + [anon_sym_f64] = ACTIONS(1467), + [anon_sym_bool] = ACTIONS(1467), + [anon_sym_str] = ACTIONS(1467), + [anon_sym_char] = ACTIONS(1467), + [anon_sym_DASH] = ACTIONS(1467), + [anon_sym_SLASH] = ACTIONS(1467), + [anon_sym_PERCENT] = ACTIONS(1467), + [anon_sym_CARET] = ACTIONS(1467), + [anon_sym_BANG] = ACTIONS(1467), + [anon_sym_AMP] = ACTIONS(1467), + [anon_sym_PIPE] = ACTIONS(1467), + [anon_sym_AMP_AMP] = ACTIONS(1465), + [anon_sym_PIPE_PIPE] = ACTIONS(1465), + [anon_sym_LT_LT] = ACTIONS(1467), + [anon_sym_GT_GT] = ACTIONS(1467), + [anon_sym_PLUS_EQ] = ACTIONS(1465), + [anon_sym_DASH_EQ] = ACTIONS(1465), + [anon_sym_STAR_EQ] = ACTIONS(1465), + [anon_sym_SLASH_EQ] = ACTIONS(1465), + [anon_sym_PERCENT_EQ] = ACTIONS(1465), + [anon_sym_CARET_EQ] = ACTIONS(1465), + [anon_sym_AMP_EQ] = ACTIONS(1465), + [anon_sym_PIPE_EQ] = ACTIONS(1465), + [anon_sym_LT_LT_EQ] = ACTIONS(1465), + [anon_sym_GT_GT_EQ] = ACTIONS(1465), + [anon_sym_EQ] = ACTIONS(1467), + [anon_sym_EQ_EQ] = ACTIONS(1465), + [anon_sym_BANG_EQ] = ACTIONS(1465), + [anon_sym_GT] = ACTIONS(1467), + [anon_sym_LT] = ACTIONS(1467), + [anon_sym_GT_EQ] = ACTIONS(1465), + [anon_sym_LT_EQ] = ACTIONS(1465), + [anon_sym_DOT] = ACTIONS(1467), + [anon_sym_DOT_DOT] = ACTIONS(1467), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1465), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1465), + [anon_sym_COLON_COLON] = ACTIONS(1465), + [anon_sym_POUND] = ACTIONS(1465), + [anon_sym_SQUOTE] = ACTIONS(1467), + [anon_sym_as] = ACTIONS(1467), + [anon_sym_async] = ACTIONS(1467), + [anon_sym_break] = ACTIONS(1467), + [anon_sym_const] = ACTIONS(1467), + [anon_sym_continue] = ACTIONS(1467), + [anon_sym_default] = ACTIONS(1467), + [anon_sym_enum] = ACTIONS(1467), + [anon_sym_fn] = ACTIONS(1467), + [anon_sym_for] = ACTIONS(1467), + [anon_sym_gen] = ACTIONS(1467), + [anon_sym_if] = ACTIONS(1467), + [anon_sym_impl] = ACTIONS(1467), + [anon_sym_let] = ACTIONS(1467), + [anon_sym_loop] = ACTIONS(1467), + [anon_sym_match] = ACTIONS(1467), + [anon_sym_mod] = ACTIONS(1467), + [anon_sym_pub] = ACTIONS(1467), + [anon_sym_return] = ACTIONS(1467), + [anon_sym_static] = ACTIONS(1467), + [anon_sym_struct] = ACTIONS(1467), + [anon_sym_trait] = ACTIONS(1467), + [anon_sym_type] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1467), + [anon_sym_unsafe] = ACTIONS(1467), + [anon_sym_use] = ACTIONS(1467), + [anon_sym_while] = ACTIONS(1467), + [anon_sym_extern] = ACTIONS(1467), + [anon_sym_yield] = ACTIONS(1467), + [anon_sym_move] = ACTIONS(1467), + [anon_sym_try] = ACTIONS(1467), + [sym_integer_literal] = ACTIONS(1465), + [aux_sym_string_literal_token1] = ACTIONS(1465), + [sym_char_literal] = ACTIONS(1465), + [anon_sym_true] = ACTIONS(1467), + [anon_sym_false] = ACTIONS(1467), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1467), + [sym_super] = ACTIONS(1467), + [sym_crate] = ACTIONS(1467), + [sym_metavariable] = ACTIONS(1465), + [sym__raw_string_literal_start] = ACTIONS(1465), + [sym_float_literal] = ACTIONS(1465), + }, + [STATE(401)] = { + [sym_line_comment] = STATE(401), + [sym_block_comment] = STATE(401), + [ts_builtin_sym_end] = ACTIONS(1469), + [sym_identifier] = ACTIONS(1471), + [anon_sym_SEMI] = ACTIONS(1469), + [anon_sym_macro_rules_BANG] = ACTIONS(1469), + [anon_sym_LPAREN] = ACTIONS(1469), + [anon_sym_LBRACK] = ACTIONS(1469), + [anon_sym_LBRACE] = ACTIONS(1469), + [anon_sym_RBRACE] = ACTIONS(1469), + [anon_sym_PLUS] = ACTIONS(1471), + [anon_sym_STAR] = ACTIONS(1471), + [anon_sym_QMARK] = ACTIONS(1469), + [anon_sym_u8] = ACTIONS(1471), + [anon_sym_i8] = ACTIONS(1471), + [anon_sym_u16] = ACTIONS(1471), + [anon_sym_i16] = ACTIONS(1471), + [anon_sym_u32] = ACTIONS(1471), + [anon_sym_i32] = ACTIONS(1471), + [anon_sym_u64] = ACTIONS(1471), + [anon_sym_i64] = ACTIONS(1471), + [anon_sym_u128] = ACTIONS(1471), + [anon_sym_i128] = ACTIONS(1471), + [anon_sym_isize] = ACTIONS(1471), + [anon_sym_usize] = ACTIONS(1471), + [anon_sym_f32] = ACTIONS(1471), + [anon_sym_f64] = ACTIONS(1471), + [anon_sym_bool] = ACTIONS(1471), + [anon_sym_str] = ACTIONS(1471), + [anon_sym_char] = ACTIONS(1471), + [anon_sym_DASH] = ACTIONS(1471), + [anon_sym_SLASH] = ACTIONS(1471), + [anon_sym_PERCENT] = ACTIONS(1471), + [anon_sym_CARET] = ACTIONS(1471), + [anon_sym_BANG] = ACTIONS(1471), + [anon_sym_AMP] = ACTIONS(1471), + [anon_sym_PIPE] = ACTIONS(1471), + [anon_sym_AMP_AMP] = ACTIONS(1469), + [anon_sym_PIPE_PIPE] = ACTIONS(1469), + [anon_sym_LT_LT] = ACTIONS(1471), + [anon_sym_GT_GT] = ACTIONS(1471), + [anon_sym_PLUS_EQ] = ACTIONS(1469), + [anon_sym_DASH_EQ] = ACTIONS(1469), + [anon_sym_STAR_EQ] = ACTIONS(1469), + [anon_sym_SLASH_EQ] = ACTIONS(1469), + [anon_sym_PERCENT_EQ] = ACTIONS(1469), + [anon_sym_CARET_EQ] = ACTIONS(1469), + [anon_sym_AMP_EQ] = ACTIONS(1469), + [anon_sym_PIPE_EQ] = ACTIONS(1469), + [anon_sym_LT_LT_EQ] = ACTIONS(1469), + [anon_sym_GT_GT_EQ] = ACTIONS(1469), + [anon_sym_EQ] = ACTIONS(1471), + [anon_sym_EQ_EQ] = ACTIONS(1469), + [anon_sym_BANG_EQ] = ACTIONS(1469), + [anon_sym_GT] = ACTIONS(1471), + [anon_sym_LT] = ACTIONS(1471), + [anon_sym_GT_EQ] = ACTIONS(1469), + [anon_sym_LT_EQ] = ACTIONS(1469), + [anon_sym_DOT] = ACTIONS(1471), + [anon_sym_DOT_DOT] = ACTIONS(1471), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1469), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1469), + [anon_sym_COLON_COLON] = ACTIONS(1469), + [anon_sym_POUND] = ACTIONS(1469), + [anon_sym_SQUOTE] = ACTIONS(1471), + [anon_sym_as] = ACTIONS(1471), + [anon_sym_async] = ACTIONS(1471), + [anon_sym_break] = ACTIONS(1471), + [anon_sym_const] = ACTIONS(1471), + [anon_sym_continue] = ACTIONS(1471), + [anon_sym_default] = ACTIONS(1471), + [anon_sym_enum] = ACTIONS(1471), + [anon_sym_fn] = ACTIONS(1471), + [anon_sym_for] = ACTIONS(1471), + [anon_sym_gen] = ACTIONS(1471), + [anon_sym_if] = ACTIONS(1471), + [anon_sym_impl] = ACTIONS(1471), + [anon_sym_let] = ACTIONS(1471), + [anon_sym_loop] = ACTIONS(1471), + [anon_sym_match] = ACTIONS(1471), + [anon_sym_mod] = ACTIONS(1471), + [anon_sym_pub] = ACTIONS(1471), + [anon_sym_return] = ACTIONS(1471), + [anon_sym_static] = ACTIONS(1471), + [anon_sym_struct] = ACTIONS(1471), + [anon_sym_trait] = ACTIONS(1471), + [anon_sym_type] = ACTIONS(1471), + [anon_sym_union] = ACTIONS(1471), + [anon_sym_unsafe] = ACTIONS(1471), + [anon_sym_use] = ACTIONS(1471), + [anon_sym_while] = ACTIONS(1471), + [anon_sym_extern] = ACTIONS(1471), + [anon_sym_yield] = ACTIONS(1471), + [anon_sym_move] = ACTIONS(1471), + [anon_sym_try] = ACTIONS(1471), + [sym_integer_literal] = ACTIONS(1469), + [aux_sym_string_literal_token1] = ACTIONS(1469), + [sym_char_literal] = ACTIONS(1469), + [anon_sym_true] = ACTIONS(1471), + [anon_sym_false] = ACTIONS(1471), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1471), + [sym_super] = ACTIONS(1471), + [sym_crate] = ACTIONS(1471), + [sym_metavariable] = ACTIONS(1469), + [sym__raw_string_literal_start] = ACTIONS(1469), + [sym_float_literal] = ACTIONS(1469), + }, + [STATE(402)] = { + [sym_line_comment] = STATE(402), + [sym_block_comment] = STATE(402), + [ts_builtin_sym_end] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1475), [anon_sym_SEMI] = ACTIONS(1477), - [anon_sym_macro_rules_BANG] = ACTIONS(1477), + [anon_sym_macro_rules_BANG] = ACTIONS(1473), [anon_sym_LPAREN] = ACTIONS(1477), [anon_sym_LBRACK] = ACTIONS(1477), - [anon_sym_LBRACE] = ACTIONS(1477), + [anon_sym_LBRACE] = ACTIONS(1473), [anon_sym_RBRACE] = ACTIONS(1477), [anon_sym_PLUS] = ACTIONS(1479), [anon_sym_STAR] = ACTIONS(1479), [anon_sym_QMARK] = ACTIONS(1477), - [anon_sym_u8] = ACTIONS(1479), - [anon_sym_i8] = ACTIONS(1479), - [anon_sym_u16] = ACTIONS(1479), - [anon_sym_i16] = ACTIONS(1479), - [anon_sym_u32] = ACTIONS(1479), - [anon_sym_i32] = ACTIONS(1479), - [anon_sym_u64] = ACTIONS(1479), - [anon_sym_i64] = ACTIONS(1479), - [anon_sym_u128] = ACTIONS(1479), - [anon_sym_i128] = ACTIONS(1479), - [anon_sym_isize] = ACTIONS(1479), - [anon_sym_usize] = ACTIONS(1479), - [anon_sym_f32] = ACTIONS(1479), - [anon_sym_f64] = ACTIONS(1479), - [anon_sym_bool] = ACTIONS(1479), - [anon_sym_str] = ACTIONS(1479), - [anon_sym_char] = ACTIONS(1479), + [anon_sym_u8] = ACTIONS(1475), + [anon_sym_i8] = ACTIONS(1475), + [anon_sym_u16] = ACTIONS(1475), + [anon_sym_i16] = ACTIONS(1475), + [anon_sym_u32] = ACTIONS(1475), + [anon_sym_i32] = ACTIONS(1475), + [anon_sym_u64] = ACTIONS(1475), + [anon_sym_i64] = ACTIONS(1475), + [anon_sym_u128] = ACTIONS(1475), + [anon_sym_i128] = ACTIONS(1475), + [anon_sym_isize] = ACTIONS(1475), + [anon_sym_usize] = ACTIONS(1475), + [anon_sym_f32] = ACTIONS(1475), + [anon_sym_f64] = ACTIONS(1475), + [anon_sym_bool] = ACTIONS(1475), + [anon_sym_str] = ACTIONS(1475), + [anon_sym_char] = ACTIONS(1475), [anon_sym_DASH] = ACTIONS(1479), [anon_sym_SLASH] = ACTIONS(1479), [anon_sym_PERCENT] = ACTIONS(1479), [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_BANG] = ACTIONS(1479), + [anon_sym_BANG] = ACTIONS(1475), [anon_sym_AMP] = ACTIONS(1479), [anon_sym_PIPE] = ACTIONS(1479), [anon_sym_AMP_AMP] = ACTIONS(1477), @@ -62798,56 +62587,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DOT_DOT] = ACTIONS(1479), [anon_sym_DOT_DOT_DOT] = ACTIONS(1477), [anon_sym_DOT_DOT_EQ] = ACTIONS(1477), - [anon_sym_COLON_COLON] = ACTIONS(1477), - [anon_sym_POUND] = ACTIONS(1477), - [anon_sym_SQUOTE] = ACTIONS(1479), + [anon_sym_COLON_COLON] = ACTIONS(1473), + [anon_sym_POUND] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1475), [anon_sym_as] = ACTIONS(1479), - [anon_sym_async] = ACTIONS(1479), - [anon_sym_break] = ACTIONS(1479), - [anon_sym_const] = ACTIONS(1479), - [anon_sym_continue] = ACTIONS(1479), - [anon_sym_default] = ACTIONS(1479), - [anon_sym_enum] = ACTIONS(1479), - [anon_sym_fn] = ACTIONS(1479), - [anon_sym_for] = ACTIONS(1479), - [anon_sym_gen] = ACTIONS(1479), - [anon_sym_if] = ACTIONS(1479), - [anon_sym_impl] = ACTIONS(1479), - [anon_sym_let] = ACTIONS(1479), - [anon_sym_loop] = ACTIONS(1479), - [anon_sym_match] = ACTIONS(1479), - [anon_sym_mod] = ACTIONS(1479), - [anon_sym_pub] = ACTIONS(1479), - [anon_sym_return] = ACTIONS(1479), - [anon_sym_static] = ACTIONS(1479), - [anon_sym_struct] = ACTIONS(1479), - [anon_sym_trait] = ACTIONS(1479), - [anon_sym_type] = ACTIONS(1479), - [anon_sym_union] = ACTIONS(1479), - [anon_sym_unsafe] = ACTIONS(1479), - [anon_sym_use] = ACTIONS(1479), - [anon_sym_while] = ACTIONS(1479), - [anon_sym_extern] = ACTIONS(1479), - [anon_sym_yield] = ACTIONS(1479), - [anon_sym_move] = ACTIONS(1479), - [anon_sym_try] = ACTIONS(1479), - [sym_integer_literal] = ACTIONS(1477), - [aux_sym_string_literal_token1] = ACTIONS(1477), - [sym_char_literal] = ACTIONS(1477), - [anon_sym_true] = ACTIONS(1479), - [anon_sym_false] = ACTIONS(1479), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1479), - [sym_super] = ACTIONS(1479), - [sym_crate] = ACTIONS(1479), - [sym_metavariable] = ACTIONS(1477), - [sym__raw_string_literal_start] = ACTIONS(1477), - [sym_float_literal] = ACTIONS(1477), + [anon_sym_async] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), + [anon_sym_fn] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_gen] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_impl] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_pub] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_struct] = ACTIONS(1475), + [anon_sym_trait] = ACTIONS(1475), + [anon_sym_type] = ACTIONS(1475), + [anon_sym_union] = ACTIONS(1475), + [anon_sym_unsafe] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_yield] = ACTIONS(1475), + [anon_sym_move] = ACTIONS(1475), + [anon_sym_try] = ACTIONS(1475), + [sym_integer_literal] = ACTIONS(1473), + [aux_sym_string_literal_token1] = ACTIONS(1473), + [sym_char_literal] = ACTIONS(1473), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1475), + [sym_super] = ACTIONS(1475), + [sym_crate] = ACTIONS(1475), + [sym_metavariable] = ACTIONS(1473), + [sym__raw_string_literal_start] = ACTIONS(1473), + [sym_float_literal] = ACTIONS(1473), }, - [STATE(406)] = { - [sym_line_comment] = STATE(406), - [sym_block_comment] = STATE(406), + [STATE(403)] = { + [sym_attribute_item] = STATE(420), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3192), + [sym_variadic_parameter] = STATE(3192), + [sym_parameter] = STATE(3192), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2877), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(403), + [sym_block_comment] = STATE(403), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1379), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_POUND] = ACTIONS(1283), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(404)] = { + [sym_line_comment] = STATE(404), + [sym_block_comment] = STATE(404), [ts_builtin_sym_end] = ACTIONS(1481), [sym_identifier] = ACTIONS(1483), [anon_sym_SEMI] = ACTIONS(1481), @@ -62856,9 +62755,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(1481), [anon_sym_LBRACE] = ACTIONS(1481), [anon_sym_RBRACE] = ACTIONS(1481), - [anon_sym_PLUS] = ACTIONS(1483), + [anon_sym_PLUS] = ACTIONS(1479), [anon_sym_STAR] = ACTIONS(1483), - [anon_sym_QMARK] = ACTIONS(1481), + [anon_sym_QMARK] = ACTIONS(1477), [anon_sym_u8] = ACTIONS(1483), [anon_sym_i8] = ACTIONS(1483), [anon_sym_u16] = ACTIONS(1483), @@ -62877,41 +62776,41 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_str] = ACTIONS(1483), [anon_sym_char] = ACTIONS(1483), [anon_sym_DASH] = ACTIONS(1483), - [anon_sym_SLASH] = ACTIONS(1483), - [anon_sym_PERCENT] = ACTIONS(1483), - [anon_sym_CARET] = ACTIONS(1483), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_PERCENT] = ACTIONS(1479), + [anon_sym_CARET] = ACTIONS(1479), [anon_sym_BANG] = ACTIONS(1483), [anon_sym_AMP] = ACTIONS(1483), [anon_sym_PIPE] = ACTIONS(1483), - [anon_sym_AMP_AMP] = ACTIONS(1481), - [anon_sym_PIPE_PIPE] = ACTIONS(1481), - [anon_sym_LT_LT] = ACTIONS(1483), - [anon_sym_GT_GT] = ACTIONS(1483), - [anon_sym_PLUS_EQ] = ACTIONS(1481), - [anon_sym_DASH_EQ] = ACTIONS(1481), - [anon_sym_STAR_EQ] = ACTIONS(1481), - [anon_sym_SLASH_EQ] = ACTIONS(1481), - [anon_sym_PERCENT_EQ] = ACTIONS(1481), - [anon_sym_CARET_EQ] = ACTIONS(1481), - [anon_sym_AMP_EQ] = ACTIONS(1481), - [anon_sym_PIPE_EQ] = ACTIONS(1481), - [anon_sym_LT_LT_EQ] = ACTIONS(1481), - [anon_sym_GT_GT_EQ] = ACTIONS(1481), - [anon_sym_EQ] = ACTIONS(1483), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_GT] = ACTIONS(1483), + [anon_sym_AMP_AMP] = ACTIONS(1477), + [anon_sym_PIPE_PIPE] = ACTIONS(1477), + [anon_sym_LT_LT] = ACTIONS(1479), + [anon_sym_GT_GT] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1477), + [anon_sym_DASH_EQ] = ACTIONS(1477), + [anon_sym_STAR_EQ] = ACTIONS(1477), + [anon_sym_SLASH_EQ] = ACTIONS(1477), + [anon_sym_PERCENT_EQ] = ACTIONS(1477), + [anon_sym_CARET_EQ] = ACTIONS(1477), + [anon_sym_AMP_EQ] = ACTIONS(1477), + [anon_sym_PIPE_EQ] = ACTIONS(1477), + [anon_sym_LT_LT_EQ] = ACTIONS(1477), + [anon_sym_GT_GT_EQ] = ACTIONS(1477), + [anon_sym_EQ] = ACTIONS(1479), + [anon_sym_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1477), + [anon_sym_GT] = ACTIONS(1479), [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT_EQ] = ACTIONS(1481), - [anon_sym_LT_EQ] = ACTIONS(1481), - [anon_sym_DOT] = ACTIONS(1483), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym_DOT] = ACTIONS(1479), [anon_sym_DOT_DOT] = ACTIONS(1483), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1477), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1477), [anon_sym_COLON_COLON] = ACTIONS(1481), [anon_sym_POUND] = ACTIONS(1481), [anon_sym_SQUOTE] = ACTIONS(1483), - [anon_sym_as] = ACTIONS(1483), + [anon_sym_as] = ACTIONS(1479), [anon_sym_async] = ACTIONS(1483), [anon_sym_break] = ACTIONS(1483), [anon_sym_const] = ACTIONS(1483), @@ -62955,9 +62854,119 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1481), [sym_float_literal] = ACTIONS(1481), }, - [STATE(407)] = { - [sym_line_comment] = STATE(407), - [sym_block_comment] = STATE(407), + [STATE(405)] = { + [sym_line_comment] = STATE(405), + [sym_block_comment] = STATE(405), + [ts_builtin_sym_end] = ACTIONS(1043), + [sym_identifier] = ACTIONS(1041), + [anon_sym_SEMI] = ACTIONS(1043), + [anon_sym_macro_rules_BANG] = ACTIONS(1043), + [anon_sym_LPAREN] = ACTIONS(1043), + [anon_sym_LBRACK] = ACTIONS(1043), + [anon_sym_LBRACE] = ACTIONS(1043), + [anon_sym_RBRACE] = ACTIONS(1043), + [anon_sym_PLUS] = ACTIONS(1041), + [anon_sym_STAR] = ACTIONS(1041), + [anon_sym_QMARK] = ACTIONS(1043), + [anon_sym_u8] = ACTIONS(1041), + [anon_sym_i8] = ACTIONS(1041), + [anon_sym_u16] = ACTIONS(1041), + [anon_sym_i16] = ACTIONS(1041), + [anon_sym_u32] = ACTIONS(1041), + [anon_sym_i32] = ACTIONS(1041), + [anon_sym_u64] = ACTIONS(1041), + [anon_sym_i64] = ACTIONS(1041), + [anon_sym_u128] = ACTIONS(1041), + [anon_sym_i128] = ACTIONS(1041), + [anon_sym_isize] = ACTIONS(1041), + [anon_sym_usize] = ACTIONS(1041), + [anon_sym_f32] = ACTIONS(1041), + [anon_sym_f64] = ACTIONS(1041), + [anon_sym_bool] = ACTIONS(1041), + [anon_sym_str] = ACTIONS(1041), + [anon_sym_char] = ACTIONS(1041), + [anon_sym_DASH] = ACTIONS(1041), + [anon_sym_SLASH] = ACTIONS(1041), + [anon_sym_PERCENT] = ACTIONS(1041), + [anon_sym_CARET] = ACTIONS(1041), + [anon_sym_BANG] = ACTIONS(1041), + [anon_sym_AMP] = ACTIONS(1041), + [anon_sym_PIPE] = ACTIONS(1041), + [anon_sym_AMP_AMP] = ACTIONS(1043), + [anon_sym_PIPE_PIPE] = ACTIONS(1043), + [anon_sym_LT_LT] = ACTIONS(1041), + [anon_sym_GT_GT] = ACTIONS(1041), + [anon_sym_PLUS_EQ] = ACTIONS(1043), + [anon_sym_DASH_EQ] = ACTIONS(1043), + [anon_sym_STAR_EQ] = ACTIONS(1043), + [anon_sym_SLASH_EQ] = ACTIONS(1043), + [anon_sym_PERCENT_EQ] = ACTIONS(1043), + [anon_sym_CARET_EQ] = ACTIONS(1043), + [anon_sym_AMP_EQ] = ACTIONS(1043), + [anon_sym_PIPE_EQ] = ACTIONS(1043), + [anon_sym_LT_LT_EQ] = ACTIONS(1043), + [anon_sym_GT_GT_EQ] = ACTIONS(1043), + [anon_sym_EQ] = ACTIONS(1041), + [anon_sym_EQ_EQ] = ACTIONS(1043), + [anon_sym_BANG_EQ] = ACTIONS(1043), + [anon_sym_GT] = ACTIONS(1041), + [anon_sym_LT] = ACTIONS(1041), + [anon_sym_GT_EQ] = ACTIONS(1043), + [anon_sym_LT_EQ] = ACTIONS(1043), + [anon_sym_DOT] = ACTIONS(1041), + [anon_sym_DOT_DOT] = ACTIONS(1041), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1043), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1043), + [anon_sym_COLON_COLON] = ACTIONS(1043), + [anon_sym_POUND] = ACTIONS(1043), + [anon_sym_SQUOTE] = ACTIONS(1041), + [anon_sym_as] = ACTIONS(1041), + [anon_sym_async] = ACTIONS(1041), + [anon_sym_break] = ACTIONS(1041), + [anon_sym_const] = ACTIONS(1041), + [anon_sym_continue] = ACTIONS(1041), + [anon_sym_default] = ACTIONS(1041), + [anon_sym_enum] = ACTIONS(1041), + [anon_sym_fn] = ACTIONS(1041), + [anon_sym_for] = ACTIONS(1041), + [anon_sym_gen] = ACTIONS(1041), + [anon_sym_if] = ACTIONS(1041), + [anon_sym_impl] = ACTIONS(1041), + [anon_sym_let] = ACTIONS(1041), + [anon_sym_loop] = ACTIONS(1041), + [anon_sym_match] = ACTIONS(1041), + [anon_sym_mod] = ACTIONS(1041), + [anon_sym_pub] = ACTIONS(1041), + [anon_sym_return] = ACTIONS(1041), + [anon_sym_static] = ACTIONS(1041), + [anon_sym_struct] = ACTIONS(1041), + [anon_sym_trait] = ACTIONS(1041), + [anon_sym_type] = ACTIONS(1041), + [anon_sym_union] = ACTIONS(1041), + [anon_sym_unsafe] = ACTIONS(1041), + [anon_sym_use] = ACTIONS(1041), + [anon_sym_while] = ACTIONS(1041), + [anon_sym_extern] = ACTIONS(1041), + [anon_sym_yield] = ACTIONS(1041), + [anon_sym_move] = ACTIONS(1041), + [anon_sym_try] = ACTIONS(1041), + [sym_integer_literal] = ACTIONS(1043), + [aux_sym_string_literal_token1] = ACTIONS(1043), + [sym_char_literal] = ACTIONS(1043), + [anon_sym_true] = ACTIONS(1041), + [anon_sym_false] = ACTIONS(1041), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1041), + [sym_super] = ACTIONS(1041), + [sym_crate] = ACTIONS(1041), + [sym_metavariable] = ACTIONS(1043), + [sym__raw_string_literal_start] = ACTIONS(1043), + [sym_float_literal] = ACTIONS(1043), + }, + [STATE(406)] = { + [sym_line_comment] = STATE(406), + [sym_block_comment] = STATE(406), [ts_builtin_sym_end] = ACTIONS(1485), [sym_identifier] = ACTIONS(1487), [anon_sym_SEMI] = ACTIONS(1485), @@ -63065,9 +63074,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1485), [sym_float_literal] = ACTIONS(1485), }, - [STATE(408)] = { - [sym_line_comment] = STATE(408), - [sym_block_comment] = STATE(408), + [STATE(407)] = { + [sym_line_comment] = STATE(407), + [sym_block_comment] = STATE(407), [ts_builtin_sym_end] = ACTIONS(1489), [sym_identifier] = ACTIONS(1491), [anon_sym_SEMI] = ACTIONS(1489), @@ -63170,176 +63179,284 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1491), [sym_super] = ACTIONS(1491), - [sym_crate] = ACTIONS(1491), - [sym_metavariable] = ACTIONS(1489), - [sym__raw_string_literal_start] = ACTIONS(1489), - [sym_float_literal] = ACTIONS(1489), - }, - [STATE(409)] = { - [sym_line_comment] = STATE(409), - [sym_block_comment] = STATE(409), - [ts_builtin_sym_end] = ACTIONS(1051), - [sym_identifier] = ACTIONS(1049), - [anon_sym_SEMI] = ACTIONS(1051), - [anon_sym_macro_rules_BANG] = ACTIONS(1051), - [anon_sym_LPAREN] = ACTIONS(1051), - [anon_sym_LBRACK] = ACTIONS(1051), - [anon_sym_LBRACE] = ACTIONS(1051), - [anon_sym_RBRACE] = ACTIONS(1051), - [anon_sym_PLUS] = ACTIONS(1049), - [anon_sym_STAR] = ACTIONS(1049), - [anon_sym_QMARK] = ACTIONS(1051), - [anon_sym_u8] = ACTIONS(1049), - [anon_sym_i8] = ACTIONS(1049), - [anon_sym_u16] = ACTIONS(1049), - [anon_sym_i16] = ACTIONS(1049), - [anon_sym_u32] = ACTIONS(1049), - [anon_sym_i32] = ACTIONS(1049), - [anon_sym_u64] = ACTIONS(1049), - [anon_sym_i64] = ACTIONS(1049), - [anon_sym_u128] = ACTIONS(1049), - [anon_sym_i128] = ACTIONS(1049), - [anon_sym_isize] = ACTIONS(1049), - [anon_sym_usize] = ACTIONS(1049), - [anon_sym_f32] = ACTIONS(1049), - [anon_sym_f64] = ACTIONS(1049), - [anon_sym_bool] = ACTIONS(1049), - [anon_sym_str] = ACTIONS(1049), - [anon_sym_char] = ACTIONS(1049), - [anon_sym_DASH] = ACTIONS(1049), - [anon_sym_SLASH] = ACTIONS(1049), - [anon_sym_PERCENT] = ACTIONS(1049), - [anon_sym_CARET] = ACTIONS(1049), - [anon_sym_BANG] = ACTIONS(1049), - [anon_sym_AMP] = ACTIONS(1049), - [anon_sym_PIPE] = ACTIONS(1049), - [anon_sym_AMP_AMP] = ACTIONS(1051), - [anon_sym_PIPE_PIPE] = ACTIONS(1051), - [anon_sym_LT_LT] = ACTIONS(1049), - [anon_sym_GT_GT] = ACTIONS(1049), - [anon_sym_PLUS_EQ] = ACTIONS(1051), - [anon_sym_DASH_EQ] = ACTIONS(1051), - [anon_sym_STAR_EQ] = ACTIONS(1051), - [anon_sym_SLASH_EQ] = ACTIONS(1051), - [anon_sym_PERCENT_EQ] = ACTIONS(1051), - [anon_sym_CARET_EQ] = ACTIONS(1051), - [anon_sym_AMP_EQ] = ACTIONS(1051), - [anon_sym_PIPE_EQ] = ACTIONS(1051), - [anon_sym_LT_LT_EQ] = ACTIONS(1051), - [anon_sym_GT_GT_EQ] = ACTIONS(1051), - [anon_sym_EQ] = ACTIONS(1049), - [anon_sym_EQ_EQ] = ACTIONS(1051), - [anon_sym_BANG_EQ] = ACTIONS(1051), - [anon_sym_GT] = ACTIONS(1049), - [anon_sym_LT] = ACTIONS(1049), - [anon_sym_GT_EQ] = ACTIONS(1051), - [anon_sym_LT_EQ] = ACTIONS(1051), - [anon_sym_DOT] = ACTIONS(1049), - [anon_sym_DOT_DOT] = ACTIONS(1049), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1051), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1051), - [anon_sym_COLON_COLON] = ACTIONS(1051), - [anon_sym_POUND] = ACTIONS(1051), - [anon_sym_SQUOTE] = ACTIONS(1049), - [anon_sym_as] = ACTIONS(1049), - [anon_sym_async] = ACTIONS(1049), - [anon_sym_break] = ACTIONS(1049), - [anon_sym_const] = ACTIONS(1049), - [anon_sym_continue] = ACTIONS(1049), - [anon_sym_default] = ACTIONS(1049), - [anon_sym_enum] = ACTIONS(1049), - [anon_sym_fn] = ACTIONS(1049), - [anon_sym_for] = ACTIONS(1049), - [anon_sym_gen] = ACTIONS(1049), - [anon_sym_if] = ACTIONS(1049), - [anon_sym_impl] = ACTIONS(1049), - [anon_sym_let] = ACTIONS(1049), - [anon_sym_loop] = ACTIONS(1049), - [anon_sym_match] = ACTIONS(1049), - [anon_sym_mod] = ACTIONS(1049), - [anon_sym_pub] = ACTIONS(1049), - [anon_sym_return] = ACTIONS(1049), - [anon_sym_static] = ACTIONS(1049), - [anon_sym_struct] = ACTIONS(1049), - [anon_sym_trait] = ACTIONS(1049), - [anon_sym_type] = ACTIONS(1049), - [anon_sym_union] = ACTIONS(1049), - [anon_sym_unsafe] = ACTIONS(1049), - [anon_sym_use] = ACTIONS(1049), - [anon_sym_while] = ACTIONS(1049), - [anon_sym_extern] = ACTIONS(1049), - [anon_sym_yield] = ACTIONS(1049), - [anon_sym_move] = ACTIONS(1049), - [anon_sym_try] = ACTIONS(1049), - [sym_integer_literal] = ACTIONS(1051), - [aux_sym_string_literal_token1] = ACTIONS(1051), - [sym_char_literal] = ACTIONS(1051), - [anon_sym_true] = ACTIONS(1049), - [anon_sym_false] = ACTIONS(1049), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1049), - [sym_super] = ACTIONS(1049), - [sym_crate] = ACTIONS(1049), - [sym_metavariable] = ACTIONS(1051), - [sym__raw_string_literal_start] = ACTIONS(1051), - [sym_float_literal] = ACTIONS(1051), + [sym_crate] = ACTIONS(1491), + [sym_metavariable] = ACTIONS(1489), + [sym__raw_string_literal_start] = ACTIONS(1489), + [sym_float_literal] = ACTIONS(1489), + }, + [STATE(408)] = { + [sym_line_comment] = STATE(408), + [sym_block_comment] = STATE(408), + [ts_builtin_sym_end] = ACTIONS(1493), + [sym_identifier] = ACTIONS(1495), + [anon_sym_SEMI] = ACTIONS(1493), + [anon_sym_macro_rules_BANG] = ACTIONS(1493), + [anon_sym_LPAREN] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1493), + [anon_sym_LBRACE] = ACTIONS(1493), + [anon_sym_RBRACE] = ACTIONS(1493), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_u8] = ACTIONS(1495), + [anon_sym_i8] = ACTIONS(1495), + [anon_sym_u16] = ACTIONS(1495), + [anon_sym_i16] = ACTIONS(1495), + [anon_sym_u32] = ACTIONS(1495), + [anon_sym_i32] = ACTIONS(1495), + [anon_sym_u64] = ACTIONS(1495), + [anon_sym_i64] = ACTIONS(1495), + [anon_sym_u128] = ACTIONS(1495), + [anon_sym_i128] = ACTIONS(1495), + [anon_sym_isize] = ACTIONS(1495), + [anon_sym_usize] = ACTIONS(1495), + [anon_sym_f32] = ACTIONS(1495), + [anon_sym_f64] = ACTIONS(1495), + [anon_sym_bool] = ACTIONS(1495), + [anon_sym_str] = ACTIONS(1495), + [anon_sym_char] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_PERCENT] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [anon_sym_BANG] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1495), + [anon_sym_PIPE] = ACTIONS(1495), + [anon_sym_AMP_AMP] = ACTIONS(1493), + [anon_sym_PIPE_PIPE] = ACTIONS(1493), + [anon_sym_LT_LT] = ACTIONS(1495), + [anon_sym_GT_GT] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1493), + [anon_sym_DASH_EQ] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1493), + [anon_sym_SLASH_EQ] = ACTIONS(1493), + [anon_sym_PERCENT_EQ] = ACTIONS(1493), + [anon_sym_CARET_EQ] = ACTIONS(1493), + [anon_sym_AMP_EQ] = ACTIONS(1493), + [anon_sym_PIPE_EQ] = ACTIONS(1493), + [anon_sym_LT_LT_EQ] = ACTIONS(1493), + [anon_sym_GT_GT_EQ] = ACTIONS(1493), + [anon_sym_EQ] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1493), + [anon_sym_BANG_EQ] = ACTIONS(1493), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_LT] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1493), + [anon_sym_LT_EQ] = ACTIONS(1493), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_DOT_DOT] = ACTIONS(1495), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1493), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1493), + [anon_sym_COLON_COLON] = ACTIONS(1493), + [anon_sym_POUND] = ACTIONS(1493), + [anon_sym_SQUOTE] = ACTIONS(1495), + [anon_sym_as] = ACTIONS(1495), + [anon_sym_async] = ACTIONS(1495), + [anon_sym_break] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_continue] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_enum] = ACTIONS(1495), + [anon_sym_fn] = ACTIONS(1495), + [anon_sym_for] = ACTIONS(1495), + [anon_sym_gen] = ACTIONS(1495), + [anon_sym_if] = ACTIONS(1495), + [anon_sym_impl] = ACTIONS(1495), + [anon_sym_let] = ACTIONS(1495), + [anon_sym_loop] = ACTIONS(1495), + [anon_sym_match] = ACTIONS(1495), + [anon_sym_mod] = ACTIONS(1495), + [anon_sym_pub] = ACTIONS(1495), + [anon_sym_return] = ACTIONS(1495), + [anon_sym_static] = ACTIONS(1495), + [anon_sym_struct] = ACTIONS(1495), + [anon_sym_trait] = ACTIONS(1495), + [anon_sym_type] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_unsafe] = ACTIONS(1495), + [anon_sym_use] = ACTIONS(1495), + [anon_sym_while] = ACTIONS(1495), + [anon_sym_extern] = ACTIONS(1495), + [anon_sym_yield] = ACTIONS(1495), + [anon_sym_move] = ACTIONS(1495), + [anon_sym_try] = ACTIONS(1495), + [sym_integer_literal] = ACTIONS(1493), + [aux_sym_string_literal_token1] = ACTIONS(1493), + [sym_char_literal] = ACTIONS(1493), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1495), + [sym_super] = ACTIONS(1495), + [sym_crate] = ACTIONS(1495), + [sym_metavariable] = ACTIONS(1493), + [sym__raw_string_literal_start] = ACTIONS(1493), + [sym_float_literal] = ACTIONS(1493), + }, + [STATE(409)] = { + [sym_line_comment] = STATE(409), + [sym_block_comment] = STATE(409), + [ts_builtin_sym_end] = ACTIONS(1497), + [sym_identifier] = ACTIONS(1499), + [anon_sym_SEMI] = ACTIONS(1497), + [anon_sym_macro_rules_BANG] = ACTIONS(1497), + [anon_sym_LPAREN] = ACTIONS(1497), + [anon_sym_LBRACK] = ACTIONS(1497), + [anon_sym_LBRACE] = ACTIONS(1497), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_STAR] = ACTIONS(1499), + [anon_sym_QMARK] = ACTIONS(1497), + [anon_sym_u8] = ACTIONS(1499), + [anon_sym_i8] = ACTIONS(1499), + [anon_sym_u16] = ACTIONS(1499), + [anon_sym_i16] = ACTIONS(1499), + [anon_sym_u32] = ACTIONS(1499), + [anon_sym_i32] = ACTIONS(1499), + [anon_sym_u64] = ACTIONS(1499), + [anon_sym_i64] = ACTIONS(1499), + [anon_sym_u128] = ACTIONS(1499), + [anon_sym_i128] = ACTIONS(1499), + [anon_sym_isize] = ACTIONS(1499), + [anon_sym_usize] = ACTIONS(1499), + [anon_sym_f32] = ACTIONS(1499), + [anon_sym_f64] = ACTIONS(1499), + [anon_sym_bool] = ACTIONS(1499), + [anon_sym_str] = ACTIONS(1499), + [anon_sym_char] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_SLASH] = ACTIONS(1499), + [anon_sym_PERCENT] = ACTIONS(1499), + [anon_sym_CARET] = ACTIONS(1499), + [anon_sym_BANG] = ACTIONS(1499), + [anon_sym_AMP] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1497), + [anon_sym_LT_LT] = ACTIONS(1499), + [anon_sym_GT_GT] = ACTIONS(1499), + [anon_sym_PLUS_EQ] = ACTIONS(1497), + [anon_sym_DASH_EQ] = ACTIONS(1497), + [anon_sym_STAR_EQ] = ACTIONS(1497), + [anon_sym_SLASH_EQ] = ACTIONS(1497), + [anon_sym_PERCENT_EQ] = ACTIONS(1497), + [anon_sym_CARET_EQ] = ACTIONS(1497), + [anon_sym_AMP_EQ] = ACTIONS(1497), + [anon_sym_PIPE_EQ] = ACTIONS(1497), + [anon_sym_LT_LT_EQ] = ACTIONS(1497), + [anon_sym_GT_GT_EQ] = ACTIONS(1497), + [anon_sym_EQ] = ACTIONS(1499), + [anon_sym_EQ_EQ] = ACTIONS(1497), + [anon_sym_BANG_EQ] = ACTIONS(1497), + [anon_sym_GT] = ACTIONS(1499), + [anon_sym_LT] = ACTIONS(1499), + [anon_sym_GT_EQ] = ACTIONS(1497), + [anon_sym_LT_EQ] = ACTIONS(1497), + [anon_sym_DOT] = ACTIONS(1499), + [anon_sym_DOT_DOT] = ACTIONS(1499), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1497), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1497), + [anon_sym_COLON_COLON] = ACTIONS(1497), + [anon_sym_POUND] = ACTIONS(1497), + [anon_sym_SQUOTE] = ACTIONS(1499), + [anon_sym_as] = ACTIONS(1499), + [anon_sym_async] = ACTIONS(1499), + [anon_sym_break] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_continue] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_enum] = ACTIONS(1499), + [anon_sym_fn] = ACTIONS(1499), + [anon_sym_for] = ACTIONS(1499), + [anon_sym_gen] = ACTIONS(1499), + [anon_sym_if] = ACTIONS(1499), + [anon_sym_impl] = ACTIONS(1499), + [anon_sym_let] = ACTIONS(1499), + [anon_sym_loop] = ACTIONS(1499), + [anon_sym_match] = ACTIONS(1499), + [anon_sym_mod] = ACTIONS(1499), + [anon_sym_pub] = ACTIONS(1499), + [anon_sym_return] = ACTIONS(1499), + [anon_sym_static] = ACTIONS(1499), + [anon_sym_struct] = ACTIONS(1499), + [anon_sym_trait] = ACTIONS(1499), + [anon_sym_type] = ACTIONS(1499), + [anon_sym_union] = ACTIONS(1499), + [anon_sym_unsafe] = ACTIONS(1499), + [anon_sym_use] = ACTIONS(1499), + [anon_sym_while] = ACTIONS(1499), + [anon_sym_extern] = ACTIONS(1499), + [anon_sym_yield] = ACTIONS(1499), + [anon_sym_move] = ACTIONS(1499), + [anon_sym_try] = ACTIONS(1499), + [sym_integer_literal] = ACTIONS(1497), + [aux_sym_string_literal_token1] = ACTIONS(1497), + [sym_char_literal] = ACTIONS(1497), + [anon_sym_true] = ACTIONS(1499), + [anon_sym_false] = ACTIONS(1499), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1499), + [sym_super] = ACTIONS(1499), + [sym_crate] = ACTIONS(1499), + [sym_metavariable] = ACTIONS(1497), + [sym__raw_string_literal_start] = ACTIONS(1497), + [sym_float_literal] = ACTIONS(1497), }, [STATE(410)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2687), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(2997), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2584), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(410), [sym_block_comment] = STATE(410), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1337), [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_RPAREN] = ACTIONS(1493), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_RPAREN] = ACTIONS(1501), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1343), [anon_sym_i8] = ACTIONS(1343), [anon_sym_u16] = ACTIONS(1343), @@ -63357,267 +63474,49 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1343), [anon_sym_str] = ACTIONS(1343), [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE] = ACTIONS(1425), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1429), [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1431), [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), + [sym_self] = ACTIONS(1359), [sym_super] = ACTIONS(1359), [sym_crate] = ACTIONS(1359), [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(411)] = { [sym_line_comment] = STATE(411), [sym_block_comment] = STATE(411), - [ts_builtin_sym_end] = ACTIONS(1495), - [sym_identifier] = ACTIONS(1497), - [anon_sym_SEMI] = ACTIONS(1495), - [anon_sym_macro_rules_BANG] = ACTIONS(1495), - [anon_sym_LPAREN] = ACTIONS(1495), - [anon_sym_LBRACK] = ACTIONS(1495), - [anon_sym_LBRACE] = ACTIONS(1495), - [anon_sym_RBRACE] = ACTIONS(1495), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_STAR] = ACTIONS(1497), - [anon_sym_QMARK] = ACTIONS(1495), - [anon_sym_u8] = ACTIONS(1497), - [anon_sym_i8] = ACTIONS(1497), - [anon_sym_u16] = ACTIONS(1497), - [anon_sym_i16] = ACTIONS(1497), - [anon_sym_u32] = ACTIONS(1497), - [anon_sym_i32] = ACTIONS(1497), - [anon_sym_u64] = ACTIONS(1497), - [anon_sym_i64] = ACTIONS(1497), - [anon_sym_u128] = ACTIONS(1497), - [anon_sym_i128] = ACTIONS(1497), - [anon_sym_isize] = ACTIONS(1497), - [anon_sym_usize] = ACTIONS(1497), - [anon_sym_f32] = ACTIONS(1497), - [anon_sym_f64] = ACTIONS(1497), - [anon_sym_bool] = ACTIONS(1497), - [anon_sym_str] = ACTIONS(1497), - [anon_sym_char] = ACTIONS(1497), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_SLASH] = ACTIONS(1497), - [anon_sym_PERCENT] = ACTIONS(1497), - [anon_sym_CARET] = ACTIONS(1497), - [anon_sym_BANG] = ACTIONS(1497), - [anon_sym_AMP] = ACTIONS(1497), - [anon_sym_PIPE] = ACTIONS(1497), - [anon_sym_AMP_AMP] = ACTIONS(1495), - [anon_sym_PIPE_PIPE] = ACTIONS(1495), - [anon_sym_LT_LT] = ACTIONS(1497), - [anon_sym_GT_GT] = ACTIONS(1497), - [anon_sym_PLUS_EQ] = ACTIONS(1495), - [anon_sym_DASH_EQ] = ACTIONS(1495), - [anon_sym_STAR_EQ] = ACTIONS(1495), - [anon_sym_SLASH_EQ] = ACTIONS(1495), - [anon_sym_PERCENT_EQ] = ACTIONS(1495), - [anon_sym_CARET_EQ] = ACTIONS(1495), - [anon_sym_AMP_EQ] = ACTIONS(1495), - [anon_sym_PIPE_EQ] = ACTIONS(1495), - [anon_sym_LT_LT_EQ] = ACTIONS(1495), - [anon_sym_GT_GT_EQ] = ACTIONS(1495), - [anon_sym_EQ] = ACTIONS(1497), - [anon_sym_EQ_EQ] = ACTIONS(1495), - [anon_sym_BANG_EQ] = ACTIONS(1495), - [anon_sym_GT] = ACTIONS(1497), - [anon_sym_LT] = ACTIONS(1497), - [anon_sym_GT_EQ] = ACTIONS(1495), - [anon_sym_LT_EQ] = ACTIONS(1495), - [anon_sym_DOT] = ACTIONS(1497), - [anon_sym_DOT_DOT] = ACTIONS(1497), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1495), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1495), - [anon_sym_COLON_COLON] = ACTIONS(1495), - [anon_sym_POUND] = ACTIONS(1495), - [anon_sym_SQUOTE] = ACTIONS(1497), - [anon_sym_as] = ACTIONS(1497), - [anon_sym_async] = ACTIONS(1497), - [anon_sym_break] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_continue] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_enum] = ACTIONS(1497), - [anon_sym_fn] = ACTIONS(1497), - [anon_sym_for] = ACTIONS(1497), - [anon_sym_gen] = ACTIONS(1497), - [anon_sym_if] = ACTIONS(1497), - [anon_sym_impl] = ACTIONS(1497), - [anon_sym_let] = ACTIONS(1497), - [anon_sym_loop] = ACTIONS(1497), - [anon_sym_match] = ACTIONS(1497), - [anon_sym_mod] = ACTIONS(1497), - [anon_sym_pub] = ACTIONS(1497), - [anon_sym_return] = ACTIONS(1497), - [anon_sym_static] = ACTIONS(1497), - [anon_sym_struct] = ACTIONS(1497), - [anon_sym_trait] = ACTIONS(1497), - [anon_sym_type] = ACTIONS(1497), - [anon_sym_union] = ACTIONS(1497), - [anon_sym_unsafe] = ACTIONS(1497), - [anon_sym_use] = ACTIONS(1497), - [anon_sym_while] = ACTIONS(1497), - [anon_sym_extern] = ACTIONS(1497), - [anon_sym_yield] = ACTIONS(1497), - [anon_sym_move] = ACTIONS(1497), - [anon_sym_try] = ACTIONS(1497), - [sym_integer_literal] = ACTIONS(1495), - [aux_sym_string_literal_token1] = ACTIONS(1495), - [sym_char_literal] = ACTIONS(1495), - [anon_sym_true] = ACTIONS(1497), - [anon_sym_false] = ACTIONS(1497), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1497), - [sym_super] = ACTIONS(1497), - [sym_crate] = ACTIONS(1497), - [sym_metavariable] = ACTIONS(1495), - [sym__raw_string_literal_start] = ACTIONS(1495), - [sym_float_literal] = ACTIONS(1495), - }, - [STATE(412)] = { - [sym_line_comment] = STATE(412), - [sym_block_comment] = STATE(412), - [ts_builtin_sym_end] = ACTIONS(1499), - [sym_identifier] = ACTIONS(1501), - [anon_sym_SEMI] = ACTIONS(1499), - [anon_sym_macro_rules_BANG] = ACTIONS(1499), - [anon_sym_LPAREN] = ACTIONS(1499), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_LBRACE] = ACTIONS(1499), - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_STAR] = ACTIONS(1501), - [anon_sym_QMARK] = ACTIONS(1499), - [anon_sym_u8] = ACTIONS(1501), - [anon_sym_i8] = ACTIONS(1501), - [anon_sym_u16] = ACTIONS(1501), - [anon_sym_i16] = ACTIONS(1501), - [anon_sym_u32] = ACTIONS(1501), - [anon_sym_i32] = ACTIONS(1501), - [anon_sym_u64] = ACTIONS(1501), - [anon_sym_i64] = ACTIONS(1501), - [anon_sym_u128] = ACTIONS(1501), - [anon_sym_i128] = ACTIONS(1501), - [anon_sym_isize] = ACTIONS(1501), - [anon_sym_usize] = ACTIONS(1501), - [anon_sym_f32] = ACTIONS(1501), - [anon_sym_f64] = ACTIONS(1501), - [anon_sym_bool] = ACTIONS(1501), - [anon_sym_str] = ACTIONS(1501), - [anon_sym_char] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_SLASH] = ACTIONS(1501), - [anon_sym_PERCENT] = ACTIONS(1501), - [anon_sym_CARET] = ACTIONS(1501), - [anon_sym_BANG] = ACTIONS(1501), - [anon_sym_AMP] = ACTIONS(1501), - [anon_sym_PIPE] = ACTIONS(1501), - [anon_sym_AMP_AMP] = ACTIONS(1499), - [anon_sym_PIPE_PIPE] = ACTIONS(1499), - [anon_sym_LT_LT] = ACTIONS(1501), - [anon_sym_GT_GT] = ACTIONS(1501), - [anon_sym_PLUS_EQ] = ACTIONS(1499), - [anon_sym_DASH_EQ] = ACTIONS(1499), - [anon_sym_STAR_EQ] = ACTIONS(1499), - [anon_sym_SLASH_EQ] = ACTIONS(1499), - [anon_sym_PERCENT_EQ] = ACTIONS(1499), - [anon_sym_CARET_EQ] = ACTIONS(1499), - [anon_sym_AMP_EQ] = ACTIONS(1499), - [anon_sym_PIPE_EQ] = ACTIONS(1499), - [anon_sym_LT_LT_EQ] = ACTIONS(1499), - [anon_sym_GT_GT_EQ] = ACTIONS(1499), - [anon_sym_EQ] = ACTIONS(1501), - [anon_sym_EQ_EQ] = ACTIONS(1499), - [anon_sym_BANG_EQ] = ACTIONS(1499), - [anon_sym_GT] = ACTIONS(1501), - [anon_sym_LT] = ACTIONS(1501), - [anon_sym_GT_EQ] = ACTIONS(1499), - [anon_sym_LT_EQ] = ACTIONS(1499), - [anon_sym_DOT] = ACTIONS(1501), - [anon_sym_DOT_DOT] = ACTIONS(1501), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1499), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1499), - [anon_sym_COLON_COLON] = ACTIONS(1499), - [anon_sym_POUND] = ACTIONS(1499), - [anon_sym_SQUOTE] = ACTIONS(1501), - [anon_sym_as] = ACTIONS(1501), - [anon_sym_async] = ACTIONS(1501), - [anon_sym_break] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_continue] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_enum] = ACTIONS(1501), - [anon_sym_fn] = ACTIONS(1501), - [anon_sym_for] = ACTIONS(1501), - [anon_sym_gen] = ACTIONS(1501), - [anon_sym_if] = ACTIONS(1501), - [anon_sym_impl] = ACTIONS(1501), - [anon_sym_let] = ACTIONS(1501), - [anon_sym_loop] = ACTIONS(1501), - [anon_sym_match] = ACTIONS(1501), - [anon_sym_mod] = ACTIONS(1501), - [anon_sym_pub] = ACTIONS(1501), - [anon_sym_return] = ACTIONS(1501), - [anon_sym_static] = ACTIONS(1501), - [anon_sym_struct] = ACTIONS(1501), - [anon_sym_trait] = ACTIONS(1501), - [anon_sym_type] = ACTIONS(1501), - [anon_sym_union] = ACTIONS(1501), - [anon_sym_unsafe] = ACTIONS(1501), - [anon_sym_use] = ACTIONS(1501), - [anon_sym_while] = ACTIONS(1501), - [anon_sym_extern] = ACTIONS(1501), - [anon_sym_yield] = ACTIONS(1501), - [anon_sym_move] = ACTIONS(1501), - [anon_sym_try] = ACTIONS(1501), - [sym_integer_literal] = ACTIONS(1499), - [aux_sym_string_literal_token1] = ACTIONS(1499), - [sym_char_literal] = ACTIONS(1499), - [anon_sym_true] = ACTIONS(1501), - [anon_sym_false] = ACTIONS(1501), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1501), - [sym_super] = ACTIONS(1501), - [sym_crate] = ACTIONS(1501), - [sym_metavariable] = ACTIONS(1499), - [sym__raw_string_literal_start] = ACTIONS(1499), - [sym_float_literal] = ACTIONS(1499), - }, - [STATE(413)] = { - [sym_line_comment] = STATE(413), - [sym_block_comment] = STATE(413), [ts_builtin_sym_end] = ACTIONS(1503), [sym_identifier] = ACTIONS(1505), [anon_sym_SEMI] = ACTIONS(1503), @@ -63725,9 +63624,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1503), [sym_float_literal] = ACTIONS(1503), }, - [STATE(414)] = { - [sym_line_comment] = STATE(414), - [sym_block_comment] = STATE(414), + [STATE(412)] = { + [sym_line_comment] = STATE(412), + [sym_block_comment] = STATE(412), [ts_builtin_sym_end] = ACTIONS(1507), [sym_identifier] = ACTIONS(1509), [anon_sym_SEMI] = ACTIONS(1507), @@ -63835,496 +63734,169 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1507), [sym_float_literal] = ACTIONS(1507), }, - [STATE(415)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2742), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(2989), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2625), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(415), - [sym_block_comment] = STATE(415), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1511), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(1521), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1323), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(416)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2742), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(2989), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2625), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(416), - [sym_block_comment] = STATE(416), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1529), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(1521), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1323), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(417)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2742), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(2989), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2625), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(417), - [sym_block_comment] = STATE(417), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_RPAREN] = ACTIONS(1531), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), + [STATE(413)] = { + [sym_line_comment] = STATE(413), + [sym_block_comment] = STATE(413), + [ts_builtin_sym_end] = ACTIONS(1511), + [sym_identifier] = ACTIONS(1513), + [anon_sym_SEMI] = ACTIONS(1511), + [anon_sym_macro_rules_BANG] = ACTIONS(1511), + [anon_sym_LPAREN] = ACTIONS(1511), + [anon_sym_LBRACK] = ACTIONS(1511), + [anon_sym_LBRACE] = ACTIONS(1511), + [anon_sym_RBRACE] = ACTIONS(1511), + [anon_sym_PLUS] = ACTIONS(1513), + [anon_sym_STAR] = ACTIONS(1513), + [anon_sym_QMARK] = ACTIONS(1511), + [anon_sym_u8] = ACTIONS(1513), + [anon_sym_i8] = ACTIONS(1513), + [anon_sym_u16] = ACTIONS(1513), + [anon_sym_i16] = ACTIONS(1513), + [anon_sym_u32] = ACTIONS(1513), + [anon_sym_i32] = ACTIONS(1513), + [anon_sym_u64] = ACTIONS(1513), + [anon_sym_i64] = ACTIONS(1513), + [anon_sym_u128] = ACTIONS(1513), + [anon_sym_i128] = ACTIONS(1513), + [anon_sym_isize] = ACTIONS(1513), + [anon_sym_usize] = ACTIONS(1513), + [anon_sym_f32] = ACTIONS(1513), + [anon_sym_f64] = ACTIONS(1513), + [anon_sym_bool] = ACTIONS(1513), + [anon_sym_str] = ACTIONS(1513), + [anon_sym_char] = ACTIONS(1513), + [anon_sym_DASH] = ACTIONS(1513), + [anon_sym_SLASH] = ACTIONS(1513), + [anon_sym_PERCENT] = ACTIONS(1513), + [anon_sym_CARET] = ACTIONS(1513), + [anon_sym_BANG] = ACTIONS(1513), [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(1521), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1323), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(418)] = { - [sym_line_comment] = STATE(418), - [sym_block_comment] = STATE(418), - [sym_identifier] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1459), - [anon_sym_macro_rules_BANG] = ACTIONS(1455), - [anon_sym_LPAREN] = ACTIONS(1459), - [anon_sym_LBRACK] = ACTIONS(1459), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_RBRACE] = ACTIONS(1455), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_QMARK] = ACTIONS(1459), - [anon_sym_u8] = ACTIONS(1457), - [anon_sym_i8] = ACTIONS(1457), - [anon_sym_u16] = ACTIONS(1457), - [anon_sym_i16] = ACTIONS(1457), - [anon_sym_u32] = ACTIONS(1457), - [anon_sym_i32] = ACTIONS(1457), - [anon_sym_u64] = ACTIONS(1457), - [anon_sym_i64] = ACTIONS(1457), - [anon_sym_u128] = ACTIONS(1457), - [anon_sym_i128] = ACTIONS(1457), - [anon_sym_isize] = ACTIONS(1457), - [anon_sym_usize] = ACTIONS(1457), - [anon_sym_f32] = ACTIONS(1457), - [anon_sym_f64] = ACTIONS(1457), - [anon_sym_bool] = ACTIONS(1457), - [anon_sym_str] = ACTIONS(1457), - [anon_sym_char] = ACTIONS(1457), - [anon_sym_DASH] = ACTIONS(1461), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [anon_sym_BANG] = ACTIONS(1457), - [anon_sym_AMP] = ACTIONS(1461), - [anon_sym_PIPE] = ACTIONS(1461), - [anon_sym_AMP_AMP] = ACTIONS(1459), - [anon_sym_PIPE_PIPE] = ACTIONS(1459), - [anon_sym_LT_LT] = ACTIONS(1461), - [anon_sym_GT_GT] = ACTIONS(1461), - [anon_sym_PLUS_EQ] = ACTIONS(1459), - [anon_sym_DASH_EQ] = ACTIONS(1459), - [anon_sym_STAR_EQ] = ACTIONS(1459), - [anon_sym_SLASH_EQ] = ACTIONS(1459), - [anon_sym_PERCENT_EQ] = ACTIONS(1459), - [anon_sym_CARET_EQ] = ACTIONS(1459), - [anon_sym_AMP_EQ] = ACTIONS(1459), - [anon_sym_PIPE_EQ] = ACTIONS(1459), - [anon_sym_LT_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_GT_EQ] = ACTIONS(1459), - [anon_sym_EQ] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_LT] = ACTIONS(1461), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT_DOT] = ACTIONS(1461), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1459), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1459), - [anon_sym_COLON_COLON] = ACTIONS(1455), - [anon_sym_POUND] = ACTIONS(1455), - [anon_sym_SQUOTE] = ACTIONS(1457), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_async] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_fn] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_gen] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_impl] = ACTIONS(1457), - [anon_sym_let] = ACTIONS(1457), - [anon_sym_loop] = ACTIONS(1457), - [anon_sym_match] = ACTIONS(1457), - [anon_sym_mod] = ACTIONS(1457), - [anon_sym_pub] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_trait] = ACTIONS(1457), - [anon_sym_type] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_unsafe] = ACTIONS(1457), - [anon_sym_use] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym_yield] = ACTIONS(1457), - [anon_sym_move] = ACTIONS(1457), - [anon_sym_try] = ACTIONS(1457), - [sym_integer_literal] = ACTIONS(1455), - [aux_sym_string_literal_token1] = ACTIONS(1455), - [sym_char_literal] = ACTIONS(1455), - [anon_sym_true] = ACTIONS(1457), - [anon_sym_false] = ACTIONS(1457), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1457), - [sym_super] = ACTIONS(1457), - [sym_crate] = ACTIONS(1457), - [sym_metavariable] = ACTIONS(1455), - [sym__raw_string_literal_start] = ACTIONS(1455), - [sym_float_literal] = ACTIONS(1455), + [anon_sym_PIPE] = ACTIONS(1513), + [anon_sym_AMP_AMP] = ACTIONS(1511), + [anon_sym_PIPE_PIPE] = ACTIONS(1511), + [anon_sym_LT_LT] = ACTIONS(1513), + [anon_sym_GT_GT] = ACTIONS(1513), + [anon_sym_PLUS_EQ] = ACTIONS(1511), + [anon_sym_DASH_EQ] = ACTIONS(1511), + [anon_sym_STAR_EQ] = ACTIONS(1511), + [anon_sym_SLASH_EQ] = ACTIONS(1511), + [anon_sym_PERCENT_EQ] = ACTIONS(1511), + [anon_sym_CARET_EQ] = ACTIONS(1511), + [anon_sym_AMP_EQ] = ACTIONS(1511), + [anon_sym_PIPE_EQ] = ACTIONS(1511), + [anon_sym_LT_LT_EQ] = ACTIONS(1511), + [anon_sym_GT_GT_EQ] = ACTIONS(1511), + [anon_sym_EQ] = ACTIONS(1513), + [anon_sym_EQ_EQ] = ACTIONS(1511), + [anon_sym_BANG_EQ] = ACTIONS(1511), + [anon_sym_GT] = ACTIONS(1513), + [anon_sym_LT] = ACTIONS(1513), + [anon_sym_GT_EQ] = ACTIONS(1511), + [anon_sym_LT_EQ] = ACTIONS(1511), + [anon_sym_DOT] = ACTIONS(1513), + [anon_sym_DOT_DOT] = ACTIONS(1513), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1511), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1511), + [anon_sym_COLON_COLON] = ACTIONS(1511), + [anon_sym_POUND] = ACTIONS(1511), + [anon_sym_SQUOTE] = ACTIONS(1513), + [anon_sym_as] = ACTIONS(1513), + [anon_sym_async] = ACTIONS(1513), + [anon_sym_break] = ACTIONS(1513), + [anon_sym_const] = ACTIONS(1513), + [anon_sym_continue] = ACTIONS(1513), + [anon_sym_default] = ACTIONS(1513), + [anon_sym_enum] = ACTIONS(1513), + [anon_sym_fn] = ACTIONS(1513), + [anon_sym_for] = ACTIONS(1513), + [anon_sym_gen] = ACTIONS(1513), + [anon_sym_if] = ACTIONS(1513), + [anon_sym_impl] = ACTIONS(1513), + [anon_sym_let] = ACTIONS(1513), + [anon_sym_loop] = ACTIONS(1513), + [anon_sym_match] = ACTIONS(1513), + [anon_sym_mod] = ACTIONS(1513), + [anon_sym_pub] = ACTIONS(1513), + [anon_sym_return] = ACTIONS(1513), + [anon_sym_static] = ACTIONS(1513), + [anon_sym_struct] = ACTIONS(1513), + [anon_sym_trait] = ACTIONS(1513), + [anon_sym_type] = ACTIONS(1513), + [anon_sym_union] = ACTIONS(1513), + [anon_sym_unsafe] = ACTIONS(1513), + [anon_sym_use] = ACTIONS(1513), + [anon_sym_while] = ACTIONS(1513), + [anon_sym_extern] = ACTIONS(1513), + [anon_sym_yield] = ACTIONS(1513), + [anon_sym_move] = ACTIONS(1513), + [anon_sym_try] = ACTIONS(1513), + [sym_integer_literal] = ACTIONS(1511), + [aux_sym_string_literal_token1] = ACTIONS(1511), + [sym_char_literal] = ACTIONS(1511), + [anon_sym_true] = ACTIONS(1513), + [anon_sym_false] = ACTIONS(1513), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1513), + [sym_super] = ACTIONS(1513), + [sym_crate] = ACTIONS(1513), + [sym_metavariable] = ACTIONS(1511), + [sym__raw_string_literal_start] = ACTIONS(1511), + [sym_float_literal] = ACTIONS(1511), }, - [STATE(419)] = { - [sym_attribute_item] = STATE(421), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3164), - [sym_variadic_parameter] = STATE(3164), - [sym_parameter] = STATE(3164), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2970), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(419), - [sym_block_comment] = STATE(419), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [STATE(414)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2687), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(2997), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2584), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(414), + [sym_block_comment] = STATE(414), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1337), [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_RPAREN] = ACTIONS(1515), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1343), [anon_sym_i8] = ACTIONS(1343), [anon_sym_u16] = ACTIONS(1343), @@ -64342,523 +63914,1078 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1343), [anon_sym_str] = ACTIONS(1343), [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE] = ACTIONS(1425), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1401), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1429), [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_POUND] = ACTIONS(1289), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_static] = ACTIONS(1431), [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), + [sym_self] = ACTIONS(1359), [sym_super] = ACTIONS(1359), [sym_crate] = ACTIONS(1359), [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(415)] = { + [sym_line_comment] = STATE(415), + [sym_block_comment] = STATE(415), + [ts_builtin_sym_end] = ACTIONS(1517), + [sym_identifier] = ACTIONS(1519), + [anon_sym_SEMI] = ACTIONS(1517), + [anon_sym_macro_rules_BANG] = ACTIONS(1517), + [anon_sym_LPAREN] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1517), + [anon_sym_LBRACE] = ACTIONS(1517), + [anon_sym_RBRACE] = ACTIONS(1517), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_QMARK] = ACTIONS(1517), + [anon_sym_u8] = ACTIONS(1519), + [anon_sym_i8] = ACTIONS(1519), + [anon_sym_u16] = ACTIONS(1519), + [anon_sym_i16] = ACTIONS(1519), + [anon_sym_u32] = ACTIONS(1519), + [anon_sym_i32] = ACTIONS(1519), + [anon_sym_u64] = ACTIONS(1519), + [anon_sym_i64] = ACTIONS(1519), + [anon_sym_u128] = ACTIONS(1519), + [anon_sym_i128] = ACTIONS(1519), + [anon_sym_isize] = ACTIONS(1519), + [anon_sym_usize] = ACTIONS(1519), + [anon_sym_f32] = ACTIONS(1519), + [anon_sym_f64] = ACTIONS(1519), + [anon_sym_bool] = ACTIONS(1519), + [anon_sym_str] = ACTIONS(1519), + [anon_sym_char] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_PERCENT] = ACTIONS(1519), + [anon_sym_CARET] = ACTIONS(1519), + [anon_sym_BANG] = ACTIONS(1519), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_PIPE] = ACTIONS(1519), + [anon_sym_AMP_AMP] = ACTIONS(1517), + [anon_sym_PIPE_PIPE] = ACTIONS(1517), + [anon_sym_LT_LT] = ACTIONS(1519), + [anon_sym_GT_GT] = ACTIONS(1519), + [anon_sym_PLUS_EQ] = ACTIONS(1517), + [anon_sym_DASH_EQ] = ACTIONS(1517), + [anon_sym_STAR_EQ] = ACTIONS(1517), + [anon_sym_SLASH_EQ] = ACTIONS(1517), + [anon_sym_PERCENT_EQ] = ACTIONS(1517), + [anon_sym_CARET_EQ] = ACTIONS(1517), + [anon_sym_AMP_EQ] = ACTIONS(1517), + [anon_sym_PIPE_EQ] = ACTIONS(1517), + [anon_sym_LT_LT_EQ] = ACTIONS(1517), + [anon_sym_GT_GT_EQ] = ACTIONS(1517), + [anon_sym_EQ] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1517), + [anon_sym_BANG_EQ] = ACTIONS(1517), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_LT] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1517), + [anon_sym_LT_EQ] = ACTIONS(1517), + [anon_sym_DOT] = ACTIONS(1519), + [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1517), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1517), + [anon_sym_COLON_COLON] = ACTIONS(1517), + [anon_sym_POUND] = ACTIONS(1517), + [anon_sym_SQUOTE] = ACTIONS(1519), + [anon_sym_as] = ACTIONS(1519), + [anon_sym_async] = ACTIONS(1519), + [anon_sym_break] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(1519), + [anon_sym_continue] = ACTIONS(1519), + [anon_sym_default] = ACTIONS(1519), + [anon_sym_enum] = ACTIONS(1519), + [anon_sym_fn] = ACTIONS(1519), + [anon_sym_for] = ACTIONS(1519), + [anon_sym_gen] = ACTIONS(1519), + [anon_sym_if] = ACTIONS(1519), + [anon_sym_impl] = ACTIONS(1519), + [anon_sym_let] = ACTIONS(1519), + [anon_sym_loop] = ACTIONS(1519), + [anon_sym_match] = ACTIONS(1519), + [anon_sym_mod] = ACTIONS(1519), + [anon_sym_pub] = ACTIONS(1519), + [anon_sym_return] = ACTIONS(1519), + [anon_sym_static] = ACTIONS(1519), + [anon_sym_struct] = ACTIONS(1519), + [anon_sym_trait] = ACTIONS(1519), + [anon_sym_type] = ACTIONS(1519), + [anon_sym_union] = ACTIONS(1519), + [anon_sym_unsafe] = ACTIONS(1519), + [anon_sym_use] = ACTIONS(1519), + [anon_sym_while] = ACTIONS(1519), + [anon_sym_extern] = ACTIONS(1519), + [anon_sym_yield] = ACTIONS(1519), + [anon_sym_move] = ACTIONS(1519), + [anon_sym_try] = ACTIONS(1519), + [sym_integer_literal] = ACTIONS(1517), + [aux_sym_string_literal_token1] = ACTIONS(1517), + [sym_char_literal] = ACTIONS(1517), + [anon_sym_true] = ACTIONS(1519), + [anon_sym_false] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1519), + [sym_super] = ACTIONS(1519), + [sym_crate] = ACTIONS(1519), + [sym_metavariable] = ACTIONS(1517), + [sym__raw_string_literal_start] = ACTIONS(1517), + [sym_float_literal] = ACTIONS(1517), + }, + [STATE(416)] = { + [sym_line_comment] = STATE(416), + [sym_block_comment] = STATE(416), + [ts_builtin_sym_end] = ACTIONS(1521), + [sym_identifier] = ACTIONS(1523), + [anon_sym_SEMI] = ACTIONS(1521), + [anon_sym_macro_rules_BANG] = ACTIONS(1521), + [anon_sym_LPAREN] = ACTIONS(1521), + [anon_sym_LBRACK] = ACTIONS(1521), + [anon_sym_LBRACE] = ACTIONS(1521), + [anon_sym_RBRACE] = ACTIONS(1521), + [anon_sym_PLUS] = ACTIONS(1523), + [anon_sym_STAR] = ACTIONS(1523), + [anon_sym_QMARK] = ACTIONS(1521), + [anon_sym_u8] = ACTIONS(1523), + [anon_sym_i8] = ACTIONS(1523), + [anon_sym_u16] = ACTIONS(1523), + [anon_sym_i16] = ACTIONS(1523), + [anon_sym_u32] = ACTIONS(1523), + [anon_sym_i32] = ACTIONS(1523), + [anon_sym_u64] = ACTIONS(1523), + [anon_sym_i64] = ACTIONS(1523), + [anon_sym_u128] = ACTIONS(1523), + [anon_sym_i128] = ACTIONS(1523), + [anon_sym_isize] = ACTIONS(1523), + [anon_sym_usize] = ACTIONS(1523), + [anon_sym_f32] = ACTIONS(1523), + [anon_sym_f64] = ACTIONS(1523), + [anon_sym_bool] = ACTIONS(1523), + [anon_sym_str] = ACTIONS(1523), + [anon_sym_char] = ACTIONS(1523), + [anon_sym_DASH] = ACTIONS(1523), + [anon_sym_SLASH] = ACTIONS(1523), + [anon_sym_PERCENT] = ACTIONS(1523), + [anon_sym_CARET] = ACTIONS(1523), + [anon_sym_BANG] = ACTIONS(1523), + [anon_sym_AMP] = ACTIONS(1523), + [anon_sym_PIPE] = ACTIONS(1523), + [anon_sym_AMP_AMP] = ACTIONS(1521), + [anon_sym_PIPE_PIPE] = ACTIONS(1521), + [anon_sym_LT_LT] = ACTIONS(1523), + [anon_sym_GT_GT] = ACTIONS(1523), + [anon_sym_PLUS_EQ] = ACTIONS(1521), + [anon_sym_DASH_EQ] = ACTIONS(1521), + [anon_sym_STAR_EQ] = ACTIONS(1521), + [anon_sym_SLASH_EQ] = ACTIONS(1521), + [anon_sym_PERCENT_EQ] = ACTIONS(1521), + [anon_sym_CARET_EQ] = ACTIONS(1521), + [anon_sym_AMP_EQ] = ACTIONS(1521), + [anon_sym_PIPE_EQ] = ACTIONS(1521), + [anon_sym_LT_LT_EQ] = ACTIONS(1521), + [anon_sym_GT_GT_EQ] = ACTIONS(1521), + [anon_sym_EQ] = ACTIONS(1523), + [anon_sym_EQ_EQ] = ACTIONS(1521), + [anon_sym_BANG_EQ] = ACTIONS(1521), + [anon_sym_GT] = ACTIONS(1523), + [anon_sym_LT] = ACTIONS(1523), + [anon_sym_GT_EQ] = ACTIONS(1521), + [anon_sym_LT_EQ] = ACTIONS(1521), + [anon_sym_DOT] = ACTIONS(1523), + [anon_sym_DOT_DOT] = ACTIONS(1523), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1521), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1521), + [anon_sym_COLON_COLON] = ACTIONS(1521), + [anon_sym_POUND] = ACTIONS(1521), + [anon_sym_SQUOTE] = ACTIONS(1523), + [anon_sym_as] = ACTIONS(1523), + [anon_sym_async] = ACTIONS(1523), + [anon_sym_break] = ACTIONS(1523), + [anon_sym_const] = ACTIONS(1523), + [anon_sym_continue] = ACTIONS(1523), + [anon_sym_default] = ACTIONS(1523), + [anon_sym_enum] = ACTIONS(1523), + [anon_sym_fn] = ACTIONS(1523), + [anon_sym_for] = ACTIONS(1523), + [anon_sym_gen] = ACTIONS(1523), + [anon_sym_if] = ACTIONS(1523), + [anon_sym_impl] = ACTIONS(1523), + [anon_sym_let] = ACTIONS(1523), + [anon_sym_loop] = ACTIONS(1523), + [anon_sym_match] = ACTIONS(1523), + [anon_sym_mod] = ACTIONS(1523), + [anon_sym_pub] = ACTIONS(1523), + [anon_sym_return] = ACTIONS(1523), + [anon_sym_static] = ACTIONS(1523), + [anon_sym_struct] = ACTIONS(1523), + [anon_sym_trait] = ACTIONS(1523), + [anon_sym_type] = ACTIONS(1523), + [anon_sym_union] = ACTIONS(1523), + [anon_sym_unsafe] = ACTIONS(1523), + [anon_sym_use] = ACTIONS(1523), + [anon_sym_while] = ACTIONS(1523), + [anon_sym_extern] = ACTIONS(1523), + [anon_sym_yield] = ACTIONS(1523), + [anon_sym_move] = ACTIONS(1523), + [anon_sym_try] = ACTIONS(1523), + [sym_integer_literal] = ACTIONS(1521), + [aux_sym_string_literal_token1] = ACTIONS(1521), + [sym_char_literal] = ACTIONS(1521), + [anon_sym_true] = ACTIONS(1523), + [anon_sym_false] = ACTIONS(1523), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1523), + [sym_super] = ACTIONS(1523), + [sym_crate] = ACTIONS(1523), + [sym_metavariable] = ACTIONS(1521), + [sym__raw_string_literal_start] = ACTIONS(1521), + [sym_float_literal] = ACTIONS(1521), + }, + [STATE(417)] = { + [sym_line_comment] = STATE(417), + [sym_block_comment] = STATE(417), + [ts_builtin_sym_end] = ACTIONS(1525), + [sym_identifier] = ACTIONS(1527), + [anon_sym_SEMI] = ACTIONS(1525), + [anon_sym_macro_rules_BANG] = ACTIONS(1525), + [anon_sym_LPAREN] = ACTIONS(1525), + [anon_sym_LBRACK] = ACTIONS(1525), + [anon_sym_LBRACE] = ACTIONS(1525), + [anon_sym_RBRACE] = ACTIONS(1525), + [anon_sym_PLUS] = ACTIONS(1527), + [anon_sym_STAR] = ACTIONS(1527), + [anon_sym_QMARK] = ACTIONS(1525), + [anon_sym_u8] = ACTIONS(1527), + [anon_sym_i8] = ACTIONS(1527), + [anon_sym_u16] = ACTIONS(1527), + [anon_sym_i16] = ACTIONS(1527), + [anon_sym_u32] = ACTIONS(1527), + [anon_sym_i32] = ACTIONS(1527), + [anon_sym_u64] = ACTIONS(1527), + [anon_sym_i64] = ACTIONS(1527), + [anon_sym_u128] = ACTIONS(1527), + [anon_sym_i128] = ACTIONS(1527), + [anon_sym_isize] = ACTIONS(1527), + [anon_sym_usize] = ACTIONS(1527), + [anon_sym_f32] = ACTIONS(1527), + [anon_sym_f64] = ACTIONS(1527), + [anon_sym_bool] = ACTIONS(1527), + [anon_sym_str] = ACTIONS(1527), + [anon_sym_char] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1527), + [anon_sym_SLASH] = ACTIONS(1527), + [anon_sym_PERCENT] = ACTIONS(1527), + [anon_sym_CARET] = ACTIONS(1527), + [anon_sym_BANG] = ACTIONS(1527), + [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_PIPE] = ACTIONS(1527), + [anon_sym_AMP_AMP] = ACTIONS(1525), + [anon_sym_PIPE_PIPE] = ACTIONS(1525), + [anon_sym_LT_LT] = ACTIONS(1527), + [anon_sym_GT_GT] = ACTIONS(1527), + [anon_sym_PLUS_EQ] = ACTIONS(1525), + [anon_sym_DASH_EQ] = ACTIONS(1525), + [anon_sym_STAR_EQ] = ACTIONS(1525), + [anon_sym_SLASH_EQ] = ACTIONS(1525), + [anon_sym_PERCENT_EQ] = ACTIONS(1525), + [anon_sym_CARET_EQ] = ACTIONS(1525), + [anon_sym_AMP_EQ] = ACTIONS(1525), + [anon_sym_PIPE_EQ] = ACTIONS(1525), + [anon_sym_LT_LT_EQ] = ACTIONS(1525), + [anon_sym_GT_GT_EQ] = ACTIONS(1525), + [anon_sym_EQ] = ACTIONS(1527), + [anon_sym_EQ_EQ] = ACTIONS(1525), + [anon_sym_BANG_EQ] = ACTIONS(1525), + [anon_sym_GT] = ACTIONS(1527), + [anon_sym_LT] = ACTIONS(1527), + [anon_sym_GT_EQ] = ACTIONS(1525), + [anon_sym_LT_EQ] = ACTIONS(1525), + [anon_sym_DOT] = ACTIONS(1527), + [anon_sym_DOT_DOT] = ACTIONS(1527), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1525), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1525), + [anon_sym_COLON_COLON] = ACTIONS(1525), + [anon_sym_POUND] = ACTIONS(1525), + [anon_sym_SQUOTE] = ACTIONS(1527), + [anon_sym_as] = ACTIONS(1527), + [anon_sym_async] = ACTIONS(1527), + [anon_sym_break] = ACTIONS(1527), + [anon_sym_const] = ACTIONS(1527), + [anon_sym_continue] = ACTIONS(1527), + [anon_sym_default] = ACTIONS(1527), + [anon_sym_enum] = ACTIONS(1527), + [anon_sym_fn] = ACTIONS(1527), + [anon_sym_for] = ACTIONS(1527), + [anon_sym_gen] = ACTIONS(1527), + [anon_sym_if] = ACTIONS(1527), + [anon_sym_impl] = ACTIONS(1527), + [anon_sym_let] = ACTIONS(1527), + [anon_sym_loop] = ACTIONS(1527), + [anon_sym_match] = ACTIONS(1527), + [anon_sym_mod] = ACTIONS(1527), + [anon_sym_pub] = ACTIONS(1527), + [anon_sym_return] = ACTIONS(1527), + [anon_sym_static] = ACTIONS(1527), + [anon_sym_struct] = ACTIONS(1527), + [anon_sym_trait] = ACTIONS(1527), + [anon_sym_type] = ACTIONS(1527), + [anon_sym_union] = ACTIONS(1527), + [anon_sym_unsafe] = ACTIONS(1527), + [anon_sym_use] = ACTIONS(1527), + [anon_sym_while] = ACTIONS(1527), + [anon_sym_extern] = ACTIONS(1527), + [anon_sym_yield] = ACTIONS(1527), + [anon_sym_move] = ACTIONS(1527), + [anon_sym_try] = ACTIONS(1527), + [sym_integer_literal] = ACTIONS(1525), + [aux_sym_string_literal_token1] = ACTIONS(1525), + [sym_char_literal] = ACTIONS(1525), + [anon_sym_true] = ACTIONS(1527), + [anon_sym_false] = ACTIONS(1527), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1527), + [sym_super] = ACTIONS(1527), + [sym_crate] = ACTIONS(1527), + [sym_metavariable] = ACTIONS(1525), + [sym__raw_string_literal_start] = ACTIONS(1525), + [sym_float_literal] = ACTIONS(1525), + }, + [STATE(418)] = { + [sym_line_comment] = STATE(418), + [sym_block_comment] = STATE(418), + [ts_builtin_sym_end] = ACTIONS(1529), + [sym_identifier] = ACTIONS(1531), + [anon_sym_SEMI] = ACTIONS(1529), + [anon_sym_macro_rules_BANG] = ACTIONS(1529), + [anon_sym_LPAREN] = ACTIONS(1529), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_LBRACE] = ACTIONS(1529), + [anon_sym_RBRACE] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_QMARK] = ACTIONS(1529), + [anon_sym_u8] = ACTIONS(1531), + [anon_sym_i8] = ACTIONS(1531), + [anon_sym_u16] = ACTIONS(1531), + [anon_sym_i16] = ACTIONS(1531), + [anon_sym_u32] = ACTIONS(1531), + [anon_sym_i32] = ACTIONS(1531), + [anon_sym_u64] = ACTIONS(1531), + [anon_sym_i64] = ACTIONS(1531), + [anon_sym_u128] = ACTIONS(1531), + [anon_sym_i128] = ACTIONS(1531), + [anon_sym_isize] = ACTIONS(1531), + [anon_sym_usize] = ACTIONS(1531), + [anon_sym_f32] = ACTIONS(1531), + [anon_sym_f64] = ACTIONS(1531), + [anon_sym_bool] = ACTIONS(1531), + [anon_sym_str] = ACTIONS(1531), + [anon_sym_char] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1531), + [anon_sym_SLASH] = ACTIONS(1531), + [anon_sym_PERCENT] = ACTIONS(1531), + [anon_sym_CARET] = ACTIONS(1531), + [anon_sym_BANG] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_PIPE] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1529), + [anon_sym_PIPE_PIPE] = ACTIONS(1529), + [anon_sym_LT_LT] = ACTIONS(1531), + [anon_sym_GT_GT] = ACTIONS(1531), + [anon_sym_PLUS_EQ] = ACTIONS(1529), + [anon_sym_DASH_EQ] = ACTIONS(1529), + [anon_sym_STAR_EQ] = ACTIONS(1529), + [anon_sym_SLASH_EQ] = ACTIONS(1529), + [anon_sym_PERCENT_EQ] = ACTIONS(1529), + [anon_sym_CARET_EQ] = ACTIONS(1529), + [anon_sym_AMP_EQ] = ACTIONS(1529), + [anon_sym_PIPE_EQ] = ACTIONS(1529), + [anon_sym_LT_LT_EQ] = ACTIONS(1529), + [anon_sym_GT_GT_EQ] = ACTIONS(1529), + [anon_sym_EQ] = ACTIONS(1531), + [anon_sym_EQ_EQ] = ACTIONS(1529), + [anon_sym_BANG_EQ] = ACTIONS(1529), + [anon_sym_GT] = ACTIONS(1531), + [anon_sym_LT] = ACTIONS(1531), + [anon_sym_GT_EQ] = ACTIONS(1529), + [anon_sym_LT_EQ] = ACTIONS(1529), + [anon_sym_DOT] = ACTIONS(1531), + [anon_sym_DOT_DOT] = ACTIONS(1531), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1529), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1529), + [anon_sym_POUND] = ACTIONS(1529), + [anon_sym_SQUOTE] = ACTIONS(1531), + [anon_sym_as] = ACTIONS(1531), + [anon_sym_async] = ACTIONS(1531), + [anon_sym_break] = ACTIONS(1531), + [anon_sym_const] = ACTIONS(1531), + [anon_sym_continue] = ACTIONS(1531), + [anon_sym_default] = ACTIONS(1531), + [anon_sym_enum] = ACTIONS(1531), + [anon_sym_fn] = ACTIONS(1531), + [anon_sym_for] = ACTIONS(1531), + [anon_sym_gen] = ACTIONS(1531), + [anon_sym_if] = ACTIONS(1531), + [anon_sym_impl] = ACTIONS(1531), + [anon_sym_let] = ACTIONS(1531), + [anon_sym_loop] = ACTIONS(1531), + [anon_sym_match] = ACTIONS(1531), + [anon_sym_mod] = ACTIONS(1531), + [anon_sym_pub] = ACTIONS(1531), + [anon_sym_return] = ACTIONS(1531), + [anon_sym_static] = ACTIONS(1531), + [anon_sym_struct] = ACTIONS(1531), + [anon_sym_trait] = ACTIONS(1531), + [anon_sym_type] = ACTIONS(1531), + [anon_sym_union] = ACTIONS(1531), + [anon_sym_unsafe] = ACTIONS(1531), + [anon_sym_use] = ACTIONS(1531), + [anon_sym_while] = ACTIONS(1531), + [anon_sym_extern] = ACTIONS(1531), + [anon_sym_yield] = ACTIONS(1531), + [anon_sym_move] = ACTIONS(1531), + [anon_sym_try] = ACTIONS(1531), + [sym_integer_literal] = ACTIONS(1529), + [aux_sym_string_literal_token1] = ACTIONS(1529), + [sym_char_literal] = ACTIONS(1529), + [anon_sym_true] = ACTIONS(1531), + [anon_sym_false] = ACTIONS(1531), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1531), + [sym_super] = ACTIONS(1531), + [sym_crate] = ACTIONS(1531), + [sym_metavariable] = ACTIONS(1529), + [sym__raw_string_literal_start] = ACTIONS(1529), + [sym_float_literal] = ACTIONS(1529), + }, + [STATE(419)] = { + [sym_line_comment] = STATE(419), + [sym_block_comment] = STATE(419), + [sym_identifier] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1477), + [anon_sym_macro_rules_BANG] = ACTIONS(1473), + [anon_sym_LPAREN] = ACTIONS(1477), + [anon_sym_LBRACK] = ACTIONS(1477), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1479), + [anon_sym_QMARK] = ACTIONS(1477), + [anon_sym_u8] = ACTIONS(1475), + [anon_sym_i8] = ACTIONS(1475), + [anon_sym_u16] = ACTIONS(1475), + [anon_sym_i16] = ACTIONS(1475), + [anon_sym_u32] = ACTIONS(1475), + [anon_sym_i32] = ACTIONS(1475), + [anon_sym_u64] = ACTIONS(1475), + [anon_sym_i64] = ACTIONS(1475), + [anon_sym_u128] = ACTIONS(1475), + [anon_sym_i128] = ACTIONS(1475), + [anon_sym_isize] = ACTIONS(1475), + [anon_sym_usize] = ACTIONS(1475), + [anon_sym_f32] = ACTIONS(1475), + [anon_sym_f64] = ACTIONS(1475), + [anon_sym_bool] = ACTIONS(1475), + [anon_sym_str] = ACTIONS(1475), + [anon_sym_char] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1479), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_PERCENT] = ACTIONS(1479), + [anon_sym_CARET] = ACTIONS(1479), + [anon_sym_BANG] = ACTIONS(1475), + [anon_sym_AMP] = ACTIONS(1479), + [anon_sym_PIPE] = ACTIONS(1479), + [anon_sym_AMP_AMP] = ACTIONS(1477), + [anon_sym_PIPE_PIPE] = ACTIONS(1477), + [anon_sym_LT_LT] = ACTIONS(1479), + [anon_sym_GT_GT] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1477), + [anon_sym_DASH_EQ] = ACTIONS(1477), + [anon_sym_STAR_EQ] = ACTIONS(1477), + [anon_sym_SLASH_EQ] = ACTIONS(1477), + [anon_sym_PERCENT_EQ] = ACTIONS(1477), + [anon_sym_CARET_EQ] = ACTIONS(1477), + [anon_sym_AMP_EQ] = ACTIONS(1477), + [anon_sym_PIPE_EQ] = ACTIONS(1477), + [anon_sym_LT_LT_EQ] = ACTIONS(1477), + [anon_sym_GT_GT_EQ] = ACTIONS(1477), + [anon_sym_EQ] = ACTIONS(1479), + [anon_sym_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1477), + [anon_sym_GT] = ACTIONS(1479), + [anon_sym_LT] = ACTIONS(1479), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym_DOT] = ACTIONS(1479), + [anon_sym_DOT_DOT] = ACTIONS(1479), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1477), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1477), + [anon_sym_COLON_COLON] = ACTIONS(1473), + [anon_sym_POUND] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1475), + [anon_sym_as] = ACTIONS(1479), + [anon_sym_async] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), + [anon_sym_fn] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_gen] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_impl] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_pub] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_struct] = ACTIONS(1475), + [anon_sym_trait] = ACTIONS(1475), + [anon_sym_type] = ACTIONS(1475), + [anon_sym_union] = ACTIONS(1475), + [anon_sym_unsafe] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_yield] = ACTIONS(1475), + [anon_sym_move] = ACTIONS(1475), + [anon_sym_try] = ACTIONS(1475), + [sym_integer_literal] = ACTIONS(1473), + [aux_sym_string_literal_token1] = ACTIONS(1473), + [sym_char_literal] = ACTIONS(1473), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1475), + [sym_super] = ACTIONS(1475), + [sym_crate] = ACTIONS(1475), + [sym_metavariable] = ACTIONS(1473), + [sym__raw_string_literal_start] = ACTIONS(1473), + [sym_float_literal] = ACTIONS(1473), }, [STATE(420)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(2939), - [sym_variadic_parameter] = STATE(2939), - [sym_parameter] = STATE(2939), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2573), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3328), + [sym_variadic_parameter] = STATE(3328), + [sym_parameter] = STATE(3328), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3059), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(420), [sym_block_comment] = STATE(420), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1533), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(421)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(3312), - [sym_variadic_parameter] = STATE(3312), - [sym_parameter] = STATE(3312), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2888), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(2855), + [sym_variadic_parameter] = STATE(2855), + [sym_parameter] = STATE(2855), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2543), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(421), [sym_block_comment] = STATE(421), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1535), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(422)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(2963), - [sym_variadic_parameter] = STATE(2963), - [sym_parameter] = STATE(2963), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2675), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(3018), + [sym_variadic_parameter] = STATE(3018), + [sym_parameter] = STATE(3018), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2627), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(422), [sym_block_comment] = STATE(422), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1537), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(423)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_self_parameter] = STATE(2838), - [sym_variadic_parameter] = STATE(2838), - [sym_parameter] = STATE(2838), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2564), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3014), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3257), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_self_parameter] = STATE(2964), + [sym_variadic_parameter] = STATE(2964), + [sym_parameter] = STATE(2964), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2640), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(2802), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(423), [sym_block_comment] = STATE(423), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1345), - [anon_sym_PIPE] = ACTIONS(1277), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1267), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), [anon_sym__] = ACTIONS(1539), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1283), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1313), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1357), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1275), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1307), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1315), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(424)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3066), - [sym_bracketed_type] = STATE(3595), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2500), - [sym_scoped_identifier] = STATE(2202), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2636), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2881), + [sym_bracketed_type] = STATE(3611), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3353), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2431), + [sym_scoped_identifier] = STATE(2195), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2628), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(424), [sym_block_comment] = STATE(424), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1541), [anon_sym_LPAREN] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1263), + [anon_sym_LBRACK] = ACTIONS(1255), [anon_sym_RBRACK] = ACTIONS(1545), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1547), [anon_sym_i8] = ACTIONS(1547), [anon_sym_u16] = ACTIONS(1547), @@ -64876,196 +65003,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1547), [anon_sym_str] = ACTIONS(1547), [anon_sym_char] = ACTIONS(1547), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1277), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), [anon_sym_COMMA] = ACTIONS(1551), [anon_sym_COLON_COLON] = ACTIONS(1553), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1555), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1557), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1557), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1559), [sym_super] = ACTIONS(1559), [sym_crate] = ACTIONS(1559), [sym_metavariable] = ACTIONS(1561), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(425)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2035), - [sym_bracketed_type] = STATE(3595), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2028), + [sym_bracketed_type] = STATE(3610), [sym_lifetime] = STATE(847), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2500), - [sym_scoped_identifier] = STATE(2202), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2144), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2136), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(425), [sym_block_comment] = STATE(425), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1541), - [anon_sym_LPAREN] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1547), - [anon_sym_i8] = ACTIONS(1547), - [anon_sym_u16] = ACTIONS(1547), - [anon_sym_i16] = ACTIONS(1547), - [anon_sym_u32] = ACTIONS(1547), - [anon_sym_i32] = ACTIONS(1547), - [anon_sym_u64] = ACTIONS(1547), - [anon_sym_i64] = ACTIONS(1547), - [anon_sym_u128] = ACTIONS(1547), - [anon_sym_i128] = ACTIONS(1547), - [anon_sym_isize] = ACTIONS(1547), - [anon_sym_usize] = ACTIONS(1547), - [anon_sym_f32] = ACTIONS(1547), - [anon_sym_f64] = ACTIONS(1547), - [anon_sym_bool] = ACTIONS(1547), - [anon_sym_str] = ACTIONS(1547), - [anon_sym_char] = ACTIONS(1547), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1553), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1555), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1557), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1557), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1563), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1559), - [sym_super] = ACTIONS(1559), - [sym_crate] = ACTIONS(1559), - [sym_metavariable] = ACTIONS(1561), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(426)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2110), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(426), - [sym_block_comment] = STATE(426), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1337), [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1343), [anon_sym_i8] = ACTIONS(1343), [anon_sym_u16] = ACTIONS(1343), @@ -65083,298 +65108,509 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1343), [anon_sym_str] = ACTIONS(1343), [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1567), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1563), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1359), [sym_super] = ACTIONS(1359), [sym_crate] = ACTIONS(1359), [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(426)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2028), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(844), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2136), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(426), + [sym_block_comment] = STATE(426), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1567), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1569), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(427)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2110), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2016), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2145), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(427), [sym_block_comment] = STATE(427), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1277), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1323), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1571), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(428)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2110), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2028), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(844), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2136), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(428), [sym_block_comment] = STATE(428), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1277), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1337), + [anon_sym_LPAREN] = ACTIONS(1339), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1343), + [anon_sym_i8] = ACTIONS(1343), + [anon_sym_u16] = ACTIONS(1343), + [anon_sym_i16] = ACTIONS(1343), + [anon_sym_u32] = ACTIONS(1343), + [anon_sym_i32] = ACTIONS(1343), + [anon_sym_u64] = ACTIONS(1343), + [anon_sym_i64] = ACTIONS(1343), + [anon_sym_u128] = ACTIONS(1343), + [anon_sym_i128] = ACTIONS(1343), + [anon_sym_isize] = ACTIONS(1343), + [anon_sym_usize] = ACTIONS(1343), + [anon_sym_f32] = ACTIONS(1343), + [anon_sym_f64] = ACTIONS(1343), + [anon_sym_bool] = ACTIONS(1343), + [anon_sym_str] = ACTIONS(1343), + [anon_sym_char] = ACTIONS(1343), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1351), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1353), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1355), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1355), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1573), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1569), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_self] = ACTIONS(1575), + [sym_super] = ACTIONS(1359), + [sym_crate] = ACTIONS(1359), + [sym_metavariable] = ACTIONS(1361), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(429)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2035), - [sym_bracketed_type] = STATE(3587), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2028), + [sym_bracketed_type] = STATE(3602), [sym_lifetime] = STATE(847), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2144), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2136), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(429), [sym_block_comment] = STATE(429), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1577), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1317), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(430)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2016), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2145), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(430), + [sym_block_comment] = STATE(430), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1337), [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1343), [anon_sym_i8] = ACTIONS(1343), [anon_sym_u16] = ACTIONS(1343), @@ -65392,92 +65628,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1343), [anon_sym_str] = ACTIONS(1343), [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1571), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1359), + [sym_self] = ACTIONS(1579), [sym_super] = ACTIONS(1359), [sym_crate] = ACTIONS(1359), [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(430)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3595), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3333), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2500), - [sym_scoped_identifier] = STATE(2202), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2110), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(430), - [sym_block_comment] = STATE(430), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [STATE(431)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2016), + [sym_bracketed_type] = STATE(3602), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3261), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2452), + [sym_scoped_identifier] = STATE(2255), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2145), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(431), + [sym_block_comment] = STATE(431), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1249), + [anon_sym_LPAREN] = ACTIONS(1251), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1261), + [anon_sym_i8] = ACTIONS(1261), + [anon_sym_u16] = ACTIONS(1261), + [anon_sym_i16] = ACTIONS(1261), + [anon_sym_u32] = ACTIONS(1261), + [anon_sym_i32] = ACTIONS(1261), + [anon_sym_u64] = ACTIONS(1261), + [anon_sym_i64] = ACTIONS(1261), + [anon_sym_u128] = ACTIONS(1261), + [anon_sym_i128] = ACTIONS(1261), + [anon_sym_isize] = ACTIONS(1261), + [anon_sym_usize] = ACTIONS(1261), + [anon_sym_f32] = ACTIONS(1261), + [anon_sym_f64] = ACTIONS(1261), + [anon_sym_bool] = ACTIONS(1261), + [anon_sym_str] = ACTIONS(1261), + [anon_sym_char] = ACTIONS(1261), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1565), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1281), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1291), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1297), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1297), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1317), + [sym_super] = ACTIONS(1317), + [sym_crate] = ACTIONS(1317), + [sym_metavariable] = ACTIONS(1319), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(432)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2016), + [sym_bracketed_type] = STATE(3611), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3353), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2431), + [sym_scoped_identifier] = STATE(2195), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2145), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(432), + [sym_block_comment] = STATE(432), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1541), [anon_sym_LPAREN] = ACTIONS(1543), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1547), [anon_sym_i8] = ACTIONS(1547), [anon_sym_u16] = ACTIONS(1547), @@ -65495,298 +65836,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1547), [anon_sym_str] = ACTIONS(1547), [anon_sym_char] = ACTIONS(1547), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1549), - [anon_sym_PIPE] = ACTIONS(1277), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), [anon_sym_COLON_COLON] = ACTIONS(1553), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1555), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1557), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1557), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1559), [sym_super] = ACTIONS(1559), [sym_crate] = ACTIONS(1559), [sym_metavariable] = ACTIONS(1561), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(431)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2035), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(844), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2144), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(431), - [sym_block_comment] = STATE(431), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1573), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1575), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(432)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2035), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(844), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2144), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(432), - [sym_block_comment] = STATE(432), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1337), - [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1343), - [anon_sym_i8] = ACTIONS(1343), - [anon_sym_u16] = ACTIONS(1343), - [anon_sym_i16] = ACTIONS(1343), - [anon_sym_u32] = ACTIONS(1343), - [anon_sym_i32] = ACTIONS(1343), - [anon_sym_u64] = ACTIONS(1343), - [anon_sym_i64] = ACTIONS(1343), - [anon_sym_u128] = ACTIONS(1343), - [anon_sym_i128] = ACTIONS(1343), - [anon_sym_isize] = ACTIONS(1343), - [anon_sym_usize] = ACTIONS(1343), - [anon_sym_f32] = ACTIONS(1343), - [anon_sym_f64] = ACTIONS(1343), - [anon_sym_bool] = ACTIONS(1343), - [anon_sym_str] = ACTIONS(1343), - [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1277), + [STATE(433)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2028), + [sym_bracketed_type] = STATE(3611), + [sym_lifetime] = STATE(847), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3353), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2431), + [sym_scoped_identifier] = STATE(2195), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2136), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(433), + [sym_block_comment] = STATE(433), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(1541), + [anon_sym_LPAREN] = ACTIONS(1543), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1547), + [anon_sym_i8] = ACTIONS(1547), + [anon_sym_u16] = ACTIONS(1547), + [anon_sym_i16] = ACTIONS(1547), + [anon_sym_u32] = ACTIONS(1547), + [anon_sym_i32] = ACTIONS(1547), + [anon_sym_u64] = ACTIONS(1547), + [anon_sym_i64] = ACTIONS(1547), + [anon_sym_u128] = ACTIONS(1547), + [anon_sym_i128] = ACTIONS(1547), + [anon_sym_isize] = ACTIONS(1547), + [anon_sym_usize] = ACTIONS(1547), + [anon_sym_f32] = ACTIONS(1547), + [anon_sym_f64] = ACTIONS(1547), + [anon_sym_bool] = ACTIONS(1547), + [anon_sym_str] = ACTIONS(1547), + [anon_sym_char] = ACTIONS(1547), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1549), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1577), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1553), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), + [anon_sym_default] = ACTIONS(1555), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1557), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1557), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1581), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1579), - [sym_super] = ACTIONS(1359), - [sym_crate] = ACTIONS(1359), - [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_self] = ACTIONS(1559), + [sym_super] = ACTIONS(1559), + [sym_crate] = ACTIONS(1559), + [sym_metavariable] = ACTIONS(1561), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(433)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3587), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3242), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2518), - [sym_scoped_identifier] = STATE(2228), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2110), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(433), - [sym_block_comment] = STATE(433), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [STATE(434)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2016), + [sym_bracketed_type] = STATE(3610), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3350), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2448), + [sym_scoped_identifier] = STATE(2152), + [sym_scoped_type_identifier] = STATE(2159), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2145), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(434), + [sym_block_comment] = STATE(434), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1337), [anon_sym_LPAREN] = ACTIONS(1339), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_LBRACK] = ACTIONS(1255), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1343), [anon_sym_i8] = ACTIONS(1343), [anon_sym_u16] = ACTIONS(1343), @@ -65804,144 +66044,42 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1343), [anon_sym_str] = ACTIONS(1343), [anon_sym_char] = ACTIONS(1343), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1565), - [anon_sym_PIPE] = ACTIONS(1277), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1423), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), [anon_sym_COLON_COLON] = ACTIONS(1351), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), + [anon_sym_SQUOTE] = ACTIONS(1285), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1289), [anon_sym_default] = ACTIONS(1353), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1355), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1355), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_ref] = ACTIONS(1303), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1359), [sym_super] = ACTIONS(1359), [sym_crate] = ACTIONS(1359), [sym_metavariable] = ACTIONS(1361), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(434)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2035), - [sym_bracketed_type] = STATE(3594), - [sym_lifetime] = STATE(847), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3328), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2454), - [sym_scoped_identifier] = STATE(2154), - [sym_scoped_type_identifier] = STATE(2113), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2144), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(434), - [sym_block_comment] = STATE(434), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(1257), - [anon_sym_LPAREN] = ACTIONS(1259), - [anon_sym_LBRACK] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1269), - [anon_sym_i8] = ACTIONS(1269), - [anon_sym_u16] = ACTIONS(1269), - [anon_sym_i16] = ACTIONS(1269), - [anon_sym_u32] = ACTIONS(1269), - [anon_sym_i32] = ACTIONS(1269), - [anon_sym_u64] = ACTIONS(1269), - [anon_sym_i64] = ACTIONS(1269), - [anon_sym_u128] = ACTIONS(1269), - [anon_sym_i128] = ACTIONS(1269), - [anon_sym_isize] = ACTIONS(1269), - [anon_sym_usize] = ACTIONS(1269), - [anon_sym_f32] = ACTIONS(1269), - [anon_sym_f64] = ACTIONS(1269), - [anon_sym_bool] = ACTIONS(1269), - [anon_sym_str] = ACTIONS(1269), - [anon_sym_char] = ACTIONS(1269), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1513), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(1287), - [anon_sym_SQUOTE] = ACTIONS(1291), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1295), - [anon_sym_default] = ACTIONS(1297), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1303), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1303), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_ref] = ACTIONS(1309), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(1581), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1323), - [sym_super] = ACTIONS(1323), - [sym_crate] = ACTIONS(1323), - [sym_metavariable] = ACTIONS(1325), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(435)] = { [sym_line_comment] = STATE(435), @@ -66141,31 +66279,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1585), }, [STATE(437)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2145), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2170), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(437), [sym_block_comment] = STATE(437), [sym_identifier] = ACTIONS(1587), @@ -66196,7 +66334,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(1589), [anon_sym_LT] = ACTIONS(1589), [anon_sym__] = ACTIONS(1587), - [anon_sym_DOT_DOT] = ACTIONS(1589), + [anon_sym_DOT_DOT] = ACTIONS(1587), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), [anon_sym_COLON_COLON] = ACTIONS(1589), [anon_sym_DASH_GT] = ACTIONS(1589), [anon_sym_SQUOTE] = ACTIONS(1587), @@ -66215,8 +66354,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(1587), [anon_sym_unsafe] = ACTIONS(1587), [anon_sym_while] = ACTIONS(1587), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), [anon_sym_yield] = ACTIONS(1587), [anon_sym_move] = ACTIONS(1587), [anon_sym_try] = ACTIONS(1587), @@ -66235,31 +66374,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1589), }, [STATE(438)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2140), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2130), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(438), [sym_block_comment] = STATE(438), [sym_identifier] = ACTIONS(1591), @@ -66290,7 +66429,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_PIPE] = ACTIONS(1593), [anon_sym_LT] = ACTIONS(1593), [anon_sym__] = ACTIONS(1591), - [anon_sym_DOT_DOT] = ACTIONS(1593), + [anon_sym_DOT_DOT] = ACTIONS(1591), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), [anon_sym_COLON_COLON] = ACTIONS(1593), [anon_sym_DASH_GT] = ACTIONS(1593), [anon_sym_SQUOTE] = ACTIONS(1591), @@ -66309,8 +66449,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_union] = ACTIONS(1591), [anon_sym_unsafe] = ACTIONS(1591), [anon_sym_while] = ACTIONS(1591), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), [anon_sym_yield] = ACTIONS(1591), [anon_sym_move] = ACTIONS(1591), [anon_sym_try] = ACTIONS(1591), @@ -66329,44 +66469,44 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1593), }, [STATE(439)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(439), [sym_block_comment] = STATE(439), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66384,76 +66524,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1607), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(440)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(440), [sym_block_comment] = STATE(440), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66471,76 +66611,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1623), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(441)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(441), [sym_block_comment] = STATE(441), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66558,76 +66698,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1625), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(442)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(442), [sym_block_comment] = STATE(442), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66645,76 +66785,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1627), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(443)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(443), [sym_block_comment] = STATE(443), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66732,76 +66872,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1629), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(444)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(444), [sym_block_comment] = STATE(444), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66819,76 +66959,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1631), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(445)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(445), [sym_block_comment] = STATE(445), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66906,76 +67046,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1633), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(446)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(446), [sym_block_comment] = STATE(446), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -66993,76 +67133,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1635), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(447)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(447), [sym_block_comment] = STATE(447), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67080,76 +67220,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1637), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(448)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(448), [sym_block_comment] = STATE(448), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67167,76 +67307,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1639), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(449)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(449), [sym_block_comment] = STATE(449), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67254,76 +67394,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1641), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(450)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(450), [sym_block_comment] = STATE(450), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67341,76 +67481,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_GT] = ACTIONS(1643), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(451)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2376), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2377), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2453), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2453), - [sym__literal] = STATE(2453), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2398), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2399), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2525), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2525), + [sym__literal] = STATE(2525), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(451), [sym_block_comment] = STATE(451), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67428,75 +67568,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(452)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2438), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2440), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2584), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2584), - [sym__literal] = STATE(2584), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2377), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2378), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2498), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2498), + [sym__literal] = STATE(2498), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(452), [sym_block_comment] = STATE(452), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67514,75 +67654,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(453)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2338), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2339), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2486), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2486), - [sym__literal] = STATE(2486), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2462), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2464), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2536), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2536), + [sym__literal] = STATE(2536), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(453), [sym_block_comment] = STATE(453), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67600,75 +67740,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(454)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2418), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2373), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2436), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2436), - [sym__literal] = STATE(2436), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2342), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2343), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2451), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2451), + [sym__literal] = STATE(2451), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(454), [sym_block_comment] = STATE(454), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67686,75 +67826,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(455)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2380), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2381), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_type_binding] = STATE(2451), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_label] = STATE(3648), - [sym_block] = STATE(2451), - [sym__literal] = STATE(2451), - [sym_string_literal] = STATE(2916), - [sym_raw_string_literal] = STATE(2916), - [sym_boolean_literal] = STATE(2916), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2385), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2386), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_type_binding] = STATE(2506), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_label] = STATE(3664), + [sym_block] = STATE(2506), + [sym__literal] = STATE(2506), + [sym_string_literal] = STATE(3029), + [sym_raw_string_literal] = STATE(3029), + [sym_boolean_literal] = STATE(3029), [sym_line_comment] = STATE(455), [sym_block_comment] = STATE(455), - [aux_sym_function_modifiers_repeat1] = STATE(2225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), [sym_identifier] = ACTIONS(1595), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), [anon_sym_LBRACE] = ACTIONS(1601), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -67772,183 +67912,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), [anon_sym_SQUOTE] = ACTIONS(1611), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [sym_integer_literal] = ACTIONS(1617), - [aux_sym_string_literal_token1] = ACTIONS(1317), + [aux_sym_string_literal_token1] = ACTIONS(1311), [sym_char_literal] = ACTIONS(1617), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), - [sym__raw_string_literal_start] = ACTIONS(1327), + [sym__raw_string_literal_start] = ACTIONS(1321), [sym_float_literal] = ACTIONS(1617), }, [STATE(456)] = { - [sym_else_clause] = STATE(484), + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_last_match_arm] = STATE(3390), + [sym_match_pattern] = STATE(3391), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(456), [sym_block_comment] = STATE(456), - [sym_identifier] = ACTIONS(1229), - [anon_sym_LPAREN] = ACTIONS(1227), - [anon_sym_LBRACK] = ACTIONS(1227), - [anon_sym_RBRACE] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1229), - [anon_sym_STAR] = ACTIONS(1229), - [anon_sym_QMARK] = ACTIONS(1227), - [anon_sym_u8] = ACTIONS(1229), - [anon_sym_i8] = ACTIONS(1229), - [anon_sym_u16] = ACTIONS(1229), - [anon_sym_i16] = ACTIONS(1229), - [anon_sym_u32] = ACTIONS(1229), - [anon_sym_i32] = ACTIONS(1229), - [anon_sym_u64] = ACTIONS(1229), - [anon_sym_i64] = ACTIONS(1229), - [anon_sym_u128] = ACTIONS(1229), - [anon_sym_i128] = ACTIONS(1229), - [anon_sym_isize] = ACTIONS(1229), - [anon_sym_usize] = ACTIONS(1229), - [anon_sym_f32] = ACTIONS(1229), - [anon_sym_f64] = ACTIONS(1229), - [anon_sym_bool] = ACTIONS(1229), - [anon_sym_str] = ACTIONS(1229), - [anon_sym_char] = ACTIONS(1229), - [anon_sym_DASH] = ACTIONS(1229), - [anon_sym_SLASH] = ACTIONS(1229), - [anon_sym_PERCENT] = ACTIONS(1229), - [anon_sym_CARET] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1229), - [anon_sym_PIPE] = ACTIONS(1229), - [anon_sym_AMP_AMP] = ACTIONS(1227), - [anon_sym_PIPE_PIPE] = ACTIONS(1227), - [anon_sym_LT_LT] = ACTIONS(1229), - [anon_sym_GT_GT] = ACTIONS(1229), - [anon_sym_PLUS_EQ] = ACTIONS(1227), - [anon_sym_DASH_EQ] = ACTIONS(1227), - [anon_sym_STAR_EQ] = ACTIONS(1227), - [anon_sym_SLASH_EQ] = ACTIONS(1227), - [anon_sym_PERCENT_EQ] = ACTIONS(1227), - [anon_sym_CARET_EQ] = ACTIONS(1227), - [anon_sym_AMP_EQ] = ACTIONS(1227), - [anon_sym_PIPE_EQ] = ACTIONS(1227), - [anon_sym_LT_LT_EQ] = ACTIONS(1227), - [anon_sym_GT_GT_EQ] = ACTIONS(1227), - [anon_sym_EQ] = ACTIONS(1229), - [anon_sym_EQ_EQ] = ACTIONS(1227), - [anon_sym_BANG_EQ] = ACTIONS(1227), - [anon_sym_GT] = ACTIONS(1229), - [anon_sym_LT] = ACTIONS(1229), - [anon_sym_GT_EQ] = ACTIONS(1227), - [anon_sym_LT_EQ] = ACTIONS(1227), - [anon_sym__] = ACTIONS(1229), - [anon_sym_DOT] = ACTIONS(1229), - [anon_sym_DOT_DOT] = ACTIONS(1229), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1227), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1227), - [anon_sym_COMMA] = ACTIONS(1227), - [anon_sym_COLON_COLON] = ACTIONS(1227), - [anon_sym_POUND] = ACTIONS(1227), - [anon_sym_as] = ACTIONS(1229), - [anon_sym_const] = ACTIONS(1229), - [anon_sym_default] = ACTIONS(1229), - [anon_sym_gen] = ACTIONS(1229), - [anon_sym_union] = ACTIONS(1229), - [anon_sym_ref] = ACTIONS(1229), - [anon_sym_else] = ACTIONS(1645), - [sym_mutable_specifier] = ACTIONS(1229), - [sym_integer_literal] = ACTIONS(1227), - [aux_sym_string_literal_token1] = ACTIONS(1227), - [sym_char_literal] = ACTIONS(1227), - [anon_sym_true] = ACTIONS(1229), - [anon_sym_false] = ACTIONS(1229), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1229), - [sym_super] = ACTIONS(1229), - [sym_crate] = ACTIONS(1229), - [sym_metavariable] = ACTIONS(1227), - [sym__raw_string_literal_start] = ACTIONS(1227), - [sym_float_literal] = ACTIONS(1227), + [aux_sym_match_block_repeat1] = STATE(464), + [aux_sym_match_arm_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_RBRACE] = ACTIONS(1651), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_COLON_COLON] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_gen] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_ref] = ACTIONS(1675), + [sym_mutable_specifier] = ACTIONS(1677), + [sym_integer_literal] = ACTIONS(1679), + [aux_sym_string_literal_token1] = ACTIONS(1681), + [sym_char_literal] = ACTIONS(1679), + [anon_sym_true] = ACTIONS(1683), + [anon_sym_false] = ACTIONS(1683), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1685), + [sym_super] = ACTIONS(1685), + [sym_crate] = ACTIONS(1685), + [sym_metavariable] = ACTIONS(1687), + [sym__raw_string_literal_start] = ACTIONS(1689), + [sym_float_literal] = ACTIONS(1679), }, [STATE(457)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_last_match_arm] = STATE(3468), - [sym_match_pattern] = STATE(3470), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_last_match_arm] = STATE(3534), + [sym_match_pattern] = STATE(3391), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(457), [sym_block_comment] = STATE(457), - [aux_sym_match_block_repeat1] = STATE(471), - [aux_sym_match_arm_repeat1] = STATE(773), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_RBRACE] = ACTIONS(1653), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [aux_sym_match_block_repeat1] = STATE(467), + [aux_sym_match_arm_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_RBRACE] = ACTIONS(1691), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(1669), [anon_sym_const] = ACTIONS(1671), @@ -67972,67 +68113,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1679), }, [STATE(458)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_last_match_arm] = STATE(3459), - [sym_match_pattern] = STATE(3470), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_last_match_arm] = STATE(3507), + [sym_match_pattern] = STATE(3391), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(458), [sym_block_comment] = STATE(458), - [aux_sym_match_block_repeat1] = STATE(486), - [aux_sym_match_arm_repeat1] = STATE(773), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_RBRACE] = ACTIONS(1691), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [aux_sym_match_block_repeat1] = STATE(468), + [aux_sym_match_arm_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_RBRACE] = ACTIONS(1693), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(1669), [anon_sym_const] = ACTIONS(1671), @@ -68056,260 +68198,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1679), }, [STATE(459)] = { + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_last_match_arm] = STATE(3471), + [sym_match_pattern] = STATE(3391), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(459), [sym_block_comment] = STATE(459), - [sym_identifier] = ACTIONS(1379), - [anon_sym_LPAREN] = ACTIONS(1377), - [anon_sym_LBRACK] = ACTIONS(1377), - [anon_sym_RBRACE] = ACTIONS(1377), - [anon_sym_PLUS] = ACTIONS(1379), - [anon_sym_STAR] = ACTIONS(1379), - [anon_sym_QMARK] = ACTIONS(1377), - [anon_sym_u8] = ACTIONS(1379), - [anon_sym_i8] = ACTIONS(1379), - [anon_sym_u16] = ACTIONS(1379), - [anon_sym_i16] = ACTIONS(1379), - [anon_sym_u32] = ACTIONS(1379), - [anon_sym_i32] = ACTIONS(1379), - [anon_sym_u64] = ACTIONS(1379), - [anon_sym_i64] = ACTIONS(1379), - [anon_sym_u128] = ACTIONS(1379), - [anon_sym_i128] = ACTIONS(1379), - [anon_sym_isize] = ACTIONS(1379), - [anon_sym_usize] = ACTIONS(1379), - [anon_sym_f32] = ACTIONS(1379), - [anon_sym_f64] = ACTIONS(1379), - [anon_sym_bool] = ACTIONS(1379), - [anon_sym_str] = ACTIONS(1379), - [anon_sym_char] = ACTIONS(1379), - [anon_sym_DASH] = ACTIONS(1379), - [anon_sym_SLASH] = ACTIONS(1379), - [anon_sym_PERCENT] = ACTIONS(1379), - [anon_sym_CARET] = ACTIONS(1379), - [anon_sym_AMP] = ACTIONS(1379), - [anon_sym_PIPE] = ACTIONS(1379), - [anon_sym_AMP_AMP] = ACTIONS(1377), - [anon_sym_PIPE_PIPE] = ACTIONS(1377), - [anon_sym_LT_LT] = ACTIONS(1379), - [anon_sym_GT_GT] = ACTIONS(1379), - [anon_sym_PLUS_EQ] = ACTIONS(1377), - [anon_sym_DASH_EQ] = ACTIONS(1377), - [anon_sym_STAR_EQ] = ACTIONS(1377), - [anon_sym_SLASH_EQ] = ACTIONS(1377), - [anon_sym_PERCENT_EQ] = ACTIONS(1377), - [anon_sym_CARET_EQ] = ACTIONS(1377), - [anon_sym_AMP_EQ] = ACTIONS(1377), - [anon_sym_PIPE_EQ] = ACTIONS(1377), - [anon_sym_LT_LT_EQ] = ACTIONS(1377), - [anon_sym_GT_GT_EQ] = ACTIONS(1377), - [anon_sym_EQ] = ACTIONS(1379), - [anon_sym_EQ_EQ] = ACTIONS(1377), - [anon_sym_BANG_EQ] = ACTIONS(1377), - [anon_sym_GT] = ACTIONS(1379), - [anon_sym_LT] = ACTIONS(1379), - [anon_sym_GT_EQ] = ACTIONS(1377), - [anon_sym_LT_EQ] = ACTIONS(1377), - [anon_sym__] = ACTIONS(1379), - [anon_sym_DOT] = ACTIONS(1379), - [anon_sym_DOT_DOT] = ACTIONS(1379), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1377), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1377), - [anon_sym_COMMA] = ACTIONS(1377), - [anon_sym_COLON_COLON] = ACTIONS(1377), - [anon_sym_POUND] = ACTIONS(1377), - [anon_sym_as] = ACTIONS(1379), - [anon_sym_const] = ACTIONS(1379), - [anon_sym_default] = ACTIONS(1379), - [anon_sym_gen] = ACTIONS(1379), - [anon_sym_union] = ACTIONS(1379), - [anon_sym_ref] = ACTIONS(1379), - [anon_sym_else] = ACTIONS(1379), - [sym_mutable_specifier] = ACTIONS(1379), - [sym_integer_literal] = ACTIONS(1377), - [aux_sym_string_literal_token1] = ACTIONS(1377), - [sym_char_literal] = ACTIONS(1377), - [anon_sym_true] = ACTIONS(1379), - [anon_sym_false] = ACTIONS(1379), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1379), - [sym_super] = ACTIONS(1379), - [sym_crate] = ACTIONS(1379), - [sym_metavariable] = ACTIONS(1377), - [sym__raw_string_literal_start] = ACTIONS(1377), - [sym_float_literal] = ACTIONS(1377), + [aux_sym_match_block_repeat1] = STATE(469), + [aux_sym_match_arm_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_RBRACE] = ACTIONS(1695), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_COLON_COLON] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_gen] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_ref] = ACTIONS(1675), + [sym_mutable_specifier] = ACTIONS(1677), + [sym_integer_literal] = ACTIONS(1679), + [aux_sym_string_literal_token1] = ACTIONS(1681), + [sym_char_literal] = ACTIONS(1679), + [anon_sym_true] = ACTIONS(1683), + [anon_sym_false] = ACTIONS(1683), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1685), + [sym_super] = ACTIONS(1685), + [sym_crate] = ACTIONS(1685), + [sym_metavariable] = ACTIONS(1687), + [sym__raw_string_literal_start] = ACTIONS(1689), + [sym_float_literal] = ACTIONS(1679), }, [STATE(460)] = { + [sym_else_clause] = STATE(471), [sym_line_comment] = STATE(460), [sym_block_comment] = STATE(460), - [sym_identifier] = ACTIONS(1335), - [anon_sym_LPAREN] = ACTIONS(1333), - [anon_sym_LBRACK] = ACTIONS(1333), - [anon_sym_RBRACE] = ACTIONS(1333), - [anon_sym_PLUS] = ACTIONS(1335), - [anon_sym_STAR] = ACTIONS(1335), - [anon_sym_QMARK] = ACTIONS(1333), - [anon_sym_u8] = ACTIONS(1335), - [anon_sym_i8] = ACTIONS(1335), - [anon_sym_u16] = ACTIONS(1335), - [anon_sym_i16] = ACTIONS(1335), - [anon_sym_u32] = ACTIONS(1335), - [anon_sym_i32] = ACTIONS(1335), - [anon_sym_u64] = ACTIONS(1335), - [anon_sym_i64] = ACTIONS(1335), - [anon_sym_u128] = ACTIONS(1335), - [anon_sym_i128] = ACTIONS(1335), - [anon_sym_isize] = ACTIONS(1335), - [anon_sym_usize] = ACTIONS(1335), - [anon_sym_f32] = ACTIONS(1335), - [anon_sym_f64] = ACTIONS(1335), - [anon_sym_bool] = ACTIONS(1335), - [anon_sym_str] = ACTIONS(1335), - [anon_sym_char] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1335), - [anon_sym_SLASH] = ACTIONS(1335), - [anon_sym_PERCENT] = ACTIONS(1335), - [anon_sym_CARET] = ACTIONS(1335), - [anon_sym_AMP] = ACTIONS(1335), - [anon_sym_PIPE] = ACTIONS(1335), - [anon_sym_AMP_AMP] = ACTIONS(1333), - [anon_sym_PIPE_PIPE] = ACTIONS(1333), - [anon_sym_LT_LT] = ACTIONS(1335), - [anon_sym_GT_GT] = ACTIONS(1335), - [anon_sym_PLUS_EQ] = ACTIONS(1333), - [anon_sym_DASH_EQ] = ACTIONS(1333), - [anon_sym_STAR_EQ] = ACTIONS(1333), - [anon_sym_SLASH_EQ] = ACTIONS(1333), - [anon_sym_PERCENT_EQ] = ACTIONS(1333), - [anon_sym_CARET_EQ] = ACTIONS(1333), - [anon_sym_AMP_EQ] = ACTIONS(1333), - [anon_sym_PIPE_EQ] = ACTIONS(1333), - [anon_sym_LT_LT_EQ] = ACTIONS(1333), - [anon_sym_GT_GT_EQ] = ACTIONS(1333), - [anon_sym_EQ] = ACTIONS(1335), - [anon_sym_EQ_EQ] = ACTIONS(1333), - [anon_sym_BANG_EQ] = ACTIONS(1333), - [anon_sym_GT] = ACTIONS(1335), - [anon_sym_LT] = ACTIONS(1335), - [anon_sym_GT_EQ] = ACTIONS(1333), - [anon_sym_LT_EQ] = ACTIONS(1333), - [anon_sym__] = ACTIONS(1335), - [anon_sym_DOT] = ACTIONS(1335), - [anon_sym_DOT_DOT] = ACTIONS(1335), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1333), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1333), - [anon_sym_COMMA] = ACTIONS(1333), - [anon_sym_COLON_COLON] = ACTIONS(1333), - [anon_sym_POUND] = ACTIONS(1333), - [anon_sym_as] = ACTIONS(1335), - [anon_sym_const] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_gen] = ACTIONS(1335), - [anon_sym_union] = ACTIONS(1335), - [anon_sym_ref] = ACTIONS(1335), - [anon_sym_else] = ACTIONS(1335), - [sym_mutable_specifier] = ACTIONS(1335), - [sym_integer_literal] = ACTIONS(1333), - [aux_sym_string_literal_token1] = ACTIONS(1333), - [sym_char_literal] = ACTIONS(1333), - [anon_sym_true] = ACTIONS(1335), - [anon_sym_false] = ACTIONS(1335), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1335), - [sym_super] = ACTIONS(1335), - [sym_crate] = ACTIONS(1335), - [sym_metavariable] = ACTIONS(1333), - [sym__raw_string_literal_start] = ACTIONS(1333), - [sym_float_literal] = ACTIONS(1333), - }, - [STATE(461)] = { - [sym_line_comment] = STATE(461), - [sym_block_comment] = STATE(461), - [sym_identifier] = ACTIONS(1393), - [anon_sym_LPAREN] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(1391), - [anon_sym_RBRACE] = ACTIONS(1391), - [anon_sym_PLUS] = ACTIONS(1393), - [anon_sym_STAR] = ACTIONS(1393), - [anon_sym_QMARK] = ACTIONS(1391), - [anon_sym_u8] = ACTIONS(1393), - [anon_sym_i8] = ACTIONS(1393), - [anon_sym_u16] = ACTIONS(1393), - [anon_sym_i16] = ACTIONS(1393), - [anon_sym_u32] = ACTIONS(1393), - [anon_sym_i32] = ACTIONS(1393), - [anon_sym_u64] = ACTIONS(1393), - [anon_sym_i64] = ACTIONS(1393), - [anon_sym_u128] = ACTIONS(1393), - [anon_sym_i128] = ACTIONS(1393), - [anon_sym_isize] = ACTIONS(1393), - [anon_sym_usize] = ACTIONS(1393), - [anon_sym_f32] = ACTIONS(1393), - [anon_sym_f64] = ACTIONS(1393), - [anon_sym_bool] = ACTIONS(1393), - [anon_sym_str] = ACTIONS(1393), - [anon_sym_char] = ACTIONS(1393), - [anon_sym_DASH] = ACTIONS(1393), - [anon_sym_SLASH] = ACTIONS(1393), - [anon_sym_PERCENT] = ACTIONS(1393), - [anon_sym_CARET] = ACTIONS(1393), - [anon_sym_AMP] = ACTIONS(1393), - [anon_sym_PIPE] = ACTIONS(1393), - [anon_sym_AMP_AMP] = ACTIONS(1391), - [anon_sym_PIPE_PIPE] = ACTIONS(1391), - [anon_sym_LT_LT] = ACTIONS(1393), - [anon_sym_GT_GT] = ACTIONS(1393), - [anon_sym_PLUS_EQ] = ACTIONS(1391), - [anon_sym_DASH_EQ] = ACTIONS(1391), - [anon_sym_STAR_EQ] = ACTIONS(1391), - [anon_sym_SLASH_EQ] = ACTIONS(1391), - [anon_sym_PERCENT_EQ] = ACTIONS(1391), - [anon_sym_CARET_EQ] = ACTIONS(1391), - [anon_sym_AMP_EQ] = ACTIONS(1391), - [anon_sym_PIPE_EQ] = ACTIONS(1391), - [anon_sym_LT_LT_EQ] = ACTIONS(1391), - [anon_sym_GT_GT_EQ] = ACTIONS(1391), - [anon_sym_EQ] = ACTIONS(1393), - [anon_sym_EQ_EQ] = ACTIONS(1391), - [anon_sym_BANG_EQ] = ACTIONS(1391), - [anon_sym_GT] = ACTIONS(1393), - [anon_sym_LT] = ACTIONS(1393), - [anon_sym_GT_EQ] = ACTIONS(1391), - [anon_sym_LT_EQ] = ACTIONS(1391), - [anon_sym__] = ACTIONS(1393), - [anon_sym_DOT] = ACTIONS(1393), - [anon_sym_DOT_DOT] = ACTIONS(1393), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1391), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1391), - [anon_sym_COMMA] = ACTIONS(1391), - [anon_sym_COLON_COLON] = ACTIONS(1391), - [anon_sym_POUND] = ACTIONS(1391), - [anon_sym_as] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_gen] = ACTIONS(1393), - [anon_sym_union] = ACTIONS(1393), - [anon_sym_ref] = ACTIONS(1393), - [anon_sym_else] = ACTIONS(1393), - [sym_mutable_specifier] = ACTIONS(1393), - [sym_integer_literal] = ACTIONS(1391), - [aux_sym_string_literal_token1] = ACTIONS(1391), - [sym_char_literal] = ACTIONS(1391), - [anon_sym_true] = ACTIONS(1393), - [anon_sym_false] = ACTIONS(1393), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1393), - [sym_super] = ACTIONS(1393), - [sym_crate] = ACTIONS(1393), - [sym_metavariable] = ACTIONS(1391), - [sym__raw_string_literal_start] = ACTIONS(1391), - [sym_float_literal] = ACTIONS(1391), - }, - [STATE(462)] = { - [sym_line_comment] = STATE(462), - [sym_block_comment] = STATE(462), [sym_identifier] = ACTIONS(1331), [anon_sym_LPAREN] = ACTIONS(1329), [anon_sym_LBRACK] = ACTIONS(1329), @@ -68375,7 +68351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_gen] = ACTIONS(1331), [anon_sym_union] = ACTIONS(1331), [anon_sym_ref] = ACTIONS(1331), - [anon_sym_else] = ACTIONS(1331), + [anon_sym_else] = ACTIONS(1697), [sym_mutable_specifier] = ACTIONS(1331), [sym_integer_literal] = ACTIONS(1329), [aux_sym_string_literal_token1] = ACTIONS(1329), @@ -68391,152 +68367,320 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1329), [sym_float_literal] = ACTIONS(1329), }, + [STATE(461)] = { + [sym_line_comment] = STATE(461), + [sym_block_comment] = STATE(461), + [sym_identifier] = ACTIONS(1411), + [anon_sym_LPAREN] = ACTIONS(1409), + [anon_sym_LBRACK] = ACTIONS(1409), + [anon_sym_RBRACE] = ACTIONS(1409), + [anon_sym_PLUS] = ACTIONS(1411), + [anon_sym_STAR] = ACTIONS(1411), + [anon_sym_QMARK] = ACTIONS(1409), + [anon_sym_u8] = ACTIONS(1411), + [anon_sym_i8] = ACTIONS(1411), + [anon_sym_u16] = ACTIONS(1411), + [anon_sym_i16] = ACTIONS(1411), + [anon_sym_u32] = ACTIONS(1411), + [anon_sym_i32] = ACTIONS(1411), + [anon_sym_u64] = ACTIONS(1411), + [anon_sym_i64] = ACTIONS(1411), + [anon_sym_u128] = ACTIONS(1411), + [anon_sym_i128] = ACTIONS(1411), + [anon_sym_isize] = ACTIONS(1411), + [anon_sym_usize] = ACTIONS(1411), + [anon_sym_f32] = ACTIONS(1411), + [anon_sym_f64] = ACTIONS(1411), + [anon_sym_bool] = ACTIONS(1411), + [anon_sym_str] = ACTIONS(1411), + [anon_sym_char] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1411), + [anon_sym_SLASH] = ACTIONS(1411), + [anon_sym_PERCENT] = ACTIONS(1411), + [anon_sym_CARET] = ACTIONS(1411), + [anon_sym_AMP] = ACTIONS(1411), + [anon_sym_PIPE] = ACTIONS(1411), + [anon_sym_AMP_AMP] = ACTIONS(1409), + [anon_sym_PIPE_PIPE] = ACTIONS(1409), + [anon_sym_LT_LT] = ACTIONS(1411), + [anon_sym_GT_GT] = ACTIONS(1411), + [anon_sym_PLUS_EQ] = ACTIONS(1409), + [anon_sym_DASH_EQ] = ACTIONS(1409), + [anon_sym_STAR_EQ] = ACTIONS(1409), + [anon_sym_SLASH_EQ] = ACTIONS(1409), + [anon_sym_PERCENT_EQ] = ACTIONS(1409), + [anon_sym_CARET_EQ] = ACTIONS(1409), + [anon_sym_AMP_EQ] = ACTIONS(1409), + [anon_sym_PIPE_EQ] = ACTIONS(1409), + [anon_sym_LT_LT_EQ] = ACTIONS(1409), + [anon_sym_GT_GT_EQ] = ACTIONS(1409), + [anon_sym_EQ] = ACTIONS(1411), + [anon_sym_EQ_EQ] = ACTIONS(1409), + [anon_sym_BANG_EQ] = ACTIONS(1409), + [anon_sym_GT] = ACTIONS(1411), + [anon_sym_LT] = ACTIONS(1411), + [anon_sym_GT_EQ] = ACTIONS(1409), + [anon_sym_LT_EQ] = ACTIONS(1409), + [anon_sym__] = ACTIONS(1411), + [anon_sym_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT] = ACTIONS(1411), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1409), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1409), + [anon_sym_COMMA] = ACTIONS(1409), + [anon_sym_COLON_COLON] = ACTIONS(1409), + [anon_sym_POUND] = ACTIONS(1409), + [anon_sym_as] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_default] = ACTIONS(1411), + [anon_sym_gen] = ACTIONS(1411), + [anon_sym_union] = ACTIONS(1411), + [anon_sym_ref] = ACTIONS(1411), + [anon_sym_else] = ACTIONS(1411), + [sym_mutable_specifier] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(1409), + [aux_sym_string_literal_token1] = ACTIONS(1409), + [sym_char_literal] = ACTIONS(1409), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1411), + [sym_super] = ACTIONS(1411), + [sym_crate] = ACTIONS(1411), + [sym_metavariable] = ACTIONS(1409), + [sym__raw_string_literal_start] = ACTIONS(1409), + [sym_float_literal] = ACTIONS(1409), + }, + [STATE(462)] = { + [sym_line_comment] = STATE(462), + [sym_block_comment] = STATE(462), + [sym_identifier] = ACTIONS(1389), + [anon_sym_LPAREN] = ACTIONS(1387), + [anon_sym_LBRACK] = ACTIONS(1387), + [anon_sym_RBRACE] = ACTIONS(1387), + [anon_sym_PLUS] = ACTIONS(1389), + [anon_sym_STAR] = ACTIONS(1389), + [anon_sym_QMARK] = ACTIONS(1387), + [anon_sym_u8] = ACTIONS(1389), + [anon_sym_i8] = ACTIONS(1389), + [anon_sym_u16] = ACTIONS(1389), + [anon_sym_i16] = ACTIONS(1389), + [anon_sym_u32] = ACTIONS(1389), + [anon_sym_i32] = ACTIONS(1389), + [anon_sym_u64] = ACTIONS(1389), + [anon_sym_i64] = ACTIONS(1389), + [anon_sym_u128] = ACTIONS(1389), + [anon_sym_i128] = ACTIONS(1389), + [anon_sym_isize] = ACTIONS(1389), + [anon_sym_usize] = ACTIONS(1389), + [anon_sym_f32] = ACTIONS(1389), + [anon_sym_f64] = ACTIONS(1389), + [anon_sym_bool] = ACTIONS(1389), + [anon_sym_str] = ACTIONS(1389), + [anon_sym_char] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1389), + [anon_sym_SLASH] = ACTIONS(1389), + [anon_sym_PERCENT] = ACTIONS(1389), + [anon_sym_CARET] = ACTIONS(1389), + [anon_sym_AMP] = ACTIONS(1389), + [anon_sym_PIPE] = ACTIONS(1389), + [anon_sym_AMP_AMP] = ACTIONS(1387), + [anon_sym_PIPE_PIPE] = ACTIONS(1387), + [anon_sym_LT_LT] = ACTIONS(1389), + [anon_sym_GT_GT] = ACTIONS(1389), + [anon_sym_PLUS_EQ] = ACTIONS(1387), + [anon_sym_DASH_EQ] = ACTIONS(1387), + [anon_sym_STAR_EQ] = ACTIONS(1387), + [anon_sym_SLASH_EQ] = ACTIONS(1387), + [anon_sym_PERCENT_EQ] = ACTIONS(1387), + [anon_sym_CARET_EQ] = ACTIONS(1387), + [anon_sym_AMP_EQ] = ACTIONS(1387), + [anon_sym_PIPE_EQ] = ACTIONS(1387), + [anon_sym_LT_LT_EQ] = ACTIONS(1387), + [anon_sym_GT_GT_EQ] = ACTIONS(1387), + [anon_sym_EQ] = ACTIONS(1389), + [anon_sym_EQ_EQ] = ACTIONS(1387), + [anon_sym_BANG_EQ] = ACTIONS(1387), + [anon_sym_GT] = ACTIONS(1389), + [anon_sym_LT] = ACTIONS(1389), + [anon_sym_GT_EQ] = ACTIONS(1387), + [anon_sym_LT_EQ] = ACTIONS(1387), + [anon_sym__] = ACTIONS(1389), + [anon_sym_DOT] = ACTIONS(1389), + [anon_sym_DOT_DOT] = ACTIONS(1389), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1387), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1387), + [anon_sym_COMMA] = ACTIONS(1387), + [anon_sym_COLON_COLON] = ACTIONS(1387), + [anon_sym_POUND] = ACTIONS(1387), + [anon_sym_as] = ACTIONS(1389), + [anon_sym_const] = ACTIONS(1389), + [anon_sym_default] = ACTIONS(1389), + [anon_sym_gen] = ACTIONS(1389), + [anon_sym_union] = ACTIONS(1389), + [anon_sym_ref] = ACTIONS(1389), + [anon_sym_else] = ACTIONS(1389), + [sym_mutable_specifier] = ACTIONS(1389), + [sym_integer_literal] = ACTIONS(1387), + [aux_sym_string_literal_token1] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [anon_sym_true] = ACTIONS(1389), + [anon_sym_false] = ACTIONS(1389), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1389), + [sym_super] = ACTIONS(1389), + [sym_crate] = ACTIONS(1389), + [sym_metavariable] = ACTIONS(1387), + [sym__raw_string_literal_start] = ACTIONS(1387), + [sym_float_literal] = ACTIONS(1387), + }, [STATE(463)] = { [sym_line_comment] = STATE(463), [sym_block_comment] = STATE(463), - [sym_identifier] = ACTIONS(1365), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_PLUS] = ACTIONS(1365), - [anon_sym_STAR] = ACTIONS(1365), - [anon_sym_QMARK] = ACTIONS(1363), - [anon_sym_u8] = ACTIONS(1365), - [anon_sym_i8] = ACTIONS(1365), - [anon_sym_u16] = ACTIONS(1365), - [anon_sym_i16] = ACTIONS(1365), - [anon_sym_u32] = ACTIONS(1365), - [anon_sym_i32] = ACTIONS(1365), - [anon_sym_u64] = ACTIONS(1365), - [anon_sym_i64] = ACTIONS(1365), - [anon_sym_u128] = ACTIONS(1365), - [anon_sym_i128] = ACTIONS(1365), - [anon_sym_isize] = ACTIONS(1365), - [anon_sym_usize] = ACTIONS(1365), - [anon_sym_f32] = ACTIONS(1365), - [anon_sym_f64] = ACTIONS(1365), - [anon_sym_bool] = ACTIONS(1365), - [anon_sym_str] = ACTIONS(1365), - [anon_sym_char] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1365), - [anon_sym_SLASH] = ACTIONS(1365), - [anon_sym_PERCENT] = ACTIONS(1365), - [anon_sym_CARET] = ACTIONS(1365), - [anon_sym_AMP] = ACTIONS(1365), - [anon_sym_PIPE] = ACTIONS(1365), - [anon_sym_AMP_AMP] = ACTIONS(1363), - [anon_sym_PIPE_PIPE] = ACTIONS(1363), - [anon_sym_LT_LT] = ACTIONS(1365), - [anon_sym_GT_GT] = ACTIONS(1365), - [anon_sym_PLUS_EQ] = ACTIONS(1363), - [anon_sym_DASH_EQ] = ACTIONS(1363), - [anon_sym_STAR_EQ] = ACTIONS(1363), - [anon_sym_SLASH_EQ] = ACTIONS(1363), - [anon_sym_PERCENT_EQ] = ACTIONS(1363), - [anon_sym_CARET_EQ] = ACTIONS(1363), - [anon_sym_AMP_EQ] = ACTIONS(1363), - [anon_sym_PIPE_EQ] = ACTIONS(1363), - [anon_sym_LT_LT_EQ] = ACTIONS(1363), - [anon_sym_GT_GT_EQ] = ACTIONS(1363), - [anon_sym_EQ] = ACTIONS(1365), - [anon_sym_EQ_EQ] = ACTIONS(1363), - [anon_sym_BANG_EQ] = ACTIONS(1363), - [anon_sym_GT] = ACTIONS(1365), - [anon_sym_LT] = ACTIONS(1365), - [anon_sym_GT_EQ] = ACTIONS(1363), - [anon_sym_LT_EQ] = ACTIONS(1363), - [anon_sym__] = ACTIONS(1365), - [anon_sym_DOT] = ACTIONS(1365), - [anon_sym_DOT_DOT] = ACTIONS(1365), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1363), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1363), - [anon_sym_COMMA] = ACTIONS(1363), - [anon_sym_COLON_COLON] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(1363), - [anon_sym_as] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_gen] = ACTIONS(1365), - [anon_sym_union] = ACTIONS(1365), - [anon_sym_ref] = ACTIONS(1365), - [anon_sym_else] = ACTIONS(1365), - [sym_mutable_specifier] = ACTIONS(1365), - [sym_integer_literal] = ACTIONS(1363), - [aux_sym_string_literal_token1] = ACTIONS(1363), - [sym_char_literal] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1365), - [anon_sym_false] = ACTIONS(1365), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1365), - [sym_super] = ACTIONS(1365), - [sym_crate] = ACTIONS(1365), - [sym_metavariable] = ACTIONS(1363), - [sym__raw_string_literal_start] = ACTIONS(1363), - [sym_float_literal] = ACTIONS(1363), + [sym_identifier] = ACTIONS(1405), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_PLUS] = ACTIONS(1405), + [anon_sym_STAR] = ACTIONS(1405), + [anon_sym_QMARK] = ACTIONS(1403), + [anon_sym_u8] = ACTIONS(1405), + [anon_sym_i8] = ACTIONS(1405), + [anon_sym_u16] = ACTIONS(1405), + [anon_sym_i16] = ACTIONS(1405), + [anon_sym_u32] = ACTIONS(1405), + [anon_sym_i32] = ACTIONS(1405), + [anon_sym_u64] = ACTIONS(1405), + [anon_sym_i64] = ACTIONS(1405), + [anon_sym_u128] = ACTIONS(1405), + [anon_sym_i128] = ACTIONS(1405), + [anon_sym_isize] = ACTIONS(1405), + [anon_sym_usize] = ACTIONS(1405), + [anon_sym_f32] = ACTIONS(1405), + [anon_sym_f64] = ACTIONS(1405), + [anon_sym_bool] = ACTIONS(1405), + [anon_sym_str] = ACTIONS(1405), + [anon_sym_char] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1405), + [anon_sym_SLASH] = ACTIONS(1405), + [anon_sym_PERCENT] = ACTIONS(1405), + [anon_sym_CARET] = ACTIONS(1405), + [anon_sym_AMP] = ACTIONS(1405), + [anon_sym_PIPE] = ACTIONS(1405), + [anon_sym_AMP_AMP] = ACTIONS(1403), + [anon_sym_PIPE_PIPE] = ACTIONS(1403), + [anon_sym_LT_LT] = ACTIONS(1405), + [anon_sym_GT_GT] = ACTIONS(1405), + [anon_sym_PLUS_EQ] = ACTIONS(1403), + [anon_sym_DASH_EQ] = ACTIONS(1403), + [anon_sym_STAR_EQ] = ACTIONS(1403), + [anon_sym_SLASH_EQ] = ACTIONS(1403), + [anon_sym_PERCENT_EQ] = ACTIONS(1403), + [anon_sym_CARET_EQ] = ACTIONS(1403), + [anon_sym_AMP_EQ] = ACTIONS(1403), + [anon_sym_PIPE_EQ] = ACTIONS(1403), + [anon_sym_LT_LT_EQ] = ACTIONS(1403), + [anon_sym_GT_GT_EQ] = ACTIONS(1403), + [anon_sym_EQ] = ACTIONS(1405), + [anon_sym_EQ_EQ] = ACTIONS(1403), + [anon_sym_BANG_EQ] = ACTIONS(1403), + [anon_sym_GT] = ACTIONS(1405), + [anon_sym_LT] = ACTIONS(1405), + [anon_sym_GT_EQ] = ACTIONS(1403), + [anon_sym_LT_EQ] = ACTIONS(1403), + [anon_sym__] = ACTIONS(1405), + [anon_sym_DOT] = ACTIONS(1405), + [anon_sym_DOT_DOT] = ACTIONS(1405), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1403), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1403), + [anon_sym_COMMA] = ACTIONS(1403), + [anon_sym_COLON_COLON] = ACTIONS(1403), + [anon_sym_POUND] = ACTIONS(1403), + [anon_sym_as] = ACTIONS(1405), + [anon_sym_const] = ACTIONS(1405), + [anon_sym_default] = ACTIONS(1405), + [anon_sym_gen] = ACTIONS(1405), + [anon_sym_union] = ACTIONS(1405), + [anon_sym_ref] = ACTIONS(1405), + [anon_sym_else] = ACTIONS(1405), + [sym_mutable_specifier] = ACTIONS(1405), + [sym_integer_literal] = ACTIONS(1403), + [aux_sym_string_literal_token1] = ACTIONS(1403), + [sym_char_literal] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1405), + [anon_sym_false] = ACTIONS(1405), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_crate] = ACTIONS(1405), + [sym_metavariable] = ACTIONS(1403), + [sym__raw_string_literal_start] = ACTIONS(1403), + [sym_float_literal] = ACTIONS(1403), }, [STATE(464)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_last_match_arm] = STATE(3383), - [sym_match_pattern] = STATE(3470), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_last_match_arm] = STATE(3478), + [sym_match_pattern] = STATE(3391), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(464), [sym_block_comment] = STATE(464), - [aux_sym_match_block_repeat1] = STATE(487), - [aux_sym_match_arm_repeat1] = STATE(773), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_RBRACE] = ACTIONS(1693), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [aux_sym_match_block_repeat1] = STATE(491), + [aux_sym_match_arm_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(1669), [anon_sym_const] = ACTIONS(1671), @@ -68560,67 +68704,235 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_float_literal] = ACTIONS(1679), }, [STATE(465)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_last_match_arm] = STATE(3500), - [sym_match_pattern] = STATE(3470), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), [sym_line_comment] = STATE(465), [sym_block_comment] = STATE(465), - [aux_sym_match_block_repeat1] = STATE(489), - [aux_sym_match_arm_repeat1] = STATE(773), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_RBRACE] = ACTIONS(1695), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [sym_identifier] = ACTIONS(1385), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1383), + [anon_sym_RBRACE] = ACTIONS(1383), + [anon_sym_PLUS] = ACTIONS(1385), + [anon_sym_STAR] = ACTIONS(1385), + [anon_sym_QMARK] = ACTIONS(1383), + [anon_sym_u8] = ACTIONS(1385), + [anon_sym_i8] = ACTIONS(1385), + [anon_sym_u16] = ACTIONS(1385), + [anon_sym_i16] = ACTIONS(1385), + [anon_sym_u32] = ACTIONS(1385), + [anon_sym_i32] = ACTIONS(1385), + [anon_sym_u64] = ACTIONS(1385), + [anon_sym_i64] = ACTIONS(1385), + [anon_sym_u128] = ACTIONS(1385), + [anon_sym_i128] = ACTIONS(1385), + [anon_sym_isize] = ACTIONS(1385), + [anon_sym_usize] = ACTIONS(1385), + [anon_sym_f32] = ACTIONS(1385), + [anon_sym_f64] = ACTIONS(1385), + [anon_sym_bool] = ACTIONS(1385), + [anon_sym_str] = ACTIONS(1385), + [anon_sym_char] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1385), + [anon_sym_SLASH] = ACTIONS(1385), + [anon_sym_PERCENT] = ACTIONS(1385), + [anon_sym_CARET] = ACTIONS(1385), + [anon_sym_AMP] = ACTIONS(1385), + [anon_sym_PIPE] = ACTIONS(1385), + [anon_sym_AMP_AMP] = ACTIONS(1383), + [anon_sym_PIPE_PIPE] = ACTIONS(1383), + [anon_sym_LT_LT] = ACTIONS(1385), + [anon_sym_GT_GT] = ACTIONS(1385), + [anon_sym_PLUS_EQ] = ACTIONS(1383), + [anon_sym_DASH_EQ] = ACTIONS(1383), + [anon_sym_STAR_EQ] = ACTIONS(1383), + [anon_sym_SLASH_EQ] = ACTIONS(1383), + [anon_sym_PERCENT_EQ] = ACTIONS(1383), + [anon_sym_CARET_EQ] = ACTIONS(1383), + [anon_sym_AMP_EQ] = ACTIONS(1383), + [anon_sym_PIPE_EQ] = ACTIONS(1383), + [anon_sym_LT_LT_EQ] = ACTIONS(1383), + [anon_sym_GT_GT_EQ] = ACTIONS(1383), + [anon_sym_EQ] = ACTIONS(1385), + [anon_sym_EQ_EQ] = ACTIONS(1383), + [anon_sym_BANG_EQ] = ACTIONS(1383), + [anon_sym_GT] = ACTIONS(1385), + [anon_sym_LT] = ACTIONS(1385), + [anon_sym_GT_EQ] = ACTIONS(1383), + [anon_sym_LT_EQ] = ACTIONS(1383), + [anon_sym__] = ACTIONS(1385), + [anon_sym_DOT] = ACTIONS(1385), + [anon_sym_DOT_DOT] = ACTIONS(1385), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1383), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1383), + [anon_sym_COMMA] = ACTIONS(1383), + [anon_sym_COLON_COLON] = ACTIONS(1383), + [anon_sym_POUND] = ACTIONS(1383), + [anon_sym_as] = ACTIONS(1385), + [anon_sym_const] = ACTIONS(1385), + [anon_sym_default] = ACTIONS(1385), + [anon_sym_gen] = ACTIONS(1385), + [anon_sym_union] = ACTIONS(1385), + [anon_sym_ref] = ACTIONS(1385), + [anon_sym_else] = ACTIONS(1385), + [sym_mutable_specifier] = ACTIONS(1385), + [sym_integer_literal] = ACTIONS(1383), + [aux_sym_string_literal_token1] = ACTIONS(1383), + [sym_char_literal] = ACTIONS(1383), + [anon_sym_true] = ACTIONS(1385), + [anon_sym_false] = ACTIONS(1385), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1385), + [sym_super] = ACTIONS(1385), + [sym_crate] = ACTIONS(1385), + [sym_metavariable] = ACTIONS(1383), + [sym__raw_string_literal_start] = ACTIONS(1383), + [sym_float_literal] = ACTIONS(1383), + }, + [STATE(466)] = { + [sym_line_comment] = STATE(466), + [sym_block_comment] = STATE(466), + [sym_identifier] = ACTIONS(1401), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_PLUS] = ACTIONS(1401), + [anon_sym_STAR] = ACTIONS(1401), + [anon_sym_QMARK] = ACTIONS(1399), + [anon_sym_u8] = ACTIONS(1401), + [anon_sym_i8] = ACTIONS(1401), + [anon_sym_u16] = ACTIONS(1401), + [anon_sym_i16] = ACTIONS(1401), + [anon_sym_u32] = ACTIONS(1401), + [anon_sym_i32] = ACTIONS(1401), + [anon_sym_u64] = ACTIONS(1401), + [anon_sym_i64] = ACTIONS(1401), + [anon_sym_u128] = ACTIONS(1401), + [anon_sym_i128] = ACTIONS(1401), + [anon_sym_isize] = ACTIONS(1401), + [anon_sym_usize] = ACTIONS(1401), + [anon_sym_f32] = ACTIONS(1401), + [anon_sym_f64] = ACTIONS(1401), + [anon_sym_bool] = ACTIONS(1401), + [anon_sym_str] = ACTIONS(1401), + [anon_sym_char] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1401), + [anon_sym_SLASH] = ACTIONS(1401), + [anon_sym_PERCENT] = ACTIONS(1401), + [anon_sym_CARET] = ACTIONS(1401), + [anon_sym_AMP] = ACTIONS(1401), + [anon_sym_PIPE] = ACTIONS(1401), + [anon_sym_AMP_AMP] = ACTIONS(1399), + [anon_sym_PIPE_PIPE] = ACTIONS(1399), + [anon_sym_LT_LT] = ACTIONS(1401), + [anon_sym_GT_GT] = ACTIONS(1401), + [anon_sym_PLUS_EQ] = ACTIONS(1399), + [anon_sym_DASH_EQ] = ACTIONS(1399), + [anon_sym_STAR_EQ] = ACTIONS(1399), + [anon_sym_SLASH_EQ] = ACTIONS(1399), + [anon_sym_PERCENT_EQ] = ACTIONS(1399), + [anon_sym_CARET_EQ] = ACTIONS(1399), + [anon_sym_AMP_EQ] = ACTIONS(1399), + [anon_sym_PIPE_EQ] = ACTIONS(1399), + [anon_sym_LT_LT_EQ] = ACTIONS(1399), + [anon_sym_GT_GT_EQ] = ACTIONS(1399), + [anon_sym_EQ] = ACTIONS(1401), + [anon_sym_EQ_EQ] = ACTIONS(1399), + [anon_sym_BANG_EQ] = ACTIONS(1399), + [anon_sym_GT] = ACTIONS(1401), + [anon_sym_LT] = ACTIONS(1401), + [anon_sym_GT_EQ] = ACTIONS(1399), + [anon_sym_LT_EQ] = ACTIONS(1399), + [anon_sym__] = ACTIONS(1401), + [anon_sym_DOT] = ACTIONS(1401), + [anon_sym_DOT_DOT] = ACTIONS(1401), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1399), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1399), + [anon_sym_COMMA] = ACTIONS(1399), + [anon_sym_COLON_COLON] = ACTIONS(1399), + [anon_sym_POUND] = ACTIONS(1399), + [anon_sym_as] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_gen] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_ref] = ACTIONS(1401), + [anon_sym_else] = ACTIONS(1401), + [sym_mutable_specifier] = ACTIONS(1401), + [sym_integer_literal] = ACTIONS(1399), + [aux_sym_string_literal_token1] = ACTIONS(1399), + [sym_char_literal] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1401), + [anon_sym_false] = ACTIONS(1401), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1401), + [sym_crate] = ACTIONS(1401), + [sym_metavariable] = ACTIONS(1399), + [sym__raw_string_literal_start] = ACTIONS(1399), + [sym_float_literal] = ACTIONS(1399), + }, + [STATE(467)] = { + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_last_match_arm] = STATE(3616), + [sym_match_pattern] = STATE(3391), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), + [sym_line_comment] = STATE(467), + [sym_block_comment] = STATE(467), + [aux_sym_match_block_repeat1] = STATE(491), + [aux_sym_match_arm_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(1669), [anon_sym_const] = ACTIONS(1671), @@ -68643,482 +68955,152 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1689), [sym_float_literal] = ACTIONS(1679), }, - [STATE(466)] = { - [sym_line_comment] = STATE(466), - [sym_block_comment] = STATE(466), - [sym_identifier] = ACTIONS(1697), - [anon_sym_LPAREN] = ACTIONS(1699), - [anon_sym_LBRACK] = ACTIONS(1699), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_QMARK] = ACTIONS(1459), - [anon_sym_u8] = ACTIONS(1697), - [anon_sym_i8] = ACTIONS(1697), - [anon_sym_u16] = ACTIONS(1697), - [anon_sym_i16] = ACTIONS(1697), - [anon_sym_u32] = ACTIONS(1697), - [anon_sym_i32] = ACTIONS(1697), - [anon_sym_u64] = ACTIONS(1697), - [anon_sym_i64] = ACTIONS(1697), - [anon_sym_u128] = ACTIONS(1697), - [anon_sym_i128] = ACTIONS(1697), - [anon_sym_isize] = ACTIONS(1697), - [anon_sym_usize] = ACTIONS(1697), - [anon_sym_f32] = ACTIONS(1697), - [anon_sym_f64] = ACTIONS(1697), - [anon_sym_bool] = ACTIONS(1697), - [anon_sym_str] = ACTIONS(1697), - [anon_sym_char] = ACTIONS(1697), - [anon_sym_DASH] = ACTIONS(1697), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [anon_sym_AMP] = ACTIONS(1697), - [anon_sym_PIPE] = ACTIONS(1697), - [anon_sym_AMP_AMP] = ACTIONS(1459), - [anon_sym_PIPE_PIPE] = ACTIONS(1459), - [anon_sym_LT_LT] = ACTIONS(1461), - [anon_sym_GT_GT] = ACTIONS(1461), - [anon_sym_PLUS_EQ] = ACTIONS(1459), - [anon_sym_DASH_EQ] = ACTIONS(1459), - [anon_sym_STAR_EQ] = ACTIONS(1459), - [anon_sym_SLASH_EQ] = ACTIONS(1459), - [anon_sym_PERCENT_EQ] = ACTIONS(1459), - [anon_sym_CARET_EQ] = ACTIONS(1459), - [anon_sym_AMP_EQ] = ACTIONS(1459), - [anon_sym_PIPE_EQ] = ACTIONS(1459), - [anon_sym_LT_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_GT_EQ] = ACTIONS(1459), - [anon_sym_EQ] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_LT] = ACTIONS(1697), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym__] = ACTIONS(1697), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT_DOT] = ACTIONS(1697), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1459), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1459), - [anon_sym_COMMA] = ACTIONS(1459), - [anon_sym_COLON_COLON] = ACTIONS(1699), - [anon_sym_POUND] = ACTIONS(1699), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1697), - [anon_sym_default] = ACTIONS(1697), - [anon_sym_gen] = ACTIONS(1697), - [anon_sym_union] = ACTIONS(1697), - [anon_sym_ref] = ACTIONS(1697), - [sym_mutable_specifier] = ACTIONS(1697), - [sym_integer_literal] = ACTIONS(1699), - [aux_sym_string_literal_token1] = ACTIONS(1699), - [sym_char_literal] = ACTIONS(1699), - [anon_sym_true] = ACTIONS(1697), - [anon_sym_false] = ACTIONS(1697), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1697), - [sym_super] = ACTIONS(1697), - [sym_crate] = ACTIONS(1697), - [sym_metavariable] = ACTIONS(1699), - [sym__raw_string_literal_start] = ACTIONS(1699), - [sym_float_literal] = ACTIONS(1699), - }, - [STATE(467)] = { - [sym_line_comment] = STATE(467), - [sym_block_comment] = STATE(467), - [sym_identifier] = ACTIONS(1509), - [anon_sym_LPAREN] = ACTIONS(1507), - [anon_sym_LBRACK] = ACTIONS(1507), - [anon_sym_RBRACE] = ACTIONS(1507), - [anon_sym_PLUS] = ACTIONS(1509), - [anon_sym_STAR] = ACTIONS(1509), - [anon_sym_QMARK] = ACTIONS(1507), - [anon_sym_u8] = ACTIONS(1509), - [anon_sym_i8] = ACTIONS(1509), - [anon_sym_u16] = ACTIONS(1509), - [anon_sym_i16] = ACTIONS(1509), - [anon_sym_u32] = ACTIONS(1509), - [anon_sym_i32] = ACTIONS(1509), - [anon_sym_u64] = ACTIONS(1509), - [anon_sym_i64] = ACTIONS(1509), - [anon_sym_u128] = ACTIONS(1509), - [anon_sym_i128] = ACTIONS(1509), - [anon_sym_isize] = ACTIONS(1509), - [anon_sym_usize] = ACTIONS(1509), - [anon_sym_f32] = ACTIONS(1509), - [anon_sym_f64] = ACTIONS(1509), - [anon_sym_bool] = ACTIONS(1509), - [anon_sym_str] = ACTIONS(1509), - [anon_sym_char] = ACTIONS(1509), - [anon_sym_DASH] = ACTIONS(1509), - [anon_sym_SLASH] = ACTIONS(1509), - [anon_sym_PERCENT] = ACTIONS(1509), - [anon_sym_CARET] = ACTIONS(1509), - [anon_sym_AMP] = ACTIONS(1509), - [anon_sym_PIPE] = ACTIONS(1509), - [anon_sym_AMP_AMP] = ACTIONS(1507), - [anon_sym_PIPE_PIPE] = ACTIONS(1507), - [anon_sym_LT_LT] = ACTIONS(1509), - [anon_sym_GT_GT] = ACTIONS(1509), - [anon_sym_PLUS_EQ] = ACTIONS(1507), - [anon_sym_DASH_EQ] = ACTIONS(1507), - [anon_sym_STAR_EQ] = ACTIONS(1507), - [anon_sym_SLASH_EQ] = ACTIONS(1507), - [anon_sym_PERCENT_EQ] = ACTIONS(1507), - [anon_sym_CARET_EQ] = ACTIONS(1507), - [anon_sym_AMP_EQ] = ACTIONS(1507), - [anon_sym_PIPE_EQ] = ACTIONS(1507), - [anon_sym_LT_LT_EQ] = ACTIONS(1507), - [anon_sym_GT_GT_EQ] = ACTIONS(1507), - [anon_sym_EQ] = ACTIONS(1509), - [anon_sym_EQ_EQ] = ACTIONS(1507), - [anon_sym_BANG_EQ] = ACTIONS(1507), - [anon_sym_GT] = ACTIONS(1509), - [anon_sym_LT] = ACTIONS(1509), - [anon_sym_GT_EQ] = ACTIONS(1507), - [anon_sym_LT_EQ] = ACTIONS(1507), - [anon_sym__] = ACTIONS(1509), - [anon_sym_DOT] = ACTIONS(1509), - [anon_sym_DOT_DOT] = ACTIONS(1509), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1507), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1507), - [anon_sym_COMMA] = ACTIONS(1507), - [anon_sym_COLON_COLON] = ACTIONS(1507), - [anon_sym_POUND] = ACTIONS(1507), - [anon_sym_as] = ACTIONS(1509), - [anon_sym_const] = ACTIONS(1509), - [anon_sym_default] = ACTIONS(1509), - [anon_sym_gen] = ACTIONS(1509), - [anon_sym_union] = ACTIONS(1509), - [anon_sym_ref] = ACTIONS(1509), - [sym_mutable_specifier] = ACTIONS(1509), - [sym_integer_literal] = ACTIONS(1507), - [aux_sym_string_literal_token1] = ACTIONS(1507), - [sym_char_literal] = ACTIONS(1507), - [anon_sym_true] = ACTIONS(1509), - [anon_sym_false] = ACTIONS(1509), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1509), - [sym_super] = ACTIONS(1509), - [sym_crate] = ACTIONS(1509), - [sym_metavariable] = ACTIONS(1507), - [sym__raw_string_literal_start] = ACTIONS(1507), - [sym_float_literal] = ACTIONS(1507), - }, [STATE(468)] = { + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_last_match_arm] = STATE(3538), + [sym_match_pattern] = STATE(3391), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(468), [sym_block_comment] = STATE(468), - [sym_identifier] = ACTIONS(1497), - [anon_sym_LPAREN] = ACTIONS(1495), - [anon_sym_LBRACK] = ACTIONS(1495), - [anon_sym_RBRACE] = ACTIONS(1495), - [anon_sym_PLUS] = ACTIONS(1497), - [anon_sym_STAR] = ACTIONS(1497), - [anon_sym_QMARK] = ACTIONS(1495), - [anon_sym_u8] = ACTIONS(1497), - [anon_sym_i8] = ACTIONS(1497), - [anon_sym_u16] = ACTIONS(1497), - [anon_sym_i16] = ACTIONS(1497), - [anon_sym_u32] = ACTIONS(1497), - [anon_sym_i32] = ACTIONS(1497), - [anon_sym_u64] = ACTIONS(1497), - [anon_sym_i64] = ACTIONS(1497), - [anon_sym_u128] = ACTIONS(1497), - [anon_sym_i128] = ACTIONS(1497), - [anon_sym_isize] = ACTIONS(1497), - [anon_sym_usize] = ACTIONS(1497), - [anon_sym_f32] = ACTIONS(1497), - [anon_sym_f64] = ACTIONS(1497), - [anon_sym_bool] = ACTIONS(1497), - [anon_sym_str] = ACTIONS(1497), - [anon_sym_char] = ACTIONS(1497), - [anon_sym_DASH] = ACTIONS(1497), - [anon_sym_SLASH] = ACTIONS(1497), - [anon_sym_PERCENT] = ACTIONS(1497), - [anon_sym_CARET] = ACTIONS(1497), - [anon_sym_AMP] = ACTIONS(1497), - [anon_sym_PIPE] = ACTIONS(1497), - [anon_sym_AMP_AMP] = ACTIONS(1495), - [anon_sym_PIPE_PIPE] = ACTIONS(1495), - [anon_sym_LT_LT] = ACTIONS(1497), - [anon_sym_GT_GT] = ACTIONS(1497), - [anon_sym_PLUS_EQ] = ACTIONS(1495), - [anon_sym_DASH_EQ] = ACTIONS(1495), - [anon_sym_STAR_EQ] = ACTIONS(1495), - [anon_sym_SLASH_EQ] = ACTIONS(1495), - [anon_sym_PERCENT_EQ] = ACTIONS(1495), - [anon_sym_CARET_EQ] = ACTIONS(1495), - [anon_sym_AMP_EQ] = ACTIONS(1495), - [anon_sym_PIPE_EQ] = ACTIONS(1495), - [anon_sym_LT_LT_EQ] = ACTIONS(1495), - [anon_sym_GT_GT_EQ] = ACTIONS(1495), - [anon_sym_EQ] = ACTIONS(1497), - [anon_sym_EQ_EQ] = ACTIONS(1495), - [anon_sym_BANG_EQ] = ACTIONS(1495), - [anon_sym_GT] = ACTIONS(1497), - [anon_sym_LT] = ACTIONS(1497), - [anon_sym_GT_EQ] = ACTIONS(1495), - [anon_sym_LT_EQ] = ACTIONS(1495), - [anon_sym__] = ACTIONS(1497), - [anon_sym_DOT] = ACTIONS(1497), - [anon_sym_DOT_DOT] = ACTIONS(1497), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1495), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1495), - [anon_sym_COMMA] = ACTIONS(1495), - [anon_sym_COLON_COLON] = ACTIONS(1495), - [anon_sym_POUND] = ACTIONS(1495), - [anon_sym_as] = ACTIONS(1497), - [anon_sym_const] = ACTIONS(1497), - [anon_sym_default] = ACTIONS(1497), - [anon_sym_gen] = ACTIONS(1497), - [anon_sym_union] = ACTIONS(1497), - [anon_sym_ref] = ACTIONS(1497), - [sym_mutable_specifier] = ACTIONS(1497), - [sym_integer_literal] = ACTIONS(1495), - [aux_sym_string_literal_token1] = ACTIONS(1495), - [sym_char_literal] = ACTIONS(1495), - [anon_sym_true] = ACTIONS(1497), - [anon_sym_false] = ACTIONS(1497), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1497), - [sym_super] = ACTIONS(1497), - [sym_crate] = ACTIONS(1497), - [sym_metavariable] = ACTIONS(1495), - [sym__raw_string_literal_start] = ACTIONS(1495), - [sym_float_literal] = ACTIONS(1495), + [aux_sym_match_block_repeat1] = STATE(491), + [aux_sym_match_arm_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_COLON_COLON] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_gen] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_ref] = ACTIONS(1675), + [sym_mutable_specifier] = ACTIONS(1677), + [sym_integer_literal] = ACTIONS(1679), + [aux_sym_string_literal_token1] = ACTIONS(1681), + [sym_char_literal] = ACTIONS(1679), + [anon_sym_true] = ACTIONS(1683), + [anon_sym_false] = ACTIONS(1683), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1685), + [sym_super] = ACTIONS(1685), + [sym_crate] = ACTIONS(1685), + [sym_metavariable] = ACTIONS(1687), + [sym__raw_string_literal_start] = ACTIONS(1689), + [sym_float_literal] = ACTIONS(1679), }, [STATE(469)] = { + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_last_match_arm] = STATE(3484), + [sym_match_pattern] = STATE(3391), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(469), [sym_block_comment] = STATE(469), - [sym_identifier] = ACTIONS(1441), - [anon_sym_LPAREN] = ACTIONS(1439), - [anon_sym_LBRACK] = ACTIONS(1439), - [anon_sym_RBRACE] = ACTIONS(1439), - [anon_sym_PLUS] = ACTIONS(1441), - [anon_sym_STAR] = ACTIONS(1441), - [anon_sym_QMARK] = ACTIONS(1439), - [anon_sym_u8] = ACTIONS(1441), - [anon_sym_i8] = ACTIONS(1441), - [anon_sym_u16] = ACTIONS(1441), - [anon_sym_i16] = ACTIONS(1441), - [anon_sym_u32] = ACTIONS(1441), - [anon_sym_i32] = ACTIONS(1441), - [anon_sym_u64] = ACTIONS(1441), - [anon_sym_i64] = ACTIONS(1441), - [anon_sym_u128] = ACTIONS(1441), - [anon_sym_i128] = ACTIONS(1441), - [anon_sym_isize] = ACTIONS(1441), - [anon_sym_usize] = ACTIONS(1441), - [anon_sym_f32] = ACTIONS(1441), - [anon_sym_f64] = ACTIONS(1441), - [anon_sym_bool] = ACTIONS(1441), - [anon_sym_str] = ACTIONS(1441), - [anon_sym_char] = ACTIONS(1441), - [anon_sym_DASH] = ACTIONS(1441), - [anon_sym_SLASH] = ACTIONS(1441), - [anon_sym_PERCENT] = ACTIONS(1441), - [anon_sym_CARET] = ACTIONS(1441), - [anon_sym_AMP] = ACTIONS(1441), - [anon_sym_PIPE] = ACTIONS(1441), - [anon_sym_AMP_AMP] = ACTIONS(1439), - [anon_sym_PIPE_PIPE] = ACTIONS(1439), - [anon_sym_LT_LT] = ACTIONS(1441), - [anon_sym_GT_GT] = ACTIONS(1441), - [anon_sym_PLUS_EQ] = ACTIONS(1439), - [anon_sym_DASH_EQ] = ACTIONS(1439), - [anon_sym_STAR_EQ] = ACTIONS(1439), - [anon_sym_SLASH_EQ] = ACTIONS(1439), - [anon_sym_PERCENT_EQ] = ACTIONS(1439), - [anon_sym_CARET_EQ] = ACTIONS(1439), - [anon_sym_AMP_EQ] = ACTIONS(1439), - [anon_sym_PIPE_EQ] = ACTIONS(1439), - [anon_sym_LT_LT_EQ] = ACTIONS(1439), - [anon_sym_GT_GT_EQ] = ACTIONS(1439), - [anon_sym_EQ] = ACTIONS(1441), - [anon_sym_EQ_EQ] = ACTIONS(1439), - [anon_sym_BANG_EQ] = ACTIONS(1439), - [anon_sym_GT] = ACTIONS(1441), - [anon_sym_LT] = ACTIONS(1441), - [anon_sym_GT_EQ] = ACTIONS(1439), - [anon_sym_LT_EQ] = ACTIONS(1439), - [anon_sym__] = ACTIONS(1441), - [anon_sym_DOT] = ACTIONS(1441), - [anon_sym_DOT_DOT] = ACTIONS(1441), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1439), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1439), - [anon_sym_COMMA] = ACTIONS(1439), - [anon_sym_COLON_COLON] = ACTIONS(1439), - [anon_sym_POUND] = ACTIONS(1439), - [anon_sym_as] = ACTIONS(1441), - [anon_sym_const] = ACTIONS(1441), - [anon_sym_default] = ACTIONS(1441), - [anon_sym_gen] = ACTIONS(1441), - [anon_sym_union] = ACTIONS(1441), - [anon_sym_ref] = ACTIONS(1441), - [sym_mutable_specifier] = ACTIONS(1441), - [sym_integer_literal] = ACTIONS(1439), - [aux_sym_string_literal_token1] = ACTIONS(1439), - [sym_char_literal] = ACTIONS(1439), - [anon_sym_true] = ACTIONS(1441), - [anon_sym_false] = ACTIONS(1441), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1441), - [sym_super] = ACTIONS(1441), - [sym_crate] = ACTIONS(1441), - [sym_metavariable] = ACTIONS(1439), - [sym__raw_string_literal_start] = ACTIONS(1439), - [sym_float_literal] = ACTIONS(1439), - }, - [STATE(470)] = { - [sym_line_comment] = STATE(470), - [sym_block_comment] = STATE(470), - [sym_identifier] = ACTIONS(1479), - [anon_sym_LPAREN] = ACTIONS(1477), - [anon_sym_LBRACK] = ACTIONS(1477), - [anon_sym_RBRACE] = ACTIONS(1477), - [anon_sym_PLUS] = ACTIONS(1479), - [anon_sym_STAR] = ACTIONS(1479), - [anon_sym_QMARK] = ACTIONS(1477), - [anon_sym_u8] = ACTIONS(1479), - [anon_sym_i8] = ACTIONS(1479), - [anon_sym_u16] = ACTIONS(1479), - [anon_sym_i16] = ACTIONS(1479), - [anon_sym_u32] = ACTIONS(1479), - [anon_sym_i32] = ACTIONS(1479), - [anon_sym_u64] = ACTIONS(1479), - [anon_sym_i64] = ACTIONS(1479), - [anon_sym_u128] = ACTIONS(1479), - [anon_sym_i128] = ACTIONS(1479), - [anon_sym_isize] = ACTIONS(1479), - [anon_sym_usize] = ACTIONS(1479), - [anon_sym_f32] = ACTIONS(1479), - [anon_sym_f64] = ACTIONS(1479), - [anon_sym_bool] = ACTIONS(1479), - [anon_sym_str] = ACTIONS(1479), - [anon_sym_char] = ACTIONS(1479), - [anon_sym_DASH] = ACTIONS(1479), - [anon_sym_SLASH] = ACTIONS(1479), - [anon_sym_PERCENT] = ACTIONS(1479), - [anon_sym_CARET] = ACTIONS(1479), - [anon_sym_AMP] = ACTIONS(1479), - [anon_sym_PIPE] = ACTIONS(1479), - [anon_sym_AMP_AMP] = ACTIONS(1477), - [anon_sym_PIPE_PIPE] = ACTIONS(1477), - [anon_sym_LT_LT] = ACTIONS(1479), - [anon_sym_GT_GT] = ACTIONS(1479), - [anon_sym_PLUS_EQ] = ACTIONS(1477), - [anon_sym_DASH_EQ] = ACTIONS(1477), - [anon_sym_STAR_EQ] = ACTIONS(1477), - [anon_sym_SLASH_EQ] = ACTIONS(1477), - [anon_sym_PERCENT_EQ] = ACTIONS(1477), - [anon_sym_CARET_EQ] = ACTIONS(1477), - [anon_sym_AMP_EQ] = ACTIONS(1477), - [anon_sym_PIPE_EQ] = ACTIONS(1477), - [anon_sym_LT_LT_EQ] = ACTIONS(1477), - [anon_sym_GT_GT_EQ] = ACTIONS(1477), - [anon_sym_EQ] = ACTIONS(1479), - [anon_sym_EQ_EQ] = ACTIONS(1477), - [anon_sym_BANG_EQ] = ACTIONS(1477), - [anon_sym_GT] = ACTIONS(1479), - [anon_sym_LT] = ACTIONS(1479), - [anon_sym_GT_EQ] = ACTIONS(1477), - [anon_sym_LT_EQ] = ACTIONS(1477), - [anon_sym__] = ACTIONS(1479), - [anon_sym_DOT] = ACTIONS(1479), - [anon_sym_DOT_DOT] = ACTIONS(1479), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1477), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1477), - [anon_sym_COMMA] = ACTIONS(1477), - [anon_sym_COLON_COLON] = ACTIONS(1477), - [anon_sym_POUND] = ACTIONS(1477), - [anon_sym_as] = ACTIONS(1479), - [anon_sym_const] = ACTIONS(1479), - [anon_sym_default] = ACTIONS(1479), - [anon_sym_gen] = ACTIONS(1479), - [anon_sym_union] = ACTIONS(1479), - [anon_sym_ref] = ACTIONS(1479), - [sym_mutable_specifier] = ACTIONS(1479), - [sym_integer_literal] = ACTIONS(1477), - [aux_sym_string_literal_token1] = ACTIONS(1477), - [sym_char_literal] = ACTIONS(1477), - [anon_sym_true] = ACTIONS(1479), - [anon_sym_false] = ACTIONS(1479), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1479), - [sym_super] = ACTIONS(1479), - [sym_crate] = ACTIONS(1479), - [sym_metavariable] = ACTIONS(1477), - [sym__raw_string_literal_start] = ACTIONS(1477), - [sym_float_literal] = ACTIONS(1477), - }, - [STATE(471)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_last_match_arm] = STATE(3376), - [sym_match_pattern] = STATE(3470), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), - [sym_line_comment] = STATE(471), - [sym_block_comment] = STATE(471), [aux_sym_match_block_repeat1] = STATE(491), - [aux_sym_match_arm_repeat1] = STATE(773), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [aux_sym_match_arm_repeat1] = STATE(530), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_POUND] = ACTIONS(1669), [anon_sym_const] = ACTIONS(1671), @@ -69141,673 +69123,1005 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1689), [sym_float_literal] = ACTIONS(1679), }, + [STATE(470)] = { + [sym_line_comment] = STATE(470), + [sym_block_comment] = STATE(470), + [sym_identifier] = ACTIONS(1451), + [anon_sym_LPAREN] = ACTIONS(1449), + [anon_sym_LBRACK] = ACTIONS(1449), + [anon_sym_RBRACE] = ACTIONS(1449), + [anon_sym_PLUS] = ACTIONS(1451), + [anon_sym_STAR] = ACTIONS(1451), + [anon_sym_QMARK] = ACTIONS(1449), + [anon_sym_u8] = ACTIONS(1451), + [anon_sym_i8] = ACTIONS(1451), + [anon_sym_u16] = ACTIONS(1451), + [anon_sym_i16] = ACTIONS(1451), + [anon_sym_u32] = ACTIONS(1451), + [anon_sym_i32] = ACTIONS(1451), + [anon_sym_u64] = ACTIONS(1451), + [anon_sym_i64] = ACTIONS(1451), + [anon_sym_u128] = ACTIONS(1451), + [anon_sym_i128] = ACTIONS(1451), + [anon_sym_isize] = ACTIONS(1451), + [anon_sym_usize] = ACTIONS(1451), + [anon_sym_f32] = ACTIONS(1451), + [anon_sym_f64] = ACTIONS(1451), + [anon_sym_bool] = ACTIONS(1451), + [anon_sym_str] = ACTIONS(1451), + [anon_sym_char] = ACTIONS(1451), + [anon_sym_DASH] = ACTIONS(1451), + [anon_sym_SLASH] = ACTIONS(1451), + [anon_sym_PERCENT] = ACTIONS(1451), + [anon_sym_CARET] = ACTIONS(1451), + [anon_sym_AMP] = ACTIONS(1451), + [anon_sym_PIPE] = ACTIONS(1451), + [anon_sym_AMP_AMP] = ACTIONS(1449), + [anon_sym_PIPE_PIPE] = ACTIONS(1449), + [anon_sym_LT_LT] = ACTIONS(1451), + [anon_sym_GT_GT] = ACTIONS(1451), + [anon_sym_PLUS_EQ] = ACTIONS(1449), + [anon_sym_DASH_EQ] = ACTIONS(1449), + [anon_sym_STAR_EQ] = ACTIONS(1449), + [anon_sym_SLASH_EQ] = ACTIONS(1449), + [anon_sym_PERCENT_EQ] = ACTIONS(1449), + [anon_sym_CARET_EQ] = ACTIONS(1449), + [anon_sym_AMP_EQ] = ACTIONS(1449), + [anon_sym_PIPE_EQ] = ACTIONS(1449), + [anon_sym_LT_LT_EQ] = ACTIONS(1449), + [anon_sym_GT_GT_EQ] = ACTIONS(1449), + [anon_sym_EQ] = ACTIONS(1451), + [anon_sym_EQ_EQ] = ACTIONS(1449), + [anon_sym_BANG_EQ] = ACTIONS(1449), + [anon_sym_GT] = ACTIONS(1451), + [anon_sym_LT] = ACTIONS(1451), + [anon_sym_GT_EQ] = ACTIONS(1449), + [anon_sym_LT_EQ] = ACTIONS(1449), + [anon_sym__] = ACTIONS(1451), + [anon_sym_DOT] = ACTIONS(1451), + [anon_sym_DOT_DOT] = ACTIONS(1451), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1449), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1449), + [anon_sym_COMMA] = ACTIONS(1449), + [anon_sym_COLON_COLON] = ACTIONS(1449), + [anon_sym_POUND] = ACTIONS(1449), + [anon_sym_as] = ACTIONS(1451), + [anon_sym_const] = ACTIONS(1451), + [anon_sym_default] = ACTIONS(1451), + [anon_sym_gen] = ACTIONS(1451), + [anon_sym_union] = ACTIONS(1451), + [anon_sym_ref] = ACTIONS(1451), + [sym_mutable_specifier] = ACTIONS(1451), + [sym_integer_literal] = ACTIONS(1449), + [aux_sym_string_literal_token1] = ACTIONS(1449), + [sym_char_literal] = ACTIONS(1449), + [anon_sym_true] = ACTIONS(1451), + [anon_sym_false] = ACTIONS(1451), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1451), + [sym_super] = ACTIONS(1451), + [sym_crate] = ACTIONS(1451), + [sym_metavariable] = ACTIONS(1449), + [sym__raw_string_literal_start] = ACTIONS(1449), + [sym_float_literal] = ACTIONS(1449), + }, + [STATE(471)] = { + [sym_line_comment] = STATE(471), + [sym_block_comment] = STATE(471), + [sym_identifier] = ACTIONS(1455), + [anon_sym_LPAREN] = ACTIONS(1453), + [anon_sym_LBRACK] = ACTIONS(1453), + [anon_sym_RBRACE] = ACTIONS(1453), + [anon_sym_PLUS] = ACTIONS(1455), + [anon_sym_STAR] = ACTIONS(1455), + [anon_sym_QMARK] = ACTIONS(1453), + [anon_sym_u8] = ACTIONS(1455), + [anon_sym_i8] = ACTIONS(1455), + [anon_sym_u16] = ACTIONS(1455), + [anon_sym_i16] = ACTIONS(1455), + [anon_sym_u32] = ACTIONS(1455), + [anon_sym_i32] = ACTIONS(1455), + [anon_sym_u64] = ACTIONS(1455), + [anon_sym_i64] = ACTIONS(1455), + [anon_sym_u128] = ACTIONS(1455), + [anon_sym_i128] = ACTIONS(1455), + [anon_sym_isize] = ACTIONS(1455), + [anon_sym_usize] = ACTIONS(1455), + [anon_sym_f32] = ACTIONS(1455), + [anon_sym_f64] = ACTIONS(1455), + [anon_sym_bool] = ACTIONS(1455), + [anon_sym_str] = ACTIONS(1455), + [anon_sym_char] = ACTIONS(1455), + [anon_sym_DASH] = ACTIONS(1455), + [anon_sym_SLASH] = ACTIONS(1455), + [anon_sym_PERCENT] = ACTIONS(1455), + [anon_sym_CARET] = ACTIONS(1455), + [anon_sym_AMP] = ACTIONS(1455), + [anon_sym_PIPE] = ACTIONS(1455), + [anon_sym_AMP_AMP] = ACTIONS(1453), + [anon_sym_PIPE_PIPE] = ACTIONS(1453), + [anon_sym_LT_LT] = ACTIONS(1455), + [anon_sym_GT_GT] = ACTIONS(1455), + [anon_sym_PLUS_EQ] = ACTIONS(1453), + [anon_sym_DASH_EQ] = ACTIONS(1453), + [anon_sym_STAR_EQ] = ACTIONS(1453), + [anon_sym_SLASH_EQ] = ACTIONS(1453), + [anon_sym_PERCENT_EQ] = ACTIONS(1453), + [anon_sym_CARET_EQ] = ACTIONS(1453), + [anon_sym_AMP_EQ] = ACTIONS(1453), + [anon_sym_PIPE_EQ] = ACTIONS(1453), + [anon_sym_LT_LT_EQ] = ACTIONS(1453), + [anon_sym_GT_GT_EQ] = ACTIONS(1453), + [anon_sym_EQ] = ACTIONS(1455), + [anon_sym_EQ_EQ] = ACTIONS(1453), + [anon_sym_BANG_EQ] = ACTIONS(1453), + [anon_sym_GT] = ACTIONS(1455), + [anon_sym_LT] = ACTIONS(1455), + [anon_sym_GT_EQ] = ACTIONS(1453), + [anon_sym_LT_EQ] = ACTIONS(1453), + [anon_sym__] = ACTIONS(1455), + [anon_sym_DOT] = ACTIONS(1455), + [anon_sym_DOT_DOT] = ACTIONS(1455), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1453), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1453), + [anon_sym_COMMA] = ACTIONS(1453), + [anon_sym_COLON_COLON] = ACTIONS(1453), + [anon_sym_POUND] = ACTIONS(1453), + [anon_sym_as] = ACTIONS(1455), + [anon_sym_const] = ACTIONS(1455), + [anon_sym_default] = ACTIONS(1455), + [anon_sym_gen] = ACTIONS(1455), + [anon_sym_union] = ACTIONS(1455), + [anon_sym_ref] = ACTIONS(1455), + [sym_mutable_specifier] = ACTIONS(1455), + [sym_integer_literal] = ACTIONS(1453), + [aux_sym_string_literal_token1] = ACTIONS(1453), + [sym_char_literal] = ACTIONS(1453), + [anon_sym_true] = ACTIONS(1455), + [anon_sym_false] = ACTIONS(1455), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1455), + [sym_super] = ACTIONS(1455), + [sym_crate] = ACTIONS(1455), + [sym_metavariable] = ACTIONS(1453), + [sym__raw_string_literal_start] = ACTIONS(1453), + [sym_float_literal] = ACTIONS(1453), + }, [STATE(472)] = { [sym_line_comment] = STATE(472), [sym_block_comment] = STATE(472), - [sym_identifier] = ACTIONS(1473), - [anon_sym_LPAREN] = ACTIONS(1471), - [anon_sym_LBRACK] = ACTIONS(1471), - [anon_sym_RBRACE] = ACTIONS(1471), - [anon_sym_PLUS] = ACTIONS(1473), - [anon_sym_STAR] = ACTIONS(1473), - [anon_sym_QMARK] = ACTIONS(1471), - [anon_sym_u8] = ACTIONS(1473), - [anon_sym_i8] = ACTIONS(1473), - [anon_sym_u16] = ACTIONS(1473), - [anon_sym_i16] = ACTIONS(1473), - [anon_sym_u32] = ACTIONS(1473), - [anon_sym_i32] = ACTIONS(1473), - [anon_sym_u64] = ACTIONS(1473), - [anon_sym_i64] = ACTIONS(1473), - [anon_sym_u128] = ACTIONS(1473), - [anon_sym_i128] = ACTIONS(1473), - [anon_sym_isize] = ACTIONS(1473), - [anon_sym_usize] = ACTIONS(1473), - [anon_sym_f32] = ACTIONS(1473), - [anon_sym_f64] = ACTIONS(1473), - [anon_sym_bool] = ACTIONS(1473), - [anon_sym_str] = ACTIONS(1473), - [anon_sym_char] = ACTIONS(1473), - [anon_sym_DASH] = ACTIONS(1473), - [anon_sym_SLASH] = ACTIONS(1473), - [anon_sym_PERCENT] = ACTIONS(1473), - [anon_sym_CARET] = ACTIONS(1473), - [anon_sym_AMP] = ACTIONS(1473), - [anon_sym_PIPE] = ACTIONS(1473), - [anon_sym_AMP_AMP] = ACTIONS(1471), - [anon_sym_PIPE_PIPE] = ACTIONS(1471), - [anon_sym_LT_LT] = ACTIONS(1473), - [anon_sym_GT_GT] = ACTIONS(1473), - [anon_sym_PLUS_EQ] = ACTIONS(1471), - [anon_sym_DASH_EQ] = ACTIONS(1471), - [anon_sym_STAR_EQ] = ACTIONS(1471), - [anon_sym_SLASH_EQ] = ACTIONS(1471), - [anon_sym_PERCENT_EQ] = ACTIONS(1471), - [anon_sym_CARET_EQ] = ACTIONS(1471), - [anon_sym_AMP_EQ] = ACTIONS(1471), - [anon_sym_PIPE_EQ] = ACTIONS(1471), - [anon_sym_LT_LT_EQ] = ACTIONS(1471), - [anon_sym_GT_GT_EQ] = ACTIONS(1471), - [anon_sym_EQ] = ACTIONS(1473), - [anon_sym_EQ_EQ] = ACTIONS(1471), - [anon_sym_BANG_EQ] = ACTIONS(1471), - [anon_sym_GT] = ACTIONS(1473), - [anon_sym_LT] = ACTIONS(1473), - [anon_sym_GT_EQ] = ACTIONS(1471), - [anon_sym_LT_EQ] = ACTIONS(1471), - [anon_sym__] = ACTIONS(1473), - [anon_sym_DOT] = ACTIONS(1473), - [anon_sym_DOT_DOT] = ACTIONS(1473), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1471), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1471), - [anon_sym_COMMA] = ACTIONS(1471), - [anon_sym_COLON_COLON] = ACTIONS(1471), - [anon_sym_POUND] = ACTIONS(1471), - [anon_sym_as] = ACTIONS(1473), - [anon_sym_const] = ACTIONS(1473), - [anon_sym_default] = ACTIONS(1473), - [anon_sym_gen] = ACTIONS(1473), - [anon_sym_union] = ACTIONS(1473), - [anon_sym_ref] = ACTIONS(1473), - [sym_mutable_specifier] = ACTIONS(1473), - [sym_integer_literal] = ACTIONS(1471), - [aux_sym_string_literal_token1] = ACTIONS(1471), - [sym_char_literal] = ACTIONS(1471), - [anon_sym_true] = ACTIONS(1473), - [anon_sym_false] = ACTIONS(1473), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1473), - [sym_super] = ACTIONS(1473), - [sym_crate] = ACTIONS(1473), - [sym_metavariable] = ACTIONS(1471), - [sym__raw_string_literal_start] = ACTIONS(1471), - [sym_float_literal] = ACTIONS(1471), + [sym_identifier] = ACTIONS(1527), + [anon_sym_LPAREN] = ACTIONS(1525), + [anon_sym_LBRACK] = ACTIONS(1525), + [anon_sym_RBRACE] = ACTIONS(1525), + [anon_sym_PLUS] = ACTIONS(1527), + [anon_sym_STAR] = ACTIONS(1527), + [anon_sym_QMARK] = ACTIONS(1525), + [anon_sym_u8] = ACTIONS(1527), + [anon_sym_i8] = ACTIONS(1527), + [anon_sym_u16] = ACTIONS(1527), + [anon_sym_i16] = ACTIONS(1527), + [anon_sym_u32] = ACTIONS(1527), + [anon_sym_i32] = ACTIONS(1527), + [anon_sym_u64] = ACTIONS(1527), + [anon_sym_i64] = ACTIONS(1527), + [anon_sym_u128] = ACTIONS(1527), + [anon_sym_i128] = ACTIONS(1527), + [anon_sym_isize] = ACTIONS(1527), + [anon_sym_usize] = ACTIONS(1527), + [anon_sym_f32] = ACTIONS(1527), + [anon_sym_f64] = ACTIONS(1527), + [anon_sym_bool] = ACTIONS(1527), + [anon_sym_str] = ACTIONS(1527), + [anon_sym_char] = ACTIONS(1527), + [anon_sym_DASH] = ACTIONS(1527), + [anon_sym_SLASH] = ACTIONS(1527), + [anon_sym_PERCENT] = ACTIONS(1527), + [anon_sym_CARET] = ACTIONS(1527), + [anon_sym_AMP] = ACTIONS(1527), + [anon_sym_PIPE] = ACTIONS(1527), + [anon_sym_AMP_AMP] = ACTIONS(1525), + [anon_sym_PIPE_PIPE] = ACTIONS(1525), + [anon_sym_LT_LT] = ACTIONS(1527), + [anon_sym_GT_GT] = ACTIONS(1527), + [anon_sym_PLUS_EQ] = ACTIONS(1525), + [anon_sym_DASH_EQ] = ACTIONS(1525), + [anon_sym_STAR_EQ] = ACTIONS(1525), + [anon_sym_SLASH_EQ] = ACTIONS(1525), + [anon_sym_PERCENT_EQ] = ACTIONS(1525), + [anon_sym_CARET_EQ] = ACTIONS(1525), + [anon_sym_AMP_EQ] = ACTIONS(1525), + [anon_sym_PIPE_EQ] = ACTIONS(1525), + [anon_sym_LT_LT_EQ] = ACTIONS(1525), + [anon_sym_GT_GT_EQ] = ACTIONS(1525), + [anon_sym_EQ] = ACTIONS(1527), + [anon_sym_EQ_EQ] = ACTIONS(1525), + [anon_sym_BANG_EQ] = ACTIONS(1525), + [anon_sym_GT] = ACTIONS(1527), + [anon_sym_LT] = ACTIONS(1527), + [anon_sym_GT_EQ] = ACTIONS(1525), + [anon_sym_LT_EQ] = ACTIONS(1525), + [anon_sym__] = ACTIONS(1527), + [anon_sym_DOT] = ACTIONS(1527), + [anon_sym_DOT_DOT] = ACTIONS(1527), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1525), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1525), + [anon_sym_COMMA] = ACTIONS(1525), + [anon_sym_COLON_COLON] = ACTIONS(1525), + [anon_sym_POUND] = ACTIONS(1525), + [anon_sym_as] = ACTIONS(1527), + [anon_sym_const] = ACTIONS(1527), + [anon_sym_default] = ACTIONS(1527), + [anon_sym_gen] = ACTIONS(1527), + [anon_sym_union] = ACTIONS(1527), + [anon_sym_ref] = ACTIONS(1527), + [sym_mutable_specifier] = ACTIONS(1527), + [sym_integer_literal] = ACTIONS(1525), + [aux_sym_string_literal_token1] = ACTIONS(1525), + [sym_char_literal] = ACTIONS(1525), + [anon_sym_true] = ACTIONS(1527), + [anon_sym_false] = ACTIONS(1527), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1527), + [sym_super] = ACTIONS(1527), + [sym_crate] = ACTIONS(1527), + [sym_metavariable] = ACTIONS(1525), + [sym__raw_string_literal_start] = ACTIONS(1525), + [sym_float_literal] = ACTIONS(1525), }, [STATE(473)] = { [sym_line_comment] = STATE(473), [sym_block_comment] = STATE(473), - [sym_identifier] = ACTIONS(1409), - [anon_sym_LPAREN] = ACTIONS(1407), - [anon_sym_LBRACK] = ACTIONS(1407), - [anon_sym_RBRACE] = ACTIONS(1407), - [anon_sym_PLUS] = ACTIONS(1409), - [anon_sym_STAR] = ACTIONS(1409), - [anon_sym_QMARK] = ACTIONS(1407), - [anon_sym_u8] = ACTIONS(1409), - [anon_sym_i8] = ACTIONS(1409), - [anon_sym_u16] = ACTIONS(1409), - [anon_sym_i16] = ACTIONS(1409), - [anon_sym_u32] = ACTIONS(1409), - [anon_sym_i32] = ACTIONS(1409), - [anon_sym_u64] = ACTIONS(1409), - [anon_sym_i64] = ACTIONS(1409), - [anon_sym_u128] = ACTIONS(1409), - [anon_sym_i128] = ACTIONS(1409), - [anon_sym_isize] = ACTIONS(1409), - [anon_sym_usize] = ACTIONS(1409), - [anon_sym_f32] = ACTIONS(1409), - [anon_sym_f64] = ACTIONS(1409), - [anon_sym_bool] = ACTIONS(1409), - [anon_sym_str] = ACTIONS(1409), - [anon_sym_char] = ACTIONS(1409), - [anon_sym_DASH] = ACTIONS(1409), - [anon_sym_SLASH] = ACTIONS(1409), - [anon_sym_PERCENT] = ACTIONS(1409), - [anon_sym_CARET] = ACTIONS(1409), - [anon_sym_AMP] = ACTIONS(1409), - [anon_sym_PIPE] = ACTIONS(1409), - [anon_sym_AMP_AMP] = ACTIONS(1407), - [anon_sym_PIPE_PIPE] = ACTIONS(1407), - [anon_sym_LT_LT] = ACTIONS(1409), - [anon_sym_GT_GT] = ACTIONS(1409), - [anon_sym_PLUS_EQ] = ACTIONS(1407), - [anon_sym_DASH_EQ] = ACTIONS(1407), - [anon_sym_STAR_EQ] = ACTIONS(1407), - [anon_sym_SLASH_EQ] = ACTIONS(1407), - [anon_sym_PERCENT_EQ] = ACTIONS(1407), - [anon_sym_CARET_EQ] = ACTIONS(1407), - [anon_sym_AMP_EQ] = ACTIONS(1407), - [anon_sym_PIPE_EQ] = ACTIONS(1407), - [anon_sym_LT_LT_EQ] = ACTIONS(1407), - [anon_sym_GT_GT_EQ] = ACTIONS(1407), - [anon_sym_EQ] = ACTIONS(1409), - [anon_sym_EQ_EQ] = ACTIONS(1407), - [anon_sym_BANG_EQ] = ACTIONS(1407), - [anon_sym_GT] = ACTIONS(1409), - [anon_sym_LT] = ACTIONS(1409), - [anon_sym_GT_EQ] = ACTIONS(1407), - [anon_sym_LT_EQ] = ACTIONS(1407), - [anon_sym__] = ACTIONS(1409), - [anon_sym_DOT] = ACTIONS(1409), - [anon_sym_DOT_DOT] = ACTIONS(1409), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1407), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1407), - [anon_sym_COMMA] = ACTIONS(1407), - [anon_sym_COLON_COLON] = ACTIONS(1407), - [anon_sym_POUND] = ACTIONS(1407), - [anon_sym_as] = ACTIONS(1409), - [anon_sym_const] = ACTIONS(1409), - [anon_sym_default] = ACTIONS(1409), - [anon_sym_gen] = ACTIONS(1409), - [anon_sym_union] = ACTIONS(1409), - [anon_sym_ref] = ACTIONS(1409), - [sym_mutable_specifier] = ACTIONS(1409), - [sym_integer_literal] = ACTIONS(1407), - [aux_sym_string_literal_token1] = ACTIONS(1407), - [sym_char_literal] = ACTIONS(1407), - [anon_sym_true] = ACTIONS(1409), - [anon_sym_false] = ACTIONS(1409), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1409), - [sym_super] = ACTIONS(1409), - [sym_crate] = ACTIONS(1409), - [sym_metavariable] = ACTIONS(1407), - [sym__raw_string_literal_start] = ACTIONS(1407), - [sym_float_literal] = ACTIONS(1407), + [sym_identifier] = ACTIONS(1519), + [anon_sym_LPAREN] = ACTIONS(1517), + [anon_sym_LBRACK] = ACTIONS(1517), + [anon_sym_RBRACE] = ACTIONS(1517), + [anon_sym_PLUS] = ACTIONS(1519), + [anon_sym_STAR] = ACTIONS(1519), + [anon_sym_QMARK] = ACTIONS(1517), + [anon_sym_u8] = ACTIONS(1519), + [anon_sym_i8] = ACTIONS(1519), + [anon_sym_u16] = ACTIONS(1519), + [anon_sym_i16] = ACTIONS(1519), + [anon_sym_u32] = ACTIONS(1519), + [anon_sym_i32] = ACTIONS(1519), + [anon_sym_u64] = ACTIONS(1519), + [anon_sym_i64] = ACTIONS(1519), + [anon_sym_u128] = ACTIONS(1519), + [anon_sym_i128] = ACTIONS(1519), + [anon_sym_isize] = ACTIONS(1519), + [anon_sym_usize] = ACTIONS(1519), + [anon_sym_f32] = ACTIONS(1519), + [anon_sym_f64] = ACTIONS(1519), + [anon_sym_bool] = ACTIONS(1519), + [anon_sym_str] = ACTIONS(1519), + [anon_sym_char] = ACTIONS(1519), + [anon_sym_DASH] = ACTIONS(1519), + [anon_sym_SLASH] = ACTIONS(1519), + [anon_sym_PERCENT] = ACTIONS(1519), + [anon_sym_CARET] = ACTIONS(1519), + [anon_sym_AMP] = ACTIONS(1519), + [anon_sym_PIPE] = ACTIONS(1519), + [anon_sym_AMP_AMP] = ACTIONS(1517), + [anon_sym_PIPE_PIPE] = ACTIONS(1517), + [anon_sym_LT_LT] = ACTIONS(1519), + [anon_sym_GT_GT] = ACTIONS(1519), + [anon_sym_PLUS_EQ] = ACTIONS(1517), + [anon_sym_DASH_EQ] = ACTIONS(1517), + [anon_sym_STAR_EQ] = ACTIONS(1517), + [anon_sym_SLASH_EQ] = ACTIONS(1517), + [anon_sym_PERCENT_EQ] = ACTIONS(1517), + [anon_sym_CARET_EQ] = ACTIONS(1517), + [anon_sym_AMP_EQ] = ACTIONS(1517), + [anon_sym_PIPE_EQ] = ACTIONS(1517), + [anon_sym_LT_LT_EQ] = ACTIONS(1517), + [anon_sym_GT_GT_EQ] = ACTIONS(1517), + [anon_sym_EQ] = ACTIONS(1519), + [anon_sym_EQ_EQ] = ACTIONS(1517), + [anon_sym_BANG_EQ] = ACTIONS(1517), + [anon_sym_GT] = ACTIONS(1519), + [anon_sym_LT] = ACTIONS(1519), + [anon_sym_GT_EQ] = ACTIONS(1517), + [anon_sym_LT_EQ] = ACTIONS(1517), + [anon_sym__] = ACTIONS(1519), + [anon_sym_DOT] = ACTIONS(1519), + [anon_sym_DOT_DOT] = ACTIONS(1519), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1517), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1517), + [anon_sym_COMMA] = ACTIONS(1517), + [anon_sym_COLON_COLON] = ACTIONS(1517), + [anon_sym_POUND] = ACTIONS(1517), + [anon_sym_as] = ACTIONS(1519), + [anon_sym_const] = ACTIONS(1519), + [anon_sym_default] = ACTIONS(1519), + [anon_sym_gen] = ACTIONS(1519), + [anon_sym_union] = ACTIONS(1519), + [anon_sym_ref] = ACTIONS(1519), + [sym_mutable_specifier] = ACTIONS(1519), + [sym_integer_literal] = ACTIONS(1517), + [aux_sym_string_literal_token1] = ACTIONS(1517), + [sym_char_literal] = ACTIONS(1517), + [anon_sym_true] = ACTIONS(1519), + [anon_sym_false] = ACTIONS(1519), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1519), + [sym_super] = ACTIONS(1519), + [sym_crate] = ACTIONS(1519), + [sym_metavariable] = ACTIONS(1517), + [sym__raw_string_literal_start] = ACTIONS(1517), + [sym_float_literal] = ACTIONS(1517), }, [STATE(474)] = { [sym_line_comment] = STATE(474), [sym_block_comment] = STATE(474), - [sym_identifier] = ACTIONS(1505), - [anon_sym_LPAREN] = ACTIONS(1503), - [anon_sym_LBRACK] = ACTIONS(1503), - [anon_sym_RBRACE] = ACTIONS(1503), - [anon_sym_PLUS] = ACTIONS(1505), - [anon_sym_STAR] = ACTIONS(1505), - [anon_sym_QMARK] = ACTIONS(1503), - [anon_sym_u8] = ACTIONS(1505), - [anon_sym_i8] = ACTIONS(1505), - [anon_sym_u16] = ACTIONS(1505), - [anon_sym_i16] = ACTIONS(1505), - [anon_sym_u32] = ACTIONS(1505), - [anon_sym_i32] = ACTIONS(1505), - [anon_sym_u64] = ACTIONS(1505), - [anon_sym_i64] = ACTIONS(1505), - [anon_sym_u128] = ACTIONS(1505), - [anon_sym_i128] = ACTIONS(1505), - [anon_sym_isize] = ACTIONS(1505), - [anon_sym_usize] = ACTIONS(1505), - [anon_sym_f32] = ACTIONS(1505), - [anon_sym_f64] = ACTIONS(1505), - [anon_sym_bool] = ACTIONS(1505), - [anon_sym_str] = ACTIONS(1505), - [anon_sym_char] = ACTIONS(1505), - [anon_sym_DASH] = ACTIONS(1505), - [anon_sym_SLASH] = ACTIONS(1505), - [anon_sym_PERCENT] = ACTIONS(1505), - [anon_sym_CARET] = ACTIONS(1505), - [anon_sym_AMP] = ACTIONS(1505), - [anon_sym_PIPE] = ACTIONS(1505), - [anon_sym_AMP_AMP] = ACTIONS(1503), - [anon_sym_PIPE_PIPE] = ACTIONS(1503), - [anon_sym_LT_LT] = ACTIONS(1505), - [anon_sym_GT_GT] = ACTIONS(1505), - [anon_sym_PLUS_EQ] = ACTIONS(1503), - [anon_sym_DASH_EQ] = ACTIONS(1503), - [anon_sym_STAR_EQ] = ACTIONS(1503), - [anon_sym_SLASH_EQ] = ACTIONS(1503), - [anon_sym_PERCENT_EQ] = ACTIONS(1503), - [anon_sym_CARET_EQ] = ACTIONS(1503), - [anon_sym_AMP_EQ] = ACTIONS(1503), - [anon_sym_PIPE_EQ] = ACTIONS(1503), - [anon_sym_LT_LT_EQ] = ACTIONS(1503), - [anon_sym_GT_GT_EQ] = ACTIONS(1503), - [anon_sym_EQ] = ACTIONS(1505), - [anon_sym_EQ_EQ] = ACTIONS(1503), - [anon_sym_BANG_EQ] = ACTIONS(1503), - [anon_sym_GT] = ACTIONS(1505), - [anon_sym_LT] = ACTIONS(1505), - [anon_sym_GT_EQ] = ACTIONS(1503), - [anon_sym_LT_EQ] = ACTIONS(1503), - [anon_sym__] = ACTIONS(1505), - [anon_sym_DOT] = ACTIONS(1505), - [anon_sym_DOT_DOT] = ACTIONS(1505), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1503), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1503), - [anon_sym_COMMA] = ACTIONS(1503), - [anon_sym_COLON_COLON] = ACTIONS(1503), - [anon_sym_POUND] = ACTIONS(1503), - [anon_sym_as] = ACTIONS(1505), - [anon_sym_const] = ACTIONS(1505), - [anon_sym_default] = ACTIONS(1505), - [anon_sym_gen] = ACTIONS(1505), - [anon_sym_union] = ACTIONS(1505), - [anon_sym_ref] = ACTIONS(1505), - [sym_mutable_specifier] = ACTIONS(1505), - [sym_integer_literal] = ACTIONS(1503), - [aux_sym_string_literal_token1] = ACTIONS(1503), - [sym_char_literal] = ACTIONS(1503), - [anon_sym_true] = ACTIONS(1505), - [anon_sym_false] = ACTIONS(1505), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1505), - [sym_super] = ACTIONS(1505), - [sym_crate] = ACTIONS(1505), - [sym_metavariable] = ACTIONS(1503), - [sym__raw_string_literal_start] = ACTIONS(1503), - [sym_float_literal] = ACTIONS(1503), + [sym_identifier] = ACTIONS(1531), + [anon_sym_LPAREN] = ACTIONS(1529), + [anon_sym_LBRACK] = ACTIONS(1529), + [anon_sym_RBRACE] = ACTIONS(1529), + [anon_sym_PLUS] = ACTIONS(1531), + [anon_sym_STAR] = ACTIONS(1531), + [anon_sym_QMARK] = ACTIONS(1529), + [anon_sym_u8] = ACTIONS(1531), + [anon_sym_i8] = ACTIONS(1531), + [anon_sym_u16] = ACTIONS(1531), + [anon_sym_i16] = ACTIONS(1531), + [anon_sym_u32] = ACTIONS(1531), + [anon_sym_i32] = ACTIONS(1531), + [anon_sym_u64] = ACTIONS(1531), + [anon_sym_i64] = ACTIONS(1531), + [anon_sym_u128] = ACTIONS(1531), + [anon_sym_i128] = ACTIONS(1531), + [anon_sym_isize] = ACTIONS(1531), + [anon_sym_usize] = ACTIONS(1531), + [anon_sym_f32] = ACTIONS(1531), + [anon_sym_f64] = ACTIONS(1531), + [anon_sym_bool] = ACTIONS(1531), + [anon_sym_str] = ACTIONS(1531), + [anon_sym_char] = ACTIONS(1531), + [anon_sym_DASH] = ACTIONS(1531), + [anon_sym_SLASH] = ACTIONS(1531), + [anon_sym_PERCENT] = ACTIONS(1531), + [anon_sym_CARET] = ACTIONS(1531), + [anon_sym_AMP] = ACTIONS(1531), + [anon_sym_PIPE] = ACTIONS(1531), + [anon_sym_AMP_AMP] = ACTIONS(1529), + [anon_sym_PIPE_PIPE] = ACTIONS(1529), + [anon_sym_LT_LT] = ACTIONS(1531), + [anon_sym_GT_GT] = ACTIONS(1531), + [anon_sym_PLUS_EQ] = ACTIONS(1529), + [anon_sym_DASH_EQ] = ACTIONS(1529), + [anon_sym_STAR_EQ] = ACTIONS(1529), + [anon_sym_SLASH_EQ] = ACTIONS(1529), + [anon_sym_PERCENT_EQ] = ACTIONS(1529), + [anon_sym_CARET_EQ] = ACTIONS(1529), + [anon_sym_AMP_EQ] = ACTIONS(1529), + [anon_sym_PIPE_EQ] = ACTIONS(1529), + [anon_sym_LT_LT_EQ] = ACTIONS(1529), + [anon_sym_GT_GT_EQ] = ACTIONS(1529), + [anon_sym_EQ] = ACTIONS(1531), + [anon_sym_EQ_EQ] = ACTIONS(1529), + [anon_sym_BANG_EQ] = ACTIONS(1529), + [anon_sym_GT] = ACTIONS(1531), + [anon_sym_LT] = ACTIONS(1531), + [anon_sym_GT_EQ] = ACTIONS(1529), + [anon_sym_LT_EQ] = ACTIONS(1529), + [anon_sym__] = ACTIONS(1531), + [anon_sym_DOT] = ACTIONS(1531), + [anon_sym_DOT_DOT] = ACTIONS(1531), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1529), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1529), + [anon_sym_COMMA] = ACTIONS(1529), + [anon_sym_COLON_COLON] = ACTIONS(1529), + [anon_sym_POUND] = ACTIONS(1529), + [anon_sym_as] = ACTIONS(1531), + [anon_sym_const] = ACTIONS(1531), + [anon_sym_default] = ACTIONS(1531), + [anon_sym_gen] = ACTIONS(1531), + [anon_sym_union] = ACTIONS(1531), + [anon_sym_ref] = ACTIONS(1531), + [sym_mutable_specifier] = ACTIONS(1531), + [sym_integer_literal] = ACTIONS(1529), + [aux_sym_string_literal_token1] = ACTIONS(1529), + [sym_char_literal] = ACTIONS(1529), + [anon_sym_true] = ACTIONS(1531), + [anon_sym_false] = ACTIONS(1531), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1531), + [sym_super] = ACTIONS(1531), + [sym_crate] = ACTIONS(1531), + [sym_metavariable] = ACTIONS(1529), + [sym__raw_string_literal_start] = ACTIONS(1529), + [sym_float_literal] = ACTIONS(1529), }, [STATE(475)] = { [sym_line_comment] = STATE(475), [sym_block_comment] = STATE(475), - [sym_identifier] = ACTIONS(1435), - [anon_sym_LPAREN] = ACTIONS(1433), - [anon_sym_LBRACK] = ACTIONS(1433), - [anon_sym_RBRACE] = ACTIONS(1433), - [anon_sym_PLUS] = ACTIONS(1435), - [anon_sym_STAR] = ACTIONS(1435), - [anon_sym_QMARK] = ACTIONS(1433), - [anon_sym_u8] = ACTIONS(1435), - [anon_sym_i8] = ACTIONS(1435), - [anon_sym_u16] = ACTIONS(1435), - [anon_sym_i16] = ACTIONS(1435), - [anon_sym_u32] = ACTIONS(1435), - [anon_sym_i32] = ACTIONS(1435), - [anon_sym_u64] = ACTIONS(1435), - [anon_sym_i64] = ACTIONS(1435), - [anon_sym_u128] = ACTIONS(1435), - [anon_sym_i128] = ACTIONS(1435), - [anon_sym_isize] = ACTIONS(1435), - [anon_sym_usize] = ACTIONS(1435), - [anon_sym_f32] = ACTIONS(1435), - [anon_sym_f64] = ACTIONS(1435), - [anon_sym_bool] = ACTIONS(1435), - [anon_sym_str] = ACTIONS(1435), - [anon_sym_char] = ACTIONS(1435), - [anon_sym_DASH] = ACTIONS(1435), - [anon_sym_SLASH] = ACTIONS(1435), - [anon_sym_PERCENT] = ACTIONS(1435), - [anon_sym_CARET] = ACTIONS(1435), - [anon_sym_AMP] = ACTIONS(1435), - [anon_sym_PIPE] = ACTIONS(1435), - [anon_sym_AMP_AMP] = ACTIONS(1433), - [anon_sym_PIPE_PIPE] = ACTIONS(1433), - [anon_sym_LT_LT] = ACTIONS(1435), - [anon_sym_GT_GT] = ACTIONS(1435), - [anon_sym_PLUS_EQ] = ACTIONS(1433), - [anon_sym_DASH_EQ] = ACTIONS(1433), - [anon_sym_STAR_EQ] = ACTIONS(1433), - [anon_sym_SLASH_EQ] = ACTIONS(1433), - [anon_sym_PERCENT_EQ] = ACTIONS(1433), - [anon_sym_CARET_EQ] = ACTIONS(1433), - [anon_sym_AMP_EQ] = ACTIONS(1433), - [anon_sym_PIPE_EQ] = ACTIONS(1433), - [anon_sym_LT_LT_EQ] = ACTIONS(1433), - [anon_sym_GT_GT_EQ] = ACTIONS(1433), - [anon_sym_EQ] = ACTIONS(1435), - [anon_sym_EQ_EQ] = ACTIONS(1433), - [anon_sym_BANG_EQ] = ACTIONS(1433), - [anon_sym_GT] = ACTIONS(1435), - [anon_sym_LT] = ACTIONS(1435), - [anon_sym_GT_EQ] = ACTIONS(1433), - [anon_sym_LT_EQ] = ACTIONS(1433), - [anon_sym__] = ACTIONS(1435), - [anon_sym_DOT] = ACTIONS(1435), - [anon_sym_DOT_DOT] = ACTIONS(1435), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1433), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1433), - [anon_sym_COMMA] = ACTIONS(1433), - [anon_sym_COLON_COLON] = ACTIONS(1433), - [anon_sym_POUND] = ACTIONS(1433), - [anon_sym_as] = ACTIONS(1435), - [anon_sym_const] = ACTIONS(1435), - [anon_sym_default] = ACTIONS(1435), - [anon_sym_gen] = ACTIONS(1435), - [anon_sym_union] = ACTIONS(1435), - [anon_sym_ref] = ACTIONS(1435), - [sym_mutable_specifier] = ACTIONS(1435), - [sym_integer_literal] = ACTIONS(1433), - [aux_sym_string_literal_token1] = ACTIONS(1433), - [sym_char_literal] = ACTIONS(1433), - [anon_sym_true] = ACTIONS(1435), - [anon_sym_false] = ACTIONS(1435), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1435), - [sym_super] = ACTIONS(1435), - [sym_crate] = ACTIONS(1435), - [sym_metavariable] = ACTIONS(1433), - [sym__raw_string_literal_start] = ACTIONS(1433), - [sym_float_literal] = ACTIONS(1433), + [sym_identifier] = ACTIONS(1439), + [anon_sym_LPAREN] = ACTIONS(1437), + [anon_sym_LBRACK] = ACTIONS(1437), + [anon_sym_RBRACE] = ACTIONS(1437), + [anon_sym_PLUS] = ACTIONS(1439), + [anon_sym_STAR] = ACTIONS(1439), + [anon_sym_QMARK] = ACTIONS(1437), + [anon_sym_u8] = ACTIONS(1439), + [anon_sym_i8] = ACTIONS(1439), + [anon_sym_u16] = ACTIONS(1439), + [anon_sym_i16] = ACTIONS(1439), + [anon_sym_u32] = ACTIONS(1439), + [anon_sym_i32] = ACTIONS(1439), + [anon_sym_u64] = ACTIONS(1439), + [anon_sym_i64] = ACTIONS(1439), + [anon_sym_u128] = ACTIONS(1439), + [anon_sym_i128] = ACTIONS(1439), + [anon_sym_isize] = ACTIONS(1439), + [anon_sym_usize] = ACTIONS(1439), + [anon_sym_f32] = ACTIONS(1439), + [anon_sym_f64] = ACTIONS(1439), + [anon_sym_bool] = ACTIONS(1439), + [anon_sym_str] = ACTIONS(1439), + [anon_sym_char] = ACTIONS(1439), + [anon_sym_DASH] = ACTIONS(1439), + [anon_sym_SLASH] = ACTIONS(1439), + [anon_sym_PERCENT] = ACTIONS(1439), + [anon_sym_CARET] = ACTIONS(1439), + [anon_sym_AMP] = ACTIONS(1439), + [anon_sym_PIPE] = ACTIONS(1439), + [anon_sym_AMP_AMP] = ACTIONS(1437), + [anon_sym_PIPE_PIPE] = ACTIONS(1437), + [anon_sym_LT_LT] = ACTIONS(1439), + [anon_sym_GT_GT] = ACTIONS(1439), + [anon_sym_PLUS_EQ] = ACTIONS(1437), + [anon_sym_DASH_EQ] = ACTIONS(1437), + [anon_sym_STAR_EQ] = ACTIONS(1437), + [anon_sym_SLASH_EQ] = ACTIONS(1437), + [anon_sym_PERCENT_EQ] = ACTIONS(1437), + [anon_sym_CARET_EQ] = ACTIONS(1437), + [anon_sym_AMP_EQ] = ACTIONS(1437), + [anon_sym_PIPE_EQ] = ACTIONS(1437), + [anon_sym_LT_LT_EQ] = ACTIONS(1437), + [anon_sym_GT_GT_EQ] = ACTIONS(1437), + [anon_sym_EQ] = ACTIONS(1439), + [anon_sym_EQ_EQ] = ACTIONS(1437), + [anon_sym_BANG_EQ] = ACTIONS(1437), + [anon_sym_GT] = ACTIONS(1439), + [anon_sym_LT] = ACTIONS(1439), + [anon_sym_GT_EQ] = ACTIONS(1437), + [anon_sym_LT_EQ] = ACTIONS(1437), + [anon_sym__] = ACTIONS(1439), + [anon_sym_DOT] = ACTIONS(1439), + [anon_sym_DOT_DOT] = ACTIONS(1439), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1437), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1437), + [anon_sym_COMMA] = ACTIONS(1437), + [anon_sym_COLON_COLON] = ACTIONS(1437), + [anon_sym_POUND] = ACTIONS(1437), + [anon_sym_as] = ACTIONS(1439), + [anon_sym_const] = ACTIONS(1439), + [anon_sym_default] = ACTIONS(1439), + [anon_sym_gen] = ACTIONS(1439), + [anon_sym_union] = ACTIONS(1439), + [anon_sym_ref] = ACTIONS(1439), + [sym_mutable_specifier] = ACTIONS(1439), + [sym_integer_literal] = ACTIONS(1437), + [aux_sym_string_literal_token1] = ACTIONS(1437), + [sym_char_literal] = ACTIONS(1437), + [anon_sym_true] = ACTIONS(1439), + [anon_sym_false] = ACTIONS(1439), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1439), + [sym_super] = ACTIONS(1439), + [sym_crate] = ACTIONS(1439), + [sym_metavariable] = ACTIONS(1437), + [sym__raw_string_literal_start] = ACTIONS(1437), + [sym_float_literal] = ACTIONS(1437), }, [STATE(476)] = { [sym_line_comment] = STATE(476), [sym_block_comment] = STATE(476), - [sym_identifier] = ACTIONS(1427), - [anon_sym_LPAREN] = ACTIONS(1425), - [anon_sym_LBRACK] = ACTIONS(1425), - [anon_sym_RBRACE] = ACTIONS(1425), - [anon_sym_PLUS] = ACTIONS(1427), - [anon_sym_STAR] = ACTIONS(1427), - [anon_sym_QMARK] = ACTIONS(1425), - [anon_sym_u8] = ACTIONS(1427), - [anon_sym_i8] = ACTIONS(1427), - [anon_sym_u16] = ACTIONS(1427), - [anon_sym_i16] = ACTIONS(1427), - [anon_sym_u32] = ACTIONS(1427), - [anon_sym_i32] = ACTIONS(1427), - [anon_sym_u64] = ACTIONS(1427), - [anon_sym_i64] = ACTIONS(1427), - [anon_sym_u128] = ACTIONS(1427), - [anon_sym_i128] = ACTIONS(1427), - [anon_sym_isize] = ACTIONS(1427), - [anon_sym_usize] = ACTIONS(1427), - [anon_sym_f32] = ACTIONS(1427), - [anon_sym_f64] = ACTIONS(1427), - [anon_sym_bool] = ACTIONS(1427), - [anon_sym_str] = ACTIONS(1427), - [anon_sym_char] = ACTIONS(1427), - [anon_sym_DASH] = ACTIONS(1427), - [anon_sym_SLASH] = ACTIONS(1427), - [anon_sym_PERCENT] = ACTIONS(1427), - [anon_sym_CARET] = ACTIONS(1427), - [anon_sym_AMP] = ACTIONS(1427), - [anon_sym_PIPE] = ACTIONS(1427), - [anon_sym_AMP_AMP] = ACTIONS(1425), - [anon_sym_PIPE_PIPE] = ACTIONS(1425), - [anon_sym_LT_LT] = ACTIONS(1427), - [anon_sym_GT_GT] = ACTIONS(1427), - [anon_sym_PLUS_EQ] = ACTIONS(1425), - [anon_sym_DASH_EQ] = ACTIONS(1425), - [anon_sym_STAR_EQ] = ACTIONS(1425), - [anon_sym_SLASH_EQ] = ACTIONS(1425), - [anon_sym_PERCENT_EQ] = ACTIONS(1425), - [anon_sym_CARET_EQ] = ACTIONS(1425), - [anon_sym_AMP_EQ] = ACTIONS(1425), - [anon_sym_PIPE_EQ] = ACTIONS(1425), - [anon_sym_LT_LT_EQ] = ACTIONS(1425), - [anon_sym_GT_GT_EQ] = ACTIONS(1425), - [anon_sym_EQ] = ACTIONS(1427), - [anon_sym_EQ_EQ] = ACTIONS(1425), - [anon_sym_BANG_EQ] = ACTIONS(1425), - [anon_sym_GT] = ACTIONS(1427), - [anon_sym_LT] = ACTIONS(1427), - [anon_sym_GT_EQ] = ACTIONS(1425), - [anon_sym_LT_EQ] = ACTIONS(1425), - [anon_sym__] = ACTIONS(1427), - [anon_sym_DOT] = ACTIONS(1427), - [anon_sym_DOT_DOT] = ACTIONS(1427), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1425), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1425), - [anon_sym_COMMA] = ACTIONS(1425), - [anon_sym_COLON_COLON] = ACTIONS(1425), - [anon_sym_POUND] = ACTIONS(1425), - [anon_sym_as] = ACTIONS(1427), - [anon_sym_const] = ACTIONS(1427), - [anon_sym_default] = ACTIONS(1427), - [anon_sym_gen] = ACTIONS(1427), - [anon_sym_union] = ACTIONS(1427), - [anon_sym_ref] = ACTIONS(1427), - [sym_mutable_specifier] = ACTIONS(1427), - [sym_integer_literal] = ACTIONS(1425), - [aux_sym_string_literal_token1] = ACTIONS(1425), - [sym_char_literal] = ACTIONS(1425), - [anon_sym_true] = ACTIONS(1427), - [anon_sym_false] = ACTIONS(1427), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1427), - [sym_super] = ACTIONS(1427), - [sym_crate] = ACTIONS(1427), - [sym_metavariable] = ACTIONS(1425), - [sym__raw_string_literal_start] = ACTIONS(1425), - [sym_float_literal] = ACTIONS(1425), + [sym_identifier] = ACTIONS(1459), + [anon_sym_LPAREN] = ACTIONS(1457), + [anon_sym_LBRACK] = ACTIONS(1457), + [anon_sym_RBRACE] = ACTIONS(1457), + [anon_sym_PLUS] = ACTIONS(1459), + [anon_sym_STAR] = ACTIONS(1459), + [anon_sym_QMARK] = ACTIONS(1457), + [anon_sym_u8] = ACTIONS(1459), + [anon_sym_i8] = ACTIONS(1459), + [anon_sym_u16] = ACTIONS(1459), + [anon_sym_i16] = ACTIONS(1459), + [anon_sym_u32] = ACTIONS(1459), + [anon_sym_i32] = ACTIONS(1459), + [anon_sym_u64] = ACTIONS(1459), + [anon_sym_i64] = ACTIONS(1459), + [anon_sym_u128] = ACTIONS(1459), + [anon_sym_i128] = ACTIONS(1459), + [anon_sym_isize] = ACTIONS(1459), + [anon_sym_usize] = ACTIONS(1459), + [anon_sym_f32] = ACTIONS(1459), + [anon_sym_f64] = ACTIONS(1459), + [anon_sym_bool] = ACTIONS(1459), + [anon_sym_str] = ACTIONS(1459), + [anon_sym_char] = ACTIONS(1459), + [anon_sym_DASH] = ACTIONS(1459), + [anon_sym_SLASH] = ACTIONS(1459), + [anon_sym_PERCENT] = ACTIONS(1459), + [anon_sym_CARET] = ACTIONS(1459), + [anon_sym_AMP] = ACTIONS(1459), + [anon_sym_PIPE] = ACTIONS(1459), + [anon_sym_AMP_AMP] = ACTIONS(1457), + [anon_sym_PIPE_PIPE] = ACTIONS(1457), + [anon_sym_LT_LT] = ACTIONS(1459), + [anon_sym_GT_GT] = ACTIONS(1459), + [anon_sym_PLUS_EQ] = ACTIONS(1457), + [anon_sym_DASH_EQ] = ACTIONS(1457), + [anon_sym_STAR_EQ] = ACTIONS(1457), + [anon_sym_SLASH_EQ] = ACTIONS(1457), + [anon_sym_PERCENT_EQ] = ACTIONS(1457), + [anon_sym_CARET_EQ] = ACTIONS(1457), + [anon_sym_AMP_EQ] = ACTIONS(1457), + [anon_sym_PIPE_EQ] = ACTIONS(1457), + [anon_sym_LT_LT_EQ] = ACTIONS(1457), + [anon_sym_GT_GT_EQ] = ACTIONS(1457), + [anon_sym_EQ] = ACTIONS(1459), + [anon_sym_EQ_EQ] = ACTIONS(1457), + [anon_sym_BANG_EQ] = ACTIONS(1457), + [anon_sym_GT] = ACTIONS(1459), + [anon_sym_LT] = ACTIONS(1459), + [anon_sym_GT_EQ] = ACTIONS(1457), + [anon_sym_LT_EQ] = ACTIONS(1457), + [anon_sym__] = ACTIONS(1459), + [anon_sym_DOT] = ACTIONS(1459), + [anon_sym_DOT_DOT] = ACTIONS(1459), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1457), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1457), + [anon_sym_COMMA] = ACTIONS(1457), + [anon_sym_COLON_COLON] = ACTIONS(1457), + [anon_sym_POUND] = ACTIONS(1457), + [anon_sym_as] = ACTIONS(1459), + [anon_sym_const] = ACTIONS(1459), + [anon_sym_default] = ACTIONS(1459), + [anon_sym_gen] = ACTIONS(1459), + [anon_sym_union] = ACTIONS(1459), + [anon_sym_ref] = ACTIONS(1459), + [sym_mutable_specifier] = ACTIONS(1459), + [sym_integer_literal] = ACTIONS(1457), + [aux_sym_string_literal_token1] = ACTIONS(1457), + [sym_char_literal] = ACTIONS(1457), + [anon_sym_true] = ACTIONS(1459), + [anon_sym_false] = ACTIONS(1459), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1459), + [sym_super] = ACTIONS(1459), + [sym_crate] = ACTIONS(1459), + [sym_metavariable] = ACTIONS(1457), + [sym__raw_string_literal_start] = ACTIONS(1457), + [sym_float_literal] = ACTIONS(1457), }, [STATE(477)] = { [sym_line_comment] = STATE(477), [sym_block_comment] = STATE(477), - [sym_identifier] = ACTIONS(1445), - [anon_sym_LPAREN] = ACTIONS(1443), - [anon_sym_LBRACK] = ACTIONS(1443), - [anon_sym_RBRACE] = ACTIONS(1443), - [anon_sym_PLUS] = ACTIONS(1445), - [anon_sym_STAR] = ACTIONS(1445), - [anon_sym_QMARK] = ACTIONS(1443), - [anon_sym_u8] = ACTIONS(1445), - [anon_sym_i8] = ACTIONS(1445), - [anon_sym_u16] = ACTIONS(1445), - [anon_sym_i16] = ACTIONS(1445), - [anon_sym_u32] = ACTIONS(1445), - [anon_sym_i32] = ACTIONS(1445), - [anon_sym_u64] = ACTIONS(1445), - [anon_sym_i64] = ACTIONS(1445), - [anon_sym_u128] = ACTIONS(1445), - [anon_sym_i128] = ACTIONS(1445), - [anon_sym_isize] = ACTIONS(1445), - [anon_sym_usize] = ACTIONS(1445), - [anon_sym_f32] = ACTIONS(1445), - [anon_sym_f64] = ACTIONS(1445), - [anon_sym_bool] = ACTIONS(1445), - [anon_sym_str] = ACTIONS(1445), - [anon_sym_char] = ACTIONS(1445), - [anon_sym_DASH] = ACTIONS(1445), - [anon_sym_SLASH] = ACTIONS(1445), - [anon_sym_PERCENT] = ACTIONS(1445), - [anon_sym_CARET] = ACTIONS(1445), - [anon_sym_AMP] = ACTIONS(1445), - [anon_sym_PIPE] = ACTIONS(1445), - [anon_sym_AMP_AMP] = ACTIONS(1443), - [anon_sym_PIPE_PIPE] = ACTIONS(1443), - [anon_sym_LT_LT] = ACTIONS(1445), - [anon_sym_GT_GT] = ACTIONS(1445), - [anon_sym_PLUS_EQ] = ACTIONS(1443), - [anon_sym_DASH_EQ] = ACTIONS(1443), - [anon_sym_STAR_EQ] = ACTIONS(1443), - [anon_sym_SLASH_EQ] = ACTIONS(1443), - [anon_sym_PERCENT_EQ] = ACTIONS(1443), - [anon_sym_CARET_EQ] = ACTIONS(1443), - [anon_sym_AMP_EQ] = ACTIONS(1443), - [anon_sym_PIPE_EQ] = ACTIONS(1443), - [anon_sym_LT_LT_EQ] = ACTIONS(1443), - [anon_sym_GT_GT_EQ] = ACTIONS(1443), - [anon_sym_EQ] = ACTIONS(1445), - [anon_sym_EQ_EQ] = ACTIONS(1443), - [anon_sym_BANG_EQ] = ACTIONS(1443), - [anon_sym_GT] = ACTIONS(1445), - [anon_sym_LT] = ACTIONS(1445), - [anon_sym_GT_EQ] = ACTIONS(1443), - [anon_sym_LT_EQ] = ACTIONS(1443), - [anon_sym__] = ACTIONS(1445), - [anon_sym_DOT] = ACTIONS(1445), - [anon_sym_DOT_DOT] = ACTIONS(1445), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1443), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1443), - [anon_sym_COMMA] = ACTIONS(1443), - [anon_sym_COLON_COLON] = ACTIONS(1443), - [anon_sym_POUND] = ACTIONS(1443), - [anon_sym_as] = ACTIONS(1445), - [anon_sym_const] = ACTIONS(1445), - [anon_sym_default] = ACTIONS(1445), - [anon_sym_gen] = ACTIONS(1445), - [anon_sym_union] = ACTIONS(1445), - [anon_sym_ref] = ACTIONS(1445), - [sym_mutable_specifier] = ACTIONS(1445), - [sym_integer_literal] = ACTIONS(1443), - [aux_sym_string_literal_token1] = ACTIONS(1443), - [sym_char_literal] = ACTIONS(1443), - [anon_sym_true] = ACTIONS(1445), - [anon_sym_false] = ACTIONS(1445), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1445), - [sym_super] = ACTIONS(1445), - [sym_crate] = ACTIONS(1445), - [sym_metavariable] = ACTIONS(1443), - [sym__raw_string_literal_start] = ACTIONS(1443), - [sym_float_literal] = ACTIONS(1443), + [sym_identifier] = ACTIONS(1467), + [anon_sym_LPAREN] = ACTIONS(1465), + [anon_sym_LBRACK] = ACTIONS(1465), + [anon_sym_RBRACE] = ACTIONS(1465), + [anon_sym_PLUS] = ACTIONS(1467), + [anon_sym_STAR] = ACTIONS(1467), + [anon_sym_QMARK] = ACTIONS(1465), + [anon_sym_u8] = ACTIONS(1467), + [anon_sym_i8] = ACTIONS(1467), + [anon_sym_u16] = ACTIONS(1467), + [anon_sym_i16] = ACTIONS(1467), + [anon_sym_u32] = ACTIONS(1467), + [anon_sym_i32] = ACTIONS(1467), + [anon_sym_u64] = ACTIONS(1467), + [anon_sym_i64] = ACTIONS(1467), + [anon_sym_u128] = ACTIONS(1467), + [anon_sym_i128] = ACTIONS(1467), + [anon_sym_isize] = ACTIONS(1467), + [anon_sym_usize] = ACTIONS(1467), + [anon_sym_f32] = ACTIONS(1467), + [anon_sym_f64] = ACTIONS(1467), + [anon_sym_bool] = ACTIONS(1467), + [anon_sym_str] = ACTIONS(1467), + [anon_sym_char] = ACTIONS(1467), + [anon_sym_DASH] = ACTIONS(1467), + [anon_sym_SLASH] = ACTIONS(1467), + [anon_sym_PERCENT] = ACTIONS(1467), + [anon_sym_CARET] = ACTIONS(1467), + [anon_sym_AMP] = ACTIONS(1467), + [anon_sym_PIPE] = ACTIONS(1467), + [anon_sym_AMP_AMP] = ACTIONS(1465), + [anon_sym_PIPE_PIPE] = ACTIONS(1465), + [anon_sym_LT_LT] = ACTIONS(1467), + [anon_sym_GT_GT] = ACTIONS(1467), + [anon_sym_PLUS_EQ] = ACTIONS(1465), + [anon_sym_DASH_EQ] = ACTIONS(1465), + [anon_sym_STAR_EQ] = ACTIONS(1465), + [anon_sym_SLASH_EQ] = ACTIONS(1465), + [anon_sym_PERCENT_EQ] = ACTIONS(1465), + [anon_sym_CARET_EQ] = ACTIONS(1465), + [anon_sym_AMP_EQ] = ACTIONS(1465), + [anon_sym_PIPE_EQ] = ACTIONS(1465), + [anon_sym_LT_LT_EQ] = ACTIONS(1465), + [anon_sym_GT_GT_EQ] = ACTIONS(1465), + [anon_sym_EQ] = ACTIONS(1467), + [anon_sym_EQ_EQ] = ACTIONS(1465), + [anon_sym_BANG_EQ] = ACTIONS(1465), + [anon_sym_GT] = ACTIONS(1467), + [anon_sym_LT] = ACTIONS(1467), + [anon_sym_GT_EQ] = ACTIONS(1465), + [anon_sym_LT_EQ] = ACTIONS(1465), + [anon_sym__] = ACTIONS(1467), + [anon_sym_DOT] = ACTIONS(1467), + [anon_sym_DOT_DOT] = ACTIONS(1467), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1465), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1465), + [anon_sym_COMMA] = ACTIONS(1465), + [anon_sym_COLON_COLON] = ACTIONS(1465), + [anon_sym_POUND] = ACTIONS(1465), + [anon_sym_as] = ACTIONS(1467), + [anon_sym_const] = ACTIONS(1467), + [anon_sym_default] = ACTIONS(1467), + [anon_sym_gen] = ACTIONS(1467), + [anon_sym_union] = ACTIONS(1467), + [anon_sym_ref] = ACTIONS(1467), + [sym_mutable_specifier] = ACTIONS(1467), + [sym_integer_literal] = ACTIONS(1465), + [aux_sym_string_literal_token1] = ACTIONS(1465), + [sym_char_literal] = ACTIONS(1465), + [anon_sym_true] = ACTIONS(1467), + [anon_sym_false] = ACTIONS(1467), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1467), + [sym_super] = ACTIONS(1467), + [sym_crate] = ACTIONS(1467), + [sym_metavariable] = ACTIONS(1465), + [sym__raw_string_literal_start] = ACTIONS(1465), + [sym_float_literal] = ACTIONS(1465), }, [STATE(478)] = { [sym_line_comment] = STATE(478), [sym_block_comment] = STATE(478), - [sym_identifier] = ACTIONS(1483), - [anon_sym_LPAREN] = ACTIONS(1481), - [anon_sym_LBRACK] = ACTIONS(1481), - [anon_sym_RBRACE] = ACTIONS(1481), - [anon_sym_PLUS] = ACTIONS(1483), - [anon_sym_STAR] = ACTIONS(1483), - [anon_sym_QMARK] = ACTIONS(1481), - [anon_sym_u8] = ACTIONS(1483), - [anon_sym_i8] = ACTIONS(1483), - [anon_sym_u16] = ACTIONS(1483), - [anon_sym_i16] = ACTIONS(1483), - [anon_sym_u32] = ACTIONS(1483), - [anon_sym_i32] = ACTIONS(1483), - [anon_sym_u64] = ACTIONS(1483), - [anon_sym_i64] = ACTIONS(1483), - [anon_sym_u128] = ACTIONS(1483), - [anon_sym_i128] = ACTIONS(1483), - [anon_sym_isize] = ACTIONS(1483), - [anon_sym_usize] = ACTIONS(1483), - [anon_sym_f32] = ACTIONS(1483), - [anon_sym_f64] = ACTIONS(1483), - [anon_sym_bool] = ACTIONS(1483), - [anon_sym_str] = ACTIONS(1483), - [anon_sym_char] = ACTIONS(1483), - [anon_sym_DASH] = ACTIONS(1483), - [anon_sym_SLASH] = ACTIONS(1483), - [anon_sym_PERCENT] = ACTIONS(1483), - [anon_sym_CARET] = ACTIONS(1483), - [anon_sym_AMP] = ACTIONS(1483), - [anon_sym_PIPE] = ACTIONS(1483), - [anon_sym_AMP_AMP] = ACTIONS(1481), - [anon_sym_PIPE_PIPE] = ACTIONS(1481), - [anon_sym_LT_LT] = ACTIONS(1483), - [anon_sym_GT_GT] = ACTIONS(1483), - [anon_sym_PLUS_EQ] = ACTIONS(1481), - [anon_sym_DASH_EQ] = ACTIONS(1481), - [anon_sym_STAR_EQ] = ACTIONS(1481), - [anon_sym_SLASH_EQ] = ACTIONS(1481), - [anon_sym_PERCENT_EQ] = ACTIONS(1481), - [anon_sym_CARET_EQ] = ACTIONS(1481), - [anon_sym_AMP_EQ] = ACTIONS(1481), - [anon_sym_PIPE_EQ] = ACTIONS(1481), - [anon_sym_LT_LT_EQ] = ACTIONS(1481), - [anon_sym_GT_GT_EQ] = ACTIONS(1481), - [anon_sym_EQ] = ACTIONS(1483), - [anon_sym_EQ_EQ] = ACTIONS(1481), - [anon_sym_BANG_EQ] = ACTIONS(1481), - [anon_sym_GT] = ACTIONS(1483), - [anon_sym_LT] = ACTIONS(1483), - [anon_sym_GT_EQ] = ACTIONS(1481), - [anon_sym_LT_EQ] = ACTIONS(1481), - [anon_sym__] = ACTIONS(1483), - [anon_sym_DOT] = ACTIONS(1483), - [anon_sym_DOT_DOT] = ACTIONS(1483), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1481), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1481), - [anon_sym_COMMA] = ACTIONS(1481), - [anon_sym_COLON_COLON] = ACTIONS(1481), - [anon_sym_POUND] = ACTIONS(1481), - [anon_sym_as] = ACTIONS(1483), - [anon_sym_const] = ACTIONS(1483), - [anon_sym_default] = ACTIONS(1483), - [anon_sym_gen] = ACTIONS(1483), - [anon_sym_union] = ACTIONS(1483), - [anon_sym_ref] = ACTIONS(1483), - [sym_mutable_specifier] = ACTIONS(1483), - [sym_integer_literal] = ACTIONS(1481), - [aux_sym_string_literal_token1] = ACTIONS(1481), - [sym_char_literal] = ACTIONS(1481), - [anon_sym_true] = ACTIONS(1483), - [anon_sym_false] = ACTIONS(1483), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1483), - [sym_super] = ACTIONS(1483), - [sym_crate] = ACTIONS(1483), - [sym_metavariable] = ACTIONS(1481), - [sym__raw_string_literal_start] = ACTIONS(1481), - [sym_float_literal] = ACTIONS(1481), + [sym_identifier] = ACTIONS(1699), + [anon_sym_LPAREN] = ACTIONS(1701), + [anon_sym_LBRACK] = ACTIONS(1701), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1479), + [anon_sym_QMARK] = ACTIONS(1477), + [anon_sym_u8] = ACTIONS(1699), + [anon_sym_i8] = ACTIONS(1699), + [anon_sym_u16] = ACTIONS(1699), + [anon_sym_i16] = ACTIONS(1699), + [anon_sym_u32] = ACTIONS(1699), + [anon_sym_i32] = ACTIONS(1699), + [anon_sym_u64] = ACTIONS(1699), + [anon_sym_i64] = ACTIONS(1699), + [anon_sym_u128] = ACTIONS(1699), + [anon_sym_i128] = ACTIONS(1699), + [anon_sym_isize] = ACTIONS(1699), + [anon_sym_usize] = ACTIONS(1699), + [anon_sym_f32] = ACTIONS(1699), + [anon_sym_f64] = ACTIONS(1699), + [anon_sym_bool] = ACTIONS(1699), + [anon_sym_str] = ACTIONS(1699), + [anon_sym_char] = ACTIONS(1699), + [anon_sym_DASH] = ACTIONS(1699), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_PERCENT] = ACTIONS(1479), + [anon_sym_CARET] = ACTIONS(1479), + [anon_sym_AMP] = ACTIONS(1699), + [anon_sym_PIPE] = ACTIONS(1699), + [anon_sym_AMP_AMP] = ACTIONS(1477), + [anon_sym_PIPE_PIPE] = ACTIONS(1477), + [anon_sym_LT_LT] = ACTIONS(1479), + [anon_sym_GT_GT] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1477), + [anon_sym_DASH_EQ] = ACTIONS(1477), + [anon_sym_STAR_EQ] = ACTIONS(1477), + [anon_sym_SLASH_EQ] = ACTIONS(1477), + [anon_sym_PERCENT_EQ] = ACTIONS(1477), + [anon_sym_CARET_EQ] = ACTIONS(1477), + [anon_sym_AMP_EQ] = ACTIONS(1477), + [anon_sym_PIPE_EQ] = ACTIONS(1477), + [anon_sym_LT_LT_EQ] = ACTIONS(1477), + [anon_sym_GT_GT_EQ] = ACTIONS(1477), + [anon_sym_EQ] = ACTIONS(1479), + [anon_sym_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1477), + [anon_sym_GT] = ACTIONS(1479), + [anon_sym_LT] = ACTIONS(1699), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym__] = ACTIONS(1699), + [anon_sym_DOT] = ACTIONS(1479), + [anon_sym_DOT_DOT] = ACTIONS(1699), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1477), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1701), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_COLON_COLON] = ACTIONS(1701), + [anon_sym_POUND] = ACTIONS(1701), + [anon_sym_as] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1699), + [anon_sym_default] = ACTIONS(1699), + [anon_sym_gen] = ACTIONS(1699), + [anon_sym_union] = ACTIONS(1699), + [anon_sym_ref] = ACTIONS(1699), + [sym_mutable_specifier] = ACTIONS(1699), + [sym_integer_literal] = ACTIONS(1701), + [aux_sym_string_literal_token1] = ACTIONS(1701), + [sym_char_literal] = ACTIONS(1701), + [anon_sym_true] = ACTIONS(1699), + [anon_sym_false] = ACTIONS(1699), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1699), + [sym_super] = ACTIONS(1699), + [sym_crate] = ACTIONS(1699), + [sym_metavariable] = ACTIONS(1701), + [sym__raw_string_literal_start] = ACTIONS(1701), + [sym_float_literal] = ACTIONS(1701), }, [STATE(479)] = { [sym_line_comment] = STATE(479), [sym_block_comment] = STATE(479), - [sym_identifier] = ACTIONS(1417), - [anon_sym_LPAREN] = ACTIONS(1415), - [anon_sym_LBRACK] = ACTIONS(1415), - [anon_sym_RBRACE] = ACTIONS(1415), - [anon_sym_PLUS] = ACTIONS(1417), - [anon_sym_STAR] = ACTIONS(1417), - [anon_sym_QMARK] = ACTIONS(1415), - [anon_sym_u8] = ACTIONS(1417), - [anon_sym_i8] = ACTIONS(1417), - [anon_sym_u16] = ACTIONS(1417), - [anon_sym_i16] = ACTIONS(1417), - [anon_sym_u32] = ACTIONS(1417), - [anon_sym_i32] = ACTIONS(1417), - [anon_sym_u64] = ACTIONS(1417), - [anon_sym_i64] = ACTIONS(1417), - [anon_sym_u128] = ACTIONS(1417), - [anon_sym_i128] = ACTIONS(1417), - [anon_sym_isize] = ACTIONS(1417), - [anon_sym_usize] = ACTIONS(1417), - [anon_sym_f32] = ACTIONS(1417), - [anon_sym_f64] = ACTIONS(1417), - [anon_sym_bool] = ACTIONS(1417), - [anon_sym_str] = ACTIONS(1417), - [anon_sym_char] = ACTIONS(1417), - [anon_sym_DASH] = ACTIONS(1417), - [anon_sym_SLASH] = ACTIONS(1417), - [anon_sym_PERCENT] = ACTIONS(1417), - [anon_sym_CARET] = ACTIONS(1417), - [anon_sym_AMP] = ACTIONS(1417), - [anon_sym_PIPE] = ACTIONS(1417), - [anon_sym_AMP_AMP] = ACTIONS(1415), - [anon_sym_PIPE_PIPE] = ACTIONS(1415), - [anon_sym_LT_LT] = ACTIONS(1417), - [anon_sym_GT_GT] = ACTIONS(1417), - [anon_sym_PLUS_EQ] = ACTIONS(1415), - [anon_sym_DASH_EQ] = ACTIONS(1415), - [anon_sym_STAR_EQ] = ACTIONS(1415), - [anon_sym_SLASH_EQ] = ACTIONS(1415), - [anon_sym_PERCENT_EQ] = ACTIONS(1415), - [anon_sym_CARET_EQ] = ACTIONS(1415), - [anon_sym_AMP_EQ] = ACTIONS(1415), - [anon_sym_PIPE_EQ] = ACTIONS(1415), - [anon_sym_LT_LT_EQ] = ACTIONS(1415), - [anon_sym_GT_GT_EQ] = ACTIONS(1415), - [anon_sym_EQ] = ACTIONS(1417), - [anon_sym_EQ_EQ] = ACTIONS(1415), - [anon_sym_BANG_EQ] = ACTIONS(1415), - [anon_sym_GT] = ACTIONS(1417), - [anon_sym_LT] = ACTIONS(1417), - [anon_sym_GT_EQ] = ACTIONS(1415), - [anon_sym_LT_EQ] = ACTIONS(1415), - [anon_sym__] = ACTIONS(1417), - [anon_sym_DOT] = ACTIONS(1417), - [anon_sym_DOT_DOT] = ACTIONS(1417), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1415), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1415), - [anon_sym_COMMA] = ACTIONS(1415), - [anon_sym_COLON_COLON] = ACTIONS(1415), - [anon_sym_POUND] = ACTIONS(1415), - [anon_sym_as] = ACTIONS(1417), - [anon_sym_const] = ACTIONS(1417), - [anon_sym_default] = ACTIONS(1417), - [anon_sym_gen] = ACTIONS(1417), - [anon_sym_union] = ACTIONS(1417), - [anon_sym_ref] = ACTIONS(1417), - [sym_mutable_specifier] = ACTIONS(1417), - [sym_integer_literal] = ACTIONS(1415), - [aux_sym_string_literal_token1] = ACTIONS(1415), - [sym_char_literal] = ACTIONS(1415), - [anon_sym_true] = ACTIONS(1417), - [anon_sym_false] = ACTIONS(1417), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1417), - [sym_super] = ACTIONS(1417), - [sym_crate] = ACTIONS(1417), - [sym_metavariable] = ACTIONS(1415), - [sym__raw_string_literal_start] = ACTIONS(1415), - [sym_float_literal] = ACTIONS(1415), + [sym_identifier] = ACTIONS(1443), + [anon_sym_LPAREN] = ACTIONS(1441), + [anon_sym_LBRACK] = ACTIONS(1441), + [anon_sym_RBRACE] = ACTIONS(1441), + [anon_sym_PLUS] = ACTIONS(1443), + [anon_sym_STAR] = ACTIONS(1443), + [anon_sym_QMARK] = ACTIONS(1441), + [anon_sym_u8] = ACTIONS(1443), + [anon_sym_i8] = ACTIONS(1443), + [anon_sym_u16] = ACTIONS(1443), + [anon_sym_i16] = ACTIONS(1443), + [anon_sym_u32] = ACTIONS(1443), + [anon_sym_i32] = ACTIONS(1443), + [anon_sym_u64] = ACTIONS(1443), + [anon_sym_i64] = ACTIONS(1443), + [anon_sym_u128] = ACTIONS(1443), + [anon_sym_i128] = ACTIONS(1443), + [anon_sym_isize] = ACTIONS(1443), + [anon_sym_usize] = ACTIONS(1443), + [anon_sym_f32] = ACTIONS(1443), + [anon_sym_f64] = ACTIONS(1443), + [anon_sym_bool] = ACTIONS(1443), + [anon_sym_str] = ACTIONS(1443), + [anon_sym_char] = ACTIONS(1443), + [anon_sym_DASH] = ACTIONS(1443), + [anon_sym_SLASH] = ACTIONS(1443), + [anon_sym_PERCENT] = ACTIONS(1443), + [anon_sym_CARET] = ACTIONS(1443), + [anon_sym_AMP] = ACTIONS(1443), + [anon_sym_PIPE] = ACTIONS(1443), + [anon_sym_AMP_AMP] = ACTIONS(1441), + [anon_sym_PIPE_PIPE] = ACTIONS(1441), + [anon_sym_LT_LT] = ACTIONS(1443), + [anon_sym_GT_GT] = ACTIONS(1443), + [anon_sym_PLUS_EQ] = ACTIONS(1441), + [anon_sym_DASH_EQ] = ACTIONS(1441), + [anon_sym_STAR_EQ] = ACTIONS(1441), + [anon_sym_SLASH_EQ] = ACTIONS(1441), + [anon_sym_PERCENT_EQ] = ACTIONS(1441), + [anon_sym_CARET_EQ] = ACTIONS(1441), + [anon_sym_AMP_EQ] = ACTIONS(1441), + [anon_sym_PIPE_EQ] = ACTIONS(1441), + [anon_sym_LT_LT_EQ] = ACTIONS(1441), + [anon_sym_GT_GT_EQ] = ACTIONS(1441), + [anon_sym_EQ] = ACTIONS(1443), + [anon_sym_EQ_EQ] = ACTIONS(1441), + [anon_sym_BANG_EQ] = ACTIONS(1441), + [anon_sym_GT] = ACTIONS(1443), + [anon_sym_LT] = ACTIONS(1443), + [anon_sym_GT_EQ] = ACTIONS(1441), + [anon_sym_LT_EQ] = ACTIONS(1441), + [anon_sym__] = ACTIONS(1443), + [anon_sym_DOT] = ACTIONS(1443), + [anon_sym_DOT_DOT] = ACTIONS(1443), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1441), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1441), + [anon_sym_COMMA] = ACTIONS(1441), + [anon_sym_COLON_COLON] = ACTIONS(1441), + [anon_sym_POUND] = ACTIONS(1441), + [anon_sym_as] = ACTIONS(1443), + [anon_sym_const] = ACTIONS(1443), + [anon_sym_default] = ACTIONS(1443), + [anon_sym_gen] = ACTIONS(1443), + [anon_sym_union] = ACTIONS(1443), + [anon_sym_ref] = ACTIONS(1443), + [sym_mutable_specifier] = ACTIONS(1443), + [sym_integer_literal] = ACTIONS(1441), + [aux_sym_string_literal_token1] = ACTIONS(1441), + [sym_char_literal] = ACTIONS(1441), + [anon_sym_true] = ACTIONS(1443), + [anon_sym_false] = ACTIONS(1443), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1443), + [sym_super] = ACTIONS(1443), + [sym_crate] = ACTIONS(1443), + [sym_metavariable] = ACTIONS(1441), + [sym__raw_string_literal_start] = ACTIONS(1441), + [sym_float_literal] = ACTIONS(1441), }, [STATE(480)] = { [sym_line_comment] = STATE(480), [sym_block_comment] = STATE(480), + [sym_identifier] = ACTIONS(1447), + [anon_sym_LPAREN] = ACTIONS(1445), + [anon_sym_LBRACK] = ACTIONS(1445), + [anon_sym_RBRACE] = ACTIONS(1445), + [anon_sym_PLUS] = ACTIONS(1447), + [anon_sym_STAR] = ACTIONS(1447), + [anon_sym_QMARK] = ACTIONS(1445), + [anon_sym_u8] = ACTIONS(1447), + [anon_sym_i8] = ACTIONS(1447), + [anon_sym_u16] = ACTIONS(1447), + [anon_sym_i16] = ACTIONS(1447), + [anon_sym_u32] = ACTIONS(1447), + [anon_sym_i32] = ACTIONS(1447), + [anon_sym_u64] = ACTIONS(1447), + [anon_sym_i64] = ACTIONS(1447), + [anon_sym_u128] = ACTIONS(1447), + [anon_sym_i128] = ACTIONS(1447), + [anon_sym_isize] = ACTIONS(1447), + [anon_sym_usize] = ACTIONS(1447), + [anon_sym_f32] = ACTIONS(1447), + [anon_sym_f64] = ACTIONS(1447), + [anon_sym_bool] = ACTIONS(1447), + [anon_sym_str] = ACTIONS(1447), + [anon_sym_char] = ACTIONS(1447), + [anon_sym_DASH] = ACTIONS(1447), + [anon_sym_SLASH] = ACTIONS(1447), + [anon_sym_PERCENT] = ACTIONS(1447), + [anon_sym_CARET] = ACTIONS(1447), + [anon_sym_AMP] = ACTIONS(1447), + [anon_sym_PIPE] = ACTIONS(1447), + [anon_sym_AMP_AMP] = ACTIONS(1445), + [anon_sym_PIPE_PIPE] = ACTIONS(1445), + [anon_sym_LT_LT] = ACTIONS(1447), + [anon_sym_GT_GT] = ACTIONS(1447), + [anon_sym_PLUS_EQ] = ACTIONS(1445), + [anon_sym_DASH_EQ] = ACTIONS(1445), + [anon_sym_STAR_EQ] = ACTIONS(1445), + [anon_sym_SLASH_EQ] = ACTIONS(1445), + [anon_sym_PERCENT_EQ] = ACTIONS(1445), + [anon_sym_CARET_EQ] = ACTIONS(1445), + [anon_sym_AMP_EQ] = ACTIONS(1445), + [anon_sym_PIPE_EQ] = ACTIONS(1445), + [anon_sym_LT_LT_EQ] = ACTIONS(1445), + [anon_sym_GT_GT_EQ] = ACTIONS(1445), + [anon_sym_EQ] = ACTIONS(1447), + [anon_sym_EQ_EQ] = ACTIONS(1445), + [anon_sym_BANG_EQ] = ACTIONS(1445), + [anon_sym_GT] = ACTIONS(1447), + [anon_sym_LT] = ACTIONS(1447), + [anon_sym_GT_EQ] = ACTIONS(1445), + [anon_sym_LT_EQ] = ACTIONS(1445), + [anon_sym__] = ACTIONS(1447), + [anon_sym_DOT] = ACTIONS(1447), + [anon_sym_DOT_DOT] = ACTIONS(1447), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1445), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1445), + [anon_sym_COMMA] = ACTIONS(1445), + [anon_sym_COLON_COLON] = ACTIONS(1445), + [anon_sym_POUND] = ACTIONS(1445), + [anon_sym_as] = ACTIONS(1447), + [anon_sym_const] = ACTIONS(1447), + [anon_sym_default] = ACTIONS(1447), + [anon_sym_gen] = ACTIONS(1447), + [anon_sym_union] = ACTIONS(1447), + [anon_sym_ref] = ACTIONS(1447), + [sym_mutable_specifier] = ACTIONS(1447), + [sym_integer_literal] = ACTIONS(1445), + [aux_sym_string_literal_token1] = ACTIONS(1445), + [sym_char_literal] = ACTIONS(1445), + [anon_sym_true] = ACTIONS(1447), + [anon_sym_false] = ACTIONS(1447), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1447), + [sym_super] = ACTIONS(1447), + [sym_crate] = ACTIONS(1447), + [sym_metavariable] = ACTIONS(1445), + [sym__raw_string_literal_start] = ACTIONS(1445), + [sym_float_literal] = ACTIONS(1445), + }, + [STATE(481)] = { + [sym_line_comment] = STATE(481), + [sym_block_comment] = STATE(481), + [sym_identifier] = ACTIONS(1463), + [anon_sym_LPAREN] = ACTIONS(1461), + [anon_sym_LBRACK] = ACTIONS(1461), + [anon_sym_RBRACE] = ACTIONS(1461), + [anon_sym_PLUS] = ACTIONS(1463), + [anon_sym_STAR] = ACTIONS(1463), + [anon_sym_QMARK] = ACTIONS(1461), + [anon_sym_u8] = ACTIONS(1463), + [anon_sym_i8] = ACTIONS(1463), + [anon_sym_u16] = ACTIONS(1463), + [anon_sym_i16] = ACTIONS(1463), + [anon_sym_u32] = ACTIONS(1463), + [anon_sym_i32] = ACTIONS(1463), + [anon_sym_u64] = ACTIONS(1463), + [anon_sym_i64] = ACTIONS(1463), + [anon_sym_u128] = ACTIONS(1463), + [anon_sym_i128] = ACTIONS(1463), + [anon_sym_isize] = ACTIONS(1463), + [anon_sym_usize] = ACTIONS(1463), + [anon_sym_f32] = ACTIONS(1463), + [anon_sym_f64] = ACTIONS(1463), + [anon_sym_bool] = ACTIONS(1463), + [anon_sym_str] = ACTIONS(1463), + [anon_sym_char] = ACTIONS(1463), + [anon_sym_DASH] = ACTIONS(1463), + [anon_sym_SLASH] = ACTIONS(1463), + [anon_sym_PERCENT] = ACTIONS(1463), + [anon_sym_CARET] = ACTIONS(1463), + [anon_sym_AMP] = ACTIONS(1463), + [anon_sym_PIPE] = ACTIONS(1463), + [anon_sym_AMP_AMP] = ACTIONS(1461), + [anon_sym_PIPE_PIPE] = ACTIONS(1461), + [anon_sym_LT_LT] = ACTIONS(1463), + [anon_sym_GT_GT] = ACTIONS(1463), + [anon_sym_PLUS_EQ] = ACTIONS(1461), + [anon_sym_DASH_EQ] = ACTIONS(1461), + [anon_sym_STAR_EQ] = ACTIONS(1461), + [anon_sym_SLASH_EQ] = ACTIONS(1461), + [anon_sym_PERCENT_EQ] = ACTIONS(1461), + [anon_sym_CARET_EQ] = ACTIONS(1461), + [anon_sym_AMP_EQ] = ACTIONS(1461), + [anon_sym_PIPE_EQ] = ACTIONS(1461), + [anon_sym_LT_LT_EQ] = ACTIONS(1461), + [anon_sym_GT_GT_EQ] = ACTIONS(1461), + [anon_sym_EQ] = ACTIONS(1463), + [anon_sym_EQ_EQ] = ACTIONS(1461), + [anon_sym_BANG_EQ] = ACTIONS(1461), + [anon_sym_GT] = ACTIONS(1463), + [anon_sym_LT] = ACTIONS(1463), + [anon_sym_GT_EQ] = ACTIONS(1461), + [anon_sym_LT_EQ] = ACTIONS(1461), + [anon_sym__] = ACTIONS(1463), + [anon_sym_DOT] = ACTIONS(1463), + [anon_sym_DOT_DOT] = ACTIONS(1463), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1461), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1461), + [anon_sym_COMMA] = ACTIONS(1461), + [anon_sym_COLON_COLON] = ACTIONS(1461), + [anon_sym_POUND] = ACTIONS(1461), + [anon_sym_as] = ACTIONS(1463), + [anon_sym_const] = ACTIONS(1463), + [anon_sym_default] = ACTIONS(1463), + [anon_sym_gen] = ACTIONS(1463), + [anon_sym_union] = ACTIONS(1463), + [anon_sym_ref] = ACTIONS(1463), + [sym_mutable_specifier] = ACTIONS(1463), + [sym_integer_literal] = ACTIONS(1461), + [aux_sym_string_literal_token1] = ACTIONS(1461), + [sym_char_literal] = ACTIONS(1461), + [anon_sym_true] = ACTIONS(1463), + [anon_sym_false] = ACTIONS(1463), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1463), + [sym_super] = ACTIONS(1463), + [sym_crate] = ACTIONS(1463), + [sym_metavariable] = ACTIONS(1461), + [sym__raw_string_literal_start] = ACTIONS(1461), + [sym_float_literal] = ACTIONS(1461), + }, + [STATE(482)] = { + [sym_line_comment] = STATE(482), + [sym_block_comment] = STATE(482), [sym_identifier] = ACTIONS(1491), [anon_sym_LPAREN] = ACTIONS(1489), [anon_sym_LBRACK] = ACTIONS(1489), @@ -69888,258 +70202,258 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1489), [sym_float_literal] = ACTIONS(1489), }, - [STATE(481)] = { - [sym_line_comment] = STATE(481), - [sym_block_comment] = STATE(481), - [sym_identifier] = ACTIONS(1701), - [anon_sym_LPAREN] = ACTIONS(1703), - [anon_sym_LBRACK] = ACTIONS(1703), - [anon_sym_RBRACE] = ACTIONS(1459), - [anon_sym_PLUS] = ACTIONS(1461), - [anon_sym_STAR] = ACTIONS(1461), - [anon_sym_QMARK] = ACTIONS(1459), - [anon_sym_u8] = ACTIONS(1701), - [anon_sym_i8] = ACTIONS(1701), - [anon_sym_u16] = ACTIONS(1701), - [anon_sym_i16] = ACTIONS(1701), - [anon_sym_u32] = ACTIONS(1701), - [anon_sym_i32] = ACTIONS(1701), - [anon_sym_u64] = ACTIONS(1701), - [anon_sym_i64] = ACTIONS(1701), - [anon_sym_u128] = ACTIONS(1701), - [anon_sym_i128] = ACTIONS(1701), - [anon_sym_isize] = ACTIONS(1701), - [anon_sym_usize] = ACTIONS(1701), - [anon_sym_f32] = ACTIONS(1701), - [anon_sym_f64] = ACTIONS(1701), - [anon_sym_bool] = ACTIONS(1701), - [anon_sym_str] = ACTIONS(1701), - [anon_sym_char] = ACTIONS(1701), - [anon_sym_DASH] = ACTIONS(1701), - [anon_sym_SLASH] = ACTIONS(1461), - [anon_sym_PERCENT] = ACTIONS(1461), - [anon_sym_CARET] = ACTIONS(1461), - [anon_sym_AMP] = ACTIONS(1701), - [anon_sym_PIPE] = ACTIONS(1701), - [anon_sym_AMP_AMP] = ACTIONS(1459), - [anon_sym_PIPE_PIPE] = ACTIONS(1459), - [anon_sym_LT_LT] = ACTIONS(1461), - [anon_sym_GT_GT] = ACTIONS(1461), - [anon_sym_PLUS_EQ] = ACTIONS(1459), - [anon_sym_DASH_EQ] = ACTIONS(1459), - [anon_sym_STAR_EQ] = ACTIONS(1459), - [anon_sym_SLASH_EQ] = ACTIONS(1459), - [anon_sym_PERCENT_EQ] = ACTIONS(1459), - [anon_sym_CARET_EQ] = ACTIONS(1459), - [anon_sym_AMP_EQ] = ACTIONS(1459), - [anon_sym_PIPE_EQ] = ACTIONS(1459), - [anon_sym_LT_LT_EQ] = ACTIONS(1459), - [anon_sym_GT_GT_EQ] = ACTIONS(1459), - [anon_sym_EQ] = ACTIONS(1461), - [anon_sym_EQ_EQ] = ACTIONS(1459), - [anon_sym_BANG_EQ] = ACTIONS(1459), - [anon_sym_GT] = ACTIONS(1461), - [anon_sym_LT] = ACTIONS(1701), - [anon_sym_GT_EQ] = ACTIONS(1459), - [anon_sym_LT_EQ] = ACTIONS(1459), - [anon_sym__] = ACTIONS(1701), - [anon_sym_DOT] = ACTIONS(1461), - [anon_sym_DOT_DOT] = ACTIONS(1701), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1459), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1459), - [anon_sym_COMMA] = ACTIONS(1459), - [anon_sym_COLON_COLON] = ACTIONS(1703), - [anon_sym_POUND] = ACTIONS(1703), - [anon_sym_as] = ACTIONS(1461), - [anon_sym_const] = ACTIONS(1701), - [anon_sym_default] = ACTIONS(1701), - [anon_sym_gen] = ACTIONS(1701), - [anon_sym_union] = ACTIONS(1701), - [anon_sym_ref] = ACTIONS(1701), - [sym_mutable_specifier] = ACTIONS(1701), - [sym_integer_literal] = ACTIONS(1703), - [aux_sym_string_literal_token1] = ACTIONS(1703), - [sym_char_literal] = ACTIONS(1703), - [anon_sym_true] = ACTIONS(1701), - [anon_sym_false] = ACTIONS(1701), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1701), - [sym_super] = ACTIONS(1701), - [sym_crate] = ACTIONS(1701), - [sym_metavariable] = ACTIONS(1703), - [sym__raw_string_literal_start] = ACTIONS(1703), - [sym_float_literal] = ACTIONS(1703), - }, - [STATE(482)] = { - [sym_line_comment] = STATE(482), - [sym_block_comment] = STATE(482), - [sym_identifier] = ACTIONS(1397), - [anon_sym_LPAREN] = ACTIONS(1395), - [anon_sym_LBRACK] = ACTIONS(1395), - [anon_sym_RBRACE] = ACTIONS(1395), - [anon_sym_PLUS] = ACTIONS(1397), - [anon_sym_STAR] = ACTIONS(1397), - [anon_sym_QMARK] = ACTIONS(1395), - [anon_sym_u8] = ACTIONS(1397), - [anon_sym_i8] = ACTIONS(1397), - [anon_sym_u16] = ACTIONS(1397), - [anon_sym_i16] = ACTIONS(1397), - [anon_sym_u32] = ACTIONS(1397), - [anon_sym_i32] = ACTIONS(1397), - [anon_sym_u64] = ACTIONS(1397), - [anon_sym_i64] = ACTIONS(1397), - [anon_sym_u128] = ACTIONS(1397), - [anon_sym_i128] = ACTIONS(1397), - [anon_sym_isize] = ACTIONS(1397), - [anon_sym_usize] = ACTIONS(1397), - [anon_sym_f32] = ACTIONS(1397), - [anon_sym_f64] = ACTIONS(1397), - [anon_sym_bool] = ACTIONS(1397), - [anon_sym_str] = ACTIONS(1397), - [anon_sym_char] = ACTIONS(1397), - [anon_sym_DASH] = ACTIONS(1397), - [anon_sym_SLASH] = ACTIONS(1397), - [anon_sym_PERCENT] = ACTIONS(1397), - [anon_sym_CARET] = ACTIONS(1397), - [anon_sym_AMP] = ACTIONS(1397), - [anon_sym_PIPE] = ACTIONS(1397), - [anon_sym_AMP_AMP] = ACTIONS(1395), - [anon_sym_PIPE_PIPE] = ACTIONS(1395), - [anon_sym_LT_LT] = ACTIONS(1397), - [anon_sym_GT_GT] = ACTIONS(1397), - [anon_sym_PLUS_EQ] = ACTIONS(1395), - [anon_sym_DASH_EQ] = ACTIONS(1395), - [anon_sym_STAR_EQ] = ACTIONS(1395), - [anon_sym_SLASH_EQ] = ACTIONS(1395), - [anon_sym_PERCENT_EQ] = ACTIONS(1395), - [anon_sym_CARET_EQ] = ACTIONS(1395), - [anon_sym_AMP_EQ] = ACTIONS(1395), - [anon_sym_PIPE_EQ] = ACTIONS(1395), - [anon_sym_LT_LT_EQ] = ACTIONS(1395), - [anon_sym_GT_GT_EQ] = ACTIONS(1395), - [anon_sym_EQ] = ACTIONS(1397), - [anon_sym_EQ_EQ] = ACTIONS(1395), - [anon_sym_BANG_EQ] = ACTIONS(1395), - [anon_sym_GT] = ACTIONS(1397), - [anon_sym_LT] = ACTIONS(1397), - [anon_sym_GT_EQ] = ACTIONS(1395), - [anon_sym_LT_EQ] = ACTIONS(1395), - [anon_sym__] = ACTIONS(1397), - [anon_sym_DOT] = ACTIONS(1397), - [anon_sym_DOT_DOT] = ACTIONS(1397), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1395), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1395), - [anon_sym_COMMA] = ACTIONS(1395), - [anon_sym_COLON_COLON] = ACTIONS(1395), - [anon_sym_POUND] = ACTIONS(1395), - [anon_sym_as] = ACTIONS(1397), - [anon_sym_const] = ACTIONS(1397), - [anon_sym_default] = ACTIONS(1397), - [anon_sym_gen] = ACTIONS(1397), - [anon_sym_union] = ACTIONS(1397), - [anon_sym_ref] = ACTIONS(1397), - [sym_mutable_specifier] = ACTIONS(1397), - [sym_integer_literal] = ACTIONS(1395), - [aux_sym_string_literal_token1] = ACTIONS(1395), - [sym_char_literal] = ACTIONS(1395), - [anon_sym_true] = ACTIONS(1397), - [anon_sym_false] = ACTIONS(1397), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1397), - [sym_super] = ACTIONS(1397), - [sym_crate] = ACTIONS(1397), - [sym_metavariable] = ACTIONS(1395), - [sym__raw_string_literal_start] = ACTIONS(1395), - [sym_float_literal] = ACTIONS(1395), - }, [STATE(483)] = { [sym_line_comment] = STATE(483), [sym_block_comment] = STATE(483), - [sym_identifier] = ACTIONS(1469), - [anon_sym_LPAREN] = ACTIONS(1467), - [anon_sym_LBRACK] = ACTIONS(1467), - [anon_sym_RBRACE] = ACTIONS(1467), - [anon_sym_PLUS] = ACTIONS(1469), - [anon_sym_STAR] = ACTIONS(1469), - [anon_sym_QMARK] = ACTIONS(1467), - [anon_sym_u8] = ACTIONS(1469), - [anon_sym_i8] = ACTIONS(1469), - [anon_sym_u16] = ACTIONS(1469), - [anon_sym_i16] = ACTIONS(1469), - [anon_sym_u32] = ACTIONS(1469), - [anon_sym_i32] = ACTIONS(1469), - [anon_sym_u64] = ACTIONS(1469), - [anon_sym_i64] = ACTIONS(1469), - [anon_sym_u128] = ACTIONS(1469), - [anon_sym_i128] = ACTIONS(1469), - [anon_sym_isize] = ACTIONS(1469), - [anon_sym_usize] = ACTIONS(1469), - [anon_sym_f32] = ACTIONS(1469), - [anon_sym_f64] = ACTIONS(1469), - [anon_sym_bool] = ACTIONS(1469), - [anon_sym_str] = ACTIONS(1469), - [anon_sym_char] = ACTIONS(1469), - [anon_sym_DASH] = ACTIONS(1469), - [anon_sym_SLASH] = ACTIONS(1469), - [anon_sym_PERCENT] = ACTIONS(1469), - [anon_sym_CARET] = ACTIONS(1469), - [anon_sym_AMP] = ACTIONS(1469), - [anon_sym_PIPE] = ACTIONS(1469), - [anon_sym_AMP_AMP] = ACTIONS(1467), - [anon_sym_PIPE_PIPE] = ACTIONS(1467), - [anon_sym_LT_LT] = ACTIONS(1469), - [anon_sym_GT_GT] = ACTIONS(1469), - [anon_sym_PLUS_EQ] = ACTIONS(1467), - [anon_sym_DASH_EQ] = ACTIONS(1467), - [anon_sym_STAR_EQ] = ACTIONS(1467), - [anon_sym_SLASH_EQ] = ACTIONS(1467), - [anon_sym_PERCENT_EQ] = ACTIONS(1467), - [anon_sym_CARET_EQ] = ACTIONS(1467), - [anon_sym_AMP_EQ] = ACTIONS(1467), - [anon_sym_PIPE_EQ] = ACTIONS(1467), - [anon_sym_LT_LT_EQ] = ACTIONS(1467), - [anon_sym_GT_GT_EQ] = ACTIONS(1467), - [anon_sym_EQ] = ACTIONS(1469), - [anon_sym_EQ_EQ] = ACTIONS(1467), - [anon_sym_BANG_EQ] = ACTIONS(1467), - [anon_sym_GT] = ACTIONS(1469), - [anon_sym_LT] = ACTIONS(1469), - [anon_sym_GT_EQ] = ACTIONS(1467), - [anon_sym_LT_EQ] = ACTIONS(1467), - [anon_sym__] = ACTIONS(1469), - [anon_sym_DOT] = ACTIONS(1469), - [anon_sym_DOT_DOT] = ACTIONS(1469), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1467), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1467), - [anon_sym_COMMA] = ACTIONS(1467), - [anon_sym_COLON_COLON] = ACTIONS(1467), - [anon_sym_POUND] = ACTIONS(1467), - [anon_sym_as] = ACTIONS(1469), - [anon_sym_const] = ACTIONS(1469), - [anon_sym_default] = ACTIONS(1469), - [anon_sym_gen] = ACTIONS(1469), - [anon_sym_union] = ACTIONS(1469), - [anon_sym_ref] = ACTIONS(1469), - [sym_mutable_specifier] = ACTIONS(1469), - [sym_integer_literal] = ACTIONS(1467), - [aux_sym_string_literal_token1] = ACTIONS(1467), - [sym_char_literal] = ACTIONS(1467), - [anon_sym_true] = ACTIONS(1469), - [anon_sym_false] = ACTIONS(1469), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1469), - [sym_super] = ACTIONS(1469), - [sym_crate] = ACTIONS(1469), - [sym_metavariable] = ACTIONS(1467), - [sym__raw_string_literal_start] = ACTIONS(1467), - [sym_float_literal] = ACTIONS(1467), + [sym_identifier] = ACTIONS(1419), + [anon_sym_LPAREN] = ACTIONS(1417), + [anon_sym_LBRACK] = ACTIONS(1417), + [anon_sym_RBRACE] = ACTIONS(1417), + [anon_sym_PLUS] = ACTIONS(1419), + [anon_sym_STAR] = ACTIONS(1419), + [anon_sym_QMARK] = ACTIONS(1417), + [anon_sym_u8] = ACTIONS(1419), + [anon_sym_i8] = ACTIONS(1419), + [anon_sym_u16] = ACTIONS(1419), + [anon_sym_i16] = ACTIONS(1419), + [anon_sym_u32] = ACTIONS(1419), + [anon_sym_i32] = ACTIONS(1419), + [anon_sym_u64] = ACTIONS(1419), + [anon_sym_i64] = ACTIONS(1419), + [anon_sym_u128] = ACTIONS(1419), + [anon_sym_i128] = ACTIONS(1419), + [anon_sym_isize] = ACTIONS(1419), + [anon_sym_usize] = ACTIONS(1419), + [anon_sym_f32] = ACTIONS(1419), + [anon_sym_f64] = ACTIONS(1419), + [anon_sym_bool] = ACTIONS(1419), + [anon_sym_str] = ACTIONS(1419), + [anon_sym_char] = ACTIONS(1419), + [anon_sym_DASH] = ACTIONS(1419), + [anon_sym_SLASH] = ACTIONS(1419), + [anon_sym_PERCENT] = ACTIONS(1419), + [anon_sym_CARET] = ACTIONS(1419), + [anon_sym_AMP] = ACTIONS(1419), + [anon_sym_PIPE] = ACTIONS(1419), + [anon_sym_AMP_AMP] = ACTIONS(1417), + [anon_sym_PIPE_PIPE] = ACTIONS(1417), + [anon_sym_LT_LT] = ACTIONS(1419), + [anon_sym_GT_GT] = ACTIONS(1419), + [anon_sym_PLUS_EQ] = ACTIONS(1417), + [anon_sym_DASH_EQ] = ACTIONS(1417), + [anon_sym_STAR_EQ] = ACTIONS(1417), + [anon_sym_SLASH_EQ] = ACTIONS(1417), + [anon_sym_PERCENT_EQ] = ACTIONS(1417), + [anon_sym_CARET_EQ] = ACTIONS(1417), + [anon_sym_AMP_EQ] = ACTIONS(1417), + [anon_sym_PIPE_EQ] = ACTIONS(1417), + [anon_sym_LT_LT_EQ] = ACTIONS(1417), + [anon_sym_GT_GT_EQ] = ACTIONS(1417), + [anon_sym_EQ] = ACTIONS(1419), + [anon_sym_EQ_EQ] = ACTIONS(1417), + [anon_sym_BANG_EQ] = ACTIONS(1417), + [anon_sym_GT] = ACTIONS(1419), + [anon_sym_LT] = ACTIONS(1419), + [anon_sym_GT_EQ] = ACTIONS(1417), + [anon_sym_LT_EQ] = ACTIONS(1417), + [anon_sym__] = ACTIONS(1419), + [anon_sym_DOT] = ACTIONS(1419), + [anon_sym_DOT_DOT] = ACTIONS(1419), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1417), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1417), + [anon_sym_COMMA] = ACTIONS(1417), + [anon_sym_COLON_COLON] = ACTIONS(1417), + [anon_sym_POUND] = ACTIONS(1417), + [anon_sym_as] = ACTIONS(1419), + [anon_sym_const] = ACTIONS(1419), + [anon_sym_default] = ACTIONS(1419), + [anon_sym_gen] = ACTIONS(1419), + [anon_sym_union] = ACTIONS(1419), + [anon_sym_ref] = ACTIONS(1419), + [sym_mutable_specifier] = ACTIONS(1419), + [sym_integer_literal] = ACTIONS(1417), + [aux_sym_string_literal_token1] = ACTIONS(1417), + [sym_char_literal] = ACTIONS(1417), + [anon_sym_true] = ACTIONS(1419), + [anon_sym_false] = ACTIONS(1419), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1419), + [sym_super] = ACTIONS(1419), + [sym_crate] = ACTIONS(1419), + [sym_metavariable] = ACTIONS(1417), + [sym__raw_string_literal_start] = ACTIONS(1417), + [sym_float_literal] = ACTIONS(1417), }, [STATE(484)] = { [sym_line_comment] = STATE(484), [sym_block_comment] = STATE(484), + [sym_identifier] = ACTIONS(1703), + [anon_sym_LPAREN] = ACTIONS(1705), + [anon_sym_LBRACK] = ACTIONS(1705), + [anon_sym_RBRACE] = ACTIONS(1477), + [anon_sym_PLUS] = ACTIONS(1479), + [anon_sym_STAR] = ACTIONS(1479), + [anon_sym_QMARK] = ACTIONS(1477), + [anon_sym_u8] = ACTIONS(1703), + [anon_sym_i8] = ACTIONS(1703), + [anon_sym_u16] = ACTIONS(1703), + [anon_sym_i16] = ACTIONS(1703), + [anon_sym_u32] = ACTIONS(1703), + [anon_sym_i32] = ACTIONS(1703), + [anon_sym_u64] = ACTIONS(1703), + [anon_sym_i64] = ACTIONS(1703), + [anon_sym_u128] = ACTIONS(1703), + [anon_sym_i128] = ACTIONS(1703), + [anon_sym_isize] = ACTIONS(1703), + [anon_sym_usize] = ACTIONS(1703), + [anon_sym_f32] = ACTIONS(1703), + [anon_sym_f64] = ACTIONS(1703), + [anon_sym_bool] = ACTIONS(1703), + [anon_sym_str] = ACTIONS(1703), + [anon_sym_char] = ACTIONS(1703), + [anon_sym_DASH] = ACTIONS(1703), + [anon_sym_SLASH] = ACTIONS(1479), + [anon_sym_PERCENT] = ACTIONS(1479), + [anon_sym_CARET] = ACTIONS(1479), + [anon_sym_AMP] = ACTIONS(1703), + [anon_sym_PIPE] = ACTIONS(1703), + [anon_sym_AMP_AMP] = ACTIONS(1477), + [anon_sym_PIPE_PIPE] = ACTIONS(1477), + [anon_sym_LT_LT] = ACTIONS(1479), + [anon_sym_GT_GT] = ACTIONS(1479), + [anon_sym_PLUS_EQ] = ACTIONS(1477), + [anon_sym_DASH_EQ] = ACTIONS(1477), + [anon_sym_STAR_EQ] = ACTIONS(1477), + [anon_sym_SLASH_EQ] = ACTIONS(1477), + [anon_sym_PERCENT_EQ] = ACTIONS(1477), + [anon_sym_CARET_EQ] = ACTIONS(1477), + [anon_sym_AMP_EQ] = ACTIONS(1477), + [anon_sym_PIPE_EQ] = ACTIONS(1477), + [anon_sym_LT_LT_EQ] = ACTIONS(1477), + [anon_sym_GT_GT_EQ] = ACTIONS(1477), + [anon_sym_EQ] = ACTIONS(1479), + [anon_sym_EQ_EQ] = ACTIONS(1477), + [anon_sym_BANG_EQ] = ACTIONS(1477), + [anon_sym_GT] = ACTIONS(1479), + [anon_sym_LT] = ACTIONS(1703), + [anon_sym_GT_EQ] = ACTIONS(1477), + [anon_sym_LT_EQ] = ACTIONS(1477), + [anon_sym__] = ACTIONS(1703), + [anon_sym_DOT] = ACTIONS(1479), + [anon_sym_DOT_DOT] = ACTIONS(1703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1477), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1705), + [anon_sym_COMMA] = ACTIONS(1477), + [anon_sym_COLON_COLON] = ACTIONS(1705), + [anon_sym_POUND] = ACTIONS(1705), + [anon_sym_as] = ACTIONS(1479), + [anon_sym_const] = ACTIONS(1703), + [anon_sym_default] = ACTIONS(1703), + [anon_sym_gen] = ACTIONS(1703), + [anon_sym_union] = ACTIONS(1703), + [anon_sym_ref] = ACTIONS(1703), + [sym_mutable_specifier] = ACTIONS(1703), + [sym_integer_literal] = ACTIONS(1705), + [aux_sym_string_literal_token1] = ACTIONS(1705), + [sym_char_literal] = ACTIONS(1705), + [anon_sym_true] = ACTIONS(1703), + [anon_sym_false] = ACTIONS(1703), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1703), + [sym_super] = ACTIONS(1703), + [sym_crate] = ACTIONS(1703), + [sym_metavariable] = ACTIONS(1705), + [sym__raw_string_literal_start] = ACTIONS(1705), + [sym_float_literal] = ACTIONS(1705), + }, + [STATE(485)] = { + [sym_line_comment] = STATE(485), + [sym_block_comment] = STATE(485), + [sym_identifier] = ACTIONS(1495), + [anon_sym_LPAREN] = ACTIONS(1493), + [anon_sym_LBRACK] = ACTIONS(1493), + [anon_sym_RBRACE] = ACTIONS(1493), + [anon_sym_PLUS] = ACTIONS(1495), + [anon_sym_STAR] = ACTIONS(1495), + [anon_sym_QMARK] = ACTIONS(1493), + [anon_sym_u8] = ACTIONS(1495), + [anon_sym_i8] = ACTIONS(1495), + [anon_sym_u16] = ACTIONS(1495), + [anon_sym_i16] = ACTIONS(1495), + [anon_sym_u32] = ACTIONS(1495), + [anon_sym_i32] = ACTIONS(1495), + [anon_sym_u64] = ACTIONS(1495), + [anon_sym_i64] = ACTIONS(1495), + [anon_sym_u128] = ACTIONS(1495), + [anon_sym_i128] = ACTIONS(1495), + [anon_sym_isize] = ACTIONS(1495), + [anon_sym_usize] = ACTIONS(1495), + [anon_sym_f32] = ACTIONS(1495), + [anon_sym_f64] = ACTIONS(1495), + [anon_sym_bool] = ACTIONS(1495), + [anon_sym_str] = ACTIONS(1495), + [anon_sym_char] = ACTIONS(1495), + [anon_sym_DASH] = ACTIONS(1495), + [anon_sym_SLASH] = ACTIONS(1495), + [anon_sym_PERCENT] = ACTIONS(1495), + [anon_sym_CARET] = ACTIONS(1495), + [anon_sym_AMP] = ACTIONS(1495), + [anon_sym_PIPE] = ACTIONS(1495), + [anon_sym_AMP_AMP] = ACTIONS(1493), + [anon_sym_PIPE_PIPE] = ACTIONS(1493), + [anon_sym_LT_LT] = ACTIONS(1495), + [anon_sym_GT_GT] = ACTIONS(1495), + [anon_sym_PLUS_EQ] = ACTIONS(1493), + [anon_sym_DASH_EQ] = ACTIONS(1493), + [anon_sym_STAR_EQ] = ACTIONS(1493), + [anon_sym_SLASH_EQ] = ACTIONS(1493), + [anon_sym_PERCENT_EQ] = ACTIONS(1493), + [anon_sym_CARET_EQ] = ACTIONS(1493), + [anon_sym_AMP_EQ] = ACTIONS(1493), + [anon_sym_PIPE_EQ] = ACTIONS(1493), + [anon_sym_LT_LT_EQ] = ACTIONS(1493), + [anon_sym_GT_GT_EQ] = ACTIONS(1493), + [anon_sym_EQ] = ACTIONS(1495), + [anon_sym_EQ_EQ] = ACTIONS(1493), + [anon_sym_BANG_EQ] = ACTIONS(1493), + [anon_sym_GT] = ACTIONS(1495), + [anon_sym_LT] = ACTIONS(1495), + [anon_sym_GT_EQ] = ACTIONS(1493), + [anon_sym_LT_EQ] = ACTIONS(1493), + [anon_sym__] = ACTIONS(1495), + [anon_sym_DOT] = ACTIONS(1495), + [anon_sym_DOT_DOT] = ACTIONS(1495), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1493), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1493), + [anon_sym_COMMA] = ACTIONS(1493), + [anon_sym_COLON_COLON] = ACTIONS(1493), + [anon_sym_POUND] = ACTIONS(1493), + [anon_sym_as] = ACTIONS(1495), + [anon_sym_const] = ACTIONS(1495), + [anon_sym_default] = ACTIONS(1495), + [anon_sym_gen] = ACTIONS(1495), + [anon_sym_union] = ACTIONS(1495), + [anon_sym_ref] = ACTIONS(1495), + [sym_mutable_specifier] = ACTIONS(1495), + [sym_integer_literal] = ACTIONS(1493), + [aux_sym_string_literal_token1] = ACTIONS(1493), + [sym_char_literal] = ACTIONS(1493), + [anon_sym_true] = ACTIONS(1495), + [anon_sym_false] = ACTIONS(1495), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1495), + [sym_super] = ACTIONS(1495), + [sym_crate] = ACTIONS(1495), + [sym_metavariable] = ACTIONS(1493), + [sym__raw_string_literal_start] = ACTIONS(1493), + [sym_float_literal] = ACTIONS(1493), + }, + [STATE(486)] = { + [sym_line_comment] = STATE(486), + [sym_block_comment] = STATE(486), [sym_identifier] = ACTIONS(1487), [anon_sym_LPAREN] = ACTIONS(1485), [anon_sym_LBRACK] = ACTIONS(1485), @@ -70220,23923 +70534,23694 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1485), [sym_float_literal] = ACTIONS(1485), }, - [STATE(485)] = { - [sym_line_comment] = STATE(485), - [sym_block_comment] = STATE(485), - [sym_identifier] = ACTIONS(1405), - [anon_sym_LPAREN] = ACTIONS(1403), - [anon_sym_LBRACK] = ACTIONS(1403), - [anon_sym_RBRACE] = ACTIONS(1403), - [anon_sym_PLUS] = ACTIONS(1405), - [anon_sym_STAR] = ACTIONS(1405), - [anon_sym_QMARK] = ACTIONS(1403), - [anon_sym_u8] = ACTIONS(1405), - [anon_sym_i8] = ACTIONS(1405), - [anon_sym_u16] = ACTIONS(1405), - [anon_sym_i16] = ACTIONS(1405), - [anon_sym_u32] = ACTIONS(1405), - [anon_sym_i32] = ACTIONS(1405), - [anon_sym_u64] = ACTIONS(1405), - [anon_sym_i64] = ACTIONS(1405), - [anon_sym_u128] = ACTIONS(1405), - [anon_sym_i128] = ACTIONS(1405), - [anon_sym_isize] = ACTIONS(1405), - [anon_sym_usize] = ACTIONS(1405), - [anon_sym_f32] = ACTIONS(1405), - [anon_sym_f64] = ACTIONS(1405), - [anon_sym_bool] = ACTIONS(1405), - [anon_sym_str] = ACTIONS(1405), - [anon_sym_char] = ACTIONS(1405), - [anon_sym_DASH] = ACTIONS(1405), - [anon_sym_SLASH] = ACTIONS(1405), - [anon_sym_PERCENT] = ACTIONS(1405), - [anon_sym_CARET] = ACTIONS(1405), - [anon_sym_AMP] = ACTIONS(1405), - [anon_sym_PIPE] = ACTIONS(1405), - [anon_sym_AMP_AMP] = ACTIONS(1403), - [anon_sym_PIPE_PIPE] = ACTIONS(1403), - [anon_sym_LT_LT] = ACTIONS(1405), - [anon_sym_GT_GT] = ACTIONS(1405), - [anon_sym_PLUS_EQ] = ACTIONS(1403), - [anon_sym_DASH_EQ] = ACTIONS(1403), - [anon_sym_STAR_EQ] = ACTIONS(1403), - [anon_sym_SLASH_EQ] = ACTIONS(1403), - [anon_sym_PERCENT_EQ] = ACTIONS(1403), - [anon_sym_CARET_EQ] = ACTIONS(1403), - [anon_sym_AMP_EQ] = ACTIONS(1403), - [anon_sym_PIPE_EQ] = ACTIONS(1403), - [anon_sym_LT_LT_EQ] = ACTIONS(1403), - [anon_sym_GT_GT_EQ] = ACTIONS(1403), - [anon_sym_EQ] = ACTIONS(1405), - [anon_sym_EQ_EQ] = ACTIONS(1403), - [anon_sym_BANG_EQ] = ACTIONS(1403), - [anon_sym_GT] = ACTIONS(1405), - [anon_sym_LT] = ACTIONS(1405), - [anon_sym_GT_EQ] = ACTIONS(1403), - [anon_sym_LT_EQ] = ACTIONS(1403), - [anon_sym__] = ACTIONS(1405), - [anon_sym_DOT] = ACTIONS(1405), - [anon_sym_DOT_DOT] = ACTIONS(1405), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1403), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1403), - [anon_sym_COMMA] = ACTIONS(1403), - [anon_sym_COLON_COLON] = ACTIONS(1403), - [anon_sym_POUND] = ACTIONS(1403), - [anon_sym_as] = ACTIONS(1405), - [anon_sym_const] = ACTIONS(1405), - [anon_sym_default] = ACTIONS(1405), - [anon_sym_gen] = ACTIONS(1405), - [anon_sym_union] = ACTIONS(1405), - [anon_sym_ref] = ACTIONS(1405), - [sym_mutable_specifier] = ACTIONS(1405), - [sym_integer_literal] = ACTIONS(1403), - [aux_sym_string_literal_token1] = ACTIONS(1403), - [sym_char_literal] = ACTIONS(1403), - [anon_sym_true] = ACTIONS(1405), - [anon_sym_false] = ACTIONS(1405), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1405), - [sym_super] = ACTIONS(1405), - [sym_crate] = ACTIONS(1405), - [sym_metavariable] = ACTIONS(1403), - [sym__raw_string_literal_start] = ACTIONS(1403), - [sym_float_literal] = ACTIONS(1403), - }, - [STATE(486)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_last_match_arm] = STATE(3466), - [sym_match_pattern] = STATE(3470), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), - [sym_line_comment] = STATE(486), - [sym_block_comment] = STATE(486), - [aux_sym_match_block_repeat1] = STATE(491), - [aux_sym_match_arm_repeat1] = STATE(773), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_POUND] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_default] = ACTIONS(1673), - [anon_sym_gen] = ACTIONS(1673), - [anon_sym_union] = ACTIONS(1673), - [anon_sym_ref] = ACTIONS(1675), - [sym_mutable_specifier] = ACTIONS(1677), - [sym_integer_literal] = ACTIONS(1679), - [aux_sym_string_literal_token1] = ACTIONS(1681), - [sym_char_literal] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1685), - [sym_super] = ACTIONS(1685), - [sym_crate] = ACTIONS(1685), - [sym_metavariable] = ACTIONS(1687), - [sym__raw_string_literal_start] = ACTIONS(1689), - [sym_float_literal] = ACTIONS(1679), - }, [STATE(487)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_last_match_arm] = STATE(3392), - [sym_match_pattern] = STATE(3470), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), [sym_line_comment] = STATE(487), [sym_block_comment] = STATE(487), - [aux_sym_match_block_repeat1] = STATE(491), - [aux_sym_match_arm_repeat1] = STATE(773), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_POUND] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_default] = ACTIONS(1673), - [anon_sym_gen] = ACTIONS(1673), - [anon_sym_union] = ACTIONS(1673), - [anon_sym_ref] = ACTIONS(1675), - [sym_mutable_specifier] = ACTIONS(1677), - [sym_integer_literal] = ACTIONS(1679), - [aux_sym_string_literal_token1] = ACTIONS(1681), - [sym_char_literal] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1685), - [sym_super] = ACTIONS(1685), - [sym_crate] = ACTIONS(1685), - [sym_metavariable] = ACTIONS(1687), - [sym__raw_string_literal_start] = ACTIONS(1689), - [sym_float_literal] = ACTIONS(1679), + [sym_identifier] = ACTIONS(1499), + [anon_sym_LPAREN] = ACTIONS(1497), + [anon_sym_LBRACK] = ACTIONS(1497), + [anon_sym_RBRACE] = ACTIONS(1497), + [anon_sym_PLUS] = ACTIONS(1499), + [anon_sym_STAR] = ACTIONS(1499), + [anon_sym_QMARK] = ACTIONS(1497), + [anon_sym_u8] = ACTIONS(1499), + [anon_sym_i8] = ACTIONS(1499), + [anon_sym_u16] = ACTIONS(1499), + [anon_sym_i16] = ACTIONS(1499), + [anon_sym_u32] = ACTIONS(1499), + [anon_sym_i32] = ACTIONS(1499), + [anon_sym_u64] = ACTIONS(1499), + [anon_sym_i64] = ACTIONS(1499), + [anon_sym_u128] = ACTIONS(1499), + [anon_sym_i128] = ACTIONS(1499), + [anon_sym_isize] = ACTIONS(1499), + [anon_sym_usize] = ACTIONS(1499), + [anon_sym_f32] = ACTIONS(1499), + [anon_sym_f64] = ACTIONS(1499), + [anon_sym_bool] = ACTIONS(1499), + [anon_sym_str] = ACTIONS(1499), + [anon_sym_char] = ACTIONS(1499), + [anon_sym_DASH] = ACTIONS(1499), + [anon_sym_SLASH] = ACTIONS(1499), + [anon_sym_PERCENT] = ACTIONS(1499), + [anon_sym_CARET] = ACTIONS(1499), + [anon_sym_AMP] = ACTIONS(1499), + [anon_sym_PIPE] = ACTIONS(1499), + [anon_sym_AMP_AMP] = ACTIONS(1497), + [anon_sym_PIPE_PIPE] = ACTIONS(1497), + [anon_sym_LT_LT] = ACTIONS(1499), + [anon_sym_GT_GT] = ACTIONS(1499), + [anon_sym_PLUS_EQ] = ACTIONS(1497), + [anon_sym_DASH_EQ] = ACTIONS(1497), + [anon_sym_STAR_EQ] = ACTIONS(1497), + [anon_sym_SLASH_EQ] = ACTIONS(1497), + [anon_sym_PERCENT_EQ] = ACTIONS(1497), + [anon_sym_CARET_EQ] = ACTIONS(1497), + [anon_sym_AMP_EQ] = ACTIONS(1497), + [anon_sym_PIPE_EQ] = ACTIONS(1497), + [anon_sym_LT_LT_EQ] = ACTIONS(1497), + [anon_sym_GT_GT_EQ] = ACTIONS(1497), + [anon_sym_EQ] = ACTIONS(1499), + [anon_sym_EQ_EQ] = ACTIONS(1497), + [anon_sym_BANG_EQ] = ACTIONS(1497), + [anon_sym_GT] = ACTIONS(1499), + [anon_sym_LT] = ACTIONS(1499), + [anon_sym_GT_EQ] = ACTIONS(1497), + [anon_sym_LT_EQ] = ACTIONS(1497), + [anon_sym__] = ACTIONS(1499), + [anon_sym_DOT] = ACTIONS(1499), + [anon_sym_DOT_DOT] = ACTIONS(1499), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1497), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1497), + [anon_sym_COMMA] = ACTIONS(1497), + [anon_sym_COLON_COLON] = ACTIONS(1497), + [anon_sym_POUND] = ACTIONS(1497), + [anon_sym_as] = ACTIONS(1499), + [anon_sym_const] = ACTIONS(1499), + [anon_sym_default] = ACTIONS(1499), + [anon_sym_gen] = ACTIONS(1499), + [anon_sym_union] = ACTIONS(1499), + [anon_sym_ref] = ACTIONS(1499), + [sym_mutable_specifier] = ACTIONS(1499), + [sym_integer_literal] = ACTIONS(1497), + [aux_sym_string_literal_token1] = ACTIONS(1497), + [sym_char_literal] = ACTIONS(1497), + [anon_sym_true] = ACTIONS(1499), + [anon_sym_false] = ACTIONS(1499), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1499), + [sym_super] = ACTIONS(1499), + [sym_crate] = ACTIONS(1499), + [sym_metavariable] = ACTIONS(1497), + [sym__raw_string_literal_start] = ACTIONS(1497), + [sym_float_literal] = ACTIONS(1497), }, [STATE(488)] = { [sym_line_comment] = STATE(488), [sym_block_comment] = STATE(488), - [sym_identifier] = ACTIONS(1431), - [anon_sym_LPAREN] = ACTIONS(1429), - [anon_sym_LBRACK] = ACTIONS(1429), - [anon_sym_RBRACE] = ACTIONS(1429), - [anon_sym_PLUS] = ACTIONS(1431), - [anon_sym_STAR] = ACTIONS(1431), - [anon_sym_QMARK] = ACTIONS(1429), - [anon_sym_u8] = ACTIONS(1431), - [anon_sym_i8] = ACTIONS(1431), - [anon_sym_u16] = ACTIONS(1431), - [anon_sym_i16] = ACTIONS(1431), - [anon_sym_u32] = ACTIONS(1431), - [anon_sym_i32] = ACTIONS(1431), - [anon_sym_u64] = ACTIONS(1431), - [anon_sym_i64] = ACTIONS(1431), - [anon_sym_u128] = ACTIONS(1431), - [anon_sym_i128] = ACTIONS(1431), - [anon_sym_isize] = ACTIONS(1431), - [anon_sym_usize] = ACTIONS(1431), - [anon_sym_f32] = ACTIONS(1431), - [anon_sym_f64] = ACTIONS(1431), - [anon_sym_bool] = ACTIONS(1431), - [anon_sym_str] = ACTIONS(1431), - [anon_sym_char] = ACTIONS(1431), - [anon_sym_DASH] = ACTIONS(1431), - [anon_sym_SLASH] = ACTIONS(1431), - [anon_sym_PERCENT] = ACTIONS(1431), - [anon_sym_CARET] = ACTIONS(1431), - [anon_sym_AMP] = ACTIONS(1431), - [anon_sym_PIPE] = ACTIONS(1431), - [anon_sym_AMP_AMP] = ACTIONS(1429), - [anon_sym_PIPE_PIPE] = ACTIONS(1429), - [anon_sym_LT_LT] = ACTIONS(1431), - [anon_sym_GT_GT] = ACTIONS(1431), - [anon_sym_PLUS_EQ] = ACTIONS(1429), - [anon_sym_DASH_EQ] = ACTIONS(1429), - [anon_sym_STAR_EQ] = ACTIONS(1429), - [anon_sym_SLASH_EQ] = ACTIONS(1429), - [anon_sym_PERCENT_EQ] = ACTIONS(1429), - [anon_sym_CARET_EQ] = ACTIONS(1429), - [anon_sym_AMP_EQ] = ACTIONS(1429), - [anon_sym_PIPE_EQ] = ACTIONS(1429), - [anon_sym_LT_LT_EQ] = ACTIONS(1429), - [anon_sym_GT_GT_EQ] = ACTIONS(1429), - [anon_sym_EQ] = ACTIONS(1431), - [anon_sym_EQ_EQ] = ACTIONS(1429), - [anon_sym_BANG_EQ] = ACTIONS(1429), - [anon_sym_GT] = ACTIONS(1431), - [anon_sym_LT] = ACTIONS(1431), - [anon_sym_GT_EQ] = ACTIONS(1429), - [anon_sym_LT_EQ] = ACTIONS(1429), - [anon_sym__] = ACTIONS(1431), - [anon_sym_DOT] = ACTIONS(1431), - [anon_sym_DOT_DOT] = ACTIONS(1431), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1429), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1429), - [anon_sym_COMMA] = ACTIONS(1429), - [anon_sym_COLON_COLON] = ACTIONS(1429), - [anon_sym_POUND] = ACTIONS(1429), - [anon_sym_as] = ACTIONS(1431), - [anon_sym_const] = ACTIONS(1431), - [anon_sym_default] = ACTIONS(1431), - [anon_sym_gen] = ACTIONS(1431), - [anon_sym_union] = ACTIONS(1431), - [anon_sym_ref] = ACTIONS(1431), - [sym_mutable_specifier] = ACTIONS(1431), - [sym_integer_literal] = ACTIONS(1429), - [aux_sym_string_literal_token1] = ACTIONS(1429), - [sym_char_literal] = ACTIONS(1429), - [anon_sym_true] = ACTIONS(1431), - [anon_sym_false] = ACTIONS(1431), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1431), - [sym_super] = ACTIONS(1431), - [sym_crate] = ACTIONS(1431), - [sym_metavariable] = ACTIONS(1429), - [sym__raw_string_literal_start] = ACTIONS(1429), - [sym_float_literal] = ACTIONS(1429), + [sym_identifier] = ACTIONS(1509), + [anon_sym_LPAREN] = ACTIONS(1507), + [anon_sym_LBRACK] = ACTIONS(1507), + [anon_sym_RBRACE] = ACTIONS(1507), + [anon_sym_PLUS] = ACTIONS(1509), + [anon_sym_STAR] = ACTIONS(1509), + [anon_sym_QMARK] = ACTIONS(1507), + [anon_sym_u8] = ACTIONS(1509), + [anon_sym_i8] = ACTIONS(1509), + [anon_sym_u16] = ACTIONS(1509), + [anon_sym_i16] = ACTIONS(1509), + [anon_sym_u32] = ACTIONS(1509), + [anon_sym_i32] = ACTIONS(1509), + [anon_sym_u64] = ACTIONS(1509), + [anon_sym_i64] = ACTIONS(1509), + [anon_sym_u128] = ACTIONS(1509), + [anon_sym_i128] = ACTIONS(1509), + [anon_sym_isize] = ACTIONS(1509), + [anon_sym_usize] = ACTIONS(1509), + [anon_sym_f32] = ACTIONS(1509), + [anon_sym_f64] = ACTIONS(1509), + [anon_sym_bool] = ACTIONS(1509), + [anon_sym_str] = ACTIONS(1509), + [anon_sym_char] = ACTIONS(1509), + [anon_sym_DASH] = ACTIONS(1509), + [anon_sym_SLASH] = ACTIONS(1509), + [anon_sym_PERCENT] = ACTIONS(1509), + [anon_sym_CARET] = ACTIONS(1509), + [anon_sym_AMP] = ACTIONS(1509), + [anon_sym_PIPE] = ACTIONS(1509), + [anon_sym_AMP_AMP] = ACTIONS(1507), + [anon_sym_PIPE_PIPE] = ACTIONS(1507), + [anon_sym_LT_LT] = ACTIONS(1509), + [anon_sym_GT_GT] = ACTIONS(1509), + [anon_sym_PLUS_EQ] = ACTIONS(1507), + [anon_sym_DASH_EQ] = ACTIONS(1507), + [anon_sym_STAR_EQ] = ACTIONS(1507), + [anon_sym_SLASH_EQ] = ACTIONS(1507), + [anon_sym_PERCENT_EQ] = ACTIONS(1507), + [anon_sym_CARET_EQ] = ACTIONS(1507), + [anon_sym_AMP_EQ] = ACTIONS(1507), + [anon_sym_PIPE_EQ] = ACTIONS(1507), + [anon_sym_LT_LT_EQ] = ACTIONS(1507), + [anon_sym_GT_GT_EQ] = ACTIONS(1507), + [anon_sym_EQ] = ACTIONS(1509), + [anon_sym_EQ_EQ] = ACTIONS(1507), + [anon_sym_BANG_EQ] = ACTIONS(1507), + [anon_sym_GT] = ACTIONS(1509), + [anon_sym_LT] = ACTIONS(1509), + [anon_sym_GT_EQ] = ACTIONS(1507), + [anon_sym_LT_EQ] = ACTIONS(1507), + [anon_sym__] = ACTIONS(1509), + [anon_sym_DOT] = ACTIONS(1509), + [anon_sym_DOT_DOT] = ACTIONS(1509), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1507), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1507), + [anon_sym_COMMA] = ACTIONS(1507), + [anon_sym_COLON_COLON] = ACTIONS(1507), + [anon_sym_POUND] = ACTIONS(1507), + [anon_sym_as] = ACTIONS(1509), + [anon_sym_const] = ACTIONS(1509), + [anon_sym_default] = ACTIONS(1509), + [anon_sym_gen] = ACTIONS(1509), + [anon_sym_union] = ACTIONS(1509), + [anon_sym_ref] = ACTIONS(1509), + [sym_mutable_specifier] = ACTIONS(1509), + [sym_integer_literal] = ACTIONS(1507), + [aux_sym_string_literal_token1] = ACTIONS(1507), + [sym_char_literal] = ACTIONS(1507), + [anon_sym_true] = ACTIONS(1509), + [anon_sym_false] = ACTIONS(1509), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1509), + [sym_super] = ACTIONS(1509), + [sym_crate] = ACTIONS(1509), + [sym_metavariable] = ACTIONS(1507), + [sym__raw_string_literal_start] = ACTIONS(1507), + [sym_float_literal] = ACTIONS(1507), }, [STATE(489)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_last_match_arm] = STATE(3569), - [sym_match_pattern] = STATE(3470), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), [sym_line_comment] = STATE(489), [sym_block_comment] = STATE(489), - [aux_sym_match_block_repeat1] = STATE(491), - [aux_sym_match_arm_repeat1] = STATE(773), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_POUND] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_default] = ACTIONS(1673), - [anon_sym_gen] = ACTIONS(1673), - [anon_sym_union] = ACTIONS(1673), - [anon_sym_ref] = ACTIONS(1675), - [sym_mutable_specifier] = ACTIONS(1677), - [sym_integer_literal] = ACTIONS(1679), - [aux_sym_string_literal_token1] = ACTIONS(1681), - [sym_char_literal] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), + [sym_identifier] = ACTIONS(1505), + [anon_sym_LPAREN] = ACTIONS(1503), + [anon_sym_LBRACK] = ACTIONS(1503), + [anon_sym_RBRACE] = ACTIONS(1503), + [anon_sym_PLUS] = ACTIONS(1505), + [anon_sym_STAR] = ACTIONS(1505), + [anon_sym_QMARK] = ACTIONS(1503), + [anon_sym_u8] = ACTIONS(1505), + [anon_sym_i8] = ACTIONS(1505), + [anon_sym_u16] = ACTIONS(1505), + [anon_sym_i16] = ACTIONS(1505), + [anon_sym_u32] = ACTIONS(1505), + [anon_sym_i32] = ACTIONS(1505), + [anon_sym_u64] = ACTIONS(1505), + [anon_sym_i64] = ACTIONS(1505), + [anon_sym_u128] = ACTIONS(1505), + [anon_sym_i128] = ACTIONS(1505), + [anon_sym_isize] = ACTIONS(1505), + [anon_sym_usize] = ACTIONS(1505), + [anon_sym_f32] = ACTIONS(1505), + [anon_sym_f64] = ACTIONS(1505), + [anon_sym_bool] = ACTIONS(1505), + [anon_sym_str] = ACTIONS(1505), + [anon_sym_char] = ACTIONS(1505), + [anon_sym_DASH] = ACTIONS(1505), + [anon_sym_SLASH] = ACTIONS(1505), + [anon_sym_PERCENT] = ACTIONS(1505), + [anon_sym_CARET] = ACTIONS(1505), + [anon_sym_AMP] = ACTIONS(1505), + [anon_sym_PIPE] = ACTIONS(1505), + [anon_sym_AMP_AMP] = ACTIONS(1503), + [anon_sym_PIPE_PIPE] = ACTIONS(1503), + [anon_sym_LT_LT] = ACTIONS(1505), + [anon_sym_GT_GT] = ACTIONS(1505), + [anon_sym_PLUS_EQ] = ACTIONS(1503), + [anon_sym_DASH_EQ] = ACTIONS(1503), + [anon_sym_STAR_EQ] = ACTIONS(1503), + [anon_sym_SLASH_EQ] = ACTIONS(1503), + [anon_sym_PERCENT_EQ] = ACTIONS(1503), + [anon_sym_CARET_EQ] = ACTIONS(1503), + [anon_sym_AMP_EQ] = ACTIONS(1503), + [anon_sym_PIPE_EQ] = ACTIONS(1503), + [anon_sym_LT_LT_EQ] = ACTIONS(1503), + [anon_sym_GT_GT_EQ] = ACTIONS(1503), + [anon_sym_EQ] = ACTIONS(1505), + [anon_sym_EQ_EQ] = ACTIONS(1503), + [anon_sym_BANG_EQ] = ACTIONS(1503), + [anon_sym_GT] = ACTIONS(1505), + [anon_sym_LT] = ACTIONS(1505), + [anon_sym_GT_EQ] = ACTIONS(1503), + [anon_sym_LT_EQ] = ACTIONS(1503), + [anon_sym__] = ACTIONS(1505), + [anon_sym_DOT] = ACTIONS(1505), + [anon_sym_DOT_DOT] = ACTIONS(1505), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1503), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1503), + [anon_sym_COMMA] = ACTIONS(1503), + [anon_sym_COLON_COLON] = ACTIONS(1503), + [anon_sym_POUND] = ACTIONS(1503), + [anon_sym_as] = ACTIONS(1505), + [anon_sym_const] = ACTIONS(1505), + [anon_sym_default] = ACTIONS(1505), + [anon_sym_gen] = ACTIONS(1505), + [anon_sym_union] = ACTIONS(1505), + [anon_sym_ref] = ACTIONS(1505), + [sym_mutable_specifier] = ACTIONS(1505), + [sym_integer_literal] = ACTIONS(1503), + [aux_sym_string_literal_token1] = ACTIONS(1503), + [sym_char_literal] = ACTIONS(1503), + [anon_sym_true] = ACTIONS(1505), + [anon_sym_false] = ACTIONS(1505), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1685), - [sym_super] = ACTIONS(1685), - [sym_crate] = ACTIONS(1685), - [sym_metavariable] = ACTIONS(1687), - [sym__raw_string_literal_start] = ACTIONS(1689), - [sym_float_literal] = ACTIONS(1679), + [sym_self] = ACTIONS(1505), + [sym_super] = ACTIONS(1505), + [sym_crate] = ACTIONS(1505), + [sym_metavariable] = ACTIONS(1503), + [sym__raw_string_literal_start] = ACTIONS(1503), + [sym_float_literal] = ACTIONS(1503), }, [STATE(490)] = { [sym_line_comment] = STATE(490), [sym_block_comment] = STATE(490), - [sym_identifier] = ACTIONS(1501), - [anon_sym_LPAREN] = ACTIONS(1499), - [anon_sym_LBRACK] = ACTIONS(1499), - [anon_sym_RBRACE] = ACTIONS(1499), - [anon_sym_PLUS] = ACTIONS(1501), - [anon_sym_STAR] = ACTIONS(1501), - [anon_sym_QMARK] = ACTIONS(1499), - [anon_sym_u8] = ACTIONS(1501), - [anon_sym_i8] = ACTIONS(1501), - [anon_sym_u16] = ACTIONS(1501), - [anon_sym_i16] = ACTIONS(1501), - [anon_sym_u32] = ACTIONS(1501), - [anon_sym_i32] = ACTIONS(1501), - [anon_sym_u64] = ACTIONS(1501), - [anon_sym_i64] = ACTIONS(1501), - [anon_sym_u128] = ACTIONS(1501), - [anon_sym_i128] = ACTIONS(1501), - [anon_sym_isize] = ACTIONS(1501), - [anon_sym_usize] = ACTIONS(1501), - [anon_sym_f32] = ACTIONS(1501), - [anon_sym_f64] = ACTIONS(1501), - [anon_sym_bool] = ACTIONS(1501), - [anon_sym_str] = ACTIONS(1501), - [anon_sym_char] = ACTIONS(1501), - [anon_sym_DASH] = ACTIONS(1501), - [anon_sym_SLASH] = ACTIONS(1501), - [anon_sym_PERCENT] = ACTIONS(1501), - [anon_sym_CARET] = ACTIONS(1501), - [anon_sym_AMP] = ACTIONS(1501), - [anon_sym_PIPE] = ACTIONS(1501), - [anon_sym_AMP_AMP] = ACTIONS(1499), - [anon_sym_PIPE_PIPE] = ACTIONS(1499), - [anon_sym_LT_LT] = ACTIONS(1501), - [anon_sym_GT_GT] = ACTIONS(1501), - [anon_sym_PLUS_EQ] = ACTIONS(1499), - [anon_sym_DASH_EQ] = ACTIONS(1499), - [anon_sym_STAR_EQ] = ACTIONS(1499), - [anon_sym_SLASH_EQ] = ACTIONS(1499), - [anon_sym_PERCENT_EQ] = ACTIONS(1499), - [anon_sym_CARET_EQ] = ACTIONS(1499), - [anon_sym_AMP_EQ] = ACTIONS(1499), - [anon_sym_PIPE_EQ] = ACTIONS(1499), - [anon_sym_LT_LT_EQ] = ACTIONS(1499), - [anon_sym_GT_GT_EQ] = ACTIONS(1499), - [anon_sym_EQ] = ACTIONS(1501), - [anon_sym_EQ_EQ] = ACTIONS(1499), - [anon_sym_BANG_EQ] = ACTIONS(1499), - [anon_sym_GT] = ACTIONS(1501), - [anon_sym_LT] = ACTIONS(1501), - [anon_sym_GT_EQ] = ACTIONS(1499), - [anon_sym_LT_EQ] = ACTIONS(1499), - [anon_sym__] = ACTIONS(1501), - [anon_sym_DOT] = ACTIONS(1501), - [anon_sym_DOT_DOT] = ACTIONS(1501), - [anon_sym_DOT_DOT_DOT] = ACTIONS(1499), - [anon_sym_DOT_DOT_EQ] = ACTIONS(1499), - [anon_sym_COMMA] = ACTIONS(1499), - [anon_sym_COLON_COLON] = ACTIONS(1499), - [anon_sym_POUND] = ACTIONS(1499), - [anon_sym_as] = ACTIONS(1501), - [anon_sym_const] = ACTIONS(1501), - [anon_sym_default] = ACTIONS(1501), - [anon_sym_gen] = ACTIONS(1501), - [anon_sym_union] = ACTIONS(1501), - [anon_sym_ref] = ACTIONS(1501), - [sym_mutable_specifier] = ACTIONS(1501), - [sym_integer_literal] = ACTIONS(1499), - [aux_sym_string_literal_token1] = ACTIONS(1499), - [sym_char_literal] = ACTIONS(1499), - [anon_sym_true] = ACTIONS(1501), - [anon_sym_false] = ACTIONS(1501), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1501), - [sym_super] = ACTIONS(1501), - [sym_crate] = ACTIONS(1501), - [sym_metavariable] = ACTIONS(1499), - [sym__raw_string_literal_start] = ACTIONS(1499), - [sym_float_literal] = ACTIONS(1499), + [sym_identifier] = ACTIONS(1523), + [anon_sym_LPAREN] = ACTIONS(1521), + [anon_sym_LBRACK] = ACTIONS(1521), + [anon_sym_RBRACE] = ACTIONS(1521), + [anon_sym_PLUS] = ACTIONS(1523), + [anon_sym_STAR] = ACTIONS(1523), + [anon_sym_QMARK] = ACTIONS(1521), + [anon_sym_u8] = ACTIONS(1523), + [anon_sym_i8] = ACTIONS(1523), + [anon_sym_u16] = ACTIONS(1523), + [anon_sym_i16] = ACTIONS(1523), + [anon_sym_u32] = ACTIONS(1523), + [anon_sym_i32] = ACTIONS(1523), + [anon_sym_u64] = ACTIONS(1523), + [anon_sym_i64] = ACTIONS(1523), + [anon_sym_u128] = ACTIONS(1523), + [anon_sym_i128] = ACTIONS(1523), + [anon_sym_isize] = ACTIONS(1523), + [anon_sym_usize] = ACTIONS(1523), + [anon_sym_f32] = ACTIONS(1523), + [anon_sym_f64] = ACTIONS(1523), + [anon_sym_bool] = ACTIONS(1523), + [anon_sym_str] = ACTIONS(1523), + [anon_sym_char] = ACTIONS(1523), + [anon_sym_DASH] = ACTIONS(1523), + [anon_sym_SLASH] = ACTIONS(1523), + [anon_sym_PERCENT] = ACTIONS(1523), + [anon_sym_CARET] = ACTIONS(1523), + [anon_sym_AMP] = ACTIONS(1523), + [anon_sym_PIPE] = ACTIONS(1523), + [anon_sym_AMP_AMP] = ACTIONS(1521), + [anon_sym_PIPE_PIPE] = ACTIONS(1521), + [anon_sym_LT_LT] = ACTIONS(1523), + [anon_sym_GT_GT] = ACTIONS(1523), + [anon_sym_PLUS_EQ] = ACTIONS(1521), + [anon_sym_DASH_EQ] = ACTIONS(1521), + [anon_sym_STAR_EQ] = ACTIONS(1521), + [anon_sym_SLASH_EQ] = ACTIONS(1521), + [anon_sym_PERCENT_EQ] = ACTIONS(1521), + [anon_sym_CARET_EQ] = ACTIONS(1521), + [anon_sym_AMP_EQ] = ACTIONS(1521), + [anon_sym_PIPE_EQ] = ACTIONS(1521), + [anon_sym_LT_LT_EQ] = ACTIONS(1521), + [anon_sym_GT_GT_EQ] = ACTIONS(1521), + [anon_sym_EQ] = ACTIONS(1523), + [anon_sym_EQ_EQ] = ACTIONS(1521), + [anon_sym_BANG_EQ] = ACTIONS(1521), + [anon_sym_GT] = ACTIONS(1523), + [anon_sym_LT] = ACTIONS(1523), + [anon_sym_GT_EQ] = ACTIONS(1521), + [anon_sym_LT_EQ] = ACTIONS(1521), + [anon_sym__] = ACTIONS(1523), + [anon_sym_DOT] = ACTIONS(1523), + [anon_sym_DOT_DOT] = ACTIONS(1523), + [anon_sym_DOT_DOT_DOT] = ACTIONS(1521), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1521), + [anon_sym_COMMA] = ACTIONS(1521), + [anon_sym_COLON_COLON] = ACTIONS(1521), + [anon_sym_POUND] = ACTIONS(1521), + [anon_sym_as] = ACTIONS(1523), + [anon_sym_const] = ACTIONS(1523), + [anon_sym_default] = ACTIONS(1523), + [anon_sym_gen] = ACTIONS(1523), + [anon_sym_union] = ACTIONS(1523), + [anon_sym_ref] = ACTIONS(1523), + [sym_mutable_specifier] = ACTIONS(1523), + [sym_integer_literal] = ACTIONS(1521), + [aux_sym_string_literal_token1] = ACTIONS(1521), + [sym_char_literal] = ACTIONS(1521), + [anon_sym_true] = ACTIONS(1523), + [anon_sym_false] = ACTIONS(1523), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1523), + [sym_super] = ACTIONS(1523), + [sym_crate] = ACTIONS(1523), + [sym_metavariable] = ACTIONS(1521), + [sym__raw_string_literal_start] = ACTIONS(1521), + [sym_float_literal] = ACTIONS(1521), }, [STATE(491)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_arm] = STATE(1393), - [sym_match_pattern] = STATE(3611), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_arm] = STATE(1312), + [sym_match_pattern] = STATE(3411), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(491), [sym_block_comment] = STATE(491), [aux_sym_match_block_repeat1] = STATE(491), - [aux_sym_match_arm_repeat1] = STATE(769), - [sym_identifier] = ACTIONS(1705), - [anon_sym_LPAREN] = ACTIONS(1708), - [anon_sym_LBRACK] = ACTIONS(1711), - [anon_sym_u8] = ACTIONS(1714), - [anon_sym_i8] = ACTIONS(1714), - [anon_sym_u16] = ACTIONS(1714), - [anon_sym_i16] = ACTIONS(1714), - [anon_sym_u32] = ACTIONS(1714), - [anon_sym_i32] = ACTIONS(1714), - [anon_sym_u64] = ACTIONS(1714), - [anon_sym_i64] = ACTIONS(1714), - [anon_sym_u128] = ACTIONS(1714), - [anon_sym_i128] = ACTIONS(1714), - [anon_sym_isize] = ACTIONS(1714), - [anon_sym_usize] = ACTIONS(1714), - [anon_sym_f32] = ACTIONS(1714), - [anon_sym_f64] = ACTIONS(1714), - [anon_sym_bool] = ACTIONS(1714), - [anon_sym_str] = ACTIONS(1714), - [anon_sym_char] = ACTIONS(1714), - [anon_sym_DASH] = ACTIONS(1717), - [anon_sym_AMP] = ACTIONS(1720), - [anon_sym_PIPE] = ACTIONS(1723), - [anon_sym_LT] = ACTIONS(1726), - [anon_sym__] = ACTIONS(1729), - [anon_sym_DOT_DOT] = ACTIONS(1732), - [anon_sym_COLON_COLON] = ACTIONS(1735), - [anon_sym_POUND] = ACTIONS(1738), - [anon_sym_const] = ACTIONS(1741), - [anon_sym_default] = ACTIONS(1744), - [anon_sym_gen] = ACTIONS(1744), - [anon_sym_union] = ACTIONS(1744), - [anon_sym_ref] = ACTIONS(1747), - [sym_mutable_specifier] = ACTIONS(1750), - [sym_integer_literal] = ACTIONS(1753), - [aux_sym_string_literal_token1] = ACTIONS(1756), - [sym_char_literal] = ACTIONS(1753), - [anon_sym_true] = ACTIONS(1759), - [anon_sym_false] = ACTIONS(1759), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1762), - [sym_super] = ACTIONS(1762), - [sym_crate] = ACTIONS(1762), - [sym_metavariable] = ACTIONS(1765), - [sym__raw_string_literal_start] = ACTIONS(1768), - [sym_float_literal] = ACTIONS(1753), + [aux_sym_match_arm_repeat1] = STATE(727), + [sym_identifier] = ACTIONS(1707), + [anon_sym_LPAREN] = ACTIONS(1710), + [anon_sym_LBRACK] = ACTIONS(1713), + [anon_sym_u8] = ACTIONS(1716), + [anon_sym_i8] = ACTIONS(1716), + [anon_sym_u16] = ACTIONS(1716), + [anon_sym_i16] = ACTIONS(1716), + [anon_sym_u32] = ACTIONS(1716), + [anon_sym_i32] = ACTIONS(1716), + [anon_sym_u64] = ACTIONS(1716), + [anon_sym_i64] = ACTIONS(1716), + [anon_sym_u128] = ACTIONS(1716), + [anon_sym_i128] = ACTIONS(1716), + [anon_sym_isize] = ACTIONS(1716), + [anon_sym_usize] = ACTIONS(1716), + [anon_sym_f32] = ACTIONS(1716), + [anon_sym_f64] = ACTIONS(1716), + [anon_sym_bool] = ACTIONS(1716), + [anon_sym_str] = ACTIONS(1716), + [anon_sym_char] = ACTIONS(1716), + [anon_sym_DASH] = ACTIONS(1719), + [anon_sym_AMP] = ACTIONS(1722), + [anon_sym_PIPE] = ACTIONS(1725), + [anon_sym_LT] = ACTIONS(1728), + [anon_sym__] = ACTIONS(1731), + [anon_sym_DOT_DOT] = ACTIONS(1734), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1737), + [anon_sym_COLON_COLON] = ACTIONS(1740), + [anon_sym_POUND] = ACTIONS(1743), + [anon_sym_const] = ACTIONS(1746), + [anon_sym_default] = ACTIONS(1749), + [anon_sym_gen] = ACTIONS(1749), + [anon_sym_union] = ACTIONS(1749), + [anon_sym_ref] = ACTIONS(1752), + [sym_mutable_specifier] = ACTIONS(1755), + [sym_integer_literal] = ACTIONS(1758), + [aux_sym_string_literal_token1] = ACTIONS(1761), + [sym_char_literal] = ACTIONS(1758), + [anon_sym_true] = ACTIONS(1764), + [anon_sym_false] = ACTIONS(1764), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1767), + [sym_super] = ACTIONS(1767), + [sym_crate] = ACTIONS(1767), + [sym_metavariable] = ACTIONS(1770), + [sym__raw_string_literal_start] = ACTIONS(1773), + [sym_float_literal] = ACTIONS(1758), }, [STATE(492)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(3047), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2741), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(492), [sym_block_comment] = STATE(492), - [ts_builtin_sym_end] = ACTIONS(1771), - [sym_identifier] = ACTIONS(1773), - [anon_sym_SEMI] = ACTIONS(1771), - [anon_sym_macro_rules_BANG] = ACTIONS(1771), - [anon_sym_LPAREN] = ACTIONS(1771), - [anon_sym_LBRACK] = ACTIONS(1771), - [anon_sym_LBRACE] = ACTIONS(1771), - [anon_sym_RBRACE] = ACTIONS(1771), - [anon_sym_STAR] = ACTIONS(1771), - [anon_sym_u8] = ACTIONS(1773), - [anon_sym_i8] = ACTIONS(1773), - [anon_sym_u16] = ACTIONS(1773), - [anon_sym_i16] = ACTIONS(1773), - [anon_sym_u32] = ACTIONS(1773), - [anon_sym_i32] = ACTIONS(1773), - [anon_sym_u64] = ACTIONS(1773), - [anon_sym_i64] = ACTIONS(1773), - [anon_sym_u128] = ACTIONS(1773), - [anon_sym_i128] = ACTIONS(1773), - [anon_sym_isize] = ACTIONS(1773), - [anon_sym_usize] = ACTIONS(1773), - [anon_sym_f32] = ACTIONS(1773), - [anon_sym_f64] = ACTIONS(1773), - [anon_sym_bool] = ACTIONS(1773), - [anon_sym_str] = ACTIONS(1773), - [anon_sym_char] = ACTIONS(1773), - [anon_sym_DASH] = ACTIONS(1771), - [anon_sym_BANG] = ACTIONS(1771), - [anon_sym_AMP] = ACTIONS(1771), - [anon_sym_PIPE] = ACTIONS(1771), - [anon_sym_LT] = ACTIONS(1771), - [anon_sym_DOT_DOT] = ACTIONS(1771), - [anon_sym_COLON_COLON] = ACTIONS(1771), - [anon_sym_POUND] = ACTIONS(1771), - [anon_sym_SQUOTE] = ACTIONS(1773), - [anon_sym_async] = ACTIONS(1773), - [anon_sym_break] = ACTIONS(1773), - [anon_sym_const] = ACTIONS(1773), - [anon_sym_continue] = ACTIONS(1773), - [anon_sym_default] = ACTIONS(1773), - [anon_sym_enum] = ACTIONS(1773), - [anon_sym_fn] = ACTIONS(1773), - [anon_sym_for] = ACTIONS(1773), - [anon_sym_gen] = ACTIONS(1773), - [anon_sym_if] = ACTIONS(1773), - [anon_sym_impl] = ACTIONS(1773), - [anon_sym_let] = ACTIONS(1773), - [anon_sym_loop] = ACTIONS(1773), - [anon_sym_match] = ACTIONS(1773), - [anon_sym_mod] = ACTIONS(1773), - [anon_sym_pub] = ACTIONS(1773), - [anon_sym_return] = ACTIONS(1773), - [anon_sym_static] = ACTIONS(1773), - [anon_sym_struct] = ACTIONS(1773), - [anon_sym_trait] = ACTIONS(1773), - [anon_sym_type] = ACTIONS(1773), - [anon_sym_union] = ACTIONS(1773), - [anon_sym_unsafe] = ACTIONS(1773), - [anon_sym_use] = ACTIONS(1773), - [anon_sym_while] = ACTIONS(1773), - [anon_sym_extern] = ACTIONS(1773), - [anon_sym_yield] = ACTIONS(1773), - [anon_sym_move] = ACTIONS(1773), - [anon_sym_try] = ACTIONS(1773), - [sym_integer_literal] = ACTIONS(1771), - [aux_sym_string_literal_token1] = ACTIONS(1771), - [sym_char_literal] = ACTIONS(1771), - [anon_sym_true] = ACTIONS(1773), - [anon_sym_false] = ACTIONS(1773), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1773), - [sym_super] = ACTIONS(1773), - [sym_crate] = ACTIONS(1773), - [sym_metavariable] = ACTIONS(1771), - [sym__raw_string_literal_start] = ACTIONS(1771), - [sym_float_literal] = ACTIONS(1771), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(1780), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1788), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(493)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(2997), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2584), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(493), [sym_block_comment] = STATE(493), - [ts_builtin_sym_end] = ACTIONS(1775), - [sym_identifier] = ACTIONS(1777), - [anon_sym_SEMI] = ACTIONS(1775), - [anon_sym_macro_rules_BANG] = ACTIONS(1775), - [anon_sym_LPAREN] = ACTIONS(1775), - [anon_sym_LBRACK] = ACTIONS(1775), - [anon_sym_LBRACE] = ACTIONS(1775), - [anon_sym_RBRACE] = ACTIONS(1775), - [anon_sym_STAR] = ACTIONS(1775), - [anon_sym_u8] = ACTIONS(1777), - [anon_sym_i8] = ACTIONS(1777), - [anon_sym_u16] = ACTIONS(1777), - [anon_sym_i16] = ACTIONS(1777), - [anon_sym_u32] = ACTIONS(1777), - [anon_sym_i32] = ACTIONS(1777), - [anon_sym_u64] = ACTIONS(1777), - [anon_sym_i64] = ACTIONS(1777), - [anon_sym_u128] = ACTIONS(1777), - [anon_sym_i128] = ACTIONS(1777), - [anon_sym_isize] = ACTIONS(1777), - [anon_sym_usize] = ACTIONS(1777), - [anon_sym_f32] = ACTIONS(1777), - [anon_sym_f64] = ACTIONS(1777), - [anon_sym_bool] = ACTIONS(1777), - [anon_sym_str] = ACTIONS(1777), - [anon_sym_char] = ACTIONS(1777), - [anon_sym_DASH] = ACTIONS(1775), - [anon_sym_BANG] = ACTIONS(1775), - [anon_sym_AMP] = ACTIONS(1775), - [anon_sym_PIPE] = ACTIONS(1775), - [anon_sym_LT] = ACTIONS(1775), - [anon_sym_DOT_DOT] = ACTIONS(1775), - [anon_sym_COLON_COLON] = ACTIONS(1775), - [anon_sym_POUND] = ACTIONS(1775), - [anon_sym_SQUOTE] = ACTIONS(1777), - [anon_sym_async] = ACTIONS(1777), - [anon_sym_break] = ACTIONS(1777), - [anon_sym_const] = ACTIONS(1777), - [anon_sym_continue] = ACTIONS(1777), - [anon_sym_default] = ACTIONS(1777), - [anon_sym_enum] = ACTIONS(1777), - [anon_sym_fn] = ACTIONS(1777), - [anon_sym_for] = ACTIONS(1777), - [anon_sym_gen] = ACTIONS(1777), - [anon_sym_if] = ACTIONS(1777), - [anon_sym_impl] = ACTIONS(1777), - [anon_sym_let] = ACTIONS(1777), - [anon_sym_loop] = ACTIONS(1777), - [anon_sym_match] = ACTIONS(1777), - [anon_sym_mod] = ACTIONS(1777), - [anon_sym_pub] = ACTIONS(1777), - [anon_sym_return] = ACTIONS(1777), - [anon_sym_static] = ACTIONS(1777), - [anon_sym_struct] = ACTIONS(1777), - [anon_sym_trait] = ACTIONS(1777), - [anon_sym_type] = ACTIONS(1777), - [anon_sym_union] = ACTIONS(1777), - [anon_sym_unsafe] = ACTIONS(1777), - [anon_sym_use] = ACTIONS(1777), - [anon_sym_while] = ACTIONS(1777), - [anon_sym_extern] = ACTIONS(1777), - [anon_sym_yield] = ACTIONS(1777), - [anon_sym_move] = ACTIONS(1777), - [anon_sym_try] = ACTIONS(1777), - [sym_integer_literal] = ACTIONS(1775), - [aux_sym_string_literal_token1] = ACTIONS(1775), - [sym_char_literal] = ACTIONS(1775), - [anon_sym_true] = ACTIONS(1777), - [anon_sym_false] = ACTIONS(1777), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1777), - [sym_super] = ACTIONS(1777), - [sym_crate] = ACTIONS(1777), - [sym_metavariable] = ACTIONS(1775), - [sym__raw_string_literal_start] = ACTIONS(1775), - [sym_float_literal] = ACTIONS(1775), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(1800), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1429), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(494)] = { [sym_line_comment] = STATE(494), [sym_block_comment] = STATE(494), - [ts_builtin_sym_end] = ACTIONS(1779), - [sym_identifier] = ACTIONS(1781), - [anon_sym_SEMI] = ACTIONS(1779), - [anon_sym_macro_rules_BANG] = ACTIONS(1779), - [anon_sym_LPAREN] = ACTIONS(1779), - [anon_sym_LBRACK] = ACTIONS(1779), - [anon_sym_LBRACE] = ACTIONS(1779), - [anon_sym_RBRACE] = ACTIONS(1779), - [anon_sym_STAR] = ACTIONS(1779), - [anon_sym_u8] = ACTIONS(1781), - [anon_sym_i8] = ACTIONS(1781), - [anon_sym_u16] = ACTIONS(1781), - [anon_sym_i16] = ACTIONS(1781), - [anon_sym_u32] = ACTIONS(1781), - [anon_sym_i32] = ACTIONS(1781), - [anon_sym_u64] = ACTIONS(1781), - [anon_sym_i64] = ACTIONS(1781), - [anon_sym_u128] = ACTIONS(1781), - [anon_sym_i128] = ACTIONS(1781), - [anon_sym_isize] = ACTIONS(1781), - [anon_sym_usize] = ACTIONS(1781), - [anon_sym_f32] = ACTIONS(1781), - [anon_sym_f64] = ACTIONS(1781), - [anon_sym_bool] = ACTIONS(1781), - [anon_sym_str] = ACTIONS(1781), - [anon_sym_char] = ACTIONS(1781), - [anon_sym_DASH] = ACTIONS(1779), - [anon_sym_BANG] = ACTIONS(1779), - [anon_sym_AMP] = ACTIONS(1779), - [anon_sym_PIPE] = ACTIONS(1779), - [anon_sym_LT] = ACTIONS(1779), - [anon_sym_DOT_DOT] = ACTIONS(1779), - [anon_sym_COLON_COLON] = ACTIONS(1779), - [anon_sym_POUND] = ACTIONS(1779), - [anon_sym_SQUOTE] = ACTIONS(1781), - [anon_sym_async] = ACTIONS(1781), - [anon_sym_break] = ACTIONS(1781), - [anon_sym_const] = ACTIONS(1781), - [anon_sym_continue] = ACTIONS(1781), - [anon_sym_default] = ACTIONS(1781), - [anon_sym_enum] = ACTIONS(1781), - [anon_sym_fn] = ACTIONS(1781), - [anon_sym_for] = ACTIONS(1781), - [anon_sym_gen] = ACTIONS(1781), - [anon_sym_if] = ACTIONS(1781), - [anon_sym_impl] = ACTIONS(1781), - [anon_sym_let] = ACTIONS(1781), - [anon_sym_loop] = ACTIONS(1781), - [anon_sym_match] = ACTIONS(1781), - [anon_sym_mod] = ACTIONS(1781), - [anon_sym_pub] = ACTIONS(1781), - [anon_sym_return] = ACTIONS(1781), - [anon_sym_static] = ACTIONS(1781), - [anon_sym_struct] = ACTIONS(1781), - [anon_sym_trait] = ACTIONS(1781), - [anon_sym_type] = ACTIONS(1781), - [anon_sym_union] = ACTIONS(1781), - [anon_sym_unsafe] = ACTIONS(1781), - [anon_sym_use] = ACTIONS(1781), - [anon_sym_while] = ACTIONS(1781), - [anon_sym_extern] = ACTIONS(1781), - [anon_sym_yield] = ACTIONS(1781), - [anon_sym_move] = ACTIONS(1781), - [anon_sym_try] = ACTIONS(1781), - [sym_integer_literal] = ACTIONS(1779), - [aux_sym_string_literal_token1] = ACTIONS(1779), - [sym_char_literal] = ACTIONS(1779), - [anon_sym_true] = ACTIONS(1781), - [anon_sym_false] = ACTIONS(1781), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1781), - [sym_super] = ACTIONS(1781), - [sym_crate] = ACTIONS(1781), - [sym_metavariable] = ACTIONS(1779), - [sym__raw_string_literal_start] = ACTIONS(1779), - [sym_float_literal] = ACTIONS(1779), + [ts_builtin_sym_end] = ACTIONS(1409), + [sym_identifier] = ACTIONS(1411), + [anon_sym_SEMI] = ACTIONS(1409), + [anon_sym_macro_rules_BANG] = ACTIONS(1409), + [anon_sym_LPAREN] = ACTIONS(1409), + [anon_sym_LBRACK] = ACTIONS(1409), + [anon_sym_LBRACE] = ACTIONS(1409), + [anon_sym_RBRACE] = ACTIONS(1409), + [anon_sym_STAR] = ACTIONS(1409), + [anon_sym_u8] = ACTIONS(1411), + [anon_sym_i8] = ACTIONS(1411), + [anon_sym_u16] = ACTIONS(1411), + [anon_sym_i16] = ACTIONS(1411), + [anon_sym_u32] = ACTIONS(1411), + [anon_sym_i32] = ACTIONS(1411), + [anon_sym_u64] = ACTIONS(1411), + [anon_sym_i64] = ACTIONS(1411), + [anon_sym_u128] = ACTIONS(1411), + [anon_sym_i128] = ACTIONS(1411), + [anon_sym_isize] = ACTIONS(1411), + [anon_sym_usize] = ACTIONS(1411), + [anon_sym_f32] = ACTIONS(1411), + [anon_sym_f64] = ACTIONS(1411), + [anon_sym_bool] = ACTIONS(1411), + [anon_sym_str] = ACTIONS(1411), + [anon_sym_char] = ACTIONS(1411), + [anon_sym_DASH] = ACTIONS(1409), + [anon_sym_BANG] = ACTIONS(1409), + [anon_sym_AMP] = ACTIONS(1409), + [anon_sym_PIPE] = ACTIONS(1409), + [anon_sym_LT] = ACTIONS(1409), + [anon_sym_DOT_DOT] = ACTIONS(1409), + [anon_sym_COLON_COLON] = ACTIONS(1409), + [anon_sym_POUND] = ACTIONS(1409), + [anon_sym_SQUOTE] = ACTIONS(1411), + [anon_sym_async] = ACTIONS(1411), + [anon_sym_break] = ACTIONS(1411), + [anon_sym_const] = ACTIONS(1411), + [anon_sym_continue] = ACTIONS(1411), + [anon_sym_default] = ACTIONS(1411), + [anon_sym_enum] = ACTIONS(1411), + [anon_sym_fn] = ACTIONS(1411), + [anon_sym_for] = ACTIONS(1411), + [anon_sym_gen] = ACTIONS(1411), + [anon_sym_if] = ACTIONS(1411), + [anon_sym_impl] = ACTIONS(1411), + [anon_sym_let] = ACTIONS(1411), + [anon_sym_loop] = ACTIONS(1411), + [anon_sym_match] = ACTIONS(1411), + [anon_sym_mod] = ACTIONS(1411), + [anon_sym_pub] = ACTIONS(1411), + [anon_sym_return] = ACTIONS(1411), + [anon_sym_static] = ACTIONS(1411), + [anon_sym_struct] = ACTIONS(1411), + [anon_sym_trait] = ACTIONS(1411), + [anon_sym_type] = ACTIONS(1411), + [anon_sym_union] = ACTIONS(1411), + [anon_sym_unsafe] = ACTIONS(1411), + [anon_sym_use] = ACTIONS(1411), + [anon_sym_while] = ACTIONS(1411), + [anon_sym_extern] = ACTIONS(1411), + [anon_sym_yield] = ACTIONS(1411), + [anon_sym_move] = ACTIONS(1411), + [anon_sym_try] = ACTIONS(1411), + [sym_integer_literal] = ACTIONS(1409), + [aux_sym_string_literal_token1] = ACTIONS(1409), + [sym_char_literal] = ACTIONS(1409), + [anon_sym_true] = ACTIONS(1411), + [anon_sym_false] = ACTIONS(1411), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1411), + [sym_super] = ACTIONS(1411), + [sym_crate] = ACTIONS(1411), + [sym_metavariable] = ACTIONS(1409), + [sym__raw_string_literal_start] = ACTIONS(1409), + [sym_float_literal] = ACTIONS(1409), }, [STATE(495)] = { [sym_line_comment] = STATE(495), [sym_block_comment] = STATE(495), - [ts_builtin_sym_end] = ACTIONS(1783), - [sym_identifier] = ACTIONS(1785), - [anon_sym_SEMI] = ACTIONS(1783), - [anon_sym_macro_rules_BANG] = ACTIONS(1783), - [anon_sym_LPAREN] = ACTIONS(1783), - [anon_sym_LBRACK] = ACTIONS(1783), - [anon_sym_LBRACE] = ACTIONS(1783), - [anon_sym_RBRACE] = ACTIONS(1783), - [anon_sym_STAR] = ACTIONS(1783), - [anon_sym_u8] = ACTIONS(1785), - [anon_sym_i8] = ACTIONS(1785), - [anon_sym_u16] = ACTIONS(1785), - [anon_sym_i16] = ACTIONS(1785), - [anon_sym_u32] = ACTIONS(1785), - [anon_sym_i32] = ACTIONS(1785), - [anon_sym_u64] = ACTIONS(1785), - [anon_sym_i64] = ACTIONS(1785), - [anon_sym_u128] = ACTIONS(1785), - [anon_sym_i128] = ACTIONS(1785), - [anon_sym_isize] = ACTIONS(1785), - [anon_sym_usize] = ACTIONS(1785), - [anon_sym_f32] = ACTIONS(1785), - [anon_sym_f64] = ACTIONS(1785), - [anon_sym_bool] = ACTIONS(1785), - [anon_sym_str] = ACTIONS(1785), - [anon_sym_char] = ACTIONS(1785), - [anon_sym_DASH] = ACTIONS(1783), - [anon_sym_BANG] = ACTIONS(1783), - [anon_sym_AMP] = ACTIONS(1783), - [anon_sym_PIPE] = ACTIONS(1783), - [anon_sym_LT] = ACTIONS(1783), - [anon_sym_DOT_DOT] = ACTIONS(1783), - [anon_sym_COLON_COLON] = ACTIONS(1783), - [anon_sym_POUND] = ACTIONS(1783), - [anon_sym_SQUOTE] = ACTIONS(1785), - [anon_sym_async] = ACTIONS(1785), - [anon_sym_break] = ACTIONS(1785), - [anon_sym_const] = ACTIONS(1785), - [anon_sym_continue] = ACTIONS(1785), - [anon_sym_default] = ACTIONS(1785), - [anon_sym_enum] = ACTIONS(1785), - [anon_sym_fn] = ACTIONS(1785), - [anon_sym_for] = ACTIONS(1785), - [anon_sym_gen] = ACTIONS(1785), - [anon_sym_if] = ACTIONS(1785), - [anon_sym_impl] = ACTIONS(1785), - [anon_sym_let] = ACTIONS(1785), - [anon_sym_loop] = ACTIONS(1785), - [anon_sym_match] = ACTIONS(1785), - [anon_sym_mod] = ACTIONS(1785), - [anon_sym_pub] = ACTIONS(1785), - [anon_sym_return] = ACTIONS(1785), - [anon_sym_static] = ACTIONS(1785), - [anon_sym_struct] = ACTIONS(1785), - [anon_sym_trait] = ACTIONS(1785), - [anon_sym_type] = ACTIONS(1785), - [anon_sym_union] = ACTIONS(1785), - [anon_sym_unsafe] = ACTIONS(1785), - [anon_sym_use] = ACTIONS(1785), - [anon_sym_while] = ACTIONS(1785), - [anon_sym_extern] = ACTIONS(1785), - [anon_sym_yield] = ACTIONS(1785), - [anon_sym_move] = ACTIONS(1785), - [anon_sym_try] = ACTIONS(1785), - [sym_integer_literal] = ACTIONS(1783), - [aux_sym_string_literal_token1] = ACTIONS(1783), - [sym_char_literal] = ACTIONS(1783), - [anon_sym_true] = ACTIONS(1785), - [anon_sym_false] = ACTIONS(1785), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1785), - [sym_super] = ACTIONS(1785), - [sym_crate] = ACTIONS(1785), - [sym_metavariable] = ACTIONS(1783), - [sym__raw_string_literal_start] = ACTIONS(1783), - [sym_float_literal] = ACTIONS(1783), + [ts_builtin_sym_end] = ACTIONS(1802), + [sym_identifier] = ACTIONS(1804), + [anon_sym_SEMI] = ACTIONS(1802), + [anon_sym_macro_rules_BANG] = ACTIONS(1802), + [anon_sym_LPAREN] = ACTIONS(1802), + [anon_sym_LBRACK] = ACTIONS(1802), + [anon_sym_LBRACE] = ACTIONS(1802), + [anon_sym_RBRACE] = ACTIONS(1802), + [anon_sym_STAR] = ACTIONS(1802), + [anon_sym_u8] = ACTIONS(1804), + [anon_sym_i8] = ACTIONS(1804), + [anon_sym_u16] = ACTIONS(1804), + [anon_sym_i16] = ACTIONS(1804), + [anon_sym_u32] = ACTIONS(1804), + [anon_sym_i32] = ACTIONS(1804), + [anon_sym_u64] = ACTIONS(1804), + [anon_sym_i64] = ACTIONS(1804), + [anon_sym_u128] = ACTIONS(1804), + [anon_sym_i128] = ACTIONS(1804), + [anon_sym_isize] = ACTIONS(1804), + [anon_sym_usize] = ACTIONS(1804), + [anon_sym_f32] = ACTIONS(1804), + [anon_sym_f64] = ACTIONS(1804), + [anon_sym_bool] = ACTIONS(1804), + [anon_sym_str] = ACTIONS(1804), + [anon_sym_char] = ACTIONS(1804), + [anon_sym_DASH] = ACTIONS(1802), + [anon_sym_BANG] = ACTIONS(1802), + [anon_sym_AMP] = ACTIONS(1802), + [anon_sym_PIPE] = ACTIONS(1802), + [anon_sym_LT] = ACTIONS(1802), + [anon_sym_DOT_DOT] = ACTIONS(1802), + [anon_sym_COLON_COLON] = ACTIONS(1802), + [anon_sym_POUND] = ACTIONS(1802), + [anon_sym_SQUOTE] = ACTIONS(1804), + [anon_sym_async] = ACTIONS(1804), + [anon_sym_break] = ACTIONS(1804), + [anon_sym_const] = ACTIONS(1804), + [anon_sym_continue] = ACTIONS(1804), + [anon_sym_default] = ACTIONS(1804), + [anon_sym_enum] = ACTIONS(1804), + [anon_sym_fn] = ACTIONS(1804), + [anon_sym_for] = ACTIONS(1804), + [anon_sym_gen] = ACTIONS(1804), + [anon_sym_if] = ACTIONS(1804), + [anon_sym_impl] = ACTIONS(1804), + [anon_sym_let] = ACTIONS(1804), + [anon_sym_loop] = ACTIONS(1804), + [anon_sym_match] = ACTIONS(1804), + [anon_sym_mod] = ACTIONS(1804), + [anon_sym_pub] = ACTIONS(1804), + [anon_sym_return] = ACTIONS(1804), + [anon_sym_static] = ACTIONS(1804), + [anon_sym_struct] = ACTIONS(1804), + [anon_sym_trait] = ACTIONS(1804), + [anon_sym_type] = ACTIONS(1804), + [anon_sym_union] = ACTIONS(1804), + [anon_sym_unsafe] = ACTIONS(1804), + [anon_sym_use] = ACTIONS(1804), + [anon_sym_while] = ACTIONS(1804), + [anon_sym_extern] = ACTIONS(1804), + [anon_sym_yield] = ACTIONS(1804), + [anon_sym_move] = ACTIONS(1804), + [anon_sym_try] = ACTIONS(1804), + [sym_integer_literal] = ACTIONS(1802), + [aux_sym_string_literal_token1] = ACTIONS(1802), + [sym_char_literal] = ACTIONS(1802), + [anon_sym_true] = ACTIONS(1804), + [anon_sym_false] = ACTIONS(1804), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1804), + [sym_super] = ACTIONS(1804), + [sym_crate] = ACTIONS(1804), + [sym_metavariable] = ACTIONS(1802), + [sym__raw_string_literal_start] = ACTIONS(1802), + [sym_float_literal] = ACTIONS(1802), }, [STATE(496)] = { [sym_line_comment] = STATE(496), [sym_block_comment] = STATE(496), - [ts_builtin_sym_end] = ACTIONS(1787), - [sym_identifier] = ACTIONS(1789), - [anon_sym_SEMI] = ACTIONS(1787), - [anon_sym_macro_rules_BANG] = ACTIONS(1787), - [anon_sym_LPAREN] = ACTIONS(1787), - [anon_sym_LBRACK] = ACTIONS(1787), - [anon_sym_LBRACE] = ACTIONS(1787), - [anon_sym_RBRACE] = ACTIONS(1787), - [anon_sym_STAR] = ACTIONS(1787), - [anon_sym_u8] = ACTIONS(1789), - [anon_sym_i8] = ACTIONS(1789), - [anon_sym_u16] = ACTIONS(1789), - [anon_sym_i16] = ACTIONS(1789), - [anon_sym_u32] = ACTIONS(1789), - [anon_sym_i32] = ACTIONS(1789), - [anon_sym_u64] = ACTIONS(1789), - [anon_sym_i64] = ACTIONS(1789), - [anon_sym_u128] = ACTIONS(1789), - [anon_sym_i128] = ACTIONS(1789), - [anon_sym_isize] = ACTIONS(1789), - [anon_sym_usize] = ACTIONS(1789), - [anon_sym_f32] = ACTIONS(1789), - [anon_sym_f64] = ACTIONS(1789), - [anon_sym_bool] = ACTIONS(1789), - [anon_sym_str] = ACTIONS(1789), - [anon_sym_char] = ACTIONS(1789), - [anon_sym_DASH] = ACTIONS(1787), - [anon_sym_BANG] = ACTIONS(1787), - [anon_sym_AMP] = ACTIONS(1787), - [anon_sym_PIPE] = ACTIONS(1787), - [anon_sym_LT] = ACTIONS(1787), - [anon_sym_DOT_DOT] = ACTIONS(1787), - [anon_sym_COLON_COLON] = ACTIONS(1787), - [anon_sym_POUND] = ACTIONS(1787), - [anon_sym_SQUOTE] = ACTIONS(1789), - [anon_sym_async] = ACTIONS(1789), - [anon_sym_break] = ACTIONS(1789), - [anon_sym_const] = ACTIONS(1789), - [anon_sym_continue] = ACTIONS(1789), - [anon_sym_default] = ACTIONS(1789), - [anon_sym_enum] = ACTIONS(1789), - [anon_sym_fn] = ACTIONS(1789), - [anon_sym_for] = ACTIONS(1789), - [anon_sym_gen] = ACTIONS(1789), - [anon_sym_if] = ACTIONS(1789), - [anon_sym_impl] = ACTIONS(1789), - [anon_sym_let] = ACTIONS(1789), - [anon_sym_loop] = ACTIONS(1789), - [anon_sym_match] = ACTIONS(1789), - [anon_sym_mod] = ACTIONS(1789), - [anon_sym_pub] = ACTIONS(1789), - [anon_sym_return] = ACTIONS(1789), - [anon_sym_static] = ACTIONS(1789), - [anon_sym_struct] = ACTIONS(1789), - [anon_sym_trait] = ACTIONS(1789), - [anon_sym_type] = ACTIONS(1789), - [anon_sym_union] = ACTIONS(1789), - [anon_sym_unsafe] = ACTIONS(1789), - [anon_sym_use] = ACTIONS(1789), - [anon_sym_while] = ACTIONS(1789), - [anon_sym_extern] = ACTIONS(1789), - [anon_sym_yield] = ACTIONS(1789), - [anon_sym_move] = ACTIONS(1789), - [anon_sym_try] = ACTIONS(1789), - [sym_integer_literal] = ACTIONS(1787), - [aux_sym_string_literal_token1] = ACTIONS(1787), - [sym_char_literal] = ACTIONS(1787), - [anon_sym_true] = ACTIONS(1789), - [anon_sym_false] = ACTIONS(1789), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1789), - [sym_super] = ACTIONS(1789), - [sym_crate] = ACTIONS(1789), - [sym_metavariable] = ACTIONS(1787), - [sym__raw_string_literal_start] = ACTIONS(1787), - [sym_float_literal] = ACTIONS(1787), + [ts_builtin_sym_end] = ACTIONS(1806), + [sym_identifier] = ACTIONS(1808), + [anon_sym_SEMI] = ACTIONS(1806), + [anon_sym_macro_rules_BANG] = ACTIONS(1806), + [anon_sym_LPAREN] = ACTIONS(1806), + [anon_sym_LBRACK] = ACTIONS(1806), + [anon_sym_LBRACE] = ACTIONS(1806), + [anon_sym_RBRACE] = ACTIONS(1806), + [anon_sym_STAR] = ACTIONS(1806), + [anon_sym_u8] = ACTIONS(1808), + [anon_sym_i8] = ACTIONS(1808), + [anon_sym_u16] = ACTIONS(1808), + [anon_sym_i16] = ACTIONS(1808), + [anon_sym_u32] = ACTIONS(1808), + [anon_sym_i32] = ACTIONS(1808), + [anon_sym_u64] = ACTIONS(1808), + [anon_sym_i64] = ACTIONS(1808), + [anon_sym_u128] = ACTIONS(1808), + [anon_sym_i128] = ACTIONS(1808), + [anon_sym_isize] = ACTIONS(1808), + [anon_sym_usize] = ACTIONS(1808), + [anon_sym_f32] = ACTIONS(1808), + [anon_sym_f64] = ACTIONS(1808), + [anon_sym_bool] = ACTIONS(1808), + [anon_sym_str] = ACTIONS(1808), + [anon_sym_char] = ACTIONS(1808), + [anon_sym_DASH] = ACTIONS(1806), + [anon_sym_BANG] = ACTIONS(1806), + [anon_sym_AMP] = ACTIONS(1806), + [anon_sym_PIPE] = ACTIONS(1806), + [anon_sym_LT] = ACTIONS(1806), + [anon_sym_DOT_DOT] = ACTIONS(1806), + [anon_sym_COLON_COLON] = ACTIONS(1806), + [anon_sym_POUND] = ACTIONS(1806), + [anon_sym_SQUOTE] = ACTIONS(1808), + [anon_sym_async] = ACTIONS(1808), + [anon_sym_break] = ACTIONS(1808), + [anon_sym_const] = ACTIONS(1808), + [anon_sym_continue] = ACTIONS(1808), + [anon_sym_default] = ACTIONS(1808), + [anon_sym_enum] = ACTIONS(1808), + [anon_sym_fn] = ACTIONS(1808), + [anon_sym_for] = ACTIONS(1808), + [anon_sym_gen] = ACTIONS(1808), + [anon_sym_if] = ACTIONS(1808), + [anon_sym_impl] = ACTIONS(1808), + [anon_sym_let] = ACTIONS(1808), + [anon_sym_loop] = ACTIONS(1808), + [anon_sym_match] = ACTIONS(1808), + [anon_sym_mod] = ACTIONS(1808), + [anon_sym_pub] = ACTIONS(1808), + [anon_sym_return] = ACTIONS(1808), + [anon_sym_static] = ACTIONS(1808), + [anon_sym_struct] = ACTIONS(1808), + [anon_sym_trait] = ACTIONS(1808), + [anon_sym_type] = ACTIONS(1808), + [anon_sym_union] = ACTIONS(1808), + [anon_sym_unsafe] = ACTIONS(1808), + [anon_sym_use] = ACTIONS(1808), + [anon_sym_while] = ACTIONS(1808), + [anon_sym_extern] = ACTIONS(1808), + [anon_sym_yield] = ACTIONS(1808), + [anon_sym_move] = ACTIONS(1808), + [anon_sym_try] = ACTIONS(1808), + [sym_integer_literal] = ACTIONS(1806), + [aux_sym_string_literal_token1] = ACTIONS(1806), + [sym_char_literal] = ACTIONS(1806), + [anon_sym_true] = ACTIONS(1808), + [anon_sym_false] = ACTIONS(1808), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1808), + [sym_super] = ACTIONS(1808), + [sym_crate] = ACTIONS(1808), + [sym_metavariable] = ACTIONS(1806), + [sym__raw_string_literal_start] = ACTIONS(1806), + [sym_float_literal] = ACTIONS(1806), }, [STATE(497)] = { [sym_line_comment] = STATE(497), [sym_block_comment] = STATE(497), - [ts_builtin_sym_end] = ACTIONS(1791), - [sym_identifier] = ACTIONS(1793), - [anon_sym_SEMI] = ACTIONS(1791), - [anon_sym_macro_rules_BANG] = ACTIONS(1791), - [anon_sym_LPAREN] = ACTIONS(1791), - [anon_sym_LBRACK] = ACTIONS(1791), - [anon_sym_LBRACE] = ACTIONS(1791), - [anon_sym_RBRACE] = ACTIONS(1791), - [anon_sym_STAR] = ACTIONS(1791), - [anon_sym_u8] = ACTIONS(1793), - [anon_sym_i8] = ACTIONS(1793), - [anon_sym_u16] = ACTIONS(1793), - [anon_sym_i16] = ACTIONS(1793), - [anon_sym_u32] = ACTIONS(1793), - [anon_sym_i32] = ACTIONS(1793), - [anon_sym_u64] = ACTIONS(1793), - [anon_sym_i64] = ACTIONS(1793), - [anon_sym_u128] = ACTIONS(1793), - [anon_sym_i128] = ACTIONS(1793), - [anon_sym_isize] = ACTIONS(1793), - [anon_sym_usize] = ACTIONS(1793), - [anon_sym_f32] = ACTIONS(1793), - [anon_sym_f64] = ACTIONS(1793), - [anon_sym_bool] = ACTIONS(1793), - [anon_sym_str] = ACTIONS(1793), - [anon_sym_char] = ACTIONS(1793), - [anon_sym_DASH] = ACTIONS(1791), - [anon_sym_BANG] = ACTIONS(1791), - [anon_sym_AMP] = ACTIONS(1791), - [anon_sym_PIPE] = ACTIONS(1791), - [anon_sym_LT] = ACTIONS(1791), - [anon_sym_DOT_DOT] = ACTIONS(1791), - [anon_sym_COLON_COLON] = ACTIONS(1791), - [anon_sym_POUND] = ACTIONS(1791), - [anon_sym_SQUOTE] = ACTIONS(1793), - [anon_sym_async] = ACTIONS(1793), - [anon_sym_break] = ACTIONS(1793), - [anon_sym_const] = ACTIONS(1793), - [anon_sym_continue] = ACTIONS(1793), - [anon_sym_default] = ACTIONS(1793), - [anon_sym_enum] = ACTIONS(1793), - [anon_sym_fn] = ACTIONS(1793), - [anon_sym_for] = ACTIONS(1793), - [anon_sym_gen] = ACTIONS(1793), - [anon_sym_if] = ACTIONS(1793), - [anon_sym_impl] = ACTIONS(1793), - [anon_sym_let] = ACTIONS(1793), - [anon_sym_loop] = ACTIONS(1793), - [anon_sym_match] = ACTIONS(1793), - [anon_sym_mod] = ACTIONS(1793), - [anon_sym_pub] = ACTIONS(1793), - [anon_sym_return] = ACTIONS(1793), - [anon_sym_static] = ACTIONS(1793), - [anon_sym_struct] = ACTIONS(1793), - [anon_sym_trait] = ACTIONS(1793), - [anon_sym_type] = ACTIONS(1793), - [anon_sym_union] = ACTIONS(1793), - [anon_sym_unsafe] = ACTIONS(1793), - [anon_sym_use] = ACTIONS(1793), - [anon_sym_while] = ACTIONS(1793), - [anon_sym_extern] = ACTIONS(1793), - [anon_sym_yield] = ACTIONS(1793), - [anon_sym_move] = ACTIONS(1793), - [anon_sym_try] = ACTIONS(1793), - [sym_integer_literal] = ACTIONS(1791), - [aux_sym_string_literal_token1] = ACTIONS(1791), - [sym_char_literal] = ACTIONS(1791), - [anon_sym_true] = ACTIONS(1793), - [anon_sym_false] = ACTIONS(1793), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1793), - [sym_super] = ACTIONS(1793), - [sym_crate] = ACTIONS(1793), - [sym_metavariable] = ACTIONS(1791), - [sym__raw_string_literal_start] = ACTIONS(1791), - [sym_float_literal] = ACTIONS(1791), + [ts_builtin_sym_end] = ACTIONS(1810), + [sym_identifier] = ACTIONS(1812), + [anon_sym_SEMI] = ACTIONS(1810), + [anon_sym_macro_rules_BANG] = ACTIONS(1810), + [anon_sym_LPAREN] = ACTIONS(1810), + [anon_sym_LBRACK] = ACTIONS(1810), + [anon_sym_LBRACE] = ACTIONS(1810), + [anon_sym_RBRACE] = ACTIONS(1810), + [anon_sym_STAR] = ACTIONS(1810), + [anon_sym_u8] = ACTIONS(1812), + [anon_sym_i8] = ACTIONS(1812), + [anon_sym_u16] = ACTIONS(1812), + [anon_sym_i16] = ACTIONS(1812), + [anon_sym_u32] = ACTIONS(1812), + [anon_sym_i32] = ACTIONS(1812), + [anon_sym_u64] = ACTIONS(1812), + [anon_sym_i64] = ACTIONS(1812), + [anon_sym_u128] = ACTIONS(1812), + [anon_sym_i128] = ACTIONS(1812), + [anon_sym_isize] = ACTIONS(1812), + [anon_sym_usize] = ACTIONS(1812), + [anon_sym_f32] = ACTIONS(1812), + [anon_sym_f64] = ACTIONS(1812), + [anon_sym_bool] = ACTIONS(1812), + [anon_sym_str] = ACTIONS(1812), + [anon_sym_char] = ACTIONS(1812), + [anon_sym_DASH] = ACTIONS(1810), + [anon_sym_BANG] = ACTIONS(1810), + [anon_sym_AMP] = ACTIONS(1810), + [anon_sym_PIPE] = ACTIONS(1810), + [anon_sym_LT] = ACTIONS(1810), + [anon_sym_DOT_DOT] = ACTIONS(1810), + [anon_sym_COLON_COLON] = ACTIONS(1810), + [anon_sym_POUND] = ACTIONS(1810), + [anon_sym_SQUOTE] = ACTIONS(1812), + [anon_sym_async] = ACTIONS(1812), + [anon_sym_break] = ACTIONS(1812), + [anon_sym_const] = ACTIONS(1812), + [anon_sym_continue] = ACTIONS(1812), + [anon_sym_default] = ACTIONS(1812), + [anon_sym_enum] = ACTIONS(1812), + [anon_sym_fn] = ACTIONS(1812), + [anon_sym_for] = ACTIONS(1812), + [anon_sym_gen] = ACTIONS(1812), + [anon_sym_if] = ACTIONS(1812), + [anon_sym_impl] = ACTIONS(1812), + [anon_sym_let] = ACTIONS(1812), + [anon_sym_loop] = ACTIONS(1812), + [anon_sym_match] = ACTIONS(1812), + [anon_sym_mod] = ACTIONS(1812), + [anon_sym_pub] = ACTIONS(1812), + [anon_sym_return] = ACTIONS(1812), + [anon_sym_static] = ACTIONS(1812), + [anon_sym_struct] = ACTIONS(1812), + [anon_sym_trait] = ACTIONS(1812), + [anon_sym_type] = ACTIONS(1812), + [anon_sym_union] = ACTIONS(1812), + [anon_sym_unsafe] = ACTIONS(1812), + [anon_sym_use] = ACTIONS(1812), + [anon_sym_while] = ACTIONS(1812), + [anon_sym_extern] = ACTIONS(1812), + [anon_sym_yield] = ACTIONS(1812), + [anon_sym_move] = ACTIONS(1812), + [anon_sym_try] = ACTIONS(1812), + [sym_integer_literal] = ACTIONS(1810), + [aux_sym_string_literal_token1] = ACTIONS(1810), + [sym_char_literal] = ACTIONS(1810), + [anon_sym_true] = ACTIONS(1812), + [anon_sym_false] = ACTIONS(1812), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1812), + [sym_super] = ACTIONS(1812), + [sym_crate] = ACTIONS(1812), + [sym_metavariable] = ACTIONS(1810), + [sym__raw_string_literal_start] = ACTIONS(1810), + [sym_float_literal] = ACTIONS(1810), }, [STATE(498)] = { [sym_line_comment] = STATE(498), [sym_block_comment] = STATE(498), - [ts_builtin_sym_end] = ACTIONS(1795), - [sym_identifier] = ACTIONS(1797), - [anon_sym_SEMI] = ACTIONS(1795), - [anon_sym_macro_rules_BANG] = ACTIONS(1795), - [anon_sym_LPAREN] = ACTIONS(1795), - [anon_sym_LBRACK] = ACTIONS(1795), - [anon_sym_LBRACE] = ACTIONS(1795), - [anon_sym_RBRACE] = ACTIONS(1795), - [anon_sym_STAR] = ACTIONS(1795), - [anon_sym_u8] = ACTIONS(1797), - [anon_sym_i8] = ACTIONS(1797), - [anon_sym_u16] = ACTIONS(1797), - [anon_sym_i16] = ACTIONS(1797), - [anon_sym_u32] = ACTIONS(1797), - [anon_sym_i32] = ACTIONS(1797), - [anon_sym_u64] = ACTIONS(1797), - [anon_sym_i64] = ACTIONS(1797), - [anon_sym_u128] = ACTIONS(1797), - [anon_sym_i128] = ACTIONS(1797), - [anon_sym_isize] = ACTIONS(1797), - [anon_sym_usize] = ACTIONS(1797), - [anon_sym_f32] = ACTIONS(1797), - [anon_sym_f64] = ACTIONS(1797), - [anon_sym_bool] = ACTIONS(1797), - [anon_sym_str] = ACTIONS(1797), - [anon_sym_char] = ACTIONS(1797), - [anon_sym_DASH] = ACTIONS(1795), - [anon_sym_BANG] = ACTIONS(1795), - [anon_sym_AMP] = ACTIONS(1795), - [anon_sym_PIPE] = ACTIONS(1795), - [anon_sym_LT] = ACTIONS(1795), - [anon_sym_DOT_DOT] = ACTIONS(1795), - [anon_sym_COLON_COLON] = ACTIONS(1795), - [anon_sym_POUND] = ACTIONS(1795), - [anon_sym_SQUOTE] = ACTIONS(1797), - [anon_sym_async] = ACTIONS(1797), - [anon_sym_break] = ACTIONS(1797), - [anon_sym_const] = ACTIONS(1797), - [anon_sym_continue] = ACTIONS(1797), - [anon_sym_default] = ACTIONS(1797), - [anon_sym_enum] = ACTIONS(1797), - [anon_sym_fn] = ACTIONS(1797), - [anon_sym_for] = ACTIONS(1797), - [anon_sym_gen] = ACTIONS(1797), - [anon_sym_if] = ACTIONS(1797), - [anon_sym_impl] = ACTIONS(1797), - [anon_sym_let] = ACTIONS(1797), - [anon_sym_loop] = ACTIONS(1797), - [anon_sym_match] = ACTIONS(1797), - [anon_sym_mod] = ACTIONS(1797), - [anon_sym_pub] = ACTIONS(1797), - [anon_sym_return] = ACTIONS(1797), - [anon_sym_static] = ACTIONS(1797), - [anon_sym_struct] = ACTIONS(1797), - [anon_sym_trait] = ACTIONS(1797), - [anon_sym_type] = ACTIONS(1797), - [anon_sym_union] = ACTIONS(1797), - [anon_sym_unsafe] = ACTIONS(1797), - [anon_sym_use] = ACTIONS(1797), - [anon_sym_while] = ACTIONS(1797), - [anon_sym_extern] = ACTIONS(1797), - [anon_sym_yield] = ACTIONS(1797), - [anon_sym_move] = ACTIONS(1797), - [anon_sym_try] = ACTIONS(1797), - [sym_integer_literal] = ACTIONS(1795), - [aux_sym_string_literal_token1] = ACTIONS(1795), - [sym_char_literal] = ACTIONS(1795), - [anon_sym_true] = ACTIONS(1797), - [anon_sym_false] = ACTIONS(1797), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1797), - [sym_super] = ACTIONS(1797), - [sym_crate] = ACTIONS(1797), - [sym_metavariable] = ACTIONS(1795), - [sym__raw_string_literal_start] = ACTIONS(1795), - [sym_float_literal] = ACTIONS(1795), + [ts_builtin_sym_end] = ACTIONS(1814), + [sym_identifier] = ACTIONS(1816), + [anon_sym_SEMI] = ACTIONS(1814), + [anon_sym_macro_rules_BANG] = ACTIONS(1814), + [anon_sym_LPAREN] = ACTIONS(1814), + [anon_sym_LBRACK] = ACTIONS(1814), + [anon_sym_LBRACE] = ACTIONS(1814), + [anon_sym_RBRACE] = ACTIONS(1814), + [anon_sym_STAR] = ACTIONS(1814), + [anon_sym_u8] = ACTIONS(1816), + [anon_sym_i8] = ACTIONS(1816), + [anon_sym_u16] = ACTIONS(1816), + [anon_sym_i16] = ACTIONS(1816), + [anon_sym_u32] = ACTIONS(1816), + [anon_sym_i32] = ACTIONS(1816), + [anon_sym_u64] = ACTIONS(1816), + [anon_sym_i64] = ACTIONS(1816), + [anon_sym_u128] = ACTIONS(1816), + [anon_sym_i128] = ACTIONS(1816), + [anon_sym_isize] = ACTIONS(1816), + [anon_sym_usize] = ACTIONS(1816), + [anon_sym_f32] = ACTIONS(1816), + [anon_sym_f64] = ACTIONS(1816), + [anon_sym_bool] = ACTIONS(1816), + [anon_sym_str] = ACTIONS(1816), + [anon_sym_char] = ACTIONS(1816), + [anon_sym_DASH] = ACTIONS(1814), + [anon_sym_BANG] = ACTIONS(1814), + [anon_sym_AMP] = ACTIONS(1814), + [anon_sym_PIPE] = ACTIONS(1814), + [anon_sym_LT] = ACTIONS(1814), + [anon_sym_DOT_DOT] = ACTIONS(1814), + [anon_sym_COLON_COLON] = ACTIONS(1814), + [anon_sym_POUND] = ACTIONS(1814), + [anon_sym_SQUOTE] = ACTIONS(1816), + [anon_sym_async] = ACTIONS(1816), + [anon_sym_break] = ACTIONS(1816), + [anon_sym_const] = ACTIONS(1816), + [anon_sym_continue] = ACTIONS(1816), + [anon_sym_default] = ACTIONS(1816), + [anon_sym_enum] = ACTIONS(1816), + [anon_sym_fn] = ACTIONS(1816), + [anon_sym_for] = ACTIONS(1816), + [anon_sym_gen] = ACTIONS(1816), + [anon_sym_if] = ACTIONS(1816), + [anon_sym_impl] = ACTIONS(1816), + [anon_sym_let] = ACTIONS(1816), + [anon_sym_loop] = ACTIONS(1816), + [anon_sym_match] = ACTIONS(1816), + [anon_sym_mod] = ACTIONS(1816), + [anon_sym_pub] = ACTIONS(1816), + [anon_sym_return] = ACTIONS(1816), + [anon_sym_static] = ACTIONS(1816), + [anon_sym_struct] = ACTIONS(1816), + [anon_sym_trait] = ACTIONS(1816), + [anon_sym_type] = ACTIONS(1816), + [anon_sym_union] = ACTIONS(1816), + [anon_sym_unsafe] = ACTIONS(1816), + [anon_sym_use] = ACTIONS(1816), + [anon_sym_while] = ACTIONS(1816), + [anon_sym_extern] = ACTIONS(1816), + [anon_sym_yield] = ACTIONS(1816), + [anon_sym_move] = ACTIONS(1816), + [anon_sym_try] = ACTIONS(1816), + [sym_integer_literal] = ACTIONS(1814), + [aux_sym_string_literal_token1] = ACTIONS(1814), + [sym_char_literal] = ACTIONS(1814), + [anon_sym_true] = ACTIONS(1816), + [anon_sym_false] = ACTIONS(1816), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1816), + [sym_super] = ACTIONS(1816), + [sym_crate] = ACTIONS(1816), + [sym_metavariable] = ACTIONS(1814), + [sym__raw_string_literal_start] = ACTIONS(1814), + [sym_float_literal] = ACTIONS(1814), }, [STATE(499)] = { [sym_line_comment] = STATE(499), [sym_block_comment] = STATE(499), - [ts_builtin_sym_end] = ACTIONS(1799), - [sym_identifier] = ACTIONS(1801), - [anon_sym_SEMI] = ACTIONS(1799), - [anon_sym_macro_rules_BANG] = ACTIONS(1799), - [anon_sym_LPAREN] = ACTIONS(1799), - [anon_sym_LBRACK] = ACTIONS(1799), - [anon_sym_LBRACE] = ACTIONS(1799), - [anon_sym_RBRACE] = ACTIONS(1799), - [anon_sym_STAR] = ACTIONS(1799), - [anon_sym_u8] = ACTIONS(1801), - [anon_sym_i8] = ACTIONS(1801), - [anon_sym_u16] = ACTIONS(1801), - [anon_sym_i16] = ACTIONS(1801), - [anon_sym_u32] = ACTIONS(1801), - [anon_sym_i32] = ACTIONS(1801), - [anon_sym_u64] = ACTIONS(1801), - [anon_sym_i64] = ACTIONS(1801), - [anon_sym_u128] = ACTIONS(1801), - [anon_sym_i128] = ACTIONS(1801), - [anon_sym_isize] = ACTIONS(1801), - [anon_sym_usize] = ACTIONS(1801), - [anon_sym_f32] = ACTIONS(1801), - [anon_sym_f64] = ACTIONS(1801), - [anon_sym_bool] = ACTIONS(1801), - [anon_sym_str] = ACTIONS(1801), - [anon_sym_char] = ACTIONS(1801), - [anon_sym_DASH] = ACTIONS(1799), - [anon_sym_BANG] = ACTIONS(1799), - [anon_sym_AMP] = ACTIONS(1799), - [anon_sym_PIPE] = ACTIONS(1799), - [anon_sym_LT] = ACTIONS(1799), - [anon_sym_DOT_DOT] = ACTIONS(1799), - [anon_sym_COLON_COLON] = ACTIONS(1799), - [anon_sym_POUND] = ACTIONS(1799), - [anon_sym_SQUOTE] = ACTIONS(1801), - [anon_sym_async] = ACTIONS(1801), - [anon_sym_break] = ACTIONS(1801), - [anon_sym_const] = ACTIONS(1801), - [anon_sym_continue] = ACTIONS(1801), - [anon_sym_default] = ACTIONS(1801), - [anon_sym_enum] = ACTIONS(1801), - [anon_sym_fn] = ACTIONS(1801), - [anon_sym_for] = ACTIONS(1801), - [anon_sym_gen] = ACTIONS(1801), - [anon_sym_if] = ACTIONS(1801), - [anon_sym_impl] = ACTIONS(1801), - [anon_sym_let] = ACTIONS(1801), - [anon_sym_loop] = ACTIONS(1801), - [anon_sym_match] = ACTIONS(1801), - [anon_sym_mod] = ACTIONS(1801), - [anon_sym_pub] = ACTIONS(1801), - [anon_sym_return] = ACTIONS(1801), - [anon_sym_static] = ACTIONS(1801), - [anon_sym_struct] = ACTIONS(1801), - [anon_sym_trait] = ACTIONS(1801), - [anon_sym_type] = ACTIONS(1801), - [anon_sym_union] = ACTIONS(1801), - [anon_sym_unsafe] = ACTIONS(1801), - [anon_sym_use] = ACTIONS(1801), - [anon_sym_while] = ACTIONS(1801), - [anon_sym_extern] = ACTIONS(1801), - [anon_sym_yield] = ACTIONS(1801), - [anon_sym_move] = ACTIONS(1801), - [anon_sym_try] = ACTIONS(1801), - [sym_integer_literal] = ACTIONS(1799), - [aux_sym_string_literal_token1] = ACTIONS(1799), - [sym_char_literal] = ACTIONS(1799), - [anon_sym_true] = ACTIONS(1801), - [anon_sym_false] = ACTIONS(1801), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1801), - [sym_super] = ACTIONS(1801), - [sym_crate] = ACTIONS(1801), - [sym_metavariable] = ACTIONS(1799), - [sym__raw_string_literal_start] = ACTIONS(1799), - [sym_float_literal] = ACTIONS(1799), + [ts_builtin_sym_end] = ACTIONS(1818), + [sym_identifier] = ACTIONS(1820), + [anon_sym_SEMI] = ACTIONS(1818), + [anon_sym_macro_rules_BANG] = ACTIONS(1818), + [anon_sym_LPAREN] = ACTIONS(1818), + [anon_sym_LBRACK] = ACTIONS(1818), + [anon_sym_LBRACE] = ACTIONS(1818), + [anon_sym_RBRACE] = ACTIONS(1818), + [anon_sym_STAR] = ACTIONS(1818), + [anon_sym_u8] = ACTIONS(1820), + [anon_sym_i8] = ACTIONS(1820), + [anon_sym_u16] = ACTIONS(1820), + [anon_sym_i16] = ACTIONS(1820), + [anon_sym_u32] = ACTIONS(1820), + [anon_sym_i32] = ACTIONS(1820), + [anon_sym_u64] = ACTIONS(1820), + [anon_sym_i64] = ACTIONS(1820), + [anon_sym_u128] = ACTIONS(1820), + [anon_sym_i128] = ACTIONS(1820), + [anon_sym_isize] = ACTIONS(1820), + [anon_sym_usize] = ACTIONS(1820), + [anon_sym_f32] = ACTIONS(1820), + [anon_sym_f64] = ACTIONS(1820), + [anon_sym_bool] = ACTIONS(1820), + [anon_sym_str] = ACTIONS(1820), + [anon_sym_char] = ACTIONS(1820), + [anon_sym_DASH] = ACTIONS(1818), + [anon_sym_BANG] = ACTIONS(1818), + [anon_sym_AMP] = ACTIONS(1818), + [anon_sym_PIPE] = ACTIONS(1818), + [anon_sym_LT] = ACTIONS(1818), + [anon_sym_DOT_DOT] = ACTIONS(1818), + [anon_sym_COLON_COLON] = ACTIONS(1818), + [anon_sym_POUND] = ACTIONS(1818), + [anon_sym_SQUOTE] = ACTIONS(1820), + [anon_sym_async] = ACTIONS(1820), + [anon_sym_break] = ACTIONS(1820), + [anon_sym_const] = ACTIONS(1820), + [anon_sym_continue] = ACTIONS(1820), + [anon_sym_default] = ACTIONS(1820), + [anon_sym_enum] = ACTIONS(1820), + [anon_sym_fn] = ACTIONS(1820), + [anon_sym_for] = ACTIONS(1820), + [anon_sym_gen] = ACTIONS(1820), + [anon_sym_if] = ACTIONS(1820), + [anon_sym_impl] = ACTIONS(1820), + [anon_sym_let] = ACTIONS(1820), + [anon_sym_loop] = ACTIONS(1820), + [anon_sym_match] = ACTIONS(1820), + [anon_sym_mod] = ACTIONS(1820), + [anon_sym_pub] = ACTIONS(1820), + [anon_sym_return] = ACTIONS(1820), + [anon_sym_static] = ACTIONS(1820), + [anon_sym_struct] = ACTIONS(1820), + [anon_sym_trait] = ACTIONS(1820), + [anon_sym_type] = ACTIONS(1820), + [anon_sym_union] = ACTIONS(1820), + [anon_sym_unsafe] = ACTIONS(1820), + [anon_sym_use] = ACTIONS(1820), + [anon_sym_while] = ACTIONS(1820), + [anon_sym_extern] = ACTIONS(1820), + [anon_sym_yield] = ACTIONS(1820), + [anon_sym_move] = ACTIONS(1820), + [anon_sym_try] = ACTIONS(1820), + [sym_integer_literal] = ACTIONS(1818), + [aux_sym_string_literal_token1] = ACTIONS(1818), + [sym_char_literal] = ACTIONS(1818), + [anon_sym_true] = ACTIONS(1820), + [anon_sym_false] = ACTIONS(1820), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1820), + [sym_super] = ACTIONS(1820), + [sym_crate] = ACTIONS(1820), + [sym_metavariable] = ACTIONS(1818), + [sym__raw_string_literal_start] = ACTIONS(1818), + [sym_float_literal] = ACTIONS(1818), }, [STATE(500)] = { [sym_line_comment] = STATE(500), [sym_block_comment] = STATE(500), - [ts_builtin_sym_end] = ACTIONS(1803), - [sym_identifier] = ACTIONS(1805), - [anon_sym_SEMI] = ACTIONS(1803), - [anon_sym_macro_rules_BANG] = ACTIONS(1803), - [anon_sym_LPAREN] = ACTIONS(1803), - [anon_sym_LBRACK] = ACTIONS(1803), - [anon_sym_LBRACE] = ACTIONS(1803), - [anon_sym_RBRACE] = ACTIONS(1803), - [anon_sym_STAR] = ACTIONS(1803), - [anon_sym_u8] = ACTIONS(1805), - [anon_sym_i8] = ACTIONS(1805), - [anon_sym_u16] = ACTIONS(1805), - [anon_sym_i16] = ACTIONS(1805), - [anon_sym_u32] = ACTIONS(1805), - [anon_sym_i32] = ACTIONS(1805), - [anon_sym_u64] = ACTIONS(1805), - [anon_sym_i64] = ACTIONS(1805), - [anon_sym_u128] = ACTIONS(1805), - [anon_sym_i128] = ACTIONS(1805), - [anon_sym_isize] = ACTIONS(1805), - [anon_sym_usize] = ACTIONS(1805), - [anon_sym_f32] = ACTIONS(1805), - [anon_sym_f64] = ACTIONS(1805), - [anon_sym_bool] = ACTIONS(1805), - [anon_sym_str] = ACTIONS(1805), - [anon_sym_char] = ACTIONS(1805), - [anon_sym_DASH] = ACTIONS(1803), - [anon_sym_BANG] = ACTIONS(1803), - [anon_sym_AMP] = ACTIONS(1803), - [anon_sym_PIPE] = ACTIONS(1803), - [anon_sym_LT] = ACTIONS(1803), - [anon_sym_DOT_DOT] = ACTIONS(1803), - [anon_sym_COLON_COLON] = ACTIONS(1803), - [anon_sym_POUND] = ACTIONS(1803), - [anon_sym_SQUOTE] = ACTIONS(1805), - [anon_sym_async] = ACTIONS(1805), - [anon_sym_break] = ACTIONS(1805), - [anon_sym_const] = ACTIONS(1805), - [anon_sym_continue] = ACTIONS(1805), - [anon_sym_default] = ACTIONS(1805), - [anon_sym_enum] = ACTIONS(1805), - [anon_sym_fn] = ACTIONS(1805), - [anon_sym_for] = ACTIONS(1805), - [anon_sym_gen] = ACTIONS(1805), - [anon_sym_if] = ACTIONS(1805), - [anon_sym_impl] = ACTIONS(1805), - [anon_sym_let] = ACTIONS(1805), - [anon_sym_loop] = ACTIONS(1805), - [anon_sym_match] = ACTIONS(1805), - [anon_sym_mod] = ACTIONS(1805), - [anon_sym_pub] = ACTIONS(1805), - [anon_sym_return] = ACTIONS(1805), - [anon_sym_static] = ACTIONS(1805), - [anon_sym_struct] = ACTIONS(1805), - [anon_sym_trait] = ACTIONS(1805), - [anon_sym_type] = ACTIONS(1805), - [anon_sym_union] = ACTIONS(1805), - [anon_sym_unsafe] = ACTIONS(1805), - [anon_sym_use] = ACTIONS(1805), - [anon_sym_while] = ACTIONS(1805), - [anon_sym_extern] = ACTIONS(1805), - [anon_sym_yield] = ACTIONS(1805), - [anon_sym_move] = ACTIONS(1805), - [anon_sym_try] = ACTIONS(1805), - [sym_integer_literal] = ACTIONS(1803), - [aux_sym_string_literal_token1] = ACTIONS(1803), - [sym_char_literal] = ACTIONS(1803), - [anon_sym_true] = ACTIONS(1805), - [anon_sym_false] = ACTIONS(1805), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1805), - [sym_super] = ACTIONS(1805), - [sym_crate] = ACTIONS(1805), - [sym_metavariable] = ACTIONS(1803), - [sym__raw_string_literal_start] = ACTIONS(1803), - [sym_float_literal] = ACTIONS(1803), + [ts_builtin_sym_end] = ACTIONS(1822), + [sym_identifier] = ACTIONS(1824), + [anon_sym_SEMI] = ACTIONS(1822), + [anon_sym_macro_rules_BANG] = ACTIONS(1822), + [anon_sym_LPAREN] = ACTIONS(1822), + [anon_sym_LBRACK] = ACTIONS(1822), + [anon_sym_LBRACE] = ACTIONS(1822), + [anon_sym_RBRACE] = ACTIONS(1822), + [anon_sym_STAR] = ACTIONS(1822), + [anon_sym_u8] = ACTIONS(1824), + [anon_sym_i8] = ACTIONS(1824), + [anon_sym_u16] = ACTIONS(1824), + [anon_sym_i16] = ACTIONS(1824), + [anon_sym_u32] = ACTIONS(1824), + [anon_sym_i32] = ACTIONS(1824), + [anon_sym_u64] = ACTIONS(1824), + [anon_sym_i64] = ACTIONS(1824), + [anon_sym_u128] = ACTIONS(1824), + [anon_sym_i128] = ACTIONS(1824), + [anon_sym_isize] = ACTIONS(1824), + [anon_sym_usize] = ACTIONS(1824), + [anon_sym_f32] = ACTIONS(1824), + [anon_sym_f64] = ACTIONS(1824), + [anon_sym_bool] = ACTIONS(1824), + [anon_sym_str] = ACTIONS(1824), + [anon_sym_char] = ACTIONS(1824), + [anon_sym_DASH] = ACTIONS(1822), + [anon_sym_BANG] = ACTIONS(1822), + [anon_sym_AMP] = ACTIONS(1822), + [anon_sym_PIPE] = ACTIONS(1822), + [anon_sym_LT] = ACTIONS(1822), + [anon_sym_DOT_DOT] = ACTIONS(1822), + [anon_sym_COLON_COLON] = ACTIONS(1822), + [anon_sym_POUND] = ACTIONS(1822), + [anon_sym_SQUOTE] = ACTIONS(1824), + [anon_sym_async] = ACTIONS(1824), + [anon_sym_break] = ACTIONS(1824), + [anon_sym_const] = ACTIONS(1824), + [anon_sym_continue] = ACTIONS(1824), + [anon_sym_default] = ACTIONS(1824), + [anon_sym_enum] = ACTIONS(1824), + [anon_sym_fn] = ACTIONS(1824), + [anon_sym_for] = ACTIONS(1824), + [anon_sym_gen] = ACTIONS(1824), + [anon_sym_if] = ACTIONS(1824), + [anon_sym_impl] = ACTIONS(1824), + [anon_sym_let] = ACTIONS(1824), + [anon_sym_loop] = ACTIONS(1824), + [anon_sym_match] = ACTIONS(1824), + [anon_sym_mod] = ACTIONS(1824), + [anon_sym_pub] = ACTIONS(1824), + [anon_sym_return] = ACTIONS(1824), + [anon_sym_static] = ACTIONS(1824), + [anon_sym_struct] = ACTIONS(1824), + [anon_sym_trait] = ACTIONS(1824), + [anon_sym_type] = ACTIONS(1824), + [anon_sym_union] = ACTIONS(1824), + [anon_sym_unsafe] = ACTIONS(1824), + [anon_sym_use] = ACTIONS(1824), + [anon_sym_while] = ACTIONS(1824), + [anon_sym_extern] = ACTIONS(1824), + [anon_sym_yield] = ACTIONS(1824), + [anon_sym_move] = ACTIONS(1824), + [anon_sym_try] = ACTIONS(1824), + [sym_integer_literal] = ACTIONS(1822), + [aux_sym_string_literal_token1] = ACTIONS(1822), + [sym_char_literal] = ACTIONS(1822), + [anon_sym_true] = ACTIONS(1824), + [anon_sym_false] = ACTIONS(1824), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1824), + [sym_super] = ACTIONS(1824), + [sym_crate] = ACTIONS(1824), + [sym_metavariable] = ACTIONS(1822), + [sym__raw_string_literal_start] = ACTIONS(1822), + [sym_float_literal] = ACTIONS(1822), }, [STATE(501)] = { [sym_line_comment] = STATE(501), [sym_block_comment] = STATE(501), - [ts_builtin_sym_end] = ACTIONS(1807), - [sym_identifier] = ACTIONS(1809), - [anon_sym_SEMI] = ACTIONS(1807), - [anon_sym_macro_rules_BANG] = ACTIONS(1807), - [anon_sym_LPAREN] = ACTIONS(1807), - [anon_sym_LBRACK] = ACTIONS(1807), - [anon_sym_LBRACE] = ACTIONS(1807), - [anon_sym_RBRACE] = ACTIONS(1807), - [anon_sym_STAR] = ACTIONS(1807), - [anon_sym_u8] = ACTIONS(1809), - [anon_sym_i8] = ACTIONS(1809), - [anon_sym_u16] = ACTIONS(1809), - [anon_sym_i16] = ACTIONS(1809), - [anon_sym_u32] = ACTIONS(1809), - [anon_sym_i32] = ACTIONS(1809), - [anon_sym_u64] = ACTIONS(1809), - [anon_sym_i64] = ACTIONS(1809), - [anon_sym_u128] = ACTIONS(1809), - [anon_sym_i128] = ACTIONS(1809), - [anon_sym_isize] = ACTIONS(1809), - [anon_sym_usize] = ACTIONS(1809), - [anon_sym_f32] = ACTIONS(1809), - [anon_sym_f64] = ACTIONS(1809), - [anon_sym_bool] = ACTIONS(1809), - [anon_sym_str] = ACTIONS(1809), - [anon_sym_char] = ACTIONS(1809), - [anon_sym_DASH] = ACTIONS(1807), - [anon_sym_BANG] = ACTIONS(1807), - [anon_sym_AMP] = ACTIONS(1807), - [anon_sym_PIPE] = ACTIONS(1807), - [anon_sym_LT] = ACTIONS(1807), - [anon_sym_DOT_DOT] = ACTIONS(1807), - [anon_sym_COLON_COLON] = ACTIONS(1807), - [anon_sym_POUND] = ACTIONS(1807), - [anon_sym_SQUOTE] = ACTIONS(1809), - [anon_sym_async] = ACTIONS(1809), - [anon_sym_break] = ACTIONS(1809), - [anon_sym_const] = ACTIONS(1809), - [anon_sym_continue] = ACTIONS(1809), - [anon_sym_default] = ACTIONS(1809), - [anon_sym_enum] = ACTIONS(1809), - [anon_sym_fn] = ACTIONS(1809), - [anon_sym_for] = ACTIONS(1809), - [anon_sym_gen] = ACTIONS(1809), - [anon_sym_if] = ACTIONS(1809), - [anon_sym_impl] = ACTIONS(1809), - [anon_sym_let] = ACTIONS(1809), - [anon_sym_loop] = ACTIONS(1809), - [anon_sym_match] = ACTIONS(1809), - [anon_sym_mod] = ACTIONS(1809), - [anon_sym_pub] = ACTIONS(1809), - [anon_sym_return] = ACTIONS(1809), - [anon_sym_static] = ACTIONS(1809), - [anon_sym_struct] = ACTIONS(1809), - [anon_sym_trait] = ACTIONS(1809), - [anon_sym_type] = ACTIONS(1809), - [anon_sym_union] = ACTIONS(1809), - [anon_sym_unsafe] = ACTIONS(1809), - [anon_sym_use] = ACTIONS(1809), - [anon_sym_while] = ACTIONS(1809), - [anon_sym_extern] = ACTIONS(1809), - [anon_sym_yield] = ACTIONS(1809), - [anon_sym_move] = ACTIONS(1809), - [anon_sym_try] = ACTIONS(1809), - [sym_integer_literal] = ACTIONS(1807), - [aux_sym_string_literal_token1] = ACTIONS(1807), - [sym_char_literal] = ACTIONS(1807), - [anon_sym_true] = ACTIONS(1809), - [anon_sym_false] = ACTIONS(1809), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1809), - [sym_super] = ACTIONS(1809), - [sym_crate] = ACTIONS(1809), - [sym_metavariable] = ACTIONS(1807), - [sym__raw_string_literal_start] = ACTIONS(1807), - [sym_float_literal] = ACTIONS(1807), + [ts_builtin_sym_end] = ACTIONS(1826), + [sym_identifier] = ACTIONS(1828), + [anon_sym_SEMI] = ACTIONS(1826), + [anon_sym_macro_rules_BANG] = ACTIONS(1826), + [anon_sym_LPAREN] = ACTIONS(1826), + [anon_sym_LBRACK] = ACTIONS(1826), + [anon_sym_LBRACE] = ACTIONS(1826), + [anon_sym_RBRACE] = ACTIONS(1826), + [anon_sym_STAR] = ACTIONS(1826), + [anon_sym_u8] = ACTIONS(1828), + [anon_sym_i8] = ACTIONS(1828), + [anon_sym_u16] = ACTIONS(1828), + [anon_sym_i16] = ACTIONS(1828), + [anon_sym_u32] = ACTIONS(1828), + [anon_sym_i32] = ACTIONS(1828), + [anon_sym_u64] = ACTIONS(1828), + [anon_sym_i64] = ACTIONS(1828), + [anon_sym_u128] = ACTIONS(1828), + [anon_sym_i128] = ACTIONS(1828), + [anon_sym_isize] = ACTIONS(1828), + [anon_sym_usize] = ACTIONS(1828), + [anon_sym_f32] = ACTIONS(1828), + [anon_sym_f64] = ACTIONS(1828), + [anon_sym_bool] = ACTIONS(1828), + [anon_sym_str] = ACTIONS(1828), + [anon_sym_char] = ACTIONS(1828), + [anon_sym_DASH] = ACTIONS(1826), + [anon_sym_BANG] = ACTIONS(1826), + [anon_sym_AMP] = ACTIONS(1826), + [anon_sym_PIPE] = ACTIONS(1826), + [anon_sym_LT] = ACTIONS(1826), + [anon_sym_DOT_DOT] = ACTIONS(1826), + [anon_sym_COLON_COLON] = ACTIONS(1826), + [anon_sym_POUND] = ACTIONS(1826), + [anon_sym_SQUOTE] = ACTIONS(1828), + [anon_sym_async] = ACTIONS(1828), + [anon_sym_break] = ACTIONS(1828), + [anon_sym_const] = ACTIONS(1828), + [anon_sym_continue] = ACTIONS(1828), + [anon_sym_default] = ACTIONS(1828), + [anon_sym_enum] = ACTIONS(1828), + [anon_sym_fn] = ACTIONS(1828), + [anon_sym_for] = ACTIONS(1828), + [anon_sym_gen] = ACTIONS(1828), + [anon_sym_if] = ACTIONS(1828), + [anon_sym_impl] = ACTIONS(1828), + [anon_sym_let] = ACTIONS(1828), + [anon_sym_loop] = ACTIONS(1828), + [anon_sym_match] = ACTIONS(1828), + [anon_sym_mod] = ACTIONS(1828), + [anon_sym_pub] = ACTIONS(1828), + [anon_sym_return] = ACTIONS(1828), + [anon_sym_static] = ACTIONS(1828), + [anon_sym_struct] = ACTIONS(1828), + [anon_sym_trait] = ACTIONS(1828), + [anon_sym_type] = ACTIONS(1828), + [anon_sym_union] = ACTIONS(1828), + [anon_sym_unsafe] = ACTIONS(1828), + [anon_sym_use] = ACTIONS(1828), + [anon_sym_while] = ACTIONS(1828), + [anon_sym_extern] = ACTIONS(1828), + [anon_sym_yield] = ACTIONS(1828), + [anon_sym_move] = ACTIONS(1828), + [anon_sym_try] = ACTIONS(1828), + [sym_integer_literal] = ACTIONS(1826), + [aux_sym_string_literal_token1] = ACTIONS(1826), + [sym_char_literal] = ACTIONS(1826), + [anon_sym_true] = ACTIONS(1828), + [anon_sym_false] = ACTIONS(1828), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1828), + [sym_super] = ACTIONS(1828), + [sym_crate] = ACTIONS(1828), + [sym_metavariable] = ACTIONS(1826), + [sym__raw_string_literal_start] = ACTIONS(1826), + [sym_float_literal] = ACTIONS(1826), }, [STATE(502)] = { [sym_line_comment] = STATE(502), [sym_block_comment] = STATE(502), - [ts_builtin_sym_end] = ACTIONS(1811), - [sym_identifier] = ACTIONS(1813), - [anon_sym_SEMI] = ACTIONS(1811), - [anon_sym_macro_rules_BANG] = ACTIONS(1811), - [anon_sym_LPAREN] = ACTIONS(1811), - [anon_sym_LBRACK] = ACTIONS(1811), - [anon_sym_LBRACE] = ACTIONS(1811), - [anon_sym_RBRACE] = ACTIONS(1811), - [anon_sym_STAR] = ACTIONS(1811), - [anon_sym_u8] = ACTIONS(1813), - [anon_sym_i8] = ACTIONS(1813), - [anon_sym_u16] = ACTIONS(1813), - [anon_sym_i16] = ACTIONS(1813), - [anon_sym_u32] = ACTIONS(1813), - [anon_sym_i32] = ACTIONS(1813), - [anon_sym_u64] = ACTIONS(1813), - [anon_sym_i64] = ACTIONS(1813), - [anon_sym_u128] = ACTIONS(1813), - [anon_sym_i128] = ACTIONS(1813), - [anon_sym_isize] = ACTIONS(1813), - [anon_sym_usize] = ACTIONS(1813), - [anon_sym_f32] = ACTIONS(1813), - [anon_sym_f64] = ACTIONS(1813), - [anon_sym_bool] = ACTIONS(1813), - [anon_sym_str] = ACTIONS(1813), - [anon_sym_char] = ACTIONS(1813), - [anon_sym_DASH] = ACTIONS(1811), - [anon_sym_BANG] = ACTIONS(1811), - [anon_sym_AMP] = ACTIONS(1811), - [anon_sym_PIPE] = ACTIONS(1811), - [anon_sym_LT] = ACTIONS(1811), - [anon_sym_DOT_DOT] = ACTIONS(1811), - [anon_sym_COLON_COLON] = ACTIONS(1811), - [anon_sym_POUND] = ACTIONS(1811), - [anon_sym_SQUOTE] = ACTIONS(1813), - [anon_sym_async] = ACTIONS(1813), - [anon_sym_break] = ACTIONS(1813), - [anon_sym_const] = ACTIONS(1813), - [anon_sym_continue] = ACTIONS(1813), - [anon_sym_default] = ACTIONS(1813), - [anon_sym_enum] = ACTIONS(1813), - [anon_sym_fn] = ACTIONS(1813), - [anon_sym_for] = ACTIONS(1813), - [anon_sym_gen] = ACTIONS(1813), - [anon_sym_if] = ACTIONS(1813), - [anon_sym_impl] = ACTIONS(1813), - [anon_sym_let] = ACTIONS(1813), - [anon_sym_loop] = ACTIONS(1813), - [anon_sym_match] = ACTIONS(1813), - [anon_sym_mod] = ACTIONS(1813), - [anon_sym_pub] = ACTIONS(1813), - [anon_sym_return] = ACTIONS(1813), - [anon_sym_static] = ACTIONS(1813), - [anon_sym_struct] = ACTIONS(1813), - [anon_sym_trait] = ACTIONS(1813), - [anon_sym_type] = ACTIONS(1813), - [anon_sym_union] = ACTIONS(1813), - [anon_sym_unsafe] = ACTIONS(1813), - [anon_sym_use] = ACTIONS(1813), - [anon_sym_while] = ACTIONS(1813), - [anon_sym_extern] = ACTIONS(1813), - [anon_sym_yield] = ACTIONS(1813), - [anon_sym_move] = ACTIONS(1813), - [anon_sym_try] = ACTIONS(1813), - [sym_integer_literal] = ACTIONS(1811), - [aux_sym_string_literal_token1] = ACTIONS(1811), - [sym_char_literal] = ACTIONS(1811), - [anon_sym_true] = ACTIONS(1813), - [anon_sym_false] = ACTIONS(1813), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1813), - [sym_super] = ACTIONS(1813), - [sym_crate] = ACTIONS(1813), - [sym_metavariable] = ACTIONS(1811), - [sym__raw_string_literal_start] = ACTIONS(1811), - [sym_float_literal] = ACTIONS(1811), + [ts_builtin_sym_end] = ACTIONS(1830), + [sym_identifier] = ACTIONS(1832), + [anon_sym_SEMI] = ACTIONS(1830), + [anon_sym_macro_rules_BANG] = ACTIONS(1830), + [anon_sym_LPAREN] = ACTIONS(1830), + [anon_sym_LBRACK] = ACTIONS(1830), + [anon_sym_LBRACE] = ACTIONS(1830), + [anon_sym_RBRACE] = ACTIONS(1830), + [anon_sym_STAR] = ACTIONS(1830), + [anon_sym_u8] = ACTIONS(1832), + [anon_sym_i8] = ACTIONS(1832), + [anon_sym_u16] = ACTIONS(1832), + [anon_sym_i16] = ACTIONS(1832), + [anon_sym_u32] = ACTIONS(1832), + [anon_sym_i32] = ACTIONS(1832), + [anon_sym_u64] = ACTIONS(1832), + [anon_sym_i64] = ACTIONS(1832), + [anon_sym_u128] = ACTIONS(1832), + [anon_sym_i128] = ACTIONS(1832), + [anon_sym_isize] = ACTIONS(1832), + [anon_sym_usize] = ACTIONS(1832), + [anon_sym_f32] = ACTIONS(1832), + [anon_sym_f64] = ACTIONS(1832), + [anon_sym_bool] = ACTIONS(1832), + [anon_sym_str] = ACTIONS(1832), + [anon_sym_char] = ACTIONS(1832), + [anon_sym_DASH] = ACTIONS(1830), + [anon_sym_BANG] = ACTIONS(1830), + [anon_sym_AMP] = ACTIONS(1830), + [anon_sym_PIPE] = ACTIONS(1830), + [anon_sym_LT] = ACTIONS(1830), + [anon_sym_DOT_DOT] = ACTIONS(1830), + [anon_sym_COLON_COLON] = ACTIONS(1830), + [anon_sym_POUND] = ACTIONS(1830), + [anon_sym_SQUOTE] = ACTIONS(1832), + [anon_sym_async] = ACTIONS(1832), + [anon_sym_break] = ACTIONS(1832), + [anon_sym_const] = ACTIONS(1832), + [anon_sym_continue] = ACTIONS(1832), + [anon_sym_default] = ACTIONS(1832), + [anon_sym_enum] = ACTIONS(1832), + [anon_sym_fn] = ACTIONS(1832), + [anon_sym_for] = ACTIONS(1832), + [anon_sym_gen] = ACTIONS(1832), + [anon_sym_if] = ACTIONS(1832), + [anon_sym_impl] = ACTIONS(1832), + [anon_sym_let] = ACTIONS(1832), + [anon_sym_loop] = ACTIONS(1832), + [anon_sym_match] = ACTIONS(1832), + [anon_sym_mod] = ACTIONS(1832), + [anon_sym_pub] = ACTIONS(1832), + [anon_sym_return] = ACTIONS(1832), + [anon_sym_static] = ACTIONS(1832), + [anon_sym_struct] = ACTIONS(1832), + [anon_sym_trait] = ACTIONS(1832), + [anon_sym_type] = ACTIONS(1832), + [anon_sym_union] = ACTIONS(1832), + [anon_sym_unsafe] = ACTIONS(1832), + [anon_sym_use] = ACTIONS(1832), + [anon_sym_while] = ACTIONS(1832), + [anon_sym_extern] = ACTIONS(1832), + [anon_sym_yield] = ACTIONS(1832), + [anon_sym_move] = ACTIONS(1832), + [anon_sym_try] = ACTIONS(1832), + [sym_integer_literal] = ACTIONS(1830), + [aux_sym_string_literal_token1] = ACTIONS(1830), + [sym_char_literal] = ACTIONS(1830), + [anon_sym_true] = ACTIONS(1832), + [anon_sym_false] = ACTIONS(1832), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1832), + [sym_super] = ACTIONS(1832), + [sym_crate] = ACTIONS(1832), + [sym_metavariable] = ACTIONS(1830), + [sym__raw_string_literal_start] = ACTIONS(1830), + [sym_float_literal] = ACTIONS(1830), }, [STATE(503)] = { [sym_line_comment] = STATE(503), [sym_block_comment] = STATE(503), - [ts_builtin_sym_end] = ACTIONS(1815), - [sym_identifier] = ACTIONS(1817), - [anon_sym_SEMI] = ACTIONS(1815), - [anon_sym_macro_rules_BANG] = ACTIONS(1815), - [anon_sym_LPAREN] = ACTIONS(1815), - [anon_sym_LBRACK] = ACTIONS(1815), - [anon_sym_LBRACE] = ACTIONS(1815), - [anon_sym_RBRACE] = ACTIONS(1815), - [anon_sym_STAR] = ACTIONS(1815), - [anon_sym_u8] = ACTIONS(1817), - [anon_sym_i8] = ACTIONS(1817), - [anon_sym_u16] = ACTIONS(1817), - [anon_sym_i16] = ACTIONS(1817), - [anon_sym_u32] = ACTIONS(1817), - [anon_sym_i32] = ACTIONS(1817), - [anon_sym_u64] = ACTIONS(1817), - [anon_sym_i64] = ACTIONS(1817), - [anon_sym_u128] = ACTIONS(1817), - [anon_sym_i128] = ACTIONS(1817), - [anon_sym_isize] = ACTIONS(1817), - [anon_sym_usize] = ACTIONS(1817), - [anon_sym_f32] = ACTIONS(1817), - [anon_sym_f64] = ACTIONS(1817), - [anon_sym_bool] = ACTIONS(1817), - [anon_sym_str] = ACTIONS(1817), - [anon_sym_char] = ACTIONS(1817), - [anon_sym_DASH] = ACTIONS(1815), - [anon_sym_BANG] = ACTIONS(1815), - [anon_sym_AMP] = ACTIONS(1815), - [anon_sym_PIPE] = ACTIONS(1815), - [anon_sym_LT] = ACTIONS(1815), - [anon_sym_DOT_DOT] = ACTIONS(1815), - [anon_sym_COLON_COLON] = ACTIONS(1815), - [anon_sym_POUND] = ACTIONS(1815), - [anon_sym_SQUOTE] = ACTIONS(1817), - [anon_sym_async] = ACTIONS(1817), - [anon_sym_break] = ACTIONS(1817), - [anon_sym_const] = ACTIONS(1817), - [anon_sym_continue] = ACTIONS(1817), - [anon_sym_default] = ACTIONS(1817), - [anon_sym_enum] = ACTIONS(1817), - [anon_sym_fn] = ACTIONS(1817), - [anon_sym_for] = ACTIONS(1817), - [anon_sym_gen] = ACTIONS(1817), - [anon_sym_if] = ACTIONS(1817), - [anon_sym_impl] = ACTIONS(1817), - [anon_sym_let] = ACTIONS(1817), - [anon_sym_loop] = ACTIONS(1817), - [anon_sym_match] = ACTIONS(1817), - [anon_sym_mod] = ACTIONS(1817), - [anon_sym_pub] = ACTIONS(1817), - [anon_sym_return] = ACTIONS(1817), - [anon_sym_static] = ACTIONS(1817), - [anon_sym_struct] = ACTIONS(1817), - [anon_sym_trait] = ACTIONS(1817), - [anon_sym_type] = ACTIONS(1817), - [anon_sym_union] = ACTIONS(1817), - [anon_sym_unsafe] = ACTIONS(1817), - [anon_sym_use] = ACTIONS(1817), - [anon_sym_while] = ACTIONS(1817), - [anon_sym_extern] = ACTIONS(1817), - [anon_sym_yield] = ACTIONS(1817), - [anon_sym_move] = ACTIONS(1817), - [anon_sym_try] = ACTIONS(1817), - [sym_integer_literal] = ACTIONS(1815), - [aux_sym_string_literal_token1] = ACTIONS(1815), - [sym_char_literal] = ACTIONS(1815), - [anon_sym_true] = ACTIONS(1817), - [anon_sym_false] = ACTIONS(1817), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1817), - [sym_super] = ACTIONS(1817), - [sym_crate] = ACTIONS(1817), - [sym_metavariable] = ACTIONS(1815), - [sym__raw_string_literal_start] = ACTIONS(1815), - [sym_float_literal] = ACTIONS(1815), + [ts_builtin_sym_end] = ACTIONS(1834), + [sym_identifier] = ACTIONS(1836), + [anon_sym_SEMI] = ACTIONS(1834), + [anon_sym_macro_rules_BANG] = ACTIONS(1834), + [anon_sym_LPAREN] = ACTIONS(1834), + [anon_sym_LBRACK] = ACTIONS(1834), + [anon_sym_LBRACE] = ACTIONS(1834), + [anon_sym_RBRACE] = ACTIONS(1834), + [anon_sym_STAR] = ACTIONS(1834), + [anon_sym_u8] = ACTIONS(1836), + [anon_sym_i8] = ACTIONS(1836), + [anon_sym_u16] = ACTIONS(1836), + [anon_sym_i16] = ACTIONS(1836), + [anon_sym_u32] = ACTIONS(1836), + [anon_sym_i32] = ACTIONS(1836), + [anon_sym_u64] = ACTIONS(1836), + [anon_sym_i64] = ACTIONS(1836), + [anon_sym_u128] = ACTIONS(1836), + [anon_sym_i128] = ACTIONS(1836), + [anon_sym_isize] = ACTIONS(1836), + [anon_sym_usize] = ACTIONS(1836), + [anon_sym_f32] = ACTIONS(1836), + [anon_sym_f64] = ACTIONS(1836), + [anon_sym_bool] = ACTIONS(1836), + [anon_sym_str] = ACTIONS(1836), + [anon_sym_char] = ACTIONS(1836), + [anon_sym_DASH] = ACTIONS(1834), + [anon_sym_BANG] = ACTIONS(1834), + [anon_sym_AMP] = ACTIONS(1834), + [anon_sym_PIPE] = ACTIONS(1834), + [anon_sym_LT] = ACTIONS(1834), + [anon_sym_DOT_DOT] = ACTIONS(1834), + [anon_sym_COLON_COLON] = ACTIONS(1834), + [anon_sym_POUND] = ACTIONS(1834), + [anon_sym_SQUOTE] = ACTIONS(1836), + [anon_sym_async] = ACTIONS(1836), + [anon_sym_break] = ACTIONS(1836), + [anon_sym_const] = ACTIONS(1836), + [anon_sym_continue] = ACTIONS(1836), + [anon_sym_default] = ACTIONS(1836), + [anon_sym_enum] = ACTIONS(1836), + [anon_sym_fn] = ACTIONS(1836), + [anon_sym_for] = ACTIONS(1836), + [anon_sym_gen] = ACTIONS(1836), + [anon_sym_if] = ACTIONS(1836), + [anon_sym_impl] = ACTIONS(1836), + [anon_sym_let] = ACTIONS(1836), + [anon_sym_loop] = ACTIONS(1836), + [anon_sym_match] = ACTIONS(1836), + [anon_sym_mod] = ACTIONS(1836), + [anon_sym_pub] = ACTIONS(1836), + [anon_sym_return] = ACTIONS(1836), + [anon_sym_static] = ACTIONS(1836), + [anon_sym_struct] = ACTIONS(1836), + [anon_sym_trait] = ACTIONS(1836), + [anon_sym_type] = ACTIONS(1836), + [anon_sym_union] = ACTIONS(1836), + [anon_sym_unsafe] = ACTIONS(1836), + [anon_sym_use] = ACTIONS(1836), + [anon_sym_while] = ACTIONS(1836), + [anon_sym_extern] = ACTIONS(1836), + [anon_sym_yield] = ACTIONS(1836), + [anon_sym_move] = ACTIONS(1836), + [anon_sym_try] = ACTIONS(1836), + [sym_integer_literal] = ACTIONS(1834), + [aux_sym_string_literal_token1] = ACTIONS(1834), + [sym_char_literal] = ACTIONS(1834), + [anon_sym_true] = ACTIONS(1836), + [anon_sym_false] = ACTIONS(1836), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1836), + [sym_super] = ACTIONS(1836), + [sym_crate] = ACTIONS(1836), + [sym_metavariable] = ACTIONS(1834), + [sym__raw_string_literal_start] = ACTIONS(1834), + [sym_float_literal] = ACTIONS(1834), }, [STATE(504)] = { [sym_line_comment] = STATE(504), [sym_block_comment] = STATE(504), - [ts_builtin_sym_end] = ACTIONS(1819), - [sym_identifier] = ACTIONS(1821), - [anon_sym_SEMI] = ACTIONS(1819), - [anon_sym_macro_rules_BANG] = ACTIONS(1819), - [anon_sym_LPAREN] = ACTIONS(1819), - [anon_sym_LBRACK] = ACTIONS(1819), - [anon_sym_LBRACE] = ACTIONS(1819), - [anon_sym_RBRACE] = ACTIONS(1819), - [anon_sym_STAR] = ACTIONS(1819), - [anon_sym_u8] = ACTIONS(1821), - [anon_sym_i8] = ACTIONS(1821), - [anon_sym_u16] = ACTIONS(1821), - [anon_sym_i16] = ACTIONS(1821), - [anon_sym_u32] = ACTIONS(1821), - [anon_sym_i32] = ACTIONS(1821), - [anon_sym_u64] = ACTIONS(1821), - [anon_sym_i64] = ACTIONS(1821), - [anon_sym_u128] = ACTIONS(1821), - [anon_sym_i128] = ACTIONS(1821), - [anon_sym_isize] = ACTIONS(1821), - [anon_sym_usize] = ACTIONS(1821), - [anon_sym_f32] = ACTIONS(1821), - [anon_sym_f64] = ACTIONS(1821), - [anon_sym_bool] = ACTIONS(1821), - [anon_sym_str] = ACTIONS(1821), - [anon_sym_char] = ACTIONS(1821), - [anon_sym_DASH] = ACTIONS(1819), - [anon_sym_BANG] = ACTIONS(1819), - [anon_sym_AMP] = ACTIONS(1819), - [anon_sym_PIPE] = ACTIONS(1819), - [anon_sym_LT] = ACTIONS(1819), - [anon_sym_DOT_DOT] = ACTIONS(1819), - [anon_sym_COLON_COLON] = ACTIONS(1819), - [anon_sym_POUND] = ACTIONS(1819), - [anon_sym_SQUOTE] = ACTIONS(1821), - [anon_sym_async] = ACTIONS(1821), - [anon_sym_break] = ACTIONS(1821), - [anon_sym_const] = ACTIONS(1821), - [anon_sym_continue] = ACTIONS(1821), - [anon_sym_default] = ACTIONS(1821), - [anon_sym_enum] = ACTIONS(1821), - [anon_sym_fn] = ACTIONS(1821), - [anon_sym_for] = ACTIONS(1821), - [anon_sym_gen] = ACTIONS(1821), - [anon_sym_if] = ACTIONS(1821), - [anon_sym_impl] = ACTIONS(1821), - [anon_sym_let] = ACTIONS(1821), - [anon_sym_loop] = ACTIONS(1821), - [anon_sym_match] = ACTIONS(1821), - [anon_sym_mod] = ACTIONS(1821), - [anon_sym_pub] = ACTIONS(1821), - [anon_sym_return] = ACTIONS(1821), - [anon_sym_static] = ACTIONS(1821), - [anon_sym_struct] = ACTIONS(1821), - [anon_sym_trait] = ACTIONS(1821), - [anon_sym_type] = ACTIONS(1821), - [anon_sym_union] = ACTIONS(1821), - [anon_sym_unsafe] = ACTIONS(1821), - [anon_sym_use] = ACTIONS(1821), - [anon_sym_while] = ACTIONS(1821), - [anon_sym_extern] = ACTIONS(1821), - [anon_sym_yield] = ACTIONS(1821), - [anon_sym_move] = ACTIONS(1821), - [anon_sym_try] = ACTIONS(1821), - [sym_integer_literal] = ACTIONS(1819), - [aux_sym_string_literal_token1] = ACTIONS(1819), - [sym_char_literal] = ACTIONS(1819), - [anon_sym_true] = ACTIONS(1821), - [anon_sym_false] = ACTIONS(1821), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1821), - [sym_super] = ACTIONS(1821), - [sym_crate] = ACTIONS(1821), - [sym_metavariable] = ACTIONS(1819), - [sym__raw_string_literal_start] = ACTIONS(1819), - [sym_float_literal] = ACTIONS(1819), + [ts_builtin_sym_end] = ACTIONS(1838), + [sym_identifier] = ACTIONS(1840), + [anon_sym_SEMI] = ACTIONS(1838), + [anon_sym_macro_rules_BANG] = ACTIONS(1838), + [anon_sym_LPAREN] = ACTIONS(1838), + [anon_sym_LBRACK] = ACTIONS(1838), + [anon_sym_LBRACE] = ACTIONS(1838), + [anon_sym_RBRACE] = ACTIONS(1838), + [anon_sym_STAR] = ACTIONS(1838), + [anon_sym_u8] = ACTIONS(1840), + [anon_sym_i8] = ACTIONS(1840), + [anon_sym_u16] = ACTIONS(1840), + [anon_sym_i16] = ACTIONS(1840), + [anon_sym_u32] = ACTIONS(1840), + [anon_sym_i32] = ACTIONS(1840), + [anon_sym_u64] = ACTIONS(1840), + [anon_sym_i64] = ACTIONS(1840), + [anon_sym_u128] = ACTIONS(1840), + [anon_sym_i128] = ACTIONS(1840), + [anon_sym_isize] = ACTIONS(1840), + [anon_sym_usize] = ACTIONS(1840), + [anon_sym_f32] = ACTIONS(1840), + [anon_sym_f64] = ACTIONS(1840), + [anon_sym_bool] = ACTIONS(1840), + [anon_sym_str] = ACTIONS(1840), + [anon_sym_char] = ACTIONS(1840), + [anon_sym_DASH] = ACTIONS(1838), + [anon_sym_BANG] = ACTIONS(1838), + [anon_sym_AMP] = ACTIONS(1838), + [anon_sym_PIPE] = ACTIONS(1838), + [anon_sym_LT] = ACTIONS(1838), + [anon_sym_DOT_DOT] = ACTIONS(1838), + [anon_sym_COLON_COLON] = ACTIONS(1838), + [anon_sym_POUND] = ACTIONS(1838), + [anon_sym_SQUOTE] = ACTIONS(1840), + [anon_sym_async] = ACTIONS(1840), + [anon_sym_break] = ACTIONS(1840), + [anon_sym_const] = ACTIONS(1840), + [anon_sym_continue] = ACTIONS(1840), + [anon_sym_default] = ACTIONS(1840), + [anon_sym_enum] = ACTIONS(1840), + [anon_sym_fn] = ACTIONS(1840), + [anon_sym_for] = ACTIONS(1840), + [anon_sym_gen] = ACTIONS(1840), + [anon_sym_if] = ACTIONS(1840), + [anon_sym_impl] = ACTIONS(1840), + [anon_sym_let] = ACTIONS(1840), + [anon_sym_loop] = ACTIONS(1840), + [anon_sym_match] = ACTIONS(1840), + [anon_sym_mod] = ACTIONS(1840), + [anon_sym_pub] = ACTIONS(1840), + [anon_sym_return] = ACTIONS(1840), + [anon_sym_static] = ACTIONS(1840), + [anon_sym_struct] = ACTIONS(1840), + [anon_sym_trait] = ACTIONS(1840), + [anon_sym_type] = ACTIONS(1840), + [anon_sym_union] = ACTIONS(1840), + [anon_sym_unsafe] = ACTIONS(1840), + [anon_sym_use] = ACTIONS(1840), + [anon_sym_while] = ACTIONS(1840), + [anon_sym_extern] = ACTIONS(1840), + [anon_sym_yield] = ACTIONS(1840), + [anon_sym_move] = ACTIONS(1840), + [anon_sym_try] = ACTIONS(1840), + [sym_integer_literal] = ACTIONS(1838), + [aux_sym_string_literal_token1] = ACTIONS(1838), + [sym_char_literal] = ACTIONS(1838), + [anon_sym_true] = ACTIONS(1840), + [anon_sym_false] = ACTIONS(1840), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1840), + [sym_super] = ACTIONS(1840), + [sym_crate] = ACTIONS(1840), + [sym_metavariable] = ACTIONS(1838), + [sym__raw_string_literal_start] = ACTIONS(1838), + [sym_float_literal] = ACTIONS(1838), }, [STATE(505)] = { [sym_line_comment] = STATE(505), [sym_block_comment] = STATE(505), - [ts_builtin_sym_end] = ACTIONS(1823), - [sym_identifier] = ACTIONS(1825), - [anon_sym_SEMI] = ACTIONS(1823), - [anon_sym_macro_rules_BANG] = ACTIONS(1823), - [anon_sym_LPAREN] = ACTIONS(1823), - [anon_sym_LBRACK] = ACTIONS(1823), - [anon_sym_LBRACE] = ACTIONS(1823), - [anon_sym_RBRACE] = ACTIONS(1823), - [anon_sym_STAR] = ACTIONS(1823), - [anon_sym_u8] = ACTIONS(1825), - [anon_sym_i8] = ACTIONS(1825), - [anon_sym_u16] = ACTIONS(1825), - [anon_sym_i16] = ACTIONS(1825), - [anon_sym_u32] = ACTIONS(1825), - [anon_sym_i32] = ACTIONS(1825), - [anon_sym_u64] = ACTIONS(1825), - [anon_sym_i64] = ACTIONS(1825), - [anon_sym_u128] = ACTIONS(1825), - [anon_sym_i128] = ACTIONS(1825), - [anon_sym_isize] = ACTIONS(1825), - [anon_sym_usize] = ACTIONS(1825), - [anon_sym_f32] = ACTIONS(1825), - [anon_sym_f64] = ACTIONS(1825), - [anon_sym_bool] = ACTIONS(1825), - [anon_sym_str] = ACTIONS(1825), - [anon_sym_char] = ACTIONS(1825), - [anon_sym_DASH] = ACTIONS(1823), - [anon_sym_BANG] = ACTIONS(1823), - [anon_sym_AMP] = ACTIONS(1823), - [anon_sym_PIPE] = ACTIONS(1823), - [anon_sym_LT] = ACTIONS(1823), - [anon_sym_DOT_DOT] = ACTIONS(1823), - [anon_sym_COLON_COLON] = ACTIONS(1823), - [anon_sym_POUND] = ACTIONS(1823), - [anon_sym_SQUOTE] = ACTIONS(1825), - [anon_sym_async] = ACTIONS(1825), - [anon_sym_break] = ACTIONS(1825), - [anon_sym_const] = ACTIONS(1825), - [anon_sym_continue] = ACTIONS(1825), - [anon_sym_default] = ACTIONS(1825), - [anon_sym_enum] = ACTIONS(1825), - [anon_sym_fn] = ACTIONS(1825), - [anon_sym_for] = ACTIONS(1825), - [anon_sym_gen] = ACTIONS(1825), - [anon_sym_if] = ACTIONS(1825), - [anon_sym_impl] = ACTIONS(1825), - [anon_sym_let] = ACTIONS(1825), - [anon_sym_loop] = ACTIONS(1825), - [anon_sym_match] = ACTIONS(1825), - [anon_sym_mod] = ACTIONS(1825), - [anon_sym_pub] = ACTIONS(1825), - [anon_sym_return] = ACTIONS(1825), - [anon_sym_static] = ACTIONS(1825), - [anon_sym_struct] = ACTIONS(1825), - [anon_sym_trait] = ACTIONS(1825), - [anon_sym_type] = ACTIONS(1825), - [anon_sym_union] = ACTIONS(1825), - [anon_sym_unsafe] = ACTIONS(1825), - [anon_sym_use] = ACTIONS(1825), - [anon_sym_while] = ACTIONS(1825), - [anon_sym_extern] = ACTIONS(1825), - [anon_sym_yield] = ACTIONS(1825), - [anon_sym_move] = ACTIONS(1825), - [anon_sym_try] = ACTIONS(1825), - [sym_integer_literal] = ACTIONS(1823), - [aux_sym_string_literal_token1] = ACTIONS(1823), - [sym_char_literal] = ACTIONS(1823), - [anon_sym_true] = ACTIONS(1825), - [anon_sym_false] = ACTIONS(1825), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1825), - [sym_super] = ACTIONS(1825), - [sym_crate] = ACTIONS(1825), - [sym_metavariable] = ACTIONS(1823), - [sym__raw_string_literal_start] = ACTIONS(1823), - [sym_float_literal] = ACTIONS(1823), + [ts_builtin_sym_end] = ACTIONS(1842), + [sym_identifier] = ACTIONS(1844), + [anon_sym_SEMI] = ACTIONS(1842), + [anon_sym_macro_rules_BANG] = ACTIONS(1842), + [anon_sym_LPAREN] = ACTIONS(1842), + [anon_sym_LBRACK] = ACTIONS(1842), + [anon_sym_LBRACE] = ACTIONS(1842), + [anon_sym_RBRACE] = ACTIONS(1842), + [anon_sym_STAR] = ACTIONS(1842), + [anon_sym_u8] = ACTIONS(1844), + [anon_sym_i8] = ACTIONS(1844), + [anon_sym_u16] = ACTIONS(1844), + [anon_sym_i16] = ACTIONS(1844), + [anon_sym_u32] = ACTIONS(1844), + [anon_sym_i32] = ACTIONS(1844), + [anon_sym_u64] = ACTIONS(1844), + [anon_sym_i64] = ACTIONS(1844), + [anon_sym_u128] = ACTIONS(1844), + [anon_sym_i128] = ACTIONS(1844), + [anon_sym_isize] = ACTIONS(1844), + [anon_sym_usize] = ACTIONS(1844), + [anon_sym_f32] = ACTIONS(1844), + [anon_sym_f64] = ACTIONS(1844), + [anon_sym_bool] = ACTIONS(1844), + [anon_sym_str] = ACTIONS(1844), + [anon_sym_char] = ACTIONS(1844), + [anon_sym_DASH] = ACTIONS(1842), + [anon_sym_BANG] = ACTIONS(1842), + [anon_sym_AMP] = ACTIONS(1842), + [anon_sym_PIPE] = ACTIONS(1842), + [anon_sym_LT] = ACTIONS(1842), + [anon_sym_DOT_DOT] = ACTIONS(1842), + [anon_sym_COLON_COLON] = ACTIONS(1842), + [anon_sym_POUND] = ACTIONS(1842), + [anon_sym_SQUOTE] = ACTIONS(1844), + [anon_sym_async] = ACTIONS(1844), + [anon_sym_break] = ACTIONS(1844), + [anon_sym_const] = ACTIONS(1844), + [anon_sym_continue] = ACTIONS(1844), + [anon_sym_default] = ACTIONS(1844), + [anon_sym_enum] = ACTIONS(1844), + [anon_sym_fn] = ACTIONS(1844), + [anon_sym_for] = ACTIONS(1844), + [anon_sym_gen] = ACTIONS(1844), + [anon_sym_if] = ACTIONS(1844), + [anon_sym_impl] = ACTIONS(1844), + [anon_sym_let] = ACTIONS(1844), + [anon_sym_loop] = ACTIONS(1844), + [anon_sym_match] = ACTIONS(1844), + [anon_sym_mod] = ACTIONS(1844), + [anon_sym_pub] = ACTIONS(1844), + [anon_sym_return] = ACTIONS(1844), + [anon_sym_static] = ACTIONS(1844), + [anon_sym_struct] = ACTIONS(1844), + [anon_sym_trait] = ACTIONS(1844), + [anon_sym_type] = ACTIONS(1844), + [anon_sym_union] = ACTIONS(1844), + [anon_sym_unsafe] = ACTIONS(1844), + [anon_sym_use] = ACTIONS(1844), + [anon_sym_while] = ACTIONS(1844), + [anon_sym_extern] = ACTIONS(1844), + [anon_sym_yield] = ACTIONS(1844), + [anon_sym_move] = ACTIONS(1844), + [anon_sym_try] = ACTIONS(1844), + [sym_integer_literal] = ACTIONS(1842), + [aux_sym_string_literal_token1] = ACTIONS(1842), + [sym_char_literal] = ACTIONS(1842), + [anon_sym_true] = ACTIONS(1844), + [anon_sym_false] = ACTIONS(1844), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1844), + [sym_super] = ACTIONS(1844), + [sym_crate] = ACTIONS(1844), + [sym_metavariable] = ACTIONS(1842), + [sym__raw_string_literal_start] = ACTIONS(1842), + [sym_float_literal] = ACTIONS(1842), }, [STATE(506)] = { [sym_line_comment] = STATE(506), [sym_block_comment] = STATE(506), - [ts_builtin_sym_end] = ACTIONS(1827), - [sym_identifier] = ACTIONS(1829), - [anon_sym_SEMI] = ACTIONS(1827), - [anon_sym_macro_rules_BANG] = ACTIONS(1827), - [anon_sym_LPAREN] = ACTIONS(1827), - [anon_sym_LBRACK] = ACTIONS(1827), - [anon_sym_LBRACE] = ACTIONS(1827), - [anon_sym_RBRACE] = ACTIONS(1827), - [anon_sym_STAR] = ACTIONS(1827), - [anon_sym_u8] = ACTIONS(1829), - [anon_sym_i8] = ACTIONS(1829), - [anon_sym_u16] = ACTIONS(1829), - [anon_sym_i16] = ACTIONS(1829), - [anon_sym_u32] = ACTIONS(1829), - [anon_sym_i32] = ACTIONS(1829), - [anon_sym_u64] = ACTIONS(1829), - [anon_sym_i64] = ACTIONS(1829), - [anon_sym_u128] = ACTIONS(1829), - [anon_sym_i128] = ACTIONS(1829), - [anon_sym_isize] = ACTIONS(1829), - [anon_sym_usize] = ACTIONS(1829), - [anon_sym_f32] = ACTIONS(1829), - [anon_sym_f64] = ACTIONS(1829), - [anon_sym_bool] = ACTIONS(1829), - [anon_sym_str] = ACTIONS(1829), - [anon_sym_char] = ACTIONS(1829), - [anon_sym_DASH] = ACTIONS(1827), - [anon_sym_BANG] = ACTIONS(1827), - [anon_sym_AMP] = ACTIONS(1827), - [anon_sym_PIPE] = ACTIONS(1827), - [anon_sym_LT] = ACTIONS(1827), - [anon_sym_DOT_DOT] = ACTIONS(1827), - [anon_sym_COLON_COLON] = ACTIONS(1827), - [anon_sym_POUND] = ACTIONS(1827), - [anon_sym_SQUOTE] = ACTIONS(1829), - [anon_sym_async] = ACTIONS(1829), - [anon_sym_break] = ACTIONS(1829), - [anon_sym_const] = ACTIONS(1829), - [anon_sym_continue] = ACTIONS(1829), - [anon_sym_default] = ACTIONS(1829), - [anon_sym_enum] = ACTIONS(1829), - [anon_sym_fn] = ACTIONS(1829), - [anon_sym_for] = ACTIONS(1829), - [anon_sym_gen] = ACTIONS(1829), - [anon_sym_if] = ACTIONS(1829), - [anon_sym_impl] = ACTIONS(1829), - [anon_sym_let] = ACTIONS(1829), - [anon_sym_loop] = ACTIONS(1829), - [anon_sym_match] = ACTIONS(1829), - [anon_sym_mod] = ACTIONS(1829), - [anon_sym_pub] = ACTIONS(1829), - [anon_sym_return] = ACTIONS(1829), - [anon_sym_static] = ACTIONS(1829), - [anon_sym_struct] = ACTIONS(1829), - [anon_sym_trait] = ACTIONS(1829), - [anon_sym_type] = ACTIONS(1829), - [anon_sym_union] = ACTIONS(1829), - [anon_sym_unsafe] = ACTIONS(1829), - [anon_sym_use] = ACTIONS(1829), - [anon_sym_while] = ACTIONS(1829), - [anon_sym_extern] = ACTIONS(1829), - [anon_sym_yield] = ACTIONS(1829), - [anon_sym_move] = ACTIONS(1829), - [anon_sym_try] = ACTIONS(1829), - [sym_integer_literal] = ACTIONS(1827), - [aux_sym_string_literal_token1] = ACTIONS(1827), - [sym_char_literal] = ACTIONS(1827), - [anon_sym_true] = ACTIONS(1829), - [anon_sym_false] = ACTIONS(1829), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1829), - [sym_super] = ACTIONS(1829), - [sym_crate] = ACTIONS(1829), - [sym_metavariable] = ACTIONS(1827), - [sym__raw_string_literal_start] = ACTIONS(1827), - [sym_float_literal] = ACTIONS(1827), + [ts_builtin_sym_end] = ACTIONS(1846), + [sym_identifier] = ACTIONS(1848), + [anon_sym_SEMI] = ACTIONS(1846), + [anon_sym_macro_rules_BANG] = ACTIONS(1846), + [anon_sym_LPAREN] = ACTIONS(1846), + [anon_sym_LBRACK] = ACTIONS(1846), + [anon_sym_LBRACE] = ACTIONS(1846), + [anon_sym_RBRACE] = ACTIONS(1846), + [anon_sym_STAR] = ACTIONS(1846), + [anon_sym_u8] = ACTIONS(1848), + [anon_sym_i8] = ACTIONS(1848), + [anon_sym_u16] = ACTIONS(1848), + [anon_sym_i16] = ACTIONS(1848), + [anon_sym_u32] = ACTIONS(1848), + [anon_sym_i32] = ACTIONS(1848), + [anon_sym_u64] = ACTIONS(1848), + [anon_sym_i64] = ACTIONS(1848), + [anon_sym_u128] = ACTIONS(1848), + [anon_sym_i128] = ACTIONS(1848), + [anon_sym_isize] = ACTIONS(1848), + [anon_sym_usize] = ACTIONS(1848), + [anon_sym_f32] = ACTIONS(1848), + [anon_sym_f64] = ACTIONS(1848), + [anon_sym_bool] = ACTIONS(1848), + [anon_sym_str] = ACTIONS(1848), + [anon_sym_char] = ACTIONS(1848), + [anon_sym_DASH] = ACTIONS(1846), + [anon_sym_BANG] = ACTIONS(1846), + [anon_sym_AMP] = ACTIONS(1846), + [anon_sym_PIPE] = ACTIONS(1846), + [anon_sym_LT] = ACTIONS(1846), + [anon_sym_DOT_DOT] = ACTIONS(1846), + [anon_sym_COLON_COLON] = ACTIONS(1846), + [anon_sym_POUND] = ACTIONS(1846), + [anon_sym_SQUOTE] = ACTIONS(1848), + [anon_sym_async] = ACTIONS(1848), + [anon_sym_break] = ACTIONS(1848), + [anon_sym_const] = ACTIONS(1848), + [anon_sym_continue] = ACTIONS(1848), + [anon_sym_default] = ACTIONS(1848), + [anon_sym_enum] = ACTIONS(1848), + [anon_sym_fn] = ACTIONS(1848), + [anon_sym_for] = ACTIONS(1848), + [anon_sym_gen] = ACTIONS(1848), + [anon_sym_if] = ACTIONS(1848), + [anon_sym_impl] = ACTIONS(1848), + [anon_sym_let] = ACTIONS(1848), + [anon_sym_loop] = ACTIONS(1848), + [anon_sym_match] = ACTIONS(1848), + [anon_sym_mod] = ACTIONS(1848), + [anon_sym_pub] = ACTIONS(1848), + [anon_sym_return] = ACTIONS(1848), + [anon_sym_static] = ACTIONS(1848), + [anon_sym_struct] = ACTIONS(1848), + [anon_sym_trait] = ACTIONS(1848), + [anon_sym_type] = ACTIONS(1848), + [anon_sym_union] = ACTIONS(1848), + [anon_sym_unsafe] = ACTIONS(1848), + [anon_sym_use] = ACTIONS(1848), + [anon_sym_while] = ACTIONS(1848), + [anon_sym_extern] = ACTIONS(1848), + [anon_sym_yield] = ACTIONS(1848), + [anon_sym_move] = ACTIONS(1848), + [anon_sym_try] = ACTIONS(1848), + [sym_integer_literal] = ACTIONS(1846), + [aux_sym_string_literal_token1] = ACTIONS(1846), + [sym_char_literal] = ACTIONS(1846), + [anon_sym_true] = ACTIONS(1848), + [anon_sym_false] = ACTIONS(1848), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1848), + [sym_super] = ACTIONS(1848), + [sym_crate] = ACTIONS(1848), + [sym_metavariable] = ACTIONS(1846), + [sym__raw_string_literal_start] = ACTIONS(1846), + [sym_float_literal] = ACTIONS(1846), }, [STATE(507)] = { [sym_line_comment] = STATE(507), [sym_block_comment] = STATE(507), - [ts_builtin_sym_end] = ACTIONS(1831), - [sym_identifier] = ACTIONS(1833), - [anon_sym_SEMI] = ACTIONS(1831), - [anon_sym_macro_rules_BANG] = ACTIONS(1831), - [anon_sym_LPAREN] = ACTIONS(1831), - [anon_sym_LBRACK] = ACTIONS(1831), - [anon_sym_LBRACE] = ACTIONS(1831), - [anon_sym_RBRACE] = ACTIONS(1831), - [anon_sym_STAR] = ACTIONS(1831), - [anon_sym_u8] = ACTIONS(1833), - [anon_sym_i8] = ACTIONS(1833), - [anon_sym_u16] = ACTIONS(1833), - [anon_sym_i16] = ACTIONS(1833), - [anon_sym_u32] = ACTIONS(1833), - [anon_sym_i32] = ACTIONS(1833), - [anon_sym_u64] = ACTIONS(1833), - [anon_sym_i64] = ACTIONS(1833), - [anon_sym_u128] = ACTIONS(1833), - [anon_sym_i128] = ACTIONS(1833), - [anon_sym_isize] = ACTIONS(1833), - [anon_sym_usize] = ACTIONS(1833), - [anon_sym_f32] = ACTIONS(1833), - [anon_sym_f64] = ACTIONS(1833), - [anon_sym_bool] = ACTIONS(1833), - [anon_sym_str] = ACTIONS(1833), - [anon_sym_char] = ACTIONS(1833), - [anon_sym_DASH] = ACTIONS(1831), - [anon_sym_BANG] = ACTIONS(1831), - [anon_sym_AMP] = ACTIONS(1831), - [anon_sym_PIPE] = ACTIONS(1831), - [anon_sym_LT] = ACTIONS(1831), - [anon_sym_DOT_DOT] = ACTIONS(1831), - [anon_sym_COLON_COLON] = ACTIONS(1831), - [anon_sym_POUND] = ACTIONS(1831), - [anon_sym_SQUOTE] = ACTIONS(1833), - [anon_sym_async] = ACTIONS(1833), - [anon_sym_break] = ACTIONS(1833), - [anon_sym_const] = ACTIONS(1833), - [anon_sym_continue] = ACTIONS(1833), - [anon_sym_default] = ACTIONS(1833), - [anon_sym_enum] = ACTIONS(1833), - [anon_sym_fn] = ACTIONS(1833), - [anon_sym_for] = ACTIONS(1833), - [anon_sym_gen] = ACTIONS(1833), - [anon_sym_if] = ACTIONS(1833), - [anon_sym_impl] = ACTIONS(1833), - [anon_sym_let] = ACTIONS(1833), - [anon_sym_loop] = ACTIONS(1833), - [anon_sym_match] = ACTIONS(1833), - [anon_sym_mod] = ACTIONS(1833), - [anon_sym_pub] = ACTIONS(1833), - [anon_sym_return] = ACTIONS(1833), - [anon_sym_static] = ACTIONS(1833), - [anon_sym_struct] = ACTIONS(1833), - [anon_sym_trait] = ACTIONS(1833), - [anon_sym_type] = ACTIONS(1833), - [anon_sym_union] = ACTIONS(1833), - [anon_sym_unsafe] = ACTIONS(1833), - [anon_sym_use] = ACTIONS(1833), - [anon_sym_while] = ACTIONS(1833), - [anon_sym_extern] = ACTIONS(1833), - [anon_sym_yield] = ACTIONS(1833), - [anon_sym_move] = ACTIONS(1833), - [anon_sym_try] = ACTIONS(1833), - [sym_integer_literal] = ACTIONS(1831), - [aux_sym_string_literal_token1] = ACTIONS(1831), - [sym_char_literal] = ACTIONS(1831), - [anon_sym_true] = ACTIONS(1833), - [anon_sym_false] = ACTIONS(1833), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1833), - [sym_super] = ACTIONS(1833), - [sym_crate] = ACTIONS(1833), - [sym_metavariable] = ACTIONS(1831), - [sym__raw_string_literal_start] = ACTIONS(1831), - [sym_float_literal] = ACTIONS(1831), + [ts_builtin_sym_end] = ACTIONS(1850), + [sym_identifier] = ACTIONS(1852), + [anon_sym_SEMI] = ACTIONS(1850), + [anon_sym_macro_rules_BANG] = ACTIONS(1850), + [anon_sym_LPAREN] = ACTIONS(1850), + [anon_sym_LBRACK] = ACTIONS(1850), + [anon_sym_LBRACE] = ACTIONS(1850), + [anon_sym_RBRACE] = ACTIONS(1850), + [anon_sym_STAR] = ACTIONS(1850), + [anon_sym_u8] = ACTIONS(1852), + [anon_sym_i8] = ACTIONS(1852), + [anon_sym_u16] = ACTIONS(1852), + [anon_sym_i16] = ACTIONS(1852), + [anon_sym_u32] = ACTIONS(1852), + [anon_sym_i32] = ACTIONS(1852), + [anon_sym_u64] = ACTIONS(1852), + [anon_sym_i64] = ACTIONS(1852), + [anon_sym_u128] = ACTIONS(1852), + [anon_sym_i128] = ACTIONS(1852), + [anon_sym_isize] = ACTIONS(1852), + [anon_sym_usize] = ACTIONS(1852), + [anon_sym_f32] = ACTIONS(1852), + [anon_sym_f64] = ACTIONS(1852), + [anon_sym_bool] = ACTIONS(1852), + [anon_sym_str] = ACTIONS(1852), + [anon_sym_char] = ACTIONS(1852), + [anon_sym_DASH] = ACTIONS(1850), + [anon_sym_BANG] = ACTIONS(1850), + [anon_sym_AMP] = ACTIONS(1850), + [anon_sym_PIPE] = ACTIONS(1850), + [anon_sym_LT] = ACTIONS(1850), + [anon_sym_DOT_DOT] = ACTIONS(1850), + [anon_sym_COLON_COLON] = ACTIONS(1850), + [anon_sym_POUND] = ACTIONS(1850), + [anon_sym_SQUOTE] = ACTIONS(1852), + [anon_sym_async] = ACTIONS(1852), + [anon_sym_break] = ACTIONS(1852), + [anon_sym_const] = ACTIONS(1852), + [anon_sym_continue] = ACTIONS(1852), + [anon_sym_default] = ACTIONS(1852), + [anon_sym_enum] = ACTIONS(1852), + [anon_sym_fn] = ACTIONS(1852), + [anon_sym_for] = ACTIONS(1852), + [anon_sym_gen] = ACTIONS(1852), + [anon_sym_if] = ACTIONS(1852), + [anon_sym_impl] = ACTIONS(1852), + [anon_sym_let] = ACTIONS(1852), + [anon_sym_loop] = ACTIONS(1852), + [anon_sym_match] = ACTIONS(1852), + [anon_sym_mod] = ACTIONS(1852), + [anon_sym_pub] = ACTIONS(1852), + [anon_sym_return] = ACTIONS(1852), + [anon_sym_static] = ACTIONS(1852), + [anon_sym_struct] = ACTIONS(1852), + [anon_sym_trait] = ACTIONS(1852), + [anon_sym_type] = ACTIONS(1852), + [anon_sym_union] = ACTIONS(1852), + [anon_sym_unsafe] = ACTIONS(1852), + [anon_sym_use] = ACTIONS(1852), + [anon_sym_while] = ACTIONS(1852), + [anon_sym_extern] = ACTIONS(1852), + [anon_sym_yield] = ACTIONS(1852), + [anon_sym_move] = ACTIONS(1852), + [anon_sym_try] = ACTIONS(1852), + [sym_integer_literal] = ACTIONS(1850), + [aux_sym_string_literal_token1] = ACTIONS(1850), + [sym_char_literal] = ACTIONS(1850), + [anon_sym_true] = ACTIONS(1852), + [anon_sym_false] = ACTIONS(1852), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1852), + [sym_super] = ACTIONS(1852), + [sym_crate] = ACTIONS(1852), + [sym_metavariable] = ACTIONS(1850), + [sym__raw_string_literal_start] = ACTIONS(1850), + [sym_float_literal] = ACTIONS(1850), }, [STATE(508)] = { [sym_line_comment] = STATE(508), [sym_block_comment] = STATE(508), - [ts_builtin_sym_end] = ACTIONS(1835), - [sym_identifier] = ACTIONS(1837), - [anon_sym_SEMI] = ACTIONS(1835), - [anon_sym_macro_rules_BANG] = ACTIONS(1835), - [anon_sym_LPAREN] = ACTIONS(1835), - [anon_sym_LBRACK] = ACTIONS(1835), - [anon_sym_LBRACE] = ACTIONS(1835), - [anon_sym_RBRACE] = ACTIONS(1835), - [anon_sym_STAR] = ACTIONS(1835), - [anon_sym_u8] = ACTIONS(1837), - [anon_sym_i8] = ACTIONS(1837), - [anon_sym_u16] = ACTIONS(1837), - [anon_sym_i16] = ACTIONS(1837), - [anon_sym_u32] = ACTIONS(1837), - [anon_sym_i32] = ACTIONS(1837), - [anon_sym_u64] = ACTIONS(1837), - [anon_sym_i64] = ACTIONS(1837), - [anon_sym_u128] = ACTIONS(1837), - [anon_sym_i128] = ACTIONS(1837), - [anon_sym_isize] = ACTIONS(1837), - [anon_sym_usize] = ACTIONS(1837), - [anon_sym_f32] = ACTIONS(1837), - [anon_sym_f64] = ACTIONS(1837), - [anon_sym_bool] = ACTIONS(1837), - [anon_sym_str] = ACTIONS(1837), - [anon_sym_char] = ACTIONS(1837), - [anon_sym_DASH] = ACTIONS(1835), - [anon_sym_BANG] = ACTIONS(1835), - [anon_sym_AMP] = ACTIONS(1835), - [anon_sym_PIPE] = ACTIONS(1835), - [anon_sym_LT] = ACTIONS(1835), - [anon_sym_DOT_DOT] = ACTIONS(1835), - [anon_sym_COLON_COLON] = ACTIONS(1835), - [anon_sym_POUND] = ACTIONS(1835), - [anon_sym_SQUOTE] = ACTIONS(1837), - [anon_sym_async] = ACTIONS(1837), - [anon_sym_break] = ACTIONS(1837), - [anon_sym_const] = ACTIONS(1837), - [anon_sym_continue] = ACTIONS(1837), - [anon_sym_default] = ACTIONS(1837), - [anon_sym_enum] = ACTIONS(1837), - [anon_sym_fn] = ACTIONS(1837), - [anon_sym_for] = ACTIONS(1837), - [anon_sym_gen] = ACTIONS(1837), - [anon_sym_if] = ACTIONS(1837), - [anon_sym_impl] = ACTIONS(1837), - [anon_sym_let] = ACTIONS(1837), - [anon_sym_loop] = ACTIONS(1837), - [anon_sym_match] = ACTIONS(1837), - [anon_sym_mod] = ACTIONS(1837), - [anon_sym_pub] = ACTIONS(1837), - [anon_sym_return] = ACTIONS(1837), - [anon_sym_static] = ACTIONS(1837), - [anon_sym_struct] = ACTIONS(1837), - [anon_sym_trait] = ACTIONS(1837), - [anon_sym_type] = ACTIONS(1837), - [anon_sym_union] = ACTIONS(1837), - [anon_sym_unsafe] = ACTIONS(1837), - [anon_sym_use] = ACTIONS(1837), - [anon_sym_while] = ACTIONS(1837), - [anon_sym_extern] = ACTIONS(1837), - [anon_sym_yield] = ACTIONS(1837), - [anon_sym_move] = ACTIONS(1837), - [anon_sym_try] = ACTIONS(1837), - [sym_integer_literal] = ACTIONS(1835), - [aux_sym_string_literal_token1] = ACTIONS(1835), - [sym_char_literal] = ACTIONS(1835), - [anon_sym_true] = ACTIONS(1837), - [anon_sym_false] = ACTIONS(1837), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1837), - [sym_super] = ACTIONS(1837), - [sym_crate] = ACTIONS(1837), - [sym_metavariable] = ACTIONS(1835), - [sym__raw_string_literal_start] = ACTIONS(1835), - [sym_float_literal] = ACTIONS(1835), + [ts_builtin_sym_end] = ACTIONS(1854), + [sym_identifier] = ACTIONS(1856), + [anon_sym_SEMI] = ACTIONS(1854), + [anon_sym_macro_rules_BANG] = ACTIONS(1854), + [anon_sym_LPAREN] = ACTIONS(1854), + [anon_sym_LBRACK] = ACTIONS(1854), + [anon_sym_LBRACE] = ACTIONS(1854), + [anon_sym_RBRACE] = ACTIONS(1854), + [anon_sym_STAR] = ACTIONS(1854), + [anon_sym_u8] = ACTIONS(1856), + [anon_sym_i8] = ACTIONS(1856), + [anon_sym_u16] = ACTIONS(1856), + [anon_sym_i16] = ACTIONS(1856), + [anon_sym_u32] = ACTIONS(1856), + [anon_sym_i32] = ACTIONS(1856), + [anon_sym_u64] = ACTIONS(1856), + [anon_sym_i64] = ACTIONS(1856), + [anon_sym_u128] = ACTIONS(1856), + [anon_sym_i128] = ACTIONS(1856), + [anon_sym_isize] = ACTIONS(1856), + [anon_sym_usize] = ACTIONS(1856), + [anon_sym_f32] = ACTIONS(1856), + [anon_sym_f64] = ACTIONS(1856), + [anon_sym_bool] = ACTIONS(1856), + [anon_sym_str] = ACTIONS(1856), + [anon_sym_char] = ACTIONS(1856), + [anon_sym_DASH] = ACTIONS(1854), + [anon_sym_BANG] = ACTIONS(1854), + [anon_sym_AMP] = ACTIONS(1854), + [anon_sym_PIPE] = ACTIONS(1854), + [anon_sym_LT] = ACTIONS(1854), + [anon_sym_DOT_DOT] = ACTIONS(1854), + [anon_sym_COLON_COLON] = ACTIONS(1854), + [anon_sym_POUND] = ACTIONS(1854), + [anon_sym_SQUOTE] = ACTIONS(1856), + [anon_sym_async] = ACTIONS(1856), + [anon_sym_break] = ACTIONS(1856), + [anon_sym_const] = ACTIONS(1856), + [anon_sym_continue] = ACTIONS(1856), + [anon_sym_default] = ACTIONS(1856), + [anon_sym_enum] = ACTIONS(1856), + [anon_sym_fn] = ACTIONS(1856), + [anon_sym_for] = ACTIONS(1856), + [anon_sym_gen] = ACTIONS(1856), + [anon_sym_if] = ACTIONS(1856), + [anon_sym_impl] = ACTIONS(1856), + [anon_sym_let] = ACTIONS(1856), + [anon_sym_loop] = ACTIONS(1856), + [anon_sym_match] = ACTIONS(1856), + [anon_sym_mod] = ACTIONS(1856), + [anon_sym_pub] = ACTIONS(1856), + [anon_sym_return] = ACTIONS(1856), + [anon_sym_static] = ACTIONS(1856), + [anon_sym_struct] = ACTIONS(1856), + [anon_sym_trait] = ACTIONS(1856), + [anon_sym_type] = ACTIONS(1856), + [anon_sym_union] = ACTIONS(1856), + [anon_sym_unsafe] = ACTIONS(1856), + [anon_sym_use] = ACTIONS(1856), + [anon_sym_while] = ACTIONS(1856), + [anon_sym_extern] = ACTIONS(1856), + [anon_sym_yield] = ACTIONS(1856), + [anon_sym_move] = ACTIONS(1856), + [anon_sym_try] = ACTIONS(1856), + [sym_integer_literal] = ACTIONS(1854), + [aux_sym_string_literal_token1] = ACTIONS(1854), + [sym_char_literal] = ACTIONS(1854), + [anon_sym_true] = ACTIONS(1856), + [anon_sym_false] = ACTIONS(1856), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1856), + [sym_super] = ACTIONS(1856), + [sym_crate] = ACTIONS(1856), + [sym_metavariable] = ACTIONS(1854), + [sym__raw_string_literal_start] = ACTIONS(1854), + [sym_float_literal] = ACTIONS(1854), }, [STATE(509)] = { [sym_line_comment] = STATE(509), [sym_block_comment] = STATE(509), - [ts_builtin_sym_end] = ACTIONS(1839), - [sym_identifier] = ACTIONS(1841), - [anon_sym_SEMI] = ACTIONS(1839), - [anon_sym_macro_rules_BANG] = ACTIONS(1839), - [anon_sym_LPAREN] = ACTIONS(1839), - [anon_sym_LBRACK] = ACTIONS(1839), - [anon_sym_LBRACE] = ACTIONS(1839), - [anon_sym_RBRACE] = ACTIONS(1839), - [anon_sym_STAR] = ACTIONS(1839), - [anon_sym_u8] = ACTIONS(1841), - [anon_sym_i8] = ACTIONS(1841), - [anon_sym_u16] = ACTIONS(1841), - [anon_sym_i16] = ACTIONS(1841), - [anon_sym_u32] = ACTIONS(1841), - [anon_sym_i32] = ACTIONS(1841), - [anon_sym_u64] = ACTIONS(1841), - [anon_sym_i64] = ACTIONS(1841), - [anon_sym_u128] = ACTIONS(1841), - [anon_sym_i128] = ACTIONS(1841), - [anon_sym_isize] = ACTIONS(1841), - [anon_sym_usize] = ACTIONS(1841), - [anon_sym_f32] = ACTIONS(1841), - [anon_sym_f64] = ACTIONS(1841), - [anon_sym_bool] = ACTIONS(1841), - [anon_sym_str] = ACTIONS(1841), - [anon_sym_char] = ACTIONS(1841), - [anon_sym_DASH] = ACTIONS(1839), - [anon_sym_BANG] = ACTIONS(1839), - [anon_sym_AMP] = ACTIONS(1839), - [anon_sym_PIPE] = ACTIONS(1839), - [anon_sym_LT] = ACTIONS(1839), - [anon_sym_DOT_DOT] = ACTIONS(1839), - [anon_sym_COLON_COLON] = ACTIONS(1839), - [anon_sym_POUND] = ACTIONS(1839), - [anon_sym_SQUOTE] = ACTIONS(1841), - [anon_sym_async] = ACTIONS(1841), - [anon_sym_break] = ACTIONS(1841), - [anon_sym_const] = ACTIONS(1841), - [anon_sym_continue] = ACTIONS(1841), - [anon_sym_default] = ACTIONS(1841), - [anon_sym_enum] = ACTIONS(1841), - [anon_sym_fn] = ACTIONS(1841), - [anon_sym_for] = ACTIONS(1841), - [anon_sym_gen] = ACTIONS(1841), - [anon_sym_if] = ACTIONS(1841), - [anon_sym_impl] = ACTIONS(1841), - [anon_sym_let] = ACTIONS(1841), - [anon_sym_loop] = ACTIONS(1841), - [anon_sym_match] = ACTIONS(1841), - [anon_sym_mod] = ACTIONS(1841), - [anon_sym_pub] = ACTIONS(1841), - [anon_sym_return] = ACTIONS(1841), - [anon_sym_static] = ACTIONS(1841), - [anon_sym_struct] = ACTIONS(1841), - [anon_sym_trait] = ACTIONS(1841), - [anon_sym_type] = ACTIONS(1841), - [anon_sym_union] = ACTIONS(1841), - [anon_sym_unsafe] = ACTIONS(1841), - [anon_sym_use] = ACTIONS(1841), - [anon_sym_while] = ACTIONS(1841), - [anon_sym_extern] = ACTIONS(1841), - [anon_sym_yield] = ACTIONS(1841), - [anon_sym_move] = ACTIONS(1841), - [anon_sym_try] = ACTIONS(1841), - [sym_integer_literal] = ACTIONS(1839), - [aux_sym_string_literal_token1] = ACTIONS(1839), - [sym_char_literal] = ACTIONS(1839), - [anon_sym_true] = ACTIONS(1841), - [anon_sym_false] = ACTIONS(1841), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1841), - [sym_super] = ACTIONS(1841), - [sym_crate] = ACTIONS(1841), - [sym_metavariable] = ACTIONS(1839), - [sym__raw_string_literal_start] = ACTIONS(1839), - [sym_float_literal] = ACTIONS(1839), + [ts_builtin_sym_end] = ACTIONS(1858), + [sym_identifier] = ACTIONS(1860), + [anon_sym_SEMI] = ACTIONS(1858), + [anon_sym_macro_rules_BANG] = ACTIONS(1858), + [anon_sym_LPAREN] = ACTIONS(1858), + [anon_sym_LBRACK] = ACTIONS(1858), + [anon_sym_LBRACE] = ACTIONS(1858), + [anon_sym_RBRACE] = ACTIONS(1858), + [anon_sym_STAR] = ACTIONS(1858), + [anon_sym_u8] = ACTIONS(1860), + [anon_sym_i8] = ACTIONS(1860), + [anon_sym_u16] = ACTIONS(1860), + [anon_sym_i16] = ACTIONS(1860), + [anon_sym_u32] = ACTIONS(1860), + [anon_sym_i32] = ACTIONS(1860), + [anon_sym_u64] = ACTIONS(1860), + [anon_sym_i64] = ACTIONS(1860), + [anon_sym_u128] = ACTIONS(1860), + [anon_sym_i128] = ACTIONS(1860), + [anon_sym_isize] = ACTIONS(1860), + [anon_sym_usize] = ACTIONS(1860), + [anon_sym_f32] = ACTIONS(1860), + [anon_sym_f64] = ACTIONS(1860), + [anon_sym_bool] = ACTIONS(1860), + [anon_sym_str] = ACTIONS(1860), + [anon_sym_char] = ACTIONS(1860), + [anon_sym_DASH] = ACTIONS(1858), + [anon_sym_BANG] = ACTIONS(1858), + [anon_sym_AMP] = ACTIONS(1858), + [anon_sym_PIPE] = ACTIONS(1858), + [anon_sym_LT] = ACTIONS(1858), + [anon_sym_DOT_DOT] = ACTIONS(1858), + [anon_sym_COLON_COLON] = ACTIONS(1858), + [anon_sym_POUND] = ACTIONS(1858), + [anon_sym_SQUOTE] = ACTIONS(1860), + [anon_sym_async] = ACTIONS(1860), + [anon_sym_break] = ACTIONS(1860), + [anon_sym_const] = ACTIONS(1860), + [anon_sym_continue] = ACTIONS(1860), + [anon_sym_default] = ACTIONS(1860), + [anon_sym_enum] = ACTIONS(1860), + [anon_sym_fn] = ACTIONS(1860), + [anon_sym_for] = ACTIONS(1860), + [anon_sym_gen] = ACTIONS(1860), + [anon_sym_if] = ACTIONS(1860), + [anon_sym_impl] = ACTIONS(1860), + [anon_sym_let] = ACTIONS(1860), + [anon_sym_loop] = ACTIONS(1860), + [anon_sym_match] = ACTIONS(1860), + [anon_sym_mod] = ACTIONS(1860), + [anon_sym_pub] = ACTIONS(1860), + [anon_sym_return] = ACTIONS(1860), + [anon_sym_static] = ACTIONS(1860), + [anon_sym_struct] = ACTIONS(1860), + [anon_sym_trait] = ACTIONS(1860), + [anon_sym_type] = ACTIONS(1860), + [anon_sym_union] = ACTIONS(1860), + [anon_sym_unsafe] = ACTIONS(1860), + [anon_sym_use] = ACTIONS(1860), + [anon_sym_while] = ACTIONS(1860), + [anon_sym_extern] = ACTIONS(1860), + [anon_sym_yield] = ACTIONS(1860), + [anon_sym_move] = ACTIONS(1860), + [anon_sym_try] = ACTIONS(1860), + [sym_integer_literal] = ACTIONS(1858), + [aux_sym_string_literal_token1] = ACTIONS(1858), + [sym_char_literal] = ACTIONS(1858), + [anon_sym_true] = ACTIONS(1860), + [anon_sym_false] = ACTIONS(1860), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1860), + [sym_super] = ACTIONS(1860), + [sym_crate] = ACTIONS(1860), + [sym_metavariable] = ACTIONS(1858), + [sym__raw_string_literal_start] = ACTIONS(1858), + [sym_float_literal] = ACTIONS(1858), }, [STATE(510)] = { [sym_line_comment] = STATE(510), [sym_block_comment] = STATE(510), - [ts_builtin_sym_end] = ACTIONS(1843), - [sym_identifier] = ACTIONS(1845), - [anon_sym_SEMI] = ACTIONS(1843), - [anon_sym_macro_rules_BANG] = ACTIONS(1843), - [anon_sym_LPAREN] = ACTIONS(1843), - [anon_sym_LBRACK] = ACTIONS(1843), - [anon_sym_LBRACE] = ACTIONS(1843), - [anon_sym_RBRACE] = ACTIONS(1843), - [anon_sym_STAR] = ACTIONS(1843), - [anon_sym_u8] = ACTIONS(1845), - [anon_sym_i8] = ACTIONS(1845), - [anon_sym_u16] = ACTIONS(1845), - [anon_sym_i16] = ACTIONS(1845), - [anon_sym_u32] = ACTIONS(1845), - [anon_sym_i32] = ACTIONS(1845), - [anon_sym_u64] = ACTIONS(1845), - [anon_sym_i64] = ACTIONS(1845), - [anon_sym_u128] = ACTIONS(1845), - [anon_sym_i128] = ACTIONS(1845), - [anon_sym_isize] = ACTIONS(1845), - [anon_sym_usize] = ACTIONS(1845), - [anon_sym_f32] = ACTIONS(1845), - [anon_sym_f64] = ACTIONS(1845), - [anon_sym_bool] = ACTIONS(1845), - [anon_sym_str] = ACTIONS(1845), - [anon_sym_char] = ACTIONS(1845), - [anon_sym_DASH] = ACTIONS(1843), - [anon_sym_BANG] = ACTIONS(1843), - [anon_sym_AMP] = ACTIONS(1843), - [anon_sym_PIPE] = ACTIONS(1843), - [anon_sym_LT] = ACTIONS(1843), - [anon_sym_DOT_DOT] = ACTIONS(1843), - [anon_sym_COLON_COLON] = ACTIONS(1843), - [anon_sym_POUND] = ACTIONS(1843), - [anon_sym_SQUOTE] = ACTIONS(1845), - [anon_sym_async] = ACTIONS(1845), - [anon_sym_break] = ACTIONS(1845), - [anon_sym_const] = ACTIONS(1845), - [anon_sym_continue] = ACTIONS(1845), - [anon_sym_default] = ACTIONS(1845), - [anon_sym_enum] = ACTIONS(1845), - [anon_sym_fn] = ACTIONS(1845), - [anon_sym_for] = ACTIONS(1845), - [anon_sym_gen] = ACTIONS(1845), - [anon_sym_if] = ACTIONS(1845), - [anon_sym_impl] = ACTIONS(1845), - [anon_sym_let] = ACTIONS(1845), - [anon_sym_loop] = ACTIONS(1845), - [anon_sym_match] = ACTIONS(1845), - [anon_sym_mod] = ACTIONS(1845), - [anon_sym_pub] = ACTIONS(1845), - [anon_sym_return] = ACTIONS(1845), - [anon_sym_static] = ACTIONS(1845), - [anon_sym_struct] = ACTIONS(1845), - [anon_sym_trait] = ACTIONS(1845), - [anon_sym_type] = ACTIONS(1845), - [anon_sym_union] = ACTIONS(1845), - [anon_sym_unsafe] = ACTIONS(1845), - [anon_sym_use] = ACTIONS(1845), - [anon_sym_while] = ACTIONS(1845), - [anon_sym_extern] = ACTIONS(1845), - [anon_sym_yield] = ACTIONS(1845), - [anon_sym_move] = ACTIONS(1845), - [anon_sym_try] = ACTIONS(1845), - [sym_integer_literal] = ACTIONS(1843), - [aux_sym_string_literal_token1] = ACTIONS(1843), - [sym_char_literal] = ACTIONS(1843), - [anon_sym_true] = ACTIONS(1845), - [anon_sym_false] = ACTIONS(1845), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1845), - [sym_super] = ACTIONS(1845), - [sym_crate] = ACTIONS(1845), - [sym_metavariable] = ACTIONS(1843), - [sym__raw_string_literal_start] = ACTIONS(1843), - [sym_float_literal] = ACTIONS(1843), + [ts_builtin_sym_end] = ACTIONS(1862), + [sym_identifier] = ACTIONS(1864), + [anon_sym_SEMI] = ACTIONS(1862), + [anon_sym_macro_rules_BANG] = ACTIONS(1862), + [anon_sym_LPAREN] = ACTIONS(1862), + [anon_sym_LBRACK] = ACTIONS(1862), + [anon_sym_LBRACE] = ACTIONS(1862), + [anon_sym_RBRACE] = ACTIONS(1862), + [anon_sym_STAR] = ACTIONS(1862), + [anon_sym_u8] = ACTIONS(1864), + [anon_sym_i8] = ACTIONS(1864), + [anon_sym_u16] = ACTIONS(1864), + [anon_sym_i16] = ACTIONS(1864), + [anon_sym_u32] = ACTIONS(1864), + [anon_sym_i32] = ACTIONS(1864), + [anon_sym_u64] = ACTIONS(1864), + [anon_sym_i64] = ACTIONS(1864), + [anon_sym_u128] = ACTIONS(1864), + [anon_sym_i128] = ACTIONS(1864), + [anon_sym_isize] = ACTIONS(1864), + [anon_sym_usize] = ACTIONS(1864), + [anon_sym_f32] = ACTIONS(1864), + [anon_sym_f64] = ACTIONS(1864), + [anon_sym_bool] = ACTIONS(1864), + [anon_sym_str] = ACTIONS(1864), + [anon_sym_char] = ACTIONS(1864), + [anon_sym_DASH] = ACTIONS(1862), + [anon_sym_BANG] = ACTIONS(1862), + [anon_sym_AMP] = ACTIONS(1862), + [anon_sym_PIPE] = ACTIONS(1862), + [anon_sym_LT] = ACTIONS(1862), + [anon_sym_DOT_DOT] = ACTIONS(1862), + [anon_sym_COLON_COLON] = ACTIONS(1862), + [anon_sym_POUND] = ACTIONS(1862), + [anon_sym_SQUOTE] = ACTIONS(1864), + [anon_sym_async] = ACTIONS(1864), + [anon_sym_break] = ACTIONS(1864), + [anon_sym_const] = ACTIONS(1864), + [anon_sym_continue] = ACTIONS(1864), + [anon_sym_default] = ACTIONS(1864), + [anon_sym_enum] = ACTIONS(1864), + [anon_sym_fn] = ACTIONS(1864), + [anon_sym_for] = ACTIONS(1864), + [anon_sym_gen] = ACTIONS(1864), + [anon_sym_if] = ACTIONS(1864), + [anon_sym_impl] = ACTIONS(1864), + [anon_sym_let] = ACTIONS(1864), + [anon_sym_loop] = ACTIONS(1864), + [anon_sym_match] = ACTIONS(1864), + [anon_sym_mod] = ACTIONS(1864), + [anon_sym_pub] = ACTIONS(1864), + [anon_sym_return] = ACTIONS(1864), + [anon_sym_static] = ACTIONS(1864), + [anon_sym_struct] = ACTIONS(1864), + [anon_sym_trait] = ACTIONS(1864), + [anon_sym_type] = ACTIONS(1864), + [anon_sym_union] = ACTIONS(1864), + [anon_sym_unsafe] = ACTIONS(1864), + [anon_sym_use] = ACTIONS(1864), + [anon_sym_while] = ACTIONS(1864), + [anon_sym_extern] = ACTIONS(1864), + [anon_sym_yield] = ACTIONS(1864), + [anon_sym_move] = ACTIONS(1864), + [anon_sym_try] = ACTIONS(1864), + [sym_integer_literal] = ACTIONS(1862), + [aux_sym_string_literal_token1] = ACTIONS(1862), + [sym_char_literal] = ACTIONS(1862), + [anon_sym_true] = ACTIONS(1864), + [anon_sym_false] = ACTIONS(1864), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1864), + [sym_super] = ACTIONS(1864), + [sym_crate] = ACTIONS(1864), + [sym_metavariable] = ACTIONS(1862), + [sym__raw_string_literal_start] = ACTIONS(1862), + [sym_float_literal] = ACTIONS(1862), }, [STATE(511)] = { [sym_line_comment] = STATE(511), [sym_block_comment] = STATE(511), - [ts_builtin_sym_end] = ACTIONS(1847), - [sym_identifier] = ACTIONS(1849), - [anon_sym_SEMI] = ACTIONS(1847), - [anon_sym_macro_rules_BANG] = ACTIONS(1847), - [anon_sym_LPAREN] = ACTIONS(1847), - [anon_sym_LBRACK] = ACTIONS(1847), - [anon_sym_LBRACE] = ACTIONS(1847), - [anon_sym_RBRACE] = ACTIONS(1847), - [anon_sym_STAR] = ACTIONS(1847), - [anon_sym_u8] = ACTIONS(1849), - [anon_sym_i8] = ACTIONS(1849), - [anon_sym_u16] = ACTIONS(1849), - [anon_sym_i16] = ACTIONS(1849), - [anon_sym_u32] = ACTIONS(1849), - [anon_sym_i32] = ACTIONS(1849), - [anon_sym_u64] = ACTIONS(1849), - [anon_sym_i64] = ACTIONS(1849), - [anon_sym_u128] = ACTIONS(1849), - [anon_sym_i128] = ACTIONS(1849), - [anon_sym_isize] = ACTIONS(1849), - [anon_sym_usize] = ACTIONS(1849), - [anon_sym_f32] = ACTIONS(1849), - [anon_sym_f64] = ACTIONS(1849), - [anon_sym_bool] = ACTIONS(1849), - [anon_sym_str] = ACTIONS(1849), - [anon_sym_char] = ACTIONS(1849), - [anon_sym_DASH] = ACTIONS(1847), - [anon_sym_BANG] = ACTIONS(1847), - [anon_sym_AMP] = ACTIONS(1847), - [anon_sym_PIPE] = ACTIONS(1847), - [anon_sym_LT] = ACTIONS(1847), - [anon_sym_DOT_DOT] = ACTIONS(1847), - [anon_sym_COLON_COLON] = ACTIONS(1847), - [anon_sym_POUND] = ACTIONS(1847), - [anon_sym_SQUOTE] = ACTIONS(1849), - [anon_sym_async] = ACTIONS(1849), - [anon_sym_break] = ACTIONS(1849), - [anon_sym_const] = ACTIONS(1849), - [anon_sym_continue] = ACTIONS(1849), - [anon_sym_default] = ACTIONS(1849), - [anon_sym_enum] = ACTIONS(1849), - [anon_sym_fn] = ACTIONS(1849), - [anon_sym_for] = ACTIONS(1849), - [anon_sym_gen] = ACTIONS(1849), - [anon_sym_if] = ACTIONS(1849), - [anon_sym_impl] = ACTIONS(1849), - [anon_sym_let] = ACTIONS(1849), - [anon_sym_loop] = ACTIONS(1849), - [anon_sym_match] = ACTIONS(1849), - [anon_sym_mod] = ACTIONS(1849), - [anon_sym_pub] = ACTIONS(1849), - [anon_sym_return] = ACTIONS(1849), - [anon_sym_static] = ACTIONS(1849), - [anon_sym_struct] = ACTIONS(1849), - [anon_sym_trait] = ACTIONS(1849), - [anon_sym_type] = ACTIONS(1849), - [anon_sym_union] = ACTIONS(1849), - [anon_sym_unsafe] = ACTIONS(1849), - [anon_sym_use] = ACTIONS(1849), - [anon_sym_while] = ACTIONS(1849), - [anon_sym_extern] = ACTIONS(1849), - [anon_sym_yield] = ACTIONS(1849), - [anon_sym_move] = ACTIONS(1849), - [anon_sym_try] = ACTIONS(1849), - [sym_integer_literal] = ACTIONS(1847), - [aux_sym_string_literal_token1] = ACTIONS(1847), - [sym_char_literal] = ACTIONS(1847), - [anon_sym_true] = ACTIONS(1849), - [anon_sym_false] = ACTIONS(1849), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1849), - [sym_super] = ACTIONS(1849), - [sym_crate] = ACTIONS(1849), - [sym_metavariable] = ACTIONS(1847), - [sym__raw_string_literal_start] = ACTIONS(1847), - [sym_float_literal] = ACTIONS(1847), + [ts_builtin_sym_end] = ACTIONS(1866), + [sym_identifier] = ACTIONS(1868), + [anon_sym_SEMI] = ACTIONS(1866), + [anon_sym_macro_rules_BANG] = ACTIONS(1866), + [anon_sym_LPAREN] = ACTIONS(1866), + [anon_sym_LBRACK] = ACTIONS(1866), + [anon_sym_LBRACE] = ACTIONS(1866), + [anon_sym_RBRACE] = ACTIONS(1866), + [anon_sym_STAR] = ACTIONS(1866), + [anon_sym_u8] = ACTIONS(1868), + [anon_sym_i8] = ACTIONS(1868), + [anon_sym_u16] = ACTIONS(1868), + [anon_sym_i16] = ACTIONS(1868), + [anon_sym_u32] = ACTIONS(1868), + [anon_sym_i32] = ACTIONS(1868), + [anon_sym_u64] = ACTIONS(1868), + [anon_sym_i64] = ACTIONS(1868), + [anon_sym_u128] = ACTIONS(1868), + [anon_sym_i128] = ACTIONS(1868), + [anon_sym_isize] = ACTIONS(1868), + [anon_sym_usize] = ACTIONS(1868), + [anon_sym_f32] = ACTIONS(1868), + [anon_sym_f64] = ACTIONS(1868), + [anon_sym_bool] = ACTIONS(1868), + [anon_sym_str] = ACTIONS(1868), + [anon_sym_char] = ACTIONS(1868), + [anon_sym_DASH] = ACTIONS(1866), + [anon_sym_BANG] = ACTIONS(1866), + [anon_sym_AMP] = ACTIONS(1866), + [anon_sym_PIPE] = ACTIONS(1866), + [anon_sym_LT] = ACTIONS(1866), + [anon_sym_DOT_DOT] = ACTIONS(1866), + [anon_sym_COLON_COLON] = ACTIONS(1866), + [anon_sym_POUND] = ACTIONS(1866), + [anon_sym_SQUOTE] = ACTIONS(1868), + [anon_sym_async] = ACTIONS(1868), + [anon_sym_break] = ACTIONS(1868), + [anon_sym_const] = ACTIONS(1868), + [anon_sym_continue] = ACTIONS(1868), + [anon_sym_default] = ACTIONS(1868), + [anon_sym_enum] = ACTIONS(1868), + [anon_sym_fn] = ACTIONS(1868), + [anon_sym_for] = ACTIONS(1868), + [anon_sym_gen] = ACTIONS(1868), + [anon_sym_if] = ACTIONS(1868), + [anon_sym_impl] = ACTIONS(1868), + [anon_sym_let] = ACTIONS(1868), + [anon_sym_loop] = ACTIONS(1868), + [anon_sym_match] = ACTIONS(1868), + [anon_sym_mod] = ACTIONS(1868), + [anon_sym_pub] = ACTIONS(1868), + [anon_sym_return] = ACTIONS(1868), + [anon_sym_static] = ACTIONS(1868), + [anon_sym_struct] = ACTIONS(1868), + [anon_sym_trait] = ACTIONS(1868), + [anon_sym_type] = ACTIONS(1868), + [anon_sym_union] = ACTIONS(1868), + [anon_sym_unsafe] = ACTIONS(1868), + [anon_sym_use] = ACTIONS(1868), + [anon_sym_while] = ACTIONS(1868), + [anon_sym_extern] = ACTIONS(1868), + [anon_sym_yield] = ACTIONS(1868), + [anon_sym_move] = ACTIONS(1868), + [anon_sym_try] = ACTIONS(1868), + [sym_integer_literal] = ACTIONS(1866), + [aux_sym_string_literal_token1] = ACTIONS(1866), + [sym_char_literal] = ACTIONS(1866), + [anon_sym_true] = ACTIONS(1868), + [anon_sym_false] = ACTIONS(1868), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1868), + [sym_super] = ACTIONS(1868), + [sym_crate] = ACTIONS(1868), + [sym_metavariable] = ACTIONS(1866), + [sym__raw_string_literal_start] = ACTIONS(1866), + [sym_float_literal] = ACTIONS(1866), }, [STATE(512)] = { [sym_line_comment] = STATE(512), [sym_block_comment] = STATE(512), - [ts_builtin_sym_end] = ACTIONS(1851), - [sym_identifier] = ACTIONS(1853), - [anon_sym_SEMI] = ACTIONS(1851), - [anon_sym_macro_rules_BANG] = ACTIONS(1851), - [anon_sym_LPAREN] = ACTIONS(1851), - [anon_sym_LBRACK] = ACTIONS(1851), - [anon_sym_LBRACE] = ACTIONS(1851), - [anon_sym_RBRACE] = ACTIONS(1851), - [anon_sym_STAR] = ACTIONS(1851), - [anon_sym_u8] = ACTIONS(1853), - [anon_sym_i8] = ACTIONS(1853), - [anon_sym_u16] = ACTIONS(1853), - [anon_sym_i16] = ACTIONS(1853), - [anon_sym_u32] = ACTIONS(1853), - [anon_sym_i32] = ACTIONS(1853), - [anon_sym_u64] = ACTIONS(1853), - [anon_sym_i64] = ACTIONS(1853), - [anon_sym_u128] = ACTIONS(1853), - [anon_sym_i128] = ACTIONS(1853), - [anon_sym_isize] = ACTIONS(1853), - [anon_sym_usize] = ACTIONS(1853), - [anon_sym_f32] = ACTIONS(1853), - [anon_sym_f64] = ACTIONS(1853), - [anon_sym_bool] = ACTIONS(1853), - [anon_sym_str] = ACTIONS(1853), - [anon_sym_char] = ACTIONS(1853), - [anon_sym_DASH] = ACTIONS(1851), - [anon_sym_BANG] = ACTIONS(1851), - [anon_sym_AMP] = ACTIONS(1851), - [anon_sym_PIPE] = ACTIONS(1851), - [anon_sym_LT] = ACTIONS(1851), - [anon_sym_DOT_DOT] = ACTIONS(1851), - [anon_sym_COLON_COLON] = ACTIONS(1851), - [anon_sym_POUND] = ACTIONS(1851), - [anon_sym_SQUOTE] = ACTIONS(1853), - [anon_sym_async] = ACTIONS(1853), - [anon_sym_break] = ACTIONS(1853), - [anon_sym_const] = ACTIONS(1853), - [anon_sym_continue] = ACTIONS(1853), - [anon_sym_default] = ACTIONS(1853), - [anon_sym_enum] = ACTIONS(1853), - [anon_sym_fn] = ACTIONS(1853), - [anon_sym_for] = ACTIONS(1853), - [anon_sym_gen] = ACTIONS(1853), - [anon_sym_if] = ACTIONS(1853), - [anon_sym_impl] = ACTIONS(1853), - [anon_sym_let] = ACTIONS(1853), - [anon_sym_loop] = ACTIONS(1853), - [anon_sym_match] = ACTIONS(1853), - [anon_sym_mod] = ACTIONS(1853), - [anon_sym_pub] = ACTIONS(1853), - [anon_sym_return] = ACTIONS(1853), - [anon_sym_static] = ACTIONS(1853), - [anon_sym_struct] = ACTIONS(1853), - [anon_sym_trait] = ACTIONS(1853), - [anon_sym_type] = ACTIONS(1853), - [anon_sym_union] = ACTIONS(1853), - [anon_sym_unsafe] = ACTIONS(1853), - [anon_sym_use] = ACTIONS(1853), - [anon_sym_while] = ACTIONS(1853), - [anon_sym_extern] = ACTIONS(1853), - [anon_sym_yield] = ACTIONS(1853), - [anon_sym_move] = ACTIONS(1853), - [anon_sym_try] = ACTIONS(1853), - [sym_integer_literal] = ACTIONS(1851), - [aux_sym_string_literal_token1] = ACTIONS(1851), - [sym_char_literal] = ACTIONS(1851), - [anon_sym_true] = ACTIONS(1853), - [anon_sym_false] = ACTIONS(1853), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1853), - [sym_super] = ACTIONS(1853), - [sym_crate] = ACTIONS(1853), - [sym_metavariable] = ACTIONS(1851), - [sym__raw_string_literal_start] = ACTIONS(1851), - [sym_float_literal] = ACTIONS(1851), + [ts_builtin_sym_end] = ACTIONS(1870), + [sym_identifier] = ACTIONS(1872), + [anon_sym_SEMI] = ACTIONS(1870), + [anon_sym_macro_rules_BANG] = ACTIONS(1870), + [anon_sym_LPAREN] = ACTIONS(1870), + [anon_sym_LBRACK] = ACTIONS(1870), + [anon_sym_LBRACE] = ACTIONS(1870), + [anon_sym_RBRACE] = ACTIONS(1870), + [anon_sym_STAR] = ACTIONS(1870), + [anon_sym_u8] = ACTIONS(1872), + [anon_sym_i8] = ACTIONS(1872), + [anon_sym_u16] = ACTIONS(1872), + [anon_sym_i16] = ACTIONS(1872), + [anon_sym_u32] = ACTIONS(1872), + [anon_sym_i32] = ACTIONS(1872), + [anon_sym_u64] = ACTIONS(1872), + [anon_sym_i64] = ACTIONS(1872), + [anon_sym_u128] = ACTIONS(1872), + [anon_sym_i128] = ACTIONS(1872), + [anon_sym_isize] = ACTIONS(1872), + [anon_sym_usize] = ACTIONS(1872), + [anon_sym_f32] = ACTIONS(1872), + [anon_sym_f64] = ACTIONS(1872), + [anon_sym_bool] = ACTIONS(1872), + [anon_sym_str] = ACTIONS(1872), + [anon_sym_char] = ACTIONS(1872), + [anon_sym_DASH] = ACTIONS(1870), + [anon_sym_BANG] = ACTIONS(1870), + [anon_sym_AMP] = ACTIONS(1870), + [anon_sym_PIPE] = ACTIONS(1870), + [anon_sym_LT] = ACTIONS(1870), + [anon_sym_DOT_DOT] = ACTIONS(1870), + [anon_sym_COLON_COLON] = ACTIONS(1870), + [anon_sym_POUND] = ACTIONS(1870), + [anon_sym_SQUOTE] = ACTIONS(1872), + [anon_sym_async] = ACTIONS(1872), + [anon_sym_break] = ACTIONS(1872), + [anon_sym_const] = ACTIONS(1872), + [anon_sym_continue] = ACTIONS(1872), + [anon_sym_default] = ACTIONS(1872), + [anon_sym_enum] = ACTIONS(1872), + [anon_sym_fn] = ACTIONS(1872), + [anon_sym_for] = ACTIONS(1872), + [anon_sym_gen] = ACTIONS(1872), + [anon_sym_if] = ACTIONS(1872), + [anon_sym_impl] = ACTIONS(1872), + [anon_sym_let] = ACTIONS(1872), + [anon_sym_loop] = ACTIONS(1872), + [anon_sym_match] = ACTIONS(1872), + [anon_sym_mod] = ACTIONS(1872), + [anon_sym_pub] = ACTIONS(1872), + [anon_sym_return] = ACTIONS(1872), + [anon_sym_static] = ACTIONS(1872), + [anon_sym_struct] = ACTIONS(1872), + [anon_sym_trait] = ACTIONS(1872), + [anon_sym_type] = ACTIONS(1872), + [anon_sym_union] = ACTIONS(1872), + [anon_sym_unsafe] = ACTIONS(1872), + [anon_sym_use] = ACTIONS(1872), + [anon_sym_while] = ACTIONS(1872), + [anon_sym_extern] = ACTIONS(1872), + [anon_sym_yield] = ACTIONS(1872), + [anon_sym_move] = ACTIONS(1872), + [anon_sym_try] = ACTIONS(1872), + [sym_integer_literal] = ACTIONS(1870), + [aux_sym_string_literal_token1] = ACTIONS(1870), + [sym_char_literal] = ACTIONS(1870), + [anon_sym_true] = ACTIONS(1872), + [anon_sym_false] = ACTIONS(1872), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1872), + [sym_super] = ACTIONS(1872), + [sym_crate] = ACTIONS(1872), + [sym_metavariable] = ACTIONS(1870), + [sym__raw_string_literal_start] = ACTIONS(1870), + [sym_float_literal] = ACTIONS(1870), }, [STATE(513)] = { [sym_line_comment] = STATE(513), [sym_block_comment] = STATE(513), - [ts_builtin_sym_end] = ACTIONS(1855), - [sym_identifier] = ACTIONS(1857), - [anon_sym_SEMI] = ACTIONS(1855), - [anon_sym_macro_rules_BANG] = ACTIONS(1855), - [anon_sym_LPAREN] = ACTIONS(1855), - [anon_sym_LBRACK] = ACTIONS(1855), - [anon_sym_LBRACE] = ACTIONS(1855), - [anon_sym_RBRACE] = ACTIONS(1855), - [anon_sym_STAR] = ACTIONS(1855), - [anon_sym_u8] = ACTIONS(1857), - [anon_sym_i8] = ACTIONS(1857), - [anon_sym_u16] = ACTIONS(1857), - [anon_sym_i16] = ACTIONS(1857), - [anon_sym_u32] = ACTIONS(1857), - [anon_sym_i32] = ACTIONS(1857), - [anon_sym_u64] = ACTIONS(1857), - [anon_sym_i64] = ACTIONS(1857), - [anon_sym_u128] = ACTIONS(1857), - [anon_sym_i128] = ACTIONS(1857), - [anon_sym_isize] = ACTIONS(1857), - [anon_sym_usize] = ACTIONS(1857), - [anon_sym_f32] = ACTIONS(1857), - [anon_sym_f64] = ACTIONS(1857), - [anon_sym_bool] = ACTIONS(1857), - [anon_sym_str] = ACTIONS(1857), - [anon_sym_char] = ACTIONS(1857), - [anon_sym_DASH] = ACTIONS(1855), - [anon_sym_BANG] = ACTIONS(1855), - [anon_sym_AMP] = ACTIONS(1855), - [anon_sym_PIPE] = ACTIONS(1855), - [anon_sym_LT] = ACTIONS(1855), - [anon_sym_DOT_DOT] = ACTIONS(1855), - [anon_sym_COLON_COLON] = ACTIONS(1855), - [anon_sym_POUND] = ACTIONS(1855), - [anon_sym_SQUOTE] = ACTIONS(1857), - [anon_sym_async] = ACTIONS(1857), - [anon_sym_break] = ACTIONS(1857), - [anon_sym_const] = ACTIONS(1857), - [anon_sym_continue] = ACTIONS(1857), - [anon_sym_default] = ACTIONS(1857), - [anon_sym_enum] = ACTIONS(1857), - [anon_sym_fn] = ACTIONS(1857), - [anon_sym_for] = ACTIONS(1857), - [anon_sym_gen] = ACTIONS(1857), - [anon_sym_if] = ACTIONS(1857), - [anon_sym_impl] = ACTIONS(1857), - [anon_sym_let] = ACTIONS(1857), - [anon_sym_loop] = ACTIONS(1857), - [anon_sym_match] = ACTIONS(1857), - [anon_sym_mod] = ACTIONS(1857), - [anon_sym_pub] = ACTIONS(1857), - [anon_sym_return] = ACTIONS(1857), - [anon_sym_static] = ACTIONS(1857), - [anon_sym_struct] = ACTIONS(1857), - [anon_sym_trait] = ACTIONS(1857), - [anon_sym_type] = ACTIONS(1857), - [anon_sym_union] = ACTIONS(1857), - [anon_sym_unsafe] = ACTIONS(1857), - [anon_sym_use] = ACTIONS(1857), - [anon_sym_while] = ACTIONS(1857), - [anon_sym_extern] = ACTIONS(1857), - [anon_sym_yield] = ACTIONS(1857), - [anon_sym_move] = ACTIONS(1857), - [anon_sym_try] = ACTIONS(1857), - [sym_integer_literal] = ACTIONS(1855), - [aux_sym_string_literal_token1] = ACTIONS(1855), - [sym_char_literal] = ACTIONS(1855), - [anon_sym_true] = ACTIONS(1857), - [anon_sym_false] = ACTIONS(1857), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1857), - [sym_super] = ACTIONS(1857), - [sym_crate] = ACTIONS(1857), - [sym_metavariable] = ACTIONS(1855), - [sym__raw_string_literal_start] = ACTIONS(1855), - [sym_float_literal] = ACTIONS(1855), + [ts_builtin_sym_end] = ACTIONS(1874), + [sym_identifier] = ACTIONS(1876), + [anon_sym_SEMI] = ACTIONS(1874), + [anon_sym_macro_rules_BANG] = ACTIONS(1874), + [anon_sym_LPAREN] = ACTIONS(1874), + [anon_sym_LBRACK] = ACTIONS(1874), + [anon_sym_LBRACE] = ACTIONS(1874), + [anon_sym_RBRACE] = ACTIONS(1874), + [anon_sym_STAR] = ACTIONS(1874), + [anon_sym_u8] = ACTIONS(1876), + [anon_sym_i8] = ACTIONS(1876), + [anon_sym_u16] = ACTIONS(1876), + [anon_sym_i16] = ACTIONS(1876), + [anon_sym_u32] = ACTIONS(1876), + [anon_sym_i32] = ACTIONS(1876), + [anon_sym_u64] = ACTIONS(1876), + [anon_sym_i64] = ACTIONS(1876), + [anon_sym_u128] = ACTIONS(1876), + [anon_sym_i128] = ACTIONS(1876), + [anon_sym_isize] = ACTIONS(1876), + [anon_sym_usize] = ACTIONS(1876), + [anon_sym_f32] = ACTIONS(1876), + [anon_sym_f64] = ACTIONS(1876), + [anon_sym_bool] = ACTIONS(1876), + [anon_sym_str] = ACTIONS(1876), + [anon_sym_char] = ACTIONS(1876), + [anon_sym_DASH] = ACTIONS(1874), + [anon_sym_BANG] = ACTIONS(1874), + [anon_sym_AMP] = ACTIONS(1874), + [anon_sym_PIPE] = ACTIONS(1874), + [anon_sym_LT] = ACTIONS(1874), + [anon_sym_DOT_DOT] = ACTIONS(1874), + [anon_sym_COLON_COLON] = ACTIONS(1874), + [anon_sym_POUND] = ACTIONS(1874), + [anon_sym_SQUOTE] = ACTIONS(1876), + [anon_sym_async] = ACTIONS(1876), + [anon_sym_break] = ACTIONS(1876), + [anon_sym_const] = ACTIONS(1876), + [anon_sym_continue] = ACTIONS(1876), + [anon_sym_default] = ACTIONS(1876), + [anon_sym_enum] = ACTIONS(1876), + [anon_sym_fn] = ACTIONS(1876), + [anon_sym_for] = ACTIONS(1876), + [anon_sym_gen] = ACTIONS(1876), + [anon_sym_if] = ACTIONS(1876), + [anon_sym_impl] = ACTIONS(1876), + [anon_sym_let] = ACTIONS(1876), + [anon_sym_loop] = ACTIONS(1876), + [anon_sym_match] = ACTIONS(1876), + [anon_sym_mod] = ACTIONS(1876), + [anon_sym_pub] = ACTIONS(1876), + [anon_sym_return] = ACTIONS(1876), + [anon_sym_static] = ACTIONS(1876), + [anon_sym_struct] = ACTIONS(1876), + [anon_sym_trait] = ACTIONS(1876), + [anon_sym_type] = ACTIONS(1876), + [anon_sym_union] = ACTIONS(1876), + [anon_sym_unsafe] = ACTIONS(1876), + [anon_sym_use] = ACTIONS(1876), + [anon_sym_while] = ACTIONS(1876), + [anon_sym_extern] = ACTIONS(1876), + [anon_sym_yield] = ACTIONS(1876), + [anon_sym_move] = ACTIONS(1876), + [anon_sym_try] = ACTIONS(1876), + [sym_integer_literal] = ACTIONS(1874), + [aux_sym_string_literal_token1] = ACTIONS(1874), + [sym_char_literal] = ACTIONS(1874), + [anon_sym_true] = ACTIONS(1876), + [anon_sym_false] = ACTIONS(1876), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1876), + [sym_super] = ACTIONS(1876), + [sym_crate] = ACTIONS(1876), + [sym_metavariable] = ACTIONS(1874), + [sym__raw_string_literal_start] = ACTIONS(1874), + [sym_float_literal] = ACTIONS(1874), }, [STATE(514)] = { [sym_line_comment] = STATE(514), [sym_block_comment] = STATE(514), - [ts_builtin_sym_end] = ACTIONS(1859), - [sym_identifier] = ACTIONS(1861), - [anon_sym_SEMI] = ACTIONS(1859), - [anon_sym_macro_rules_BANG] = ACTIONS(1859), - [anon_sym_LPAREN] = ACTIONS(1859), - [anon_sym_LBRACK] = ACTIONS(1859), - [anon_sym_LBRACE] = ACTIONS(1859), - [anon_sym_RBRACE] = ACTIONS(1859), - [anon_sym_STAR] = ACTIONS(1859), - [anon_sym_u8] = ACTIONS(1861), - [anon_sym_i8] = ACTIONS(1861), - [anon_sym_u16] = ACTIONS(1861), - [anon_sym_i16] = ACTIONS(1861), - [anon_sym_u32] = ACTIONS(1861), - [anon_sym_i32] = ACTIONS(1861), - [anon_sym_u64] = ACTIONS(1861), - [anon_sym_i64] = ACTIONS(1861), - [anon_sym_u128] = ACTIONS(1861), - [anon_sym_i128] = ACTIONS(1861), - [anon_sym_isize] = ACTIONS(1861), - [anon_sym_usize] = ACTIONS(1861), - [anon_sym_f32] = ACTIONS(1861), - [anon_sym_f64] = ACTIONS(1861), - [anon_sym_bool] = ACTIONS(1861), - [anon_sym_str] = ACTIONS(1861), - [anon_sym_char] = ACTIONS(1861), - [anon_sym_DASH] = ACTIONS(1859), - [anon_sym_BANG] = ACTIONS(1859), - [anon_sym_AMP] = ACTIONS(1859), - [anon_sym_PIPE] = ACTIONS(1859), - [anon_sym_LT] = ACTIONS(1859), - [anon_sym_DOT_DOT] = ACTIONS(1859), - [anon_sym_COLON_COLON] = ACTIONS(1859), - [anon_sym_POUND] = ACTIONS(1859), - [anon_sym_SQUOTE] = ACTIONS(1861), - [anon_sym_async] = ACTIONS(1861), - [anon_sym_break] = ACTIONS(1861), - [anon_sym_const] = ACTIONS(1861), - [anon_sym_continue] = ACTIONS(1861), - [anon_sym_default] = ACTIONS(1861), - [anon_sym_enum] = ACTIONS(1861), - [anon_sym_fn] = ACTIONS(1861), - [anon_sym_for] = ACTIONS(1861), - [anon_sym_gen] = ACTIONS(1861), - [anon_sym_if] = ACTIONS(1861), - [anon_sym_impl] = ACTIONS(1861), - [anon_sym_let] = ACTIONS(1861), - [anon_sym_loop] = ACTIONS(1861), - [anon_sym_match] = ACTIONS(1861), - [anon_sym_mod] = ACTIONS(1861), - [anon_sym_pub] = ACTIONS(1861), - [anon_sym_return] = ACTIONS(1861), - [anon_sym_static] = ACTIONS(1861), - [anon_sym_struct] = ACTIONS(1861), - [anon_sym_trait] = ACTIONS(1861), - [anon_sym_type] = ACTIONS(1861), - [anon_sym_union] = ACTIONS(1861), - [anon_sym_unsafe] = ACTIONS(1861), - [anon_sym_use] = ACTIONS(1861), - [anon_sym_while] = ACTIONS(1861), - [anon_sym_extern] = ACTIONS(1861), - [anon_sym_yield] = ACTIONS(1861), - [anon_sym_move] = ACTIONS(1861), - [anon_sym_try] = ACTIONS(1861), - [sym_integer_literal] = ACTIONS(1859), - [aux_sym_string_literal_token1] = ACTIONS(1859), - [sym_char_literal] = ACTIONS(1859), - [anon_sym_true] = ACTIONS(1861), - [anon_sym_false] = ACTIONS(1861), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1861), - [sym_super] = ACTIONS(1861), - [sym_crate] = ACTIONS(1861), - [sym_metavariable] = ACTIONS(1859), - [sym__raw_string_literal_start] = ACTIONS(1859), - [sym_float_literal] = ACTIONS(1859), + [ts_builtin_sym_end] = ACTIONS(1878), + [sym_identifier] = ACTIONS(1880), + [anon_sym_SEMI] = ACTIONS(1878), + [anon_sym_macro_rules_BANG] = ACTIONS(1878), + [anon_sym_LPAREN] = ACTIONS(1878), + [anon_sym_LBRACK] = ACTIONS(1878), + [anon_sym_LBRACE] = ACTIONS(1878), + [anon_sym_RBRACE] = ACTIONS(1878), + [anon_sym_STAR] = ACTIONS(1878), + [anon_sym_u8] = ACTIONS(1880), + [anon_sym_i8] = ACTIONS(1880), + [anon_sym_u16] = ACTIONS(1880), + [anon_sym_i16] = ACTIONS(1880), + [anon_sym_u32] = ACTIONS(1880), + [anon_sym_i32] = ACTIONS(1880), + [anon_sym_u64] = ACTIONS(1880), + [anon_sym_i64] = ACTIONS(1880), + [anon_sym_u128] = ACTIONS(1880), + [anon_sym_i128] = ACTIONS(1880), + [anon_sym_isize] = ACTIONS(1880), + [anon_sym_usize] = ACTIONS(1880), + [anon_sym_f32] = ACTIONS(1880), + [anon_sym_f64] = ACTIONS(1880), + [anon_sym_bool] = ACTIONS(1880), + [anon_sym_str] = ACTIONS(1880), + [anon_sym_char] = ACTIONS(1880), + [anon_sym_DASH] = ACTIONS(1878), + [anon_sym_BANG] = ACTIONS(1878), + [anon_sym_AMP] = ACTIONS(1878), + [anon_sym_PIPE] = ACTIONS(1878), + [anon_sym_LT] = ACTIONS(1878), + [anon_sym_DOT_DOT] = ACTIONS(1878), + [anon_sym_COLON_COLON] = ACTIONS(1878), + [anon_sym_POUND] = ACTIONS(1878), + [anon_sym_SQUOTE] = ACTIONS(1880), + [anon_sym_async] = ACTIONS(1880), + [anon_sym_break] = ACTIONS(1880), + [anon_sym_const] = ACTIONS(1880), + [anon_sym_continue] = ACTIONS(1880), + [anon_sym_default] = ACTIONS(1880), + [anon_sym_enum] = ACTIONS(1880), + [anon_sym_fn] = ACTIONS(1880), + [anon_sym_for] = ACTIONS(1880), + [anon_sym_gen] = ACTIONS(1880), + [anon_sym_if] = ACTIONS(1880), + [anon_sym_impl] = ACTIONS(1880), + [anon_sym_let] = ACTIONS(1880), + [anon_sym_loop] = ACTIONS(1880), + [anon_sym_match] = ACTIONS(1880), + [anon_sym_mod] = ACTIONS(1880), + [anon_sym_pub] = ACTIONS(1880), + [anon_sym_return] = ACTIONS(1880), + [anon_sym_static] = ACTIONS(1880), + [anon_sym_struct] = ACTIONS(1880), + [anon_sym_trait] = ACTIONS(1880), + [anon_sym_type] = ACTIONS(1880), + [anon_sym_union] = ACTIONS(1880), + [anon_sym_unsafe] = ACTIONS(1880), + [anon_sym_use] = ACTIONS(1880), + [anon_sym_while] = ACTIONS(1880), + [anon_sym_extern] = ACTIONS(1880), + [anon_sym_yield] = ACTIONS(1880), + [anon_sym_move] = ACTIONS(1880), + [anon_sym_try] = ACTIONS(1880), + [sym_integer_literal] = ACTIONS(1878), + [aux_sym_string_literal_token1] = ACTIONS(1878), + [sym_char_literal] = ACTIONS(1878), + [anon_sym_true] = ACTIONS(1880), + [anon_sym_false] = ACTIONS(1880), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1880), + [sym_super] = ACTIONS(1880), + [sym_crate] = ACTIONS(1880), + [sym_metavariable] = ACTIONS(1878), + [sym__raw_string_literal_start] = ACTIONS(1878), + [sym_float_literal] = ACTIONS(1878), }, [STATE(515)] = { [sym_line_comment] = STATE(515), [sym_block_comment] = STATE(515), - [ts_builtin_sym_end] = ACTIONS(1863), - [sym_identifier] = ACTIONS(1865), - [anon_sym_SEMI] = ACTIONS(1863), - [anon_sym_macro_rules_BANG] = ACTIONS(1863), - [anon_sym_LPAREN] = ACTIONS(1863), - [anon_sym_LBRACK] = ACTIONS(1863), - [anon_sym_LBRACE] = ACTIONS(1863), - [anon_sym_RBRACE] = ACTIONS(1863), - [anon_sym_STAR] = ACTIONS(1863), - [anon_sym_u8] = ACTIONS(1865), - [anon_sym_i8] = ACTIONS(1865), - [anon_sym_u16] = ACTIONS(1865), - [anon_sym_i16] = ACTIONS(1865), - [anon_sym_u32] = ACTIONS(1865), - [anon_sym_i32] = ACTIONS(1865), - [anon_sym_u64] = ACTIONS(1865), - [anon_sym_i64] = ACTIONS(1865), - [anon_sym_u128] = ACTIONS(1865), - [anon_sym_i128] = ACTIONS(1865), - [anon_sym_isize] = ACTIONS(1865), - [anon_sym_usize] = ACTIONS(1865), - [anon_sym_f32] = ACTIONS(1865), - [anon_sym_f64] = ACTIONS(1865), - [anon_sym_bool] = ACTIONS(1865), - [anon_sym_str] = ACTIONS(1865), - [anon_sym_char] = ACTIONS(1865), - [anon_sym_DASH] = ACTIONS(1863), - [anon_sym_BANG] = ACTIONS(1863), - [anon_sym_AMP] = ACTIONS(1863), - [anon_sym_PIPE] = ACTIONS(1863), - [anon_sym_LT] = ACTIONS(1863), - [anon_sym_DOT_DOT] = ACTIONS(1863), - [anon_sym_COLON_COLON] = ACTIONS(1863), - [anon_sym_POUND] = ACTIONS(1863), - [anon_sym_SQUOTE] = ACTIONS(1865), - [anon_sym_async] = ACTIONS(1865), - [anon_sym_break] = ACTIONS(1865), - [anon_sym_const] = ACTIONS(1865), - [anon_sym_continue] = ACTIONS(1865), - [anon_sym_default] = ACTIONS(1865), - [anon_sym_enum] = ACTIONS(1865), - [anon_sym_fn] = ACTIONS(1865), - [anon_sym_for] = ACTIONS(1865), - [anon_sym_gen] = ACTIONS(1865), - [anon_sym_if] = ACTIONS(1865), - [anon_sym_impl] = ACTIONS(1865), - [anon_sym_let] = ACTIONS(1865), - [anon_sym_loop] = ACTIONS(1865), - [anon_sym_match] = ACTIONS(1865), - [anon_sym_mod] = ACTIONS(1865), - [anon_sym_pub] = ACTIONS(1865), - [anon_sym_return] = ACTIONS(1865), - [anon_sym_static] = ACTIONS(1865), - [anon_sym_struct] = ACTIONS(1865), - [anon_sym_trait] = ACTIONS(1865), - [anon_sym_type] = ACTIONS(1865), - [anon_sym_union] = ACTIONS(1865), - [anon_sym_unsafe] = ACTIONS(1865), - [anon_sym_use] = ACTIONS(1865), - [anon_sym_while] = ACTIONS(1865), - [anon_sym_extern] = ACTIONS(1865), - [anon_sym_yield] = ACTIONS(1865), - [anon_sym_move] = ACTIONS(1865), - [anon_sym_try] = ACTIONS(1865), - [sym_integer_literal] = ACTIONS(1863), - [aux_sym_string_literal_token1] = ACTIONS(1863), - [sym_char_literal] = ACTIONS(1863), - [anon_sym_true] = ACTIONS(1865), - [anon_sym_false] = ACTIONS(1865), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1865), - [sym_super] = ACTIONS(1865), - [sym_crate] = ACTIONS(1865), - [sym_metavariable] = ACTIONS(1863), - [sym__raw_string_literal_start] = ACTIONS(1863), - [sym_float_literal] = ACTIONS(1863), + [ts_builtin_sym_end] = ACTIONS(1882), + [sym_identifier] = ACTIONS(1884), + [anon_sym_SEMI] = ACTIONS(1882), + [anon_sym_macro_rules_BANG] = ACTIONS(1882), + [anon_sym_LPAREN] = ACTIONS(1882), + [anon_sym_LBRACK] = ACTIONS(1882), + [anon_sym_LBRACE] = ACTIONS(1882), + [anon_sym_RBRACE] = ACTIONS(1882), + [anon_sym_STAR] = ACTIONS(1882), + [anon_sym_u8] = ACTIONS(1884), + [anon_sym_i8] = ACTIONS(1884), + [anon_sym_u16] = ACTIONS(1884), + [anon_sym_i16] = ACTIONS(1884), + [anon_sym_u32] = ACTIONS(1884), + [anon_sym_i32] = ACTIONS(1884), + [anon_sym_u64] = ACTIONS(1884), + [anon_sym_i64] = ACTIONS(1884), + [anon_sym_u128] = ACTIONS(1884), + [anon_sym_i128] = ACTIONS(1884), + [anon_sym_isize] = ACTIONS(1884), + [anon_sym_usize] = ACTIONS(1884), + [anon_sym_f32] = ACTIONS(1884), + [anon_sym_f64] = ACTIONS(1884), + [anon_sym_bool] = ACTIONS(1884), + [anon_sym_str] = ACTIONS(1884), + [anon_sym_char] = ACTIONS(1884), + [anon_sym_DASH] = ACTIONS(1882), + [anon_sym_BANG] = ACTIONS(1882), + [anon_sym_AMP] = ACTIONS(1882), + [anon_sym_PIPE] = ACTIONS(1882), + [anon_sym_LT] = ACTIONS(1882), + [anon_sym_DOT_DOT] = ACTIONS(1882), + [anon_sym_COLON_COLON] = ACTIONS(1882), + [anon_sym_POUND] = ACTIONS(1882), + [anon_sym_SQUOTE] = ACTIONS(1884), + [anon_sym_async] = ACTIONS(1884), + [anon_sym_break] = ACTIONS(1884), + [anon_sym_const] = ACTIONS(1884), + [anon_sym_continue] = ACTIONS(1884), + [anon_sym_default] = ACTIONS(1884), + [anon_sym_enum] = ACTIONS(1884), + [anon_sym_fn] = ACTIONS(1884), + [anon_sym_for] = ACTIONS(1884), + [anon_sym_gen] = ACTIONS(1884), + [anon_sym_if] = ACTIONS(1884), + [anon_sym_impl] = ACTIONS(1884), + [anon_sym_let] = ACTIONS(1884), + [anon_sym_loop] = ACTIONS(1884), + [anon_sym_match] = ACTIONS(1884), + [anon_sym_mod] = ACTIONS(1884), + [anon_sym_pub] = ACTIONS(1884), + [anon_sym_return] = ACTIONS(1884), + [anon_sym_static] = ACTIONS(1884), + [anon_sym_struct] = ACTIONS(1884), + [anon_sym_trait] = ACTIONS(1884), + [anon_sym_type] = ACTIONS(1884), + [anon_sym_union] = ACTIONS(1884), + [anon_sym_unsafe] = ACTIONS(1884), + [anon_sym_use] = ACTIONS(1884), + [anon_sym_while] = ACTIONS(1884), + [anon_sym_extern] = ACTIONS(1884), + [anon_sym_yield] = ACTIONS(1884), + [anon_sym_move] = ACTIONS(1884), + [anon_sym_try] = ACTIONS(1884), + [sym_integer_literal] = ACTIONS(1882), + [aux_sym_string_literal_token1] = ACTIONS(1882), + [sym_char_literal] = ACTIONS(1882), + [anon_sym_true] = ACTIONS(1884), + [anon_sym_false] = ACTIONS(1884), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1884), + [sym_super] = ACTIONS(1884), + [sym_crate] = ACTIONS(1884), + [sym_metavariable] = ACTIONS(1882), + [sym__raw_string_literal_start] = ACTIONS(1882), + [sym_float_literal] = ACTIONS(1882), }, [STATE(516)] = { [sym_line_comment] = STATE(516), [sym_block_comment] = STATE(516), - [ts_builtin_sym_end] = ACTIONS(1867), - [sym_identifier] = ACTIONS(1869), - [anon_sym_SEMI] = ACTIONS(1867), - [anon_sym_macro_rules_BANG] = ACTIONS(1867), - [anon_sym_LPAREN] = ACTIONS(1867), - [anon_sym_LBRACK] = ACTIONS(1867), - [anon_sym_LBRACE] = ACTIONS(1867), - [anon_sym_RBRACE] = ACTIONS(1867), - [anon_sym_STAR] = ACTIONS(1867), - [anon_sym_u8] = ACTIONS(1869), - [anon_sym_i8] = ACTIONS(1869), - [anon_sym_u16] = ACTIONS(1869), - [anon_sym_i16] = ACTIONS(1869), - [anon_sym_u32] = ACTIONS(1869), - [anon_sym_i32] = ACTIONS(1869), - [anon_sym_u64] = ACTIONS(1869), - [anon_sym_i64] = ACTIONS(1869), - [anon_sym_u128] = ACTIONS(1869), - [anon_sym_i128] = ACTIONS(1869), - [anon_sym_isize] = ACTIONS(1869), - [anon_sym_usize] = ACTIONS(1869), - [anon_sym_f32] = ACTIONS(1869), - [anon_sym_f64] = ACTIONS(1869), - [anon_sym_bool] = ACTIONS(1869), - [anon_sym_str] = ACTIONS(1869), - [anon_sym_char] = ACTIONS(1869), - [anon_sym_DASH] = ACTIONS(1867), - [anon_sym_BANG] = ACTIONS(1867), - [anon_sym_AMP] = ACTIONS(1867), - [anon_sym_PIPE] = ACTIONS(1867), - [anon_sym_LT] = ACTIONS(1867), - [anon_sym_DOT_DOT] = ACTIONS(1867), - [anon_sym_COLON_COLON] = ACTIONS(1867), - [anon_sym_POUND] = ACTIONS(1867), - [anon_sym_SQUOTE] = ACTIONS(1869), - [anon_sym_async] = ACTIONS(1869), - [anon_sym_break] = ACTIONS(1869), - [anon_sym_const] = ACTIONS(1869), - [anon_sym_continue] = ACTIONS(1869), - [anon_sym_default] = ACTIONS(1869), - [anon_sym_enum] = ACTIONS(1869), - [anon_sym_fn] = ACTIONS(1869), - [anon_sym_for] = ACTIONS(1869), - [anon_sym_gen] = ACTIONS(1869), - [anon_sym_if] = ACTIONS(1869), - [anon_sym_impl] = ACTIONS(1869), - [anon_sym_let] = ACTIONS(1869), - [anon_sym_loop] = ACTIONS(1869), - [anon_sym_match] = ACTIONS(1869), - [anon_sym_mod] = ACTIONS(1869), - [anon_sym_pub] = ACTIONS(1869), - [anon_sym_return] = ACTIONS(1869), - [anon_sym_static] = ACTIONS(1869), - [anon_sym_struct] = ACTIONS(1869), - [anon_sym_trait] = ACTIONS(1869), - [anon_sym_type] = ACTIONS(1869), - [anon_sym_union] = ACTIONS(1869), - [anon_sym_unsafe] = ACTIONS(1869), - [anon_sym_use] = ACTIONS(1869), - [anon_sym_while] = ACTIONS(1869), - [anon_sym_extern] = ACTIONS(1869), - [anon_sym_yield] = ACTIONS(1869), - [anon_sym_move] = ACTIONS(1869), - [anon_sym_try] = ACTIONS(1869), - [sym_integer_literal] = ACTIONS(1867), - [aux_sym_string_literal_token1] = ACTIONS(1867), - [sym_char_literal] = ACTIONS(1867), - [anon_sym_true] = ACTIONS(1869), - [anon_sym_false] = ACTIONS(1869), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1869), - [sym_super] = ACTIONS(1869), - [sym_crate] = ACTIONS(1869), - [sym_metavariable] = ACTIONS(1867), - [sym__raw_string_literal_start] = ACTIONS(1867), - [sym_float_literal] = ACTIONS(1867), + [ts_builtin_sym_end] = ACTIONS(1886), + [sym_identifier] = ACTIONS(1888), + [anon_sym_SEMI] = ACTIONS(1886), + [anon_sym_macro_rules_BANG] = ACTIONS(1886), + [anon_sym_LPAREN] = ACTIONS(1886), + [anon_sym_LBRACK] = ACTIONS(1886), + [anon_sym_LBRACE] = ACTIONS(1886), + [anon_sym_RBRACE] = ACTIONS(1886), + [anon_sym_STAR] = ACTIONS(1886), + [anon_sym_u8] = ACTIONS(1888), + [anon_sym_i8] = ACTIONS(1888), + [anon_sym_u16] = ACTIONS(1888), + [anon_sym_i16] = ACTIONS(1888), + [anon_sym_u32] = ACTIONS(1888), + [anon_sym_i32] = ACTIONS(1888), + [anon_sym_u64] = ACTIONS(1888), + [anon_sym_i64] = ACTIONS(1888), + [anon_sym_u128] = ACTIONS(1888), + [anon_sym_i128] = ACTIONS(1888), + [anon_sym_isize] = ACTIONS(1888), + [anon_sym_usize] = ACTIONS(1888), + [anon_sym_f32] = ACTIONS(1888), + [anon_sym_f64] = ACTIONS(1888), + [anon_sym_bool] = ACTIONS(1888), + [anon_sym_str] = ACTIONS(1888), + [anon_sym_char] = ACTIONS(1888), + [anon_sym_DASH] = ACTIONS(1886), + [anon_sym_BANG] = ACTIONS(1886), + [anon_sym_AMP] = ACTIONS(1886), + [anon_sym_PIPE] = ACTIONS(1886), + [anon_sym_LT] = ACTIONS(1886), + [anon_sym_DOT_DOT] = ACTIONS(1886), + [anon_sym_COLON_COLON] = ACTIONS(1886), + [anon_sym_POUND] = ACTIONS(1886), + [anon_sym_SQUOTE] = ACTIONS(1888), + [anon_sym_async] = ACTIONS(1888), + [anon_sym_break] = ACTIONS(1888), + [anon_sym_const] = ACTIONS(1888), + [anon_sym_continue] = ACTIONS(1888), + [anon_sym_default] = ACTIONS(1888), + [anon_sym_enum] = ACTIONS(1888), + [anon_sym_fn] = ACTIONS(1888), + [anon_sym_for] = ACTIONS(1888), + [anon_sym_gen] = ACTIONS(1888), + [anon_sym_if] = ACTIONS(1888), + [anon_sym_impl] = ACTIONS(1888), + [anon_sym_let] = ACTIONS(1888), + [anon_sym_loop] = ACTIONS(1888), + [anon_sym_match] = ACTIONS(1888), + [anon_sym_mod] = ACTIONS(1888), + [anon_sym_pub] = ACTIONS(1888), + [anon_sym_return] = ACTIONS(1888), + [anon_sym_static] = ACTIONS(1888), + [anon_sym_struct] = ACTIONS(1888), + [anon_sym_trait] = ACTIONS(1888), + [anon_sym_type] = ACTIONS(1888), + [anon_sym_union] = ACTIONS(1888), + [anon_sym_unsafe] = ACTIONS(1888), + [anon_sym_use] = ACTIONS(1888), + [anon_sym_while] = ACTIONS(1888), + [anon_sym_extern] = ACTIONS(1888), + [anon_sym_yield] = ACTIONS(1888), + [anon_sym_move] = ACTIONS(1888), + [anon_sym_try] = ACTIONS(1888), + [sym_integer_literal] = ACTIONS(1886), + [aux_sym_string_literal_token1] = ACTIONS(1886), + [sym_char_literal] = ACTIONS(1886), + [anon_sym_true] = ACTIONS(1888), + [anon_sym_false] = ACTIONS(1888), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1888), + [sym_super] = ACTIONS(1888), + [sym_crate] = ACTIONS(1888), + [sym_metavariable] = ACTIONS(1886), + [sym__raw_string_literal_start] = ACTIONS(1886), + [sym_float_literal] = ACTIONS(1886), }, [STATE(517)] = { [sym_line_comment] = STATE(517), [sym_block_comment] = STATE(517), - [ts_builtin_sym_end] = ACTIONS(1871), - [sym_identifier] = ACTIONS(1873), - [anon_sym_SEMI] = ACTIONS(1871), - [anon_sym_macro_rules_BANG] = ACTIONS(1871), - [anon_sym_LPAREN] = ACTIONS(1871), - [anon_sym_LBRACK] = ACTIONS(1871), - [anon_sym_LBRACE] = ACTIONS(1871), - [anon_sym_RBRACE] = ACTIONS(1871), - [anon_sym_STAR] = ACTIONS(1871), - [anon_sym_u8] = ACTIONS(1873), - [anon_sym_i8] = ACTIONS(1873), - [anon_sym_u16] = ACTIONS(1873), - [anon_sym_i16] = ACTIONS(1873), - [anon_sym_u32] = ACTIONS(1873), - [anon_sym_i32] = ACTIONS(1873), - [anon_sym_u64] = ACTIONS(1873), - [anon_sym_i64] = ACTIONS(1873), - [anon_sym_u128] = ACTIONS(1873), - [anon_sym_i128] = ACTIONS(1873), - [anon_sym_isize] = ACTIONS(1873), - [anon_sym_usize] = ACTIONS(1873), - [anon_sym_f32] = ACTIONS(1873), - [anon_sym_f64] = ACTIONS(1873), - [anon_sym_bool] = ACTIONS(1873), - [anon_sym_str] = ACTIONS(1873), - [anon_sym_char] = ACTIONS(1873), - [anon_sym_DASH] = ACTIONS(1871), - [anon_sym_BANG] = ACTIONS(1871), - [anon_sym_AMP] = ACTIONS(1871), - [anon_sym_PIPE] = ACTIONS(1871), - [anon_sym_LT] = ACTIONS(1871), - [anon_sym_DOT_DOT] = ACTIONS(1871), - [anon_sym_COLON_COLON] = ACTIONS(1871), - [anon_sym_POUND] = ACTIONS(1871), - [anon_sym_SQUOTE] = ACTIONS(1873), - [anon_sym_async] = ACTIONS(1873), - [anon_sym_break] = ACTIONS(1873), - [anon_sym_const] = ACTIONS(1873), - [anon_sym_continue] = ACTIONS(1873), - [anon_sym_default] = ACTIONS(1873), - [anon_sym_enum] = ACTIONS(1873), - [anon_sym_fn] = ACTIONS(1873), - [anon_sym_for] = ACTIONS(1873), - [anon_sym_gen] = ACTIONS(1873), - [anon_sym_if] = ACTIONS(1873), - [anon_sym_impl] = ACTIONS(1873), - [anon_sym_let] = ACTIONS(1873), - [anon_sym_loop] = ACTIONS(1873), - [anon_sym_match] = ACTIONS(1873), - [anon_sym_mod] = ACTIONS(1873), - [anon_sym_pub] = ACTIONS(1873), - [anon_sym_return] = ACTIONS(1873), - [anon_sym_static] = ACTIONS(1873), - [anon_sym_struct] = ACTIONS(1873), - [anon_sym_trait] = ACTIONS(1873), - [anon_sym_type] = ACTIONS(1873), - [anon_sym_union] = ACTIONS(1873), - [anon_sym_unsafe] = ACTIONS(1873), - [anon_sym_use] = ACTIONS(1873), - [anon_sym_while] = ACTIONS(1873), - [anon_sym_extern] = ACTIONS(1873), - [anon_sym_yield] = ACTIONS(1873), - [anon_sym_move] = ACTIONS(1873), - [anon_sym_try] = ACTIONS(1873), - [sym_integer_literal] = ACTIONS(1871), - [aux_sym_string_literal_token1] = ACTIONS(1871), - [sym_char_literal] = ACTIONS(1871), - [anon_sym_true] = ACTIONS(1873), - [anon_sym_false] = ACTIONS(1873), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1873), - [sym_super] = ACTIONS(1873), - [sym_crate] = ACTIONS(1873), - [sym_metavariable] = ACTIONS(1871), - [sym__raw_string_literal_start] = ACTIONS(1871), - [sym_float_literal] = ACTIONS(1871), + [ts_builtin_sym_end] = ACTIONS(1890), + [sym_identifier] = ACTIONS(1892), + [anon_sym_SEMI] = ACTIONS(1890), + [anon_sym_macro_rules_BANG] = ACTIONS(1890), + [anon_sym_LPAREN] = ACTIONS(1890), + [anon_sym_LBRACK] = ACTIONS(1890), + [anon_sym_LBRACE] = ACTIONS(1890), + [anon_sym_RBRACE] = ACTIONS(1890), + [anon_sym_STAR] = ACTIONS(1890), + [anon_sym_u8] = ACTIONS(1892), + [anon_sym_i8] = ACTIONS(1892), + [anon_sym_u16] = ACTIONS(1892), + [anon_sym_i16] = ACTIONS(1892), + [anon_sym_u32] = ACTIONS(1892), + [anon_sym_i32] = ACTIONS(1892), + [anon_sym_u64] = ACTIONS(1892), + [anon_sym_i64] = ACTIONS(1892), + [anon_sym_u128] = ACTIONS(1892), + [anon_sym_i128] = ACTIONS(1892), + [anon_sym_isize] = ACTIONS(1892), + [anon_sym_usize] = ACTIONS(1892), + [anon_sym_f32] = ACTIONS(1892), + [anon_sym_f64] = ACTIONS(1892), + [anon_sym_bool] = ACTIONS(1892), + [anon_sym_str] = ACTIONS(1892), + [anon_sym_char] = ACTIONS(1892), + [anon_sym_DASH] = ACTIONS(1890), + [anon_sym_BANG] = ACTIONS(1890), + [anon_sym_AMP] = ACTIONS(1890), + [anon_sym_PIPE] = ACTIONS(1890), + [anon_sym_LT] = ACTIONS(1890), + [anon_sym_DOT_DOT] = ACTIONS(1890), + [anon_sym_COLON_COLON] = ACTIONS(1890), + [anon_sym_POUND] = ACTIONS(1890), + [anon_sym_SQUOTE] = ACTIONS(1892), + [anon_sym_async] = ACTIONS(1892), + [anon_sym_break] = ACTIONS(1892), + [anon_sym_const] = ACTIONS(1892), + [anon_sym_continue] = ACTIONS(1892), + [anon_sym_default] = ACTIONS(1892), + [anon_sym_enum] = ACTIONS(1892), + [anon_sym_fn] = ACTIONS(1892), + [anon_sym_for] = ACTIONS(1892), + [anon_sym_gen] = ACTIONS(1892), + [anon_sym_if] = ACTIONS(1892), + [anon_sym_impl] = ACTIONS(1892), + [anon_sym_let] = ACTIONS(1892), + [anon_sym_loop] = ACTIONS(1892), + [anon_sym_match] = ACTIONS(1892), + [anon_sym_mod] = ACTIONS(1892), + [anon_sym_pub] = ACTIONS(1892), + [anon_sym_return] = ACTIONS(1892), + [anon_sym_static] = ACTIONS(1892), + [anon_sym_struct] = ACTIONS(1892), + [anon_sym_trait] = ACTIONS(1892), + [anon_sym_type] = ACTIONS(1892), + [anon_sym_union] = ACTIONS(1892), + [anon_sym_unsafe] = ACTIONS(1892), + [anon_sym_use] = ACTIONS(1892), + [anon_sym_while] = ACTIONS(1892), + [anon_sym_extern] = ACTIONS(1892), + [anon_sym_yield] = ACTIONS(1892), + [anon_sym_move] = ACTIONS(1892), + [anon_sym_try] = ACTIONS(1892), + [sym_integer_literal] = ACTIONS(1890), + [aux_sym_string_literal_token1] = ACTIONS(1890), + [sym_char_literal] = ACTIONS(1890), + [anon_sym_true] = ACTIONS(1892), + [anon_sym_false] = ACTIONS(1892), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1892), + [sym_super] = ACTIONS(1892), + [sym_crate] = ACTIONS(1892), + [sym_metavariable] = ACTIONS(1890), + [sym__raw_string_literal_start] = ACTIONS(1890), + [sym_float_literal] = ACTIONS(1890), }, [STATE(518)] = { [sym_line_comment] = STATE(518), [sym_block_comment] = STATE(518), - [ts_builtin_sym_end] = ACTIONS(1875), - [sym_identifier] = ACTIONS(1877), - [anon_sym_SEMI] = ACTIONS(1875), - [anon_sym_macro_rules_BANG] = ACTIONS(1875), - [anon_sym_LPAREN] = ACTIONS(1875), - [anon_sym_LBRACK] = ACTIONS(1875), - [anon_sym_LBRACE] = ACTIONS(1875), - [anon_sym_RBRACE] = ACTIONS(1875), - [anon_sym_STAR] = ACTIONS(1875), - [anon_sym_u8] = ACTIONS(1877), - [anon_sym_i8] = ACTIONS(1877), - [anon_sym_u16] = ACTIONS(1877), - [anon_sym_i16] = ACTIONS(1877), - [anon_sym_u32] = ACTIONS(1877), - [anon_sym_i32] = ACTIONS(1877), - [anon_sym_u64] = ACTIONS(1877), - [anon_sym_i64] = ACTIONS(1877), - [anon_sym_u128] = ACTIONS(1877), - [anon_sym_i128] = ACTIONS(1877), - [anon_sym_isize] = ACTIONS(1877), - [anon_sym_usize] = ACTIONS(1877), - [anon_sym_f32] = ACTIONS(1877), - [anon_sym_f64] = ACTIONS(1877), - [anon_sym_bool] = ACTIONS(1877), - [anon_sym_str] = ACTIONS(1877), - [anon_sym_char] = ACTIONS(1877), - [anon_sym_DASH] = ACTIONS(1875), - [anon_sym_BANG] = ACTIONS(1875), - [anon_sym_AMP] = ACTIONS(1875), - [anon_sym_PIPE] = ACTIONS(1875), - [anon_sym_LT] = ACTIONS(1875), - [anon_sym_DOT_DOT] = ACTIONS(1875), - [anon_sym_COLON_COLON] = ACTIONS(1875), - [anon_sym_POUND] = ACTIONS(1875), - [anon_sym_SQUOTE] = ACTIONS(1877), - [anon_sym_async] = ACTIONS(1877), - [anon_sym_break] = ACTIONS(1877), - [anon_sym_const] = ACTIONS(1877), - [anon_sym_continue] = ACTIONS(1877), - [anon_sym_default] = ACTIONS(1877), - [anon_sym_enum] = ACTIONS(1877), - [anon_sym_fn] = ACTIONS(1877), - [anon_sym_for] = ACTIONS(1877), - [anon_sym_gen] = ACTIONS(1877), - [anon_sym_if] = ACTIONS(1877), - [anon_sym_impl] = ACTIONS(1877), - [anon_sym_let] = ACTIONS(1877), - [anon_sym_loop] = ACTIONS(1877), - [anon_sym_match] = ACTIONS(1877), - [anon_sym_mod] = ACTIONS(1877), - [anon_sym_pub] = ACTIONS(1877), - [anon_sym_return] = ACTIONS(1877), - [anon_sym_static] = ACTIONS(1877), - [anon_sym_struct] = ACTIONS(1877), - [anon_sym_trait] = ACTIONS(1877), - [anon_sym_type] = ACTIONS(1877), - [anon_sym_union] = ACTIONS(1877), - [anon_sym_unsafe] = ACTIONS(1877), - [anon_sym_use] = ACTIONS(1877), - [anon_sym_while] = ACTIONS(1877), - [anon_sym_extern] = ACTIONS(1877), - [anon_sym_yield] = ACTIONS(1877), - [anon_sym_move] = ACTIONS(1877), - [anon_sym_try] = ACTIONS(1877), - [sym_integer_literal] = ACTIONS(1875), - [aux_sym_string_literal_token1] = ACTIONS(1875), - [sym_char_literal] = ACTIONS(1875), - [anon_sym_true] = ACTIONS(1877), - [anon_sym_false] = ACTIONS(1877), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1877), - [sym_super] = ACTIONS(1877), - [sym_crate] = ACTIONS(1877), - [sym_metavariable] = ACTIONS(1875), - [sym__raw_string_literal_start] = ACTIONS(1875), - [sym_float_literal] = ACTIONS(1875), + [ts_builtin_sym_end] = ACTIONS(1894), + [sym_identifier] = ACTIONS(1896), + [anon_sym_SEMI] = ACTIONS(1894), + [anon_sym_macro_rules_BANG] = ACTIONS(1894), + [anon_sym_LPAREN] = ACTIONS(1894), + [anon_sym_LBRACK] = ACTIONS(1894), + [anon_sym_LBRACE] = ACTIONS(1894), + [anon_sym_RBRACE] = ACTIONS(1894), + [anon_sym_STAR] = ACTIONS(1894), + [anon_sym_u8] = ACTIONS(1896), + [anon_sym_i8] = ACTIONS(1896), + [anon_sym_u16] = ACTIONS(1896), + [anon_sym_i16] = ACTIONS(1896), + [anon_sym_u32] = ACTIONS(1896), + [anon_sym_i32] = ACTIONS(1896), + [anon_sym_u64] = ACTIONS(1896), + [anon_sym_i64] = ACTIONS(1896), + [anon_sym_u128] = ACTIONS(1896), + [anon_sym_i128] = ACTIONS(1896), + [anon_sym_isize] = ACTIONS(1896), + [anon_sym_usize] = ACTIONS(1896), + [anon_sym_f32] = ACTIONS(1896), + [anon_sym_f64] = ACTIONS(1896), + [anon_sym_bool] = ACTIONS(1896), + [anon_sym_str] = ACTIONS(1896), + [anon_sym_char] = ACTIONS(1896), + [anon_sym_DASH] = ACTIONS(1894), + [anon_sym_BANG] = ACTIONS(1894), + [anon_sym_AMP] = ACTIONS(1894), + [anon_sym_PIPE] = ACTIONS(1894), + [anon_sym_LT] = ACTIONS(1894), + [anon_sym_DOT_DOT] = ACTIONS(1894), + [anon_sym_COLON_COLON] = ACTIONS(1894), + [anon_sym_POUND] = ACTIONS(1894), + [anon_sym_SQUOTE] = ACTIONS(1896), + [anon_sym_async] = ACTIONS(1896), + [anon_sym_break] = ACTIONS(1896), + [anon_sym_const] = ACTIONS(1896), + [anon_sym_continue] = ACTIONS(1896), + [anon_sym_default] = ACTIONS(1896), + [anon_sym_enum] = ACTIONS(1896), + [anon_sym_fn] = ACTIONS(1896), + [anon_sym_for] = ACTIONS(1896), + [anon_sym_gen] = ACTIONS(1896), + [anon_sym_if] = ACTIONS(1896), + [anon_sym_impl] = ACTIONS(1896), + [anon_sym_let] = ACTIONS(1896), + [anon_sym_loop] = ACTIONS(1896), + [anon_sym_match] = ACTIONS(1896), + [anon_sym_mod] = ACTIONS(1896), + [anon_sym_pub] = ACTIONS(1896), + [anon_sym_return] = ACTIONS(1896), + [anon_sym_static] = ACTIONS(1896), + [anon_sym_struct] = ACTIONS(1896), + [anon_sym_trait] = ACTIONS(1896), + [anon_sym_type] = ACTIONS(1896), + [anon_sym_union] = ACTIONS(1896), + [anon_sym_unsafe] = ACTIONS(1896), + [anon_sym_use] = ACTIONS(1896), + [anon_sym_while] = ACTIONS(1896), + [anon_sym_extern] = ACTIONS(1896), + [anon_sym_yield] = ACTIONS(1896), + [anon_sym_move] = ACTIONS(1896), + [anon_sym_try] = ACTIONS(1896), + [sym_integer_literal] = ACTIONS(1894), + [aux_sym_string_literal_token1] = ACTIONS(1894), + [sym_char_literal] = ACTIONS(1894), + [anon_sym_true] = ACTIONS(1896), + [anon_sym_false] = ACTIONS(1896), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1896), + [sym_super] = ACTIONS(1896), + [sym_crate] = ACTIONS(1896), + [sym_metavariable] = ACTIONS(1894), + [sym__raw_string_literal_start] = ACTIONS(1894), + [sym_float_literal] = ACTIONS(1894), }, [STATE(519)] = { [sym_line_comment] = STATE(519), [sym_block_comment] = STATE(519), - [ts_builtin_sym_end] = ACTIONS(1879), - [sym_identifier] = ACTIONS(1881), - [anon_sym_SEMI] = ACTIONS(1879), - [anon_sym_macro_rules_BANG] = ACTIONS(1879), - [anon_sym_LPAREN] = ACTIONS(1879), - [anon_sym_LBRACK] = ACTIONS(1879), - [anon_sym_LBRACE] = ACTIONS(1879), - [anon_sym_RBRACE] = ACTIONS(1879), - [anon_sym_STAR] = ACTIONS(1879), - [anon_sym_u8] = ACTIONS(1881), - [anon_sym_i8] = ACTIONS(1881), - [anon_sym_u16] = ACTIONS(1881), - [anon_sym_i16] = ACTIONS(1881), - [anon_sym_u32] = ACTIONS(1881), - [anon_sym_i32] = ACTIONS(1881), - [anon_sym_u64] = ACTIONS(1881), - [anon_sym_i64] = ACTIONS(1881), - [anon_sym_u128] = ACTIONS(1881), - [anon_sym_i128] = ACTIONS(1881), - [anon_sym_isize] = ACTIONS(1881), - [anon_sym_usize] = ACTIONS(1881), - [anon_sym_f32] = ACTIONS(1881), - [anon_sym_f64] = ACTIONS(1881), - [anon_sym_bool] = ACTIONS(1881), - [anon_sym_str] = ACTIONS(1881), - [anon_sym_char] = ACTIONS(1881), - [anon_sym_DASH] = ACTIONS(1879), - [anon_sym_BANG] = ACTIONS(1879), - [anon_sym_AMP] = ACTIONS(1879), - [anon_sym_PIPE] = ACTIONS(1879), - [anon_sym_LT] = ACTIONS(1879), - [anon_sym_DOT_DOT] = ACTIONS(1879), - [anon_sym_COLON_COLON] = ACTIONS(1879), - [anon_sym_POUND] = ACTIONS(1879), - [anon_sym_SQUOTE] = ACTIONS(1881), - [anon_sym_async] = ACTIONS(1881), - [anon_sym_break] = ACTIONS(1881), - [anon_sym_const] = ACTIONS(1881), - [anon_sym_continue] = ACTIONS(1881), - [anon_sym_default] = ACTIONS(1881), - [anon_sym_enum] = ACTIONS(1881), - [anon_sym_fn] = ACTIONS(1881), - [anon_sym_for] = ACTIONS(1881), - [anon_sym_gen] = ACTIONS(1881), - [anon_sym_if] = ACTIONS(1881), - [anon_sym_impl] = ACTIONS(1881), - [anon_sym_let] = ACTIONS(1881), - [anon_sym_loop] = ACTIONS(1881), - [anon_sym_match] = ACTIONS(1881), - [anon_sym_mod] = ACTIONS(1881), - [anon_sym_pub] = ACTIONS(1881), - [anon_sym_return] = ACTIONS(1881), - [anon_sym_static] = ACTIONS(1881), - [anon_sym_struct] = ACTIONS(1881), - [anon_sym_trait] = ACTIONS(1881), - [anon_sym_type] = ACTIONS(1881), - [anon_sym_union] = ACTIONS(1881), - [anon_sym_unsafe] = ACTIONS(1881), - [anon_sym_use] = ACTIONS(1881), - [anon_sym_while] = ACTIONS(1881), - [anon_sym_extern] = ACTIONS(1881), - [anon_sym_yield] = ACTIONS(1881), - [anon_sym_move] = ACTIONS(1881), - [anon_sym_try] = ACTIONS(1881), - [sym_integer_literal] = ACTIONS(1879), - [aux_sym_string_literal_token1] = ACTIONS(1879), - [sym_char_literal] = ACTIONS(1879), - [anon_sym_true] = ACTIONS(1881), - [anon_sym_false] = ACTIONS(1881), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1881), - [sym_super] = ACTIONS(1881), - [sym_crate] = ACTIONS(1881), - [sym_metavariable] = ACTIONS(1879), - [sym__raw_string_literal_start] = ACTIONS(1879), - [sym_float_literal] = ACTIONS(1879), + [ts_builtin_sym_end] = ACTIONS(1898), + [sym_identifier] = ACTIONS(1900), + [anon_sym_SEMI] = ACTIONS(1898), + [anon_sym_macro_rules_BANG] = ACTIONS(1898), + [anon_sym_LPAREN] = ACTIONS(1898), + [anon_sym_LBRACK] = ACTIONS(1898), + [anon_sym_LBRACE] = ACTIONS(1898), + [anon_sym_RBRACE] = ACTIONS(1898), + [anon_sym_STAR] = ACTIONS(1898), + [anon_sym_u8] = ACTIONS(1900), + [anon_sym_i8] = ACTIONS(1900), + [anon_sym_u16] = ACTIONS(1900), + [anon_sym_i16] = ACTIONS(1900), + [anon_sym_u32] = ACTIONS(1900), + [anon_sym_i32] = ACTIONS(1900), + [anon_sym_u64] = ACTIONS(1900), + [anon_sym_i64] = ACTIONS(1900), + [anon_sym_u128] = ACTIONS(1900), + [anon_sym_i128] = ACTIONS(1900), + [anon_sym_isize] = ACTIONS(1900), + [anon_sym_usize] = ACTIONS(1900), + [anon_sym_f32] = ACTIONS(1900), + [anon_sym_f64] = ACTIONS(1900), + [anon_sym_bool] = ACTIONS(1900), + [anon_sym_str] = ACTIONS(1900), + [anon_sym_char] = ACTIONS(1900), + [anon_sym_DASH] = ACTIONS(1898), + [anon_sym_BANG] = ACTIONS(1898), + [anon_sym_AMP] = ACTIONS(1898), + [anon_sym_PIPE] = ACTIONS(1898), + [anon_sym_LT] = ACTIONS(1898), + [anon_sym_DOT_DOT] = ACTIONS(1898), + [anon_sym_COLON_COLON] = ACTIONS(1898), + [anon_sym_POUND] = ACTIONS(1898), + [anon_sym_SQUOTE] = ACTIONS(1900), + [anon_sym_async] = ACTIONS(1900), + [anon_sym_break] = ACTIONS(1900), + [anon_sym_const] = ACTIONS(1900), + [anon_sym_continue] = ACTIONS(1900), + [anon_sym_default] = ACTIONS(1900), + [anon_sym_enum] = ACTIONS(1900), + [anon_sym_fn] = ACTIONS(1900), + [anon_sym_for] = ACTIONS(1900), + [anon_sym_gen] = ACTIONS(1900), + [anon_sym_if] = ACTIONS(1900), + [anon_sym_impl] = ACTIONS(1900), + [anon_sym_let] = ACTIONS(1900), + [anon_sym_loop] = ACTIONS(1900), + [anon_sym_match] = ACTIONS(1900), + [anon_sym_mod] = ACTIONS(1900), + [anon_sym_pub] = ACTIONS(1900), + [anon_sym_return] = ACTIONS(1900), + [anon_sym_static] = ACTIONS(1900), + [anon_sym_struct] = ACTIONS(1900), + [anon_sym_trait] = ACTIONS(1900), + [anon_sym_type] = ACTIONS(1900), + [anon_sym_union] = ACTIONS(1900), + [anon_sym_unsafe] = ACTIONS(1900), + [anon_sym_use] = ACTIONS(1900), + [anon_sym_while] = ACTIONS(1900), + [anon_sym_extern] = ACTIONS(1900), + [anon_sym_yield] = ACTIONS(1900), + [anon_sym_move] = ACTIONS(1900), + [anon_sym_try] = ACTIONS(1900), + [sym_integer_literal] = ACTIONS(1898), + [aux_sym_string_literal_token1] = ACTIONS(1898), + [sym_char_literal] = ACTIONS(1898), + [anon_sym_true] = ACTIONS(1900), + [anon_sym_false] = ACTIONS(1900), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1900), + [sym_super] = ACTIONS(1900), + [sym_crate] = ACTIONS(1900), + [sym_metavariable] = ACTIONS(1898), + [sym__raw_string_literal_start] = ACTIONS(1898), + [sym_float_literal] = ACTIONS(1898), }, [STATE(520)] = { [sym_line_comment] = STATE(520), [sym_block_comment] = STATE(520), - [ts_builtin_sym_end] = ACTIONS(1883), - [sym_identifier] = ACTIONS(1885), - [anon_sym_SEMI] = ACTIONS(1883), - [anon_sym_macro_rules_BANG] = ACTIONS(1883), - [anon_sym_LPAREN] = ACTIONS(1883), - [anon_sym_LBRACK] = ACTIONS(1883), - [anon_sym_LBRACE] = ACTIONS(1883), - [anon_sym_RBRACE] = ACTIONS(1883), - [anon_sym_STAR] = ACTIONS(1883), - [anon_sym_u8] = ACTIONS(1885), - [anon_sym_i8] = ACTIONS(1885), - [anon_sym_u16] = ACTIONS(1885), - [anon_sym_i16] = ACTIONS(1885), - [anon_sym_u32] = ACTIONS(1885), - [anon_sym_i32] = ACTIONS(1885), - [anon_sym_u64] = ACTIONS(1885), - [anon_sym_i64] = ACTIONS(1885), - [anon_sym_u128] = ACTIONS(1885), - [anon_sym_i128] = ACTIONS(1885), - [anon_sym_isize] = ACTIONS(1885), - [anon_sym_usize] = ACTIONS(1885), - [anon_sym_f32] = ACTIONS(1885), - [anon_sym_f64] = ACTIONS(1885), - [anon_sym_bool] = ACTIONS(1885), - [anon_sym_str] = ACTIONS(1885), - [anon_sym_char] = ACTIONS(1885), - [anon_sym_DASH] = ACTIONS(1883), - [anon_sym_BANG] = ACTIONS(1883), - [anon_sym_AMP] = ACTIONS(1883), - [anon_sym_PIPE] = ACTIONS(1883), - [anon_sym_LT] = ACTIONS(1883), - [anon_sym_DOT_DOT] = ACTIONS(1883), - [anon_sym_COLON_COLON] = ACTIONS(1883), - [anon_sym_POUND] = ACTIONS(1883), - [anon_sym_SQUOTE] = ACTIONS(1885), - [anon_sym_async] = ACTIONS(1885), - [anon_sym_break] = ACTIONS(1885), - [anon_sym_const] = ACTIONS(1885), - [anon_sym_continue] = ACTIONS(1885), - [anon_sym_default] = ACTIONS(1885), - [anon_sym_enum] = ACTIONS(1885), - [anon_sym_fn] = ACTIONS(1885), - [anon_sym_for] = ACTIONS(1885), - [anon_sym_gen] = ACTIONS(1885), - [anon_sym_if] = ACTIONS(1885), - [anon_sym_impl] = ACTIONS(1885), - [anon_sym_let] = ACTIONS(1885), - [anon_sym_loop] = ACTIONS(1885), - [anon_sym_match] = ACTIONS(1885), - [anon_sym_mod] = ACTIONS(1885), - [anon_sym_pub] = ACTIONS(1885), - [anon_sym_return] = ACTIONS(1885), - [anon_sym_static] = ACTIONS(1885), - [anon_sym_struct] = ACTIONS(1885), - [anon_sym_trait] = ACTIONS(1885), - [anon_sym_type] = ACTIONS(1885), - [anon_sym_union] = ACTIONS(1885), - [anon_sym_unsafe] = ACTIONS(1885), - [anon_sym_use] = ACTIONS(1885), - [anon_sym_while] = ACTIONS(1885), - [anon_sym_extern] = ACTIONS(1885), - [anon_sym_yield] = ACTIONS(1885), - [anon_sym_move] = ACTIONS(1885), - [anon_sym_try] = ACTIONS(1885), - [sym_integer_literal] = ACTIONS(1883), - [aux_sym_string_literal_token1] = ACTIONS(1883), - [sym_char_literal] = ACTIONS(1883), - [anon_sym_true] = ACTIONS(1885), - [anon_sym_false] = ACTIONS(1885), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1885), - [sym_super] = ACTIONS(1885), - [sym_crate] = ACTIONS(1885), - [sym_metavariable] = ACTIONS(1883), - [sym__raw_string_literal_start] = ACTIONS(1883), - [sym_float_literal] = ACTIONS(1883), + [ts_builtin_sym_end] = ACTIONS(1902), + [sym_identifier] = ACTIONS(1904), + [anon_sym_SEMI] = ACTIONS(1902), + [anon_sym_macro_rules_BANG] = ACTIONS(1902), + [anon_sym_LPAREN] = ACTIONS(1902), + [anon_sym_LBRACK] = ACTIONS(1902), + [anon_sym_LBRACE] = ACTIONS(1902), + [anon_sym_RBRACE] = ACTIONS(1902), + [anon_sym_STAR] = ACTIONS(1902), + [anon_sym_u8] = ACTIONS(1904), + [anon_sym_i8] = ACTIONS(1904), + [anon_sym_u16] = ACTIONS(1904), + [anon_sym_i16] = ACTIONS(1904), + [anon_sym_u32] = ACTIONS(1904), + [anon_sym_i32] = ACTIONS(1904), + [anon_sym_u64] = ACTIONS(1904), + [anon_sym_i64] = ACTIONS(1904), + [anon_sym_u128] = ACTIONS(1904), + [anon_sym_i128] = ACTIONS(1904), + [anon_sym_isize] = ACTIONS(1904), + [anon_sym_usize] = ACTIONS(1904), + [anon_sym_f32] = ACTIONS(1904), + [anon_sym_f64] = ACTIONS(1904), + [anon_sym_bool] = ACTIONS(1904), + [anon_sym_str] = ACTIONS(1904), + [anon_sym_char] = ACTIONS(1904), + [anon_sym_DASH] = ACTIONS(1902), + [anon_sym_BANG] = ACTIONS(1902), + [anon_sym_AMP] = ACTIONS(1902), + [anon_sym_PIPE] = ACTIONS(1902), + [anon_sym_LT] = ACTIONS(1902), + [anon_sym_DOT_DOT] = ACTIONS(1902), + [anon_sym_COLON_COLON] = ACTIONS(1902), + [anon_sym_POUND] = ACTIONS(1902), + [anon_sym_SQUOTE] = ACTIONS(1904), + [anon_sym_async] = ACTIONS(1904), + [anon_sym_break] = ACTIONS(1904), + [anon_sym_const] = ACTIONS(1904), + [anon_sym_continue] = ACTIONS(1904), + [anon_sym_default] = ACTIONS(1904), + [anon_sym_enum] = ACTIONS(1904), + [anon_sym_fn] = ACTIONS(1904), + [anon_sym_for] = ACTIONS(1904), + [anon_sym_gen] = ACTIONS(1904), + [anon_sym_if] = ACTIONS(1904), + [anon_sym_impl] = ACTIONS(1904), + [anon_sym_let] = ACTIONS(1904), + [anon_sym_loop] = ACTIONS(1904), + [anon_sym_match] = ACTIONS(1904), + [anon_sym_mod] = ACTIONS(1904), + [anon_sym_pub] = ACTIONS(1904), + [anon_sym_return] = ACTIONS(1904), + [anon_sym_static] = ACTIONS(1904), + [anon_sym_struct] = ACTIONS(1904), + [anon_sym_trait] = ACTIONS(1904), + [anon_sym_type] = ACTIONS(1904), + [anon_sym_union] = ACTIONS(1904), + [anon_sym_unsafe] = ACTIONS(1904), + [anon_sym_use] = ACTIONS(1904), + [anon_sym_while] = ACTIONS(1904), + [anon_sym_extern] = ACTIONS(1904), + [anon_sym_yield] = ACTIONS(1904), + [anon_sym_move] = ACTIONS(1904), + [anon_sym_try] = ACTIONS(1904), + [sym_integer_literal] = ACTIONS(1902), + [aux_sym_string_literal_token1] = ACTIONS(1902), + [sym_char_literal] = ACTIONS(1902), + [anon_sym_true] = ACTIONS(1904), + [anon_sym_false] = ACTIONS(1904), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1904), + [sym_super] = ACTIONS(1904), + [sym_crate] = ACTIONS(1904), + [sym_metavariable] = ACTIONS(1902), + [sym__raw_string_literal_start] = ACTIONS(1902), + [sym_float_literal] = ACTIONS(1902), }, [STATE(521)] = { [sym_line_comment] = STATE(521), [sym_block_comment] = STATE(521), - [ts_builtin_sym_end] = ACTIONS(1887), - [sym_identifier] = ACTIONS(1889), - [anon_sym_SEMI] = ACTIONS(1887), - [anon_sym_macro_rules_BANG] = ACTIONS(1887), - [anon_sym_LPAREN] = ACTIONS(1887), - [anon_sym_LBRACK] = ACTIONS(1887), - [anon_sym_LBRACE] = ACTIONS(1887), - [anon_sym_RBRACE] = ACTIONS(1887), - [anon_sym_STAR] = ACTIONS(1887), - [anon_sym_u8] = ACTIONS(1889), - [anon_sym_i8] = ACTIONS(1889), - [anon_sym_u16] = ACTIONS(1889), - [anon_sym_i16] = ACTIONS(1889), - [anon_sym_u32] = ACTIONS(1889), - [anon_sym_i32] = ACTIONS(1889), - [anon_sym_u64] = ACTIONS(1889), - [anon_sym_i64] = ACTIONS(1889), - [anon_sym_u128] = ACTIONS(1889), - [anon_sym_i128] = ACTIONS(1889), - [anon_sym_isize] = ACTIONS(1889), - [anon_sym_usize] = ACTIONS(1889), - [anon_sym_f32] = ACTIONS(1889), - [anon_sym_f64] = ACTIONS(1889), - [anon_sym_bool] = ACTIONS(1889), - [anon_sym_str] = ACTIONS(1889), - [anon_sym_char] = ACTIONS(1889), - [anon_sym_DASH] = ACTIONS(1887), - [anon_sym_BANG] = ACTIONS(1887), - [anon_sym_AMP] = ACTIONS(1887), - [anon_sym_PIPE] = ACTIONS(1887), - [anon_sym_LT] = ACTIONS(1887), - [anon_sym_DOT_DOT] = ACTIONS(1887), - [anon_sym_COLON_COLON] = ACTIONS(1887), - [anon_sym_POUND] = ACTIONS(1887), - [anon_sym_SQUOTE] = ACTIONS(1889), - [anon_sym_async] = ACTIONS(1889), - [anon_sym_break] = ACTIONS(1889), - [anon_sym_const] = ACTIONS(1889), - [anon_sym_continue] = ACTIONS(1889), - [anon_sym_default] = ACTIONS(1889), - [anon_sym_enum] = ACTIONS(1889), - [anon_sym_fn] = ACTIONS(1889), - [anon_sym_for] = ACTIONS(1889), - [anon_sym_gen] = ACTIONS(1889), - [anon_sym_if] = ACTIONS(1889), - [anon_sym_impl] = ACTIONS(1889), - [anon_sym_let] = ACTIONS(1889), - [anon_sym_loop] = ACTIONS(1889), - [anon_sym_match] = ACTIONS(1889), - [anon_sym_mod] = ACTIONS(1889), - [anon_sym_pub] = ACTIONS(1889), - [anon_sym_return] = ACTIONS(1889), - [anon_sym_static] = ACTIONS(1889), - [anon_sym_struct] = ACTIONS(1889), - [anon_sym_trait] = ACTIONS(1889), - [anon_sym_type] = ACTIONS(1889), - [anon_sym_union] = ACTIONS(1889), - [anon_sym_unsafe] = ACTIONS(1889), - [anon_sym_use] = ACTIONS(1889), - [anon_sym_while] = ACTIONS(1889), - [anon_sym_extern] = ACTIONS(1889), - [anon_sym_yield] = ACTIONS(1889), - [anon_sym_move] = ACTIONS(1889), - [anon_sym_try] = ACTIONS(1889), - [sym_integer_literal] = ACTIONS(1887), - [aux_sym_string_literal_token1] = ACTIONS(1887), - [sym_char_literal] = ACTIONS(1887), - [anon_sym_true] = ACTIONS(1889), - [anon_sym_false] = ACTIONS(1889), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1889), - [sym_super] = ACTIONS(1889), - [sym_crate] = ACTIONS(1889), - [sym_metavariable] = ACTIONS(1887), - [sym__raw_string_literal_start] = ACTIONS(1887), - [sym_float_literal] = ACTIONS(1887), + [ts_builtin_sym_end] = ACTIONS(1906), + [sym_identifier] = ACTIONS(1908), + [anon_sym_SEMI] = ACTIONS(1906), + [anon_sym_macro_rules_BANG] = ACTIONS(1906), + [anon_sym_LPAREN] = ACTIONS(1906), + [anon_sym_LBRACK] = ACTIONS(1906), + [anon_sym_LBRACE] = ACTIONS(1906), + [anon_sym_RBRACE] = ACTIONS(1906), + [anon_sym_STAR] = ACTIONS(1906), + [anon_sym_u8] = ACTIONS(1908), + [anon_sym_i8] = ACTIONS(1908), + [anon_sym_u16] = ACTIONS(1908), + [anon_sym_i16] = ACTIONS(1908), + [anon_sym_u32] = ACTIONS(1908), + [anon_sym_i32] = ACTIONS(1908), + [anon_sym_u64] = ACTIONS(1908), + [anon_sym_i64] = ACTIONS(1908), + [anon_sym_u128] = ACTIONS(1908), + [anon_sym_i128] = ACTIONS(1908), + [anon_sym_isize] = ACTIONS(1908), + [anon_sym_usize] = ACTIONS(1908), + [anon_sym_f32] = ACTIONS(1908), + [anon_sym_f64] = ACTIONS(1908), + [anon_sym_bool] = ACTIONS(1908), + [anon_sym_str] = ACTIONS(1908), + [anon_sym_char] = ACTIONS(1908), + [anon_sym_DASH] = ACTIONS(1906), + [anon_sym_BANG] = ACTIONS(1906), + [anon_sym_AMP] = ACTIONS(1906), + [anon_sym_PIPE] = ACTIONS(1906), + [anon_sym_LT] = ACTIONS(1906), + [anon_sym_DOT_DOT] = ACTIONS(1906), + [anon_sym_COLON_COLON] = ACTIONS(1906), + [anon_sym_POUND] = ACTIONS(1906), + [anon_sym_SQUOTE] = ACTIONS(1908), + [anon_sym_async] = ACTIONS(1908), + [anon_sym_break] = ACTIONS(1908), + [anon_sym_const] = ACTIONS(1908), + [anon_sym_continue] = ACTIONS(1908), + [anon_sym_default] = ACTIONS(1908), + [anon_sym_enum] = ACTIONS(1908), + [anon_sym_fn] = ACTIONS(1908), + [anon_sym_for] = ACTIONS(1908), + [anon_sym_gen] = ACTIONS(1908), + [anon_sym_if] = ACTIONS(1908), + [anon_sym_impl] = ACTIONS(1908), + [anon_sym_let] = ACTIONS(1908), + [anon_sym_loop] = ACTIONS(1908), + [anon_sym_match] = ACTIONS(1908), + [anon_sym_mod] = ACTIONS(1908), + [anon_sym_pub] = ACTIONS(1908), + [anon_sym_return] = ACTIONS(1908), + [anon_sym_static] = ACTIONS(1908), + [anon_sym_struct] = ACTIONS(1908), + [anon_sym_trait] = ACTIONS(1908), + [anon_sym_type] = ACTIONS(1908), + [anon_sym_union] = ACTIONS(1908), + [anon_sym_unsafe] = ACTIONS(1908), + [anon_sym_use] = ACTIONS(1908), + [anon_sym_while] = ACTIONS(1908), + [anon_sym_extern] = ACTIONS(1908), + [anon_sym_yield] = ACTIONS(1908), + [anon_sym_move] = ACTIONS(1908), + [anon_sym_try] = ACTIONS(1908), + [sym_integer_literal] = ACTIONS(1906), + [aux_sym_string_literal_token1] = ACTIONS(1906), + [sym_char_literal] = ACTIONS(1906), + [anon_sym_true] = ACTIONS(1908), + [anon_sym_false] = ACTIONS(1908), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1908), + [sym_super] = ACTIONS(1908), + [sym_crate] = ACTIONS(1908), + [sym_metavariable] = ACTIONS(1906), + [sym__raw_string_literal_start] = ACTIONS(1906), + [sym_float_literal] = ACTIONS(1906), }, [STATE(522)] = { [sym_line_comment] = STATE(522), [sym_block_comment] = STATE(522), - [ts_builtin_sym_end] = ACTIONS(1891), - [sym_identifier] = ACTIONS(1893), - [anon_sym_SEMI] = ACTIONS(1891), - [anon_sym_macro_rules_BANG] = ACTIONS(1891), - [anon_sym_LPAREN] = ACTIONS(1891), - [anon_sym_LBRACK] = ACTIONS(1891), - [anon_sym_LBRACE] = ACTIONS(1891), - [anon_sym_RBRACE] = ACTIONS(1891), - [anon_sym_STAR] = ACTIONS(1891), - [anon_sym_u8] = ACTIONS(1893), - [anon_sym_i8] = ACTIONS(1893), - [anon_sym_u16] = ACTIONS(1893), - [anon_sym_i16] = ACTIONS(1893), - [anon_sym_u32] = ACTIONS(1893), - [anon_sym_i32] = ACTIONS(1893), - [anon_sym_u64] = ACTIONS(1893), - [anon_sym_i64] = ACTIONS(1893), - [anon_sym_u128] = ACTIONS(1893), - [anon_sym_i128] = ACTIONS(1893), - [anon_sym_isize] = ACTIONS(1893), - [anon_sym_usize] = ACTIONS(1893), - [anon_sym_f32] = ACTIONS(1893), - [anon_sym_f64] = ACTIONS(1893), - [anon_sym_bool] = ACTIONS(1893), - [anon_sym_str] = ACTIONS(1893), - [anon_sym_char] = ACTIONS(1893), - [anon_sym_DASH] = ACTIONS(1891), - [anon_sym_BANG] = ACTIONS(1891), - [anon_sym_AMP] = ACTIONS(1891), - [anon_sym_PIPE] = ACTIONS(1891), - [anon_sym_LT] = ACTIONS(1891), - [anon_sym_DOT_DOT] = ACTIONS(1891), - [anon_sym_COLON_COLON] = ACTIONS(1891), - [anon_sym_POUND] = ACTIONS(1891), - [anon_sym_SQUOTE] = ACTIONS(1893), - [anon_sym_async] = ACTIONS(1893), - [anon_sym_break] = ACTIONS(1893), - [anon_sym_const] = ACTIONS(1893), - [anon_sym_continue] = ACTIONS(1893), - [anon_sym_default] = ACTIONS(1893), - [anon_sym_enum] = ACTIONS(1893), - [anon_sym_fn] = ACTIONS(1893), - [anon_sym_for] = ACTIONS(1893), - [anon_sym_gen] = ACTIONS(1893), - [anon_sym_if] = ACTIONS(1893), - [anon_sym_impl] = ACTIONS(1893), - [anon_sym_let] = ACTIONS(1893), - [anon_sym_loop] = ACTIONS(1893), - [anon_sym_match] = ACTIONS(1893), - [anon_sym_mod] = ACTIONS(1893), - [anon_sym_pub] = ACTIONS(1893), - [anon_sym_return] = ACTIONS(1893), - [anon_sym_static] = ACTIONS(1893), - [anon_sym_struct] = ACTIONS(1893), - [anon_sym_trait] = ACTIONS(1893), - [anon_sym_type] = ACTIONS(1893), - [anon_sym_union] = ACTIONS(1893), - [anon_sym_unsafe] = ACTIONS(1893), - [anon_sym_use] = ACTIONS(1893), - [anon_sym_while] = ACTIONS(1893), - [anon_sym_extern] = ACTIONS(1893), - [anon_sym_yield] = ACTIONS(1893), - [anon_sym_move] = ACTIONS(1893), - [anon_sym_try] = ACTIONS(1893), - [sym_integer_literal] = ACTIONS(1891), - [aux_sym_string_literal_token1] = ACTIONS(1891), - [sym_char_literal] = ACTIONS(1891), - [anon_sym_true] = ACTIONS(1893), - [anon_sym_false] = ACTIONS(1893), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1893), - [sym_super] = ACTIONS(1893), - [sym_crate] = ACTIONS(1893), - [sym_metavariable] = ACTIONS(1891), - [sym__raw_string_literal_start] = ACTIONS(1891), - [sym_float_literal] = ACTIONS(1891), + [ts_builtin_sym_end] = ACTIONS(1910), + [sym_identifier] = ACTIONS(1912), + [anon_sym_SEMI] = ACTIONS(1910), + [anon_sym_macro_rules_BANG] = ACTIONS(1910), + [anon_sym_LPAREN] = ACTIONS(1910), + [anon_sym_LBRACK] = ACTIONS(1910), + [anon_sym_LBRACE] = ACTIONS(1910), + [anon_sym_RBRACE] = ACTIONS(1910), + [anon_sym_STAR] = ACTIONS(1910), + [anon_sym_u8] = ACTIONS(1912), + [anon_sym_i8] = ACTIONS(1912), + [anon_sym_u16] = ACTIONS(1912), + [anon_sym_i16] = ACTIONS(1912), + [anon_sym_u32] = ACTIONS(1912), + [anon_sym_i32] = ACTIONS(1912), + [anon_sym_u64] = ACTIONS(1912), + [anon_sym_i64] = ACTIONS(1912), + [anon_sym_u128] = ACTIONS(1912), + [anon_sym_i128] = ACTIONS(1912), + [anon_sym_isize] = ACTIONS(1912), + [anon_sym_usize] = ACTIONS(1912), + [anon_sym_f32] = ACTIONS(1912), + [anon_sym_f64] = ACTIONS(1912), + [anon_sym_bool] = ACTIONS(1912), + [anon_sym_str] = ACTIONS(1912), + [anon_sym_char] = ACTIONS(1912), + [anon_sym_DASH] = ACTIONS(1910), + [anon_sym_BANG] = ACTIONS(1910), + [anon_sym_AMP] = ACTIONS(1910), + [anon_sym_PIPE] = ACTIONS(1910), + [anon_sym_LT] = ACTIONS(1910), + [anon_sym_DOT_DOT] = ACTIONS(1910), + [anon_sym_COLON_COLON] = ACTIONS(1910), + [anon_sym_POUND] = ACTIONS(1910), + [anon_sym_SQUOTE] = ACTIONS(1912), + [anon_sym_async] = ACTIONS(1912), + [anon_sym_break] = ACTIONS(1912), + [anon_sym_const] = ACTIONS(1912), + [anon_sym_continue] = ACTIONS(1912), + [anon_sym_default] = ACTIONS(1912), + [anon_sym_enum] = ACTIONS(1912), + [anon_sym_fn] = ACTIONS(1912), + [anon_sym_for] = ACTIONS(1912), + [anon_sym_gen] = ACTIONS(1912), + [anon_sym_if] = ACTIONS(1912), + [anon_sym_impl] = ACTIONS(1912), + [anon_sym_let] = ACTIONS(1912), + [anon_sym_loop] = ACTIONS(1912), + [anon_sym_match] = ACTIONS(1912), + [anon_sym_mod] = ACTIONS(1912), + [anon_sym_pub] = ACTIONS(1912), + [anon_sym_return] = ACTIONS(1912), + [anon_sym_static] = ACTIONS(1912), + [anon_sym_struct] = ACTIONS(1912), + [anon_sym_trait] = ACTIONS(1912), + [anon_sym_type] = ACTIONS(1912), + [anon_sym_union] = ACTIONS(1912), + [anon_sym_unsafe] = ACTIONS(1912), + [anon_sym_use] = ACTIONS(1912), + [anon_sym_while] = ACTIONS(1912), + [anon_sym_extern] = ACTIONS(1912), + [anon_sym_yield] = ACTIONS(1912), + [anon_sym_move] = ACTIONS(1912), + [anon_sym_try] = ACTIONS(1912), + [sym_integer_literal] = ACTIONS(1910), + [aux_sym_string_literal_token1] = ACTIONS(1910), + [sym_char_literal] = ACTIONS(1910), + [anon_sym_true] = ACTIONS(1912), + [anon_sym_false] = ACTIONS(1912), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1912), + [sym_super] = ACTIONS(1912), + [sym_crate] = ACTIONS(1912), + [sym_metavariable] = ACTIONS(1910), + [sym__raw_string_literal_start] = ACTIONS(1910), + [sym_float_literal] = ACTIONS(1910), }, [STATE(523)] = { [sym_line_comment] = STATE(523), [sym_block_comment] = STATE(523), - [ts_builtin_sym_end] = ACTIONS(1895), - [sym_identifier] = ACTIONS(1897), - [anon_sym_SEMI] = ACTIONS(1895), - [anon_sym_macro_rules_BANG] = ACTIONS(1895), - [anon_sym_LPAREN] = ACTIONS(1895), - [anon_sym_LBRACK] = ACTIONS(1895), - [anon_sym_LBRACE] = ACTIONS(1895), - [anon_sym_RBRACE] = ACTIONS(1895), - [anon_sym_STAR] = ACTIONS(1895), - [anon_sym_u8] = ACTIONS(1897), - [anon_sym_i8] = ACTIONS(1897), - [anon_sym_u16] = ACTIONS(1897), - [anon_sym_i16] = ACTIONS(1897), - [anon_sym_u32] = ACTIONS(1897), - [anon_sym_i32] = ACTIONS(1897), - [anon_sym_u64] = ACTIONS(1897), - [anon_sym_i64] = ACTIONS(1897), - [anon_sym_u128] = ACTIONS(1897), - [anon_sym_i128] = ACTIONS(1897), - [anon_sym_isize] = ACTIONS(1897), - [anon_sym_usize] = ACTIONS(1897), - [anon_sym_f32] = ACTIONS(1897), - [anon_sym_f64] = ACTIONS(1897), - [anon_sym_bool] = ACTIONS(1897), - [anon_sym_str] = ACTIONS(1897), - [anon_sym_char] = ACTIONS(1897), - [anon_sym_DASH] = ACTIONS(1895), - [anon_sym_BANG] = ACTIONS(1895), - [anon_sym_AMP] = ACTIONS(1895), - [anon_sym_PIPE] = ACTIONS(1895), - [anon_sym_LT] = ACTIONS(1895), - [anon_sym_DOT_DOT] = ACTIONS(1895), - [anon_sym_COLON_COLON] = ACTIONS(1895), - [anon_sym_POUND] = ACTIONS(1895), - [anon_sym_SQUOTE] = ACTIONS(1897), - [anon_sym_async] = ACTIONS(1897), - [anon_sym_break] = ACTIONS(1897), - [anon_sym_const] = ACTIONS(1897), - [anon_sym_continue] = ACTIONS(1897), - [anon_sym_default] = ACTIONS(1897), - [anon_sym_enum] = ACTIONS(1897), - [anon_sym_fn] = ACTIONS(1897), - [anon_sym_for] = ACTIONS(1897), - [anon_sym_gen] = ACTIONS(1897), - [anon_sym_if] = ACTIONS(1897), - [anon_sym_impl] = ACTIONS(1897), - [anon_sym_let] = ACTIONS(1897), - [anon_sym_loop] = ACTIONS(1897), - [anon_sym_match] = ACTIONS(1897), - [anon_sym_mod] = ACTIONS(1897), - [anon_sym_pub] = ACTIONS(1897), - [anon_sym_return] = ACTIONS(1897), - [anon_sym_static] = ACTIONS(1897), - [anon_sym_struct] = ACTIONS(1897), - [anon_sym_trait] = ACTIONS(1897), - [anon_sym_type] = ACTIONS(1897), - [anon_sym_union] = ACTIONS(1897), - [anon_sym_unsafe] = ACTIONS(1897), - [anon_sym_use] = ACTIONS(1897), - [anon_sym_while] = ACTIONS(1897), - [anon_sym_extern] = ACTIONS(1897), - [anon_sym_yield] = ACTIONS(1897), - [anon_sym_move] = ACTIONS(1897), - [anon_sym_try] = ACTIONS(1897), - [sym_integer_literal] = ACTIONS(1895), - [aux_sym_string_literal_token1] = ACTIONS(1895), - [sym_char_literal] = ACTIONS(1895), - [anon_sym_true] = ACTIONS(1897), - [anon_sym_false] = ACTIONS(1897), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1897), - [sym_super] = ACTIONS(1897), - [sym_crate] = ACTIONS(1897), - [sym_metavariable] = ACTIONS(1895), - [sym__raw_string_literal_start] = ACTIONS(1895), - [sym_float_literal] = ACTIONS(1895), + [ts_builtin_sym_end] = ACTIONS(1914), + [sym_identifier] = ACTIONS(1916), + [anon_sym_SEMI] = ACTIONS(1914), + [anon_sym_macro_rules_BANG] = ACTIONS(1914), + [anon_sym_LPAREN] = ACTIONS(1914), + [anon_sym_LBRACK] = ACTIONS(1914), + [anon_sym_LBRACE] = ACTIONS(1914), + [anon_sym_RBRACE] = ACTIONS(1914), + [anon_sym_STAR] = ACTIONS(1914), + [anon_sym_u8] = ACTIONS(1916), + [anon_sym_i8] = ACTIONS(1916), + [anon_sym_u16] = ACTIONS(1916), + [anon_sym_i16] = ACTIONS(1916), + [anon_sym_u32] = ACTIONS(1916), + [anon_sym_i32] = ACTIONS(1916), + [anon_sym_u64] = ACTIONS(1916), + [anon_sym_i64] = ACTIONS(1916), + [anon_sym_u128] = ACTIONS(1916), + [anon_sym_i128] = ACTIONS(1916), + [anon_sym_isize] = ACTIONS(1916), + [anon_sym_usize] = ACTIONS(1916), + [anon_sym_f32] = ACTIONS(1916), + [anon_sym_f64] = ACTIONS(1916), + [anon_sym_bool] = ACTIONS(1916), + [anon_sym_str] = ACTIONS(1916), + [anon_sym_char] = ACTIONS(1916), + [anon_sym_DASH] = ACTIONS(1914), + [anon_sym_BANG] = ACTIONS(1914), + [anon_sym_AMP] = ACTIONS(1914), + [anon_sym_PIPE] = ACTIONS(1914), + [anon_sym_LT] = ACTIONS(1914), + [anon_sym_DOT_DOT] = ACTIONS(1914), + [anon_sym_COLON_COLON] = ACTIONS(1914), + [anon_sym_POUND] = ACTIONS(1914), + [anon_sym_SQUOTE] = ACTIONS(1916), + [anon_sym_async] = ACTIONS(1916), + [anon_sym_break] = ACTIONS(1916), + [anon_sym_const] = ACTIONS(1916), + [anon_sym_continue] = ACTIONS(1916), + [anon_sym_default] = ACTIONS(1916), + [anon_sym_enum] = ACTIONS(1916), + [anon_sym_fn] = ACTIONS(1916), + [anon_sym_for] = ACTIONS(1916), + [anon_sym_gen] = ACTIONS(1916), + [anon_sym_if] = ACTIONS(1916), + [anon_sym_impl] = ACTIONS(1916), + [anon_sym_let] = ACTIONS(1916), + [anon_sym_loop] = ACTIONS(1916), + [anon_sym_match] = ACTIONS(1916), + [anon_sym_mod] = ACTIONS(1916), + [anon_sym_pub] = ACTIONS(1916), + [anon_sym_return] = ACTIONS(1916), + [anon_sym_static] = ACTIONS(1916), + [anon_sym_struct] = ACTIONS(1916), + [anon_sym_trait] = ACTIONS(1916), + [anon_sym_type] = ACTIONS(1916), + [anon_sym_union] = ACTIONS(1916), + [anon_sym_unsafe] = ACTIONS(1916), + [anon_sym_use] = ACTIONS(1916), + [anon_sym_while] = ACTIONS(1916), + [anon_sym_extern] = ACTIONS(1916), + [anon_sym_yield] = ACTIONS(1916), + [anon_sym_move] = ACTIONS(1916), + [anon_sym_try] = ACTIONS(1916), + [sym_integer_literal] = ACTIONS(1914), + [aux_sym_string_literal_token1] = ACTIONS(1914), + [sym_char_literal] = ACTIONS(1914), + [anon_sym_true] = ACTIONS(1916), + [anon_sym_false] = ACTIONS(1916), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1916), + [sym_super] = ACTIONS(1916), + [sym_crate] = ACTIONS(1916), + [sym_metavariable] = ACTIONS(1914), + [sym__raw_string_literal_start] = ACTIONS(1914), + [sym_float_literal] = ACTIONS(1914), }, [STATE(524)] = { [sym_line_comment] = STATE(524), [sym_block_comment] = STATE(524), - [ts_builtin_sym_end] = ACTIONS(1899), - [sym_identifier] = ACTIONS(1901), - [anon_sym_SEMI] = ACTIONS(1899), - [anon_sym_macro_rules_BANG] = ACTIONS(1899), - [anon_sym_LPAREN] = ACTIONS(1899), - [anon_sym_LBRACK] = ACTIONS(1899), - [anon_sym_LBRACE] = ACTIONS(1899), - [anon_sym_RBRACE] = ACTIONS(1899), - [anon_sym_STAR] = ACTIONS(1899), - [anon_sym_u8] = ACTIONS(1901), - [anon_sym_i8] = ACTIONS(1901), - [anon_sym_u16] = ACTIONS(1901), - [anon_sym_i16] = ACTIONS(1901), - [anon_sym_u32] = ACTIONS(1901), - [anon_sym_i32] = ACTIONS(1901), - [anon_sym_u64] = ACTIONS(1901), - [anon_sym_i64] = ACTIONS(1901), - [anon_sym_u128] = ACTIONS(1901), - [anon_sym_i128] = ACTIONS(1901), - [anon_sym_isize] = ACTIONS(1901), - [anon_sym_usize] = ACTIONS(1901), - [anon_sym_f32] = ACTIONS(1901), - [anon_sym_f64] = ACTIONS(1901), - [anon_sym_bool] = ACTIONS(1901), - [anon_sym_str] = ACTIONS(1901), - [anon_sym_char] = ACTIONS(1901), - [anon_sym_DASH] = ACTIONS(1899), - [anon_sym_BANG] = ACTIONS(1899), - [anon_sym_AMP] = ACTIONS(1899), - [anon_sym_PIPE] = ACTIONS(1899), - [anon_sym_LT] = ACTIONS(1899), - [anon_sym_DOT_DOT] = ACTIONS(1899), - [anon_sym_COLON_COLON] = ACTIONS(1899), - [anon_sym_POUND] = ACTIONS(1899), - [anon_sym_SQUOTE] = ACTIONS(1901), - [anon_sym_async] = ACTIONS(1901), - [anon_sym_break] = ACTIONS(1901), - [anon_sym_const] = ACTIONS(1901), - [anon_sym_continue] = ACTIONS(1901), - [anon_sym_default] = ACTIONS(1901), - [anon_sym_enum] = ACTIONS(1901), - [anon_sym_fn] = ACTIONS(1901), - [anon_sym_for] = ACTIONS(1901), - [anon_sym_gen] = ACTIONS(1901), - [anon_sym_if] = ACTIONS(1901), - [anon_sym_impl] = ACTIONS(1901), - [anon_sym_let] = ACTIONS(1901), - [anon_sym_loop] = ACTIONS(1901), - [anon_sym_match] = ACTIONS(1901), - [anon_sym_mod] = ACTIONS(1901), - [anon_sym_pub] = ACTIONS(1901), - [anon_sym_return] = ACTIONS(1901), - [anon_sym_static] = ACTIONS(1901), - [anon_sym_struct] = ACTIONS(1901), - [anon_sym_trait] = ACTIONS(1901), - [anon_sym_type] = ACTIONS(1901), - [anon_sym_union] = ACTIONS(1901), - [anon_sym_unsafe] = ACTIONS(1901), - [anon_sym_use] = ACTIONS(1901), - [anon_sym_while] = ACTIONS(1901), - [anon_sym_extern] = ACTIONS(1901), - [anon_sym_yield] = ACTIONS(1901), - [anon_sym_move] = ACTIONS(1901), - [anon_sym_try] = ACTIONS(1901), - [sym_integer_literal] = ACTIONS(1899), - [aux_sym_string_literal_token1] = ACTIONS(1899), - [sym_char_literal] = ACTIONS(1899), - [anon_sym_true] = ACTIONS(1901), - [anon_sym_false] = ACTIONS(1901), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1901), - [sym_super] = ACTIONS(1901), - [sym_crate] = ACTIONS(1901), - [sym_metavariable] = ACTIONS(1899), - [sym__raw_string_literal_start] = ACTIONS(1899), - [sym_float_literal] = ACTIONS(1899), + [ts_builtin_sym_end] = ACTIONS(1918), + [sym_identifier] = ACTIONS(1920), + [anon_sym_SEMI] = ACTIONS(1918), + [anon_sym_macro_rules_BANG] = ACTIONS(1918), + [anon_sym_LPAREN] = ACTIONS(1918), + [anon_sym_LBRACK] = ACTIONS(1918), + [anon_sym_LBRACE] = ACTIONS(1918), + [anon_sym_RBRACE] = ACTIONS(1918), + [anon_sym_STAR] = ACTIONS(1918), + [anon_sym_u8] = ACTIONS(1920), + [anon_sym_i8] = ACTIONS(1920), + [anon_sym_u16] = ACTIONS(1920), + [anon_sym_i16] = ACTIONS(1920), + [anon_sym_u32] = ACTIONS(1920), + [anon_sym_i32] = ACTIONS(1920), + [anon_sym_u64] = ACTIONS(1920), + [anon_sym_i64] = ACTIONS(1920), + [anon_sym_u128] = ACTIONS(1920), + [anon_sym_i128] = ACTIONS(1920), + [anon_sym_isize] = ACTIONS(1920), + [anon_sym_usize] = ACTIONS(1920), + [anon_sym_f32] = ACTIONS(1920), + [anon_sym_f64] = ACTIONS(1920), + [anon_sym_bool] = ACTIONS(1920), + [anon_sym_str] = ACTIONS(1920), + [anon_sym_char] = ACTIONS(1920), + [anon_sym_DASH] = ACTIONS(1918), + [anon_sym_BANG] = ACTIONS(1918), + [anon_sym_AMP] = ACTIONS(1918), + [anon_sym_PIPE] = ACTIONS(1918), + [anon_sym_LT] = ACTIONS(1918), + [anon_sym_DOT_DOT] = ACTIONS(1918), + [anon_sym_COLON_COLON] = ACTIONS(1918), + [anon_sym_POUND] = ACTIONS(1918), + [anon_sym_SQUOTE] = ACTIONS(1920), + [anon_sym_async] = ACTIONS(1920), + [anon_sym_break] = ACTIONS(1920), + [anon_sym_const] = ACTIONS(1920), + [anon_sym_continue] = ACTIONS(1920), + [anon_sym_default] = ACTIONS(1920), + [anon_sym_enum] = ACTIONS(1920), + [anon_sym_fn] = ACTIONS(1920), + [anon_sym_for] = ACTIONS(1920), + [anon_sym_gen] = ACTIONS(1920), + [anon_sym_if] = ACTIONS(1920), + [anon_sym_impl] = ACTIONS(1920), + [anon_sym_let] = ACTIONS(1920), + [anon_sym_loop] = ACTIONS(1920), + [anon_sym_match] = ACTIONS(1920), + [anon_sym_mod] = ACTIONS(1920), + [anon_sym_pub] = ACTIONS(1920), + [anon_sym_return] = ACTIONS(1920), + [anon_sym_static] = ACTIONS(1920), + [anon_sym_struct] = ACTIONS(1920), + [anon_sym_trait] = ACTIONS(1920), + [anon_sym_type] = ACTIONS(1920), + [anon_sym_union] = ACTIONS(1920), + [anon_sym_unsafe] = ACTIONS(1920), + [anon_sym_use] = ACTIONS(1920), + [anon_sym_while] = ACTIONS(1920), + [anon_sym_extern] = ACTIONS(1920), + [anon_sym_yield] = ACTIONS(1920), + [anon_sym_move] = ACTIONS(1920), + [anon_sym_try] = ACTIONS(1920), + [sym_integer_literal] = ACTIONS(1918), + [aux_sym_string_literal_token1] = ACTIONS(1918), + [sym_char_literal] = ACTIONS(1918), + [anon_sym_true] = ACTIONS(1920), + [anon_sym_false] = ACTIONS(1920), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1920), + [sym_super] = ACTIONS(1920), + [sym_crate] = ACTIONS(1920), + [sym_metavariable] = ACTIONS(1918), + [sym__raw_string_literal_start] = ACTIONS(1918), + [sym_float_literal] = ACTIONS(1918), }, [STATE(525)] = { [sym_line_comment] = STATE(525), [sym_block_comment] = STATE(525), - [ts_builtin_sym_end] = ACTIONS(1903), - [sym_identifier] = ACTIONS(1905), - [anon_sym_SEMI] = ACTIONS(1903), - [anon_sym_macro_rules_BANG] = ACTIONS(1903), - [anon_sym_LPAREN] = ACTIONS(1903), - [anon_sym_LBRACK] = ACTIONS(1903), - [anon_sym_LBRACE] = ACTIONS(1903), - [anon_sym_RBRACE] = ACTIONS(1903), - [anon_sym_STAR] = ACTIONS(1903), - [anon_sym_u8] = ACTIONS(1905), - [anon_sym_i8] = ACTIONS(1905), - [anon_sym_u16] = ACTIONS(1905), - [anon_sym_i16] = ACTIONS(1905), - [anon_sym_u32] = ACTIONS(1905), - [anon_sym_i32] = ACTIONS(1905), - [anon_sym_u64] = ACTIONS(1905), - [anon_sym_i64] = ACTIONS(1905), - [anon_sym_u128] = ACTIONS(1905), - [anon_sym_i128] = ACTIONS(1905), - [anon_sym_isize] = ACTIONS(1905), - [anon_sym_usize] = ACTIONS(1905), - [anon_sym_f32] = ACTIONS(1905), - [anon_sym_f64] = ACTIONS(1905), - [anon_sym_bool] = ACTIONS(1905), - [anon_sym_str] = ACTIONS(1905), - [anon_sym_char] = ACTIONS(1905), - [anon_sym_DASH] = ACTIONS(1903), - [anon_sym_BANG] = ACTIONS(1903), - [anon_sym_AMP] = ACTIONS(1903), - [anon_sym_PIPE] = ACTIONS(1903), - [anon_sym_LT] = ACTIONS(1903), - [anon_sym_DOT_DOT] = ACTIONS(1903), - [anon_sym_COLON_COLON] = ACTIONS(1903), - [anon_sym_POUND] = ACTIONS(1903), - [anon_sym_SQUOTE] = ACTIONS(1905), - [anon_sym_async] = ACTIONS(1905), - [anon_sym_break] = ACTIONS(1905), - [anon_sym_const] = ACTIONS(1905), - [anon_sym_continue] = ACTIONS(1905), - [anon_sym_default] = ACTIONS(1905), - [anon_sym_enum] = ACTIONS(1905), - [anon_sym_fn] = ACTIONS(1905), - [anon_sym_for] = ACTIONS(1905), - [anon_sym_gen] = ACTIONS(1905), - [anon_sym_if] = ACTIONS(1905), - [anon_sym_impl] = ACTIONS(1905), - [anon_sym_let] = ACTIONS(1905), - [anon_sym_loop] = ACTIONS(1905), - [anon_sym_match] = ACTIONS(1905), - [anon_sym_mod] = ACTIONS(1905), - [anon_sym_pub] = ACTIONS(1905), - [anon_sym_return] = ACTIONS(1905), - [anon_sym_static] = ACTIONS(1905), - [anon_sym_struct] = ACTIONS(1905), - [anon_sym_trait] = ACTIONS(1905), - [anon_sym_type] = ACTIONS(1905), - [anon_sym_union] = ACTIONS(1905), - [anon_sym_unsafe] = ACTIONS(1905), - [anon_sym_use] = ACTIONS(1905), - [anon_sym_while] = ACTIONS(1905), - [anon_sym_extern] = ACTIONS(1905), - [anon_sym_yield] = ACTIONS(1905), - [anon_sym_move] = ACTIONS(1905), - [anon_sym_try] = ACTIONS(1905), - [sym_integer_literal] = ACTIONS(1903), - [aux_sym_string_literal_token1] = ACTIONS(1903), - [sym_char_literal] = ACTIONS(1903), - [anon_sym_true] = ACTIONS(1905), - [anon_sym_false] = ACTIONS(1905), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1905), - [sym_super] = ACTIONS(1905), - [sym_crate] = ACTIONS(1905), - [sym_metavariable] = ACTIONS(1903), - [sym__raw_string_literal_start] = ACTIONS(1903), - [sym_float_literal] = ACTIONS(1903), + [ts_builtin_sym_end] = ACTIONS(1922), + [sym_identifier] = ACTIONS(1924), + [anon_sym_SEMI] = ACTIONS(1922), + [anon_sym_macro_rules_BANG] = ACTIONS(1922), + [anon_sym_LPAREN] = ACTIONS(1922), + [anon_sym_LBRACK] = ACTIONS(1922), + [anon_sym_LBRACE] = ACTIONS(1922), + [anon_sym_RBRACE] = ACTIONS(1922), + [anon_sym_STAR] = ACTIONS(1922), + [anon_sym_u8] = ACTIONS(1924), + [anon_sym_i8] = ACTIONS(1924), + [anon_sym_u16] = ACTIONS(1924), + [anon_sym_i16] = ACTIONS(1924), + [anon_sym_u32] = ACTIONS(1924), + [anon_sym_i32] = ACTIONS(1924), + [anon_sym_u64] = ACTIONS(1924), + [anon_sym_i64] = ACTIONS(1924), + [anon_sym_u128] = ACTIONS(1924), + [anon_sym_i128] = ACTIONS(1924), + [anon_sym_isize] = ACTIONS(1924), + [anon_sym_usize] = ACTIONS(1924), + [anon_sym_f32] = ACTIONS(1924), + [anon_sym_f64] = ACTIONS(1924), + [anon_sym_bool] = ACTIONS(1924), + [anon_sym_str] = ACTIONS(1924), + [anon_sym_char] = ACTIONS(1924), + [anon_sym_DASH] = ACTIONS(1922), + [anon_sym_BANG] = ACTIONS(1922), + [anon_sym_AMP] = ACTIONS(1922), + [anon_sym_PIPE] = ACTIONS(1922), + [anon_sym_LT] = ACTIONS(1922), + [anon_sym_DOT_DOT] = ACTIONS(1922), + [anon_sym_COLON_COLON] = ACTIONS(1922), + [anon_sym_POUND] = ACTIONS(1922), + [anon_sym_SQUOTE] = ACTIONS(1924), + [anon_sym_async] = ACTIONS(1924), + [anon_sym_break] = ACTIONS(1924), + [anon_sym_const] = ACTIONS(1924), + [anon_sym_continue] = ACTIONS(1924), + [anon_sym_default] = ACTIONS(1924), + [anon_sym_enum] = ACTIONS(1924), + [anon_sym_fn] = ACTIONS(1924), + [anon_sym_for] = ACTIONS(1924), + [anon_sym_gen] = ACTIONS(1924), + [anon_sym_if] = ACTIONS(1924), + [anon_sym_impl] = ACTIONS(1924), + [anon_sym_let] = ACTIONS(1924), + [anon_sym_loop] = ACTIONS(1924), + [anon_sym_match] = ACTIONS(1924), + [anon_sym_mod] = ACTIONS(1924), + [anon_sym_pub] = ACTIONS(1924), + [anon_sym_return] = ACTIONS(1924), + [anon_sym_static] = ACTIONS(1924), + [anon_sym_struct] = ACTIONS(1924), + [anon_sym_trait] = ACTIONS(1924), + [anon_sym_type] = ACTIONS(1924), + [anon_sym_union] = ACTIONS(1924), + [anon_sym_unsafe] = ACTIONS(1924), + [anon_sym_use] = ACTIONS(1924), + [anon_sym_while] = ACTIONS(1924), + [anon_sym_extern] = ACTIONS(1924), + [anon_sym_yield] = ACTIONS(1924), + [anon_sym_move] = ACTIONS(1924), + [anon_sym_try] = ACTIONS(1924), + [sym_integer_literal] = ACTIONS(1922), + [aux_sym_string_literal_token1] = ACTIONS(1922), + [sym_char_literal] = ACTIONS(1922), + [anon_sym_true] = ACTIONS(1924), + [anon_sym_false] = ACTIONS(1924), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1924), + [sym_super] = ACTIONS(1924), + [sym_crate] = ACTIONS(1924), + [sym_metavariable] = ACTIONS(1922), + [sym__raw_string_literal_start] = ACTIONS(1922), + [sym_float_literal] = ACTIONS(1922), }, [STATE(526)] = { [sym_line_comment] = STATE(526), [sym_block_comment] = STATE(526), - [ts_builtin_sym_end] = ACTIONS(1907), - [sym_identifier] = ACTIONS(1909), - [anon_sym_SEMI] = ACTIONS(1907), - [anon_sym_macro_rules_BANG] = ACTIONS(1907), - [anon_sym_LPAREN] = ACTIONS(1907), - [anon_sym_LBRACK] = ACTIONS(1907), - [anon_sym_LBRACE] = ACTIONS(1907), - [anon_sym_RBRACE] = ACTIONS(1907), - [anon_sym_STAR] = ACTIONS(1907), - [anon_sym_u8] = ACTIONS(1909), - [anon_sym_i8] = ACTIONS(1909), - [anon_sym_u16] = ACTIONS(1909), - [anon_sym_i16] = ACTIONS(1909), - [anon_sym_u32] = ACTIONS(1909), - [anon_sym_i32] = ACTIONS(1909), - [anon_sym_u64] = ACTIONS(1909), - [anon_sym_i64] = ACTIONS(1909), - [anon_sym_u128] = ACTIONS(1909), - [anon_sym_i128] = ACTIONS(1909), - [anon_sym_isize] = ACTIONS(1909), - [anon_sym_usize] = ACTIONS(1909), - [anon_sym_f32] = ACTIONS(1909), - [anon_sym_f64] = ACTIONS(1909), - [anon_sym_bool] = ACTIONS(1909), - [anon_sym_str] = ACTIONS(1909), - [anon_sym_char] = ACTIONS(1909), - [anon_sym_DASH] = ACTIONS(1907), - [anon_sym_BANG] = ACTIONS(1907), - [anon_sym_AMP] = ACTIONS(1907), - [anon_sym_PIPE] = ACTIONS(1907), - [anon_sym_LT] = ACTIONS(1907), - [anon_sym_DOT_DOT] = ACTIONS(1907), - [anon_sym_COLON_COLON] = ACTIONS(1907), - [anon_sym_POUND] = ACTIONS(1907), - [anon_sym_SQUOTE] = ACTIONS(1909), - [anon_sym_async] = ACTIONS(1909), - [anon_sym_break] = ACTIONS(1909), - [anon_sym_const] = ACTIONS(1909), - [anon_sym_continue] = ACTIONS(1909), - [anon_sym_default] = ACTIONS(1909), - [anon_sym_enum] = ACTIONS(1909), - [anon_sym_fn] = ACTIONS(1909), - [anon_sym_for] = ACTIONS(1909), - [anon_sym_gen] = ACTIONS(1909), - [anon_sym_if] = ACTIONS(1909), - [anon_sym_impl] = ACTIONS(1909), - [anon_sym_let] = ACTIONS(1909), - [anon_sym_loop] = ACTIONS(1909), - [anon_sym_match] = ACTIONS(1909), - [anon_sym_mod] = ACTIONS(1909), - [anon_sym_pub] = ACTIONS(1909), - [anon_sym_return] = ACTIONS(1909), - [anon_sym_static] = ACTIONS(1909), - [anon_sym_struct] = ACTIONS(1909), - [anon_sym_trait] = ACTIONS(1909), - [anon_sym_type] = ACTIONS(1909), - [anon_sym_union] = ACTIONS(1909), - [anon_sym_unsafe] = ACTIONS(1909), - [anon_sym_use] = ACTIONS(1909), - [anon_sym_while] = ACTIONS(1909), - [anon_sym_extern] = ACTIONS(1909), - [anon_sym_yield] = ACTIONS(1909), - [anon_sym_move] = ACTIONS(1909), - [anon_sym_try] = ACTIONS(1909), - [sym_integer_literal] = ACTIONS(1907), - [aux_sym_string_literal_token1] = ACTIONS(1907), - [sym_char_literal] = ACTIONS(1907), - [anon_sym_true] = ACTIONS(1909), - [anon_sym_false] = ACTIONS(1909), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1909), - [sym_super] = ACTIONS(1909), - [sym_crate] = ACTIONS(1909), - [sym_metavariable] = ACTIONS(1907), - [sym__raw_string_literal_start] = ACTIONS(1907), - [sym_float_literal] = ACTIONS(1907), + [ts_builtin_sym_end] = ACTIONS(1926), + [sym_identifier] = ACTIONS(1928), + [anon_sym_SEMI] = ACTIONS(1926), + [anon_sym_macro_rules_BANG] = ACTIONS(1926), + [anon_sym_LPAREN] = ACTIONS(1926), + [anon_sym_LBRACK] = ACTIONS(1926), + [anon_sym_LBRACE] = ACTIONS(1926), + [anon_sym_RBRACE] = ACTIONS(1926), + [anon_sym_STAR] = ACTIONS(1926), + [anon_sym_u8] = ACTIONS(1928), + [anon_sym_i8] = ACTIONS(1928), + [anon_sym_u16] = ACTIONS(1928), + [anon_sym_i16] = ACTIONS(1928), + [anon_sym_u32] = ACTIONS(1928), + [anon_sym_i32] = ACTIONS(1928), + [anon_sym_u64] = ACTIONS(1928), + [anon_sym_i64] = ACTIONS(1928), + [anon_sym_u128] = ACTIONS(1928), + [anon_sym_i128] = ACTIONS(1928), + [anon_sym_isize] = ACTIONS(1928), + [anon_sym_usize] = ACTIONS(1928), + [anon_sym_f32] = ACTIONS(1928), + [anon_sym_f64] = ACTIONS(1928), + [anon_sym_bool] = ACTIONS(1928), + [anon_sym_str] = ACTIONS(1928), + [anon_sym_char] = ACTIONS(1928), + [anon_sym_DASH] = ACTIONS(1926), + [anon_sym_BANG] = ACTIONS(1926), + [anon_sym_AMP] = ACTIONS(1926), + [anon_sym_PIPE] = ACTIONS(1926), + [anon_sym_LT] = ACTIONS(1926), + [anon_sym_DOT_DOT] = ACTIONS(1926), + [anon_sym_COLON_COLON] = ACTIONS(1926), + [anon_sym_POUND] = ACTIONS(1926), + [anon_sym_SQUOTE] = ACTIONS(1928), + [anon_sym_async] = ACTIONS(1928), + [anon_sym_break] = ACTIONS(1928), + [anon_sym_const] = ACTIONS(1928), + [anon_sym_continue] = ACTIONS(1928), + [anon_sym_default] = ACTIONS(1928), + [anon_sym_enum] = ACTIONS(1928), + [anon_sym_fn] = ACTIONS(1928), + [anon_sym_for] = ACTIONS(1928), + [anon_sym_gen] = ACTIONS(1928), + [anon_sym_if] = ACTIONS(1928), + [anon_sym_impl] = ACTIONS(1928), + [anon_sym_let] = ACTIONS(1928), + [anon_sym_loop] = ACTIONS(1928), + [anon_sym_match] = ACTIONS(1928), + [anon_sym_mod] = ACTIONS(1928), + [anon_sym_pub] = ACTIONS(1928), + [anon_sym_return] = ACTIONS(1928), + [anon_sym_static] = ACTIONS(1928), + [anon_sym_struct] = ACTIONS(1928), + [anon_sym_trait] = ACTIONS(1928), + [anon_sym_type] = ACTIONS(1928), + [anon_sym_union] = ACTIONS(1928), + [anon_sym_unsafe] = ACTIONS(1928), + [anon_sym_use] = ACTIONS(1928), + [anon_sym_while] = ACTIONS(1928), + [anon_sym_extern] = ACTIONS(1928), + [anon_sym_yield] = ACTIONS(1928), + [anon_sym_move] = ACTIONS(1928), + [anon_sym_try] = ACTIONS(1928), + [sym_integer_literal] = ACTIONS(1926), + [aux_sym_string_literal_token1] = ACTIONS(1926), + [sym_char_literal] = ACTIONS(1926), + [anon_sym_true] = ACTIONS(1928), + [anon_sym_false] = ACTIONS(1928), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1928), + [sym_super] = ACTIONS(1928), + [sym_crate] = ACTIONS(1928), + [sym_metavariable] = ACTIONS(1926), + [sym__raw_string_literal_start] = ACTIONS(1926), + [sym_float_literal] = ACTIONS(1926), }, [STATE(527)] = { [sym_line_comment] = STATE(527), [sym_block_comment] = STATE(527), - [ts_builtin_sym_end] = ACTIONS(1911), - [sym_identifier] = ACTIONS(1913), - [anon_sym_SEMI] = ACTIONS(1911), - [anon_sym_macro_rules_BANG] = ACTIONS(1911), - [anon_sym_LPAREN] = ACTIONS(1911), - [anon_sym_LBRACK] = ACTIONS(1911), - [anon_sym_LBRACE] = ACTIONS(1911), - [anon_sym_RBRACE] = ACTIONS(1911), - [anon_sym_STAR] = ACTIONS(1911), - [anon_sym_u8] = ACTIONS(1913), - [anon_sym_i8] = ACTIONS(1913), - [anon_sym_u16] = ACTIONS(1913), - [anon_sym_i16] = ACTIONS(1913), - [anon_sym_u32] = ACTIONS(1913), - [anon_sym_i32] = ACTIONS(1913), - [anon_sym_u64] = ACTIONS(1913), - [anon_sym_i64] = ACTIONS(1913), - [anon_sym_u128] = ACTIONS(1913), - [anon_sym_i128] = ACTIONS(1913), - [anon_sym_isize] = ACTIONS(1913), - [anon_sym_usize] = ACTIONS(1913), - [anon_sym_f32] = ACTIONS(1913), - [anon_sym_f64] = ACTIONS(1913), - [anon_sym_bool] = ACTIONS(1913), - [anon_sym_str] = ACTIONS(1913), - [anon_sym_char] = ACTIONS(1913), - [anon_sym_DASH] = ACTIONS(1911), - [anon_sym_BANG] = ACTIONS(1911), - [anon_sym_AMP] = ACTIONS(1911), - [anon_sym_PIPE] = ACTIONS(1911), - [anon_sym_LT] = ACTIONS(1911), - [anon_sym_DOT_DOT] = ACTIONS(1911), - [anon_sym_COLON_COLON] = ACTIONS(1911), - [anon_sym_POUND] = ACTIONS(1911), - [anon_sym_SQUOTE] = ACTIONS(1913), - [anon_sym_async] = ACTIONS(1913), - [anon_sym_break] = ACTIONS(1913), - [anon_sym_const] = ACTIONS(1913), - [anon_sym_continue] = ACTIONS(1913), - [anon_sym_default] = ACTIONS(1913), - [anon_sym_enum] = ACTIONS(1913), - [anon_sym_fn] = ACTIONS(1913), - [anon_sym_for] = ACTIONS(1913), - [anon_sym_gen] = ACTIONS(1913), - [anon_sym_if] = ACTIONS(1913), - [anon_sym_impl] = ACTIONS(1913), - [anon_sym_let] = ACTIONS(1913), - [anon_sym_loop] = ACTIONS(1913), - [anon_sym_match] = ACTIONS(1913), - [anon_sym_mod] = ACTIONS(1913), - [anon_sym_pub] = ACTIONS(1913), - [anon_sym_return] = ACTIONS(1913), - [anon_sym_static] = ACTIONS(1913), - [anon_sym_struct] = ACTIONS(1913), - [anon_sym_trait] = ACTIONS(1913), - [anon_sym_type] = ACTIONS(1913), - [anon_sym_union] = ACTIONS(1913), - [anon_sym_unsafe] = ACTIONS(1913), - [anon_sym_use] = ACTIONS(1913), - [anon_sym_while] = ACTIONS(1913), - [anon_sym_extern] = ACTIONS(1913), - [anon_sym_yield] = ACTIONS(1913), - [anon_sym_move] = ACTIONS(1913), - [anon_sym_try] = ACTIONS(1913), - [sym_integer_literal] = ACTIONS(1911), - [aux_sym_string_literal_token1] = ACTIONS(1911), - [sym_char_literal] = ACTIONS(1911), - [anon_sym_true] = ACTIONS(1913), - [anon_sym_false] = ACTIONS(1913), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1913), - [sym_super] = ACTIONS(1913), - [sym_crate] = ACTIONS(1913), - [sym_metavariable] = ACTIONS(1911), - [sym__raw_string_literal_start] = ACTIONS(1911), - [sym_float_literal] = ACTIONS(1911), + [ts_builtin_sym_end] = ACTIONS(1930), + [sym_identifier] = ACTIONS(1932), + [anon_sym_SEMI] = ACTIONS(1930), + [anon_sym_macro_rules_BANG] = ACTIONS(1930), + [anon_sym_LPAREN] = ACTIONS(1930), + [anon_sym_LBRACK] = ACTIONS(1930), + [anon_sym_LBRACE] = ACTIONS(1930), + [anon_sym_RBRACE] = ACTIONS(1930), + [anon_sym_STAR] = ACTIONS(1930), + [anon_sym_u8] = ACTIONS(1932), + [anon_sym_i8] = ACTIONS(1932), + [anon_sym_u16] = ACTIONS(1932), + [anon_sym_i16] = ACTIONS(1932), + [anon_sym_u32] = ACTIONS(1932), + [anon_sym_i32] = ACTIONS(1932), + [anon_sym_u64] = ACTIONS(1932), + [anon_sym_i64] = ACTIONS(1932), + [anon_sym_u128] = ACTIONS(1932), + [anon_sym_i128] = ACTIONS(1932), + [anon_sym_isize] = ACTIONS(1932), + [anon_sym_usize] = ACTIONS(1932), + [anon_sym_f32] = ACTIONS(1932), + [anon_sym_f64] = ACTIONS(1932), + [anon_sym_bool] = ACTIONS(1932), + [anon_sym_str] = ACTIONS(1932), + [anon_sym_char] = ACTIONS(1932), + [anon_sym_DASH] = ACTIONS(1930), + [anon_sym_BANG] = ACTIONS(1930), + [anon_sym_AMP] = ACTIONS(1930), + [anon_sym_PIPE] = ACTIONS(1930), + [anon_sym_LT] = ACTIONS(1930), + [anon_sym_DOT_DOT] = ACTIONS(1930), + [anon_sym_COLON_COLON] = ACTIONS(1930), + [anon_sym_POUND] = ACTIONS(1930), + [anon_sym_SQUOTE] = ACTIONS(1932), + [anon_sym_async] = ACTIONS(1932), + [anon_sym_break] = ACTIONS(1932), + [anon_sym_const] = ACTIONS(1932), + [anon_sym_continue] = ACTIONS(1932), + [anon_sym_default] = ACTIONS(1932), + [anon_sym_enum] = ACTIONS(1932), + [anon_sym_fn] = ACTIONS(1932), + [anon_sym_for] = ACTIONS(1932), + [anon_sym_gen] = ACTIONS(1932), + [anon_sym_if] = ACTIONS(1932), + [anon_sym_impl] = ACTIONS(1932), + [anon_sym_let] = ACTIONS(1932), + [anon_sym_loop] = ACTIONS(1932), + [anon_sym_match] = ACTIONS(1932), + [anon_sym_mod] = ACTIONS(1932), + [anon_sym_pub] = ACTIONS(1932), + [anon_sym_return] = ACTIONS(1932), + [anon_sym_static] = ACTIONS(1932), + [anon_sym_struct] = ACTIONS(1932), + [anon_sym_trait] = ACTIONS(1932), + [anon_sym_type] = ACTIONS(1932), + [anon_sym_union] = ACTIONS(1932), + [anon_sym_unsafe] = ACTIONS(1932), + [anon_sym_use] = ACTIONS(1932), + [anon_sym_while] = ACTIONS(1932), + [anon_sym_extern] = ACTIONS(1932), + [anon_sym_yield] = ACTIONS(1932), + [anon_sym_move] = ACTIONS(1932), + [anon_sym_try] = ACTIONS(1932), + [sym_integer_literal] = ACTIONS(1930), + [aux_sym_string_literal_token1] = ACTIONS(1930), + [sym_char_literal] = ACTIONS(1930), + [anon_sym_true] = ACTIONS(1932), + [anon_sym_false] = ACTIONS(1932), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1932), + [sym_super] = ACTIONS(1932), + [sym_crate] = ACTIONS(1932), + [sym_metavariable] = ACTIONS(1930), + [sym__raw_string_literal_start] = ACTIONS(1930), + [sym_float_literal] = ACTIONS(1930), }, [STATE(528)] = { [sym_line_comment] = STATE(528), [sym_block_comment] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(1915), - [sym_identifier] = ACTIONS(1917), - [anon_sym_SEMI] = ACTIONS(1915), - [anon_sym_macro_rules_BANG] = ACTIONS(1915), - [anon_sym_LPAREN] = ACTIONS(1915), - [anon_sym_LBRACK] = ACTIONS(1915), - [anon_sym_LBRACE] = ACTIONS(1915), - [anon_sym_RBRACE] = ACTIONS(1915), - [anon_sym_STAR] = ACTIONS(1915), - [anon_sym_u8] = ACTIONS(1917), - [anon_sym_i8] = ACTIONS(1917), - [anon_sym_u16] = ACTIONS(1917), - [anon_sym_i16] = ACTIONS(1917), - [anon_sym_u32] = ACTIONS(1917), - [anon_sym_i32] = ACTIONS(1917), - [anon_sym_u64] = ACTIONS(1917), - [anon_sym_i64] = ACTIONS(1917), - [anon_sym_u128] = ACTIONS(1917), - [anon_sym_i128] = ACTIONS(1917), - [anon_sym_isize] = ACTIONS(1917), - [anon_sym_usize] = ACTIONS(1917), - [anon_sym_f32] = ACTIONS(1917), - [anon_sym_f64] = ACTIONS(1917), - [anon_sym_bool] = ACTIONS(1917), - [anon_sym_str] = ACTIONS(1917), - [anon_sym_char] = ACTIONS(1917), - [anon_sym_DASH] = ACTIONS(1915), - [anon_sym_BANG] = ACTIONS(1915), - [anon_sym_AMP] = ACTIONS(1915), - [anon_sym_PIPE] = ACTIONS(1915), - [anon_sym_LT] = ACTIONS(1915), - [anon_sym_DOT_DOT] = ACTIONS(1915), - [anon_sym_COLON_COLON] = ACTIONS(1915), - [anon_sym_POUND] = ACTIONS(1915), - [anon_sym_SQUOTE] = ACTIONS(1917), - [anon_sym_async] = ACTIONS(1917), - [anon_sym_break] = ACTIONS(1917), - [anon_sym_const] = ACTIONS(1917), - [anon_sym_continue] = ACTIONS(1917), - [anon_sym_default] = ACTIONS(1917), - [anon_sym_enum] = ACTIONS(1917), - [anon_sym_fn] = ACTIONS(1917), - [anon_sym_for] = ACTIONS(1917), - [anon_sym_gen] = ACTIONS(1917), - [anon_sym_if] = ACTIONS(1917), - [anon_sym_impl] = ACTIONS(1917), - [anon_sym_let] = ACTIONS(1917), - [anon_sym_loop] = ACTIONS(1917), - [anon_sym_match] = ACTIONS(1917), - [anon_sym_mod] = ACTIONS(1917), - [anon_sym_pub] = ACTIONS(1917), - [anon_sym_return] = ACTIONS(1917), - [anon_sym_static] = ACTIONS(1917), - [anon_sym_struct] = ACTIONS(1917), - [anon_sym_trait] = ACTIONS(1917), - [anon_sym_type] = ACTIONS(1917), - [anon_sym_union] = ACTIONS(1917), - [anon_sym_unsafe] = ACTIONS(1917), - [anon_sym_use] = ACTIONS(1917), - [anon_sym_while] = ACTIONS(1917), - [anon_sym_extern] = ACTIONS(1917), - [anon_sym_yield] = ACTIONS(1917), - [anon_sym_move] = ACTIONS(1917), - [anon_sym_try] = ACTIONS(1917), - [sym_integer_literal] = ACTIONS(1915), - [aux_sym_string_literal_token1] = ACTIONS(1915), - [sym_char_literal] = ACTIONS(1915), - [anon_sym_true] = ACTIONS(1917), - [anon_sym_false] = ACTIONS(1917), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1917), - [sym_super] = ACTIONS(1917), - [sym_crate] = ACTIONS(1917), - [sym_metavariable] = ACTIONS(1915), - [sym__raw_string_literal_start] = ACTIONS(1915), - [sym_float_literal] = ACTIONS(1915), + [ts_builtin_sym_end] = ACTIONS(1934), + [sym_identifier] = ACTIONS(1936), + [anon_sym_SEMI] = ACTIONS(1934), + [anon_sym_macro_rules_BANG] = ACTIONS(1934), + [anon_sym_LPAREN] = ACTIONS(1934), + [anon_sym_LBRACK] = ACTIONS(1934), + [anon_sym_LBRACE] = ACTIONS(1934), + [anon_sym_RBRACE] = ACTIONS(1934), + [anon_sym_STAR] = ACTIONS(1934), + [anon_sym_u8] = ACTIONS(1936), + [anon_sym_i8] = ACTIONS(1936), + [anon_sym_u16] = ACTIONS(1936), + [anon_sym_i16] = ACTIONS(1936), + [anon_sym_u32] = ACTIONS(1936), + [anon_sym_i32] = ACTIONS(1936), + [anon_sym_u64] = ACTIONS(1936), + [anon_sym_i64] = ACTIONS(1936), + [anon_sym_u128] = ACTIONS(1936), + [anon_sym_i128] = ACTIONS(1936), + [anon_sym_isize] = ACTIONS(1936), + [anon_sym_usize] = ACTIONS(1936), + [anon_sym_f32] = ACTIONS(1936), + [anon_sym_f64] = ACTIONS(1936), + [anon_sym_bool] = ACTIONS(1936), + [anon_sym_str] = ACTIONS(1936), + [anon_sym_char] = ACTIONS(1936), + [anon_sym_DASH] = ACTIONS(1934), + [anon_sym_BANG] = ACTIONS(1934), + [anon_sym_AMP] = ACTIONS(1934), + [anon_sym_PIPE] = ACTIONS(1934), + [anon_sym_LT] = ACTIONS(1934), + [anon_sym_DOT_DOT] = ACTIONS(1934), + [anon_sym_COLON_COLON] = ACTIONS(1934), + [anon_sym_POUND] = ACTIONS(1934), + [anon_sym_SQUOTE] = ACTIONS(1936), + [anon_sym_async] = ACTIONS(1936), + [anon_sym_break] = ACTIONS(1936), + [anon_sym_const] = ACTIONS(1936), + [anon_sym_continue] = ACTIONS(1936), + [anon_sym_default] = ACTIONS(1936), + [anon_sym_enum] = ACTIONS(1936), + [anon_sym_fn] = ACTIONS(1936), + [anon_sym_for] = ACTIONS(1936), + [anon_sym_gen] = ACTIONS(1936), + [anon_sym_if] = ACTIONS(1936), + [anon_sym_impl] = ACTIONS(1936), + [anon_sym_let] = ACTIONS(1936), + [anon_sym_loop] = ACTIONS(1936), + [anon_sym_match] = ACTIONS(1936), + [anon_sym_mod] = ACTIONS(1936), + [anon_sym_pub] = ACTIONS(1936), + [anon_sym_return] = ACTIONS(1936), + [anon_sym_static] = ACTIONS(1936), + [anon_sym_struct] = ACTIONS(1936), + [anon_sym_trait] = ACTIONS(1936), + [anon_sym_type] = ACTIONS(1936), + [anon_sym_union] = ACTIONS(1936), + [anon_sym_unsafe] = ACTIONS(1936), + [anon_sym_use] = ACTIONS(1936), + [anon_sym_while] = ACTIONS(1936), + [anon_sym_extern] = ACTIONS(1936), + [anon_sym_yield] = ACTIONS(1936), + [anon_sym_move] = ACTIONS(1936), + [anon_sym_try] = ACTIONS(1936), + [sym_integer_literal] = ACTIONS(1934), + [aux_sym_string_literal_token1] = ACTIONS(1934), + [sym_char_literal] = ACTIONS(1934), + [anon_sym_true] = ACTIONS(1936), + [anon_sym_false] = ACTIONS(1936), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1936), + [sym_super] = ACTIONS(1936), + [sym_crate] = ACTIONS(1936), + [sym_metavariable] = ACTIONS(1934), + [sym__raw_string_literal_start] = ACTIONS(1934), + [sym_float_literal] = ACTIONS(1934), }, [STATE(529)] = { [sym_line_comment] = STATE(529), [sym_block_comment] = STATE(529), - [ts_builtin_sym_end] = ACTIONS(1919), - [sym_identifier] = ACTIONS(1921), - [anon_sym_SEMI] = ACTIONS(1919), - [anon_sym_macro_rules_BANG] = ACTIONS(1919), - [anon_sym_LPAREN] = ACTIONS(1919), - [anon_sym_LBRACK] = ACTIONS(1919), - [anon_sym_LBRACE] = ACTIONS(1919), - [anon_sym_RBRACE] = ACTIONS(1919), - [anon_sym_STAR] = ACTIONS(1919), - [anon_sym_u8] = ACTIONS(1921), - [anon_sym_i8] = ACTIONS(1921), - [anon_sym_u16] = ACTIONS(1921), - [anon_sym_i16] = ACTIONS(1921), - [anon_sym_u32] = ACTIONS(1921), - [anon_sym_i32] = ACTIONS(1921), - [anon_sym_u64] = ACTIONS(1921), - [anon_sym_i64] = ACTIONS(1921), - [anon_sym_u128] = ACTIONS(1921), - [anon_sym_i128] = ACTIONS(1921), - [anon_sym_isize] = ACTIONS(1921), - [anon_sym_usize] = ACTIONS(1921), - [anon_sym_f32] = ACTIONS(1921), - [anon_sym_f64] = ACTIONS(1921), - [anon_sym_bool] = ACTIONS(1921), - [anon_sym_str] = ACTIONS(1921), - [anon_sym_char] = ACTIONS(1921), - [anon_sym_DASH] = ACTIONS(1919), - [anon_sym_BANG] = ACTIONS(1919), - [anon_sym_AMP] = ACTIONS(1919), - [anon_sym_PIPE] = ACTIONS(1919), - [anon_sym_LT] = ACTIONS(1919), - [anon_sym_DOT_DOT] = ACTIONS(1919), - [anon_sym_COLON_COLON] = ACTIONS(1919), - [anon_sym_POUND] = ACTIONS(1919), - [anon_sym_SQUOTE] = ACTIONS(1921), - [anon_sym_async] = ACTIONS(1921), - [anon_sym_break] = ACTIONS(1921), - [anon_sym_const] = ACTIONS(1921), - [anon_sym_continue] = ACTIONS(1921), - [anon_sym_default] = ACTIONS(1921), - [anon_sym_enum] = ACTIONS(1921), - [anon_sym_fn] = ACTIONS(1921), - [anon_sym_for] = ACTIONS(1921), - [anon_sym_gen] = ACTIONS(1921), - [anon_sym_if] = ACTIONS(1921), - [anon_sym_impl] = ACTIONS(1921), - [anon_sym_let] = ACTIONS(1921), - [anon_sym_loop] = ACTIONS(1921), - [anon_sym_match] = ACTIONS(1921), - [anon_sym_mod] = ACTIONS(1921), - [anon_sym_pub] = ACTIONS(1921), - [anon_sym_return] = ACTIONS(1921), - [anon_sym_static] = ACTIONS(1921), - [anon_sym_struct] = ACTIONS(1921), - [anon_sym_trait] = ACTIONS(1921), - [anon_sym_type] = ACTIONS(1921), - [anon_sym_union] = ACTIONS(1921), - [anon_sym_unsafe] = ACTIONS(1921), - [anon_sym_use] = ACTIONS(1921), - [anon_sym_while] = ACTIONS(1921), - [anon_sym_extern] = ACTIONS(1921), - [anon_sym_yield] = ACTIONS(1921), - [anon_sym_move] = ACTIONS(1921), - [anon_sym_try] = ACTIONS(1921), - [sym_integer_literal] = ACTIONS(1919), - [aux_sym_string_literal_token1] = ACTIONS(1919), - [sym_char_literal] = ACTIONS(1919), - [anon_sym_true] = ACTIONS(1921), - [anon_sym_false] = ACTIONS(1921), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1921), - [sym_super] = ACTIONS(1921), - [sym_crate] = ACTIONS(1921), - [sym_metavariable] = ACTIONS(1919), - [sym__raw_string_literal_start] = ACTIONS(1919), - [sym_float_literal] = ACTIONS(1919), + [ts_builtin_sym_end] = ACTIONS(1938), + [sym_identifier] = ACTIONS(1940), + [anon_sym_SEMI] = ACTIONS(1938), + [anon_sym_macro_rules_BANG] = ACTIONS(1938), + [anon_sym_LPAREN] = ACTIONS(1938), + [anon_sym_LBRACK] = ACTIONS(1938), + [anon_sym_LBRACE] = ACTIONS(1938), + [anon_sym_RBRACE] = ACTIONS(1938), + [anon_sym_STAR] = ACTIONS(1938), + [anon_sym_u8] = ACTIONS(1940), + [anon_sym_i8] = ACTIONS(1940), + [anon_sym_u16] = ACTIONS(1940), + [anon_sym_i16] = ACTIONS(1940), + [anon_sym_u32] = ACTIONS(1940), + [anon_sym_i32] = ACTIONS(1940), + [anon_sym_u64] = ACTIONS(1940), + [anon_sym_i64] = ACTIONS(1940), + [anon_sym_u128] = ACTIONS(1940), + [anon_sym_i128] = ACTIONS(1940), + [anon_sym_isize] = ACTIONS(1940), + [anon_sym_usize] = ACTIONS(1940), + [anon_sym_f32] = ACTIONS(1940), + [anon_sym_f64] = ACTIONS(1940), + [anon_sym_bool] = ACTIONS(1940), + [anon_sym_str] = ACTIONS(1940), + [anon_sym_char] = ACTIONS(1940), + [anon_sym_DASH] = ACTIONS(1938), + [anon_sym_BANG] = ACTIONS(1938), + [anon_sym_AMP] = ACTIONS(1938), + [anon_sym_PIPE] = ACTIONS(1938), + [anon_sym_LT] = ACTIONS(1938), + [anon_sym_DOT_DOT] = ACTIONS(1938), + [anon_sym_COLON_COLON] = ACTIONS(1938), + [anon_sym_POUND] = ACTIONS(1938), + [anon_sym_SQUOTE] = ACTIONS(1940), + [anon_sym_async] = ACTIONS(1940), + [anon_sym_break] = ACTIONS(1940), + [anon_sym_const] = ACTIONS(1940), + [anon_sym_continue] = ACTIONS(1940), + [anon_sym_default] = ACTIONS(1940), + [anon_sym_enum] = ACTIONS(1940), + [anon_sym_fn] = ACTIONS(1940), + [anon_sym_for] = ACTIONS(1940), + [anon_sym_gen] = ACTIONS(1940), + [anon_sym_if] = ACTIONS(1940), + [anon_sym_impl] = ACTIONS(1940), + [anon_sym_let] = ACTIONS(1940), + [anon_sym_loop] = ACTIONS(1940), + [anon_sym_match] = ACTIONS(1940), + [anon_sym_mod] = ACTIONS(1940), + [anon_sym_pub] = ACTIONS(1940), + [anon_sym_return] = ACTIONS(1940), + [anon_sym_static] = ACTIONS(1940), + [anon_sym_struct] = ACTIONS(1940), + [anon_sym_trait] = ACTIONS(1940), + [anon_sym_type] = ACTIONS(1940), + [anon_sym_union] = ACTIONS(1940), + [anon_sym_unsafe] = ACTIONS(1940), + [anon_sym_use] = ACTIONS(1940), + [anon_sym_while] = ACTIONS(1940), + [anon_sym_extern] = ACTIONS(1940), + [anon_sym_yield] = ACTIONS(1940), + [anon_sym_move] = ACTIONS(1940), + [anon_sym_try] = ACTIONS(1940), + [sym_integer_literal] = ACTIONS(1938), + [aux_sym_string_literal_token1] = ACTIONS(1938), + [sym_char_literal] = ACTIONS(1938), + [anon_sym_true] = ACTIONS(1940), + [anon_sym_false] = ACTIONS(1940), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1940), + [sym_super] = ACTIONS(1940), + [sym_crate] = ACTIONS(1940), + [sym_metavariable] = ACTIONS(1938), + [sym__raw_string_literal_start] = ACTIONS(1938), + [sym_float_literal] = ACTIONS(1938), }, [STATE(530)] = { + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_pattern] = STATE(3504), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(530), [sym_block_comment] = STATE(530), - [ts_builtin_sym_end] = ACTIONS(1923), - [sym_identifier] = ACTIONS(1925), - [anon_sym_SEMI] = ACTIONS(1923), - [anon_sym_macro_rules_BANG] = ACTIONS(1923), - [anon_sym_LPAREN] = ACTIONS(1923), - [anon_sym_LBRACK] = ACTIONS(1923), - [anon_sym_LBRACE] = ACTIONS(1923), - [anon_sym_RBRACE] = ACTIONS(1923), - [anon_sym_STAR] = ACTIONS(1923), - [anon_sym_u8] = ACTIONS(1925), - [anon_sym_i8] = ACTIONS(1925), - [anon_sym_u16] = ACTIONS(1925), - [anon_sym_i16] = ACTIONS(1925), - [anon_sym_u32] = ACTIONS(1925), - [anon_sym_i32] = ACTIONS(1925), - [anon_sym_u64] = ACTIONS(1925), - [anon_sym_i64] = ACTIONS(1925), - [anon_sym_u128] = ACTIONS(1925), - [anon_sym_i128] = ACTIONS(1925), - [anon_sym_isize] = ACTIONS(1925), - [anon_sym_usize] = ACTIONS(1925), - [anon_sym_f32] = ACTIONS(1925), - [anon_sym_f64] = ACTIONS(1925), - [anon_sym_bool] = ACTIONS(1925), - [anon_sym_str] = ACTIONS(1925), - [anon_sym_char] = ACTIONS(1925), - [anon_sym_DASH] = ACTIONS(1923), - [anon_sym_BANG] = ACTIONS(1923), - [anon_sym_AMP] = ACTIONS(1923), - [anon_sym_PIPE] = ACTIONS(1923), - [anon_sym_LT] = ACTIONS(1923), - [anon_sym_DOT_DOT] = ACTIONS(1923), - [anon_sym_COLON_COLON] = ACTIONS(1923), - [anon_sym_POUND] = ACTIONS(1923), - [anon_sym_SQUOTE] = ACTIONS(1925), - [anon_sym_async] = ACTIONS(1925), - [anon_sym_break] = ACTIONS(1925), - [anon_sym_const] = ACTIONS(1925), - [anon_sym_continue] = ACTIONS(1925), - [anon_sym_default] = ACTIONS(1925), - [anon_sym_enum] = ACTIONS(1925), - [anon_sym_fn] = ACTIONS(1925), - [anon_sym_for] = ACTIONS(1925), - [anon_sym_gen] = ACTIONS(1925), - [anon_sym_if] = ACTIONS(1925), - [anon_sym_impl] = ACTIONS(1925), - [anon_sym_let] = ACTIONS(1925), - [anon_sym_loop] = ACTIONS(1925), - [anon_sym_match] = ACTIONS(1925), - [anon_sym_mod] = ACTIONS(1925), - [anon_sym_pub] = ACTIONS(1925), - [anon_sym_return] = ACTIONS(1925), - [anon_sym_static] = ACTIONS(1925), - [anon_sym_struct] = ACTIONS(1925), - [anon_sym_trait] = ACTIONS(1925), - [anon_sym_type] = ACTIONS(1925), - [anon_sym_union] = ACTIONS(1925), - [anon_sym_unsafe] = ACTIONS(1925), - [anon_sym_use] = ACTIONS(1925), - [anon_sym_while] = ACTIONS(1925), - [anon_sym_extern] = ACTIONS(1925), - [anon_sym_yield] = ACTIONS(1925), - [anon_sym_move] = ACTIONS(1925), - [anon_sym_try] = ACTIONS(1925), - [sym_integer_literal] = ACTIONS(1923), - [aux_sym_string_literal_token1] = ACTIONS(1923), - [sym_char_literal] = ACTIONS(1923), - [anon_sym_true] = ACTIONS(1925), - [anon_sym_false] = ACTIONS(1925), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1925), - [sym_super] = ACTIONS(1925), - [sym_crate] = ACTIONS(1925), - [sym_metavariable] = ACTIONS(1923), - [sym__raw_string_literal_start] = ACTIONS(1923), - [sym_float_literal] = ACTIONS(1923), + [aux_sym_match_arm_repeat1] = STATE(1037), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_COLON_COLON] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_gen] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_ref] = ACTIONS(1675), + [sym_mutable_specifier] = ACTIONS(1677), + [sym_integer_literal] = ACTIONS(1679), + [aux_sym_string_literal_token1] = ACTIONS(1681), + [sym_char_literal] = ACTIONS(1679), + [anon_sym_true] = ACTIONS(1683), + [anon_sym_false] = ACTIONS(1683), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1685), + [sym_super] = ACTIONS(1685), + [sym_crate] = ACTIONS(1685), + [sym_metavariable] = ACTIONS(1687), + [sym__raw_string_literal_start] = ACTIONS(1689), + [sym_float_literal] = ACTIONS(1679), }, [STATE(531)] = { [sym_line_comment] = STATE(531), [sym_block_comment] = STATE(531), - [ts_builtin_sym_end] = ACTIONS(1927), - [sym_identifier] = ACTIONS(1929), - [anon_sym_SEMI] = ACTIONS(1927), - [anon_sym_macro_rules_BANG] = ACTIONS(1927), - [anon_sym_LPAREN] = ACTIONS(1927), - [anon_sym_LBRACK] = ACTIONS(1927), - [anon_sym_LBRACE] = ACTIONS(1927), - [anon_sym_RBRACE] = ACTIONS(1927), - [anon_sym_STAR] = ACTIONS(1927), - [anon_sym_u8] = ACTIONS(1929), - [anon_sym_i8] = ACTIONS(1929), - [anon_sym_u16] = ACTIONS(1929), - [anon_sym_i16] = ACTIONS(1929), - [anon_sym_u32] = ACTIONS(1929), - [anon_sym_i32] = ACTIONS(1929), - [anon_sym_u64] = ACTIONS(1929), - [anon_sym_i64] = ACTIONS(1929), - [anon_sym_u128] = ACTIONS(1929), - [anon_sym_i128] = ACTIONS(1929), - [anon_sym_isize] = ACTIONS(1929), - [anon_sym_usize] = ACTIONS(1929), - [anon_sym_f32] = ACTIONS(1929), - [anon_sym_f64] = ACTIONS(1929), - [anon_sym_bool] = ACTIONS(1929), - [anon_sym_str] = ACTIONS(1929), - [anon_sym_char] = ACTIONS(1929), - [anon_sym_DASH] = ACTIONS(1927), - [anon_sym_BANG] = ACTIONS(1927), - [anon_sym_AMP] = ACTIONS(1927), - [anon_sym_PIPE] = ACTIONS(1927), - [anon_sym_LT] = ACTIONS(1927), - [anon_sym_DOT_DOT] = ACTIONS(1927), - [anon_sym_COLON_COLON] = ACTIONS(1927), - [anon_sym_POUND] = ACTIONS(1927), - [anon_sym_SQUOTE] = ACTIONS(1929), - [anon_sym_async] = ACTIONS(1929), - [anon_sym_break] = ACTIONS(1929), - [anon_sym_const] = ACTIONS(1929), - [anon_sym_continue] = ACTIONS(1929), - [anon_sym_default] = ACTIONS(1929), - [anon_sym_enum] = ACTIONS(1929), - [anon_sym_fn] = ACTIONS(1929), - [anon_sym_for] = ACTIONS(1929), - [anon_sym_gen] = ACTIONS(1929), - [anon_sym_if] = ACTIONS(1929), - [anon_sym_impl] = ACTIONS(1929), - [anon_sym_let] = ACTIONS(1929), - [anon_sym_loop] = ACTIONS(1929), - [anon_sym_match] = ACTIONS(1929), - [anon_sym_mod] = ACTIONS(1929), - [anon_sym_pub] = ACTIONS(1929), - [anon_sym_return] = ACTIONS(1929), - [anon_sym_static] = ACTIONS(1929), - [anon_sym_struct] = ACTIONS(1929), - [anon_sym_trait] = ACTIONS(1929), - [anon_sym_type] = ACTIONS(1929), - [anon_sym_union] = ACTIONS(1929), - [anon_sym_unsafe] = ACTIONS(1929), - [anon_sym_use] = ACTIONS(1929), - [anon_sym_while] = ACTIONS(1929), - [anon_sym_extern] = ACTIONS(1929), - [anon_sym_yield] = ACTIONS(1929), - [anon_sym_move] = ACTIONS(1929), - [anon_sym_try] = ACTIONS(1929), - [sym_integer_literal] = ACTIONS(1927), - [aux_sym_string_literal_token1] = ACTIONS(1927), - [sym_char_literal] = ACTIONS(1927), - [anon_sym_true] = ACTIONS(1929), - [anon_sym_false] = ACTIONS(1929), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1929), - [sym_super] = ACTIONS(1929), - [sym_crate] = ACTIONS(1929), - [sym_metavariable] = ACTIONS(1927), - [sym__raw_string_literal_start] = ACTIONS(1927), - [sym_float_literal] = ACTIONS(1927), + [ts_builtin_sym_end] = ACTIONS(1942), + [sym_identifier] = ACTIONS(1944), + [anon_sym_SEMI] = ACTIONS(1942), + [anon_sym_macro_rules_BANG] = ACTIONS(1942), + [anon_sym_LPAREN] = ACTIONS(1942), + [anon_sym_LBRACK] = ACTIONS(1942), + [anon_sym_LBRACE] = ACTIONS(1942), + [anon_sym_RBRACE] = ACTIONS(1942), + [anon_sym_STAR] = ACTIONS(1942), + [anon_sym_u8] = ACTIONS(1944), + [anon_sym_i8] = ACTIONS(1944), + [anon_sym_u16] = ACTIONS(1944), + [anon_sym_i16] = ACTIONS(1944), + [anon_sym_u32] = ACTIONS(1944), + [anon_sym_i32] = ACTIONS(1944), + [anon_sym_u64] = ACTIONS(1944), + [anon_sym_i64] = ACTIONS(1944), + [anon_sym_u128] = ACTIONS(1944), + [anon_sym_i128] = ACTIONS(1944), + [anon_sym_isize] = ACTIONS(1944), + [anon_sym_usize] = ACTIONS(1944), + [anon_sym_f32] = ACTIONS(1944), + [anon_sym_f64] = ACTIONS(1944), + [anon_sym_bool] = ACTIONS(1944), + [anon_sym_str] = ACTIONS(1944), + [anon_sym_char] = ACTIONS(1944), + [anon_sym_DASH] = ACTIONS(1942), + [anon_sym_BANG] = ACTIONS(1942), + [anon_sym_AMP] = ACTIONS(1942), + [anon_sym_PIPE] = ACTIONS(1942), + [anon_sym_LT] = ACTIONS(1942), + [anon_sym_DOT_DOT] = ACTIONS(1942), + [anon_sym_COLON_COLON] = ACTIONS(1942), + [anon_sym_POUND] = ACTIONS(1942), + [anon_sym_SQUOTE] = ACTIONS(1944), + [anon_sym_async] = ACTIONS(1944), + [anon_sym_break] = ACTIONS(1944), + [anon_sym_const] = ACTIONS(1944), + [anon_sym_continue] = ACTIONS(1944), + [anon_sym_default] = ACTIONS(1944), + [anon_sym_enum] = ACTIONS(1944), + [anon_sym_fn] = ACTIONS(1944), + [anon_sym_for] = ACTIONS(1944), + [anon_sym_gen] = ACTIONS(1944), + [anon_sym_if] = ACTIONS(1944), + [anon_sym_impl] = ACTIONS(1944), + [anon_sym_let] = ACTIONS(1944), + [anon_sym_loop] = ACTIONS(1944), + [anon_sym_match] = ACTIONS(1944), + [anon_sym_mod] = ACTIONS(1944), + [anon_sym_pub] = ACTIONS(1944), + [anon_sym_return] = ACTIONS(1944), + [anon_sym_static] = ACTIONS(1944), + [anon_sym_struct] = ACTIONS(1944), + [anon_sym_trait] = ACTIONS(1944), + [anon_sym_type] = ACTIONS(1944), + [anon_sym_union] = ACTIONS(1944), + [anon_sym_unsafe] = ACTIONS(1944), + [anon_sym_use] = ACTIONS(1944), + [anon_sym_while] = ACTIONS(1944), + [anon_sym_extern] = ACTIONS(1944), + [anon_sym_yield] = ACTIONS(1944), + [anon_sym_move] = ACTIONS(1944), + [anon_sym_try] = ACTIONS(1944), + [sym_integer_literal] = ACTIONS(1942), + [aux_sym_string_literal_token1] = ACTIONS(1942), + [sym_char_literal] = ACTIONS(1942), + [anon_sym_true] = ACTIONS(1944), + [anon_sym_false] = ACTIONS(1944), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1944), + [sym_super] = ACTIONS(1944), + [sym_crate] = ACTIONS(1944), + [sym_metavariable] = ACTIONS(1942), + [sym__raw_string_literal_start] = ACTIONS(1942), + [sym_float_literal] = ACTIONS(1942), }, [STATE(532)] = { [sym_line_comment] = STATE(532), [sym_block_comment] = STATE(532), - [ts_builtin_sym_end] = ACTIONS(1931), - [sym_identifier] = ACTIONS(1933), - [anon_sym_SEMI] = ACTIONS(1931), - [anon_sym_macro_rules_BANG] = ACTIONS(1931), - [anon_sym_LPAREN] = ACTIONS(1931), - [anon_sym_LBRACK] = ACTIONS(1931), - [anon_sym_LBRACE] = ACTIONS(1931), - [anon_sym_RBRACE] = ACTIONS(1931), - [anon_sym_STAR] = ACTIONS(1931), - [anon_sym_u8] = ACTIONS(1933), - [anon_sym_i8] = ACTIONS(1933), - [anon_sym_u16] = ACTIONS(1933), - [anon_sym_i16] = ACTIONS(1933), - [anon_sym_u32] = ACTIONS(1933), - [anon_sym_i32] = ACTIONS(1933), - [anon_sym_u64] = ACTIONS(1933), - [anon_sym_i64] = ACTIONS(1933), - [anon_sym_u128] = ACTIONS(1933), - [anon_sym_i128] = ACTIONS(1933), - [anon_sym_isize] = ACTIONS(1933), - [anon_sym_usize] = ACTIONS(1933), - [anon_sym_f32] = ACTIONS(1933), - [anon_sym_f64] = ACTIONS(1933), - [anon_sym_bool] = ACTIONS(1933), - [anon_sym_str] = ACTIONS(1933), - [anon_sym_char] = ACTIONS(1933), - [anon_sym_DASH] = ACTIONS(1931), - [anon_sym_BANG] = ACTIONS(1931), - [anon_sym_AMP] = ACTIONS(1931), - [anon_sym_PIPE] = ACTIONS(1931), - [anon_sym_LT] = ACTIONS(1931), - [anon_sym_DOT_DOT] = ACTIONS(1931), - [anon_sym_COLON_COLON] = ACTIONS(1931), - [anon_sym_POUND] = ACTIONS(1931), - [anon_sym_SQUOTE] = ACTIONS(1933), - [anon_sym_async] = ACTIONS(1933), - [anon_sym_break] = ACTIONS(1933), - [anon_sym_const] = ACTIONS(1933), - [anon_sym_continue] = ACTIONS(1933), - [anon_sym_default] = ACTIONS(1933), - [anon_sym_enum] = ACTIONS(1933), - [anon_sym_fn] = ACTIONS(1933), - [anon_sym_for] = ACTIONS(1933), - [anon_sym_gen] = ACTIONS(1933), - [anon_sym_if] = ACTIONS(1933), - [anon_sym_impl] = ACTIONS(1933), - [anon_sym_let] = ACTIONS(1933), - [anon_sym_loop] = ACTIONS(1933), - [anon_sym_match] = ACTIONS(1933), - [anon_sym_mod] = ACTIONS(1933), - [anon_sym_pub] = ACTIONS(1933), - [anon_sym_return] = ACTIONS(1933), - [anon_sym_static] = ACTIONS(1933), - [anon_sym_struct] = ACTIONS(1933), - [anon_sym_trait] = ACTIONS(1933), - [anon_sym_type] = ACTIONS(1933), - [anon_sym_union] = ACTIONS(1933), - [anon_sym_unsafe] = ACTIONS(1933), - [anon_sym_use] = ACTIONS(1933), - [anon_sym_while] = ACTIONS(1933), - [anon_sym_extern] = ACTIONS(1933), - [anon_sym_yield] = ACTIONS(1933), - [anon_sym_move] = ACTIONS(1933), - [anon_sym_try] = ACTIONS(1933), - [sym_integer_literal] = ACTIONS(1931), - [aux_sym_string_literal_token1] = ACTIONS(1931), - [sym_char_literal] = ACTIONS(1931), - [anon_sym_true] = ACTIONS(1933), - [anon_sym_false] = ACTIONS(1933), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1933), - [sym_super] = ACTIONS(1933), - [sym_crate] = ACTIONS(1933), - [sym_metavariable] = ACTIONS(1931), - [sym__raw_string_literal_start] = ACTIONS(1931), - [sym_float_literal] = ACTIONS(1931), + [ts_builtin_sym_end] = ACTIONS(1946), + [sym_identifier] = ACTIONS(1948), + [anon_sym_SEMI] = ACTIONS(1946), + [anon_sym_macro_rules_BANG] = ACTIONS(1946), + [anon_sym_LPAREN] = ACTIONS(1946), + [anon_sym_LBRACK] = ACTIONS(1946), + [anon_sym_LBRACE] = ACTIONS(1946), + [anon_sym_RBRACE] = ACTIONS(1946), + [anon_sym_STAR] = ACTIONS(1946), + [anon_sym_u8] = ACTIONS(1948), + [anon_sym_i8] = ACTIONS(1948), + [anon_sym_u16] = ACTIONS(1948), + [anon_sym_i16] = ACTIONS(1948), + [anon_sym_u32] = ACTIONS(1948), + [anon_sym_i32] = ACTIONS(1948), + [anon_sym_u64] = ACTIONS(1948), + [anon_sym_i64] = ACTIONS(1948), + [anon_sym_u128] = ACTIONS(1948), + [anon_sym_i128] = ACTIONS(1948), + [anon_sym_isize] = ACTIONS(1948), + [anon_sym_usize] = ACTIONS(1948), + [anon_sym_f32] = ACTIONS(1948), + [anon_sym_f64] = ACTIONS(1948), + [anon_sym_bool] = ACTIONS(1948), + [anon_sym_str] = ACTIONS(1948), + [anon_sym_char] = ACTIONS(1948), + [anon_sym_DASH] = ACTIONS(1946), + [anon_sym_BANG] = ACTIONS(1946), + [anon_sym_AMP] = ACTIONS(1946), + [anon_sym_PIPE] = ACTIONS(1946), + [anon_sym_LT] = ACTIONS(1946), + [anon_sym_DOT_DOT] = ACTIONS(1946), + [anon_sym_COLON_COLON] = ACTIONS(1946), + [anon_sym_POUND] = ACTIONS(1946), + [anon_sym_SQUOTE] = ACTIONS(1948), + [anon_sym_async] = ACTIONS(1948), + [anon_sym_break] = ACTIONS(1948), + [anon_sym_const] = ACTIONS(1948), + [anon_sym_continue] = ACTIONS(1948), + [anon_sym_default] = ACTIONS(1948), + [anon_sym_enum] = ACTIONS(1948), + [anon_sym_fn] = ACTIONS(1948), + [anon_sym_for] = ACTIONS(1948), + [anon_sym_gen] = ACTIONS(1948), + [anon_sym_if] = ACTIONS(1948), + [anon_sym_impl] = ACTIONS(1948), + [anon_sym_let] = ACTIONS(1948), + [anon_sym_loop] = ACTIONS(1948), + [anon_sym_match] = ACTIONS(1948), + [anon_sym_mod] = ACTIONS(1948), + [anon_sym_pub] = ACTIONS(1948), + [anon_sym_return] = ACTIONS(1948), + [anon_sym_static] = ACTIONS(1948), + [anon_sym_struct] = ACTIONS(1948), + [anon_sym_trait] = ACTIONS(1948), + [anon_sym_type] = ACTIONS(1948), + [anon_sym_union] = ACTIONS(1948), + [anon_sym_unsafe] = ACTIONS(1948), + [anon_sym_use] = ACTIONS(1948), + [anon_sym_while] = ACTIONS(1948), + [anon_sym_extern] = ACTIONS(1948), + [anon_sym_yield] = ACTIONS(1948), + [anon_sym_move] = ACTIONS(1948), + [anon_sym_try] = ACTIONS(1948), + [sym_integer_literal] = ACTIONS(1946), + [aux_sym_string_literal_token1] = ACTIONS(1946), + [sym_char_literal] = ACTIONS(1946), + [anon_sym_true] = ACTIONS(1948), + [anon_sym_false] = ACTIONS(1948), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1948), + [sym_super] = ACTIONS(1948), + [sym_crate] = ACTIONS(1948), + [sym_metavariable] = ACTIONS(1946), + [sym__raw_string_literal_start] = ACTIONS(1946), + [sym_float_literal] = ACTIONS(1946), }, [STATE(533)] = { [sym_line_comment] = STATE(533), [sym_block_comment] = STATE(533), - [ts_builtin_sym_end] = ACTIONS(1935), - [sym_identifier] = ACTIONS(1937), - [anon_sym_SEMI] = ACTIONS(1935), - [anon_sym_macro_rules_BANG] = ACTIONS(1935), - [anon_sym_LPAREN] = ACTIONS(1935), - [anon_sym_LBRACK] = ACTIONS(1935), - [anon_sym_LBRACE] = ACTIONS(1935), - [anon_sym_RBRACE] = ACTIONS(1935), - [anon_sym_STAR] = ACTIONS(1935), - [anon_sym_u8] = ACTIONS(1937), - [anon_sym_i8] = ACTIONS(1937), - [anon_sym_u16] = ACTIONS(1937), - [anon_sym_i16] = ACTIONS(1937), - [anon_sym_u32] = ACTIONS(1937), - [anon_sym_i32] = ACTIONS(1937), - [anon_sym_u64] = ACTIONS(1937), - [anon_sym_i64] = ACTIONS(1937), - [anon_sym_u128] = ACTIONS(1937), - [anon_sym_i128] = ACTIONS(1937), - [anon_sym_isize] = ACTIONS(1937), - [anon_sym_usize] = ACTIONS(1937), - [anon_sym_f32] = ACTIONS(1937), - [anon_sym_f64] = ACTIONS(1937), - [anon_sym_bool] = ACTIONS(1937), - [anon_sym_str] = ACTIONS(1937), - [anon_sym_char] = ACTIONS(1937), - [anon_sym_DASH] = ACTIONS(1935), - [anon_sym_BANG] = ACTIONS(1935), - [anon_sym_AMP] = ACTIONS(1935), - [anon_sym_PIPE] = ACTIONS(1935), - [anon_sym_LT] = ACTIONS(1935), - [anon_sym_DOT_DOT] = ACTIONS(1935), - [anon_sym_COLON_COLON] = ACTIONS(1935), - [anon_sym_POUND] = ACTIONS(1935), - [anon_sym_SQUOTE] = ACTIONS(1937), - [anon_sym_async] = ACTIONS(1937), - [anon_sym_break] = ACTIONS(1937), - [anon_sym_const] = ACTIONS(1937), - [anon_sym_continue] = ACTIONS(1937), - [anon_sym_default] = ACTIONS(1937), - [anon_sym_enum] = ACTIONS(1937), - [anon_sym_fn] = ACTIONS(1937), - [anon_sym_for] = ACTIONS(1937), - [anon_sym_gen] = ACTIONS(1937), - [anon_sym_if] = ACTIONS(1937), - [anon_sym_impl] = ACTIONS(1937), - [anon_sym_let] = ACTIONS(1937), - [anon_sym_loop] = ACTIONS(1937), - [anon_sym_match] = ACTIONS(1937), - [anon_sym_mod] = ACTIONS(1937), - [anon_sym_pub] = ACTIONS(1937), - [anon_sym_return] = ACTIONS(1937), - [anon_sym_static] = ACTIONS(1937), - [anon_sym_struct] = ACTIONS(1937), - [anon_sym_trait] = ACTIONS(1937), - [anon_sym_type] = ACTIONS(1937), - [anon_sym_union] = ACTIONS(1937), - [anon_sym_unsafe] = ACTIONS(1937), - [anon_sym_use] = ACTIONS(1937), - [anon_sym_while] = ACTIONS(1937), - [anon_sym_extern] = ACTIONS(1937), - [anon_sym_yield] = ACTIONS(1937), - [anon_sym_move] = ACTIONS(1937), - [anon_sym_try] = ACTIONS(1937), - [sym_integer_literal] = ACTIONS(1935), - [aux_sym_string_literal_token1] = ACTIONS(1935), - [sym_char_literal] = ACTIONS(1935), - [anon_sym_true] = ACTIONS(1937), - [anon_sym_false] = ACTIONS(1937), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1937), - [sym_super] = ACTIONS(1937), - [sym_crate] = ACTIONS(1937), - [sym_metavariable] = ACTIONS(1935), - [sym__raw_string_literal_start] = ACTIONS(1935), - [sym_float_literal] = ACTIONS(1935), + [ts_builtin_sym_end] = ACTIONS(1950), + [sym_identifier] = ACTIONS(1952), + [anon_sym_SEMI] = ACTIONS(1950), + [anon_sym_macro_rules_BANG] = ACTIONS(1950), + [anon_sym_LPAREN] = ACTIONS(1950), + [anon_sym_LBRACK] = ACTIONS(1950), + [anon_sym_LBRACE] = ACTIONS(1950), + [anon_sym_RBRACE] = ACTIONS(1950), + [anon_sym_STAR] = ACTIONS(1950), + [anon_sym_u8] = ACTIONS(1952), + [anon_sym_i8] = ACTIONS(1952), + [anon_sym_u16] = ACTIONS(1952), + [anon_sym_i16] = ACTIONS(1952), + [anon_sym_u32] = ACTIONS(1952), + [anon_sym_i32] = ACTIONS(1952), + [anon_sym_u64] = ACTIONS(1952), + [anon_sym_i64] = ACTIONS(1952), + [anon_sym_u128] = ACTIONS(1952), + [anon_sym_i128] = ACTIONS(1952), + [anon_sym_isize] = ACTIONS(1952), + [anon_sym_usize] = ACTIONS(1952), + [anon_sym_f32] = ACTIONS(1952), + [anon_sym_f64] = ACTIONS(1952), + [anon_sym_bool] = ACTIONS(1952), + [anon_sym_str] = ACTIONS(1952), + [anon_sym_char] = ACTIONS(1952), + [anon_sym_DASH] = ACTIONS(1950), + [anon_sym_BANG] = ACTIONS(1950), + [anon_sym_AMP] = ACTIONS(1950), + [anon_sym_PIPE] = ACTIONS(1950), + [anon_sym_LT] = ACTIONS(1950), + [anon_sym_DOT_DOT] = ACTIONS(1950), + [anon_sym_COLON_COLON] = ACTIONS(1950), + [anon_sym_POUND] = ACTIONS(1950), + [anon_sym_SQUOTE] = ACTIONS(1952), + [anon_sym_async] = ACTIONS(1952), + [anon_sym_break] = ACTIONS(1952), + [anon_sym_const] = ACTIONS(1952), + [anon_sym_continue] = ACTIONS(1952), + [anon_sym_default] = ACTIONS(1952), + [anon_sym_enum] = ACTIONS(1952), + [anon_sym_fn] = ACTIONS(1952), + [anon_sym_for] = ACTIONS(1952), + [anon_sym_gen] = ACTIONS(1952), + [anon_sym_if] = ACTIONS(1952), + [anon_sym_impl] = ACTIONS(1952), + [anon_sym_let] = ACTIONS(1952), + [anon_sym_loop] = ACTIONS(1952), + [anon_sym_match] = ACTIONS(1952), + [anon_sym_mod] = ACTIONS(1952), + [anon_sym_pub] = ACTIONS(1952), + [anon_sym_return] = ACTIONS(1952), + [anon_sym_static] = ACTIONS(1952), + [anon_sym_struct] = ACTIONS(1952), + [anon_sym_trait] = ACTIONS(1952), + [anon_sym_type] = ACTIONS(1952), + [anon_sym_union] = ACTIONS(1952), + [anon_sym_unsafe] = ACTIONS(1952), + [anon_sym_use] = ACTIONS(1952), + [anon_sym_while] = ACTIONS(1952), + [anon_sym_extern] = ACTIONS(1952), + [anon_sym_yield] = ACTIONS(1952), + [anon_sym_move] = ACTIONS(1952), + [anon_sym_try] = ACTIONS(1952), + [sym_integer_literal] = ACTIONS(1950), + [aux_sym_string_literal_token1] = ACTIONS(1950), + [sym_char_literal] = ACTIONS(1950), + [anon_sym_true] = ACTIONS(1952), + [anon_sym_false] = ACTIONS(1952), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1952), + [sym_super] = ACTIONS(1952), + [sym_crate] = ACTIONS(1952), + [sym_metavariable] = ACTIONS(1950), + [sym__raw_string_literal_start] = ACTIONS(1950), + [sym_float_literal] = ACTIONS(1950), }, [STATE(534)] = { [sym_line_comment] = STATE(534), [sym_block_comment] = STATE(534), - [ts_builtin_sym_end] = ACTIONS(1939), - [sym_identifier] = ACTIONS(1941), - [anon_sym_SEMI] = ACTIONS(1939), - [anon_sym_macro_rules_BANG] = ACTIONS(1939), - [anon_sym_LPAREN] = ACTIONS(1939), - [anon_sym_LBRACK] = ACTIONS(1939), - [anon_sym_LBRACE] = ACTIONS(1939), - [anon_sym_RBRACE] = ACTIONS(1939), - [anon_sym_STAR] = ACTIONS(1939), - [anon_sym_u8] = ACTIONS(1941), - [anon_sym_i8] = ACTIONS(1941), - [anon_sym_u16] = ACTIONS(1941), - [anon_sym_i16] = ACTIONS(1941), - [anon_sym_u32] = ACTIONS(1941), - [anon_sym_i32] = ACTIONS(1941), - [anon_sym_u64] = ACTIONS(1941), - [anon_sym_i64] = ACTIONS(1941), - [anon_sym_u128] = ACTIONS(1941), - [anon_sym_i128] = ACTIONS(1941), - [anon_sym_isize] = ACTIONS(1941), - [anon_sym_usize] = ACTIONS(1941), - [anon_sym_f32] = ACTIONS(1941), - [anon_sym_f64] = ACTIONS(1941), - [anon_sym_bool] = ACTIONS(1941), - [anon_sym_str] = ACTIONS(1941), - [anon_sym_char] = ACTIONS(1941), - [anon_sym_DASH] = ACTIONS(1939), - [anon_sym_BANG] = ACTIONS(1939), - [anon_sym_AMP] = ACTIONS(1939), - [anon_sym_PIPE] = ACTIONS(1939), - [anon_sym_LT] = ACTIONS(1939), - [anon_sym_DOT_DOT] = ACTIONS(1939), - [anon_sym_COLON_COLON] = ACTIONS(1939), - [anon_sym_POUND] = ACTIONS(1939), - [anon_sym_SQUOTE] = ACTIONS(1941), - [anon_sym_async] = ACTIONS(1941), - [anon_sym_break] = ACTIONS(1941), - [anon_sym_const] = ACTIONS(1941), - [anon_sym_continue] = ACTIONS(1941), - [anon_sym_default] = ACTIONS(1941), - [anon_sym_enum] = ACTIONS(1941), - [anon_sym_fn] = ACTIONS(1941), - [anon_sym_for] = ACTIONS(1941), - [anon_sym_gen] = ACTIONS(1941), - [anon_sym_if] = ACTIONS(1941), - [anon_sym_impl] = ACTIONS(1941), - [anon_sym_let] = ACTIONS(1941), - [anon_sym_loop] = ACTIONS(1941), - [anon_sym_match] = ACTIONS(1941), - [anon_sym_mod] = ACTIONS(1941), - [anon_sym_pub] = ACTIONS(1941), - [anon_sym_return] = ACTIONS(1941), - [anon_sym_static] = ACTIONS(1941), - [anon_sym_struct] = ACTIONS(1941), - [anon_sym_trait] = ACTIONS(1941), - [anon_sym_type] = ACTIONS(1941), - [anon_sym_union] = ACTIONS(1941), - [anon_sym_unsafe] = ACTIONS(1941), - [anon_sym_use] = ACTIONS(1941), - [anon_sym_while] = ACTIONS(1941), - [anon_sym_extern] = ACTIONS(1941), - [anon_sym_yield] = ACTIONS(1941), - [anon_sym_move] = ACTIONS(1941), - [anon_sym_try] = ACTIONS(1941), - [sym_integer_literal] = ACTIONS(1939), - [aux_sym_string_literal_token1] = ACTIONS(1939), - [sym_char_literal] = ACTIONS(1939), - [anon_sym_true] = ACTIONS(1941), - [anon_sym_false] = ACTIONS(1941), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1941), - [sym_super] = ACTIONS(1941), - [sym_crate] = ACTIONS(1941), - [sym_metavariable] = ACTIONS(1939), - [sym__raw_string_literal_start] = ACTIONS(1939), - [sym_float_literal] = ACTIONS(1939), + [ts_builtin_sym_end] = ACTIONS(1954), + [sym_identifier] = ACTIONS(1956), + [anon_sym_SEMI] = ACTIONS(1954), + [anon_sym_macro_rules_BANG] = ACTIONS(1954), + [anon_sym_LPAREN] = ACTIONS(1954), + [anon_sym_LBRACK] = ACTIONS(1954), + [anon_sym_LBRACE] = ACTIONS(1954), + [anon_sym_RBRACE] = ACTIONS(1954), + [anon_sym_STAR] = ACTIONS(1954), + [anon_sym_u8] = ACTIONS(1956), + [anon_sym_i8] = ACTIONS(1956), + [anon_sym_u16] = ACTIONS(1956), + [anon_sym_i16] = ACTIONS(1956), + [anon_sym_u32] = ACTIONS(1956), + [anon_sym_i32] = ACTIONS(1956), + [anon_sym_u64] = ACTIONS(1956), + [anon_sym_i64] = ACTIONS(1956), + [anon_sym_u128] = ACTIONS(1956), + [anon_sym_i128] = ACTIONS(1956), + [anon_sym_isize] = ACTIONS(1956), + [anon_sym_usize] = ACTIONS(1956), + [anon_sym_f32] = ACTIONS(1956), + [anon_sym_f64] = ACTIONS(1956), + [anon_sym_bool] = ACTIONS(1956), + [anon_sym_str] = ACTIONS(1956), + [anon_sym_char] = ACTIONS(1956), + [anon_sym_DASH] = ACTIONS(1954), + [anon_sym_BANG] = ACTIONS(1954), + [anon_sym_AMP] = ACTIONS(1954), + [anon_sym_PIPE] = ACTIONS(1954), + [anon_sym_LT] = ACTIONS(1954), + [anon_sym_DOT_DOT] = ACTIONS(1954), + [anon_sym_COLON_COLON] = ACTIONS(1954), + [anon_sym_POUND] = ACTIONS(1954), + [anon_sym_SQUOTE] = ACTIONS(1956), + [anon_sym_async] = ACTIONS(1956), + [anon_sym_break] = ACTIONS(1956), + [anon_sym_const] = ACTIONS(1956), + [anon_sym_continue] = ACTIONS(1956), + [anon_sym_default] = ACTIONS(1956), + [anon_sym_enum] = ACTIONS(1956), + [anon_sym_fn] = ACTIONS(1956), + [anon_sym_for] = ACTIONS(1956), + [anon_sym_gen] = ACTIONS(1956), + [anon_sym_if] = ACTIONS(1956), + [anon_sym_impl] = ACTIONS(1956), + [anon_sym_let] = ACTIONS(1956), + [anon_sym_loop] = ACTIONS(1956), + [anon_sym_match] = ACTIONS(1956), + [anon_sym_mod] = ACTIONS(1956), + [anon_sym_pub] = ACTIONS(1956), + [anon_sym_return] = ACTIONS(1956), + [anon_sym_static] = ACTIONS(1956), + [anon_sym_struct] = ACTIONS(1956), + [anon_sym_trait] = ACTIONS(1956), + [anon_sym_type] = ACTIONS(1956), + [anon_sym_union] = ACTIONS(1956), + [anon_sym_unsafe] = ACTIONS(1956), + [anon_sym_use] = ACTIONS(1956), + [anon_sym_while] = ACTIONS(1956), + [anon_sym_extern] = ACTIONS(1956), + [anon_sym_yield] = ACTIONS(1956), + [anon_sym_move] = ACTIONS(1956), + [anon_sym_try] = ACTIONS(1956), + [sym_integer_literal] = ACTIONS(1954), + [aux_sym_string_literal_token1] = ACTIONS(1954), + [sym_char_literal] = ACTIONS(1954), + [anon_sym_true] = ACTIONS(1956), + [anon_sym_false] = ACTIONS(1956), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1956), + [sym_super] = ACTIONS(1956), + [sym_crate] = ACTIONS(1956), + [sym_metavariable] = ACTIONS(1954), + [sym__raw_string_literal_start] = ACTIONS(1954), + [sym_float_literal] = ACTIONS(1954), }, [STATE(535)] = { [sym_line_comment] = STATE(535), [sym_block_comment] = STATE(535), - [ts_builtin_sym_end] = ACTIONS(1943), - [sym_identifier] = ACTIONS(1945), - [anon_sym_SEMI] = ACTIONS(1943), - [anon_sym_macro_rules_BANG] = ACTIONS(1943), - [anon_sym_LPAREN] = ACTIONS(1943), - [anon_sym_LBRACK] = ACTIONS(1943), - [anon_sym_LBRACE] = ACTIONS(1943), - [anon_sym_RBRACE] = ACTIONS(1943), - [anon_sym_STAR] = ACTIONS(1943), - [anon_sym_u8] = ACTIONS(1945), - [anon_sym_i8] = ACTIONS(1945), - [anon_sym_u16] = ACTIONS(1945), - [anon_sym_i16] = ACTIONS(1945), - [anon_sym_u32] = ACTIONS(1945), - [anon_sym_i32] = ACTIONS(1945), - [anon_sym_u64] = ACTIONS(1945), - [anon_sym_i64] = ACTIONS(1945), - [anon_sym_u128] = ACTIONS(1945), - [anon_sym_i128] = ACTIONS(1945), - [anon_sym_isize] = ACTIONS(1945), - [anon_sym_usize] = ACTIONS(1945), - [anon_sym_f32] = ACTIONS(1945), - [anon_sym_f64] = ACTIONS(1945), - [anon_sym_bool] = ACTIONS(1945), - [anon_sym_str] = ACTIONS(1945), - [anon_sym_char] = ACTIONS(1945), - [anon_sym_DASH] = ACTIONS(1943), - [anon_sym_BANG] = ACTIONS(1943), - [anon_sym_AMP] = ACTIONS(1943), - [anon_sym_PIPE] = ACTIONS(1943), - [anon_sym_LT] = ACTIONS(1943), - [anon_sym_DOT_DOT] = ACTIONS(1943), - [anon_sym_COLON_COLON] = ACTIONS(1943), - [anon_sym_POUND] = ACTIONS(1943), - [anon_sym_SQUOTE] = ACTIONS(1945), - [anon_sym_async] = ACTIONS(1945), - [anon_sym_break] = ACTIONS(1945), - [anon_sym_const] = ACTIONS(1945), - [anon_sym_continue] = ACTIONS(1945), - [anon_sym_default] = ACTIONS(1945), - [anon_sym_enum] = ACTIONS(1945), - [anon_sym_fn] = ACTIONS(1945), - [anon_sym_for] = ACTIONS(1945), - [anon_sym_gen] = ACTIONS(1945), - [anon_sym_if] = ACTIONS(1945), - [anon_sym_impl] = ACTIONS(1945), - [anon_sym_let] = ACTIONS(1945), - [anon_sym_loop] = ACTIONS(1945), - [anon_sym_match] = ACTIONS(1945), - [anon_sym_mod] = ACTIONS(1945), - [anon_sym_pub] = ACTIONS(1945), - [anon_sym_return] = ACTIONS(1945), - [anon_sym_static] = ACTIONS(1945), - [anon_sym_struct] = ACTIONS(1945), - [anon_sym_trait] = ACTIONS(1945), - [anon_sym_type] = ACTIONS(1945), - [anon_sym_union] = ACTIONS(1945), - [anon_sym_unsafe] = ACTIONS(1945), - [anon_sym_use] = ACTIONS(1945), - [anon_sym_while] = ACTIONS(1945), - [anon_sym_extern] = ACTIONS(1945), - [anon_sym_yield] = ACTIONS(1945), - [anon_sym_move] = ACTIONS(1945), - [anon_sym_try] = ACTIONS(1945), - [sym_integer_literal] = ACTIONS(1943), - [aux_sym_string_literal_token1] = ACTIONS(1943), - [sym_char_literal] = ACTIONS(1943), - [anon_sym_true] = ACTIONS(1945), - [anon_sym_false] = ACTIONS(1945), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1945), - [sym_super] = ACTIONS(1945), - [sym_crate] = ACTIONS(1945), - [sym_metavariable] = ACTIONS(1943), - [sym__raw_string_literal_start] = ACTIONS(1943), - [sym_float_literal] = ACTIONS(1943), + [ts_builtin_sym_end] = ACTIONS(1958), + [sym_identifier] = ACTIONS(1960), + [anon_sym_SEMI] = ACTIONS(1958), + [anon_sym_macro_rules_BANG] = ACTIONS(1958), + [anon_sym_LPAREN] = ACTIONS(1958), + [anon_sym_LBRACK] = ACTIONS(1958), + [anon_sym_LBRACE] = ACTIONS(1958), + [anon_sym_RBRACE] = ACTIONS(1958), + [anon_sym_STAR] = ACTIONS(1958), + [anon_sym_u8] = ACTIONS(1960), + [anon_sym_i8] = ACTIONS(1960), + [anon_sym_u16] = ACTIONS(1960), + [anon_sym_i16] = ACTIONS(1960), + [anon_sym_u32] = ACTIONS(1960), + [anon_sym_i32] = ACTIONS(1960), + [anon_sym_u64] = ACTIONS(1960), + [anon_sym_i64] = ACTIONS(1960), + [anon_sym_u128] = ACTIONS(1960), + [anon_sym_i128] = ACTIONS(1960), + [anon_sym_isize] = ACTIONS(1960), + [anon_sym_usize] = ACTIONS(1960), + [anon_sym_f32] = ACTIONS(1960), + [anon_sym_f64] = ACTIONS(1960), + [anon_sym_bool] = ACTIONS(1960), + [anon_sym_str] = ACTIONS(1960), + [anon_sym_char] = ACTIONS(1960), + [anon_sym_DASH] = ACTIONS(1958), + [anon_sym_BANG] = ACTIONS(1958), + [anon_sym_AMP] = ACTIONS(1958), + [anon_sym_PIPE] = ACTIONS(1958), + [anon_sym_LT] = ACTIONS(1958), + [anon_sym_DOT_DOT] = ACTIONS(1958), + [anon_sym_COLON_COLON] = ACTIONS(1958), + [anon_sym_POUND] = ACTIONS(1958), + [anon_sym_SQUOTE] = ACTIONS(1960), + [anon_sym_async] = ACTIONS(1960), + [anon_sym_break] = ACTIONS(1960), + [anon_sym_const] = ACTIONS(1960), + [anon_sym_continue] = ACTIONS(1960), + [anon_sym_default] = ACTIONS(1960), + [anon_sym_enum] = ACTIONS(1960), + [anon_sym_fn] = ACTIONS(1960), + [anon_sym_for] = ACTIONS(1960), + [anon_sym_gen] = ACTIONS(1960), + [anon_sym_if] = ACTIONS(1960), + [anon_sym_impl] = ACTIONS(1960), + [anon_sym_let] = ACTIONS(1960), + [anon_sym_loop] = ACTIONS(1960), + [anon_sym_match] = ACTIONS(1960), + [anon_sym_mod] = ACTIONS(1960), + [anon_sym_pub] = ACTIONS(1960), + [anon_sym_return] = ACTIONS(1960), + [anon_sym_static] = ACTIONS(1960), + [anon_sym_struct] = ACTIONS(1960), + [anon_sym_trait] = ACTIONS(1960), + [anon_sym_type] = ACTIONS(1960), + [anon_sym_union] = ACTIONS(1960), + [anon_sym_unsafe] = ACTIONS(1960), + [anon_sym_use] = ACTIONS(1960), + [anon_sym_while] = ACTIONS(1960), + [anon_sym_extern] = ACTIONS(1960), + [anon_sym_yield] = ACTIONS(1960), + [anon_sym_move] = ACTIONS(1960), + [anon_sym_try] = ACTIONS(1960), + [sym_integer_literal] = ACTIONS(1958), + [aux_sym_string_literal_token1] = ACTIONS(1958), + [sym_char_literal] = ACTIONS(1958), + [anon_sym_true] = ACTIONS(1960), + [anon_sym_false] = ACTIONS(1960), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1960), + [sym_super] = ACTIONS(1960), + [sym_crate] = ACTIONS(1960), + [sym_metavariable] = ACTIONS(1958), + [sym__raw_string_literal_start] = ACTIONS(1958), + [sym_float_literal] = ACTIONS(1958), }, [STATE(536)] = { [sym_line_comment] = STATE(536), [sym_block_comment] = STATE(536), - [ts_builtin_sym_end] = ACTIONS(1947), - [sym_identifier] = ACTIONS(1949), - [anon_sym_SEMI] = ACTIONS(1947), - [anon_sym_macro_rules_BANG] = ACTIONS(1947), - [anon_sym_LPAREN] = ACTIONS(1947), - [anon_sym_LBRACK] = ACTIONS(1947), - [anon_sym_LBRACE] = ACTIONS(1947), - [anon_sym_RBRACE] = ACTIONS(1947), - [anon_sym_STAR] = ACTIONS(1947), - [anon_sym_u8] = ACTIONS(1949), - [anon_sym_i8] = ACTIONS(1949), - [anon_sym_u16] = ACTIONS(1949), - [anon_sym_i16] = ACTIONS(1949), - [anon_sym_u32] = ACTIONS(1949), - [anon_sym_i32] = ACTIONS(1949), - [anon_sym_u64] = ACTIONS(1949), - [anon_sym_i64] = ACTIONS(1949), - [anon_sym_u128] = ACTIONS(1949), - [anon_sym_i128] = ACTIONS(1949), - [anon_sym_isize] = ACTIONS(1949), - [anon_sym_usize] = ACTIONS(1949), - [anon_sym_f32] = ACTIONS(1949), - [anon_sym_f64] = ACTIONS(1949), - [anon_sym_bool] = ACTIONS(1949), - [anon_sym_str] = ACTIONS(1949), - [anon_sym_char] = ACTIONS(1949), - [anon_sym_DASH] = ACTIONS(1947), - [anon_sym_BANG] = ACTIONS(1947), - [anon_sym_AMP] = ACTIONS(1947), - [anon_sym_PIPE] = ACTIONS(1947), - [anon_sym_LT] = ACTIONS(1947), - [anon_sym_DOT_DOT] = ACTIONS(1947), - [anon_sym_COLON_COLON] = ACTIONS(1947), - [anon_sym_POUND] = ACTIONS(1947), - [anon_sym_SQUOTE] = ACTIONS(1949), - [anon_sym_async] = ACTIONS(1949), - [anon_sym_break] = ACTIONS(1949), - [anon_sym_const] = ACTIONS(1949), - [anon_sym_continue] = ACTIONS(1949), - [anon_sym_default] = ACTIONS(1949), - [anon_sym_enum] = ACTIONS(1949), - [anon_sym_fn] = ACTIONS(1949), - [anon_sym_for] = ACTIONS(1949), - [anon_sym_gen] = ACTIONS(1949), - [anon_sym_if] = ACTIONS(1949), - [anon_sym_impl] = ACTIONS(1949), - [anon_sym_let] = ACTIONS(1949), - [anon_sym_loop] = ACTIONS(1949), - [anon_sym_match] = ACTIONS(1949), - [anon_sym_mod] = ACTIONS(1949), - [anon_sym_pub] = ACTIONS(1949), - [anon_sym_return] = ACTIONS(1949), - [anon_sym_static] = ACTIONS(1949), - [anon_sym_struct] = ACTIONS(1949), - [anon_sym_trait] = ACTIONS(1949), - [anon_sym_type] = ACTIONS(1949), - [anon_sym_union] = ACTIONS(1949), - [anon_sym_unsafe] = ACTIONS(1949), - [anon_sym_use] = ACTIONS(1949), - [anon_sym_while] = ACTIONS(1949), - [anon_sym_extern] = ACTIONS(1949), - [anon_sym_yield] = ACTIONS(1949), - [anon_sym_move] = ACTIONS(1949), - [anon_sym_try] = ACTIONS(1949), - [sym_integer_literal] = ACTIONS(1947), - [aux_sym_string_literal_token1] = ACTIONS(1947), - [sym_char_literal] = ACTIONS(1947), - [anon_sym_true] = ACTIONS(1949), - [anon_sym_false] = ACTIONS(1949), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1949), - [sym_super] = ACTIONS(1949), - [sym_crate] = ACTIONS(1949), - [sym_metavariable] = ACTIONS(1947), - [sym__raw_string_literal_start] = ACTIONS(1947), - [sym_float_literal] = ACTIONS(1947), + [ts_builtin_sym_end] = ACTIONS(1962), + [sym_identifier] = ACTIONS(1964), + [anon_sym_SEMI] = ACTIONS(1962), + [anon_sym_macro_rules_BANG] = ACTIONS(1962), + [anon_sym_LPAREN] = ACTIONS(1962), + [anon_sym_LBRACK] = ACTIONS(1962), + [anon_sym_LBRACE] = ACTIONS(1962), + [anon_sym_RBRACE] = ACTIONS(1962), + [anon_sym_STAR] = ACTIONS(1962), + [anon_sym_u8] = ACTIONS(1964), + [anon_sym_i8] = ACTIONS(1964), + [anon_sym_u16] = ACTIONS(1964), + [anon_sym_i16] = ACTIONS(1964), + [anon_sym_u32] = ACTIONS(1964), + [anon_sym_i32] = ACTIONS(1964), + [anon_sym_u64] = ACTIONS(1964), + [anon_sym_i64] = ACTIONS(1964), + [anon_sym_u128] = ACTIONS(1964), + [anon_sym_i128] = ACTIONS(1964), + [anon_sym_isize] = ACTIONS(1964), + [anon_sym_usize] = ACTIONS(1964), + [anon_sym_f32] = ACTIONS(1964), + [anon_sym_f64] = ACTIONS(1964), + [anon_sym_bool] = ACTIONS(1964), + [anon_sym_str] = ACTIONS(1964), + [anon_sym_char] = ACTIONS(1964), + [anon_sym_DASH] = ACTIONS(1962), + [anon_sym_BANG] = ACTIONS(1962), + [anon_sym_AMP] = ACTIONS(1962), + [anon_sym_PIPE] = ACTIONS(1962), + [anon_sym_LT] = ACTIONS(1962), + [anon_sym_DOT_DOT] = ACTIONS(1962), + [anon_sym_COLON_COLON] = ACTIONS(1962), + [anon_sym_POUND] = ACTIONS(1962), + [anon_sym_SQUOTE] = ACTIONS(1964), + [anon_sym_async] = ACTIONS(1964), + [anon_sym_break] = ACTIONS(1964), + [anon_sym_const] = ACTIONS(1964), + [anon_sym_continue] = ACTIONS(1964), + [anon_sym_default] = ACTIONS(1964), + [anon_sym_enum] = ACTIONS(1964), + [anon_sym_fn] = ACTIONS(1964), + [anon_sym_for] = ACTIONS(1964), + [anon_sym_gen] = ACTIONS(1964), + [anon_sym_if] = ACTIONS(1964), + [anon_sym_impl] = ACTIONS(1964), + [anon_sym_let] = ACTIONS(1964), + [anon_sym_loop] = ACTIONS(1964), + [anon_sym_match] = ACTIONS(1964), + [anon_sym_mod] = ACTIONS(1964), + [anon_sym_pub] = ACTIONS(1964), + [anon_sym_return] = ACTIONS(1964), + [anon_sym_static] = ACTIONS(1964), + [anon_sym_struct] = ACTIONS(1964), + [anon_sym_trait] = ACTIONS(1964), + [anon_sym_type] = ACTIONS(1964), + [anon_sym_union] = ACTIONS(1964), + [anon_sym_unsafe] = ACTIONS(1964), + [anon_sym_use] = ACTIONS(1964), + [anon_sym_while] = ACTIONS(1964), + [anon_sym_extern] = ACTIONS(1964), + [anon_sym_yield] = ACTIONS(1964), + [anon_sym_move] = ACTIONS(1964), + [anon_sym_try] = ACTIONS(1964), + [sym_integer_literal] = ACTIONS(1962), + [aux_sym_string_literal_token1] = ACTIONS(1962), + [sym_char_literal] = ACTIONS(1962), + [anon_sym_true] = ACTIONS(1964), + [anon_sym_false] = ACTIONS(1964), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1964), + [sym_super] = ACTIONS(1964), + [sym_crate] = ACTIONS(1964), + [sym_metavariable] = ACTIONS(1962), + [sym__raw_string_literal_start] = ACTIONS(1962), + [sym_float_literal] = ACTIONS(1962), }, [STATE(537)] = { [sym_line_comment] = STATE(537), [sym_block_comment] = STATE(537), - [ts_builtin_sym_end] = ACTIONS(1951), - [sym_identifier] = ACTIONS(1953), - [anon_sym_SEMI] = ACTIONS(1951), - [anon_sym_macro_rules_BANG] = ACTIONS(1951), - [anon_sym_LPAREN] = ACTIONS(1951), - [anon_sym_LBRACK] = ACTIONS(1951), - [anon_sym_LBRACE] = ACTIONS(1951), - [anon_sym_RBRACE] = ACTIONS(1951), - [anon_sym_STAR] = ACTIONS(1951), - [anon_sym_u8] = ACTIONS(1953), - [anon_sym_i8] = ACTIONS(1953), - [anon_sym_u16] = ACTIONS(1953), - [anon_sym_i16] = ACTIONS(1953), - [anon_sym_u32] = ACTIONS(1953), - [anon_sym_i32] = ACTIONS(1953), - [anon_sym_u64] = ACTIONS(1953), - [anon_sym_i64] = ACTIONS(1953), - [anon_sym_u128] = ACTIONS(1953), - [anon_sym_i128] = ACTIONS(1953), - [anon_sym_isize] = ACTIONS(1953), - [anon_sym_usize] = ACTIONS(1953), - [anon_sym_f32] = ACTIONS(1953), - [anon_sym_f64] = ACTIONS(1953), - [anon_sym_bool] = ACTIONS(1953), - [anon_sym_str] = ACTIONS(1953), - [anon_sym_char] = ACTIONS(1953), - [anon_sym_DASH] = ACTIONS(1951), - [anon_sym_BANG] = ACTIONS(1951), - [anon_sym_AMP] = ACTIONS(1951), - [anon_sym_PIPE] = ACTIONS(1951), - [anon_sym_LT] = ACTIONS(1951), - [anon_sym_DOT_DOT] = ACTIONS(1951), - [anon_sym_COLON_COLON] = ACTIONS(1951), - [anon_sym_POUND] = ACTIONS(1951), - [anon_sym_SQUOTE] = ACTIONS(1953), - [anon_sym_async] = ACTIONS(1953), - [anon_sym_break] = ACTIONS(1953), - [anon_sym_const] = ACTIONS(1953), - [anon_sym_continue] = ACTIONS(1953), - [anon_sym_default] = ACTIONS(1953), - [anon_sym_enum] = ACTIONS(1953), - [anon_sym_fn] = ACTIONS(1953), - [anon_sym_for] = ACTIONS(1953), - [anon_sym_gen] = ACTIONS(1953), - [anon_sym_if] = ACTIONS(1953), - [anon_sym_impl] = ACTIONS(1953), - [anon_sym_let] = ACTIONS(1953), - [anon_sym_loop] = ACTIONS(1953), - [anon_sym_match] = ACTIONS(1953), - [anon_sym_mod] = ACTIONS(1953), - [anon_sym_pub] = ACTIONS(1953), - [anon_sym_return] = ACTIONS(1953), - [anon_sym_static] = ACTIONS(1953), - [anon_sym_struct] = ACTIONS(1953), - [anon_sym_trait] = ACTIONS(1953), - [anon_sym_type] = ACTIONS(1953), - [anon_sym_union] = ACTIONS(1953), - [anon_sym_unsafe] = ACTIONS(1953), - [anon_sym_use] = ACTIONS(1953), - [anon_sym_while] = ACTIONS(1953), - [anon_sym_extern] = ACTIONS(1953), - [anon_sym_yield] = ACTIONS(1953), - [anon_sym_move] = ACTIONS(1953), - [anon_sym_try] = ACTIONS(1953), - [sym_integer_literal] = ACTIONS(1951), - [aux_sym_string_literal_token1] = ACTIONS(1951), - [sym_char_literal] = ACTIONS(1951), - [anon_sym_true] = ACTIONS(1953), - [anon_sym_false] = ACTIONS(1953), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1953), - [sym_super] = ACTIONS(1953), - [sym_crate] = ACTIONS(1953), - [sym_metavariable] = ACTIONS(1951), - [sym__raw_string_literal_start] = ACTIONS(1951), - [sym_float_literal] = ACTIONS(1951), + [ts_builtin_sym_end] = ACTIONS(1966), + [sym_identifier] = ACTIONS(1968), + [anon_sym_SEMI] = ACTIONS(1966), + [anon_sym_macro_rules_BANG] = ACTIONS(1966), + [anon_sym_LPAREN] = ACTIONS(1966), + [anon_sym_LBRACK] = ACTIONS(1966), + [anon_sym_LBRACE] = ACTIONS(1966), + [anon_sym_RBRACE] = ACTIONS(1966), + [anon_sym_STAR] = ACTIONS(1966), + [anon_sym_u8] = ACTIONS(1968), + [anon_sym_i8] = ACTIONS(1968), + [anon_sym_u16] = ACTIONS(1968), + [anon_sym_i16] = ACTIONS(1968), + [anon_sym_u32] = ACTIONS(1968), + [anon_sym_i32] = ACTIONS(1968), + [anon_sym_u64] = ACTIONS(1968), + [anon_sym_i64] = ACTIONS(1968), + [anon_sym_u128] = ACTIONS(1968), + [anon_sym_i128] = ACTIONS(1968), + [anon_sym_isize] = ACTIONS(1968), + [anon_sym_usize] = ACTIONS(1968), + [anon_sym_f32] = ACTIONS(1968), + [anon_sym_f64] = ACTIONS(1968), + [anon_sym_bool] = ACTIONS(1968), + [anon_sym_str] = ACTIONS(1968), + [anon_sym_char] = ACTIONS(1968), + [anon_sym_DASH] = ACTIONS(1966), + [anon_sym_BANG] = ACTIONS(1966), + [anon_sym_AMP] = ACTIONS(1966), + [anon_sym_PIPE] = ACTIONS(1966), + [anon_sym_LT] = ACTIONS(1966), + [anon_sym_DOT_DOT] = ACTIONS(1966), + [anon_sym_COLON_COLON] = ACTIONS(1966), + [anon_sym_POUND] = ACTIONS(1966), + [anon_sym_SQUOTE] = ACTIONS(1968), + [anon_sym_async] = ACTIONS(1968), + [anon_sym_break] = ACTIONS(1968), + [anon_sym_const] = ACTIONS(1968), + [anon_sym_continue] = ACTIONS(1968), + [anon_sym_default] = ACTIONS(1968), + [anon_sym_enum] = ACTIONS(1968), + [anon_sym_fn] = ACTIONS(1968), + [anon_sym_for] = ACTIONS(1968), + [anon_sym_gen] = ACTIONS(1968), + [anon_sym_if] = ACTIONS(1968), + [anon_sym_impl] = ACTIONS(1968), + [anon_sym_let] = ACTIONS(1968), + [anon_sym_loop] = ACTIONS(1968), + [anon_sym_match] = ACTIONS(1968), + [anon_sym_mod] = ACTIONS(1968), + [anon_sym_pub] = ACTIONS(1968), + [anon_sym_return] = ACTIONS(1968), + [anon_sym_static] = ACTIONS(1968), + [anon_sym_struct] = ACTIONS(1968), + [anon_sym_trait] = ACTIONS(1968), + [anon_sym_type] = ACTIONS(1968), + [anon_sym_union] = ACTIONS(1968), + [anon_sym_unsafe] = ACTIONS(1968), + [anon_sym_use] = ACTIONS(1968), + [anon_sym_while] = ACTIONS(1968), + [anon_sym_extern] = ACTIONS(1968), + [anon_sym_yield] = ACTIONS(1968), + [anon_sym_move] = ACTIONS(1968), + [anon_sym_try] = ACTIONS(1968), + [sym_integer_literal] = ACTIONS(1966), + [aux_sym_string_literal_token1] = ACTIONS(1966), + [sym_char_literal] = ACTIONS(1966), + [anon_sym_true] = ACTIONS(1968), + [anon_sym_false] = ACTIONS(1968), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1968), + [sym_super] = ACTIONS(1968), + [sym_crate] = ACTIONS(1968), + [sym_metavariable] = ACTIONS(1966), + [sym__raw_string_literal_start] = ACTIONS(1966), + [sym_float_literal] = ACTIONS(1966), }, [STATE(538)] = { [sym_line_comment] = STATE(538), [sym_block_comment] = STATE(538), - [ts_builtin_sym_end] = ACTIONS(1955), - [sym_identifier] = ACTIONS(1957), - [anon_sym_SEMI] = ACTIONS(1955), - [anon_sym_macro_rules_BANG] = ACTIONS(1955), - [anon_sym_LPAREN] = ACTIONS(1955), - [anon_sym_LBRACK] = ACTIONS(1955), - [anon_sym_LBRACE] = ACTIONS(1955), - [anon_sym_RBRACE] = ACTIONS(1955), - [anon_sym_STAR] = ACTIONS(1955), - [anon_sym_u8] = ACTIONS(1957), - [anon_sym_i8] = ACTIONS(1957), - [anon_sym_u16] = ACTIONS(1957), - [anon_sym_i16] = ACTIONS(1957), - [anon_sym_u32] = ACTIONS(1957), - [anon_sym_i32] = ACTIONS(1957), - [anon_sym_u64] = ACTIONS(1957), - [anon_sym_i64] = ACTIONS(1957), - [anon_sym_u128] = ACTIONS(1957), - [anon_sym_i128] = ACTIONS(1957), - [anon_sym_isize] = ACTIONS(1957), - [anon_sym_usize] = ACTIONS(1957), - [anon_sym_f32] = ACTIONS(1957), - [anon_sym_f64] = ACTIONS(1957), - [anon_sym_bool] = ACTIONS(1957), - [anon_sym_str] = ACTIONS(1957), - [anon_sym_char] = ACTIONS(1957), - [anon_sym_DASH] = ACTIONS(1955), - [anon_sym_BANG] = ACTIONS(1955), - [anon_sym_AMP] = ACTIONS(1955), - [anon_sym_PIPE] = ACTIONS(1955), - [anon_sym_LT] = ACTIONS(1955), - [anon_sym_DOT_DOT] = ACTIONS(1955), - [anon_sym_COLON_COLON] = ACTIONS(1955), - [anon_sym_POUND] = ACTIONS(1955), - [anon_sym_SQUOTE] = ACTIONS(1957), - [anon_sym_async] = ACTIONS(1957), - [anon_sym_break] = ACTIONS(1957), - [anon_sym_const] = ACTIONS(1957), - [anon_sym_continue] = ACTIONS(1957), - [anon_sym_default] = ACTIONS(1957), - [anon_sym_enum] = ACTIONS(1957), - [anon_sym_fn] = ACTIONS(1957), - [anon_sym_for] = ACTIONS(1957), - [anon_sym_gen] = ACTIONS(1957), - [anon_sym_if] = ACTIONS(1957), - [anon_sym_impl] = ACTIONS(1957), - [anon_sym_let] = ACTIONS(1957), - [anon_sym_loop] = ACTIONS(1957), - [anon_sym_match] = ACTIONS(1957), - [anon_sym_mod] = ACTIONS(1957), - [anon_sym_pub] = ACTIONS(1957), - [anon_sym_return] = ACTIONS(1957), - [anon_sym_static] = ACTIONS(1957), - [anon_sym_struct] = ACTIONS(1957), - [anon_sym_trait] = ACTIONS(1957), - [anon_sym_type] = ACTIONS(1957), - [anon_sym_union] = ACTIONS(1957), - [anon_sym_unsafe] = ACTIONS(1957), - [anon_sym_use] = ACTIONS(1957), - [anon_sym_while] = ACTIONS(1957), - [anon_sym_extern] = ACTIONS(1957), - [anon_sym_yield] = ACTIONS(1957), - [anon_sym_move] = ACTIONS(1957), - [anon_sym_try] = ACTIONS(1957), - [sym_integer_literal] = ACTIONS(1955), - [aux_sym_string_literal_token1] = ACTIONS(1955), - [sym_char_literal] = ACTIONS(1955), - [anon_sym_true] = ACTIONS(1957), - [anon_sym_false] = ACTIONS(1957), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1957), - [sym_super] = ACTIONS(1957), - [sym_crate] = ACTIONS(1957), - [sym_metavariable] = ACTIONS(1955), - [sym__raw_string_literal_start] = ACTIONS(1955), - [sym_float_literal] = ACTIONS(1955), + [ts_builtin_sym_end] = ACTIONS(1970), + [sym_identifier] = ACTIONS(1972), + [anon_sym_SEMI] = ACTIONS(1970), + [anon_sym_macro_rules_BANG] = ACTIONS(1970), + [anon_sym_LPAREN] = ACTIONS(1970), + [anon_sym_LBRACK] = ACTIONS(1970), + [anon_sym_LBRACE] = ACTIONS(1970), + [anon_sym_RBRACE] = ACTIONS(1970), + [anon_sym_STAR] = ACTIONS(1970), + [anon_sym_u8] = ACTIONS(1972), + [anon_sym_i8] = ACTIONS(1972), + [anon_sym_u16] = ACTIONS(1972), + [anon_sym_i16] = ACTIONS(1972), + [anon_sym_u32] = ACTIONS(1972), + [anon_sym_i32] = ACTIONS(1972), + [anon_sym_u64] = ACTIONS(1972), + [anon_sym_i64] = ACTIONS(1972), + [anon_sym_u128] = ACTIONS(1972), + [anon_sym_i128] = ACTIONS(1972), + [anon_sym_isize] = ACTIONS(1972), + [anon_sym_usize] = ACTIONS(1972), + [anon_sym_f32] = ACTIONS(1972), + [anon_sym_f64] = ACTIONS(1972), + [anon_sym_bool] = ACTIONS(1972), + [anon_sym_str] = ACTIONS(1972), + [anon_sym_char] = ACTIONS(1972), + [anon_sym_DASH] = ACTIONS(1970), + [anon_sym_BANG] = ACTIONS(1970), + [anon_sym_AMP] = ACTIONS(1970), + [anon_sym_PIPE] = ACTIONS(1970), + [anon_sym_LT] = ACTIONS(1970), + [anon_sym_DOT_DOT] = ACTIONS(1970), + [anon_sym_COLON_COLON] = ACTIONS(1970), + [anon_sym_POUND] = ACTIONS(1970), + [anon_sym_SQUOTE] = ACTIONS(1972), + [anon_sym_async] = ACTIONS(1972), + [anon_sym_break] = ACTIONS(1972), + [anon_sym_const] = ACTIONS(1972), + [anon_sym_continue] = ACTIONS(1972), + [anon_sym_default] = ACTIONS(1972), + [anon_sym_enum] = ACTIONS(1972), + [anon_sym_fn] = ACTIONS(1972), + [anon_sym_for] = ACTIONS(1972), + [anon_sym_gen] = ACTIONS(1972), + [anon_sym_if] = ACTIONS(1972), + [anon_sym_impl] = ACTIONS(1972), + [anon_sym_let] = ACTIONS(1972), + [anon_sym_loop] = ACTIONS(1972), + [anon_sym_match] = ACTIONS(1972), + [anon_sym_mod] = ACTIONS(1972), + [anon_sym_pub] = ACTIONS(1972), + [anon_sym_return] = ACTIONS(1972), + [anon_sym_static] = ACTIONS(1972), + [anon_sym_struct] = ACTIONS(1972), + [anon_sym_trait] = ACTIONS(1972), + [anon_sym_type] = ACTIONS(1972), + [anon_sym_union] = ACTIONS(1972), + [anon_sym_unsafe] = ACTIONS(1972), + [anon_sym_use] = ACTIONS(1972), + [anon_sym_while] = ACTIONS(1972), + [anon_sym_extern] = ACTIONS(1972), + [anon_sym_yield] = ACTIONS(1972), + [anon_sym_move] = ACTIONS(1972), + [anon_sym_try] = ACTIONS(1972), + [sym_integer_literal] = ACTIONS(1970), + [aux_sym_string_literal_token1] = ACTIONS(1970), + [sym_char_literal] = ACTIONS(1970), + [anon_sym_true] = ACTIONS(1972), + [anon_sym_false] = ACTIONS(1972), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1972), + [sym_super] = ACTIONS(1972), + [sym_crate] = ACTIONS(1972), + [sym_metavariable] = ACTIONS(1970), + [sym__raw_string_literal_start] = ACTIONS(1970), + [sym_float_literal] = ACTIONS(1970), }, [STATE(539)] = { [sym_line_comment] = STATE(539), [sym_block_comment] = STATE(539), - [ts_builtin_sym_end] = ACTIONS(1959), - [sym_identifier] = ACTIONS(1961), - [anon_sym_SEMI] = ACTIONS(1959), - [anon_sym_macro_rules_BANG] = ACTIONS(1959), - [anon_sym_LPAREN] = ACTIONS(1959), - [anon_sym_LBRACK] = ACTIONS(1959), - [anon_sym_LBRACE] = ACTIONS(1959), - [anon_sym_RBRACE] = ACTIONS(1959), - [anon_sym_STAR] = ACTIONS(1959), - [anon_sym_u8] = ACTIONS(1961), - [anon_sym_i8] = ACTIONS(1961), - [anon_sym_u16] = ACTIONS(1961), - [anon_sym_i16] = ACTIONS(1961), - [anon_sym_u32] = ACTIONS(1961), - [anon_sym_i32] = ACTIONS(1961), - [anon_sym_u64] = ACTIONS(1961), - [anon_sym_i64] = ACTIONS(1961), - [anon_sym_u128] = ACTIONS(1961), - [anon_sym_i128] = ACTIONS(1961), - [anon_sym_isize] = ACTIONS(1961), - [anon_sym_usize] = ACTIONS(1961), - [anon_sym_f32] = ACTIONS(1961), - [anon_sym_f64] = ACTIONS(1961), - [anon_sym_bool] = ACTIONS(1961), - [anon_sym_str] = ACTIONS(1961), - [anon_sym_char] = ACTIONS(1961), - [anon_sym_DASH] = ACTIONS(1959), - [anon_sym_BANG] = ACTIONS(1959), - [anon_sym_AMP] = ACTIONS(1959), - [anon_sym_PIPE] = ACTIONS(1959), - [anon_sym_LT] = ACTIONS(1959), - [anon_sym_DOT_DOT] = ACTIONS(1959), - [anon_sym_COLON_COLON] = ACTIONS(1959), - [anon_sym_POUND] = ACTIONS(1959), - [anon_sym_SQUOTE] = ACTIONS(1961), - [anon_sym_async] = ACTIONS(1961), - [anon_sym_break] = ACTIONS(1961), - [anon_sym_const] = ACTIONS(1961), - [anon_sym_continue] = ACTIONS(1961), - [anon_sym_default] = ACTIONS(1961), - [anon_sym_enum] = ACTIONS(1961), - [anon_sym_fn] = ACTIONS(1961), - [anon_sym_for] = ACTIONS(1961), - [anon_sym_gen] = ACTIONS(1961), - [anon_sym_if] = ACTIONS(1961), - [anon_sym_impl] = ACTIONS(1961), - [anon_sym_let] = ACTIONS(1961), - [anon_sym_loop] = ACTIONS(1961), - [anon_sym_match] = ACTIONS(1961), - [anon_sym_mod] = ACTIONS(1961), - [anon_sym_pub] = ACTIONS(1961), - [anon_sym_return] = ACTIONS(1961), - [anon_sym_static] = ACTIONS(1961), - [anon_sym_struct] = ACTIONS(1961), - [anon_sym_trait] = ACTIONS(1961), - [anon_sym_type] = ACTIONS(1961), - [anon_sym_union] = ACTIONS(1961), - [anon_sym_unsafe] = ACTIONS(1961), - [anon_sym_use] = ACTIONS(1961), - [anon_sym_while] = ACTIONS(1961), - [anon_sym_extern] = ACTIONS(1961), - [anon_sym_yield] = ACTIONS(1961), - [anon_sym_move] = ACTIONS(1961), - [anon_sym_try] = ACTIONS(1961), - [sym_integer_literal] = ACTIONS(1959), - [aux_sym_string_literal_token1] = ACTIONS(1959), - [sym_char_literal] = ACTIONS(1959), - [anon_sym_true] = ACTIONS(1961), - [anon_sym_false] = ACTIONS(1961), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1961), - [sym_super] = ACTIONS(1961), - [sym_crate] = ACTIONS(1961), - [sym_metavariable] = ACTIONS(1959), - [sym__raw_string_literal_start] = ACTIONS(1959), - [sym_float_literal] = ACTIONS(1959), + [ts_builtin_sym_end] = ACTIONS(1974), + [sym_identifier] = ACTIONS(1976), + [anon_sym_SEMI] = ACTIONS(1974), + [anon_sym_macro_rules_BANG] = ACTIONS(1974), + [anon_sym_LPAREN] = ACTIONS(1974), + [anon_sym_LBRACK] = ACTIONS(1974), + [anon_sym_LBRACE] = ACTIONS(1974), + [anon_sym_RBRACE] = ACTIONS(1974), + [anon_sym_STAR] = ACTIONS(1974), + [anon_sym_u8] = ACTIONS(1976), + [anon_sym_i8] = ACTIONS(1976), + [anon_sym_u16] = ACTIONS(1976), + [anon_sym_i16] = ACTIONS(1976), + [anon_sym_u32] = ACTIONS(1976), + [anon_sym_i32] = ACTIONS(1976), + [anon_sym_u64] = ACTIONS(1976), + [anon_sym_i64] = ACTIONS(1976), + [anon_sym_u128] = ACTIONS(1976), + [anon_sym_i128] = ACTIONS(1976), + [anon_sym_isize] = ACTIONS(1976), + [anon_sym_usize] = ACTIONS(1976), + [anon_sym_f32] = ACTIONS(1976), + [anon_sym_f64] = ACTIONS(1976), + [anon_sym_bool] = ACTIONS(1976), + [anon_sym_str] = ACTIONS(1976), + [anon_sym_char] = ACTIONS(1976), + [anon_sym_DASH] = ACTIONS(1974), + [anon_sym_BANG] = ACTIONS(1974), + [anon_sym_AMP] = ACTIONS(1974), + [anon_sym_PIPE] = ACTIONS(1974), + [anon_sym_LT] = ACTIONS(1974), + [anon_sym_DOT_DOT] = ACTIONS(1974), + [anon_sym_COLON_COLON] = ACTIONS(1974), + [anon_sym_POUND] = ACTIONS(1974), + [anon_sym_SQUOTE] = ACTIONS(1976), + [anon_sym_async] = ACTIONS(1976), + [anon_sym_break] = ACTIONS(1976), + [anon_sym_const] = ACTIONS(1976), + [anon_sym_continue] = ACTIONS(1976), + [anon_sym_default] = ACTIONS(1976), + [anon_sym_enum] = ACTIONS(1976), + [anon_sym_fn] = ACTIONS(1976), + [anon_sym_for] = ACTIONS(1976), + [anon_sym_gen] = ACTIONS(1976), + [anon_sym_if] = ACTIONS(1976), + [anon_sym_impl] = ACTIONS(1976), + [anon_sym_let] = ACTIONS(1976), + [anon_sym_loop] = ACTIONS(1976), + [anon_sym_match] = ACTIONS(1976), + [anon_sym_mod] = ACTIONS(1976), + [anon_sym_pub] = ACTIONS(1976), + [anon_sym_return] = ACTIONS(1976), + [anon_sym_static] = ACTIONS(1976), + [anon_sym_struct] = ACTIONS(1976), + [anon_sym_trait] = ACTIONS(1976), + [anon_sym_type] = ACTIONS(1976), + [anon_sym_union] = ACTIONS(1976), + [anon_sym_unsafe] = ACTIONS(1976), + [anon_sym_use] = ACTIONS(1976), + [anon_sym_while] = ACTIONS(1976), + [anon_sym_extern] = ACTIONS(1976), + [anon_sym_yield] = ACTIONS(1976), + [anon_sym_move] = ACTIONS(1976), + [anon_sym_try] = ACTIONS(1976), + [sym_integer_literal] = ACTIONS(1974), + [aux_sym_string_literal_token1] = ACTIONS(1974), + [sym_char_literal] = ACTIONS(1974), + [anon_sym_true] = ACTIONS(1976), + [anon_sym_false] = ACTIONS(1976), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1976), + [sym_super] = ACTIONS(1976), + [sym_crate] = ACTIONS(1976), + [sym_metavariable] = ACTIONS(1974), + [sym__raw_string_literal_start] = ACTIONS(1974), + [sym_float_literal] = ACTIONS(1974), }, [STATE(540)] = { [sym_line_comment] = STATE(540), [sym_block_comment] = STATE(540), - [ts_builtin_sym_end] = ACTIONS(1963), - [sym_identifier] = ACTIONS(1965), - [anon_sym_SEMI] = ACTIONS(1963), - [anon_sym_macro_rules_BANG] = ACTIONS(1963), - [anon_sym_LPAREN] = ACTIONS(1963), - [anon_sym_LBRACK] = ACTIONS(1963), - [anon_sym_LBRACE] = ACTIONS(1963), - [anon_sym_RBRACE] = ACTIONS(1963), - [anon_sym_STAR] = ACTIONS(1963), - [anon_sym_u8] = ACTIONS(1965), - [anon_sym_i8] = ACTIONS(1965), - [anon_sym_u16] = ACTIONS(1965), - [anon_sym_i16] = ACTIONS(1965), - [anon_sym_u32] = ACTIONS(1965), - [anon_sym_i32] = ACTIONS(1965), - [anon_sym_u64] = ACTIONS(1965), - [anon_sym_i64] = ACTIONS(1965), - [anon_sym_u128] = ACTIONS(1965), - [anon_sym_i128] = ACTIONS(1965), - [anon_sym_isize] = ACTIONS(1965), - [anon_sym_usize] = ACTIONS(1965), - [anon_sym_f32] = ACTIONS(1965), - [anon_sym_f64] = ACTIONS(1965), - [anon_sym_bool] = ACTIONS(1965), - [anon_sym_str] = ACTIONS(1965), - [anon_sym_char] = ACTIONS(1965), - [anon_sym_DASH] = ACTIONS(1963), - [anon_sym_BANG] = ACTIONS(1963), - [anon_sym_AMP] = ACTIONS(1963), - [anon_sym_PIPE] = ACTIONS(1963), - [anon_sym_LT] = ACTIONS(1963), - [anon_sym_DOT_DOT] = ACTIONS(1963), - [anon_sym_COLON_COLON] = ACTIONS(1963), - [anon_sym_POUND] = ACTIONS(1963), - [anon_sym_SQUOTE] = ACTIONS(1965), - [anon_sym_async] = ACTIONS(1965), - [anon_sym_break] = ACTIONS(1965), - [anon_sym_const] = ACTIONS(1965), - [anon_sym_continue] = ACTIONS(1965), - [anon_sym_default] = ACTIONS(1965), - [anon_sym_enum] = ACTIONS(1965), - [anon_sym_fn] = ACTIONS(1965), - [anon_sym_for] = ACTIONS(1965), - [anon_sym_gen] = ACTIONS(1965), - [anon_sym_if] = ACTIONS(1965), - [anon_sym_impl] = ACTIONS(1965), - [anon_sym_let] = ACTIONS(1965), - [anon_sym_loop] = ACTIONS(1965), - [anon_sym_match] = ACTIONS(1965), - [anon_sym_mod] = ACTIONS(1965), - [anon_sym_pub] = ACTIONS(1965), - [anon_sym_return] = ACTIONS(1965), - [anon_sym_static] = ACTIONS(1965), - [anon_sym_struct] = ACTIONS(1965), - [anon_sym_trait] = ACTIONS(1965), - [anon_sym_type] = ACTIONS(1965), - [anon_sym_union] = ACTIONS(1965), - [anon_sym_unsafe] = ACTIONS(1965), - [anon_sym_use] = ACTIONS(1965), - [anon_sym_while] = ACTIONS(1965), - [anon_sym_extern] = ACTIONS(1965), - [anon_sym_yield] = ACTIONS(1965), - [anon_sym_move] = ACTIONS(1965), - [anon_sym_try] = ACTIONS(1965), - [sym_integer_literal] = ACTIONS(1963), - [aux_sym_string_literal_token1] = ACTIONS(1963), - [sym_char_literal] = ACTIONS(1963), - [anon_sym_true] = ACTIONS(1965), - [anon_sym_false] = ACTIONS(1965), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1965), - [sym_super] = ACTIONS(1965), - [sym_crate] = ACTIONS(1965), - [sym_metavariable] = ACTIONS(1963), - [sym__raw_string_literal_start] = ACTIONS(1963), - [sym_float_literal] = ACTIONS(1963), + [ts_builtin_sym_end] = ACTIONS(1978), + [sym_identifier] = ACTIONS(1980), + [anon_sym_SEMI] = ACTIONS(1978), + [anon_sym_macro_rules_BANG] = ACTIONS(1978), + [anon_sym_LPAREN] = ACTIONS(1978), + [anon_sym_LBRACK] = ACTIONS(1978), + [anon_sym_LBRACE] = ACTIONS(1978), + [anon_sym_RBRACE] = ACTIONS(1978), + [anon_sym_STAR] = ACTIONS(1978), + [anon_sym_u8] = ACTIONS(1980), + [anon_sym_i8] = ACTIONS(1980), + [anon_sym_u16] = ACTIONS(1980), + [anon_sym_i16] = ACTIONS(1980), + [anon_sym_u32] = ACTIONS(1980), + [anon_sym_i32] = ACTIONS(1980), + [anon_sym_u64] = ACTIONS(1980), + [anon_sym_i64] = ACTIONS(1980), + [anon_sym_u128] = ACTIONS(1980), + [anon_sym_i128] = ACTIONS(1980), + [anon_sym_isize] = ACTIONS(1980), + [anon_sym_usize] = ACTIONS(1980), + [anon_sym_f32] = ACTIONS(1980), + [anon_sym_f64] = ACTIONS(1980), + [anon_sym_bool] = ACTIONS(1980), + [anon_sym_str] = ACTIONS(1980), + [anon_sym_char] = ACTIONS(1980), + [anon_sym_DASH] = ACTIONS(1978), + [anon_sym_BANG] = ACTIONS(1978), + [anon_sym_AMP] = ACTIONS(1978), + [anon_sym_PIPE] = ACTIONS(1978), + [anon_sym_LT] = ACTIONS(1978), + [anon_sym_DOT_DOT] = ACTIONS(1978), + [anon_sym_COLON_COLON] = ACTIONS(1978), + [anon_sym_POUND] = ACTIONS(1978), + [anon_sym_SQUOTE] = ACTIONS(1980), + [anon_sym_async] = ACTIONS(1980), + [anon_sym_break] = ACTIONS(1980), + [anon_sym_const] = ACTIONS(1980), + [anon_sym_continue] = ACTIONS(1980), + [anon_sym_default] = ACTIONS(1980), + [anon_sym_enum] = ACTIONS(1980), + [anon_sym_fn] = ACTIONS(1980), + [anon_sym_for] = ACTIONS(1980), + [anon_sym_gen] = ACTIONS(1980), + [anon_sym_if] = ACTIONS(1980), + [anon_sym_impl] = ACTIONS(1980), + [anon_sym_let] = ACTIONS(1980), + [anon_sym_loop] = ACTIONS(1980), + [anon_sym_match] = ACTIONS(1980), + [anon_sym_mod] = ACTIONS(1980), + [anon_sym_pub] = ACTIONS(1980), + [anon_sym_return] = ACTIONS(1980), + [anon_sym_static] = ACTIONS(1980), + [anon_sym_struct] = ACTIONS(1980), + [anon_sym_trait] = ACTIONS(1980), + [anon_sym_type] = ACTIONS(1980), + [anon_sym_union] = ACTIONS(1980), + [anon_sym_unsafe] = ACTIONS(1980), + [anon_sym_use] = ACTIONS(1980), + [anon_sym_while] = ACTIONS(1980), + [anon_sym_extern] = ACTIONS(1980), + [anon_sym_yield] = ACTIONS(1980), + [anon_sym_move] = ACTIONS(1980), + [anon_sym_try] = ACTIONS(1980), + [sym_integer_literal] = ACTIONS(1978), + [aux_sym_string_literal_token1] = ACTIONS(1978), + [sym_char_literal] = ACTIONS(1978), + [anon_sym_true] = ACTIONS(1980), + [anon_sym_false] = ACTIONS(1980), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1980), + [sym_super] = ACTIONS(1980), + [sym_crate] = ACTIONS(1980), + [sym_metavariable] = ACTIONS(1978), + [sym__raw_string_literal_start] = ACTIONS(1978), + [sym_float_literal] = ACTIONS(1978), }, [STATE(541)] = { [sym_line_comment] = STATE(541), [sym_block_comment] = STATE(541), - [ts_builtin_sym_end] = ACTIONS(1967), - [sym_identifier] = ACTIONS(1969), - [anon_sym_SEMI] = ACTIONS(1967), - [anon_sym_macro_rules_BANG] = ACTIONS(1967), - [anon_sym_LPAREN] = ACTIONS(1967), - [anon_sym_LBRACK] = ACTIONS(1967), - [anon_sym_LBRACE] = ACTIONS(1967), - [anon_sym_RBRACE] = ACTIONS(1967), - [anon_sym_STAR] = ACTIONS(1967), - [anon_sym_u8] = ACTIONS(1969), - [anon_sym_i8] = ACTIONS(1969), - [anon_sym_u16] = ACTIONS(1969), - [anon_sym_i16] = ACTIONS(1969), - [anon_sym_u32] = ACTIONS(1969), - [anon_sym_i32] = ACTIONS(1969), - [anon_sym_u64] = ACTIONS(1969), - [anon_sym_i64] = ACTIONS(1969), - [anon_sym_u128] = ACTIONS(1969), - [anon_sym_i128] = ACTIONS(1969), - [anon_sym_isize] = ACTIONS(1969), - [anon_sym_usize] = ACTIONS(1969), - [anon_sym_f32] = ACTIONS(1969), - [anon_sym_f64] = ACTIONS(1969), - [anon_sym_bool] = ACTIONS(1969), - [anon_sym_str] = ACTIONS(1969), - [anon_sym_char] = ACTIONS(1969), - [anon_sym_DASH] = ACTIONS(1967), - [anon_sym_BANG] = ACTIONS(1967), - [anon_sym_AMP] = ACTIONS(1967), - [anon_sym_PIPE] = ACTIONS(1967), - [anon_sym_LT] = ACTIONS(1967), - [anon_sym_DOT_DOT] = ACTIONS(1967), - [anon_sym_COLON_COLON] = ACTIONS(1967), - [anon_sym_POUND] = ACTIONS(1967), - [anon_sym_SQUOTE] = ACTIONS(1969), - [anon_sym_async] = ACTIONS(1969), - [anon_sym_break] = ACTIONS(1969), - [anon_sym_const] = ACTIONS(1969), - [anon_sym_continue] = ACTIONS(1969), - [anon_sym_default] = ACTIONS(1969), - [anon_sym_enum] = ACTIONS(1969), - [anon_sym_fn] = ACTIONS(1969), - [anon_sym_for] = ACTIONS(1969), - [anon_sym_gen] = ACTIONS(1969), - [anon_sym_if] = ACTIONS(1969), - [anon_sym_impl] = ACTIONS(1969), - [anon_sym_let] = ACTIONS(1969), - [anon_sym_loop] = ACTIONS(1969), - [anon_sym_match] = ACTIONS(1969), - [anon_sym_mod] = ACTIONS(1969), - [anon_sym_pub] = ACTIONS(1969), - [anon_sym_return] = ACTIONS(1969), - [anon_sym_static] = ACTIONS(1969), - [anon_sym_struct] = ACTIONS(1969), - [anon_sym_trait] = ACTIONS(1969), - [anon_sym_type] = ACTIONS(1969), - [anon_sym_union] = ACTIONS(1969), - [anon_sym_unsafe] = ACTIONS(1969), - [anon_sym_use] = ACTIONS(1969), - [anon_sym_while] = ACTIONS(1969), - [anon_sym_extern] = ACTIONS(1969), - [anon_sym_yield] = ACTIONS(1969), - [anon_sym_move] = ACTIONS(1969), - [anon_sym_try] = ACTIONS(1969), - [sym_integer_literal] = ACTIONS(1967), - [aux_sym_string_literal_token1] = ACTIONS(1967), - [sym_char_literal] = ACTIONS(1967), - [anon_sym_true] = ACTIONS(1969), - [anon_sym_false] = ACTIONS(1969), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1969), - [sym_super] = ACTIONS(1969), - [sym_crate] = ACTIONS(1969), - [sym_metavariable] = ACTIONS(1967), - [sym__raw_string_literal_start] = ACTIONS(1967), - [sym_float_literal] = ACTIONS(1967), + [ts_builtin_sym_end] = ACTIONS(1982), + [sym_identifier] = ACTIONS(1984), + [anon_sym_SEMI] = ACTIONS(1982), + [anon_sym_macro_rules_BANG] = ACTIONS(1982), + [anon_sym_LPAREN] = ACTIONS(1982), + [anon_sym_LBRACK] = ACTIONS(1982), + [anon_sym_LBRACE] = ACTIONS(1982), + [anon_sym_RBRACE] = ACTIONS(1982), + [anon_sym_STAR] = ACTIONS(1982), + [anon_sym_u8] = ACTIONS(1984), + [anon_sym_i8] = ACTIONS(1984), + [anon_sym_u16] = ACTIONS(1984), + [anon_sym_i16] = ACTIONS(1984), + [anon_sym_u32] = ACTIONS(1984), + [anon_sym_i32] = ACTIONS(1984), + [anon_sym_u64] = ACTIONS(1984), + [anon_sym_i64] = ACTIONS(1984), + [anon_sym_u128] = ACTIONS(1984), + [anon_sym_i128] = ACTIONS(1984), + [anon_sym_isize] = ACTIONS(1984), + [anon_sym_usize] = ACTIONS(1984), + [anon_sym_f32] = ACTIONS(1984), + [anon_sym_f64] = ACTIONS(1984), + [anon_sym_bool] = ACTIONS(1984), + [anon_sym_str] = ACTIONS(1984), + [anon_sym_char] = ACTIONS(1984), + [anon_sym_DASH] = ACTIONS(1982), + [anon_sym_BANG] = ACTIONS(1982), + [anon_sym_AMP] = ACTIONS(1982), + [anon_sym_PIPE] = ACTIONS(1982), + [anon_sym_LT] = ACTIONS(1982), + [anon_sym_DOT_DOT] = ACTIONS(1982), + [anon_sym_COLON_COLON] = ACTIONS(1982), + [anon_sym_POUND] = ACTIONS(1982), + [anon_sym_SQUOTE] = ACTIONS(1984), + [anon_sym_async] = ACTIONS(1984), + [anon_sym_break] = ACTIONS(1984), + [anon_sym_const] = ACTIONS(1984), + [anon_sym_continue] = ACTIONS(1984), + [anon_sym_default] = ACTIONS(1984), + [anon_sym_enum] = ACTIONS(1984), + [anon_sym_fn] = ACTIONS(1984), + [anon_sym_for] = ACTIONS(1984), + [anon_sym_gen] = ACTIONS(1984), + [anon_sym_if] = ACTIONS(1984), + [anon_sym_impl] = ACTIONS(1984), + [anon_sym_let] = ACTIONS(1984), + [anon_sym_loop] = ACTIONS(1984), + [anon_sym_match] = ACTIONS(1984), + [anon_sym_mod] = ACTIONS(1984), + [anon_sym_pub] = ACTIONS(1984), + [anon_sym_return] = ACTIONS(1984), + [anon_sym_static] = ACTIONS(1984), + [anon_sym_struct] = ACTIONS(1984), + [anon_sym_trait] = ACTIONS(1984), + [anon_sym_type] = ACTIONS(1984), + [anon_sym_union] = ACTIONS(1984), + [anon_sym_unsafe] = ACTIONS(1984), + [anon_sym_use] = ACTIONS(1984), + [anon_sym_while] = ACTIONS(1984), + [anon_sym_extern] = ACTIONS(1984), + [anon_sym_yield] = ACTIONS(1984), + [anon_sym_move] = ACTIONS(1984), + [anon_sym_try] = ACTIONS(1984), + [sym_integer_literal] = ACTIONS(1982), + [aux_sym_string_literal_token1] = ACTIONS(1982), + [sym_char_literal] = ACTIONS(1982), + [anon_sym_true] = ACTIONS(1984), + [anon_sym_false] = ACTIONS(1984), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1984), + [sym_super] = ACTIONS(1984), + [sym_crate] = ACTIONS(1984), + [sym_metavariable] = ACTIONS(1982), + [sym__raw_string_literal_start] = ACTIONS(1982), + [sym_float_literal] = ACTIONS(1982), }, [STATE(542)] = { [sym_line_comment] = STATE(542), [sym_block_comment] = STATE(542), - [ts_builtin_sym_end] = ACTIONS(1971), - [sym_identifier] = ACTIONS(1973), - [anon_sym_SEMI] = ACTIONS(1971), - [anon_sym_macro_rules_BANG] = ACTIONS(1971), - [anon_sym_LPAREN] = ACTIONS(1971), - [anon_sym_LBRACK] = ACTIONS(1971), - [anon_sym_LBRACE] = ACTIONS(1971), - [anon_sym_RBRACE] = ACTIONS(1971), - [anon_sym_STAR] = ACTIONS(1971), - [anon_sym_u8] = ACTIONS(1973), - [anon_sym_i8] = ACTIONS(1973), - [anon_sym_u16] = ACTIONS(1973), - [anon_sym_i16] = ACTIONS(1973), - [anon_sym_u32] = ACTIONS(1973), - [anon_sym_i32] = ACTIONS(1973), - [anon_sym_u64] = ACTIONS(1973), - [anon_sym_i64] = ACTIONS(1973), - [anon_sym_u128] = ACTIONS(1973), - [anon_sym_i128] = ACTIONS(1973), - [anon_sym_isize] = ACTIONS(1973), - [anon_sym_usize] = ACTIONS(1973), - [anon_sym_f32] = ACTIONS(1973), - [anon_sym_f64] = ACTIONS(1973), - [anon_sym_bool] = ACTIONS(1973), - [anon_sym_str] = ACTIONS(1973), - [anon_sym_char] = ACTIONS(1973), - [anon_sym_DASH] = ACTIONS(1971), - [anon_sym_BANG] = ACTIONS(1971), - [anon_sym_AMP] = ACTIONS(1971), - [anon_sym_PIPE] = ACTIONS(1971), - [anon_sym_LT] = ACTIONS(1971), - [anon_sym_DOT_DOT] = ACTIONS(1971), - [anon_sym_COLON_COLON] = ACTIONS(1971), - [anon_sym_POUND] = ACTIONS(1971), - [anon_sym_SQUOTE] = ACTIONS(1973), - [anon_sym_async] = ACTIONS(1973), - [anon_sym_break] = ACTIONS(1973), - [anon_sym_const] = ACTIONS(1973), - [anon_sym_continue] = ACTIONS(1973), - [anon_sym_default] = ACTIONS(1973), - [anon_sym_enum] = ACTIONS(1973), - [anon_sym_fn] = ACTIONS(1973), - [anon_sym_for] = ACTIONS(1973), - [anon_sym_gen] = ACTIONS(1973), - [anon_sym_if] = ACTIONS(1973), - [anon_sym_impl] = ACTIONS(1973), - [anon_sym_let] = ACTIONS(1973), - [anon_sym_loop] = ACTIONS(1973), - [anon_sym_match] = ACTIONS(1973), - [anon_sym_mod] = ACTIONS(1973), - [anon_sym_pub] = ACTIONS(1973), - [anon_sym_return] = ACTIONS(1973), - [anon_sym_static] = ACTIONS(1973), - [anon_sym_struct] = ACTIONS(1973), - [anon_sym_trait] = ACTIONS(1973), - [anon_sym_type] = ACTIONS(1973), - [anon_sym_union] = ACTIONS(1973), - [anon_sym_unsafe] = ACTIONS(1973), - [anon_sym_use] = ACTIONS(1973), - [anon_sym_while] = ACTIONS(1973), - [anon_sym_extern] = ACTIONS(1973), - [anon_sym_yield] = ACTIONS(1973), - [anon_sym_move] = ACTIONS(1973), - [anon_sym_try] = ACTIONS(1973), - [sym_integer_literal] = ACTIONS(1971), - [aux_sym_string_literal_token1] = ACTIONS(1971), - [sym_char_literal] = ACTIONS(1971), - [anon_sym_true] = ACTIONS(1973), - [anon_sym_false] = ACTIONS(1973), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1973), - [sym_super] = ACTIONS(1973), - [sym_crate] = ACTIONS(1973), - [sym_metavariable] = ACTIONS(1971), - [sym__raw_string_literal_start] = ACTIONS(1971), - [sym_float_literal] = ACTIONS(1971), + [ts_builtin_sym_end] = ACTIONS(1986), + [sym_identifier] = ACTIONS(1988), + [anon_sym_SEMI] = ACTIONS(1986), + [anon_sym_macro_rules_BANG] = ACTIONS(1986), + [anon_sym_LPAREN] = ACTIONS(1986), + [anon_sym_LBRACK] = ACTIONS(1986), + [anon_sym_LBRACE] = ACTIONS(1986), + [anon_sym_RBRACE] = ACTIONS(1986), + [anon_sym_STAR] = ACTIONS(1986), + [anon_sym_u8] = ACTIONS(1988), + [anon_sym_i8] = ACTIONS(1988), + [anon_sym_u16] = ACTIONS(1988), + [anon_sym_i16] = ACTIONS(1988), + [anon_sym_u32] = ACTIONS(1988), + [anon_sym_i32] = ACTIONS(1988), + [anon_sym_u64] = ACTIONS(1988), + [anon_sym_i64] = ACTIONS(1988), + [anon_sym_u128] = ACTIONS(1988), + [anon_sym_i128] = ACTIONS(1988), + [anon_sym_isize] = ACTIONS(1988), + [anon_sym_usize] = ACTIONS(1988), + [anon_sym_f32] = ACTIONS(1988), + [anon_sym_f64] = ACTIONS(1988), + [anon_sym_bool] = ACTIONS(1988), + [anon_sym_str] = ACTIONS(1988), + [anon_sym_char] = ACTIONS(1988), + [anon_sym_DASH] = ACTIONS(1986), + [anon_sym_BANG] = ACTIONS(1986), + [anon_sym_AMP] = ACTIONS(1986), + [anon_sym_PIPE] = ACTIONS(1986), + [anon_sym_LT] = ACTIONS(1986), + [anon_sym_DOT_DOT] = ACTIONS(1986), + [anon_sym_COLON_COLON] = ACTIONS(1986), + [anon_sym_POUND] = ACTIONS(1986), + [anon_sym_SQUOTE] = ACTIONS(1988), + [anon_sym_async] = ACTIONS(1988), + [anon_sym_break] = ACTIONS(1988), + [anon_sym_const] = ACTIONS(1988), + [anon_sym_continue] = ACTIONS(1988), + [anon_sym_default] = ACTIONS(1988), + [anon_sym_enum] = ACTIONS(1988), + [anon_sym_fn] = ACTIONS(1988), + [anon_sym_for] = ACTIONS(1988), + [anon_sym_gen] = ACTIONS(1988), + [anon_sym_if] = ACTIONS(1988), + [anon_sym_impl] = ACTIONS(1988), + [anon_sym_let] = ACTIONS(1988), + [anon_sym_loop] = ACTIONS(1988), + [anon_sym_match] = ACTIONS(1988), + [anon_sym_mod] = ACTIONS(1988), + [anon_sym_pub] = ACTIONS(1988), + [anon_sym_return] = ACTIONS(1988), + [anon_sym_static] = ACTIONS(1988), + [anon_sym_struct] = ACTIONS(1988), + [anon_sym_trait] = ACTIONS(1988), + [anon_sym_type] = ACTIONS(1988), + [anon_sym_union] = ACTIONS(1988), + [anon_sym_unsafe] = ACTIONS(1988), + [anon_sym_use] = ACTIONS(1988), + [anon_sym_while] = ACTIONS(1988), + [anon_sym_extern] = ACTIONS(1988), + [anon_sym_yield] = ACTIONS(1988), + [anon_sym_move] = ACTIONS(1988), + [anon_sym_try] = ACTIONS(1988), + [sym_integer_literal] = ACTIONS(1986), + [aux_sym_string_literal_token1] = ACTIONS(1986), + [sym_char_literal] = ACTIONS(1986), + [anon_sym_true] = ACTIONS(1988), + [anon_sym_false] = ACTIONS(1988), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1988), + [sym_super] = ACTIONS(1988), + [sym_crate] = ACTIONS(1988), + [sym_metavariable] = ACTIONS(1986), + [sym__raw_string_literal_start] = ACTIONS(1986), + [sym_float_literal] = ACTIONS(1986), }, [STATE(543)] = { [sym_line_comment] = STATE(543), [sym_block_comment] = STATE(543), - [ts_builtin_sym_end] = ACTIONS(1975), - [sym_identifier] = ACTIONS(1977), - [anon_sym_SEMI] = ACTIONS(1975), - [anon_sym_macro_rules_BANG] = ACTIONS(1975), - [anon_sym_LPAREN] = ACTIONS(1975), - [anon_sym_LBRACK] = ACTIONS(1975), - [anon_sym_LBRACE] = ACTIONS(1975), - [anon_sym_RBRACE] = ACTIONS(1975), - [anon_sym_STAR] = ACTIONS(1975), - [anon_sym_u8] = ACTIONS(1977), - [anon_sym_i8] = ACTIONS(1977), - [anon_sym_u16] = ACTIONS(1977), - [anon_sym_i16] = ACTIONS(1977), - [anon_sym_u32] = ACTIONS(1977), - [anon_sym_i32] = ACTIONS(1977), - [anon_sym_u64] = ACTIONS(1977), - [anon_sym_i64] = ACTIONS(1977), - [anon_sym_u128] = ACTIONS(1977), - [anon_sym_i128] = ACTIONS(1977), - [anon_sym_isize] = ACTIONS(1977), - [anon_sym_usize] = ACTIONS(1977), - [anon_sym_f32] = ACTIONS(1977), - [anon_sym_f64] = ACTIONS(1977), - [anon_sym_bool] = ACTIONS(1977), - [anon_sym_str] = ACTIONS(1977), - [anon_sym_char] = ACTIONS(1977), - [anon_sym_DASH] = ACTIONS(1975), - [anon_sym_BANG] = ACTIONS(1975), - [anon_sym_AMP] = ACTIONS(1975), - [anon_sym_PIPE] = ACTIONS(1975), - [anon_sym_LT] = ACTIONS(1975), - [anon_sym_DOT_DOT] = ACTIONS(1975), - [anon_sym_COLON_COLON] = ACTIONS(1975), - [anon_sym_POUND] = ACTIONS(1975), - [anon_sym_SQUOTE] = ACTIONS(1977), - [anon_sym_async] = ACTIONS(1977), - [anon_sym_break] = ACTIONS(1977), - [anon_sym_const] = ACTIONS(1977), - [anon_sym_continue] = ACTIONS(1977), - [anon_sym_default] = ACTIONS(1977), - [anon_sym_enum] = ACTIONS(1977), - [anon_sym_fn] = ACTIONS(1977), - [anon_sym_for] = ACTIONS(1977), - [anon_sym_gen] = ACTIONS(1977), - [anon_sym_if] = ACTIONS(1977), - [anon_sym_impl] = ACTIONS(1977), - [anon_sym_let] = ACTIONS(1977), - [anon_sym_loop] = ACTIONS(1977), - [anon_sym_match] = ACTIONS(1977), - [anon_sym_mod] = ACTIONS(1977), - [anon_sym_pub] = ACTIONS(1977), - [anon_sym_return] = ACTIONS(1977), - [anon_sym_static] = ACTIONS(1977), - [anon_sym_struct] = ACTIONS(1977), - [anon_sym_trait] = ACTIONS(1977), - [anon_sym_type] = ACTIONS(1977), - [anon_sym_union] = ACTIONS(1977), - [anon_sym_unsafe] = ACTIONS(1977), - [anon_sym_use] = ACTIONS(1977), - [anon_sym_while] = ACTIONS(1977), - [anon_sym_extern] = ACTIONS(1977), - [anon_sym_yield] = ACTIONS(1977), - [anon_sym_move] = ACTIONS(1977), - [anon_sym_try] = ACTIONS(1977), - [sym_integer_literal] = ACTIONS(1975), - [aux_sym_string_literal_token1] = ACTIONS(1975), - [sym_char_literal] = ACTIONS(1975), - [anon_sym_true] = ACTIONS(1977), - [anon_sym_false] = ACTIONS(1977), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1977), - [sym_super] = ACTIONS(1977), - [sym_crate] = ACTIONS(1977), - [sym_metavariable] = ACTIONS(1975), - [sym__raw_string_literal_start] = ACTIONS(1975), - [sym_float_literal] = ACTIONS(1975), + [ts_builtin_sym_end] = ACTIONS(1990), + [sym_identifier] = ACTIONS(1992), + [anon_sym_SEMI] = ACTIONS(1990), + [anon_sym_macro_rules_BANG] = ACTIONS(1990), + [anon_sym_LPAREN] = ACTIONS(1990), + [anon_sym_LBRACK] = ACTIONS(1990), + [anon_sym_LBRACE] = ACTIONS(1990), + [anon_sym_RBRACE] = ACTIONS(1990), + [anon_sym_STAR] = ACTIONS(1990), + [anon_sym_u8] = ACTIONS(1992), + [anon_sym_i8] = ACTIONS(1992), + [anon_sym_u16] = ACTIONS(1992), + [anon_sym_i16] = ACTIONS(1992), + [anon_sym_u32] = ACTIONS(1992), + [anon_sym_i32] = ACTIONS(1992), + [anon_sym_u64] = ACTIONS(1992), + [anon_sym_i64] = ACTIONS(1992), + [anon_sym_u128] = ACTIONS(1992), + [anon_sym_i128] = ACTIONS(1992), + [anon_sym_isize] = ACTIONS(1992), + [anon_sym_usize] = ACTIONS(1992), + [anon_sym_f32] = ACTIONS(1992), + [anon_sym_f64] = ACTIONS(1992), + [anon_sym_bool] = ACTIONS(1992), + [anon_sym_str] = ACTIONS(1992), + [anon_sym_char] = ACTIONS(1992), + [anon_sym_DASH] = ACTIONS(1990), + [anon_sym_BANG] = ACTIONS(1990), + [anon_sym_AMP] = ACTIONS(1990), + [anon_sym_PIPE] = ACTIONS(1990), + [anon_sym_LT] = ACTIONS(1990), + [anon_sym_DOT_DOT] = ACTIONS(1990), + [anon_sym_COLON_COLON] = ACTIONS(1990), + [anon_sym_POUND] = ACTIONS(1990), + [anon_sym_SQUOTE] = ACTIONS(1992), + [anon_sym_async] = ACTIONS(1992), + [anon_sym_break] = ACTIONS(1992), + [anon_sym_const] = ACTIONS(1992), + [anon_sym_continue] = ACTIONS(1992), + [anon_sym_default] = ACTIONS(1992), + [anon_sym_enum] = ACTIONS(1992), + [anon_sym_fn] = ACTIONS(1992), + [anon_sym_for] = ACTIONS(1992), + [anon_sym_gen] = ACTIONS(1992), + [anon_sym_if] = ACTIONS(1992), + [anon_sym_impl] = ACTIONS(1992), + [anon_sym_let] = ACTIONS(1992), + [anon_sym_loop] = ACTIONS(1992), + [anon_sym_match] = ACTIONS(1992), + [anon_sym_mod] = ACTIONS(1992), + [anon_sym_pub] = ACTIONS(1992), + [anon_sym_return] = ACTIONS(1992), + [anon_sym_static] = ACTIONS(1992), + [anon_sym_struct] = ACTIONS(1992), + [anon_sym_trait] = ACTIONS(1992), + [anon_sym_type] = ACTIONS(1992), + [anon_sym_union] = ACTIONS(1992), + [anon_sym_unsafe] = ACTIONS(1992), + [anon_sym_use] = ACTIONS(1992), + [anon_sym_while] = ACTIONS(1992), + [anon_sym_extern] = ACTIONS(1992), + [anon_sym_yield] = ACTIONS(1992), + [anon_sym_move] = ACTIONS(1992), + [anon_sym_try] = ACTIONS(1992), + [sym_integer_literal] = ACTIONS(1990), + [aux_sym_string_literal_token1] = ACTIONS(1990), + [sym_char_literal] = ACTIONS(1990), + [anon_sym_true] = ACTIONS(1992), + [anon_sym_false] = ACTIONS(1992), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1992), + [sym_super] = ACTIONS(1992), + [sym_crate] = ACTIONS(1992), + [sym_metavariable] = ACTIONS(1990), + [sym__raw_string_literal_start] = ACTIONS(1990), + [sym_float_literal] = ACTIONS(1990), }, [STATE(544)] = { [sym_line_comment] = STATE(544), [sym_block_comment] = STATE(544), - [ts_builtin_sym_end] = ACTIONS(1979), - [sym_identifier] = ACTIONS(1981), - [anon_sym_SEMI] = ACTIONS(1979), - [anon_sym_macro_rules_BANG] = ACTIONS(1979), - [anon_sym_LPAREN] = ACTIONS(1979), - [anon_sym_LBRACK] = ACTIONS(1979), - [anon_sym_LBRACE] = ACTIONS(1979), - [anon_sym_RBRACE] = ACTIONS(1979), - [anon_sym_STAR] = ACTIONS(1979), - [anon_sym_u8] = ACTIONS(1981), - [anon_sym_i8] = ACTIONS(1981), - [anon_sym_u16] = ACTIONS(1981), - [anon_sym_i16] = ACTIONS(1981), - [anon_sym_u32] = ACTIONS(1981), - [anon_sym_i32] = ACTIONS(1981), - [anon_sym_u64] = ACTIONS(1981), - [anon_sym_i64] = ACTIONS(1981), - [anon_sym_u128] = ACTIONS(1981), - [anon_sym_i128] = ACTIONS(1981), - [anon_sym_isize] = ACTIONS(1981), - [anon_sym_usize] = ACTIONS(1981), - [anon_sym_f32] = ACTIONS(1981), - [anon_sym_f64] = ACTIONS(1981), - [anon_sym_bool] = ACTIONS(1981), - [anon_sym_str] = ACTIONS(1981), - [anon_sym_char] = ACTIONS(1981), - [anon_sym_DASH] = ACTIONS(1979), - [anon_sym_BANG] = ACTIONS(1979), - [anon_sym_AMP] = ACTIONS(1979), - [anon_sym_PIPE] = ACTIONS(1979), - [anon_sym_LT] = ACTIONS(1979), - [anon_sym_DOT_DOT] = ACTIONS(1979), - [anon_sym_COLON_COLON] = ACTIONS(1979), - [anon_sym_POUND] = ACTIONS(1979), - [anon_sym_SQUOTE] = ACTIONS(1981), - [anon_sym_async] = ACTIONS(1981), - [anon_sym_break] = ACTIONS(1981), - [anon_sym_const] = ACTIONS(1981), - [anon_sym_continue] = ACTIONS(1981), - [anon_sym_default] = ACTIONS(1981), - [anon_sym_enum] = ACTIONS(1981), - [anon_sym_fn] = ACTIONS(1981), - [anon_sym_for] = ACTIONS(1981), - [anon_sym_gen] = ACTIONS(1981), - [anon_sym_if] = ACTIONS(1981), - [anon_sym_impl] = ACTIONS(1981), - [anon_sym_let] = ACTIONS(1981), - [anon_sym_loop] = ACTIONS(1981), - [anon_sym_match] = ACTIONS(1981), - [anon_sym_mod] = ACTIONS(1981), - [anon_sym_pub] = ACTIONS(1981), - [anon_sym_return] = ACTIONS(1981), - [anon_sym_static] = ACTIONS(1981), - [anon_sym_struct] = ACTIONS(1981), - [anon_sym_trait] = ACTIONS(1981), - [anon_sym_type] = ACTIONS(1981), - [anon_sym_union] = ACTIONS(1981), - [anon_sym_unsafe] = ACTIONS(1981), - [anon_sym_use] = ACTIONS(1981), - [anon_sym_while] = ACTIONS(1981), - [anon_sym_extern] = ACTIONS(1981), - [anon_sym_yield] = ACTIONS(1981), - [anon_sym_move] = ACTIONS(1981), - [anon_sym_try] = ACTIONS(1981), - [sym_integer_literal] = ACTIONS(1979), - [aux_sym_string_literal_token1] = ACTIONS(1979), - [sym_char_literal] = ACTIONS(1979), - [anon_sym_true] = ACTIONS(1981), - [anon_sym_false] = ACTIONS(1981), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1981), - [sym_super] = ACTIONS(1981), - [sym_crate] = ACTIONS(1981), - [sym_metavariable] = ACTIONS(1979), - [sym__raw_string_literal_start] = ACTIONS(1979), - [sym_float_literal] = ACTIONS(1979), + [ts_builtin_sym_end] = ACTIONS(1994), + [sym_identifier] = ACTIONS(1996), + [anon_sym_SEMI] = ACTIONS(1994), + [anon_sym_macro_rules_BANG] = ACTIONS(1994), + [anon_sym_LPAREN] = ACTIONS(1994), + [anon_sym_LBRACK] = ACTIONS(1994), + [anon_sym_LBRACE] = ACTIONS(1994), + [anon_sym_RBRACE] = ACTIONS(1994), + [anon_sym_STAR] = ACTIONS(1994), + [anon_sym_u8] = ACTIONS(1996), + [anon_sym_i8] = ACTIONS(1996), + [anon_sym_u16] = ACTIONS(1996), + [anon_sym_i16] = ACTIONS(1996), + [anon_sym_u32] = ACTIONS(1996), + [anon_sym_i32] = ACTIONS(1996), + [anon_sym_u64] = ACTIONS(1996), + [anon_sym_i64] = ACTIONS(1996), + [anon_sym_u128] = ACTIONS(1996), + [anon_sym_i128] = ACTIONS(1996), + [anon_sym_isize] = ACTIONS(1996), + [anon_sym_usize] = ACTIONS(1996), + [anon_sym_f32] = ACTIONS(1996), + [anon_sym_f64] = ACTIONS(1996), + [anon_sym_bool] = ACTIONS(1996), + [anon_sym_str] = ACTIONS(1996), + [anon_sym_char] = ACTIONS(1996), + [anon_sym_DASH] = ACTIONS(1994), + [anon_sym_BANG] = ACTIONS(1994), + [anon_sym_AMP] = ACTIONS(1994), + [anon_sym_PIPE] = ACTIONS(1994), + [anon_sym_LT] = ACTIONS(1994), + [anon_sym_DOT_DOT] = ACTIONS(1994), + [anon_sym_COLON_COLON] = ACTIONS(1994), + [anon_sym_POUND] = ACTIONS(1994), + [anon_sym_SQUOTE] = ACTIONS(1996), + [anon_sym_async] = ACTIONS(1996), + [anon_sym_break] = ACTIONS(1996), + [anon_sym_const] = ACTIONS(1996), + [anon_sym_continue] = ACTIONS(1996), + [anon_sym_default] = ACTIONS(1996), + [anon_sym_enum] = ACTIONS(1996), + [anon_sym_fn] = ACTIONS(1996), + [anon_sym_for] = ACTIONS(1996), + [anon_sym_gen] = ACTIONS(1996), + [anon_sym_if] = ACTIONS(1996), + [anon_sym_impl] = ACTIONS(1996), + [anon_sym_let] = ACTIONS(1996), + [anon_sym_loop] = ACTIONS(1996), + [anon_sym_match] = ACTIONS(1996), + [anon_sym_mod] = ACTIONS(1996), + [anon_sym_pub] = ACTIONS(1996), + [anon_sym_return] = ACTIONS(1996), + [anon_sym_static] = ACTIONS(1996), + [anon_sym_struct] = ACTIONS(1996), + [anon_sym_trait] = ACTIONS(1996), + [anon_sym_type] = ACTIONS(1996), + [anon_sym_union] = ACTIONS(1996), + [anon_sym_unsafe] = ACTIONS(1996), + [anon_sym_use] = ACTIONS(1996), + [anon_sym_while] = ACTIONS(1996), + [anon_sym_extern] = ACTIONS(1996), + [anon_sym_yield] = ACTIONS(1996), + [anon_sym_move] = ACTIONS(1996), + [anon_sym_try] = ACTIONS(1996), + [sym_integer_literal] = ACTIONS(1994), + [aux_sym_string_literal_token1] = ACTIONS(1994), + [sym_char_literal] = ACTIONS(1994), + [anon_sym_true] = ACTIONS(1996), + [anon_sym_false] = ACTIONS(1996), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1996), + [sym_super] = ACTIONS(1996), + [sym_crate] = ACTIONS(1996), + [sym_metavariable] = ACTIONS(1994), + [sym__raw_string_literal_start] = ACTIONS(1994), + [sym_float_literal] = ACTIONS(1994), }, [STATE(545)] = { [sym_line_comment] = STATE(545), [sym_block_comment] = STATE(545), - [ts_builtin_sym_end] = ACTIONS(1983), - [sym_identifier] = ACTIONS(1985), - [anon_sym_SEMI] = ACTIONS(1983), - [anon_sym_macro_rules_BANG] = ACTIONS(1983), - [anon_sym_LPAREN] = ACTIONS(1983), - [anon_sym_LBRACK] = ACTIONS(1983), - [anon_sym_LBRACE] = ACTIONS(1983), - [anon_sym_RBRACE] = ACTIONS(1983), - [anon_sym_STAR] = ACTIONS(1983), - [anon_sym_u8] = ACTIONS(1985), - [anon_sym_i8] = ACTIONS(1985), - [anon_sym_u16] = ACTIONS(1985), - [anon_sym_i16] = ACTIONS(1985), - [anon_sym_u32] = ACTIONS(1985), - [anon_sym_i32] = ACTIONS(1985), - [anon_sym_u64] = ACTIONS(1985), - [anon_sym_i64] = ACTIONS(1985), - [anon_sym_u128] = ACTIONS(1985), - [anon_sym_i128] = ACTIONS(1985), - [anon_sym_isize] = ACTIONS(1985), - [anon_sym_usize] = ACTIONS(1985), - [anon_sym_f32] = ACTIONS(1985), - [anon_sym_f64] = ACTIONS(1985), - [anon_sym_bool] = ACTIONS(1985), - [anon_sym_str] = ACTIONS(1985), - [anon_sym_char] = ACTIONS(1985), - [anon_sym_DASH] = ACTIONS(1983), - [anon_sym_BANG] = ACTIONS(1983), - [anon_sym_AMP] = ACTIONS(1983), - [anon_sym_PIPE] = ACTIONS(1983), - [anon_sym_LT] = ACTIONS(1983), - [anon_sym_DOT_DOT] = ACTIONS(1983), - [anon_sym_COLON_COLON] = ACTIONS(1983), - [anon_sym_POUND] = ACTIONS(1983), - [anon_sym_SQUOTE] = ACTIONS(1985), - [anon_sym_async] = ACTIONS(1985), - [anon_sym_break] = ACTIONS(1985), - [anon_sym_const] = ACTIONS(1985), - [anon_sym_continue] = ACTIONS(1985), - [anon_sym_default] = ACTIONS(1985), - [anon_sym_enum] = ACTIONS(1985), - [anon_sym_fn] = ACTIONS(1985), - [anon_sym_for] = ACTIONS(1985), - [anon_sym_gen] = ACTIONS(1985), - [anon_sym_if] = ACTIONS(1985), - [anon_sym_impl] = ACTIONS(1985), - [anon_sym_let] = ACTIONS(1985), - [anon_sym_loop] = ACTIONS(1985), - [anon_sym_match] = ACTIONS(1985), - [anon_sym_mod] = ACTIONS(1985), - [anon_sym_pub] = ACTIONS(1985), - [anon_sym_return] = ACTIONS(1985), - [anon_sym_static] = ACTIONS(1985), - [anon_sym_struct] = ACTIONS(1985), - [anon_sym_trait] = ACTIONS(1985), - [anon_sym_type] = ACTIONS(1985), - [anon_sym_union] = ACTIONS(1985), - [anon_sym_unsafe] = ACTIONS(1985), - [anon_sym_use] = ACTIONS(1985), - [anon_sym_while] = ACTIONS(1985), - [anon_sym_extern] = ACTIONS(1985), - [anon_sym_yield] = ACTIONS(1985), - [anon_sym_move] = ACTIONS(1985), - [anon_sym_try] = ACTIONS(1985), - [sym_integer_literal] = ACTIONS(1983), - [aux_sym_string_literal_token1] = ACTIONS(1983), - [sym_char_literal] = ACTIONS(1983), - [anon_sym_true] = ACTIONS(1985), - [anon_sym_false] = ACTIONS(1985), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1985), - [sym_super] = ACTIONS(1985), - [sym_crate] = ACTIONS(1985), - [sym_metavariable] = ACTIONS(1983), - [sym__raw_string_literal_start] = ACTIONS(1983), - [sym_float_literal] = ACTIONS(1983), + [ts_builtin_sym_end] = ACTIONS(1998), + [sym_identifier] = ACTIONS(2000), + [anon_sym_SEMI] = ACTIONS(1998), + [anon_sym_macro_rules_BANG] = ACTIONS(1998), + [anon_sym_LPAREN] = ACTIONS(1998), + [anon_sym_LBRACK] = ACTIONS(1998), + [anon_sym_LBRACE] = ACTIONS(1998), + [anon_sym_RBRACE] = ACTIONS(1998), + [anon_sym_STAR] = ACTIONS(1998), + [anon_sym_u8] = ACTIONS(2000), + [anon_sym_i8] = ACTIONS(2000), + [anon_sym_u16] = ACTIONS(2000), + [anon_sym_i16] = ACTIONS(2000), + [anon_sym_u32] = ACTIONS(2000), + [anon_sym_i32] = ACTIONS(2000), + [anon_sym_u64] = ACTIONS(2000), + [anon_sym_i64] = ACTIONS(2000), + [anon_sym_u128] = ACTIONS(2000), + [anon_sym_i128] = ACTIONS(2000), + [anon_sym_isize] = ACTIONS(2000), + [anon_sym_usize] = ACTIONS(2000), + [anon_sym_f32] = ACTIONS(2000), + [anon_sym_f64] = ACTIONS(2000), + [anon_sym_bool] = ACTIONS(2000), + [anon_sym_str] = ACTIONS(2000), + [anon_sym_char] = ACTIONS(2000), + [anon_sym_DASH] = ACTIONS(1998), + [anon_sym_BANG] = ACTIONS(1998), + [anon_sym_AMP] = ACTIONS(1998), + [anon_sym_PIPE] = ACTIONS(1998), + [anon_sym_LT] = ACTIONS(1998), + [anon_sym_DOT_DOT] = ACTIONS(1998), + [anon_sym_COLON_COLON] = ACTIONS(1998), + [anon_sym_POUND] = ACTIONS(1998), + [anon_sym_SQUOTE] = ACTIONS(2000), + [anon_sym_async] = ACTIONS(2000), + [anon_sym_break] = ACTIONS(2000), + [anon_sym_const] = ACTIONS(2000), + [anon_sym_continue] = ACTIONS(2000), + [anon_sym_default] = ACTIONS(2000), + [anon_sym_enum] = ACTIONS(2000), + [anon_sym_fn] = ACTIONS(2000), + [anon_sym_for] = ACTIONS(2000), + [anon_sym_gen] = ACTIONS(2000), + [anon_sym_if] = ACTIONS(2000), + [anon_sym_impl] = ACTIONS(2000), + [anon_sym_let] = ACTIONS(2000), + [anon_sym_loop] = ACTIONS(2000), + [anon_sym_match] = ACTIONS(2000), + [anon_sym_mod] = ACTIONS(2000), + [anon_sym_pub] = ACTIONS(2000), + [anon_sym_return] = ACTIONS(2000), + [anon_sym_static] = ACTIONS(2000), + [anon_sym_struct] = ACTIONS(2000), + [anon_sym_trait] = ACTIONS(2000), + [anon_sym_type] = ACTIONS(2000), + [anon_sym_union] = ACTIONS(2000), + [anon_sym_unsafe] = ACTIONS(2000), + [anon_sym_use] = ACTIONS(2000), + [anon_sym_while] = ACTIONS(2000), + [anon_sym_extern] = ACTIONS(2000), + [anon_sym_yield] = ACTIONS(2000), + [anon_sym_move] = ACTIONS(2000), + [anon_sym_try] = ACTIONS(2000), + [sym_integer_literal] = ACTIONS(1998), + [aux_sym_string_literal_token1] = ACTIONS(1998), + [sym_char_literal] = ACTIONS(1998), + [anon_sym_true] = ACTIONS(2000), + [anon_sym_false] = ACTIONS(2000), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2000), + [sym_super] = ACTIONS(2000), + [sym_crate] = ACTIONS(2000), + [sym_metavariable] = ACTIONS(1998), + [sym__raw_string_literal_start] = ACTIONS(1998), + [sym_float_literal] = ACTIONS(1998), }, [STATE(546)] = { [sym_line_comment] = STATE(546), [sym_block_comment] = STATE(546), - [ts_builtin_sym_end] = ACTIONS(1987), - [sym_identifier] = ACTIONS(1989), - [anon_sym_SEMI] = ACTIONS(1987), - [anon_sym_macro_rules_BANG] = ACTIONS(1987), - [anon_sym_LPAREN] = ACTIONS(1987), - [anon_sym_LBRACK] = ACTIONS(1987), - [anon_sym_LBRACE] = ACTIONS(1987), - [anon_sym_RBRACE] = ACTIONS(1987), - [anon_sym_STAR] = ACTIONS(1987), - [anon_sym_u8] = ACTIONS(1989), - [anon_sym_i8] = ACTIONS(1989), - [anon_sym_u16] = ACTIONS(1989), - [anon_sym_i16] = ACTIONS(1989), - [anon_sym_u32] = ACTIONS(1989), - [anon_sym_i32] = ACTIONS(1989), - [anon_sym_u64] = ACTIONS(1989), - [anon_sym_i64] = ACTIONS(1989), - [anon_sym_u128] = ACTIONS(1989), - [anon_sym_i128] = ACTIONS(1989), - [anon_sym_isize] = ACTIONS(1989), - [anon_sym_usize] = ACTIONS(1989), - [anon_sym_f32] = ACTIONS(1989), - [anon_sym_f64] = ACTIONS(1989), - [anon_sym_bool] = ACTIONS(1989), - [anon_sym_str] = ACTIONS(1989), - [anon_sym_char] = ACTIONS(1989), - [anon_sym_DASH] = ACTIONS(1987), - [anon_sym_BANG] = ACTIONS(1987), - [anon_sym_AMP] = ACTIONS(1987), - [anon_sym_PIPE] = ACTIONS(1987), - [anon_sym_LT] = ACTIONS(1987), - [anon_sym_DOT_DOT] = ACTIONS(1987), - [anon_sym_COLON_COLON] = ACTIONS(1987), - [anon_sym_POUND] = ACTIONS(1987), - [anon_sym_SQUOTE] = ACTIONS(1989), - [anon_sym_async] = ACTIONS(1989), - [anon_sym_break] = ACTIONS(1989), - [anon_sym_const] = ACTIONS(1989), - [anon_sym_continue] = ACTIONS(1989), - [anon_sym_default] = ACTIONS(1989), - [anon_sym_enum] = ACTIONS(1989), - [anon_sym_fn] = ACTIONS(1989), - [anon_sym_for] = ACTIONS(1989), - [anon_sym_gen] = ACTIONS(1989), - [anon_sym_if] = ACTIONS(1989), - [anon_sym_impl] = ACTIONS(1989), - [anon_sym_let] = ACTIONS(1989), - [anon_sym_loop] = ACTIONS(1989), - [anon_sym_match] = ACTIONS(1989), - [anon_sym_mod] = ACTIONS(1989), - [anon_sym_pub] = ACTIONS(1989), - [anon_sym_return] = ACTIONS(1989), - [anon_sym_static] = ACTIONS(1989), - [anon_sym_struct] = ACTIONS(1989), - [anon_sym_trait] = ACTIONS(1989), - [anon_sym_type] = ACTIONS(1989), - [anon_sym_union] = ACTIONS(1989), - [anon_sym_unsafe] = ACTIONS(1989), - [anon_sym_use] = ACTIONS(1989), - [anon_sym_while] = ACTIONS(1989), - [anon_sym_extern] = ACTIONS(1989), - [anon_sym_yield] = ACTIONS(1989), - [anon_sym_move] = ACTIONS(1989), - [anon_sym_try] = ACTIONS(1989), - [sym_integer_literal] = ACTIONS(1987), - [aux_sym_string_literal_token1] = ACTIONS(1987), - [sym_char_literal] = ACTIONS(1987), - [anon_sym_true] = ACTIONS(1989), - [anon_sym_false] = ACTIONS(1989), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1989), - [sym_super] = ACTIONS(1989), - [sym_crate] = ACTIONS(1989), - [sym_metavariable] = ACTIONS(1987), - [sym__raw_string_literal_start] = ACTIONS(1987), - [sym_float_literal] = ACTIONS(1987), + [ts_builtin_sym_end] = ACTIONS(2002), + [sym_identifier] = ACTIONS(2004), + [anon_sym_SEMI] = ACTIONS(2002), + [anon_sym_macro_rules_BANG] = ACTIONS(2002), + [anon_sym_LPAREN] = ACTIONS(2002), + [anon_sym_LBRACK] = ACTIONS(2002), + [anon_sym_LBRACE] = ACTIONS(2002), + [anon_sym_RBRACE] = ACTIONS(2002), + [anon_sym_STAR] = ACTIONS(2002), + [anon_sym_u8] = ACTIONS(2004), + [anon_sym_i8] = ACTIONS(2004), + [anon_sym_u16] = ACTIONS(2004), + [anon_sym_i16] = ACTIONS(2004), + [anon_sym_u32] = ACTIONS(2004), + [anon_sym_i32] = ACTIONS(2004), + [anon_sym_u64] = ACTIONS(2004), + [anon_sym_i64] = ACTIONS(2004), + [anon_sym_u128] = ACTIONS(2004), + [anon_sym_i128] = ACTIONS(2004), + [anon_sym_isize] = ACTIONS(2004), + [anon_sym_usize] = ACTIONS(2004), + [anon_sym_f32] = ACTIONS(2004), + [anon_sym_f64] = ACTIONS(2004), + [anon_sym_bool] = ACTIONS(2004), + [anon_sym_str] = ACTIONS(2004), + [anon_sym_char] = ACTIONS(2004), + [anon_sym_DASH] = ACTIONS(2002), + [anon_sym_BANG] = ACTIONS(2002), + [anon_sym_AMP] = ACTIONS(2002), + [anon_sym_PIPE] = ACTIONS(2002), + [anon_sym_LT] = ACTIONS(2002), + [anon_sym_DOT_DOT] = ACTIONS(2002), + [anon_sym_COLON_COLON] = ACTIONS(2002), + [anon_sym_POUND] = ACTIONS(2002), + [anon_sym_SQUOTE] = ACTIONS(2004), + [anon_sym_async] = ACTIONS(2004), + [anon_sym_break] = ACTIONS(2004), + [anon_sym_const] = ACTIONS(2004), + [anon_sym_continue] = ACTIONS(2004), + [anon_sym_default] = ACTIONS(2004), + [anon_sym_enum] = ACTIONS(2004), + [anon_sym_fn] = ACTIONS(2004), + [anon_sym_for] = ACTIONS(2004), + [anon_sym_gen] = ACTIONS(2004), + [anon_sym_if] = ACTIONS(2004), + [anon_sym_impl] = ACTIONS(2004), + [anon_sym_let] = ACTIONS(2004), + [anon_sym_loop] = ACTIONS(2004), + [anon_sym_match] = ACTIONS(2004), + [anon_sym_mod] = ACTIONS(2004), + [anon_sym_pub] = ACTIONS(2004), + [anon_sym_return] = ACTIONS(2004), + [anon_sym_static] = ACTIONS(2004), + [anon_sym_struct] = ACTIONS(2004), + [anon_sym_trait] = ACTIONS(2004), + [anon_sym_type] = ACTIONS(2004), + [anon_sym_union] = ACTIONS(2004), + [anon_sym_unsafe] = ACTIONS(2004), + [anon_sym_use] = ACTIONS(2004), + [anon_sym_while] = ACTIONS(2004), + [anon_sym_extern] = ACTIONS(2004), + [anon_sym_yield] = ACTIONS(2004), + [anon_sym_move] = ACTIONS(2004), + [anon_sym_try] = ACTIONS(2004), + [sym_integer_literal] = ACTIONS(2002), + [aux_sym_string_literal_token1] = ACTIONS(2002), + [sym_char_literal] = ACTIONS(2002), + [anon_sym_true] = ACTIONS(2004), + [anon_sym_false] = ACTIONS(2004), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2004), + [sym_super] = ACTIONS(2004), + [sym_crate] = ACTIONS(2004), + [sym_metavariable] = ACTIONS(2002), + [sym__raw_string_literal_start] = ACTIONS(2002), + [sym_float_literal] = ACTIONS(2002), }, [STATE(547)] = { [sym_line_comment] = STATE(547), [sym_block_comment] = STATE(547), - [ts_builtin_sym_end] = ACTIONS(1991), - [sym_identifier] = ACTIONS(1993), - [anon_sym_SEMI] = ACTIONS(1991), - [anon_sym_macro_rules_BANG] = ACTIONS(1991), - [anon_sym_LPAREN] = ACTIONS(1991), - [anon_sym_LBRACK] = ACTIONS(1991), - [anon_sym_LBRACE] = ACTIONS(1991), - [anon_sym_RBRACE] = ACTIONS(1991), - [anon_sym_STAR] = ACTIONS(1991), - [anon_sym_u8] = ACTIONS(1993), - [anon_sym_i8] = ACTIONS(1993), - [anon_sym_u16] = ACTIONS(1993), - [anon_sym_i16] = ACTIONS(1993), - [anon_sym_u32] = ACTIONS(1993), - [anon_sym_i32] = ACTIONS(1993), - [anon_sym_u64] = ACTIONS(1993), - [anon_sym_i64] = ACTIONS(1993), - [anon_sym_u128] = ACTIONS(1993), - [anon_sym_i128] = ACTIONS(1993), - [anon_sym_isize] = ACTIONS(1993), - [anon_sym_usize] = ACTIONS(1993), - [anon_sym_f32] = ACTIONS(1993), - [anon_sym_f64] = ACTIONS(1993), - [anon_sym_bool] = ACTIONS(1993), - [anon_sym_str] = ACTIONS(1993), - [anon_sym_char] = ACTIONS(1993), - [anon_sym_DASH] = ACTIONS(1991), - [anon_sym_BANG] = ACTIONS(1991), - [anon_sym_AMP] = ACTIONS(1991), - [anon_sym_PIPE] = ACTIONS(1991), - [anon_sym_LT] = ACTIONS(1991), - [anon_sym_DOT_DOT] = ACTIONS(1991), - [anon_sym_COLON_COLON] = ACTIONS(1991), - [anon_sym_POUND] = ACTIONS(1991), - [anon_sym_SQUOTE] = ACTIONS(1993), - [anon_sym_async] = ACTIONS(1993), - [anon_sym_break] = ACTIONS(1993), - [anon_sym_const] = ACTIONS(1993), - [anon_sym_continue] = ACTIONS(1993), - [anon_sym_default] = ACTIONS(1993), - [anon_sym_enum] = ACTIONS(1993), - [anon_sym_fn] = ACTIONS(1993), - [anon_sym_for] = ACTIONS(1993), - [anon_sym_gen] = ACTIONS(1993), - [anon_sym_if] = ACTIONS(1993), - [anon_sym_impl] = ACTIONS(1993), - [anon_sym_let] = ACTIONS(1993), - [anon_sym_loop] = ACTIONS(1993), - [anon_sym_match] = ACTIONS(1993), - [anon_sym_mod] = ACTIONS(1993), - [anon_sym_pub] = ACTIONS(1993), - [anon_sym_return] = ACTIONS(1993), - [anon_sym_static] = ACTIONS(1993), - [anon_sym_struct] = ACTIONS(1993), - [anon_sym_trait] = ACTIONS(1993), - [anon_sym_type] = ACTIONS(1993), - [anon_sym_union] = ACTIONS(1993), - [anon_sym_unsafe] = ACTIONS(1993), - [anon_sym_use] = ACTIONS(1993), - [anon_sym_while] = ACTIONS(1993), - [anon_sym_extern] = ACTIONS(1993), - [anon_sym_yield] = ACTIONS(1993), - [anon_sym_move] = ACTIONS(1993), - [anon_sym_try] = ACTIONS(1993), - [sym_integer_literal] = ACTIONS(1991), - [aux_sym_string_literal_token1] = ACTIONS(1991), - [sym_char_literal] = ACTIONS(1991), - [anon_sym_true] = ACTIONS(1993), - [anon_sym_false] = ACTIONS(1993), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1993), - [sym_super] = ACTIONS(1993), - [sym_crate] = ACTIONS(1993), - [sym_metavariable] = ACTIONS(1991), - [sym__raw_string_literal_start] = ACTIONS(1991), - [sym_float_literal] = ACTIONS(1991), + [ts_builtin_sym_end] = ACTIONS(2006), + [sym_identifier] = ACTIONS(2008), + [anon_sym_SEMI] = ACTIONS(2006), + [anon_sym_macro_rules_BANG] = ACTIONS(2006), + [anon_sym_LPAREN] = ACTIONS(2006), + [anon_sym_LBRACK] = ACTIONS(2006), + [anon_sym_LBRACE] = ACTIONS(2006), + [anon_sym_RBRACE] = ACTIONS(2006), + [anon_sym_STAR] = ACTIONS(2006), + [anon_sym_u8] = ACTIONS(2008), + [anon_sym_i8] = ACTIONS(2008), + [anon_sym_u16] = ACTIONS(2008), + [anon_sym_i16] = ACTIONS(2008), + [anon_sym_u32] = ACTIONS(2008), + [anon_sym_i32] = ACTIONS(2008), + [anon_sym_u64] = ACTIONS(2008), + [anon_sym_i64] = ACTIONS(2008), + [anon_sym_u128] = ACTIONS(2008), + [anon_sym_i128] = ACTIONS(2008), + [anon_sym_isize] = ACTIONS(2008), + [anon_sym_usize] = ACTIONS(2008), + [anon_sym_f32] = ACTIONS(2008), + [anon_sym_f64] = ACTIONS(2008), + [anon_sym_bool] = ACTIONS(2008), + [anon_sym_str] = ACTIONS(2008), + [anon_sym_char] = ACTIONS(2008), + [anon_sym_DASH] = ACTIONS(2006), + [anon_sym_BANG] = ACTIONS(2006), + [anon_sym_AMP] = ACTIONS(2006), + [anon_sym_PIPE] = ACTIONS(2006), + [anon_sym_LT] = ACTIONS(2006), + [anon_sym_DOT_DOT] = ACTIONS(2006), + [anon_sym_COLON_COLON] = ACTIONS(2006), + [anon_sym_POUND] = ACTIONS(2006), + [anon_sym_SQUOTE] = ACTIONS(2008), + [anon_sym_async] = ACTIONS(2008), + [anon_sym_break] = ACTIONS(2008), + [anon_sym_const] = ACTIONS(2008), + [anon_sym_continue] = ACTIONS(2008), + [anon_sym_default] = ACTIONS(2008), + [anon_sym_enum] = ACTIONS(2008), + [anon_sym_fn] = ACTIONS(2008), + [anon_sym_for] = ACTIONS(2008), + [anon_sym_gen] = ACTIONS(2008), + [anon_sym_if] = ACTIONS(2008), + [anon_sym_impl] = ACTIONS(2008), + [anon_sym_let] = ACTIONS(2008), + [anon_sym_loop] = ACTIONS(2008), + [anon_sym_match] = ACTIONS(2008), + [anon_sym_mod] = ACTIONS(2008), + [anon_sym_pub] = ACTIONS(2008), + [anon_sym_return] = ACTIONS(2008), + [anon_sym_static] = ACTIONS(2008), + [anon_sym_struct] = ACTIONS(2008), + [anon_sym_trait] = ACTIONS(2008), + [anon_sym_type] = ACTIONS(2008), + [anon_sym_union] = ACTIONS(2008), + [anon_sym_unsafe] = ACTIONS(2008), + [anon_sym_use] = ACTIONS(2008), + [anon_sym_while] = ACTIONS(2008), + [anon_sym_extern] = ACTIONS(2008), + [anon_sym_yield] = ACTIONS(2008), + [anon_sym_move] = ACTIONS(2008), + [anon_sym_try] = ACTIONS(2008), + [sym_integer_literal] = ACTIONS(2006), + [aux_sym_string_literal_token1] = ACTIONS(2006), + [sym_char_literal] = ACTIONS(2006), + [anon_sym_true] = ACTIONS(2008), + [anon_sym_false] = ACTIONS(2008), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2008), + [sym_super] = ACTIONS(2008), + [sym_crate] = ACTIONS(2008), + [sym_metavariable] = ACTIONS(2006), + [sym__raw_string_literal_start] = ACTIONS(2006), + [sym_float_literal] = ACTIONS(2006), }, [STATE(548)] = { [sym_line_comment] = STATE(548), [sym_block_comment] = STATE(548), - [ts_builtin_sym_end] = ACTIONS(1995), - [sym_identifier] = ACTIONS(1997), - [anon_sym_SEMI] = ACTIONS(1995), - [anon_sym_macro_rules_BANG] = ACTIONS(1995), - [anon_sym_LPAREN] = ACTIONS(1995), - [anon_sym_LBRACK] = ACTIONS(1995), - [anon_sym_LBRACE] = ACTIONS(1995), - [anon_sym_RBRACE] = ACTIONS(1995), - [anon_sym_STAR] = ACTIONS(1995), - [anon_sym_u8] = ACTIONS(1997), - [anon_sym_i8] = ACTIONS(1997), - [anon_sym_u16] = ACTIONS(1997), - [anon_sym_i16] = ACTIONS(1997), - [anon_sym_u32] = ACTIONS(1997), - [anon_sym_i32] = ACTIONS(1997), - [anon_sym_u64] = ACTIONS(1997), - [anon_sym_i64] = ACTIONS(1997), - [anon_sym_u128] = ACTIONS(1997), - [anon_sym_i128] = ACTIONS(1997), - [anon_sym_isize] = ACTIONS(1997), - [anon_sym_usize] = ACTIONS(1997), - [anon_sym_f32] = ACTIONS(1997), - [anon_sym_f64] = ACTIONS(1997), - [anon_sym_bool] = ACTIONS(1997), - [anon_sym_str] = ACTIONS(1997), - [anon_sym_char] = ACTIONS(1997), - [anon_sym_DASH] = ACTIONS(1995), - [anon_sym_BANG] = ACTIONS(1995), - [anon_sym_AMP] = ACTIONS(1995), - [anon_sym_PIPE] = ACTIONS(1995), - [anon_sym_LT] = ACTIONS(1995), - [anon_sym_DOT_DOT] = ACTIONS(1995), - [anon_sym_COLON_COLON] = ACTIONS(1995), - [anon_sym_POUND] = ACTIONS(1995), - [anon_sym_SQUOTE] = ACTIONS(1997), - [anon_sym_async] = ACTIONS(1997), - [anon_sym_break] = ACTIONS(1997), - [anon_sym_const] = ACTIONS(1997), - [anon_sym_continue] = ACTIONS(1997), - [anon_sym_default] = ACTIONS(1997), - [anon_sym_enum] = ACTIONS(1997), - [anon_sym_fn] = ACTIONS(1997), - [anon_sym_for] = ACTIONS(1997), - [anon_sym_gen] = ACTIONS(1997), - [anon_sym_if] = ACTIONS(1997), - [anon_sym_impl] = ACTIONS(1997), - [anon_sym_let] = ACTIONS(1997), - [anon_sym_loop] = ACTIONS(1997), - [anon_sym_match] = ACTIONS(1997), - [anon_sym_mod] = ACTIONS(1997), - [anon_sym_pub] = ACTIONS(1997), - [anon_sym_return] = ACTIONS(1997), - [anon_sym_static] = ACTIONS(1997), - [anon_sym_struct] = ACTIONS(1997), - [anon_sym_trait] = ACTIONS(1997), - [anon_sym_type] = ACTIONS(1997), - [anon_sym_union] = ACTIONS(1997), - [anon_sym_unsafe] = ACTIONS(1997), - [anon_sym_use] = ACTIONS(1997), - [anon_sym_while] = ACTIONS(1997), - [anon_sym_extern] = ACTIONS(1997), - [anon_sym_yield] = ACTIONS(1997), - [anon_sym_move] = ACTIONS(1997), - [anon_sym_try] = ACTIONS(1997), - [sym_integer_literal] = ACTIONS(1995), - [aux_sym_string_literal_token1] = ACTIONS(1995), - [sym_char_literal] = ACTIONS(1995), - [anon_sym_true] = ACTIONS(1997), - [anon_sym_false] = ACTIONS(1997), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1997), - [sym_super] = ACTIONS(1997), - [sym_crate] = ACTIONS(1997), - [sym_metavariable] = ACTIONS(1995), - [sym__raw_string_literal_start] = ACTIONS(1995), - [sym_float_literal] = ACTIONS(1995), + [ts_builtin_sym_end] = ACTIONS(2010), + [sym_identifier] = ACTIONS(2012), + [anon_sym_SEMI] = ACTIONS(2010), + [anon_sym_macro_rules_BANG] = ACTIONS(2010), + [anon_sym_LPAREN] = ACTIONS(2010), + [anon_sym_LBRACK] = ACTIONS(2010), + [anon_sym_LBRACE] = ACTIONS(2010), + [anon_sym_RBRACE] = ACTIONS(2010), + [anon_sym_STAR] = ACTIONS(2010), + [anon_sym_u8] = ACTIONS(2012), + [anon_sym_i8] = ACTIONS(2012), + [anon_sym_u16] = ACTIONS(2012), + [anon_sym_i16] = ACTIONS(2012), + [anon_sym_u32] = ACTIONS(2012), + [anon_sym_i32] = ACTIONS(2012), + [anon_sym_u64] = ACTIONS(2012), + [anon_sym_i64] = ACTIONS(2012), + [anon_sym_u128] = ACTIONS(2012), + [anon_sym_i128] = ACTIONS(2012), + [anon_sym_isize] = ACTIONS(2012), + [anon_sym_usize] = ACTIONS(2012), + [anon_sym_f32] = ACTIONS(2012), + [anon_sym_f64] = ACTIONS(2012), + [anon_sym_bool] = ACTIONS(2012), + [anon_sym_str] = ACTIONS(2012), + [anon_sym_char] = ACTIONS(2012), + [anon_sym_DASH] = ACTIONS(2010), + [anon_sym_BANG] = ACTIONS(2010), + [anon_sym_AMP] = ACTIONS(2010), + [anon_sym_PIPE] = ACTIONS(2010), + [anon_sym_LT] = ACTIONS(2010), + [anon_sym_DOT_DOT] = ACTIONS(2010), + [anon_sym_COLON_COLON] = ACTIONS(2010), + [anon_sym_POUND] = ACTIONS(2010), + [anon_sym_SQUOTE] = ACTIONS(2012), + [anon_sym_async] = ACTIONS(2012), + [anon_sym_break] = ACTIONS(2012), + [anon_sym_const] = ACTIONS(2012), + [anon_sym_continue] = ACTIONS(2012), + [anon_sym_default] = ACTIONS(2012), + [anon_sym_enum] = ACTIONS(2012), + [anon_sym_fn] = ACTIONS(2012), + [anon_sym_for] = ACTIONS(2012), + [anon_sym_gen] = ACTIONS(2012), + [anon_sym_if] = ACTIONS(2012), + [anon_sym_impl] = ACTIONS(2012), + [anon_sym_let] = ACTIONS(2012), + [anon_sym_loop] = ACTIONS(2012), + [anon_sym_match] = ACTIONS(2012), + [anon_sym_mod] = ACTIONS(2012), + [anon_sym_pub] = ACTIONS(2012), + [anon_sym_return] = ACTIONS(2012), + [anon_sym_static] = ACTIONS(2012), + [anon_sym_struct] = ACTIONS(2012), + [anon_sym_trait] = ACTIONS(2012), + [anon_sym_type] = ACTIONS(2012), + [anon_sym_union] = ACTIONS(2012), + [anon_sym_unsafe] = ACTIONS(2012), + [anon_sym_use] = ACTIONS(2012), + [anon_sym_while] = ACTIONS(2012), + [anon_sym_extern] = ACTIONS(2012), + [anon_sym_yield] = ACTIONS(2012), + [anon_sym_move] = ACTIONS(2012), + [anon_sym_try] = ACTIONS(2012), + [sym_integer_literal] = ACTIONS(2010), + [aux_sym_string_literal_token1] = ACTIONS(2010), + [sym_char_literal] = ACTIONS(2010), + [anon_sym_true] = ACTIONS(2012), + [anon_sym_false] = ACTIONS(2012), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2012), + [sym_super] = ACTIONS(2012), + [sym_crate] = ACTIONS(2012), + [sym_metavariable] = ACTIONS(2010), + [sym__raw_string_literal_start] = ACTIONS(2010), + [sym_float_literal] = ACTIONS(2010), }, [STATE(549)] = { [sym_line_comment] = STATE(549), [sym_block_comment] = STATE(549), - [ts_builtin_sym_end] = ACTIONS(1999), - [sym_identifier] = ACTIONS(2001), - [anon_sym_SEMI] = ACTIONS(1999), - [anon_sym_macro_rules_BANG] = ACTIONS(1999), - [anon_sym_LPAREN] = ACTIONS(1999), - [anon_sym_LBRACK] = ACTIONS(1999), - [anon_sym_LBRACE] = ACTIONS(1999), - [anon_sym_RBRACE] = ACTIONS(1999), - [anon_sym_STAR] = ACTIONS(1999), - [anon_sym_u8] = ACTIONS(2001), - [anon_sym_i8] = ACTIONS(2001), - [anon_sym_u16] = ACTIONS(2001), - [anon_sym_i16] = ACTIONS(2001), - [anon_sym_u32] = ACTIONS(2001), - [anon_sym_i32] = ACTIONS(2001), - [anon_sym_u64] = ACTIONS(2001), - [anon_sym_i64] = ACTIONS(2001), - [anon_sym_u128] = ACTIONS(2001), - [anon_sym_i128] = ACTIONS(2001), - [anon_sym_isize] = ACTIONS(2001), - [anon_sym_usize] = ACTIONS(2001), - [anon_sym_f32] = ACTIONS(2001), - [anon_sym_f64] = ACTIONS(2001), - [anon_sym_bool] = ACTIONS(2001), - [anon_sym_str] = ACTIONS(2001), - [anon_sym_char] = ACTIONS(2001), - [anon_sym_DASH] = ACTIONS(1999), - [anon_sym_BANG] = ACTIONS(1999), - [anon_sym_AMP] = ACTIONS(1999), - [anon_sym_PIPE] = ACTIONS(1999), - [anon_sym_LT] = ACTIONS(1999), - [anon_sym_DOT_DOT] = ACTIONS(1999), - [anon_sym_COLON_COLON] = ACTIONS(1999), - [anon_sym_POUND] = ACTIONS(1999), - [anon_sym_SQUOTE] = ACTIONS(2001), - [anon_sym_async] = ACTIONS(2001), - [anon_sym_break] = ACTIONS(2001), - [anon_sym_const] = ACTIONS(2001), - [anon_sym_continue] = ACTIONS(2001), - [anon_sym_default] = ACTIONS(2001), - [anon_sym_enum] = ACTIONS(2001), - [anon_sym_fn] = ACTIONS(2001), - [anon_sym_for] = ACTIONS(2001), - [anon_sym_gen] = ACTIONS(2001), - [anon_sym_if] = ACTIONS(2001), - [anon_sym_impl] = ACTIONS(2001), - [anon_sym_let] = ACTIONS(2001), - [anon_sym_loop] = ACTIONS(2001), - [anon_sym_match] = ACTIONS(2001), - [anon_sym_mod] = ACTIONS(2001), - [anon_sym_pub] = ACTIONS(2001), - [anon_sym_return] = ACTIONS(2001), - [anon_sym_static] = ACTIONS(2001), - [anon_sym_struct] = ACTIONS(2001), - [anon_sym_trait] = ACTIONS(2001), - [anon_sym_type] = ACTIONS(2001), - [anon_sym_union] = ACTIONS(2001), - [anon_sym_unsafe] = ACTIONS(2001), - [anon_sym_use] = ACTIONS(2001), - [anon_sym_while] = ACTIONS(2001), - [anon_sym_extern] = ACTIONS(2001), - [anon_sym_yield] = ACTIONS(2001), - [anon_sym_move] = ACTIONS(2001), - [anon_sym_try] = ACTIONS(2001), - [sym_integer_literal] = ACTIONS(1999), - [aux_sym_string_literal_token1] = ACTIONS(1999), - [sym_char_literal] = ACTIONS(1999), - [anon_sym_true] = ACTIONS(2001), - [anon_sym_false] = ACTIONS(2001), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2001), - [sym_super] = ACTIONS(2001), - [sym_crate] = ACTIONS(2001), - [sym_metavariable] = ACTIONS(1999), - [sym__raw_string_literal_start] = ACTIONS(1999), - [sym_float_literal] = ACTIONS(1999), + [ts_builtin_sym_end] = ACTIONS(2014), + [sym_identifier] = ACTIONS(2016), + [anon_sym_SEMI] = ACTIONS(2014), + [anon_sym_macro_rules_BANG] = ACTIONS(2014), + [anon_sym_LPAREN] = ACTIONS(2014), + [anon_sym_LBRACK] = ACTIONS(2014), + [anon_sym_LBRACE] = ACTIONS(2014), + [anon_sym_RBRACE] = ACTIONS(2014), + [anon_sym_STAR] = ACTIONS(2014), + [anon_sym_u8] = ACTIONS(2016), + [anon_sym_i8] = ACTIONS(2016), + [anon_sym_u16] = ACTIONS(2016), + [anon_sym_i16] = ACTIONS(2016), + [anon_sym_u32] = ACTIONS(2016), + [anon_sym_i32] = ACTIONS(2016), + [anon_sym_u64] = ACTIONS(2016), + [anon_sym_i64] = ACTIONS(2016), + [anon_sym_u128] = ACTIONS(2016), + [anon_sym_i128] = ACTIONS(2016), + [anon_sym_isize] = ACTIONS(2016), + [anon_sym_usize] = ACTIONS(2016), + [anon_sym_f32] = ACTIONS(2016), + [anon_sym_f64] = ACTIONS(2016), + [anon_sym_bool] = ACTIONS(2016), + [anon_sym_str] = ACTIONS(2016), + [anon_sym_char] = ACTIONS(2016), + [anon_sym_DASH] = ACTIONS(2014), + [anon_sym_BANG] = ACTIONS(2014), + [anon_sym_AMP] = ACTIONS(2014), + [anon_sym_PIPE] = ACTIONS(2014), + [anon_sym_LT] = ACTIONS(2014), + [anon_sym_DOT_DOT] = ACTIONS(2014), + [anon_sym_COLON_COLON] = ACTIONS(2014), + [anon_sym_POUND] = ACTIONS(2014), + [anon_sym_SQUOTE] = ACTIONS(2016), + [anon_sym_async] = ACTIONS(2016), + [anon_sym_break] = ACTIONS(2016), + [anon_sym_const] = ACTIONS(2016), + [anon_sym_continue] = ACTIONS(2016), + [anon_sym_default] = ACTIONS(2016), + [anon_sym_enum] = ACTIONS(2016), + [anon_sym_fn] = ACTIONS(2016), + [anon_sym_for] = ACTIONS(2016), + [anon_sym_gen] = ACTIONS(2016), + [anon_sym_if] = ACTIONS(2016), + [anon_sym_impl] = ACTIONS(2016), + [anon_sym_let] = ACTIONS(2016), + [anon_sym_loop] = ACTIONS(2016), + [anon_sym_match] = ACTIONS(2016), + [anon_sym_mod] = ACTIONS(2016), + [anon_sym_pub] = ACTIONS(2016), + [anon_sym_return] = ACTIONS(2016), + [anon_sym_static] = ACTIONS(2016), + [anon_sym_struct] = ACTIONS(2016), + [anon_sym_trait] = ACTIONS(2016), + [anon_sym_type] = ACTIONS(2016), + [anon_sym_union] = ACTIONS(2016), + [anon_sym_unsafe] = ACTIONS(2016), + [anon_sym_use] = ACTIONS(2016), + [anon_sym_while] = ACTIONS(2016), + [anon_sym_extern] = ACTIONS(2016), + [anon_sym_yield] = ACTIONS(2016), + [anon_sym_move] = ACTIONS(2016), + [anon_sym_try] = ACTIONS(2016), + [sym_integer_literal] = ACTIONS(2014), + [aux_sym_string_literal_token1] = ACTIONS(2014), + [sym_char_literal] = ACTIONS(2014), + [anon_sym_true] = ACTIONS(2016), + [anon_sym_false] = ACTIONS(2016), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2016), + [sym_super] = ACTIONS(2016), + [sym_crate] = ACTIONS(2016), + [sym_metavariable] = ACTIONS(2014), + [sym__raw_string_literal_start] = ACTIONS(2014), + [sym_float_literal] = ACTIONS(2014), }, [STATE(550)] = { [sym_line_comment] = STATE(550), [sym_block_comment] = STATE(550), - [ts_builtin_sym_end] = ACTIONS(2003), - [sym_identifier] = ACTIONS(2005), - [anon_sym_SEMI] = ACTIONS(2003), - [anon_sym_macro_rules_BANG] = ACTIONS(2003), - [anon_sym_LPAREN] = ACTIONS(2003), - [anon_sym_LBRACK] = ACTIONS(2003), - [anon_sym_LBRACE] = ACTIONS(2003), - [anon_sym_RBRACE] = ACTIONS(2003), - [anon_sym_STAR] = ACTIONS(2003), - [anon_sym_u8] = ACTIONS(2005), - [anon_sym_i8] = ACTIONS(2005), - [anon_sym_u16] = ACTIONS(2005), - [anon_sym_i16] = ACTIONS(2005), - [anon_sym_u32] = ACTIONS(2005), - [anon_sym_i32] = ACTIONS(2005), - [anon_sym_u64] = ACTIONS(2005), - [anon_sym_i64] = ACTIONS(2005), - [anon_sym_u128] = ACTIONS(2005), - [anon_sym_i128] = ACTIONS(2005), - [anon_sym_isize] = ACTIONS(2005), - [anon_sym_usize] = ACTIONS(2005), - [anon_sym_f32] = ACTIONS(2005), - [anon_sym_f64] = ACTIONS(2005), - [anon_sym_bool] = ACTIONS(2005), - [anon_sym_str] = ACTIONS(2005), - [anon_sym_char] = ACTIONS(2005), - [anon_sym_DASH] = ACTIONS(2003), - [anon_sym_BANG] = ACTIONS(2003), - [anon_sym_AMP] = ACTIONS(2003), - [anon_sym_PIPE] = ACTIONS(2003), - [anon_sym_LT] = ACTIONS(2003), - [anon_sym_DOT_DOT] = ACTIONS(2003), - [anon_sym_COLON_COLON] = ACTIONS(2003), - [anon_sym_POUND] = ACTIONS(2003), - [anon_sym_SQUOTE] = ACTIONS(2005), - [anon_sym_async] = ACTIONS(2005), - [anon_sym_break] = ACTIONS(2005), - [anon_sym_const] = ACTIONS(2005), - [anon_sym_continue] = ACTIONS(2005), - [anon_sym_default] = ACTIONS(2005), - [anon_sym_enum] = ACTIONS(2005), - [anon_sym_fn] = ACTIONS(2005), - [anon_sym_for] = ACTIONS(2005), - [anon_sym_gen] = ACTIONS(2005), - [anon_sym_if] = ACTIONS(2005), - [anon_sym_impl] = ACTIONS(2005), - [anon_sym_let] = ACTIONS(2005), - [anon_sym_loop] = ACTIONS(2005), - [anon_sym_match] = ACTIONS(2005), - [anon_sym_mod] = ACTIONS(2005), - [anon_sym_pub] = ACTIONS(2005), - [anon_sym_return] = ACTIONS(2005), - [anon_sym_static] = ACTIONS(2005), - [anon_sym_struct] = ACTIONS(2005), - [anon_sym_trait] = ACTIONS(2005), - [anon_sym_type] = ACTIONS(2005), - [anon_sym_union] = ACTIONS(2005), - [anon_sym_unsafe] = ACTIONS(2005), - [anon_sym_use] = ACTIONS(2005), - [anon_sym_while] = ACTIONS(2005), - [anon_sym_extern] = ACTIONS(2005), - [anon_sym_yield] = ACTIONS(2005), - [anon_sym_move] = ACTIONS(2005), - [anon_sym_try] = ACTIONS(2005), - [sym_integer_literal] = ACTIONS(2003), - [aux_sym_string_literal_token1] = ACTIONS(2003), - [sym_char_literal] = ACTIONS(2003), - [anon_sym_true] = ACTIONS(2005), - [anon_sym_false] = ACTIONS(2005), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2005), - [sym_super] = ACTIONS(2005), - [sym_crate] = ACTIONS(2005), - [sym_metavariable] = ACTIONS(2003), - [sym__raw_string_literal_start] = ACTIONS(2003), - [sym_float_literal] = ACTIONS(2003), + [ts_builtin_sym_end] = ACTIONS(2018), + [sym_identifier] = ACTIONS(2020), + [anon_sym_SEMI] = ACTIONS(2018), + [anon_sym_macro_rules_BANG] = ACTIONS(2018), + [anon_sym_LPAREN] = ACTIONS(2018), + [anon_sym_LBRACK] = ACTIONS(2018), + [anon_sym_LBRACE] = ACTIONS(2018), + [anon_sym_RBRACE] = ACTIONS(2018), + [anon_sym_STAR] = ACTIONS(2018), + [anon_sym_u8] = ACTIONS(2020), + [anon_sym_i8] = ACTIONS(2020), + [anon_sym_u16] = ACTIONS(2020), + [anon_sym_i16] = ACTIONS(2020), + [anon_sym_u32] = ACTIONS(2020), + [anon_sym_i32] = ACTIONS(2020), + [anon_sym_u64] = ACTIONS(2020), + [anon_sym_i64] = ACTIONS(2020), + [anon_sym_u128] = ACTIONS(2020), + [anon_sym_i128] = ACTIONS(2020), + [anon_sym_isize] = ACTIONS(2020), + [anon_sym_usize] = ACTIONS(2020), + [anon_sym_f32] = ACTIONS(2020), + [anon_sym_f64] = ACTIONS(2020), + [anon_sym_bool] = ACTIONS(2020), + [anon_sym_str] = ACTIONS(2020), + [anon_sym_char] = ACTIONS(2020), + [anon_sym_DASH] = ACTIONS(2018), + [anon_sym_BANG] = ACTIONS(2018), + [anon_sym_AMP] = ACTIONS(2018), + [anon_sym_PIPE] = ACTIONS(2018), + [anon_sym_LT] = ACTIONS(2018), + [anon_sym_DOT_DOT] = ACTIONS(2018), + [anon_sym_COLON_COLON] = ACTIONS(2018), + [anon_sym_POUND] = ACTIONS(2018), + [anon_sym_SQUOTE] = ACTIONS(2020), + [anon_sym_async] = ACTIONS(2020), + [anon_sym_break] = ACTIONS(2020), + [anon_sym_const] = ACTIONS(2020), + [anon_sym_continue] = ACTIONS(2020), + [anon_sym_default] = ACTIONS(2020), + [anon_sym_enum] = ACTIONS(2020), + [anon_sym_fn] = ACTIONS(2020), + [anon_sym_for] = ACTIONS(2020), + [anon_sym_gen] = ACTIONS(2020), + [anon_sym_if] = ACTIONS(2020), + [anon_sym_impl] = ACTIONS(2020), + [anon_sym_let] = ACTIONS(2020), + [anon_sym_loop] = ACTIONS(2020), + [anon_sym_match] = ACTIONS(2020), + [anon_sym_mod] = ACTIONS(2020), + [anon_sym_pub] = ACTIONS(2020), + [anon_sym_return] = ACTIONS(2020), + [anon_sym_static] = ACTIONS(2020), + [anon_sym_struct] = ACTIONS(2020), + [anon_sym_trait] = ACTIONS(2020), + [anon_sym_type] = ACTIONS(2020), + [anon_sym_union] = ACTIONS(2020), + [anon_sym_unsafe] = ACTIONS(2020), + [anon_sym_use] = ACTIONS(2020), + [anon_sym_while] = ACTIONS(2020), + [anon_sym_extern] = ACTIONS(2020), + [anon_sym_yield] = ACTIONS(2020), + [anon_sym_move] = ACTIONS(2020), + [anon_sym_try] = ACTIONS(2020), + [sym_integer_literal] = ACTIONS(2018), + [aux_sym_string_literal_token1] = ACTIONS(2018), + [sym_char_literal] = ACTIONS(2018), + [anon_sym_true] = ACTIONS(2020), + [anon_sym_false] = ACTIONS(2020), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2020), + [sym_super] = ACTIONS(2020), + [sym_crate] = ACTIONS(2020), + [sym_metavariable] = ACTIONS(2018), + [sym__raw_string_literal_start] = ACTIONS(2018), + [sym_float_literal] = ACTIONS(2018), }, [STATE(551)] = { [sym_line_comment] = STATE(551), [sym_block_comment] = STATE(551), - [ts_builtin_sym_end] = ACTIONS(2007), - [sym_identifier] = ACTIONS(2009), - [anon_sym_SEMI] = ACTIONS(2007), - [anon_sym_macro_rules_BANG] = ACTIONS(2007), - [anon_sym_LPAREN] = ACTIONS(2007), - [anon_sym_LBRACK] = ACTIONS(2007), - [anon_sym_LBRACE] = ACTIONS(2007), - [anon_sym_RBRACE] = ACTIONS(2007), - [anon_sym_STAR] = ACTIONS(2007), - [anon_sym_u8] = ACTIONS(2009), - [anon_sym_i8] = ACTIONS(2009), - [anon_sym_u16] = ACTIONS(2009), - [anon_sym_i16] = ACTIONS(2009), - [anon_sym_u32] = ACTIONS(2009), - [anon_sym_i32] = ACTIONS(2009), - [anon_sym_u64] = ACTIONS(2009), - [anon_sym_i64] = ACTIONS(2009), - [anon_sym_u128] = ACTIONS(2009), - [anon_sym_i128] = ACTIONS(2009), - [anon_sym_isize] = ACTIONS(2009), - [anon_sym_usize] = ACTIONS(2009), - [anon_sym_f32] = ACTIONS(2009), - [anon_sym_f64] = ACTIONS(2009), - [anon_sym_bool] = ACTIONS(2009), - [anon_sym_str] = ACTIONS(2009), - [anon_sym_char] = ACTIONS(2009), - [anon_sym_DASH] = ACTIONS(2007), - [anon_sym_BANG] = ACTIONS(2007), - [anon_sym_AMP] = ACTIONS(2007), - [anon_sym_PIPE] = ACTIONS(2007), - [anon_sym_LT] = ACTIONS(2007), - [anon_sym_DOT_DOT] = ACTIONS(2007), - [anon_sym_COLON_COLON] = ACTIONS(2007), - [anon_sym_POUND] = ACTIONS(2007), - [anon_sym_SQUOTE] = ACTIONS(2009), - [anon_sym_async] = ACTIONS(2009), - [anon_sym_break] = ACTIONS(2009), - [anon_sym_const] = ACTIONS(2009), - [anon_sym_continue] = ACTIONS(2009), - [anon_sym_default] = ACTIONS(2009), - [anon_sym_enum] = ACTIONS(2009), - [anon_sym_fn] = ACTIONS(2009), - [anon_sym_for] = ACTIONS(2009), - [anon_sym_gen] = ACTIONS(2009), - [anon_sym_if] = ACTIONS(2009), - [anon_sym_impl] = ACTIONS(2009), - [anon_sym_let] = ACTIONS(2009), - [anon_sym_loop] = ACTIONS(2009), - [anon_sym_match] = ACTIONS(2009), - [anon_sym_mod] = ACTIONS(2009), - [anon_sym_pub] = ACTIONS(2009), - [anon_sym_return] = ACTIONS(2009), - [anon_sym_static] = ACTIONS(2009), - [anon_sym_struct] = ACTIONS(2009), - [anon_sym_trait] = ACTIONS(2009), - [anon_sym_type] = ACTIONS(2009), - [anon_sym_union] = ACTIONS(2009), - [anon_sym_unsafe] = ACTIONS(2009), - [anon_sym_use] = ACTIONS(2009), - [anon_sym_while] = ACTIONS(2009), - [anon_sym_extern] = ACTIONS(2009), - [anon_sym_yield] = ACTIONS(2009), - [anon_sym_move] = ACTIONS(2009), - [anon_sym_try] = ACTIONS(2009), - [sym_integer_literal] = ACTIONS(2007), - [aux_sym_string_literal_token1] = ACTIONS(2007), - [sym_char_literal] = ACTIONS(2007), - [anon_sym_true] = ACTIONS(2009), - [anon_sym_false] = ACTIONS(2009), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2009), - [sym_super] = ACTIONS(2009), - [sym_crate] = ACTIONS(2009), - [sym_metavariable] = ACTIONS(2007), - [sym__raw_string_literal_start] = ACTIONS(2007), - [sym_float_literal] = ACTIONS(2007), + [ts_builtin_sym_end] = ACTIONS(2022), + [sym_identifier] = ACTIONS(2024), + [anon_sym_SEMI] = ACTIONS(2022), + [anon_sym_macro_rules_BANG] = ACTIONS(2022), + [anon_sym_LPAREN] = ACTIONS(2022), + [anon_sym_LBRACK] = ACTIONS(2022), + [anon_sym_LBRACE] = ACTIONS(2022), + [anon_sym_RBRACE] = ACTIONS(2022), + [anon_sym_STAR] = ACTIONS(2022), + [anon_sym_u8] = ACTIONS(2024), + [anon_sym_i8] = ACTIONS(2024), + [anon_sym_u16] = ACTIONS(2024), + [anon_sym_i16] = ACTIONS(2024), + [anon_sym_u32] = ACTIONS(2024), + [anon_sym_i32] = ACTIONS(2024), + [anon_sym_u64] = ACTIONS(2024), + [anon_sym_i64] = ACTIONS(2024), + [anon_sym_u128] = ACTIONS(2024), + [anon_sym_i128] = ACTIONS(2024), + [anon_sym_isize] = ACTIONS(2024), + [anon_sym_usize] = ACTIONS(2024), + [anon_sym_f32] = ACTIONS(2024), + [anon_sym_f64] = ACTIONS(2024), + [anon_sym_bool] = ACTIONS(2024), + [anon_sym_str] = ACTIONS(2024), + [anon_sym_char] = ACTIONS(2024), + [anon_sym_DASH] = ACTIONS(2022), + [anon_sym_BANG] = ACTIONS(2022), + [anon_sym_AMP] = ACTIONS(2022), + [anon_sym_PIPE] = ACTIONS(2022), + [anon_sym_LT] = ACTIONS(2022), + [anon_sym_DOT_DOT] = ACTIONS(2022), + [anon_sym_COLON_COLON] = ACTIONS(2022), + [anon_sym_POUND] = ACTIONS(2022), + [anon_sym_SQUOTE] = ACTIONS(2024), + [anon_sym_async] = ACTIONS(2024), + [anon_sym_break] = ACTIONS(2024), + [anon_sym_const] = ACTIONS(2024), + [anon_sym_continue] = ACTIONS(2024), + [anon_sym_default] = ACTIONS(2024), + [anon_sym_enum] = ACTIONS(2024), + [anon_sym_fn] = ACTIONS(2024), + [anon_sym_for] = ACTIONS(2024), + [anon_sym_gen] = ACTIONS(2024), + [anon_sym_if] = ACTIONS(2024), + [anon_sym_impl] = ACTIONS(2024), + [anon_sym_let] = ACTIONS(2024), + [anon_sym_loop] = ACTIONS(2024), + [anon_sym_match] = ACTIONS(2024), + [anon_sym_mod] = ACTIONS(2024), + [anon_sym_pub] = ACTIONS(2024), + [anon_sym_return] = ACTIONS(2024), + [anon_sym_static] = ACTIONS(2024), + [anon_sym_struct] = ACTIONS(2024), + [anon_sym_trait] = ACTIONS(2024), + [anon_sym_type] = ACTIONS(2024), + [anon_sym_union] = ACTIONS(2024), + [anon_sym_unsafe] = ACTIONS(2024), + [anon_sym_use] = ACTIONS(2024), + [anon_sym_while] = ACTIONS(2024), + [anon_sym_extern] = ACTIONS(2024), + [anon_sym_yield] = ACTIONS(2024), + [anon_sym_move] = ACTIONS(2024), + [anon_sym_try] = ACTIONS(2024), + [sym_integer_literal] = ACTIONS(2022), + [aux_sym_string_literal_token1] = ACTIONS(2022), + [sym_char_literal] = ACTIONS(2022), + [anon_sym_true] = ACTIONS(2024), + [anon_sym_false] = ACTIONS(2024), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2024), + [sym_super] = ACTIONS(2024), + [sym_crate] = ACTIONS(2024), + [sym_metavariable] = ACTIONS(2022), + [sym__raw_string_literal_start] = ACTIONS(2022), + [sym_float_literal] = ACTIONS(2022), }, [STATE(552)] = { [sym_line_comment] = STATE(552), [sym_block_comment] = STATE(552), - [ts_builtin_sym_end] = ACTIONS(2011), - [sym_identifier] = ACTIONS(2013), - [anon_sym_SEMI] = ACTIONS(2011), - [anon_sym_macro_rules_BANG] = ACTIONS(2011), - [anon_sym_LPAREN] = ACTIONS(2011), - [anon_sym_LBRACK] = ACTIONS(2011), - [anon_sym_LBRACE] = ACTIONS(2011), - [anon_sym_RBRACE] = ACTIONS(2011), - [anon_sym_STAR] = ACTIONS(2011), - [anon_sym_u8] = ACTIONS(2013), - [anon_sym_i8] = ACTIONS(2013), - [anon_sym_u16] = ACTIONS(2013), - [anon_sym_i16] = ACTIONS(2013), - [anon_sym_u32] = ACTIONS(2013), - [anon_sym_i32] = ACTIONS(2013), - [anon_sym_u64] = ACTIONS(2013), - [anon_sym_i64] = ACTIONS(2013), - [anon_sym_u128] = ACTIONS(2013), - [anon_sym_i128] = ACTIONS(2013), - [anon_sym_isize] = ACTIONS(2013), - [anon_sym_usize] = ACTIONS(2013), - [anon_sym_f32] = ACTIONS(2013), - [anon_sym_f64] = ACTIONS(2013), - [anon_sym_bool] = ACTIONS(2013), - [anon_sym_str] = ACTIONS(2013), - [anon_sym_char] = ACTIONS(2013), - [anon_sym_DASH] = ACTIONS(2011), - [anon_sym_BANG] = ACTIONS(2011), - [anon_sym_AMP] = ACTIONS(2011), - [anon_sym_PIPE] = ACTIONS(2011), - [anon_sym_LT] = ACTIONS(2011), - [anon_sym_DOT_DOT] = ACTIONS(2011), - [anon_sym_COLON_COLON] = ACTIONS(2011), - [anon_sym_POUND] = ACTIONS(2011), - [anon_sym_SQUOTE] = ACTIONS(2013), - [anon_sym_async] = ACTIONS(2013), - [anon_sym_break] = ACTIONS(2013), - [anon_sym_const] = ACTIONS(2013), - [anon_sym_continue] = ACTIONS(2013), - [anon_sym_default] = ACTIONS(2013), - [anon_sym_enum] = ACTIONS(2013), - [anon_sym_fn] = ACTIONS(2013), - [anon_sym_for] = ACTIONS(2013), - [anon_sym_gen] = ACTIONS(2013), - [anon_sym_if] = ACTIONS(2013), - [anon_sym_impl] = ACTIONS(2013), - [anon_sym_let] = ACTIONS(2013), - [anon_sym_loop] = ACTIONS(2013), - [anon_sym_match] = ACTIONS(2013), - [anon_sym_mod] = ACTIONS(2013), - [anon_sym_pub] = ACTIONS(2013), - [anon_sym_return] = ACTIONS(2013), - [anon_sym_static] = ACTIONS(2013), - [anon_sym_struct] = ACTIONS(2013), - [anon_sym_trait] = ACTIONS(2013), - [anon_sym_type] = ACTIONS(2013), - [anon_sym_union] = ACTIONS(2013), - [anon_sym_unsafe] = ACTIONS(2013), - [anon_sym_use] = ACTIONS(2013), - [anon_sym_while] = ACTIONS(2013), - [anon_sym_extern] = ACTIONS(2013), - [anon_sym_yield] = ACTIONS(2013), - [anon_sym_move] = ACTIONS(2013), - [anon_sym_try] = ACTIONS(2013), - [sym_integer_literal] = ACTIONS(2011), - [aux_sym_string_literal_token1] = ACTIONS(2011), - [sym_char_literal] = ACTIONS(2011), - [anon_sym_true] = ACTIONS(2013), - [anon_sym_false] = ACTIONS(2013), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2013), - [sym_super] = ACTIONS(2013), - [sym_crate] = ACTIONS(2013), - [sym_metavariable] = ACTIONS(2011), - [sym__raw_string_literal_start] = ACTIONS(2011), - [sym_float_literal] = ACTIONS(2011), + [ts_builtin_sym_end] = ACTIONS(2026), + [sym_identifier] = ACTIONS(2028), + [anon_sym_SEMI] = ACTIONS(2026), + [anon_sym_macro_rules_BANG] = ACTIONS(2026), + [anon_sym_LPAREN] = ACTIONS(2026), + [anon_sym_LBRACK] = ACTIONS(2026), + [anon_sym_LBRACE] = ACTIONS(2026), + [anon_sym_RBRACE] = ACTIONS(2026), + [anon_sym_STAR] = ACTIONS(2026), + [anon_sym_u8] = ACTIONS(2028), + [anon_sym_i8] = ACTIONS(2028), + [anon_sym_u16] = ACTIONS(2028), + [anon_sym_i16] = ACTIONS(2028), + [anon_sym_u32] = ACTIONS(2028), + [anon_sym_i32] = ACTIONS(2028), + [anon_sym_u64] = ACTIONS(2028), + [anon_sym_i64] = ACTIONS(2028), + [anon_sym_u128] = ACTIONS(2028), + [anon_sym_i128] = ACTIONS(2028), + [anon_sym_isize] = ACTIONS(2028), + [anon_sym_usize] = ACTIONS(2028), + [anon_sym_f32] = ACTIONS(2028), + [anon_sym_f64] = ACTIONS(2028), + [anon_sym_bool] = ACTIONS(2028), + [anon_sym_str] = ACTIONS(2028), + [anon_sym_char] = ACTIONS(2028), + [anon_sym_DASH] = ACTIONS(2026), + [anon_sym_BANG] = ACTIONS(2026), + [anon_sym_AMP] = ACTIONS(2026), + [anon_sym_PIPE] = ACTIONS(2026), + [anon_sym_LT] = ACTIONS(2026), + [anon_sym_DOT_DOT] = ACTIONS(2026), + [anon_sym_COLON_COLON] = ACTIONS(2026), + [anon_sym_POUND] = ACTIONS(2026), + [anon_sym_SQUOTE] = ACTIONS(2028), + [anon_sym_async] = ACTIONS(2028), + [anon_sym_break] = ACTIONS(2028), + [anon_sym_const] = ACTIONS(2028), + [anon_sym_continue] = ACTIONS(2028), + [anon_sym_default] = ACTIONS(2028), + [anon_sym_enum] = ACTIONS(2028), + [anon_sym_fn] = ACTIONS(2028), + [anon_sym_for] = ACTIONS(2028), + [anon_sym_gen] = ACTIONS(2028), + [anon_sym_if] = ACTIONS(2028), + [anon_sym_impl] = ACTIONS(2028), + [anon_sym_let] = ACTIONS(2028), + [anon_sym_loop] = ACTIONS(2028), + [anon_sym_match] = ACTIONS(2028), + [anon_sym_mod] = ACTIONS(2028), + [anon_sym_pub] = ACTIONS(2028), + [anon_sym_return] = ACTIONS(2028), + [anon_sym_static] = ACTIONS(2028), + [anon_sym_struct] = ACTIONS(2028), + [anon_sym_trait] = ACTIONS(2028), + [anon_sym_type] = ACTIONS(2028), + [anon_sym_union] = ACTIONS(2028), + [anon_sym_unsafe] = ACTIONS(2028), + [anon_sym_use] = ACTIONS(2028), + [anon_sym_while] = ACTIONS(2028), + [anon_sym_extern] = ACTIONS(2028), + [anon_sym_yield] = ACTIONS(2028), + [anon_sym_move] = ACTIONS(2028), + [anon_sym_try] = ACTIONS(2028), + [sym_integer_literal] = ACTIONS(2026), + [aux_sym_string_literal_token1] = ACTIONS(2026), + [sym_char_literal] = ACTIONS(2026), + [anon_sym_true] = ACTIONS(2028), + [anon_sym_false] = ACTIONS(2028), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2028), + [sym_super] = ACTIONS(2028), + [sym_crate] = ACTIONS(2028), + [sym_metavariable] = ACTIONS(2026), + [sym__raw_string_literal_start] = ACTIONS(2026), + [sym_float_literal] = ACTIONS(2026), }, [STATE(553)] = { [sym_line_comment] = STATE(553), [sym_block_comment] = STATE(553), - [ts_builtin_sym_end] = ACTIONS(2015), - [sym_identifier] = ACTIONS(2017), - [anon_sym_SEMI] = ACTIONS(2015), - [anon_sym_macro_rules_BANG] = ACTIONS(2015), - [anon_sym_LPAREN] = ACTIONS(2015), - [anon_sym_LBRACK] = ACTIONS(2015), - [anon_sym_LBRACE] = ACTIONS(2015), - [anon_sym_RBRACE] = ACTIONS(2015), - [anon_sym_STAR] = ACTIONS(2015), - [anon_sym_u8] = ACTIONS(2017), - [anon_sym_i8] = ACTIONS(2017), - [anon_sym_u16] = ACTIONS(2017), - [anon_sym_i16] = ACTIONS(2017), - [anon_sym_u32] = ACTIONS(2017), - [anon_sym_i32] = ACTIONS(2017), - [anon_sym_u64] = ACTIONS(2017), - [anon_sym_i64] = ACTIONS(2017), - [anon_sym_u128] = ACTIONS(2017), - [anon_sym_i128] = ACTIONS(2017), - [anon_sym_isize] = ACTIONS(2017), - [anon_sym_usize] = ACTIONS(2017), - [anon_sym_f32] = ACTIONS(2017), - [anon_sym_f64] = ACTIONS(2017), - [anon_sym_bool] = ACTIONS(2017), - [anon_sym_str] = ACTIONS(2017), - [anon_sym_char] = ACTIONS(2017), - [anon_sym_DASH] = ACTIONS(2015), - [anon_sym_BANG] = ACTIONS(2015), - [anon_sym_AMP] = ACTIONS(2015), - [anon_sym_PIPE] = ACTIONS(2015), - [anon_sym_LT] = ACTIONS(2015), - [anon_sym_DOT_DOT] = ACTIONS(2015), - [anon_sym_COLON_COLON] = ACTIONS(2015), - [anon_sym_POUND] = ACTIONS(2015), - [anon_sym_SQUOTE] = ACTIONS(2017), - [anon_sym_async] = ACTIONS(2017), - [anon_sym_break] = ACTIONS(2017), - [anon_sym_const] = ACTIONS(2017), - [anon_sym_continue] = ACTIONS(2017), - [anon_sym_default] = ACTIONS(2017), - [anon_sym_enum] = ACTIONS(2017), - [anon_sym_fn] = ACTIONS(2017), - [anon_sym_for] = ACTIONS(2017), - [anon_sym_gen] = ACTIONS(2017), - [anon_sym_if] = ACTIONS(2017), - [anon_sym_impl] = ACTIONS(2017), - [anon_sym_let] = ACTIONS(2017), - [anon_sym_loop] = ACTIONS(2017), - [anon_sym_match] = ACTIONS(2017), - [anon_sym_mod] = ACTIONS(2017), - [anon_sym_pub] = ACTIONS(2017), - [anon_sym_return] = ACTIONS(2017), - [anon_sym_static] = ACTIONS(2017), - [anon_sym_struct] = ACTIONS(2017), - [anon_sym_trait] = ACTIONS(2017), - [anon_sym_type] = ACTIONS(2017), - [anon_sym_union] = ACTIONS(2017), - [anon_sym_unsafe] = ACTIONS(2017), - [anon_sym_use] = ACTIONS(2017), - [anon_sym_while] = ACTIONS(2017), - [anon_sym_extern] = ACTIONS(2017), - [anon_sym_yield] = ACTIONS(2017), - [anon_sym_move] = ACTIONS(2017), - [anon_sym_try] = ACTIONS(2017), - [sym_integer_literal] = ACTIONS(2015), - [aux_sym_string_literal_token1] = ACTIONS(2015), - [sym_char_literal] = ACTIONS(2015), - [anon_sym_true] = ACTIONS(2017), - [anon_sym_false] = ACTIONS(2017), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2017), - [sym_super] = ACTIONS(2017), - [sym_crate] = ACTIONS(2017), - [sym_metavariable] = ACTIONS(2015), - [sym__raw_string_literal_start] = ACTIONS(2015), - [sym_float_literal] = ACTIONS(2015), + [ts_builtin_sym_end] = ACTIONS(2030), + [sym_identifier] = ACTIONS(2032), + [anon_sym_SEMI] = ACTIONS(2030), + [anon_sym_macro_rules_BANG] = ACTIONS(2030), + [anon_sym_LPAREN] = ACTIONS(2030), + [anon_sym_LBRACK] = ACTIONS(2030), + [anon_sym_LBRACE] = ACTIONS(2030), + [anon_sym_RBRACE] = ACTIONS(2030), + [anon_sym_STAR] = ACTIONS(2030), + [anon_sym_u8] = ACTIONS(2032), + [anon_sym_i8] = ACTIONS(2032), + [anon_sym_u16] = ACTIONS(2032), + [anon_sym_i16] = ACTIONS(2032), + [anon_sym_u32] = ACTIONS(2032), + [anon_sym_i32] = ACTIONS(2032), + [anon_sym_u64] = ACTIONS(2032), + [anon_sym_i64] = ACTIONS(2032), + [anon_sym_u128] = ACTIONS(2032), + [anon_sym_i128] = ACTIONS(2032), + [anon_sym_isize] = ACTIONS(2032), + [anon_sym_usize] = ACTIONS(2032), + [anon_sym_f32] = ACTIONS(2032), + [anon_sym_f64] = ACTIONS(2032), + [anon_sym_bool] = ACTIONS(2032), + [anon_sym_str] = ACTIONS(2032), + [anon_sym_char] = ACTIONS(2032), + [anon_sym_DASH] = ACTIONS(2030), + [anon_sym_BANG] = ACTIONS(2030), + [anon_sym_AMP] = ACTIONS(2030), + [anon_sym_PIPE] = ACTIONS(2030), + [anon_sym_LT] = ACTIONS(2030), + [anon_sym_DOT_DOT] = ACTIONS(2030), + [anon_sym_COLON_COLON] = ACTIONS(2030), + [anon_sym_POUND] = ACTIONS(2030), + [anon_sym_SQUOTE] = ACTIONS(2032), + [anon_sym_async] = ACTIONS(2032), + [anon_sym_break] = ACTIONS(2032), + [anon_sym_const] = ACTIONS(2032), + [anon_sym_continue] = ACTIONS(2032), + [anon_sym_default] = ACTIONS(2032), + [anon_sym_enum] = ACTIONS(2032), + [anon_sym_fn] = ACTIONS(2032), + [anon_sym_for] = ACTIONS(2032), + [anon_sym_gen] = ACTIONS(2032), + [anon_sym_if] = ACTIONS(2032), + [anon_sym_impl] = ACTIONS(2032), + [anon_sym_let] = ACTIONS(2032), + [anon_sym_loop] = ACTIONS(2032), + [anon_sym_match] = ACTIONS(2032), + [anon_sym_mod] = ACTIONS(2032), + [anon_sym_pub] = ACTIONS(2032), + [anon_sym_return] = ACTIONS(2032), + [anon_sym_static] = ACTIONS(2032), + [anon_sym_struct] = ACTIONS(2032), + [anon_sym_trait] = ACTIONS(2032), + [anon_sym_type] = ACTIONS(2032), + [anon_sym_union] = ACTIONS(2032), + [anon_sym_unsafe] = ACTIONS(2032), + [anon_sym_use] = ACTIONS(2032), + [anon_sym_while] = ACTIONS(2032), + [anon_sym_extern] = ACTIONS(2032), + [anon_sym_yield] = ACTIONS(2032), + [anon_sym_move] = ACTIONS(2032), + [anon_sym_try] = ACTIONS(2032), + [sym_integer_literal] = ACTIONS(2030), + [aux_sym_string_literal_token1] = ACTIONS(2030), + [sym_char_literal] = ACTIONS(2030), + [anon_sym_true] = ACTIONS(2032), + [anon_sym_false] = ACTIONS(2032), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2032), + [sym_super] = ACTIONS(2032), + [sym_crate] = ACTIONS(2032), + [sym_metavariable] = ACTIONS(2030), + [sym__raw_string_literal_start] = ACTIONS(2030), + [sym_float_literal] = ACTIONS(2030), }, [STATE(554)] = { [sym_line_comment] = STATE(554), [sym_block_comment] = STATE(554), - [ts_builtin_sym_end] = ACTIONS(2019), - [sym_identifier] = ACTIONS(2021), - [anon_sym_SEMI] = ACTIONS(2019), - [anon_sym_macro_rules_BANG] = ACTIONS(2019), - [anon_sym_LPAREN] = ACTIONS(2019), - [anon_sym_LBRACK] = ACTIONS(2019), - [anon_sym_LBRACE] = ACTIONS(2019), - [anon_sym_RBRACE] = ACTIONS(2019), - [anon_sym_STAR] = ACTIONS(2019), - [anon_sym_u8] = ACTIONS(2021), - [anon_sym_i8] = ACTIONS(2021), - [anon_sym_u16] = ACTIONS(2021), - [anon_sym_i16] = ACTIONS(2021), - [anon_sym_u32] = ACTIONS(2021), - [anon_sym_i32] = ACTIONS(2021), - [anon_sym_u64] = ACTIONS(2021), - [anon_sym_i64] = ACTIONS(2021), - [anon_sym_u128] = ACTIONS(2021), - [anon_sym_i128] = ACTIONS(2021), - [anon_sym_isize] = ACTIONS(2021), - [anon_sym_usize] = ACTIONS(2021), - [anon_sym_f32] = ACTIONS(2021), - [anon_sym_f64] = ACTIONS(2021), - [anon_sym_bool] = ACTIONS(2021), - [anon_sym_str] = ACTIONS(2021), - [anon_sym_char] = ACTIONS(2021), - [anon_sym_DASH] = ACTIONS(2019), - [anon_sym_BANG] = ACTIONS(2019), - [anon_sym_AMP] = ACTIONS(2019), - [anon_sym_PIPE] = ACTIONS(2019), - [anon_sym_LT] = ACTIONS(2019), - [anon_sym_DOT_DOT] = ACTIONS(2019), - [anon_sym_COLON_COLON] = ACTIONS(2019), - [anon_sym_POUND] = ACTIONS(2019), - [anon_sym_SQUOTE] = ACTIONS(2021), - [anon_sym_async] = ACTIONS(2021), - [anon_sym_break] = ACTIONS(2021), - [anon_sym_const] = ACTIONS(2021), - [anon_sym_continue] = ACTIONS(2021), - [anon_sym_default] = ACTIONS(2021), - [anon_sym_enum] = ACTIONS(2021), - [anon_sym_fn] = ACTIONS(2021), - [anon_sym_for] = ACTIONS(2021), - [anon_sym_gen] = ACTIONS(2021), - [anon_sym_if] = ACTIONS(2021), - [anon_sym_impl] = ACTIONS(2021), - [anon_sym_let] = ACTIONS(2021), - [anon_sym_loop] = ACTIONS(2021), - [anon_sym_match] = ACTIONS(2021), - [anon_sym_mod] = ACTIONS(2021), - [anon_sym_pub] = ACTIONS(2021), - [anon_sym_return] = ACTIONS(2021), - [anon_sym_static] = ACTIONS(2021), - [anon_sym_struct] = ACTIONS(2021), - [anon_sym_trait] = ACTIONS(2021), - [anon_sym_type] = ACTIONS(2021), - [anon_sym_union] = ACTIONS(2021), - [anon_sym_unsafe] = ACTIONS(2021), - [anon_sym_use] = ACTIONS(2021), - [anon_sym_while] = ACTIONS(2021), - [anon_sym_extern] = ACTIONS(2021), - [anon_sym_yield] = ACTIONS(2021), - [anon_sym_move] = ACTIONS(2021), - [anon_sym_try] = ACTIONS(2021), - [sym_integer_literal] = ACTIONS(2019), - [aux_sym_string_literal_token1] = ACTIONS(2019), - [sym_char_literal] = ACTIONS(2019), - [anon_sym_true] = ACTIONS(2021), - [anon_sym_false] = ACTIONS(2021), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2021), - [sym_super] = ACTIONS(2021), - [sym_crate] = ACTIONS(2021), - [sym_metavariable] = ACTIONS(2019), - [sym__raw_string_literal_start] = ACTIONS(2019), - [sym_float_literal] = ACTIONS(2019), + [ts_builtin_sym_end] = ACTIONS(2034), + [sym_identifier] = ACTIONS(2036), + [anon_sym_SEMI] = ACTIONS(2034), + [anon_sym_macro_rules_BANG] = ACTIONS(2034), + [anon_sym_LPAREN] = ACTIONS(2034), + [anon_sym_LBRACK] = ACTIONS(2034), + [anon_sym_LBRACE] = ACTIONS(2034), + [anon_sym_RBRACE] = ACTIONS(2034), + [anon_sym_STAR] = ACTIONS(2034), + [anon_sym_u8] = ACTIONS(2036), + [anon_sym_i8] = ACTIONS(2036), + [anon_sym_u16] = ACTIONS(2036), + [anon_sym_i16] = ACTIONS(2036), + [anon_sym_u32] = ACTIONS(2036), + [anon_sym_i32] = ACTIONS(2036), + [anon_sym_u64] = ACTIONS(2036), + [anon_sym_i64] = ACTIONS(2036), + [anon_sym_u128] = ACTIONS(2036), + [anon_sym_i128] = ACTIONS(2036), + [anon_sym_isize] = ACTIONS(2036), + [anon_sym_usize] = ACTIONS(2036), + [anon_sym_f32] = ACTIONS(2036), + [anon_sym_f64] = ACTIONS(2036), + [anon_sym_bool] = ACTIONS(2036), + [anon_sym_str] = ACTIONS(2036), + [anon_sym_char] = ACTIONS(2036), + [anon_sym_DASH] = ACTIONS(2034), + [anon_sym_BANG] = ACTIONS(2034), + [anon_sym_AMP] = ACTIONS(2034), + [anon_sym_PIPE] = ACTIONS(2034), + [anon_sym_LT] = ACTIONS(2034), + [anon_sym_DOT_DOT] = ACTIONS(2034), + [anon_sym_COLON_COLON] = ACTIONS(2034), + [anon_sym_POUND] = ACTIONS(2034), + [anon_sym_SQUOTE] = ACTIONS(2036), + [anon_sym_async] = ACTIONS(2036), + [anon_sym_break] = ACTIONS(2036), + [anon_sym_const] = ACTIONS(2036), + [anon_sym_continue] = ACTIONS(2036), + [anon_sym_default] = ACTIONS(2036), + [anon_sym_enum] = ACTIONS(2036), + [anon_sym_fn] = ACTIONS(2036), + [anon_sym_for] = ACTIONS(2036), + [anon_sym_gen] = ACTIONS(2036), + [anon_sym_if] = ACTIONS(2036), + [anon_sym_impl] = ACTIONS(2036), + [anon_sym_let] = ACTIONS(2036), + [anon_sym_loop] = ACTIONS(2036), + [anon_sym_match] = ACTIONS(2036), + [anon_sym_mod] = ACTIONS(2036), + [anon_sym_pub] = ACTIONS(2036), + [anon_sym_return] = ACTIONS(2036), + [anon_sym_static] = ACTIONS(2036), + [anon_sym_struct] = ACTIONS(2036), + [anon_sym_trait] = ACTIONS(2036), + [anon_sym_type] = ACTIONS(2036), + [anon_sym_union] = ACTIONS(2036), + [anon_sym_unsafe] = ACTIONS(2036), + [anon_sym_use] = ACTIONS(2036), + [anon_sym_while] = ACTIONS(2036), + [anon_sym_extern] = ACTIONS(2036), + [anon_sym_yield] = ACTIONS(2036), + [anon_sym_move] = ACTIONS(2036), + [anon_sym_try] = ACTIONS(2036), + [sym_integer_literal] = ACTIONS(2034), + [aux_sym_string_literal_token1] = ACTIONS(2034), + [sym_char_literal] = ACTIONS(2034), + [anon_sym_true] = ACTIONS(2036), + [anon_sym_false] = ACTIONS(2036), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2036), + [sym_super] = ACTIONS(2036), + [sym_crate] = ACTIONS(2036), + [sym_metavariable] = ACTIONS(2034), + [sym__raw_string_literal_start] = ACTIONS(2034), + [sym_float_literal] = ACTIONS(2034), }, [STATE(555)] = { + [sym_empty_statement] = STATE(1327), + [sym_macro_definition] = STATE(1327), + [sym_attribute_item] = STATE(1327), + [sym_inner_attribute_item] = STATE(1327), + [sym_mod_item] = STATE(1327), + [sym_foreign_mod_item] = STATE(1327), + [sym_struct_item] = STATE(1327), + [sym_union_item] = STATE(1327), + [sym_enum_item] = STATE(1327), + [sym_extern_crate_declaration] = STATE(1327), + [sym_const_item] = STATE(1327), + [sym_static_item] = STATE(1327), + [sym_type_item] = STATE(1327), + [sym_function_item] = STATE(1327), + [sym_function_signature_item] = STATE(1327), + [sym_function_modifiers] = STATE(3675), + [sym_impl_item] = STATE(1327), + [sym_trait_item] = STATE(1327), + [sym_associated_type] = STATE(1327), + [sym_let_declaration] = STATE(1327), + [sym_use_declaration] = STATE(1327), + [sym_extern_modifier] = STATE(2174), + [sym_visibility_modifier] = STATE(1971), + [sym_bracketed_type] = STATE(3402), + [sym_generic_type_with_turbofish] = STATE(3427), + [sym_macro_invocation] = STATE(1327), + [sym_scoped_identifier] = STATE(3358), [sym_line_comment] = STATE(555), [sym_block_comment] = STATE(555), - [ts_builtin_sym_end] = ACTIONS(2023), - [sym_identifier] = ACTIONS(2025), - [anon_sym_SEMI] = ACTIONS(2023), - [anon_sym_macro_rules_BANG] = ACTIONS(2023), - [anon_sym_LPAREN] = ACTIONS(2023), - [anon_sym_LBRACK] = ACTIONS(2023), - [anon_sym_LBRACE] = ACTIONS(2023), - [anon_sym_RBRACE] = ACTIONS(2023), - [anon_sym_STAR] = ACTIONS(2023), - [anon_sym_u8] = ACTIONS(2025), - [anon_sym_i8] = ACTIONS(2025), - [anon_sym_u16] = ACTIONS(2025), - [anon_sym_i16] = ACTIONS(2025), - [anon_sym_u32] = ACTIONS(2025), - [anon_sym_i32] = ACTIONS(2025), - [anon_sym_u64] = ACTIONS(2025), - [anon_sym_i64] = ACTIONS(2025), - [anon_sym_u128] = ACTIONS(2025), - [anon_sym_i128] = ACTIONS(2025), - [anon_sym_isize] = ACTIONS(2025), - [anon_sym_usize] = ACTIONS(2025), - [anon_sym_f32] = ACTIONS(2025), - [anon_sym_f64] = ACTIONS(2025), - [anon_sym_bool] = ACTIONS(2025), - [anon_sym_str] = ACTIONS(2025), - [anon_sym_char] = ACTIONS(2025), - [anon_sym_DASH] = ACTIONS(2023), - [anon_sym_BANG] = ACTIONS(2023), - [anon_sym_AMP] = ACTIONS(2023), - [anon_sym_PIPE] = ACTIONS(2023), - [anon_sym_LT] = ACTIONS(2023), - [anon_sym_DOT_DOT] = ACTIONS(2023), - [anon_sym_COLON_COLON] = ACTIONS(2023), - [anon_sym_POUND] = ACTIONS(2023), - [anon_sym_SQUOTE] = ACTIONS(2025), - [anon_sym_async] = ACTIONS(2025), - [anon_sym_break] = ACTIONS(2025), - [anon_sym_const] = ACTIONS(2025), - [anon_sym_continue] = ACTIONS(2025), - [anon_sym_default] = ACTIONS(2025), - [anon_sym_enum] = ACTIONS(2025), - [anon_sym_fn] = ACTIONS(2025), - [anon_sym_for] = ACTIONS(2025), - [anon_sym_gen] = ACTIONS(2025), - [anon_sym_if] = ACTIONS(2025), - [anon_sym_impl] = ACTIONS(2025), - [anon_sym_let] = ACTIONS(2025), - [anon_sym_loop] = ACTIONS(2025), - [anon_sym_match] = ACTIONS(2025), - [anon_sym_mod] = ACTIONS(2025), - [anon_sym_pub] = ACTIONS(2025), - [anon_sym_return] = ACTIONS(2025), - [anon_sym_static] = ACTIONS(2025), - [anon_sym_struct] = ACTIONS(2025), - [anon_sym_trait] = ACTIONS(2025), - [anon_sym_type] = ACTIONS(2025), - [anon_sym_union] = ACTIONS(2025), - [anon_sym_unsafe] = ACTIONS(2025), - [anon_sym_use] = ACTIONS(2025), - [anon_sym_while] = ACTIONS(2025), - [anon_sym_extern] = ACTIONS(2025), - [anon_sym_yield] = ACTIONS(2025), - [anon_sym_move] = ACTIONS(2025), - [anon_sym_try] = ACTIONS(2025), - [sym_integer_literal] = ACTIONS(2023), - [aux_sym_string_literal_token1] = ACTIONS(2023), - [sym_char_literal] = ACTIONS(2023), - [anon_sym_true] = ACTIONS(2025), - [anon_sym_false] = ACTIONS(2025), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2025), - [sym_super] = ACTIONS(2025), - [sym_crate] = ACTIONS(2025), - [sym_metavariable] = ACTIONS(2023), - [sym__raw_string_literal_start] = ACTIONS(2023), - [sym_float_literal] = ACTIONS(2023), + [aux_sym_declaration_list_repeat1] = STATE(555), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2038), + [anon_sym_SEMI] = ACTIONS(2041), + [anon_sym_macro_rules_BANG] = ACTIONS(2044), + [anon_sym_RBRACE] = ACTIONS(2047), + [anon_sym_u8] = ACTIONS(2049), + [anon_sym_i8] = ACTIONS(2049), + [anon_sym_u16] = ACTIONS(2049), + [anon_sym_i16] = ACTIONS(2049), + [anon_sym_u32] = ACTIONS(2049), + [anon_sym_i32] = ACTIONS(2049), + [anon_sym_u64] = ACTIONS(2049), + [anon_sym_i64] = ACTIONS(2049), + [anon_sym_u128] = ACTIONS(2049), + [anon_sym_i128] = ACTIONS(2049), + [anon_sym_isize] = ACTIONS(2049), + [anon_sym_usize] = ACTIONS(2049), + [anon_sym_f32] = ACTIONS(2049), + [anon_sym_f64] = ACTIONS(2049), + [anon_sym_bool] = ACTIONS(2049), + [anon_sym_str] = ACTIONS(2049), + [anon_sym_char] = ACTIONS(2049), + [anon_sym_LT] = ACTIONS(2052), + [anon_sym_COLON_COLON] = ACTIONS(2055), + [anon_sym_POUND] = ACTIONS(2058), + [anon_sym_async] = ACTIONS(2061), + [anon_sym_const] = ACTIONS(2064), + [anon_sym_default] = ACTIONS(2067), + [anon_sym_enum] = ACTIONS(2070), + [anon_sym_fn] = ACTIONS(2073), + [anon_sym_gen] = ACTIONS(2076), + [anon_sym_impl] = ACTIONS(2079), + [anon_sym_let] = ACTIONS(2082), + [anon_sym_mod] = ACTIONS(2085), + [anon_sym_pub] = ACTIONS(2088), + [anon_sym_static] = ACTIONS(2091), + [anon_sym_struct] = ACTIONS(2094), + [anon_sym_trait] = ACTIONS(2097), + [anon_sym_type] = ACTIONS(2100), + [anon_sym_union] = ACTIONS(2103), + [anon_sym_unsafe] = ACTIONS(2106), + [anon_sym_use] = ACTIONS(2109), + [anon_sym_extern] = ACTIONS(2112), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2115), + [sym_super] = ACTIONS(2115), + [sym_crate] = ACTIONS(2118), + [sym_metavariable] = ACTIONS(2121), }, [STATE(556)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(3272), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2829), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(556), [sym_block_comment] = STATE(556), - [ts_builtin_sym_end] = ACTIONS(2027), - [sym_identifier] = ACTIONS(2029), - [anon_sym_SEMI] = ACTIONS(2027), - [anon_sym_macro_rules_BANG] = ACTIONS(2027), - [anon_sym_LPAREN] = ACTIONS(2027), - [anon_sym_LBRACK] = ACTIONS(2027), - [anon_sym_LBRACE] = ACTIONS(2027), - [anon_sym_RBRACE] = ACTIONS(2027), - [anon_sym_STAR] = ACTIONS(2027), - [anon_sym_u8] = ACTIONS(2029), - [anon_sym_i8] = ACTIONS(2029), - [anon_sym_u16] = ACTIONS(2029), - [anon_sym_i16] = ACTIONS(2029), - [anon_sym_u32] = ACTIONS(2029), - [anon_sym_i32] = ACTIONS(2029), - [anon_sym_u64] = ACTIONS(2029), - [anon_sym_i64] = ACTIONS(2029), - [anon_sym_u128] = ACTIONS(2029), - [anon_sym_i128] = ACTIONS(2029), - [anon_sym_isize] = ACTIONS(2029), - [anon_sym_usize] = ACTIONS(2029), - [anon_sym_f32] = ACTIONS(2029), - [anon_sym_f64] = ACTIONS(2029), - [anon_sym_bool] = ACTIONS(2029), - [anon_sym_str] = ACTIONS(2029), - [anon_sym_char] = ACTIONS(2029), - [anon_sym_DASH] = ACTIONS(2027), - [anon_sym_BANG] = ACTIONS(2027), - [anon_sym_AMP] = ACTIONS(2027), - [anon_sym_PIPE] = ACTIONS(2027), - [anon_sym_LT] = ACTIONS(2027), - [anon_sym_DOT_DOT] = ACTIONS(2027), - [anon_sym_COLON_COLON] = ACTIONS(2027), - [anon_sym_POUND] = ACTIONS(2027), - [anon_sym_SQUOTE] = ACTIONS(2029), - [anon_sym_async] = ACTIONS(2029), - [anon_sym_break] = ACTIONS(2029), - [anon_sym_const] = ACTIONS(2029), - [anon_sym_continue] = ACTIONS(2029), - [anon_sym_default] = ACTIONS(2029), - [anon_sym_enum] = ACTIONS(2029), - [anon_sym_fn] = ACTIONS(2029), - [anon_sym_for] = ACTIONS(2029), - [anon_sym_gen] = ACTIONS(2029), - [anon_sym_if] = ACTIONS(2029), - [anon_sym_impl] = ACTIONS(2029), - [anon_sym_let] = ACTIONS(2029), - [anon_sym_loop] = ACTIONS(2029), - [anon_sym_match] = ACTIONS(2029), - [anon_sym_mod] = ACTIONS(2029), - [anon_sym_pub] = ACTIONS(2029), - [anon_sym_return] = ACTIONS(2029), - [anon_sym_static] = ACTIONS(2029), - [anon_sym_struct] = ACTIONS(2029), - [anon_sym_trait] = ACTIONS(2029), - [anon_sym_type] = ACTIONS(2029), - [anon_sym_union] = ACTIONS(2029), - [anon_sym_unsafe] = ACTIONS(2029), - [anon_sym_use] = ACTIONS(2029), - [anon_sym_while] = ACTIONS(2029), - [anon_sym_extern] = ACTIONS(2029), - [anon_sym_yield] = ACTIONS(2029), - [anon_sym_move] = ACTIONS(2029), - [anon_sym_try] = ACTIONS(2029), - [sym_integer_literal] = ACTIONS(2027), - [aux_sym_string_literal_token1] = ACTIONS(2027), - [sym_char_literal] = ACTIONS(2027), - [anon_sym_true] = ACTIONS(2029), - [anon_sym_false] = ACTIONS(2029), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2029), - [sym_super] = ACTIONS(2029), - [sym_crate] = ACTIONS(2029), - [sym_metavariable] = ACTIONS(2027), - [sym__raw_string_literal_start] = ACTIONS(2027), - [sym_float_literal] = ACTIONS(2027), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(2124), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(557)] = { [sym_line_comment] = STATE(557), [sym_block_comment] = STATE(557), - [ts_builtin_sym_end] = ACTIONS(2031), - [sym_identifier] = ACTIONS(2033), - [anon_sym_SEMI] = ACTIONS(2031), - [anon_sym_macro_rules_BANG] = ACTIONS(2031), - [anon_sym_LPAREN] = ACTIONS(2031), - [anon_sym_LBRACK] = ACTIONS(2031), - [anon_sym_LBRACE] = ACTIONS(2031), - [anon_sym_RBRACE] = ACTIONS(2031), - [anon_sym_STAR] = ACTIONS(2031), - [anon_sym_u8] = ACTIONS(2033), - [anon_sym_i8] = ACTIONS(2033), - [anon_sym_u16] = ACTIONS(2033), - [anon_sym_i16] = ACTIONS(2033), - [anon_sym_u32] = ACTIONS(2033), - [anon_sym_i32] = ACTIONS(2033), - [anon_sym_u64] = ACTIONS(2033), - [anon_sym_i64] = ACTIONS(2033), - [anon_sym_u128] = ACTIONS(2033), - [anon_sym_i128] = ACTIONS(2033), - [anon_sym_isize] = ACTIONS(2033), - [anon_sym_usize] = ACTIONS(2033), - [anon_sym_f32] = ACTIONS(2033), - [anon_sym_f64] = ACTIONS(2033), - [anon_sym_bool] = ACTIONS(2033), - [anon_sym_str] = ACTIONS(2033), - [anon_sym_char] = ACTIONS(2033), - [anon_sym_DASH] = ACTIONS(2031), - [anon_sym_BANG] = ACTIONS(2031), - [anon_sym_AMP] = ACTIONS(2031), - [anon_sym_PIPE] = ACTIONS(2031), - [anon_sym_LT] = ACTIONS(2031), - [anon_sym_DOT_DOT] = ACTIONS(2031), - [anon_sym_COLON_COLON] = ACTIONS(2031), - [anon_sym_POUND] = ACTIONS(2031), - [anon_sym_SQUOTE] = ACTIONS(2033), - [anon_sym_async] = ACTIONS(2033), - [anon_sym_break] = ACTIONS(2033), - [anon_sym_const] = ACTIONS(2033), - [anon_sym_continue] = ACTIONS(2033), - [anon_sym_default] = ACTIONS(2033), - [anon_sym_enum] = ACTIONS(2033), - [anon_sym_fn] = ACTIONS(2033), - [anon_sym_for] = ACTIONS(2033), - [anon_sym_gen] = ACTIONS(2033), - [anon_sym_if] = ACTIONS(2033), - [anon_sym_impl] = ACTIONS(2033), - [anon_sym_let] = ACTIONS(2033), - [anon_sym_loop] = ACTIONS(2033), - [anon_sym_match] = ACTIONS(2033), - [anon_sym_mod] = ACTIONS(2033), - [anon_sym_pub] = ACTIONS(2033), - [anon_sym_return] = ACTIONS(2033), - [anon_sym_static] = ACTIONS(2033), - [anon_sym_struct] = ACTIONS(2033), - [anon_sym_trait] = ACTIONS(2033), - [anon_sym_type] = ACTIONS(2033), - [anon_sym_union] = ACTIONS(2033), - [anon_sym_unsafe] = ACTIONS(2033), - [anon_sym_use] = ACTIONS(2033), - [anon_sym_while] = ACTIONS(2033), - [anon_sym_extern] = ACTIONS(2033), - [anon_sym_yield] = ACTIONS(2033), - [anon_sym_move] = ACTIONS(2033), - [anon_sym_try] = ACTIONS(2033), - [sym_integer_literal] = ACTIONS(2031), - [aux_sym_string_literal_token1] = ACTIONS(2031), - [sym_char_literal] = ACTIONS(2031), - [anon_sym_true] = ACTIONS(2033), - [anon_sym_false] = ACTIONS(2033), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2033), - [sym_super] = ACTIONS(2033), - [sym_crate] = ACTIONS(2033), - [sym_metavariable] = ACTIONS(2031), - [sym__raw_string_literal_start] = ACTIONS(2031), - [sym_float_literal] = ACTIONS(2031), + [ts_builtin_sym_end] = ACTIONS(2126), + [sym_identifier] = ACTIONS(2128), + [anon_sym_SEMI] = ACTIONS(2126), + [anon_sym_macro_rules_BANG] = ACTIONS(2126), + [anon_sym_LPAREN] = ACTIONS(2126), + [anon_sym_LBRACK] = ACTIONS(2126), + [anon_sym_LBRACE] = ACTIONS(2126), + [anon_sym_RBRACE] = ACTIONS(2126), + [anon_sym_STAR] = ACTIONS(2126), + [anon_sym_u8] = ACTIONS(2128), + [anon_sym_i8] = ACTIONS(2128), + [anon_sym_u16] = ACTIONS(2128), + [anon_sym_i16] = ACTIONS(2128), + [anon_sym_u32] = ACTIONS(2128), + [anon_sym_i32] = ACTIONS(2128), + [anon_sym_u64] = ACTIONS(2128), + [anon_sym_i64] = ACTIONS(2128), + [anon_sym_u128] = ACTIONS(2128), + [anon_sym_i128] = ACTIONS(2128), + [anon_sym_isize] = ACTIONS(2128), + [anon_sym_usize] = ACTIONS(2128), + [anon_sym_f32] = ACTIONS(2128), + [anon_sym_f64] = ACTIONS(2128), + [anon_sym_bool] = ACTIONS(2128), + [anon_sym_str] = ACTIONS(2128), + [anon_sym_char] = ACTIONS(2128), + [anon_sym_DASH] = ACTIONS(2126), + [anon_sym_BANG] = ACTIONS(2126), + [anon_sym_AMP] = ACTIONS(2126), + [anon_sym_PIPE] = ACTIONS(2126), + [anon_sym_LT] = ACTIONS(2126), + [anon_sym_DOT_DOT] = ACTIONS(2126), + [anon_sym_COLON_COLON] = ACTIONS(2126), + [anon_sym_POUND] = ACTIONS(2126), + [anon_sym_SQUOTE] = ACTIONS(2128), + [anon_sym_async] = ACTIONS(2128), + [anon_sym_break] = ACTIONS(2128), + [anon_sym_const] = ACTIONS(2128), + [anon_sym_continue] = ACTIONS(2128), + [anon_sym_default] = ACTIONS(2128), + [anon_sym_enum] = ACTIONS(2128), + [anon_sym_fn] = ACTIONS(2128), + [anon_sym_for] = ACTIONS(2128), + [anon_sym_gen] = ACTIONS(2128), + [anon_sym_if] = ACTIONS(2128), + [anon_sym_impl] = ACTIONS(2128), + [anon_sym_let] = ACTIONS(2128), + [anon_sym_loop] = ACTIONS(2128), + [anon_sym_match] = ACTIONS(2128), + [anon_sym_mod] = ACTIONS(2128), + [anon_sym_pub] = ACTIONS(2128), + [anon_sym_return] = ACTIONS(2128), + [anon_sym_static] = ACTIONS(2128), + [anon_sym_struct] = ACTIONS(2128), + [anon_sym_trait] = ACTIONS(2128), + [anon_sym_type] = ACTIONS(2128), + [anon_sym_union] = ACTIONS(2128), + [anon_sym_unsafe] = ACTIONS(2128), + [anon_sym_use] = ACTIONS(2128), + [anon_sym_while] = ACTIONS(2128), + [anon_sym_extern] = ACTIONS(2128), + [anon_sym_yield] = ACTIONS(2128), + [anon_sym_move] = ACTIONS(2128), + [anon_sym_try] = ACTIONS(2128), + [sym_integer_literal] = ACTIONS(2126), + [aux_sym_string_literal_token1] = ACTIONS(2126), + [sym_char_literal] = ACTIONS(2126), + [anon_sym_true] = ACTIONS(2128), + [anon_sym_false] = ACTIONS(2128), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2128), + [sym_super] = ACTIONS(2128), + [sym_crate] = ACTIONS(2128), + [sym_metavariable] = ACTIONS(2126), + [sym__raw_string_literal_start] = ACTIONS(2126), + [sym_float_literal] = ACTIONS(2126), }, [STATE(558)] = { [sym_line_comment] = STATE(558), [sym_block_comment] = STATE(558), - [ts_builtin_sym_end] = ACTIONS(2035), - [sym_identifier] = ACTIONS(2037), - [anon_sym_SEMI] = ACTIONS(2035), - [anon_sym_macro_rules_BANG] = ACTIONS(2035), - [anon_sym_LPAREN] = ACTIONS(2035), - [anon_sym_LBRACK] = ACTIONS(2035), - [anon_sym_LBRACE] = ACTIONS(2035), - [anon_sym_RBRACE] = ACTIONS(2035), - [anon_sym_STAR] = ACTIONS(2035), - [anon_sym_u8] = ACTIONS(2037), - [anon_sym_i8] = ACTIONS(2037), - [anon_sym_u16] = ACTIONS(2037), - [anon_sym_i16] = ACTIONS(2037), - [anon_sym_u32] = ACTIONS(2037), - [anon_sym_i32] = ACTIONS(2037), - [anon_sym_u64] = ACTIONS(2037), - [anon_sym_i64] = ACTIONS(2037), - [anon_sym_u128] = ACTIONS(2037), - [anon_sym_i128] = ACTIONS(2037), - [anon_sym_isize] = ACTIONS(2037), - [anon_sym_usize] = ACTIONS(2037), - [anon_sym_f32] = ACTIONS(2037), - [anon_sym_f64] = ACTIONS(2037), - [anon_sym_bool] = ACTIONS(2037), - [anon_sym_str] = ACTIONS(2037), - [anon_sym_char] = ACTIONS(2037), - [anon_sym_DASH] = ACTIONS(2035), - [anon_sym_BANG] = ACTIONS(2035), - [anon_sym_AMP] = ACTIONS(2035), - [anon_sym_PIPE] = ACTIONS(2035), - [anon_sym_LT] = ACTIONS(2035), - [anon_sym_DOT_DOT] = ACTIONS(2035), - [anon_sym_COLON_COLON] = ACTIONS(2035), - [anon_sym_POUND] = ACTIONS(2035), - [anon_sym_SQUOTE] = ACTIONS(2037), - [anon_sym_async] = ACTIONS(2037), - [anon_sym_break] = ACTIONS(2037), - [anon_sym_const] = ACTIONS(2037), - [anon_sym_continue] = ACTIONS(2037), - [anon_sym_default] = ACTIONS(2037), - [anon_sym_enum] = ACTIONS(2037), - [anon_sym_fn] = ACTIONS(2037), - [anon_sym_for] = ACTIONS(2037), - [anon_sym_gen] = ACTIONS(2037), - [anon_sym_if] = ACTIONS(2037), - [anon_sym_impl] = ACTIONS(2037), - [anon_sym_let] = ACTIONS(2037), - [anon_sym_loop] = ACTIONS(2037), - [anon_sym_match] = ACTIONS(2037), - [anon_sym_mod] = ACTIONS(2037), - [anon_sym_pub] = ACTIONS(2037), - [anon_sym_return] = ACTIONS(2037), - [anon_sym_static] = ACTIONS(2037), - [anon_sym_struct] = ACTIONS(2037), - [anon_sym_trait] = ACTIONS(2037), - [anon_sym_type] = ACTIONS(2037), - [anon_sym_union] = ACTIONS(2037), - [anon_sym_unsafe] = ACTIONS(2037), - [anon_sym_use] = ACTIONS(2037), - [anon_sym_while] = ACTIONS(2037), - [anon_sym_extern] = ACTIONS(2037), - [anon_sym_yield] = ACTIONS(2037), - [anon_sym_move] = ACTIONS(2037), - [anon_sym_try] = ACTIONS(2037), - [sym_integer_literal] = ACTIONS(2035), - [aux_sym_string_literal_token1] = ACTIONS(2035), - [sym_char_literal] = ACTIONS(2035), - [anon_sym_true] = ACTIONS(2037), - [anon_sym_false] = ACTIONS(2037), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2037), - [sym_super] = ACTIONS(2037), - [sym_crate] = ACTIONS(2037), - [sym_metavariable] = ACTIONS(2035), - [sym__raw_string_literal_start] = ACTIONS(2035), - [sym_float_literal] = ACTIONS(2035), + [ts_builtin_sym_end] = ACTIONS(2130), + [sym_identifier] = ACTIONS(2132), + [anon_sym_SEMI] = ACTIONS(2130), + [anon_sym_macro_rules_BANG] = ACTIONS(2130), + [anon_sym_LPAREN] = ACTIONS(2130), + [anon_sym_LBRACK] = ACTIONS(2130), + [anon_sym_LBRACE] = ACTIONS(2130), + [anon_sym_RBRACE] = ACTIONS(2130), + [anon_sym_STAR] = ACTIONS(2130), + [anon_sym_u8] = ACTIONS(2132), + [anon_sym_i8] = ACTIONS(2132), + [anon_sym_u16] = ACTIONS(2132), + [anon_sym_i16] = ACTIONS(2132), + [anon_sym_u32] = ACTIONS(2132), + [anon_sym_i32] = ACTIONS(2132), + [anon_sym_u64] = ACTIONS(2132), + [anon_sym_i64] = ACTIONS(2132), + [anon_sym_u128] = ACTIONS(2132), + [anon_sym_i128] = ACTIONS(2132), + [anon_sym_isize] = ACTIONS(2132), + [anon_sym_usize] = ACTIONS(2132), + [anon_sym_f32] = ACTIONS(2132), + [anon_sym_f64] = ACTIONS(2132), + [anon_sym_bool] = ACTIONS(2132), + [anon_sym_str] = ACTIONS(2132), + [anon_sym_char] = ACTIONS(2132), + [anon_sym_DASH] = ACTIONS(2130), + [anon_sym_BANG] = ACTIONS(2130), + [anon_sym_AMP] = ACTIONS(2130), + [anon_sym_PIPE] = ACTIONS(2130), + [anon_sym_LT] = ACTIONS(2130), + [anon_sym_DOT_DOT] = ACTIONS(2130), + [anon_sym_COLON_COLON] = ACTIONS(2130), + [anon_sym_POUND] = ACTIONS(2130), + [anon_sym_SQUOTE] = ACTIONS(2132), + [anon_sym_async] = ACTIONS(2132), + [anon_sym_break] = ACTIONS(2132), + [anon_sym_const] = ACTIONS(2132), + [anon_sym_continue] = ACTIONS(2132), + [anon_sym_default] = ACTIONS(2132), + [anon_sym_enum] = ACTIONS(2132), + [anon_sym_fn] = ACTIONS(2132), + [anon_sym_for] = ACTIONS(2132), + [anon_sym_gen] = ACTIONS(2132), + [anon_sym_if] = ACTIONS(2132), + [anon_sym_impl] = ACTIONS(2132), + [anon_sym_let] = ACTIONS(2132), + [anon_sym_loop] = ACTIONS(2132), + [anon_sym_match] = ACTIONS(2132), + [anon_sym_mod] = ACTIONS(2132), + [anon_sym_pub] = ACTIONS(2132), + [anon_sym_return] = ACTIONS(2132), + [anon_sym_static] = ACTIONS(2132), + [anon_sym_struct] = ACTIONS(2132), + [anon_sym_trait] = ACTIONS(2132), + [anon_sym_type] = ACTIONS(2132), + [anon_sym_union] = ACTIONS(2132), + [anon_sym_unsafe] = ACTIONS(2132), + [anon_sym_use] = ACTIONS(2132), + [anon_sym_while] = ACTIONS(2132), + [anon_sym_extern] = ACTIONS(2132), + [anon_sym_yield] = ACTIONS(2132), + [anon_sym_move] = ACTIONS(2132), + [anon_sym_try] = ACTIONS(2132), + [sym_integer_literal] = ACTIONS(2130), + [aux_sym_string_literal_token1] = ACTIONS(2130), + [sym_char_literal] = ACTIONS(2130), + [anon_sym_true] = ACTIONS(2132), + [anon_sym_false] = ACTIONS(2132), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2132), + [sym_super] = ACTIONS(2132), + [sym_crate] = ACTIONS(2132), + [sym_metavariable] = ACTIONS(2130), + [sym__raw_string_literal_start] = ACTIONS(2130), + [sym_float_literal] = ACTIONS(2130), }, [STATE(559)] = { [sym_line_comment] = STATE(559), [sym_block_comment] = STATE(559), - [ts_builtin_sym_end] = ACTIONS(2039), - [sym_identifier] = ACTIONS(2041), - [anon_sym_SEMI] = ACTIONS(2039), - [anon_sym_macro_rules_BANG] = ACTIONS(2039), - [anon_sym_LPAREN] = ACTIONS(2039), - [anon_sym_LBRACK] = ACTIONS(2039), - [anon_sym_LBRACE] = ACTIONS(2039), - [anon_sym_RBRACE] = ACTIONS(2039), - [anon_sym_STAR] = ACTIONS(2039), - [anon_sym_u8] = ACTIONS(2041), - [anon_sym_i8] = ACTIONS(2041), - [anon_sym_u16] = ACTIONS(2041), - [anon_sym_i16] = ACTIONS(2041), - [anon_sym_u32] = ACTIONS(2041), - [anon_sym_i32] = ACTIONS(2041), - [anon_sym_u64] = ACTIONS(2041), - [anon_sym_i64] = ACTIONS(2041), - [anon_sym_u128] = ACTIONS(2041), - [anon_sym_i128] = ACTIONS(2041), - [anon_sym_isize] = ACTIONS(2041), - [anon_sym_usize] = ACTIONS(2041), - [anon_sym_f32] = ACTIONS(2041), - [anon_sym_f64] = ACTIONS(2041), - [anon_sym_bool] = ACTIONS(2041), - [anon_sym_str] = ACTIONS(2041), - [anon_sym_char] = ACTIONS(2041), - [anon_sym_DASH] = ACTIONS(2039), - [anon_sym_BANG] = ACTIONS(2039), - [anon_sym_AMP] = ACTIONS(2039), - [anon_sym_PIPE] = ACTIONS(2039), - [anon_sym_LT] = ACTIONS(2039), - [anon_sym_DOT_DOT] = ACTIONS(2039), - [anon_sym_COLON_COLON] = ACTIONS(2039), - [anon_sym_POUND] = ACTIONS(2039), - [anon_sym_SQUOTE] = ACTIONS(2041), - [anon_sym_async] = ACTIONS(2041), - [anon_sym_break] = ACTIONS(2041), - [anon_sym_const] = ACTIONS(2041), - [anon_sym_continue] = ACTIONS(2041), - [anon_sym_default] = ACTIONS(2041), - [anon_sym_enum] = ACTIONS(2041), - [anon_sym_fn] = ACTIONS(2041), - [anon_sym_for] = ACTIONS(2041), - [anon_sym_gen] = ACTIONS(2041), - [anon_sym_if] = ACTIONS(2041), - [anon_sym_impl] = ACTIONS(2041), - [anon_sym_let] = ACTIONS(2041), - [anon_sym_loop] = ACTIONS(2041), - [anon_sym_match] = ACTIONS(2041), - [anon_sym_mod] = ACTIONS(2041), - [anon_sym_pub] = ACTIONS(2041), - [anon_sym_return] = ACTIONS(2041), - [anon_sym_static] = ACTIONS(2041), - [anon_sym_struct] = ACTIONS(2041), - [anon_sym_trait] = ACTIONS(2041), - [anon_sym_type] = ACTIONS(2041), - [anon_sym_union] = ACTIONS(2041), - [anon_sym_unsafe] = ACTIONS(2041), - [anon_sym_use] = ACTIONS(2041), - [anon_sym_while] = ACTIONS(2041), - [anon_sym_extern] = ACTIONS(2041), - [anon_sym_yield] = ACTIONS(2041), - [anon_sym_move] = ACTIONS(2041), - [anon_sym_try] = ACTIONS(2041), - [sym_integer_literal] = ACTIONS(2039), - [aux_sym_string_literal_token1] = ACTIONS(2039), - [sym_char_literal] = ACTIONS(2039), - [anon_sym_true] = ACTIONS(2041), - [anon_sym_false] = ACTIONS(2041), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2041), - [sym_super] = ACTIONS(2041), - [sym_crate] = ACTIONS(2041), - [sym_metavariable] = ACTIONS(2039), - [sym__raw_string_literal_start] = ACTIONS(2039), - [sym_float_literal] = ACTIONS(2039), + [ts_builtin_sym_end] = ACTIONS(2134), + [sym_identifier] = ACTIONS(2136), + [anon_sym_SEMI] = ACTIONS(2134), + [anon_sym_macro_rules_BANG] = ACTIONS(2134), + [anon_sym_LPAREN] = ACTIONS(2134), + [anon_sym_LBRACK] = ACTIONS(2134), + [anon_sym_LBRACE] = ACTIONS(2134), + [anon_sym_RBRACE] = ACTIONS(2134), + [anon_sym_STAR] = ACTIONS(2134), + [anon_sym_u8] = ACTIONS(2136), + [anon_sym_i8] = ACTIONS(2136), + [anon_sym_u16] = ACTIONS(2136), + [anon_sym_i16] = ACTIONS(2136), + [anon_sym_u32] = ACTIONS(2136), + [anon_sym_i32] = ACTIONS(2136), + [anon_sym_u64] = ACTIONS(2136), + [anon_sym_i64] = ACTIONS(2136), + [anon_sym_u128] = ACTIONS(2136), + [anon_sym_i128] = ACTIONS(2136), + [anon_sym_isize] = ACTIONS(2136), + [anon_sym_usize] = ACTIONS(2136), + [anon_sym_f32] = ACTIONS(2136), + [anon_sym_f64] = ACTIONS(2136), + [anon_sym_bool] = ACTIONS(2136), + [anon_sym_str] = ACTIONS(2136), + [anon_sym_char] = ACTIONS(2136), + [anon_sym_DASH] = ACTIONS(2134), + [anon_sym_BANG] = ACTIONS(2134), + [anon_sym_AMP] = ACTIONS(2134), + [anon_sym_PIPE] = ACTIONS(2134), + [anon_sym_LT] = ACTIONS(2134), + [anon_sym_DOT_DOT] = ACTIONS(2134), + [anon_sym_COLON_COLON] = ACTIONS(2134), + [anon_sym_POUND] = ACTIONS(2134), + [anon_sym_SQUOTE] = ACTIONS(2136), + [anon_sym_async] = ACTIONS(2136), + [anon_sym_break] = ACTIONS(2136), + [anon_sym_const] = ACTIONS(2136), + [anon_sym_continue] = ACTIONS(2136), + [anon_sym_default] = ACTIONS(2136), + [anon_sym_enum] = ACTIONS(2136), + [anon_sym_fn] = ACTIONS(2136), + [anon_sym_for] = ACTIONS(2136), + [anon_sym_gen] = ACTIONS(2136), + [anon_sym_if] = ACTIONS(2136), + [anon_sym_impl] = ACTIONS(2136), + [anon_sym_let] = ACTIONS(2136), + [anon_sym_loop] = ACTIONS(2136), + [anon_sym_match] = ACTIONS(2136), + [anon_sym_mod] = ACTIONS(2136), + [anon_sym_pub] = ACTIONS(2136), + [anon_sym_return] = ACTIONS(2136), + [anon_sym_static] = ACTIONS(2136), + [anon_sym_struct] = ACTIONS(2136), + [anon_sym_trait] = ACTIONS(2136), + [anon_sym_type] = ACTIONS(2136), + [anon_sym_union] = ACTIONS(2136), + [anon_sym_unsafe] = ACTIONS(2136), + [anon_sym_use] = ACTIONS(2136), + [anon_sym_while] = ACTIONS(2136), + [anon_sym_extern] = ACTIONS(2136), + [anon_sym_yield] = ACTIONS(2136), + [anon_sym_move] = ACTIONS(2136), + [anon_sym_try] = ACTIONS(2136), + [sym_integer_literal] = ACTIONS(2134), + [aux_sym_string_literal_token1] = ACTIONS(2134), + [sym_char_literal] = ACTIONS(2134), + [anon_sym_true] = ACTIONS(2136), + [anon_sym_false] = ACTIONS(2136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2136), + [sym_super] = ACTIONS(2136), + [sym_crate] = ACTIONS(2136), + [sym_metavariable] = ACTIONS(2134), + [sym__raw_string_literal_start] = ACTIONS(2134), + [sym_float_literal] = ACTIONS(2134), }, [STATE(560)] = { [sym_line_comment] = STATE(560), [sym_block_comment] = STATE(560), - [ts_builtin_sym_end] = ACTIONS(2043), - [sym_identifier] = ACTIONS(2045), - [anon_sym_SEMI] = ACTIONS(2043), - [anon_sym_macro_rules_BANG] = ACTIONS(2043), - [anon_sym_LPAREN] = ACTIONS(2043), - [anon_sym_LBRACK] = ACTIONS(2043), - [anon_sym_LBRACE] = ACTIONS(2043), - [anon_sym_RBRACE] = ACTIONS(2043), - [anon_sym_STAR] = ACTIONS(2043), - [anon_sym_u8] = ACTIONS(2045), - [anon_sym_i8] = ACTIONS(2045), - [anon_sym_u16] = ACTIONS(2045), - [anon_sym_i16] = ACTIONS(2045), - [anon_sym_u32] = ACTIONS(2045), - [anon_sym_i32] = ACTIONS(2045), - [anon_sym_u64] = ACTIONS(2045), - [anon_sym_i64] = ACTIONS(2045), - [anon_sym_u128] = ACTIONS(2045), - [anon_sym_i128] = ACTIONS(2045), - [anon_sym_isize] = ACTIONS(2045), - [anon_sym_usize] = ACTIONS(2045), - [anon_sym_f32] = ACTIONS(2045), - [anon_sym_f64] = ACTIONS(2045), - [anon_sym_bool] = ACTIONS(2045), - [anon_sym_str] = ACTIONS(2045), - [anon_sym_char] = ACTIONS(2045), - [anon_sym_DASH] = ACTIONS(2043), - [anon_sym_BANG] = ACTIONS(2043), - [anon_sym_AMP] = ACTIONS(2043), - [anon_sym_PIPE] = ACTIONS(2043), - [anon_sym_LT] = ACTIONS(2043), - [anon_sym_DOT_DOT] = ACTIONS(2043), - [anon_sym_COLON_COLON] = ACTIONS(2043), - [anon_sym_POUND] = ACTIONS(2043), - [anon_sym_SQUOTE] = ACTIONS(2045), - [anon_sym_async] = ACTIONS(2045), - [anon_sym_break] = ACTIONS(2045), - [anon_sym_const] = ACTIONS(2045), - [anon_sym_continue] = ACTIONS(2045), - [anon_sym_default] = ACTIONS(2045), - [anon_sym_enum] = ACTIONS(2045), - [anon_sym_fn] = ACTIONS(2045), - [anon_sym_for] = ACTIONS(2045), - [anon_sym_gen] = ACTIONS(2045), - [anon_sym_if] = ACTIONS(2045), - [anon_sym_impl] = ACTIONS(2045), - [anon_sym_let] = ACTIONS(2045), - [anon_sym_loop] = ACTIONS(2045), - [anon_sym_match] = ACTIONS(2045), - [anon_sym_mod] = ACTIONS(2045), - [anon_sym_pub] = ACTIONS(2045), - [anon_sym_return] = ACTIONS(2045), - [anon_sym_static] = ACTIONS(2045), - [anon_sym_struct] = ACTIONS(2045), - [anon_sym_trait] = ACTIONS(2045), - [anon_sym_type] = ACTIONS(2045), - [anon_sym_union] = ACTIONS(2045), - [anon_sym_unsafe] = ACTIONS(2045), - [anon_sym_use] = ACTIONS(2045), - [anon_sym_while] = ACTIONS(2045), - [anon_sym_extern] = ACTIONS(2045), - [anon_sym_yield] = ACTIONS(2045), - [anon_sym_move] = ACTIONS(2045), - [anon_sym_try] = ACTIONS(2045), - [sym_integer_literal] = ACTIONS(2043), - [aux_sym_string_literal_token1] = ACTIONS(2043), - [sym_char_literal] = ACTIONS(2043), - [anon_sym_true] = ACTIONS(2045), - [anon_sym_false] = ACTIONS(2045), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2045), - [sym_super] = ACTIONS(2045), - [sym_crate] = ACTIONS(2045), - [sym_metavariable] = ACTIONS(2043), - [sym__raw_string_literal_start] = ACTIONS(2043), - [sym_float_literal] = ACTIONS(2043), + [ts_builtin_sym_end] = ACTIONS(2138), + [sym_identifier] = ACTIONS(2140), + [anon_sym_SEMI] = ACTIONS(2138), + [anon_sym_macro_rules_BANG] = ACTIONS(2138), + [anon_sym_LPAREN] = ACTIONS(2138), + [anon_sym_LBRACK] = ACTIONS(2138), + [anon_sym_LBRACE] = ACTIONS(2138), + [anon_sym_RBRACE] = ACTIONS(2138), + [anon_sym_STAR] = ACTIONS(2138), + [anon_sym_u8] = ACTIONS(2140), + [anon_sym_i8] = ACTIONS(2140), + [anon_sym_u16] = ACTIONS(2140), + [anon_sym_i16] = ACTIONS(2140), + [anon_sym_u32] = ACTIONS(2140), + [anon_sym_i32] = ACTIONS(2140), + [anon_sym_u64] = ACTIONS(2140), + [anon_sym_i64] = ACTIONS(2140), + [anon_sym_u128] = ACTIONS(2140), + [anon_sym_i128] = ACTIONS(2140), + [anon_sym_isize] = ACTIONS(2140), + [anon_sym_usize] = ACTIONS(2140), + [anon_sym_f32] = ACTIONS(2140), + [anon_sym_f64] = ACTIONS(2140), + [anon_sym_bool] = ACTIONS(2140), + [anon_sym_str] = ACTIONS(2140), + [anon_sym_char] = ACTIONS(2140), + [anon_sym_DASH] = ACTIONS(2138), + [anon_sym_BANG] = ACTIONS(2138), + [anon_sym_AMP] = ACTIONS(2138), + [anon_sym_PIPE] = ACTIONS(2138), + [anon_sym_LT] = ACTIONS(2138), + [anon_sym_DOT_DOT] = ACTIONS(2138), + [anon_sym_COLON_COLON] = ACTIONS(2138), + [anon_sym_POUND] = ACTIONS(2138), + [anon_sym_SQUOTE] = ACTIONS(2140), + [anon_sym_async] = ACTIONS(2140), + [anon_sym_break] = ACTIONS(2140), + [anon_sym_const] = ACTIONS(2140), + [anon_sym_continue] = ACTIONS(2140), + [anon_sym_default] = ACTIONS(2140), + [anon_sym_enum] = ACTIONS(2140), + [anon_sym_fn] = ACTIONS(2140), + [anon_sym_for] = ACTIONS(2140), + [anon_sym_gen] = ACTIONS(2140), + [anon_sym_if] = ACTIONS(2140), + [anon_sym_impl] = ACTIONS(2140), + [anon_sym_let] = ACTIONS(2140), + [anon_sym_loop] = ACTIONS(2140), + [anon_sym_match] = ACTIONS(2140), + [anon_sym_mod] = ACTIONS(2140), + [anon_sym_pub] = ACTIONS(2140), + [anon_sym_return] = ACTIONS(2140), + [anon_sym_static] = ACTIONS(2140), + [anon_sym_struct] = ACTIONS(2140), + [anon_sym_trait] = ACTIONS(2140), + [anon_sym_type] = ACTIONS(2140), + [anon_sym_union] = ACTIONS(2140), + [anon_sym_unsafe] = ACTIONS(2140), + [anon_sym_use] = ACTIONS(2140), + [anon_sym_while] = ACTIONS(2140), + [anon_sym_extern] = ACTIONS(2140), + [anon_sym_yield] = ACTIONS(2140), + [anon_sym_move] = ACTIONS(2140), + [anon_sym_try] = ACTIONS(2140), + [sym_integer_literal] = ACTIONS(2138), + [aux_sym_string_literal_token1] = ACTIONS(2138), + [sym_char_literal] = ACTIONS(2138), + [anon_sym_true] = ACTIONS(2140), + [anon_sym_false] = ACTIONS(2140), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2140), + [sym_super] = ACTIONS(2140), + [sym_crate] = ACTIONS(2140), + [sym_metavariable] = ACTIONS(2138), + [sym__raw_string_literal_start] = ACTIONS(2138), + [sym_float_literal] = ACTIONS(2138), }, [STATE(561)] = { [sym_line_comment] = STATE(561), [sym_block_comment] = STATE(561), - [ts_builtin_sym_end] = ACTIONS(2047), - [sym_identifier] = ACTIONS(2049), - [anon_sym_SEMI] = ACTIONS(2047), - [anon_sym_macro_rules_BANG] = ACTIONS(2047), - [anon_sym_LPAREN] = ACTIONS(2047), - [anon_sym_LBRACK] = ACTIONS(2047), - [anon_sym_LBRACE] = ACTIONS(2047), - [anon_sym_RBRACE] = ACTIONS(2047), - [anon_sym_STAR] = ACTIONS(2047), - [anon_sym_u8] = ACTIONS(2049), - [anon_sym_i8] = ACTIONS(2049), - [anon_sym_u16] = ACTIONS(2049), - [anon_sym_i16] = ACTIONS(2049), - [anon_sym_u32] = ACTIONS(2049), - [anon_sym_i32] = ACTIONS(2049), - [anon_sym_u64] = ACTIONS(2049), - [anon_sym_i64] = ACTIONS(2049), - [anon_sym_u128] = ACTIONS(2049), - [anon_sym_i128] = ACTIONS(2049), - [anon_sym_isize] = ACTIONS(2049), - [anon_sym_usize] = ACTIONS(2049), - [anon_sym_f32] = ACTIONS(2049), - [anon_sym_f64] = ACTIONS(2049), - [anon_sym_bool] = ACTIONS(2049), - [anon_sym_str] = ACTIONS(2049), - [anon_sym_char] = ACTIONS(2049), - [anon_sym_DASH] = ACTIONS(2047), - [anon_sym_BANG] = ACTIONS(2047), - [anon_sym_AMP] = ACTIONS(2047), - [anon_sym_PIPE] = ACTIONS(2047), - [anon_sym_LT] = ACTIONS(2047), - [anon_sym_DOT_DOT] = ACTIONS(2047), - [anon_sym_COLON_COLON] = ACTIONS(2047), - [anon_sym_POUND] = ACTIONS(2047), - [anon_sym_SQUOTE] = ACTIONS(2049), - [anon_sym_async] = ACTIONS(2049), - [anon_sym_break] = ACTIONS(2049), - [anon_sym_const] = ACTIONS(2049), - [anon_sym_continue] = ACTIONS(2049), - [anon_sym_default] = ACTIONS(2049), - [anon_sym_enum] = ACTIONS(2049), - [anon_sym_fn] = ACTIONS(2049), - [anon_sym_for] = ACTIONS(2049), - [anon_sym_gen] = ACTIONS(2049), - [anon_sym_if] = ACTIONS(2049), - [anon_sym_impl] = ACTIONS(2049), - [anon_sym_let] = ACTIONS(2049), - [anon_sym_loop] = ACTIONS(2049), - [anon_sym_match] = ACTIONS(2049), - [anon_sym_mod] = ACTIONS(2049), - [anon_sym_pub] = ACTIONS(2049), - [anon_sym_return] = ACTIONS(2049), - [anon_sym_static] = ACTIONS(2049), - [anon_sym_struct] = ACTIONS(2049), - [anon_sym_trait] = ACTIONS(2049), - [anon_sym_type] = ACTIONS(2049), - [anon_sym_union] = ACTIONS(2049), - [anon_sym_unsafe] = ACTIONS(2049), - [anon_sym_use] = ACTIONS(2049), - [anon_sym_while] = ACTIONS(2049), - [anon_sym_extern] = ACTIONS(2049), - [anon_sym_yield] = ACTIONS(2049), - [anon_sym_move] = ACTIONS(2049), - [anon_sym_try] = ACTIONS(2049), - [sym_integer_literal] = ACTIONS(2047), - [aux_sym_string_literal_token1] = ACTIONS(2047), - [sym_char_literal] = ACTIONS(2047), - [anon_sym_true] = ACTIONS(2049), - [anon_sym_false] = ACTIONS(2049), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2049), - [sym_super] = ACTIONS(2049), - [sym_crate] = ACTIONS(2049), - [sym_metavariable] = ACTIONS(2047), - [sym__raw_string_literal_start] = ACTIONS(2047), - [sym_float_literal] = ACTIONS(2047), + [ts_builtin_sym_end] = ACTIONS(2142), + [sym_identifier] = ACTIONS(2144), + [anon_sym_SEMI] = ACTIONS(2142), + [anon_sym_macro_rules_BANG] = ACTIONS(2142), + [anon_sym_LPAREN] = ACTIONS(2142), + [anon_sym_LBRACK] = ACTIONS(2142), + [anon_sym_LBRACE] = ACTIONS(2142), + [anon_sym_RBRACE] = ACTIONS(2142), + [anon_sym_STAR] = ACTIONS(2142), + [anon_sym_u8] = ACTIONS(2144), + [anon_sym_i8] = ACTIONS(2144), + [anon_sym_u16] = ACTIONS(2144), + [anon_sym_i16] = ACTIONS(2144), + [anon_sym_u32] = ACTIONS(2144), + [anon_sym_i32] = ACTIONS(2144), + [anon_sym_u64] = ACTIONS(2144), + [anon_sym_i64] = ACTIONS(2144), + [anon_sym_u128] = ACTIONS(2144), + [anon_sym_i128] = ACTIONS(2144), + [anon_sym_isize] = ACTIONS(2144), + [anon_sym_usize] = ACTIONS(2144), + [anon_sym_f32] = ACTIONS(2144), + [anon_sym_f64] = ACTIONS(2144), + [anon_sym_bool] = ACTIONS(2144), + [anon_sym_str] = ACTIONS(2144), + [anon_sym_char] = ACTIONS(2144), + [anon_sym_DASH] = ACTIONS(2142), + [anon_sym_BANG] = ACTIONS(2142), + [anon_sym_AMP] = ACTIONS(2142), + [anon_sym_PIPE] = ACTIONS(2142), + [anon_sym_LT] = ACTIONS(2142), + [anon_sym_DOT_DOT] = ACTIONS(2142), + [anon_sym_COLON_COLON] = ACTIONS(2142), + [anon_sym_POUND] = ACTIONS(2142), + [anon_sym_SQUOTE] = ACTIONS(2144), + [anon_sym_async] = ACTIONS(2144), + [anon_sym_break] = ACTIONS(2144), + [anon_sym_const] = ACTIONS(2144), + [anon_sym_continue] = ACTIONS(2144), + [anon_sym_default] = ACTIONS(2144), + [anon_sym_enum] = ACTIONS(2144), + [anon_sym_fn] = ACTIONS(2144), + [anon_sym_for] = ACTIONS(2144), + [anon_sym_gen] = ACTIONS(2144), + [anon_sym_if] = ACTIONS(2144), + [anon_sym_impl] = ACTIONS(2144), + [anon_sym_let] = ACTIONS(2144), + [anon_sym_loop] = ACTIONS(2144), + [anon_sym_match] = ACTIONS(2144), + [anon_sym_mod] = ACTIONS(2144), + [anon_sym_pub] = ACTIONS(2144), + [anon_sym_return] = ACTIONS(2144), + [anon_sym_static] = ACTIONS(2144), + [anon_sym_struct] = ACTIONS(2144), + [anon_sym_trait] = ACTIONS(2144), + [anon_sym_type] = ACTIONS(2144), + [anon_sym_union] = ACTIONS(2144), + [anon_sym_unsafe] = ACTIONS(2144), + [anon_sym_use] = ACTIONS(2144), + [anon_sym_while] = ACTIONS(2144), + [anon_sym_extern] = ACTIONS(2144), + [anon_sym_yield] = ACTIONS(2144), + [anon_sym_move] = ACTIONS(2144), + [anon_sym_try] = ACTIONS(2144), + [sym_integer_literal] = ACTIONS(2142), + [aux_sym_string_literal_token1] = ACTIONS(2142), + [sym_char_literal] = ACTIONS(2142), + [anon_sym_true] = ACTIONS(2144), + [anon_sym_false] = ACTIONS(2144), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2144), + [sym_super] = ACTIONS(2144), + [sym_crate] = ACTIONS(2144), + [sym_metavariable] = ACTIONS(2142), + [sym__raw_string_literal_start] = ACTIONS(2142), + [sym_float_literal] = ACTIONS(2142), }, [STATE(562)] = { [sym_line_comment] = STATE(562), [sym_block_comment] = STATE(562), - [ts_builtin_sym_end] = ACTIONS(2051), - [sym_identifier] = ACTIONS(2053), - [anon_sym_SEMI] = ACTIONS(2051), - [anon_sym_macro_rules_BANG] = ACTIONS(2051), - [anon_sym_LPAREN] = ACTIONS(2051), - [anon_sym_LBRACK] = ACTIONS(2051), - [anon_sym_LBRACE] = ACTIONS(2051), - [anon_sym_RBRACE] = ACTIONS(2051), - [anon_sym_STAR] = ACTIONS(2051), - [anon_sym_u8] = ACTIONS(2053), - [anon_sym_i8] = ACTIONS(2053), - [anon_sym_u16] = ACTIONS(2053), - [anon_sym_i16] = ACTIONS(2053), - [anon_sym_u32] = ACTIONS(2053), - [anon_sym_i32] = ACTIONS(2053), - [anon_sym_u64] = ACTIONS(2053), - [anon_sym_i64] = ACTIONS(2053), - [anon_sym_u128] = ACTIONS(2053), - [anon_sym_i128] = ACTIONS(2053), - [anon_sym_isize] = ACTIONS(2053), - [anon_sym_usize] = ACTIONS(2053), - [anon_sym_f32] = ACTIONS(2053), - [anon_sym_f64] = ACTIONS(2053), - [anon_sym_bool] = ACTIONS(2053), - [anon_sym_str] = ACTIONS(2053), - [anon_sym_char] = ACTIONS(2053), - [anon_sym_DASH] = ACTIONS(2051), - [anon_sym_BANG] = ACTIONS(2051), - [anon_sym_AMP] = ACTIONS(2051), - [anon_sym_PIPE] = ACTIONS(2051), - [anon_sym_LT] = ACTIONS(2051), - [anon_sym_DOT_DOT] = ACTIONS(2051), - [anon_sym_COLON_COLON] = ACTIONS(2051), - [anon_sym_POUND] = ACTIONS(2051), - [anon_sym_SQUOTE] = ACTIONS(2053), - [anon_sym_async] = ACTIONS(2053), - [anon_sym_break] = ACTIONS(2053), - [anon_sym_const] = ACTIONS(2053), - [anon_sym_continue] = ACTIONS(2053), - [anon_sym_default] = ACTIONS(2053), - [anon_sym_enum] = ACTIONS(2053), - [anon_sym_fn] = ACTIONS(2053), - [anon_sym_for] = ACTIONS(2053), - [anon_sym_gen] = ACTIONS(2053), - [anon_sym_if] = ACTIONS(2053), - [anon_sym_impl] = ACTIONS(2053), - [anon_sym_let] = ACTIONS(2053), - [anon_sym_loop] = ACTIONS(2053), - [anon_sym_match] = ACTIONS(2053), - [anon_sym_mod] = ACTIONS(2053), - [anon_sym_pub] = ACTIONS(2053), - [anon_sym_return] = ACTIONS(2053), - [anon_sym_static] = ACTIONS(2053), - [anon_sym_struct] = ACTIONS(2053), - [anon_sym_trait] = ACTIONS(2053), - [anon_sym_type] = ACTIONS(2053), - [anon_sym_union] = ACTIONS(2053), - [anon_sym_unsafe] = ACTIONS(2053), - [anon_sym_use] = ACTIONS(2053), - [anon_sym_while] = ACTIONS(2053), - [anon_sym_extern] = ACTIONS(2053), - [anon_sym_yield] = ACTIONS(2053), - [anon_sym_move] = ACTIONS(2053), - [anon_sym_try] = ACTIONS(2053), - [sym_integer_literal] = ACTIONS(2051), - [aux_sym_string_literal_token1] = ACTIONS(2051), - [sym_char_literal] = ACTIONS(2051), - [anon_sym_true] = ACTIONS(2053), - [anon_sym_false] = ACTIONS(2053), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2053), - [sym_super] = ACTIONS(2053), - [sym_crate] = ACTIONS(2053), - [sym_metavariable] = ACTIONS(2051), - [sym__raw_string_literal_start] = ACTIONS(2051), - [sym_float_literal] = ACTIONS(2051), + [ts_builtin_sym_end] = ACTIONS(2146), + [sym_identifier] = ACTIONS(2148), + [anon_sym_SEMI] = ACTIONS(2146), + [anon_sym_macro_rules_BANG] = ACTIONS(2146), + [anon_sym_LPAREN] = ACTIONS(2146), + [anon_sym_LBRACK] = ACTIONS(2146), + [anon_sym_LBRACE] = ACTIONS(2146), + [anon_sym_RBRACE] = ACTIONS(2146), + [anon_sym_STAR] = ACTIONS(2146), + [anon_sym_u8] = ACTIONS(2148), + [anon_sym_i8] = ACTIONS(2148), + [anon_sym_u16] = ACTIONS(2148), + [anon_sym_i16] = ACTIONS(2148), + [anon_sym_u32] = ACTIONS(2148), + [anon_sym_i32] = ACTIONS(2148), + [anon_sym_u64] = ACTIONS(2148), + [anon_sym_i64] = ACTIONS(2148), + [anon_sym_u128] = ACTIONS(2148), + [anon_sym_i128] = ACTIONS(2148), + [anon_sym_isize] = ACTIONS(2148), + [anon_sym_usize] = ACTIONS(2148), + [anon_sym_f32] = ACTIONS(2148), + [anon_sym_f64] = ACTIONS(2148), + [anon_sym_bool] = ACTIONS(2148), + [anon_sym_str] = ACTIONS(2148), + [anon_sym_char] = ACTIONS(2148), + [anon_sym_DASH] = ACTIONS(2146), + [anon_sym_BANG] = ACTIONS(2146), + [anon_sym_AMP] = ACTIONS(2146), + [anon_sym_PIPE] = ACTIONS(2146), + [anon_sym_LT] = ACTIONS(2146), + [anon_sym_DOT_DOT] = ACTIONS(2146), + [anon_sym_COLON_COLON] = ACTIONS(2146), + [anon_sym_POUND] = ACTIONS(2146), + [anon_sym_SQUOTE] = ACTIONS(2148), + [anon_sym_async] = ACTIONS(2148), + [anon_sym_break] = ACTIONS(2148), + [anon_sym_const] = ACTIONS(2148), + [anon_sym_continue] = ACTIONS(2148), + [anon_sym_default] = ACTIONS(2148), + [anon_sym_enum] = ACTIONS(2148), + [anon_sym_fn] = ACTIONS(2148), + [anon_sym_for] = ACTIONS(2148), + [anon_sym_gen] = ACTIONS(2148), + [anon_sym_if] = ACTIONS(2148), + [anon_sym_impl] = ACTIONS(2148), + [anon_sym_let] = ACTIONS(2148), + [anon_sym_loop] = ACTIONS(2148), + [anon_sym_match] = ACTIONS(2148), + [anon_sym_mod] = ACTIONS(2148), + [anon_sym_pub] = ACTIONS(2148), + [anon_sym_return] = ACTIONS(2148), + [anon_sym_static] = ACTIONS(2148), + [anon_sym_struct] = ACTIONS(2148), + [anon_sym_trait] = ACTIONS(2148), + [anon_sym_type] = ACTIONS(2148), + [anon_sym_union] = ACTIONS(2148), + [anon_sym_unsafe] = ACTIONS(2148), + [anon_sym_use] = ACTIONS(2148), + [anon_sym_while] = ACTIONS(2148), + [anon_sym_extern] = ACTIONS(2148), + [anon_sym_yield] = ACTIONS(2148), + [anon_sym_move] = ACTIONS(2148), + [anon_sym_try] = ACTIONS(2148), + [sym_integer_literal] = ACTIONS(2146), + [aux_sym_string_literal_token1] = ACTIONS(2146), + [sym_char_literal] = ACTIONS(2146), + [anon_sym_true] = ACTIONS(2148), + [anon_sym_false] = ACTIONS(2148), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2148), + [sym_super] = ACTIONS(2148), + [sym_crate] = ACTIONS(2148), + [sym_metavariable] = ACTIONS(2146), + [sym__raw_string_literal_start] = ACTIONS(2146), + [sym_float_literal] = ACTIONS(2146), }, [STATE(563)] = { [sym_line_comment] = STATE(563), [sym_block_comment] = STATE(563), - [ts_builtin_sym_end] = ACTIONS(2055), - [sym_identifier] = ACTIONS(2057), - [anon_sym_SEMI] = ACTIONS(2055), - [anon_sym_macro_rules_BANG] = ACTIONS(2055), - [anon_sym_LPAREN] = ACTIONS(2055), - [anon_sym_LBRACK] = ACTIONS(2055), - [anon_sym_LBRACE] = ACTIONS(2055), - [anon_sym_RBRACE] = ACTIONS(2055), - [anon_sym_STAR] = ACTIONS(2055), - [anon_sym_u8] = ACTIONS(2057), - [anon_sym_i8] = ACTIONS(2057), - [anon_sym_u16] = ACTIONS(2057), - [anon_sym_i16] = ACTIONS(2057), - [anon_sym_u32] = ACTIONS(2057), - [anon_sym_i32] = ACTIONS(2057), - [anon_sym_u64] = ACTIONS(2057), - [anon_sym_i64] = ACTIONS(2057), - [anon_sym_u128] = ACTIONS(2057), - [anon_sym_i128] = ACTIONS(2057), - [anon_sym_isize] = ACTIONS(2057), - [anon_sym_usize] = ACTIONS(2057), - [anon_sym_f32] = ACTIONS(2057), - [anon_sym_f64] = ACTIONS(2057), - [anon_sym_bool] = ACTIONS(2057), - [anon_sym_str] = ACTIONS(2057), - [anon_sym_char] = ACTIONS(2057), - [anon_sym_DASH] = ACTIONS(2055), - [anon_sym_BANG] = ACTIONS(2055), - [anon_sym_AMP] = ACTIONS(2055), - [anon_sym_PIPE] = ACTIONS(2055), - [anon_sym_LT] = ACTIONS(2055), - [anon_sym_DOT_DOT] = ACTIONS(2055), - [anon_sym_COLON_COLON] = ACTIONS(2055), - [anon_sym_POUND] = ACTIONS(2055), - [anon_sym_SQUOTE] = ACTIONS(2057), - [anon_sym_async] = ACTIONS(2057), - [anon_sym_break] = ACTIONS(2057), - [anon_sym_const] = ACTIONS(2057), - [anon_sym_continue] = ACTIONS(2057), - [anon_sym_default] = ACTIONS(2057), - [anon_sym_enum] = ACTIONS(2057), - [anon_sym_fn] = ACTIONS(2057), - [anon_sym_for] = ACTIONS(2057), - [anon_sym_gen] = ACTIONS(2057), - [anon_sym_if] = ACTIONS(2057), - [anon_sym_impl] = ACTIONS(2057), - [anon_sym_let] = ACTIONS(2057), - [anon_sym_loop] = ACTIONS(2057), - [anon_sym_match] = ACTIONS(2057), - [anon_sym_mod] = ACTIONS(2057), - [anon_sym_pub] = ACTIONS(2057), - [anon_sym_return] = ACTIONS(2057), - [anon_sym_static] = ACTIONS(2057), - [anon_sym_struct] = ACTIONS(2057), - [anon_sym_trait] = ACTIONS(2057), - [anon_sym_type] = ACTIONS(2057), - [anon_sym_union] = ACTIONS(2057), - [anon_sym_unsafe] = ACTIONS(2057), - [anon_sym_use] = ACTIONS(2057), - [anon_sym_while] = ACTIONS(2057), - [anon_sym_extern] = ACTIONS(2057), - [anon_sym_yield] = ACTIONS(2057), - [anon_sym_move] = ACTIONS(2057), - [anon_sym_try] = ACTIONS(2057), - [sym_integer_literal] = ACTIONS(2055), - [aux_sym_string_literal_token1] = ACTIONS(2055), - [sym_char_literal] = ACTIONS(2055), - [anon_sym_true] = ACTIONS(2057), - [anon_sym_false] = ACTIONS(2057), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2057), - [sym_super] = ACTIONS(2057), - [sym_crate] = ACTIONS(2057), - [sym_metavariable] = ACTIONS(2055), - [sym__raw_string_literal_start] = ACTIONS(2055), - [sym_float_literal] = ACTIONS(2055), + [ts_builtin_sym_end] = ACTIONS(2150), + [sym_identifier] = ACTIONS(2152), + [anon_sym_SEMI] = ACTIONS(2150), + [anon_sym_macro_rules_BANG] = ACTIONS(2150), + [anon_sym_LPAREN] = ACTIONS(2150), + [anon_sym_LBRACK] = ACTIONS(2150), + [anon_sym_LBRACE] = ACTIONS(2150), + [anon_sym_RBRACE] = ACTIONS(2150), + [anon_sym_STAR] = ACTIONS(2150), + [anon_sym_u8] = ACTIONS(2152), + [anon_sym_i8] = ACTIONS(2152), + [anon_sym_u16] = ACTIONS(2152), + [anon_sym_i16] = ACTIONS(2152), + [anon_sym_u32] = ACTIONS(2152), + [anon_sym_i32] = ACTIONS(2152), + [anon_sym_u64] = ACTIONS(2152), + [anon_sym_i64] = ACTIONS(2152), + [anon_sym_u128] = ACTIONS(2152), + [anon_sym_i128] = ACTIONS(2152), + [anon_sym_isize] = ACTIONS(2152), + [anon_sym_usize] = ACTIONS(2152), + [anon_sym_f32] = ACTIONS(2152), + [anon_sym_f64] = ACTIONS(2152), + [anon_sym_bool] = ACTIONS(2152), + [anon_sym_str] = ACTIONS(2152), + [anon_sym_char] = ACTIONS(2152), + [anon_sym_DASH] = ACTIONS(2150), + [anon_sym_BANG] = ACTIONS(2150), + [anon_sym_AMP] = ACTIONS(2150), + [anon_sym_PIPE] = ACTIONS(2150), + [anon_sym_LT] = ACTIONS(2150), + [anon_sym_DOT_DOT] = ACTIONS(2150), + [anon_sym_COLON_COLON] = ACTIONS(2150), + [anon_sym_POUND] = ACTIONS(2150), + [anon_sym_SQUOTE] = ACTIONS(2152), + [anon_sym_async] = ACTIONS(2152), + [anon_sym_break] = ACTIONS(2152), + [anon_sym_const] = ACTIONS(2152), + [anon_sym_continue] = ACTIONS(2152), + [anon_sym_default] = ACTIONS(2152), + [anon_sym_enum] = ACTIONS(2152), + [anon_sym_fn] = ACTIONS(2152), + [anon_sym_for] = ACTIONS(2152), + [anon_sym_gen] = ACTIONS(2152), + [anon_sym_if] = ACTIONS(2152), + [anon_sym_impl] = ACTIONS(2152), + [anon_sym_let] = ACTIONS(2152), + [anon_sym_loop] = ACTIONS(2152), + [anon_sym_match] = ACTIONS(2152), + [anon_sym_mod] = ACTIONS(2152), + [anon_sym_pub] = ACTIONS(2152), + [anon_sym_return] = ACTIONS(2152), + [anon_sym_static] = ACTIONS(2152), + [anon_sym_struct] = ACTIONS(2152), + [anon_sym_trait] = ACTIONS(2152), + [anon_sym_type] = ACTIONS(2152), + [anon_sym_union] = ACTIONS(2152), + [anon_sym_unsafe] = ACTIONS(2152), + [anon_sym_use] = ACTIONS(2152), + [anon_sym_while] = ACTIONS(2152), + [anon_sym_extern] = ACTIONS(2152), + [anon_sym_yield] = ACTIONS(2152), + [anon_sym_move] = ACTIONS(2152), + [anon_sym_try] = ACTIONS(2152), + [sym_integer_literal] = ACTIONS(2150), + [aux_sym_string_literal_token1] = ACTIONS(2150), + [sym_char_literal] = ACTIONS(2150), + [anon_sym_true] = ACTIONS(2152), + [anon_sym_false] = ACTIONS(2152), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2152), + [sym_super] = ACTIONS(2152), + [sym_crate] = ACTIONS(2152), + [sym_metavariable] = ACTIONS(2150), + [sym__raw_string_literal_start] = ACTIONS(2150), + [sym_float_literal] = ACTIONS(2150), }, [STATE(564)] = { [sym_line_comment] = STATE(564), [sym_block_comment] = STATE(564), - [ts_builtin_sym_end] = ACTIONS(2059), - [sym_identifier] = ACTIONS(2061), - [anon_sym_SEMI] = ACTIONS(2059), - [anon_sym_macro_rules_BANG] = ACTIONS(2059), - [anon_sym_LPAREN] = ACTIONS(2059), - [anon_sym_LBRACK] = ACTIONS(2059), - [anon_sym_LBRACE] = ACTIONS(2059), - [anon_sym_RBRACE] = ACTIONS(2059), - [anon_sym_STAR] = ACTIONS(2059), - [anon_sym_u8] = ACTIONS(2061), - [anon_sym_i8] = ACTIONS(2061), - [anon_sym_u16] = ACTIONS(2061), - [anon_sym_i16] = ACTIONS(2061), - [anon_sym_u32] = ACTIONS(2061), - [anon_sym_i32] = ACTIONS(2061), - [anon_sym_u64] = ACTIONS(2061), - [anon_sym_i64] = ACTIONS(2061), - [anon_sym_u128] = ACTIONS(2061), - [anon_sym_i128] = ACTIONS(2061), - [anon_sym_isize] = ACTIONS(2061), - [anon_sym_usize] = ACTIONS(2061), - [anon_sym_f32] = ACTIONS(2061), - [anon_sym_f64] = ACTIONS(2061), - [anon_sym_bool] = ACTIONS(2061), - [anon_sym_str] = ACTIONS(2061), - [anon_sym_char] = ACTIONS(2061), - [anon_sym_DASH] = ACTIONS(2059), - [anon_sym_BANG] = ACTIONS(2059), - [anon_sym_AMP] = ACTIONS(2059), - [anon_sym_PIPE] = ACTIONS(2059), - [anon_sym_LT] = ACTIONS(2059), - [anon_sym_DOT_DOT] = ACTIONS(2059), - [anon_sym_COLON_COLON] = ACTIONS(2059), - [anon_sym_POUND] = ACTIONS(2059), - [anon_sym_SQUOTE] = ACTIONS(2061), - [anon_sym_async] = ACTIONS(2061), - [anon_sym_break] = ACTIONS(2061), - [anon_sym_const] = ACTIONS(2061), - [anon_sym_continue] = ACTIONS(2061), - [anon_sym_default] = ACTIONS(2061), - [anon_sym_enum] = ACTIONS(2061), - [anon_sym_fn] = ACTIONS(2061), - [anon_sym_for] = ACTIONS(2061), - [anon_sym_gen] = ACTIONS(2061), - [anon_sym_if] = ACTIONS(2061), - [anon_sym_impl] = ACTIONS(2061), - [anon_sym_let] = ACTIONS(2061), - [anon_sym_loop] = ACTIONS(2061), - [anon_sym_match] = ACTIONS(2061), - [anon_sym_mod] = ACTIONS(2061), - [anon_sym_pub] = ACTIONS(2061), - [anon_sym_return] = ACTIONS(2061), - [anon_sym_static] = ACTIONS(2061), - [anon_sym_struct] = ACTIONS(2061), - [anon_sym_trait] = ACTIONS(2061), - [anon_sym_type] = ACTIONS(2061), - [anon_sym_union] = ACTIONS(2061), - [anon_sym_unsafe] = ACTIONS(2061), - [anon_sym_use] = ACTIONS(2061), - [anon_sym_while] = ACTIONS(2061), - [anon_sym_extern] = ACTIONS(2061), - [anon_sym_yield] = ACTIONS(2061), - [anon_sym_move] = ACTIONS(2061), - [anon_sym_try] = ACTIONS(2061), - [sym_integer_literal] = ACTIONS(2059), - [aux_sym_string_literal_token1] = ACTIONS(2059), - [sym_char_literal] = ACTIONS(2059), - [anon_sym_true] = ACTIONS(2061), - [anon_sym_false] = ACTIONS(2061), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2061), - [sym_super] = ACTIONS(2061), - [sym_crate] = ACTIONS(2061), - [sym_metavariable] = ACTIONS(2059), - [sym__raw_string_literal_start] = ACTIONS(2059), - [sym_float_literal] = ACTIONS(2059), + [ts_builtin_sym_end] = ACTIONS(2154), + [sym_identifier] = ACTIONS(2156), + [anon_sym_SEMI] = ACTIONS(2154), + [anon_sym_macro_rules_BANG] = ACTIONS(2154), + [anon_sym_LPAREN] = ACTIONS(2154), + [anon_sym_LBRACK] = ACTIONS(2154), + [anon_sym_LBRACE] = ACTIONS(2154), + [anon_sym_RBRACE] = ACTIONS(2154), + [anon_sym_STAR] = ACTIONS(2154), + [anon_sym_u8] = ACTIONS(2156), + [anon_sym_i8] = ACTIONS(2156), + [anon_sym_u16] = ACTIONS(2156), + [anon_sym_i16] = ACTIONS(2156), + [anon_sym_u32] = ACTIONS(2156), + [anon_sym_i32] = ACTIONS(2156), + [anon_sym_u64] = ACTIONS(2156), + [anon_sym_i64] = ACTIONS(2156), + [anon_sym_u128] = ACTIONS(2156), + [anon_sym_i128] = ACTIONS(2156), + [anon_sym_isize] = ACTIONS(2156), + [anon_sym_usize] = ACTIONS(2156), + [anon_sym_f32] = ACTIONS(2156), + [anon_sym_f64] = ACTIONS(2156), + [anon_sym_bool] = ACTIONS(2156), + [anon_sym_str] = ACTIONS(2156), + [anon_sym_char] = ACTIONS(2156), + [anon_sym_DASH] = ACTIONS(2154), + [anon_sym_BANG] = ACTIONS(2154), + [anon_sym_AMP] = ACTIONS(2154), + [anon_sym_PIPE] = ACTIONS(2154), + [anon_sym_LT] = ACTIONS(2154), + [anon_sym_DOT_DOT] = ACTIONS(2154), + [anon_sym_COLON_COLON] = ACTIONS(2154), + [anon_sym_POUND] = ACTIONS(2154), + [anon_sym_SQUOTE] = ACTIONS(2156), + [anon_sym_async] = ACTIONS(2156), + [anon_sym_break] = ACTIONS(2156), + [anon_sym_const] = ACTIONS(2156), + [anon_sym_continue] = ACTIONS(2156), + [anon_sym_default] = ACTIONS(2156), + [anon_sym_enum] = ACTIONS(2156), + [anon_sym_fn] = ACTIONS(2156), + [anon_sym_for] = ACTIONS(2156), + [anon_sym_gen] = ACTIONS(2156), + [anon_sym_if] = ACTIONS(2156), + [anon_sym_impl] = ACTIONS(2156), + [anon_sym_let] = ACTIONS(2156), + [anon_sym_loop] = ACTIONS(2156), + [anon_sym_match] = ACTIONS(2156), + [anon_sym_mod] = ACTIONS(2156), + [anon_sym_pub] = ACTIONS(2156), + [anon_sym_return] = ACTIONS(2156), + [anon_sym_static] = ACTIONS(2156), + [anon_sym_struct] = ACTIONS(2156), + [anon_sym_trait] = ACTIONS(2156), + [anon_sym_type] = ACTIONS(2156), + [anon_sym_union] = ACTIONS(2156), + [anon_sym_unsafe] = ACTIONS(2156), + [anon_sym_use] = ACTIONS(2156), + [anon_sym_while] = ACTIONS(2156), + [anon_sym_extern] = ACTIONS(2156), + [anon_sym_yield] = ACTIONS(2156), + [anon_sym_move] = ACTIONS(2156), + [anon_sym_try] = ACTIONS(2156), + [sym_integer_literal] = ACTIONS(2154), + [aux_sym_string_literal_token1] = ACTIONS(2154), + [sym_char_literal] = ACTIONS(2154), + [anon_sym_true] = ACTIONS(2156), + [anon_sym_false] = ACTIONS(2156), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2156), + [sym_super] = ACTIONS(2156), + [sym_crate] = ACTIONS(2156), + [sym_metavariable] = ACTIONS(2154), + [sym__raw_string_literal_start] = ACTIONS(2154), + [sym_float_literal] = ACTIONS(2154), }, [STATE(565)] = { [sym_line_comment] = STATE(565), [sym_block_comment] = STATE(565), - [ts_builtin_sym_end] = ACTIONS(2063), - [sym_identifier] = ACTIONS(2065), - [anon_sym_SEMI] = ACTIONS(2063), - [anon_sym_macro_rules_BANG] = ACTIONS(2063), - [anon_sym_LPAREN] = ACTIONS(2063), - [anon_sym_LBRACK] = ACTIONS(2063), - [anon_sym_LBRACE] = ACTIONS(2063), - [anon_sym_RBRACE] = ACTIONS(2063), - [anon_sym_STAR] = ACTIONS(2063), - [anon_sym_u8] = ACTIONS(2065), - [anon_sym_i8] = ACTIONS(2065), - [anon_sym_u16] = ACTIONS(2065), - [anon_sym_i16] = ACTIONS(2065), - [anon_sym_u32] = ACTIONS(2065), - [anon_sym_i32] = ACTIONS(2065), - [anon_sym_u64] = ACTIONS(2065), - [anon_sym_i64] = ACTIONS(2065), - [anon_sym_u128] = ACTIONS(2065), - [anon_sym_i128] = ACTIONS(2065), - [anon_sym_isize] = ACTIONS(2065), - [anon_sym_usize] = ACTIONS(2065), - [anon_sym_f32] = ACTIONS(2065), - [anon_sym_f64] = ACTIONS(2065), - [anon_sym_bool] = ACTIONS(2065), - [anon_sym_str] = ACTIONS(2065), - [anon_sym_char] = ACTIONS(2065), - [anon_sym_DASH] = ACTIONS(2063), - [anon_sym_BANG] = ACTIONS(2063), - [anon_sym_AMP] = ACTIONS(2063), - [anon_sym_PIPE] = ACTIONS(2063), - [anon_sym_LT] = ACTIONS(2063), - [anon_sym_DOT_DOT] = ACTIONS(2063), - [anon_sym_COLON_COLON] = ACTIONS(2063), - [anon_sym_POUND] = ACTIONS(2063), - [anon_sym_SQUOTE] = ACTIONS(2065), - [anon_sym_async] = ACTIONS(2065), - [anon_sym_break] = ACTIONS(2065), - [anon_sym_const] = ACTIONS(2065), - [anon_sym_continue] = ACTIONS(2065), - [anon_sym_default] = ACTIONS(2065), - [anon_sym_enum] = ACTIONS(2065), - [anon_sym_fn] = ACTIONS(2065), - [anon_sym_for] = ACTIONS(2065), - [anon_sym_gen] = ACTIONS(2065), - [anon_sym_if] = ACTIONS(2065), - [anon_sym_impl] = ACTIONS(2065), - [anon_sym_let] = ACTIONS(2065), - [anon_sym_loop] = ACTIONS(2065), - [anon_sym_match] = ACTIONS(2065), - [anon_sym_mod] = ACTIONS(2065), - [anon_sym_pub] = ACTIONS(2065), - [anon_sym_return] = ACTIONS(2065), - [anon_sym_static] = ACTIONS(2065), - [anon_sym_struct] = ACTIONS(2065), - [anon_sym_trait] = ACTIONS(2065), - [anon_sym_type] = ACTIONS(2065), - [anon_sym_union] = ACTIONS(2065), - [anon_sym_unsafe] = ACTIONS(2065), - [anon_sym_use] = ACTIONS(2065), - [anon_sym_while] = ACTIONS(2065), - [anon_sym_extern] = ACTIONS(2065), - [anon_sym_yield] = ACTIONS(2065), - [anon_sym_move] = ACTIONS(2065), - [anon_sym_try] = ACTIONS(2065), - [sym_integer_literal] = ACTIONS(2063), - [aux_sym_string_literal_token1] = ACTIONS(2063), - [sym_char_literal] = ACTIONS(2063), - [anon_sym_true] = ACTIONS(2065), - [anon_sym_false] = ACTIONS(2065), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2065), - [sym_super] = ACTIONS(2065), - [sym_crate] = ACTIONS(2065), - [sym_metavariable] = ACTIONS(2063), - [sym__raw_string_literal_start] = ACTIONS(2063), - [sym_float_literal] = ACTIONS(2063), + [ts_builtin_sym_end] = ACTIONS(2158), + [sym_identifier] = ACTIONS(2160), + [anon_sym_SEMI] = ACTIONS(2158), + [anon_sym_macro_rules_BANG] = ACTIONS(2158), + [anon_sym_LPAREN] = ACTIONS(2158), + [anon_sym_LBRACK] = ACTIONS(2158), + [anon_sym_LBRACE] = ACTIONS(2158), + [anon_sym_RBRACE] = ACTIONS(2158), + [anon_sym_STAR] = ACTIONS(2158), + [anon_sym_u8] = ACTIONS(2160), + [anon_sym_i8] = ACTIONS(2160), + [anon_sym_u16] = ACTIONS(2160), + [anon_sym_i16] = ACTIONS(2160), + [anon_sym_u32] = ACTIONS(2160), + [anon_sym_i32] = ACTIONS(2160), + [anon_sym_u64] = ACTIONS(2160), + [anon_sym_i64] = ACTIONS(2160), + [anon_sym_u128] = ACTIONS(2160), + [anon_sym_i128] = ACTIONS(2160), + [anon_sym_isize] = ACTIONS(2160), + [anon_sym_usize] = ACTIONS(2160), + [anon_sym_f32] = ACTIONS(2160), + [anon_sym_f64] = ACTIONS(2160), + [anon_sym_bool] = ACTIONS(2160), + [anon_sym_str] = ACTIONS(2160), + [anon_sym_char] = ACTIONS(2160), + [anon_sym_DASH] = ACTIONS(2158), + [anon_sym_BANG] = ACTIONS(2158), + [anon_sym_AMP] = ACTIONS(2158), + [anon_sym_PIPE] = ACTIONS(2158), + [anon_sym_LT] = ACTIONS(2158), + [anon_sym_DOT_DOT] = ACTIONS(2158), + [anon_sym_COLON_COLON] = ACTIONS(2158), + [anon_sym_POUND] = ACTIONS(2158), + [anon_sym_SQUOTE] = ACTIONS(2160), + [anon_sym_async] = ACTIONS(2160), + [anon_sym_break] = ACTIONS(2160), + [anon_sym_const] = ACTIONS(2160), + [anon_sym_continue] = ACTIONS(2160), + [anon_sym_default] = ACTIONS(2160), + [anon_sym_enum] = ACTIONS(2160), + [anon_sym_fn] = ACTIONS(2160), + [anon_sym_for] = ACTIONS(2160), + [anon_sym_gen] = ACTIONS(2160), + [anon_sym_if] = ACTIONS(2160), + [anon_sym_impl] = ACTIONS(2160), + [anon_sym_let] = ACTIONS(2160), + [anon_sym_loop] = ACTIONS(2160), + [anon_sym_match] = ACTIONS(2160), + [anon_sym_mod] = ACTIONS(2160), + [anon_sym_pub] = ACTIONS(2160), + [anon_sym_return] = ACTIONS(2160), + [anon_sym_static] = ACTIONS(2160), + [anon_sym_struct] = ACTIONS(2160), + [anon_sym_trait] = ACTIONS(2160), + [anon_sym_type] = ACTIONS(2160), + [anon_sym_union] = ACTIONS(2160), + [anon_sym_unsafe] = ACTIONS(2160), + [anon_sym_use] = ACTIONS(2160), + [anon_sym_while] = ACTIONS(2160), + [anon_sym_extern] = ACTIONS(2160), + [anon_sym_yield] = ACTIONS(2160), + [anon_sym_move] = ACTIONS(2160), + [anon_sym_try] = ACTIONS(2160), + [sym_integer_literal] = ACTIONS(2158), + [aux_sym_string_literal_token1] = ACTIONS(2158), + [sym_char_literal] = ACTIONS(2158), + [anon_sym_true] = ACTIONS(2160), + [anon_sym_false] = ACTIONS(2160), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2160), + [sym_super] = ACTIONS(2160), + [sym_crate] = ACTIONS(2160), + [sym_metavariable] = ACTIONS(2158), + [sym__raw_string_literal_start] = ACTIONS(2158), + [sym_float_literal] = ACTIONS(2158), }, [STATE(566)] = { [sym_line_comment] = STATE(566), [sym_block_comment] = STATE(566), - [ts_builtin_sym_end] = ACTIONS(2067), - [sym_identifier] = ACTIONS(2069), - [anon_sym_SEMI] = ACTIONS(2067), - [anon_sym_macro_rules_BANG] = ACTIONS(2067), - [anon_sym_LPAREN] = ACTIONS(2067), - [anon_sym_LBRACK] = ACTIONS(2067), - [anon_sym_LBRACE] = ACTIONS(2067), - [anon_sym_RBRACE] = ACTIONS(2067), - [anon_sym_STAR] = ACTIONS(2067), - [anon_sym_u8] = ACTIONS(2069), - [anon_sym_i8] = ACTIONS(2069), - [anon_sym_u16] = ACTIONS(2069), - [anon_sym_i16] = ACTIONS(2069), - [anon_sym_u32] = ACTIONS(2069), - [anon_sym_i32] = ACTIONS(2069), - [anon_sym_u64] = ACTIONS(2069), - [anon_sym_i64] = ACTIONS(2069), - [anon_sym_u128] = ACTIONS(2069), - [anon_sym_i128] = ACTIONS(2069), - [anon_sym_isize] = ACTIONS(2069), - [anon_sym_usize] = ACTIONS(2069), - [anon_sym_f32] = ACTIONS(2069), - [anon_sym_f64] = ACTIONS(2069), - [anon_sym_bool] = ACTIONS(2069), - [anon_sym_str] = ACTIONS(2069), - [anon_sym_char] = ACTIONS(2069), - [anon_sym_DASH] = ACTIONS(2067), - [anon_sym_BANG] = ACTIONS(2067), - [anon_sym_AMP] = ACTIONS(2067), - [anon_sym_PIPE] = ACTIONS(2067), - [anon_sym_LT] = ACTIONS(2067), - [anon_sym_DOT_DOT] = ACTIONS(2067), - [anon_sym_COLON_COLON] = ACTIONS(2067), - [anon_sym_POUND] = ACTIONS(2067), - [anon_sym_SQUOTE] = ACTIONS(2069), - [anon_sym_async] = ACTIONS(2069), - [anon_sym_break] = ACTIONS(2069), - [anon_sym_const] = ACTIONS(2069), - [anon_sym_continue] = ACTIONS(2069), - [anon_sym_default] = ACTIONS(2069), - [anon_sym_enum] = ACTIONS(2069), - [anon_sym_fn] = ACTIONS(2069), - [anon_sym_for] = ACTIONS(2069), - [anon_sym_gen] = ACTIONS(2069), - [anon_sym_if] = ACTIONS(2069), - [anon_sym_impl] = ACTIONS(2069), - [anon_sym_let] = ACTIONS(2069), - [anon_sym_loop] = ACTIONS(2069), - [anon_sym_match] = ACTIONS(2069), - [anon_sym_mod] = ACTIONS(2069), - [anon_sym_pub] = ACTIONS(2069), - [anon_sym_return] = ACTIONS(2069), - [anon_sym_static] = ACTIONS(2069), - [anon_sym_struct] = ACTIONS(2069), - [anon_sym_trait] = ACTIONS(2069), - [anon_sym_type] = ACTIONS(2069), - [anon_sym_union] = ACTIONS(2069), - [anon_sym_unsafe] = ACTIONS(2069), - [anon_sym_use] = ACTIONS(2069), - [anon_sym_while] = ACTIONS(2069), - [anon_sym_extern] = ACTIONS(2069), - [anon_sym_yield] = ACTIONS(2069), - [anon_sym_move] = ACTIONS(2069), - [anon_sym_try] = ACTIONS(2069), - [sym_integer_literal] = ACTIONS(2067), - [aux_sym_string_literal_token1] = ACTIONS(2067), - [sym_char_literal] = ACTIONS(2067), - [anon_sym_true] = ACTIONS(2069), - [anon_sym_false] = ACTIONS(2069), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2069), - [sym_super] = ACTIONS(2069), - [sym_crate] = ACTIONS(2069), - [sym_metavariable] = ACTIONS(2067), - [sym__raw_string_literal_start] = ACTIONS(2067), - [sym_float_literal] = ACTIONS(2067), + [ts_builtin_sym_end] = ACTIONS(2162), + [sym_identifier] = ACTIONS(2164), + [anon_sym_SEMI] = ACTIONS(2162), + [anon_sym_macro_rules_BANG] = ACTIONS(2162), + [anon_sym_LPAREN] = ACTIONS(2162), + [anon_sym_LBRACK] = ACTIONS(2162), + [anon_sym_LBRACE] = ACTIONS(2162), + [anon_sym_RBRACE] = ACTIONS(2162), + [anon_sym_STAR] = ACTIONS(2162), + [anon_sym_u8] = ACTIONS(2164), + [anon_sym_i8] = ACTIONS(2164), + [anon_sym_u16] = ACTIONS(2164), + [anon_sym_i16] = ACTIONS(2164), + [anon_sym_u32] = ACTIONS(2164), + [anon_sym_i32] = ACTIONS(2164), + [anon_sym_u64] = ACTIONS(2164), + [anon_sym_i64] = ACTIONS(2164), + [anon_sym_u128] = ACTIONS(2164), + [anon_sym_i128] = ACTIONS(2164), + [anon_sym_isize] = ACTIONS(2164), + [anon_sym_usize] = ACTIONS(2164), + [anon_sym_f32] = ACTIONS(2164), + [anon_sym_f64] = ACTIONS(2164), + [anon_sym_bool] = ACTIONS(2164), + [anon_sym_str] = ACTIONS(2164), + [anon_sym_char] = ACTIONS(2164), + [anon_sym_DASH] = ACTIONS(2162), + [anon_sym_BANG] = ACTIONS(2162), + [anon_sym_AMP] = ACTIONS(2162), + [anon_sym_PIPE] = ACTIONS(2162), + [anon_sym_LT] = ACTIONS(2162), + [anon_sym_DOT_DOT] = ACTIONS(2162), + [anon_sym_COLON_COLON] = ACTIONS(2162), + [anon_sym_POUND] = ACTIONS(2162), + [anon_sym_SQUOTE] = ACTIONS(2164), + [anon_sym_async] = ACTIONS(2164), + [anon_sym_break] = ACTIONS(2164), + [anon_sym_const] = ACTIONS(2164), + [anon_sym_continue] = ACTIONS(2164), + [anon_sym_default] = ACTIONS(2164), + [anon_sym_enum] = ACTIONS(2164), + [anon_sym_fn] = ACTIONS(2164), + [anon_sym_for] = ACTIONS(2164), + [anon_sym_gen] = ACTIONS(2164), + [anon_sym_if] = ACTIONS(2164), + [anon_sym_impl] = ACTIONS(2164), + [anon_sym_let] = ACTIONS(2164), + [anon_sym_loop] = ACTIONS(2164), + [anon_sym_match] = ACTIONS(2164), + [anon_sym_mod] = ACTIONS(2164), + [anon_sym_pub] = ACTIONS(2164), + [anon_sym_return] = ACTIONS(2164), + [anon_sym_static] = ACTIONS(2164), + [anon_sym_struct] = ACTIONS(2164), + [anon_sym_trait] = ACTIONS(2164), + [anon_sym_type] = ACTIONS(2164), + [anon_sym_union] = ACTIONS(2164), + [anon_sym_unsafe] = ACTIONS(2164), + [anon_sym_use] = ACTIONS(2164), + [anon_sym_while] = ACTIONS(2164), + [anon_sym_extern] = ACTIONS(2164), + [anon_sym_yield] = ACTIONS(2164), + [anon_sym_move] = ACTIONS(2164), + [anon_sym_try] = ACTIONS(2164), + [sym_integer_literal] = ACTIONS(2162), + [aux_sym_string_literal_token1] = ACTIONS(2162), + [sym_char_literal] = ACTIONS(2162), + [anon_sym_true] = ACTIONS(2164), + [anon_sym_false] = ACTIONS(2164), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2164), + [sym_super] = ACTIONS(2164), + [sym_crate] = ACTIONS(2164), + [sym_metavariable] = ACTIONS(2162), + [sym__raw_string_literal_start] = ACTIONS(2162), + [sym_float_literal] = ACTIONS(2162), }, [STATE(567)] = { [sym_line_comment] = STATE(567), [sym_block_comment] = STATE(567), - [ts_builtin_sym_end] = ACTIONS(2071), - [sym_identifier] = ACTIONS(2073), - [anon_sym_SEMI] = ACTIONS(2071), - [anon_sym_macro_rules_BANG] = ACTIONS(2071), - [anon_sym_LPAREN] = ACTIONS(2071), - [anon_sym_LBRACK] = ACTIONS(2071), - [anon_sym_LBRACE] = ACTIONS(2071), - [anon_sym_RBRACE] = ACTIONS(2071), - [anon_sym_STAR] = ACTIONS(2071), - [anon_sym_u8] = ACTIONS(2073), - [anon_sym_i8] = ACTIONS(2073), - [anon_sym_u16] = ACTIONS(2073), - [anon_sym_i16] = ACTIONS(2073), - [anon_sym_u32] = ACTIONS(2073), - [anon_sym_i32] = ACTIONS(2073), - [anon_sym_u64] = ACTIONS(2073), - [anon_sym_i64] = ACTIONS(2073), - [anon_sym_u128] = ACTIONS(2073), - [anon_sym_i128] = ACTIONS(2073), - [anon_sym_isize] = ACTIONS(2073), - [anon_sym_usize] = ACTIONS(2073), - [anon_sym_f32] = ACTIONS(2073), - [anon_sym_f64] = ACTIONS(2073), - [anon_sym_bool] = ACTIONS(2073), - [anon_sym_str] = ACTIONS(2073), - [anon_sym_char] = ACTIONS(2073), - [anon_sym_DASH] = ACTIONS(2071), - [anon_sym_BANG] = ACTIONS(2071), - [anon_sym_AMP] = ACTIONS(2071), - [anon_sym_PIPE] = ACTIONS(2071), - [anon_sym_LT] = ACTIONS(2071), - [anon_sym_DOT_DOT] = ACTIONS(2071), - [anon_sym_COLON_COLON] = ACTIONS(2071), - [anon_sym_POUND] = ACTIONS(2071), - [anon_sym_SQUOTE] = ACTIONS(2073), - [anon_sym_async] = ACTIONS(2073), - [anon_sym_break] = ACTIONS(2073), - [anon_sym_const] = ACTIONS(2073), - [anon_sym_continue] = ACTIONS(2073), - [anon_sym_default] = ACTIONS(2073), - [anon_sym_enum] = ACTIONS(2073), - [anon_sym_fn] = ACTIONS(2073), - [anon_sym_for] = ACTIONS(2073), - [anon_sym_gen] = ACTIONS(2073), - [anon_sym_if] = ACTIONS(2073), - [anon_sym_impl] = ACTIONS(2073), - [anon_sym_let] = ACTIONS(2073), - [anon_sym_loop] = ACTIONS(2073), - [anon_sym_match] = ACTIONS(2073), - [anon_sym_mod] = ACTIONS(2073), - [anon_sym_pub] = ACTIONS(2073), - [anon_sym_return] = ACTIONS(2073), - [anon_sym_static] = ACTIONS(2073), - [anon_sym_struct] = ACTIONS(2073), - [anon_sym_trait] = ACTIONS(2073), - [anon_sym_type] = ACTIONS(2073), - [anon_sym_union] = ACTIONS(2073), - [anon_sym_unsafe] = ACTIONS(2073), - [anon_sym_use] = ACTIONS(2073), - [anon_sym_while] = ACTIONS(2073), - [anon_sym_extern] = ACTIONS(2073), - [anon_sym_yield] = ACTIONS(2073), - [anon_sym_move] = ACTIONS(2073), - [anon_sym_try] = ACTIONS(2073), - [sym_integer_literal] = ACTIONS(2071), - [aux_sym_string_literal_token1] = ACTIONS(2071), - [sym_char_literal] = ACTIONS(2071), - [anon_sym_true] = ACTIONS(2073), - [anon_sym_false] = ACTIONS(2073), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2073), - [sym_super] = ACTIONS(2073), - [sym_crate] = ACTIONS(2073), - [sym_metavariable] = ACTIONS(2071), - [sym__raw_string_literal_start] = ACTIONS(2071), - [sym_float_literal] = ACTIONS(2071), + [ts_builtin_sym_end] = ACTIONS(2166), + [sym_identifier] = ACTIONS(2168), + [anon_sym_SEMI] = ACTIONS(2166), + [anon_sym_macro_rules_BANG] = ACTIONS(2166), + [anon_sym_LPAREN] = ACTIONS(2166), + [anon_sym_LBRACK] = ACTIONS(2166), + [anon_sym_LBRACE] = ACTIONS(2166), + [anon_sym_RBRACE] = ACTIONS(2166), + [anon_sym_STAR] = ACTIONS(2166), + [anon_sym_u8] = ACTIONS(2168), + [anon_sym_i8] = ACTIONS(2168), + [anon_sym_u16] = ACTIONS(2168), + [anon_sym_i16] = ACTIONS(2168), + [anon_sym_u32] = ACTIONS(2168), + [anon_sym_i32] = ACTIONS(2168), + [anon_sym_u64] = ACTIONS(2168), + [anon_sym_i64] = ACTIONS(2168), + [anon_sym_u128] = ACTIONS(2168), + [anon_sym_i128] = ACTIONS(2168), + [anon_sym_isize] = ACTIONS(2168), + [anon_sym_usize] = ACTIONS(2168), + [anon_sym_f32] = ACTIONS(2168), + [anon_sym_f64] = ACTIONS(2168), + [anon_sym_bool] = ACTIONS(2168), + [anon_sym_str] = ACTIONS(2168), + [anon_sym_char] = ACTIONS(2168), + [anon_sym_DASH] = ACTIONS(2166), + [anon_sym_BANG] = ACTIONS(2166), + [anon_sym_AMP] = ACTIONS(2166), + [anon_sym_PIPE] = ACTIONS(2166), + [anon_sym_LT] = ACTIONS(2166), + [anon_sym_DOT_DOT] = ACTIONS(2166), + [anon_sym_COLON_COLON] = ACTIONS(2166), + [anon_sym_POUND] = ACTIONS(2166), + [anon_sym_SQUOTE] = ACTIONS(2168), + [anon_sym_async] = ACTIONS(2168), + [anon_sym_break] = ACTIONS(2168), + [anon_sym_const] = ACTIONS(2168), + [anon_sym_continue] = ACTIONS(2168), + [anon_sym_default] = ACTIONS(2168), + [anon_sym_enum] = ACTIONS(2168), + [anon_sym_fn] = ACTIONS(2168), + [anon_sym_for] = ACTIONS(2168), + [anon_sym_gen] = ACTIONS(2168), + [anon_sym_if] = ACTIONS(2168), + [anon_sym_impl] = ACTIONS(2168), + [anon_sym_let] = ACTIONS(2168), + [anon_sym_loop] = ACTIONS(2168), + [anon_sym_match] = ACTIONS(2168), + [anon_sym_mod] = ACTIONS(2168), + [anon_sym_pub] = ACTIONS(2168), + [anon_sym_return] = ACTIONS(2168), + [anon_sym_static] = ACTIONS(2168), + [anon_sym_struct] = ACTIONS(2168), + [anon_sym_trait] = ACTIONS(2168), + [anon_sym_type] = ACTIONS(2168), + [anon_sym_union] = ACTIONS(2168), + [anon_sym_unsafe] = ACTIONS(2168), + [anon_sym_use] = ACTIONS(2168), + [anon_sym_while] = ACTIONS(2168), + [anon_sym_extern] = ACTIONS(2168), + [anon_sym_yield] = ACTIONS(2168), + [anon_sym_move] = ACTIONS(2168), + [anon_sym_try] = ACTIONS(2168), + [sym_integer_literal] = ACTIONS(2166), + [aux_sym_string_literal_token1] = ACTIONS(2166), + [sym_char_literal] = ACTIONS(2166), + [anon_sym_true] = ACTIONS(2168), + [anon_sym_false] = ACTIONS(2168), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2168), + [sym_super] = ACTIONS(2168), + [sym_crate] = ACTIONS(2168), + [sym_metavariable] = ACTIONS(2166), + [sym__raw_string_literal_start] = ACTIONS(2166), + [sym_float_literal] = ACTIONS(2166), }, [STATE(568)] = { + [sym_empty_statement] = STATE(1327), + [sym_macro_definition] = STATE(1327), + [sym_attribute_item] = STATE(1327), + [sym_inner_attribute_item] = STATE(1327), + [sym_mod_item] = STATE(1327), + [sym_foreign_mod_item] = STATE(1327), + [sym_struct_item] = STATE(1327), + [sym_union_item] = STATE(1327), + [sym_enum_item] = STATE(1327), + [sym_extern_crate_declaration] = STATE(1327), + [sym_const_item] = STATE(1327), + [sym_static_item] = STATE(1327), + [sym_type_item] = STATE(1327), + [sym_function_item] = STATE(1327), + [sym_function_signature_item] = STATE(1327), + [sym_function_modifiers] = STATE(3675), + [sym_impl_item] = STATE(1327), + [sym_trait_item] = STATE(1327), + [sym_associated_type] = STATE(1327), + [sym_let_declaration] = STATE(1327), + [sym_use_declaration] = STATE(1327), + [sym_extern_modifier] = STATE(2174), + [sym_visibility_modifier] = STATE(1971), + [sym_bracketed_type] = STATE(3402), + [sym_generic_type_with_turbofish] = STATE(3427), + [sym_macro_invocation] = STATE(1327), + [sym_scoped_identifier] = STATE(3358), [sym_line_comment] = STATE(568), [sym_block_comment] = STATE(568), - [ts_builtin_sym_end] = ACTIONS(2075), - [sym_identifier] = ACTIONS(2077), - [anon_sym_SEMI] = ACTIONS(2075), - [anon_sym_macro_rules_BANG] = ACTIONS(2075), - [anon_sym_LPAREN] = ACTIONS(2075), - [anon_sym_LBRACK] = ACTIONS(2075), - [anon_sym_LBRACE] = ACTIONS(2075), - [anon_sym_RBRACE] = ACTIONS(2075), - [anon_sym_STAR] = ACTIONS(2075), - [anon_sym_u8] = ACTIONS(2077), - [anon_sym_i8] = ACTIONS(2077), - [anon_sym_u16] = ACTIONS(2077), - [anon_sym_i16] = ACTIONS(2077), - [anon_sym_u32] = ACTIONS(2077), - [anon_sym_i32] = ACTIONS(2077), - [anon_sym_u64] = ACTIONS(2077), - [anon_sym_i64] = ACTIONS(2077), - [anon_sym_u128] = ACTIONS(2077), - [anon_sym_i128] = ACTIONS(2077), - [anon_sym_isize] = ACTIONS(2077), - [anon_sym_usize] = ACTIONS(2077), - [anon_sym_f32] = ACTIONS(2077), - [anon_sym_f64] = ACTIONS(2077), - [anon_sym_bool] = ACTIONS(2077), - [anon_sym_str] = ACTIONS(2077), - [anon_sym_char] = ACTIONS(2077), - [anon_sym_DASH] = ACTIONS(2075), - [anon_sym_BANG] = ACTIONS(2075), - [anon_sym_AMP] = ACTIONS(2075), - [anon_sym_PIPE] = ACTIONS(2075), - [anon_sym_LT] = ACTIONS(2075), - [anon_sym_DOT_DOT] = ACTIONS(2075), - [anon_sym_COLON_COLON] = ACTIONS(2075), - [anon_sym_POUND] = ACTIONS(2075), - [anon_sym_SQUOTE] = ACTIONS(2077), - [anon_sym_async] = ACTIONS(2077), - [anon_sym_break] = ACTIONS(2077), - [anon_sym_const] = ACTIONS(2077), - [anon_sym_continue] = ACTIONS(2077), - [anon_sym_default] = ACTIONS(2077), - [anon_sym_enum] = ACTIONS(2077), - [anon_sym_fn] = ACTIONS(2077), - [anon_sym_for] = ACTIONS(2077), - [anon_sym_gen] = ACTIONS(2077), - [anon_sym_if] = ACTIONS(2077), - [anon_sym_impl] = ACTIONS(2077), - [anon_sym_let] = ACTIONS(2077), - [anon_sym_loop] = ACTIONS(2077), - [anon_sym_match] = ACTIONS(2077), - [anon_sym_mod] = ACTIONS(2077), - [anon_sym_pub] = ACTIONS(2077), - [anon_sym_return] = ACTIONS(2077), - [anon_sym_static] = ACTIONS(2077), - [anon_sym_struct] = ACTIONS(2077), - [anon_sym_trait] = ACTIONS(2077), - [anon_sym_type] = ACTIONS(2077), - [anon_sym_union] = ACTIONS(2077), - [anon_sym_unsafe] = ACTIONS(2077), - [anon_sym_use] = ACTIONS(2077), - [anon_sym_while] = ACTIONS(2077), - [anon_sym_extern] = ACTIONS(2077), - [anon_sym_yield] = ACTIONS(2077), - [anon_sym_move] = ACTIONS(2077), - [anon_sym_try] = ACTIONS(2077), - [sym_integer_literal] = ACTIONS(2075), - [aux_sym_string_literal_token1] = ACTIONS(2075), - [sym_char_literal] = ACTIONS(2075), - [anon_sym_true] = ACTIONS(2077), - [anon_sym_false] = ACTIONS(2077), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2077), - [sym_super] = ACTIONS(2077), - [sym_crate] = ACTIONS(2077), - [sym_metavariable] = ACTIONS(2075), - [sym__raw_string_literal_start] = ACTIONS(2075), - [sym_float_literal] = ACTIONS(2075), + [aux_sym_declaration_list_repeat1] = STATE(689), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2170), + [anon_sym_SEMI] = ACTIONS(2172), + [anon_sym_macro_rules_BANG] = ACTIONS(2174), + [anon_sym_RBRACE] = ACTIONS(2176), + [anon_sym_u8] = ACTIONS(2178), + [anon_sym_i8] = ACTIONS(2178), + [anon_sym_u16] = ACTIONS(2178), + [anon_sym_i16] = ACTIONS(2178), + [anon_sym_u32] = ACTIONS(2178), + [anon_sym_i32] = ACTIONS(2178), + [anon_sym_u64] = ACTIONS(2178), + [anon_sym_i64] = ACTIONS(2178), + [anon_sym_u128] = ACTIONS(2178), + [anon_sym_i128] = ACTIONS(2178), + [anon_sym_isize] = ACTIONS(2178), + [anon_sym_usize] = ACTIONS(2178), + [anon_sym_f32] = ACTIONS(2178), + [anon_sym_f64] = ACTIONS(2178), + [anon_sym_bool] = ACTIONS(2178), + [anon_sym_str] = ACTIONS(2178), + [anon_sym_char] = ACTIONS(2178), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(2180), + [anon_sym_POUND] = ACTIONS(2182), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(2184), + [anon_sym_default] = ACTIONS(2186), + [anon_sym_enum] = ACTIONS(2188), + [anon_sym_fn] = ACTIONS(2190), + [anon_sym_gen] = ACTIONS(2192), + [anon_sym_impl] = ACTIONS(2194), + [anon_sym_let] = ACTIONS(2196), + [anon_sym_mod] = ACTIONS(2198), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(2200), + [anon_sym_struct] = ACTIONS(2202), + [anon_sym_trait] = ACTIONS(2204), + [anon_sym_type] = ACTIONS(2206), + [anon_sym_union] = ACTIONS(2208), + [anon_sym_unsafe] = ACTIONS(2210), + [anon_sym_use] = ACTIONS(2212), + [anon_sym_extern] = ACTIONS(2214), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2216), + [sym_super] = ACTIONS(2216), + [sym_crate] = ACTIONS(2218), + [sym_metavariable] = ACTIONS(2220), }, [STATE(569)] = { [sym_line_comment] = STATE(569), [sym_block_comment] = STATE(569), - [ts_builtin_sym_end] = ACTIONS(2079), - [sym_identifier] = ACTIONS(2081), - [anon_sym_SEMI] = ACTIONS(2079), - [anon_sym_macro_rules_BANG] = ACTIONS(2079), - [anon_sym_LPAREN] = ACTIONS(2079), - [anon_sym_LBRACK] = ACTIONS(2079), - [anon_sym_LBRACE] = ACTIONS(2079), - [anon_sym_RBRACE] = ACTIONS(2079), - [anon_sym_STAR] = ACTIONS(2079), - [anon_sym_u8] = ACTIONS(2081), - [anon_sym_i8] = ACTIONS(2081), - [anon_sym_u16] = ACTIONS(2081), - [anon_sym_i16] = ACTIONS(2081), - [anon_sym_u32] = ACTIONS(2081), - [anon_sym_i32] = ACTIONS(2081), - [anon_sym_u64] = ACTIONS(2081), - [anon_sym_i64] = ACTIONS(2081), - [anon_sym_u128] = ACTIONS(2081), - [anon_sym_i128] = ACTIONS(2081), - [anon_sym_isize] = ACTIONS(2081), - [anon_sym_usize] = ACTIONS(2081), - [anon_sym_f32] = ACTIONS(2081), - [anon_sym_f64] = ACTIONS(2081), - [anon_sym_bool] = ACTIONS(2081), - [anon_sym_str] = ACTIONS(2081), - [anon_sym_char] = ACTIONS(2081), - [anon_sym_DASH] = ACTIONS(2079), - [anon_sym_BANG] = ACTIONS(2079), - [anon_sym_AMP] = ACTIONS(2079), - [anon_sym_PIPE] = ACTIONS(2079), - [anon_sym_LT] = ACTIONS(2079), - [anon_sym_DOT_DOT] = ACTIONS(2079), - [anon_sym_COLON_COLON] = ACTIONS(2079), - [anon_sym_POUND] = ACTIONS(2079), - [anon_sym_SQUOTE] = ACTIONS(2081), - [anon_sym_async] = ACTIONS(2081), - [anon_sym_break] = ACTIONS(2081), - [anon_sym_const] = ACTIONS(2081), - [anon_sym_continue] = ACTIONS(2081), - [anon_sym_default] = ACTIONS(2081), - [anon_sym_enum] = ACTIONS(2081), - [anon_sym_fn] = ACTIONS(2081), - [anon_sym_for] = ACTIONS(2081), - [anon_sym_gen] = ACTIONS(2081), - [anon_sym_if] = ACTIONS(2081), - [anon_sym_impl] = ACTIONS(2081), - [anon_sym_let] = ACTIONS(2081), - [anon_sym_loop] = ACTIONS(2081), - [anon_sym_match] = ACTIONS(2081), - [anon_sym_mod] = ACTIONS(2081), - [anon_sym_pub] = ACTIONS(2081), - [anon_sym_return] = ACTIONS(2081), - [anon_sym_static] = ACTIONS(2081), - [anon_sym_struct] = ACTIONS(2081), - [anon_sym_trait] = ACTIONS(2081), - [anon_sym_type] = ACTIONS(2081), - [anon_sym_union] = ACTIONS(2081), - [anon_sym_unsafe] = ACTIONS(2081), - [anon_sym_use] = ACTIONS(2081), - [anon_sym_while] = ACTIONS(2081), - [anon_sym_extern] = ACTIONS(2081), - [anon_sym_yield] = ACTIONS(2081), - [anon_sym_move] = ACTIONS(2081), - [anon_sym_try] = ACTIONS(2081), - [sym_integer_literal] = ACTIONS(2079), - [aux_sym_string_literal_token1] = ACTIONS(2079), - [sym_char_literal] = ACTIONS(2079), - [anon_sym_true] = ACTIONS(2081), - [anon_sym_false] = ACTIONS(2081), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2081), - [sym_super] = ACTIONS(2081), - [sym_crate] = ACTIONS(2081), - [sym_metavariable] = ACTIONS(2079), - [sym__raw_string_literal_start] = ACTIONS(2079), - [sym_float_literal] = ACTIONS(2079), + [ts_builtin_sym_end] = ACTIONS(2222), + [sym_identifier] = ACTIONS(2224), + [anon_sym_SEMI] = ACTIONS(2222), + [anon_sym_macro_rules_BANG] = ACTIONS(2222), + [anon_sym_LPAREN] = ACTIONS(2222), + [anon_sym_LBRACK] = ACTIONS(2222), + [anon_sym_LBRACE] = ACTIONS(2222), + [anon_sym_RBRACE] = ACTIONS(2222), + [anon_sym_STAR] = ACTIONS(2222), + [anon_sym_u8] = ACTIONS(2224), + [anon_sym_i8] = ACTIONS(2224), + [anon_sym_u16] = ACTIONS(2224), + [anon_sym_i16] = ACTIONS(2224), + [anon_sym_u32] = ACTIONS(2224), + [anon_sym_i32] = ACTIONS(2224), + [anon_sym_u64] = ACTIONS(2224), + [anon_sym_i64] = ACTIONS(2224), + [anon_sym_u128] = ACTIONS(2224), + [anon_sym_i128] = ACTIONS(2224), + [anon_sym_isize] = ACTIONS(2224), + [anon_sym_usize] = ACTIONS(2224), + [anon_sym_f32] = ACTIONS(2224), + [anon_sym_f64] = ACTIONS(2224), + [anon_sym_bool] = ACTIONS(2224), + [anon_sym_str] = ACTIONS(2224), + [anon_sym_char] = ACTIONS(2224), + [anon_sym_DASH] = ACTIONS(2222), + [anon_sym_BANG] = ACTIONS(2222), + [anon_sym_AMP] = ACTIONS(2222), + [anon_sym_PIPE] = ACTIONS(2222), + [anon_sym_LT] = ACTIONS(2222), + [anon_sym_DOT_DOT] = ACTIONS(2222), + [anon_sym_COLON_COLON] = ACTIONS(2222), + [anon_sym_POUND] = ACTIONS(2222), + [anon_sym_SQUOTE] = ACTIONS(2224), + [anon_sym_async] = ACTIONS(2224), + [anon_sym_break] = ACTIONS(2224), + [anon_sym_const] = ACTIONS(2224), + [anon_sym_continue] = ACTIONS(2224), + [anon_sym_default] = ACTIONS(2224), + [anon_sym_enum] = ACTIONS(2224), + [anon_sym_fn] = ACTIONS(2224), + [anon_sym_for] = ACTIONS(2224), + [anon_sym_gen] = ACTIONS(2224), + [anon_sym_if] = ACTIONS(2224), + [anon_sym_impl] = ACTIONS(2224), + [anon_sym_let] = ACTIONS(2224), + [anon_sym_loop] = ACTIONS(2224), + [anon_sym_match] = ACTIONS(2224), + [anon_sym_mod] = ACTIONS(2224), + [anon_sym_pub] = ACTIONS(2224), + [anon_sym_return] = ACTIONS(2224), + [anon_sym_static] = ACTIONS(2224), + [anon_sym_struct] = ACTIONS(2224), + [anon_sym_trait] = ACTIONS(2224), + [anon_sym_type] = ACTIONS(2224), + [anon_sym_union] = ACTIONS(2224), + [anon_sym_unsafe] = ACTIONS(2224), + [anon_sym_use] = ACTIONS(2224), + [anon_sym_while] = ACTIONS(2224), + [anon_sym_extern] = ACTIONS(2224), + [anon_sym_yield] = ACTIONS(2224), + [anon_sym_move] = ACTIONS(2224), + [anon_sym_try] = ACTIONS(2224), + [sym_integer_literal] = ACTIONS(2222), + [aux_sym_string_literal_token1] = ACTIONS(2222), + [sym_char_literal] = ACTIONS(2222), + [anon_sym_true] = ACTIONS(2224), + [anon_sym_false] = ACTIONS(2224), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2224), + [sym_super] = ACTIONS(2224), + [sym_crate] = ACTIONS(2224), + [sym_metavariable] = ACTIONS(2222), + [sym__raw_string_literal_start] = ACTIONS(2222), + [sym_float_literal] = ACTIONS(2222), }, [STATE(570)] = { [sym_line_comment] = STATE(570), [sym_block_comment] = STATE(570), - [ts_builtin_sym_end] = ACTIONS(2083), - [sym_identifier] = ACTIONS(2085), - [anon_sym_SEMI] = ACTIONS(2083), - [anon_sym_macro_rules_BANG] = ACTIONS(2083), - [anon_sym_LPAREN] = ACTIONS(2083), - [anon_sym_LBRACK] = ACTIONS(2083), - [anon_sym_LBRACE] = ACTIONS(2083), - [anon_sym_RBRACE] = ACTIONS(2083), - [anon_sym_STAR] = ACTIONS(2083), - [anon_sym_u8] = ACTIONS(2085), - [anon_sym_i8] = ACTIONS(2085), - [anon_sym_u16] = ACTIONS(2085), - [anon_sym_i16] = ACTIONS(2085), - [anon_sym_u32] = ACTIONS(2085), - [anon_sym_i32] = ACTIONS(2085), - [anon_sym_u64] = ACTIONS(2085), - [anon_sym_i64] = ACTIONS(2085), - [anon_sym_u128] = ACTIONS(2085), - [anon_sym_i128] = ACTIONS(2085), - [anon_sym_isize] = ACTIONS(2085), - [anon_sym_usize] = ACTIONS(2085), - [anon_sym_f32] = ACTIONS(2085), - [anon_sym_f64] = ACTIONS(2085), - [anon_sym_bool] = ACTIONS(2085), - [anon_sym_str] = ACTIONS(2085), - [anon_sym_char] = ACTIONS(2085), - [anon_sym_DASH] = ACTIONS(2083), - [anon_sym_BANG] = ACTIONS(2083), - [anon_sym_AMP] = ACTIONS(2083), - [anon_sym_PIPE] = ACTIONS(2083), - [anon_sym_LT] = ACTIONS(2083), - [anon_sym_DOT_DOT] = ACTIONS(2083), - [anon_sym_COLON_COLON] = ACTIONS(2083), - [anon_sym_POUND] = ACTIONS(2083), - [anon_sym_SQUOTE] = ACTIONS(2085), - [anon_sym_async] = ACTIONS(2085), - [anon_sym_break] = ACTIONS(2085), - [anon_sym_const] = ACTIONS(2085), - [anon_sym_continue] = ACTIONS(2085), - [anon_sym_default] = ACTIONS(2085), - [anon_sym_enum] = ACTIONS(2085), - [anon_sym_fn] = ACTIONS(2085), - [anon_sym_for] = ACTIONS(2085), - [anon_sym_gen] = ACTIONS(2085), - [anon_sym_if] = ACTIONS(2085), - [anon_sym_impl] = ACTIONS(2085), - [anon_sym_let] = ACTIONS(2085), - [anon_sym_loop] = ACTIONS(2085), - [anon_sym_match] = ACTIONS(2085), - [anon_sym_mod] = ACTIONS(2085), - [anon_sym_pub] = ACTIONS(2085), - [anon_sym_return] = ACTIONS(2085), - [anon_sym_static] = ACTIONS(2085), - [anon_sym_struct] = ACTIONS(2085), - [anon_sym_trait] = ACTIONS(2085), - [anon_sym_type] = ACTIONS(2085), - [anon_sym_union] = ACTIONS(2085), - [anon_sym_unsafe] = ACTIONS(2085), - [anon_sym_use] = ACTIONS(2085), - [anon_sym_while] = ACTIONS(2085), - [anon_sym_extern] = ACTIONS(2085), - [anon_sym_yield] = ACTIONS(2085), - [anon_sym_move] = ACTIONS(2085), - [anon_sym_try] = ACTIONS(2085), - [sym_integer_literal] = ACTIONS(2083), - [aux_sym_string_literal_token1] = ACTIONS(2083), - [sym_char_literal] = ACTIONS(2083), - [anon_sym_true] = ACTIONS(2085), - [anon_sym_false] = ACTIONS(2085), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2085), - [sym_super] = ACTIONS(2085), - [sym_crate] = ACTIONS(2085), - [sym_metavariable] = ACTIONS(2083), - [sym__raw_string_literal_start] = ACTIONS(2083), - [sym_float_literal] = ACTIONS(2083), + [ts_builtin_sym_end] = ACTIONS(2226), + [sym_identifier] = ACTIONS(2228), + [anon_sym_SEMI] = ACTIONS(2226), + [anon_sym_macro_rules_BANG] = ACTIONS(2226), + [anon_sym_LPAREN] = ACTIONS(2226), + [anon_sym_LBRACK] = ACTIONS(2226), + [anon_sym_LBRACE] = ACTIONS(2226), + [anon_sym_RBRACE] = ACTIONS(2226), + [anon_sym_STAR] = ACTIONS(2226), + [anon_sym_u8] = ACTIONS(2228), + [anon_sym_i8] = ACTIONS(2228), + [anon_sym_u16] = ACTIONS(2228), + [anon_sym_i16] = ACTIONS(2228), + [anon_sym_u32] = ACTIONS(2228), + [anon_sym_i32] = ACTIONS(2228), + [anon_sym_u64] = ACTIONS(2228), + [anon_sym_i64] = ACTIONS(2228), + [anon_sym_u128] = ACTIONS(2228), + [anon_sym_i128] = ACTIONS(2228), + [anon_sym_isize] = ACTIONS(2228), + [anon_sym_usize] = ACTIONS(2228), + [anon_sym_f32] = ACTIONS(2228), + [anon_sym_f64] = ACTIONS(2228), + [anon_sym_bool] = ACTIONS(2228), + [anon_sym_str] = ACTIONS(2228), + [anon_sym_char] = ACTIONS(2228), + [anon_sym_DASH] = ACTIONS(2226), + [anon_sym_BANG] = ACTIONS(2226), + [anon_sym_AMP] = ACTIONS(2226), + [anon_sym_PIPE] = ACTIONS(2226), + [anon_sym_LT] = ACTIONS(2226), + [anon_sym_DOT_DOT] = ACTIONS(2226), + [anon_sym_COLON_COLON] = ACTIONS(2226), + [anon_sym_POUND] = ACTIONS(2226), + [anon_sym_SQUOTE] = ACTIONS(2228), + [anon_sym_async] = ACTIONS(2228), + [anon_sym_break] = ACTIONS(2228), + [anon_sym_const] = ACTIONS(2228), + [anon_sym_continue] = ACTIONS(2228), + [anon_sym_default] = ACTIONS(2228), + [anon_sym_enum] = ACTIONS(2228), + [anon_sym_fn] = ACTIONS(2228), + [anon_sym_for] = ACTIONS(2228), + [anon_sym_gen] = ACTIONS(2228), + [anon_sym_if] = ACTIONS(2228), + [anon_sym_impl] = ACTIONS(2228), + [anon_sym_let] = ACTIONS(2228), + [anon_sym_loop] = ACTIONS(2228), + [anon_sym_match] = ACTIONS(2228), + [anon_sym_mod] = ACTIONS(2228), + [anon_sym_pub] = ACTIONS(2228), + [anon_sym_return] = ACTIONS(2228), + [anon_sym_static] = ACTIONS(2228), + [anon_sym_struct] = ACTIONS(2228), + [anon_sym_trait] = ACTIONS(2228), + [anon_sym_type] = ACTIONS(2228), + [anon_sym_union] = ACTIONS(2228), + [anon_sym_unsafe] = ACTIONS(2228), + [anon_sym_use] = ACTIONS(2228), + [anon_sym_while] = ACTIONS(2228), + [anon_sym_extern] = ACTIONS(2228), + [anon_sym_yield] = ACTIONS(2228), + [anon_sym_move] = ACTIONS(2228), + [anon_sym_try] = ACTIONS(2228), + [sym_integer_literal] = ACTIONS(2226), + [aux_sym_string_literal_token1] = ACTIONS(2226), + [sym_char_literal] = ACTIONS(2226), + [anon_sym_true] = ACTIONS(2228), + [anon_sym_false] = ACTIONS(2228), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2228), + [sym_super] = ACTIONS(2228), + [sym_crate] = ACTIONS(2228), + [sym_metavariable] = ACTIONS(2226), + [sym__raw_string_literal_start] = ACTIONS(2226), + [sym_float_literal] = ACTIONS(2226), }, [STATE(571)] = { [sym_line_comment] = STATE(571), [sym_block_comment] = STATE(571), - [ts_builtin_sym_end] = ACTIONS(2087), - [sym_identifier] = ACTIONS(2089), - [anon_sym_SEMI] = ACTIONS(2087), - [anon_sym_macro_rules_BANG] = ACTIONS(2087), - [anon_sym_LPAREN] = ACTIONS(2087), - [anon_sym_LBRACK] = ACTIONS(2087), - [anon_sym_LBRACE] = ACTIONS(2087), - [anon_sym_RBRACE] = ACTIONS(2087), - [anon_sym_STAR] = ACTIONS(2087), - [anon_sym_u8] = ACTIONS(2089), - [anon_sym_i8] = ACTIONS(2089), - [anon_sym_u16] = ACTIONS(2089), - [anon_sym_i16] = ACTIONS(2089), - [anon_sym_u32] = ACTIONS(2089), - [anon_sym_i32] = ACTIONS(2089), - [anon_sym_u64] = ACTIONS(2089), - [anon_sym_i64] = ACTIONS(2089), - [anon_sym_u128] = ACTIONS(2089), - [anon_sym_i128] = ACTIONS(2089), - [anon_sym_isize] = ACTIONS(2089), - [anon_sym_usize] = ACTIONS(2089), - [anon_sym_f32] = ACTIONS(2089), - [anon_sym_f64] = ACTIONS(2089), - [anon_sym_bool] = ACTIONS(2089), - [anon_sym_str] = ACTIONS(2089), - [anon_sym_char] = ACTIONS(2089), - [anon_sym_DASH] = ACTIONS(2087), - [anon_sym_BANG] = ACTIONS(2087), - [anon_sym_AMP] = ACTIONS(2087), - [anon_sym_PIPE] = ACTIONS(2087), - [anon_sym_LT] = ACTIONS(2087), - [anon_sym_DOT_DOT] = ACTIONS(2087), - [anon_sym_COLON_COLON] = ACTIONS(2087), - [anon_sym_POUND] = ACTIONS(2087), - [anon_sym_SQUOTE] = ACTIONS(2089), - [anon_sym_async] = ACTIONS(2089), - [anon_sym_break] = ACTIONS(2089), - [anon_sym_const] = ACTIONS(2089), - [anon_sym_continue] = ACTIONS(2089), - [anon_sym_default] = ACTIONS(2089), - [anon_sym_enum] = ACTIONS(2089), - [anon_sym_fn] = ACTIONS(2089), - [anon_sym_for] = ACTIONS(2089), - [anon_sym_gen] = ACTIONS(2089), - [anon_sym_if] = ACTIONS(2089), - [anon_sym_impl] = ACTIONS(2089), - [anon_sym_let] = ACTIONS(2089), - [anon_sym_loop] = ACTIONS(2089), - [anon_sym_match] = ACTIONS(2089), - [anon_sym_mod] = ACTIONS(2089), - [anon_sym_pub] = ACTIONS(2089), - [anon_sym_return] = ACTIONS(2089), - [anon_sym_static] = ACTIONS(2089), - [anon_sym_struct] = ACTIONS(2089), - [anon_sym_trait] = ACTIONS(2089), - [anon_sym_type] = ACTIONS(2089), - [anon_sym_union] = ACTIONS(2089), - [anon_sym_unsafe] = ACTIONS(2089), - [anon_sym_use] = ACTIONS(2089), - [anon_sym_while] = ACTIONS(2089), - [anon_sym_extern] = ACTIONS(2089), - [anon_sym_yield] = ACTIONS(2089), - [anon_sym_move] = ACTIONS(2089), - [anon_sym_try] = ACTIONS(2089), - [sym_integer_literal] = ACTIONS(2087), - [aux_sym_string_literal_token1] = ACTIONS(2087), - [sym_char_literal] = ACTIONS(2087), - [anon_sym_true] = ACTIONS(2089), - [anon_sym_false] = ACTIONS(2089), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2089), - [sym_super] = ACTIONS(2089), - [sym_crate] = ACTIONS(2089), - [sym_metavariable] = ACTIONS(2087), - [sym__raw_string_literal_start] = ACTIONS(2087), - [sym_float_literal] = ACTIONS(2087), + [ts_builtin_sym_end] = ACTIONS(2230), + [sym_identifier] = ACTIONS(2232), + [anon_sym_SEMI] = ACTIONS(2230), + [anon_sym_macro_rules_BANG] = ACTIONS(2230), + [anon_sym_LPAREN] = ACTIONS(2230), + [anon_sym_LBRACK] = ACTIONS(2230), + [anon_sym_LBRACE] = ACTIONS(2230), + [anon_sym_RBRACE] = ACTIONS(2230), + [anon_sym_STAR] = ACTIONS(2230), + [anon_sym_u8] = ACTIONS(2232), + [anon_sym_i8] = ACTIONS(2232), + [anon_sym_u16] = ACTIONS(2232), + [anon_sym_i16] = ACTIONS(2232), + [anon_sym_u32] = ACTIONS(2232), + [anon_sym_i32] = ACTIONS(2232), + [anon_sym_u64] = ACTIONS(2232), + [anon_sym_i64] = ACTIONS(2232), + [anon_sym_u128] = ACTIONS(2232), + [anon_sym_i128] = ACTIONS(2232), + [anon_sym_isize] = ACTIONS(2232), + [anon_sym_usize] = ACTIONS(2232), + [anon_sym_f32] = ACTIONS(2232), + [anon_sym_f64] = ACTIONS(2232), + [anon_sym_bool] = ACTIONS(2232), + [anon_sym_str] = ACTIONS(2232), + [anon_sym_char] = ACTIONS(2232), + [anon_sym_DASH] = ACTIONS(2230), + [anon_sym_BANG] = ACTIONS(2230), + [anon_sym_AMP] = ACTIONS(2230), + [anon_sym_PIPE] = ACTIONS(2230), + [anon_sym_LT] = ACTIONS(2230), + [anon_sym_DOT_DOT] = ACTIONS(2230), + [anon_sym_COLON_COLON] = ACTIONS(2230), + [anon_sym_POUND] = ACTIONS(2230), + [anon_sym_SQUOTE] = ACTIONS(2232), + [anon_sym_async] = ACTIONS(2232), + [anon_sym_break] = ACTIONS(2232), + [anon_sym_const] = ACTIONS(2232), + [anon_sym_continue] = ACTIONS(2232), + [anon_sym_default] = ACTIONS(2232), + [anon_sym_enum] = ACTIONS(2232), + [anon_sym_fn] = ACTIONS(2232), + [anon_sym_for] = ACTIONS(2232), + [anon_sym_gen] = ACTIONS(2232), + [anon_sym_if] = ACTIONS(2232), + [anon_sym_impl] = ACTIONS(2232), + [anon_sym_let] = ACTIONS(2232), + [anon_sym_loop] = ACTIONS(2232), + [anon_sym_match] = ACTIONS(2232), + [anon_sym_mod] = ACTIONS(2232), + [anon_sym_pub] = ACTIONS(2232), + [anon_sym_return] = ACTIONS(2232), + [anon_sym_static] = ACTIONS(2232), + [anon_sym_struct] = ACTIONS(2232), + [anon_sym_trait] = ACTIONS(2232), + [anon_sym_type] = ACTIONS(2232), + [anon_sym_union] = ACTIONS(2232), + [anon_sym_unsafe] = ACTIONS(2232), + [anon_sym_use] = ACTIONS(2232), + [anon_sym_while] = ACTIONS(2232), + [anon_sym_extern] = ACTIONS(2232), + [anon_sym_yield] = ACTIONS(2232), + [anon_sym_move] = ACTIONS(2232), + [anon_sym_try] = ACTIONS(2232), + [sym_integer_literal] = ACTIONS(2230), + [aux_sym_string_literal_token1] = ACTIONS(2230), + [sym_char_literal] = ACTIONS(2230), + [anon_sym_true] = ACTIONS(2232), + [anon_sym_false] = ACTIONS(2232), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2232), + [sym_super] = ACTIONS(2232), + [sym_crate] = ACTIONS(2232), + [sym_metavariable] = ACTIONS(2230), + [sym__raw_string_literal_start] = ACTIONS(2230), + [sym_float_literal] = ACTIONS(2230), }, [STATE(572)] = { [sym_line_comment] = STATE(572), [sym_block_comment] = STATE(572), - [ts_builtin_sym_end] = ACTIONS(2091), - [sym_identifier] = ACTIONS(2093), - [anon_sym_SEMI] = ACTIONS(2091), - [anon_sym_macro_rules_BANG] = ACTIONS(2091), - [anon_sym_LPAREN] = ACTIONS(2091), - [anon_sym_LBRACK] = ACTIONS(2091), - [anon_sym_LBRACE] = ACTIONS(2091), - [anon_sym_RBRACE] = ACTIONS(2091), - [anon_sym_STAR] = ACTIONS(2091), - [anon_sym_u8] = ACTIONS(2093), - [anon_sym_i8] = ACTIONS(2093), - [anon_sym_u16] = ACTIONS(2093), - [anon_sym_i16] = ACTIONS(2093), - [anon_sym_u32] = ACTIONS(2093), - [anon_sym_i32] = ACTIONS(2093), - [anon_sym_u64] = ACTIONS(2093), - [anon_sym_i64] = ACTIONS(2093), - [anon_sym_u128] = ACTIONS(2093), - [anon_sym_i128] = ACTIONS(2093), - [anon_sym_isize] = ACTIONS(2093), - [anon_sym_usize] = ACTIONS(2093), - [anon_sym_f32] = ACTIONS(2093), - [anon_sym_f64] = ACTIONS(2093), - [anon_sym_bool] = ACTIONS(2093), - [anon_sym_str] = ACTIONS(2093), - [anon_sym_char] = ACTIONS(2093), - [anon_sym_DASH] = ACTIONS(2091), - [anon_sym_BANG] = ACTIONS(2091), - [anon_sym_AMP] = ACTIONS(2091), - [anon_sym_PIPE] = ACTIONS(2091), - [anon_sym_LT] = ACTIONS(2091), - [anon_sym_DOT_DOT] = ACTIONS(2091), - [anon_sym_COLON_COLON] = ACTIONS(2091), - [anon_sym_POUND] = ACTIONS(2091), - [anon_sym_SQUOTE] = ACTIONS(2093), - [anon_sym_async] = ACTIONS(2093), - [anon_sym_break] = ACTIONS(2093), - [anon_sym_const] = ACTIONS(2093), - [anon_sym_continue] = ACTIONS(2093), - [anon_sym_default] = ACTIONS(2093), - [anon_sym_enum] = ACTIONS(2093), - [anon_sym_fn] = ACTIONS(2093), - [anon_sym_for] = ACTIONS(2093), - [anon_sym_gen] = ACTIONS(2093), - [anon_sym_if] = ACTIONS(2093), - [anon_sym_impl] = ACTIONS(2093), - [anon_sym_let] = ACTIONS(2093), - [anon_sym_loop] = ACTIONS(2093), - [anon_sym_match] = ACTIONS(2093), - [anon_sym_mod] = ACTIONS(2093), - [anon_sym_pub] = ACTIONS(2093), - [anon_sym_return] = ACTIONS(2093), - [anon_sym_static] = ACTIONS(2093), - [anon_sym_struct] = ACTIONS(2093), - [anon_sym_trait] = ACTIONS(2093), - [anon_sym_type] = ACTIONS(2093), - [anon_sym_union] = ACTIONS(2093), - [anon_sym_unsafe] = ACTIONS(2093), - [anon_sym_use] = ACTIONS(2093), - [anon_sym_while] = ACTIONS(2093), - [anon_sym_extern] = ACTIONS(2093), - [anon_sym_yield] = ACTIONS(2093), - [anon_sym_move] = ACTIONS(2093), - [anon_sym_try] = ACTIONS(2093), - [sym_integer_literal] = ACTIONS(2091), - [aux_sym_string_literal_token1] = ACTIONS(2091), - [sym_char_literal] = ACTIONS(2091), - [anon_sym_true] = ACTIONS(2093), - [anon_sym_false] = ACTIONS(2093), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2093), - [sym_super] = ACTIONS(2093), - [sym_crate] = ACTIONS(2093), - [sym_metavariable] = ACTIONS(2091), - [sym__raw_string_literal_start] = ACTIONS(2091), - [sym_float_literal] = ACTIONS(2091), + [ts_builtin_sym_end] = ACTIONS(2234), + [sym_identifier] = ACTIONS(2236), + [anon_sym_SEMI] = ACTIONS(2234), + [anon_sym_macro_rules_BANG] = ACTIONS(2234), + [anon_sym_LPAREN] = ACTIONS(2234), + [anon_sym_LBRACK] = ACTIONS(2234), + [anon_sym_LBRACE] = ACTIONS(2234), + [anon_sym_RBRACE] = ACTIONS(2234), + [anon_sym_STAR] = ACTIONS(2234), + [anon_sym_u8] = ACTIONS(2236), + [anon_sym_i8] = ACTIONS(2236), + [anon_sym_u16] = ACTIONS(2236), + [anon_sym_i16] = ACTIONS(2236), + [anon_sym_u32] = ACTIONS(2236), + [anon_sym_i32] = ACTIONS(2236), + [anon_sym_u64] = ACTIONS(2236), + [anon_sym_i64] = ACTIONS(2236), + [anon_sym_u128] = ACTIONS(2236), + [anon_sym_i128] = ACTIONS(2236), + [anon_sym_isize] = ACTIONS(2236), + [anon_sym_usize] = ACTIONS(2236), + [anon_sym_f32] = ACTIONS(2236), + [anon_sym_f64] = ACTIONS(2236), + [anon_sym_bool] = ACTIONS(2236), + [anon_sym_str] = ACTIONS(2236), + [anon_sym_char] = ACTIONS(2236), + [anon_sym_DASH] = ACTIONS(2234), + [anon_sym_BANG] = ACTIONS(2234), + [anon_sym_AMP] = ACTIONS(2234), + [anon_sym_PIPE] = ACTIONS(2234), + [anon_sym_LT] = ACTIONS(2234), + [anon_sym_DOT_DOT] = ACTIONS(2234), + [anon_sym_COLON_COLON] = ACTIONS(2234), + [anon_sym_POUND] = ACTIONS(2234), + [anon_sym_SQUOTE] = ACTIONS(2236), + [anon_sym_async] = ACTIONS(2236), + [anon_sym_break] = ACTIONS(2236), + [anon_sym_const] = ACTIONS(2236), + [anon_sym_continue] = ACTIONS(2236), + [anon_sym_default] = ACTIONS(2236), + [anon_sym_enum] = ACTIONS(2236), + [anon_sym_fn] = ACTIONS(2236), + [anon_sym_for] = ACTIONS(2236), + [anon_sym_gen] = ACTIONS(2236), + [anon_sym_if] = ACTIONS(2236), + [anon_sym_impl] = ACTIONS(2236), + [anon_sym_let] = ACTIONS(2236), + [anon_sym_loop] = ACTIONS(2236), + [anon_sym_match] = ACTIONS(2236), + [anon_sym_mod] = ACTIONS(2236), + [anon_sym_pub] = ACTIONS(2236), + [anon_sym_return] = ACTIONS(2236), + [anon_sym_static] = ACTIONS(2236), + [anon_sym_struct] = ACTIONS(2236), + [anon_sym_trait] = ACTIONS(2236), + [anon_sym_type] = ACTIONS(2236), + [anon_sym_union] = ACTIONS(2236), + [anon_sym_unsafe] = ACTIONS(2236), + [anon_sym_use] = ACTIONS(2236), + [anon_sym_while] = ACTIONS(2236), + [anon_sym_extern] = ACTIONS(2236), + [anon_sym_yield] = ACTIONS(2236), + [anon_sym_move] = ACTIONS(2236), + [anon_sym_try] = ACTIONS(2236), + [sym_integer_literal] = ACTIONS(2234), + [aux_sym_string_literal_token1] = ACTIONS(2234), + [sym_char_literal] = ACTIONS(2234), + [anon_sym_true] = ACTIONS(2236), + [anon_sym_false] = ACTIONS(2236), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2236), + [sym_super] = ACTIONS(2236), + [sym_crate] = ACTIONS(2236), + [sym_metavariable] = ACTIONS(2234), + [sym__raw_string_literal_start] = ACTIONS(2234), + [sym_float_literal] = ACTIONS(2234), }, [STATE(573)] = { [sym_line_comment] = STATE(573), [sym_block_comment] = STATE(573), - [ts_builtin_sym_end] = ACTIONS(2095), - [sym_identifier] = ACTIONS(2097), - [anon_sym_SEMI] = ACTIONS(2095), - [anon_sym_macro_rules_BANG] = ACTIONS(2095), - [anon_sym_LPAREN] = ACTIONS(2095), - [anon_sym_LBRACK] = ACTIONS(2095), - [anon_sym_LBRACE] = ACTIONS(2095), - [anon_sym_RBRACE] = ACTIONS(2095), - [anon_sym_STAR] = ACTIONS(2095), - [anon_sym_u8] = ACTIONS(2097), - [anon_sym_i8] = ACTIONS(2097), - [anon_sym_u16] = ACTIONS(2097), - [anon_sym_i16] = ACTIONS(2097), - [anon_sym_u32] = ACTIONS(2097), - [anon_sym_i32] = ACTIONS(2097), - [anon_sym_u64] = ACTIONS(2097), - [anon_sym_i64] = ACTIONS(2097), - [anon_sym_u128] = ACTIONS(2097), - [anon_sym_i128] = ACTIONS(2097), - [anon_sym_isize] = ACTIONS(2097), - [anon_sym_usize] = ACTIONS(2097), - [anon_sym_f32] = ACTIONS(2097), - [anon_sym_f64] = ACTIONS(2097), - [anon_sym_bool] = ACTIONS(2097), - [anon_sym_str] = ACTIONS(2097), - [anon_sym_char] = ACTIONS(2097), - [anon_sym_DASH] = ACTIONS(2095), - [anon_sym_BANG] = ACTIONS(2095), - [anon_sym_AMP] = ACTIONS(2095), - [anon_sym_PIPE] = ACTIONS(2095), - [anon_sym_LT] = ACTIONS(2095), - [anon_sym_DOT_DOT] = ACTIONS(2095), - [anon_sym_COLON_COLON] = ACTIONS(2095), - [anon_sym_POUND] = ACTIONS(2095), - [anon_sym_SQUOTE] = ACTIONS(2097), - [anon_sym_async] = ACTIONS(2097), - [anon_sym_break] = ACTIONS(2097), - [anon_sym_const] = ACTIONS(2097), - [anon_sym_continue] = ACTIONS(2097), - [anon_sym_default] = ACTIONS(2097), - [anon_sym_enum] = ACTIONS(2097), - [anon_sym_fn] = ACTIONS(2097), - [anon_sym_for] = ACTIONS(2097), - [anon_sym_gen] = ACTIONS(2097), - [anon_sym_if] = ACTIONS(2097), - [anon_sym_impl] = ACTIONS(2097), - [anon_sym_let] = ACTIONS(2097), - [anon_sym_loop] = ACTIONS(2097), - [anon_sym_match] = ACTIONS(2097), - [anon_sym_mod] = ACTIONS(2097), - [anon_sym_pub] = ACTIONS(2097), - [anon_sym_return] = ACTIONS(2097), - [anon_sym_static] = ACTIONS(2097), - [anon_sym_struct] = ACTIONS(2097), - [anon_sym_trait] = ACTIONS(2097), - [anon_sym_type] = ACTIONS(2097), - [anon_sym_union] = ACTIONS(2097), - [anon_sym_unsafe] = ACTIONS(2097), - [anon_sym_use] = ACTIONS(2097), - [anon_sym_while] = ACTIONS(2097), - [anon_sym_extern] = ACTIONS(2097), - [anon_sym_yield] = ACTIONS(2097), - [anon_sym_move] = ACTIONS(2097), - [anon_sym_try] = ACTIONS(2097), - [sym_integer_literal] = ACTIONS(2095), - [aux_sym_string_literal_token1] = ACTIONS(2095), - [sym_char_literal] = ACTIONS(2095), - [anon_sym_true] = ACTIONS(2097), - [anon_sym_false] = ACTIONS(2097), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2097), - [sym_super] = ACTIONS(2097), - [sym_crate] = ACTIONS(2097), - [sym_metavariable] = ACTIONS(2095), - [sym__raw_string_literal_start] = ACTIONS(2095), - [sym_float_literal] = ACTIONS(2095), + [ts_builtin_sym_end] = ACTIONS(2238), + [sym_identifier] = ACTIONS(2240), + [anon_sym_SEMI] = ACTIONS(2238), + [anon_sym_macro_rules_BANG] = ACTIONS(2238), + [anon_sym_LPAREN] = ACTIONS(2238), + [anon_sym_LBRACK] = ACTIONS(2238), + [anon_sym_LBRACE] = ACTIONS(2238), + [anon_sym_RBRACE] = ACTIONS(2238), + [anon_sym_STAR] = ACTIONS(2238), + [anon_sym_u8] = ACTIONS(2240), + [anon_sym_i8] = ACTIONS(2240), + [anon_sym_u16] = ACTIONS(2240), + [anon_sym_i16] = ACTIONS(2240), + [anon_sym_u32] = ACTIONS(2240), + [anon_sym_i32] = ACTIONS(2240), + [anon_sym_u64] = ACTIONS(2240), + [anon_sym_i64] = ACTIONS(2240), + [anon_sym_u128] = ACTIONS(2240), + [anon_sym_i128] = ACTIONS(2240), + [anon_sym_isize] = ACTIONS(2240), + [anon_sym_usize] = ACTIONS(2240), + [anon_sym_f32] = ACTIONS(2240), + [anon_sym_f64] = ACTIONS(2240), + [anon_sym_bool] = ACTIONS(2240), + [anon_sym_str] = ACTIONS(2240), + [anon_sym_char] = ACTIONS(2240), + [anon_sym_DASH] = ACTIONS(2238), + [anon_sym_BANG] = ACTIONS(2238), + [anon_sym_AMP] = ACTIONS(2238), + [anon_sym_PIPE] = ACTIONS(2238), + [anon_sym_LT] = ACTIONS(2238), + [anon_sym_DOT_DOT] = ACTIONS(2238), + [anon_sym_COLON_COLON] = ACTIONS(2238), + [anon_sym_POUND] = ACTIONS(2238), + [anon_sym_SQUOTE] = ACTIONS(2240), + [anon_sym_async] = ACTIONS(2240), + [anon_sym_break] = ACTIONS(2240), + [anon_sym_const] = ACTIONS(2240), + [anon_sym_continue] = ACTIONS(2240), + [anon_sym_default] = ACTIONS(2240), + [anon_sym_enum] = ACTIONS(2240), + [anon_sym_fn] = ACTIONS(2240), + [anon_sym_for] = ACTIONS(2240), + [anon_sym_gen] = ACTIONS(2240), + [anon_sym_if] = ACTIONS(2240), + [anon_sym_impl] = ACTIONS(2240), + [anon_sym_let] = ACTIONS(2240), + [anon_sym_loop] = ACTIONS(2240), + [anon_sym_match] = ACTIONS(2240), + [anon_sym_mod] = ACTIONS(2240), + [anon_sym_pub] = ACTIONS(2240), + [anon_sym_return] = ACTIONS(2240), + [anon_sym_static] = ACTIONS(2240), + [anon_sym_struct] = ACTIONS(2240), + [anon_sym_trait] = ACTIONS(2240), + [anon_sym_type] = ACTIONS(2240), + [anon_sym_union] = ACTIONS(2240), + [anon_sym_unsafe] = ACTIONS(2240), + [anon_sym_use] = ACTIONS(2240), + [anon_sym_while] = ACTIONS(2240), + [anon_sym_extern] = ACTIONS(2240), + [anon_sym_yield] = ACTIONS(2240), + [anon_sym_move] = ACTIONS(2240), + [anon_sym_try] = ACTIONS(2240), + [sym_integer_literal] = ACTIONS(2238), + [aux_sym_string_literal_token1] = ACTIONS(2238), + [sym_char_literal] = ACTIONS(2238), + [anon_sym_true] = ACTIONS(2240), + [anon_sym_false] = ACTIONS(2240), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2240), + [sym_super] = ACTIONS(2240), + [sym_crate] = ACTIONS(2240), + [sym_metavariable] = ACTIONS(2238), + [sym__raw_string_literal_start] = ACTIONS(2238), + [sym_float_literal] = ACTIONS(2238), }, [STATE(574)] = { [sym_line_comment] = STATE(574), [sym_block_comment] = STATE(574), - [ts_builtin_sym_end] = ACTIONS(2099), - [sym_identifier] = ACTIONS(2101), - [anon_sym_SEMI] = ACTIONS(2099), - [anon_sym_macro_rules_BANG] = ACTIONS(2099), - [anon_sym_LPAREN] = ACTIONS(2099), - [anon_sym_LBRACK] = ACTIONS(2099), - [anon_sym_LBRACE] = ACTIONS(2099), - [anon_sym_RBRACE] = ACTIONS(2099), - [anon_sym_STAR] = ACTIONS(2099), - [anon_sym_u8] = ACTIONS(2101), - [anon_sym_i8] = ACTIONS(2101), - [anon_sym_u16] = ACTIONS(2101), - [anon_sym_i16] = ACTIONS(2101), - [anon_sym_u32] = ACTIONS(2101), - [anon_sym_i32] = ACTIONS(2101), - [anon_sym_u64] = ACTIONS(2101), - [anon_sym_i64] = ACTIONS(2101), - [anon_sym_u128] = ACTIONS(2101), - [anon_sym_i128] = ACTIONS(2101), - [anon_sym_isize] = ACTIONS(2101), - [anon_sym_usize] = ACTIONS(2101), - [anon_sym_f32] = ACTIONS(2101), - [anon_sym_f64] = ACTIONS(2101), - [anon_sym_bool] = ACTIONS(2101), - [anon_sym_str] = ACTIONS(2101), - [anon_sym_char] = ACTIONS(2101), - [anon_sym_DASH] = ACTIONS(2099), - [anon_sym_BANG] = ACTIONS(2099), - [anon_sym_AMP] = ACTIONS(2099), - [anon_sym_PIPE] = ACTIONS(2099), - [anon_sym_LT] = ACTIONS(2099), - [anon_sym_DOT_DOT] = ACTIONS(2099), - [anon_sym_COLON_COLON] = ACTIONS(2099), - [anon_sym_POUND] = ACTIONS(2099), - [anon_sym_SQUOTE] = ACTIONS(2101), - [anon_sym_async] = ACTIONS(2101), - [anon_sym_break] = ACTIONS(2101), - [anon_sym_const] = ACTIONS(2101), - [anon_sym_continue] = ACTIONS(2101), - [anon_sym_default] = ACTIONS(2101), - [anon_sym_enum] = ACTIONS(2101), - [anon_sym_fn] = ACTIONS(2101), - [anon_sym_for] = ACTIONS(2101), - [anon_sym_gen] = ACTIONS(2101), - [anon_sym_if] = ACTIONS(2101), - [anon_sym_impl] = ACTIONS(2101), - [anon_sym_let] = ACTIONS(2101), - [anon_sym_loop] = ACTIONS(2101), - [anon_sym_match] = ACTIONS(2101), - [anon_sym_mod] = ACTIONS(2101), - [anon_sym_pub] = ACTIONS(2101), - [anon_sym_return] = ACTIONS(2101), - [anon_sym_static] = ACTIONS(2101), - [anon_sym_struct] = ACTIONS(2101), - [anon_sym_trait] = ACTIONS(2101), - [anon_sym_type] = ACTIONS(2101), - [anon_sym_union] = ACTIONS(2101), - [anon_sym_unsafe] = ACTIONS(2101), - [anon_sym_use] = ACTIONS(2101), - [anon_sym_while] = ACTIONS(2101), - [anon_sym_extern] = ACTIONS(2101), - [anon_sym_yield] = ACTIONS(2101), - [anon_sym_move] = ACTIONS(2101), - [anon_sym_try] = ACTIONS(2101), - [sym_integer_literal] = ACTIONS(2099), - [aux_sym_string_literal_token1] = ACTIONS(2099), - [sym_char_literal] = ACTIONS(2099), - [anon_sym_true] = ACTIONS(2101), - [anon_sym_false] = ACTIONS(2101), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2101), - [sym_super] = ACTIONS(2101), - [sym_crate] = ACTIONS(2101), - [sym_metavariable] = ACTIONS(2099), - [sym__raw_string_literal_start] = ACTIONS(2099), - [sym_float_literal] = ACTIONS(2099), + [ts_builtin_sym_end] = ACTIONS(2242), + [sym_identifier] = ACTIONS(2244), + [anon_sym_SEMI] = ACTIONS(2242), + [anon_sym_macro_rules_BANG] = ACTIONS(2242), + [anon_sym_LPAREN] = ACTIONS(2242), + [anon_sym_LBRACK] = ACTIONS(2242), + [anon_sym_LBRACE] = ACTIONS(2242), + [anon_sym_RBRACE] = ACTIONS(2242), + [anon_sym_STAR] = ACTIONS(2242), + [anon_sym_u8] = ACTIONS(2244), + [anon_sym_i8] = ACTIONS(2244), + [anon_sym_u16] = ACTIONS(2244), + [anon_sym_i16] = ACTIONS(2244), + [anon_sym_u32] = ACTIONS(2244), + [anon_sym_i32] = ACTIONS(2244), + [anon_sym_u64] = ACTIONS(2244), + [anon_sym_i64] = ACTIONS(2244), + [anon_sym_u128] = ACTIONS(2244), + [anon_sym_i128] = ACTIONS(2244), + [anon_sym_isize] = ACTIONS(2244), + [anon_sym_usize] = ACTIONS(2244), + [anon_sym_f32] = ACTIONS(2244), + [anon_sym_f64] = ACTIONS(2244), + [anon_sym_bool] = ACTIONS(2244), + [anon_sym_str] = ACTIONS(2244), + [anon_sym_char] = ACTIONS(2244), + [anon_sym_DASH] = ACTIONS(2242), + [anon_sym_BANG] = ACTIONS(2242), + [anon_sym_AMP] = ACTIONS(2242), + [anon_sym_PIPE] = ACTIONS(2242), + [anon_sym_LT] = ACTIONS(2242), + [anon_sym_DOT_DOT] = ACTIONS(2242), + [anon_sym_COLON_COLON] = ACTIONS(2242), + [anon_sym_POUND] = ACTIONS(2242), + [anon_sym_SQUOTE] = ACTIONS(2244), + [anon_sym_async] = ACTIONS(2244), + [anon_sym_break] = ACTIONS(2244), + [anon_sym_const] = ACTIONS(2244), + [anon_sym_continue] = ACTIONS(2244), + [anon_sym_default] = ACTIONS(2244), + [anon_sym_enum] = ACTIONS(2244), + [anon_sym_fn] = ACTIONS(2244), + [anon_sym_for] = ACTIONS(2244), + [anon_sym_gen] = ACTIONS(2244), + [anon_sym_if] = ACTIONS(2244), + [anon_sym_impl] = ACTIONS(2244), + [anon_sym_let] = ACTIONS(2244), + [anon_sym_loop] = ACTIONS(2244), + [anon_sym_match] = ACTIONS(2244), + [anon_sym_mod] = ACTIONS(2244), + [anon_sym_pub] = ACTIONS(2244), + [anon_sym_return] = ACTIONS(2244), + [anon_sym_static] = ACTIONS(2244), + [anon_sym_struct] = ACTIONS(2244), + [anon_sym_trait] = ACTIONS(2244), + [anon_sym_type] = ACTIONS(2244), + [anon_sym_union] = ACTIONS(2244), + [anon_sym_unsafe] = ACTIONS(2244), + [anon_sym_use] = ACTIONS(2244), + [anon_sym_while] = ACTIONS(2244), + [anon_sym_extern] = ACTIONS(2244), + [anon_sym_yield] = ACTIONS(2244), + [anon_sym_move] = ACTIONS(2244), + [anon_sym_try] = ACTIONS(2244), + [sym_integer_literal] = ACTIONS(2242), + [aux_sym_string_literal_token1] = ACTIONS(2242), + [sym_char_literal] = ACTIONS(2242), + [anon_sym_true] = ACTIONS(2244), + [anon_sym_false] = ACTIONS(2244), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2244), + [sym_super] = ACTIONS(2244), + [sym_crate] = ACTIONS(2244), + [sym_metavariable] = ACTIONS(2242), + [sym__raw_string_literal_start] = ACTIONS(2242), + [sym_float_literal] = ACTIONS(2242), }, [STATE(575)] = { [sym_line_comment] = STATE(575), [sym_block_comment] = STATE(575), - [ts_builtin_sym_end] = ACTIONS(2103), - [sym_identifier] = ACTIONS(2105), - [anon_sym_SEMI] = ACTIONS(2103), - [anon_sym_macro_rules_BANG] = ACTIONS(2103), - [anon_sym_LPAREN] = ACTIONS(2103), - [anon_sym_LBRACK] = ACTIONS(2103), - [anon_sym_LBRACE] = ACTIONS(2103), - [anon_sym_RBRACE] = ACTIONS(2103), - [anon_sym_STAR] = ACTIONS(2103), - [anon_sym_u8] = ACTIONS(2105), - [anon_sym_i8] = ACTIONS(2105), - [anon_sym_u16] = ACTIONS(2105), - [anon_sym_i16] = ACTIONS(2105), - [anon_sym_u32] = ACTIONS(2105), - [anon_sym_i32] = ACTIONS(2105), - [anon_sym_u64] = ACTIONS(2105), - [anon_sym_i64] = ACTIONS(2105), - [anon_sym_u128] = ACTIONS(2105), - [anon_sym_i128] = ACTIONS(2105), - [anon_sym_isize] = ACTIONS(2105), - [anon_sym_usize] = ACTIONS(2105), - [anon_sym_f32] = ACTIONS(2105), - [anon_sym_f64] = ACTIONS(2105), - [anon_sym_bool] = ACTIONS(2105), - [anon_sym_str] = ACTIONS(2105), - [anon_sym_char] = ACTIONS(2105), - [anon_sym_DASH] = ACTIONS(2103), - [anon_sym_BANG] = ACTIONS(2103), - [anon_sym_AMP] = ACTIONS(2103), - [anon_sym_PIPE] = ACTIONS(2103), - [anon_sym_LT] = ACTIONS(2103), - [anon_sym_DOT_DOT] = ACTIONS(2103), - [anon_sym_COLON_COLON] = ACTIONS(2103), - [anon_sym_POUND] = ACTIONS(2103), - [anon_sym_SQUOTE] = ACTIONS(2105), - [anon_sym_async] = ACTIONS(2105), - [anon_sym_break] = ACTIONS(2105), - [anon_sym_const] = ACTIONS(2105), - [anon_sym_continue] = ACTIONS(2105), - [anon_sym_default] = ACTIONS(2105), - [anon_sym_enum] = ACTIONS(2105), - [anon_sym_fn] = ACTIONS(2105), - [anon_sym_for] = ACTIONS(2105), - [anon_sym_gen] = ACTIONS(2105), - [anon_sym_if] = ACTIONS(2105), - [anon_sym_impl] = ACTIONS(2105), - [anon_sym_let] = ACTIONS(2105), - [anon_sym_loop] = ACTIONS(2105), - [anon_sym_match] = ACTIONS(2105), - [anon_sym_mod] = ACTIONS(2105), - [anon_sym_pub] = ACTIONS(2105), - [anon_sym_return] = ACTIONS(2105), - [anon_sym_static] = ACTIONS(2105), - [anon_sym_struct] = ACTIONS(2105), - [anon_sym_trait] = ACTIONS(2105), - [anon_sym_type] = ACTIONS(2105), - [anon_sym_union] = ACTIONS(2105), - [anon_sym_unsafe] = ACTIONS(2105), - [anon_sym_use] = ACTIONS(2105), - [anon_sym_while] = ACTIONS(2105), - [anon_sym_extern] = ACTIONS(2105), - [anon_sym_yield] = ACTIONS(2105), - [anon_sym_move] = ACTIONS(2105), - [anon_sym_try] = ACTIONS(2105), - [sym_integer_literal] = ACTIONS(2103), - [aux_sym_string_literal_token1] = ACTIONS(2103), - [sym_char_literal] = ACTIONS(2103), - [anon_sym_true] = ACTIONS(2105), - [anon_sym_false] = ACTIONS(2105), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2105), - [sym_super] = ACTIONS(2105), - [sym_crate] = ACTIONS(2105), - [sym_metavariable] = ACTIONS(2103), - [sym__raw_string_literal_start] = ACTIONS(2103), - [sym_float_literal] = ACTIONS(2103), + [ts_builtin_sym_end] = ACTIONS(2246), + [sym_identifier] = ACTIONS(2248), + [anon_sym_SEMI] = ACTIONS(2246), + [anon_sym_macro_rules_BANG] = ACTIONS(2246), + [anon_sym_LPAREN] = ACTIONS(2246), + [anon_sym_LBRACK] = ACTIONS(2246), + [anon_sym_LBRACE] = ACTIONS(2246), + [anon_sym_RBRACE] = ACTIONS(2246), + [anon_sym_STAR] = ACTIONS(2246), + [anon_sym_u8] = ACTIONS(2248), + [anon_sym_i8] = ACTIONS(2248), + [anon_sym_u16] = ACTIONS(2248), + [anon_sym_i16] = ACTIONS(2248), + [anon_sym_u32] = ACTIONS(2248), + [anon_sym_i32] = ACTIONS(2248), + [anon_sym_u64] = ACTIONS(2248), + [anon_sym_i64] = ACTIONS(2248), + [anon_sym_u128] = ACTIONS(2248), + [anon_sym_i128] = ACTIONS(2248), + [anon_sym_isize] = ACTIONS(2248), + [anon_sym_usize] = ACTIONS(2248), + [anon_sym_f32] = ACTIONS(2248), + [anon_sym_f64] = ACTIONS(2248), + [anon_sym_bool] = ACTIONS(2248), + [anon_sym_str] = ACTIONS(2248), + [anon_sym_char] = ACTIONS(2248), + [anon_sym_DASH] = ACTIONS(2246), + [anon_sym_BANG] = ACTIONS(2246), + [anon_sym_AMP] = ACTIONS(2246), + [anon_sym_PIPE] = ACTIONS(2246), + [anon_sym_LT] = ACTIONS(2246), + [anon_sym_DOT_DOT] = ACTIONS(2246), + [anon_sym_COLON_COLON] = ACTIONS(2246), + [anon_sym_POUND] = ACTIONS(2246), + [anon_sym_SQUOTE] = ACTIONS(2248), + [anon_sym_async] = ACTIONS(2248), + [anon_sym_break] = ACTIONS(2248), + [anon_sym_const] = ACTIONS(2248), + [anon_sym_continue] = ACTIONS(2248), + [anon_sym_default] = ACTIONS(2248), + [anon_sym_enum] = ACTIONS(2248), + [anon_sym_fn] = ACTIONS(2248), + [anon_sym_for] = ACTIONS(2248), + [anon_sym_gen] = ACTIONS(2248), + [anon_sym_if] = ACTIONS(2248), + [anon_sym_impl] = ACTIONS(2248), + [anon_sym_let] = ACTIONS(2248), + [anon_sym_loop] = ACTIONS(2248), + [anon_sym_match] = ACTIONS(2248), + [anon_sym_mod] = ACTIONS(2248), + [anon_sym_pub] = ACTIONS(2248), + [anon_sym_return] = ACTIONS(2248), + [anon_sym_static] = ACTIONS(2248), + [anon_sym_struct] = ACTIONS(2248), + [anon_sym_trait] = ACTIONS(2248), + [anon_sym_type] = ACTIONS(2248), + [anon_sym_union] = ACTIONS(2248), + [anon_sym_unsafe] = ACTIONS(2248), + [anon_sym_use] = ACTIONS(2248), + [anon_sym_while] = ACTIONS(2248), + [anon_sym_extern] = ACTIONS(2248), + [anon_sym_yield] = ACTIONS(2248), + [anon_sym_move] = ACTIONS(2248), + [anon_sym_try] = ACTIONS(2248), + [sym_integer_literal] = ACTIONS(2246), + [aux_sym_string_literal_token1] = ACTIONS(2246), + [sym_char_literal] = ACTIONS(2246), + [anon_sym_true] = ACTIONS(2248), + [anon_sym_false] = ACTIONS(2248), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2248), + [sym_super] = ACTIONS(2248), + [sym_crate] = ACTIONS(2248), + [sym_metavariable] = ACTIONS(2246), + [sym__raw_string_literal_start] = ACTIONS(2246), + [sym_float_literal] = ACTIONS(2246), }, [STATE(576)] = { [sym_line_comment] = STATE(576), [sym_block_comment] = STATE(576), - [ts_builtin_sym_end] = ACTIONS(2107), - [sym_identifier] = ACTIONS(2109), - [anon_sym_SEMI] = ACTIONS(2107), - [anon_sym_macro_rules_BANG] = ACTIONS(2107), - [anon_sym_LPAREN] = ACTIONS(2107), - [anon_sym_LBRACK] = ACTIONS(2107), - [anon_sym_LBRACE] = ACTIONS(2107), - [anon_sym_RBRACE] = ACTIONS(2107), - [anon_sym_STAR] = ACTIONS(2107), - [anon_sym_u8] = ACTIONS(2109), - [anon_sym_i8] = ACTIONS(2109), - [anon_sym_u16] = ACTIONS(2109), - [anon_sym_i16] = ACTIONS(2109), - [anon_sym_u32] = ACTIONS(2109), - [anon_sym_i32] = ACTIONS(2109), - [anon_sym_u64] = ACTIONS(2109), - [anon_sym_i64] = ACTIONS(2109), - [anon_sym_u128] = ACTIONS(2109), - [anon_sym_i128] = ACTIONS(2109), - [anon_sym_isize] = ACTIONS(2109), - [anon_sym_usize] = ACTIONS(2109), - [anon_sym_f32] = ACTIONS(2109), - [anon_sym_f64] = ACTIONS(2109), - [anon_sym_bool] = ACTIONS(2109), - [anon_sym_str] = ACTIONS(2109), - [anon_sym_char] = ACTIONS(2109), - [anon_sym_DASH] = ACTIONS(2107), - [anon_sym_BANG] = ACTIONS(2107), - [anon_sym_AMP] = ACTIONS(2107), - [anon_sym_PIPE] = ACTIONS(2107), - [anon_sym_LT] = ACTIONS(2107), - [anon_sym_DOT_DOT] = ACTIONS(2107), - [anon_sym_COLON_COLON] = ACTIONS(2107), - [anon_sym_POUND] = ACTIONS(2107), - [anon_sym_SQUOTE] = ACTIONS(2109), - [anon_sym_async] = ACTIONS(2109), - [anon_sym_break] = ACTIONS(2109), - [anon_sym_const] = ACTIONS(2109), - [anon_sym_continue] = ACTIONS(2109), - [anon_sym_default] = ACTIONS(2109), - [anon_sym_enum] = ACTIONS(2109), - [anon_sym_fn] = ACTIONS(2109), - [anon_sym_for] = ACTIONS(2109), - [anon_sym_gen] = ACTIONS(2109), - [anon_sym_if] = ACTIONS(2109), - [anon_sym_impl] = ACTIONS(2109), - [anon_sym_let] = ACTIONS(2109), - [anon_sym_loop] = ACTIONS(2109), - [anon_sym_match] = ACTIONS(2109), - [anon_sym_mod] = ACTIONS(2109), - [anon_sym_pub] = ACTIONS(2109), - [anon_sym_return] = ACTIONS(2109), - [anon_sym_static] = ACTIONS(2109), - [anon_sym_struct] = ACTIONS(2109), - [anon_sym_trait] = ACTIONS(2109), - [anon_sym_type] = ACTIONS(2109), - [anon_sym_union] = ACTIONS(2109), - [anon_sym_unsafe] = ACTIONS(2109), - [anon_sym_use] = ACTIONS(2109), - [anon_sym_while] = ACTIONS(2109), - [anon_sym_extern] = ACTIONS(2109), - [anon_sym_yield] = ACTIONS(2109), - [anon_sym_move] = ACTIONS(2109), - [anon_sym_try] = ACTIONS(2109), - [sym_integer_literal] = ACTIONS(2107), - [aux_sym_string_literal_token1] = ACTIONS(2107), - [sym_char_literal] = ACTIONS(2107), - [anon_sym_true] = ACTIONS(2109), - [anon_sym_false] = ACTIONS(2109), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2109), - [sym_super] = ACTIONS(2109), - [sym_crate] = ACTIONS(2109), - [sym_metavariable] = ACTIONS(2107), - [sym__raw_string_literal_start] = ACTIONS(2107), - [sym_float_literal] = ACTIONS(2107), + [ts_builtin_sym_end] = ACTIONS(2250), + [sym_identifier] = ACTIONS(2252), + [anon_sym_SEMI] = ACTIONS(2250), + [anon_sym_macro_rules_BANG] = ACTIONS(2250), + [anon_sym_LPAREN] = ACTIONS(2250), + [anon_sym_LBRACK] = ACTIONS(2250), + [anon_sym_LBRACE] = ACTIONS(2250), + [anon_sym_RBRACE] = ACTIONS(2250), + [anon_sym_STAR] = ACTIONS(2250), + [anon_sym_u8] = ACTIONS(2252), + [anon_sym_i8] = ACTIONS(2252), + [anon_sym_u16] = ACTIONS(2252), + [anon_sym_i16] = ACTIONS(2252), + [anon_sym_u32] = ACTIONS(2252), + [anon_sym_i32] = ACTIONS(2252), + [anon_sym_u64] = ACTIONS(2252), + [anon_sym_i64] = ACTIONS(2252), + [anon_sym_u128] = ACTIONS(2252), + [anon_sym_i128] = ACTIONS(2252), + [anon_sym_isize] = ACTIONS(2252), + [anon_sym_usize] = ACTIONS(2252), + [anon_sym_f32] = ACTIONS(2252), + [anon_sym_f64] = ACTIONS(2252), + [anon_sym_bool] = ACTIONS(2252), + [anon_sym_str] = ACTIONS(2252), + [anon_sym_char] = ACTIONS(2252), + [anon_sym_DASH] = ACTIONS(2250), + [anon_sym_BANG] = ACTIONS(2250), + [anon_sym_AMP] = ACTIONS(2250), + [anon_sym_PIPE] = ACTIONS(2250), + [anon_sym_LT] = ACTIONS(2250), + [anon_sym_DOT_DOT] = ACTIONS(2250), + [anon_sym_COLON_COLON] = ACTIONS(2250), + [anon_sym_POUND] = ACTIONS(2250), + [anon_sym_SQUOTE] = ACTIONS(2252), + [anon_sym_async] = ACTIONS(2252), + [anon_sym_break] = ACTIONS(2252), + [anon_sym_const] = ACTIONS(2252), + [anon_sym_continue] = ACTIONS(2252), + [anon_sym_default] = ACTIONS(2252), + [anon_sym_enum] = ACTIONS(2252), + [anon_sym_fn] = ACTIONS(2252), + [anon_sym_for] = ACTIONS(2252), + [anon_sym_gen] = ACTIONS(2252), + [anon_sym_if] = ACTIONS(2252), + [anon_sym_impl] = ACTIONS(2252), + [anon_sym_let] = ACTIONS(2252), + [anon_sym_loop] = ACTIONS(2252), + [anon_sym_match] = ACTIONS(2252), + [anon_sym_mod] = ACTIONS(2252), + [anon_sym_pub] = ACTIONS(2252), + [anon_sym_return] = ACTIONS(2252), + [anon_sym_static] = ACTIONS(2252), + [anon_sym_struct] = ACTIONS(2252), + [anon_sym_trait] = ACTIONS(2252), + [anon_sym_type] = ACTIONS(2252), + [anon_sym_union] = ACTIONS(2252), + [anon_sym_unsafe] = ACTIONS(2252), + [anon_sym_use] = ACTIONS(2252), + [anon_sym_while] = ACTIONS(2252), + [anon_sym_extern] = ACTIONS(2252), + [anon_sym_yield] = ACTIONS(2252), + [anon_sym_move] = ACTIONS(2252), + [anon_sym_try] = ACTIONS(2252), + [sym_integer_literal] = ACTIONS(2250), + [aux_sym_string_literal_token1] = ACTIONS(2250), + [sym_char_literal] = ACTIONS(2250), + [anon_sym_true] = ACTIONS(2252), + [anon_sym_false] = ACTIONS(2252), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2252), + [sym_super] = ACTIONS(2252), + [sym_crate] = ACTIONS(2252), + [sym_metavariable] = ACTIONS(2250), + [sym__raw_string_literal_start] = ACTIONS(2250), + [sym_float_literal] = ACTIONS(2250), }, [STATE(577)] = { [sym_line_comment] = STATE(577), [sym_block_comment] = STATE(577), - [ts_builtin_sym_end] = ACTIONS(2111), - [sym_identifier] = ACTIONS(2113), - [anon_sym_SEMI] = ACTIONS(2111), - [anon_sym_macro_rules_BANG] = ACTIONS(2111), - [anon_sym_LPAREN] = ACTIONS(2111), - [anon_sym_LBRACK] = ACTIONS(2111), - [anon_sym_LBRACE] = ACTIONS(2111), - [anon_sym_RBRACE] = ACTIONS(2111), - [anon_sym_STAR] = ACTIONS(2111), - [anon_sym_u8] = ACTIONS(2113), - [anon_sym_i8] = ACTIONS(2113), - [anon_sym_u16] = ACTIONS(2113), - [anon_sym_i16] = ACTIONS(2113), - [anon_sym_u32] = ACTIONS(2113), - [anon_sym_i32] = ACTIONS(2113), - [anon_sym_u64] = ACTIONS(2113), - [anon_sym_i64] = ACTIONS(2113), - [anon_sym_u128] = ACTIONS(2113), - [anon_sym_i128] = ACTIONS(2113), - [anon_sym_isize] = ACTIONS(2113), - [anon_sym_usize] = ACTIONS(2113), - [anon_sym_f32] = ACTIONS(2113), - [anon_sym_f64] = ACTIONS(2113), - [anon_sym_bool] = ACTIONS(2113), - [anon_sym_str] = ACTIONS(2113), - [anon_sym_char] = ACTIONS(2113), - [anon_sym_DASH] = ACTIONS(2111), - [anon_sym_BANG] = ACTIONS(2111), - [anon_sym_AMP] = ACTIONS(2111), - [anon_sym_PIPE] = ACTIONS(2111), - [anon_sym_LT] = ACTIONS(2111), - [anon_sym_DOT_DOT] = ACTIONS(2111), - [anon_sym_COLON_COLON] = ACTIONS(2111), - [anon_sym_POUND] = ACTIONS(2111), - [anon_sym_SQUOTE] = ACTIONS(2113), - [anon_sym_async] = ACTIONS(2113), - [anon_sym_break] = ACTIONS(2113), - [anon_sym_const] = ACTIONS(2113), - [anon_sym_continue] = ACTIONS(2113), - [anon_sym_default] = ACTIONS(2113), - [anon_sym_enum] = ACTIONS(2113), - [anon_sym_fn] = ACTIONS(2113), - [anon_sym_for] = ACTIONS(2113), - [anon_sym_gen] = ACTIONS(2113), - [anon_sym_if] = ACTIONS(2113), - [anon_sym_impl] = ACTIONS(2113), - [anon_sym_let] = ACTIONS(2113), - [anon_sym_loop] = ACTIONS(2113), - [anon_sym_match] = ACTIONS(2113), - [anon_sym_mod] = ACTIONS(2113), - [anon_sym_pub] = ACTIONS(2113), - [anon_sym_return] = ACTIONS(2113), - [anon_sym_static] = ACTIONS(2113), - [anon_sym_struct] = ACTIONS(2113), - [anon_sym_trait] = ACTIONS(2113), - [anon_sym_type] = ACTIONS(2113), - [anon_sym_union] = ACTIONS(2113), - [anon_sym_unsafe] = ACTIONS(2113), - [anon_sym_use] = ACTIONS(2113), - [anon_sym_while] = ACTIONS(2113), - [anon_sym_extern] = ACTIONS(2113), - [anon_sym_yield] = ACTIONS(2113), - [anon_sym_move] = ACTIONS(2113), - [anon_sym_try] = ACTIONS(2113), - [sym_integer_literal] = ACTIONS(2111), - [aux_sym_string_literal_token1] = ACTIONS(2111), - [sym_char_literal] = ACTIONS(2111), - [anon_sym_true] = ACTIONS(2113), - [anon_sym_false] = ACTIONS(2113), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2113), - [sym_super] = ACTIONS(2113), - [sym_crate] = ACTIONS(2113), - [sym_metavariable] = ACTIONS(2111), - [sym__raw_string_literal_start] = ACTIONS(2111), - [sym_float_literal] = ACTIONS(2111), + [ts_builtin_sym_end] = ACTIONS(2254), + [sym_identifier] = ACTIONS(2256), + [anon_sym_SEMI] = ACTIONS(2254), + [anon_sym_macro_rules_BANG] = ACTIONS(2254), + [anon_sym_LPAREN] = ACTIONS(2254), + [anon_sym_LBRACK] = ACTIONS(2254), + [anon_sym_LBRACE] = ACTIONS(2254), + [anon_sym_RBRACE] = ACTIONS(2254), + [anon_sym_STAR] = ACTIONS(2254), + [anon_sym_u8] = ACTIONS(2256), + [anon_sym_i8] = ACTIONS(2256), + [anon_sym_u16] = ACTIONS(2256), + [anon_sym_i16] = ACTIONS(2256), + [anon_sym_u32] = ACTIONS(2256), + [anon_sym_i32] = ACTIONS(2256), + [anon_sym_u64] = ACTIONS(2256), + [anon_sym_i64] = ACTIONS(2256), + [anon_sym_u128] = ACTIONS(2256), + [anon_sym_i128] = ACTIONS(2256), + [anon_sym_isize] = ACTIONS(2256), + [anon_sym_usize] = ACTIONS(2256), + [anon_sym_f32] = ACTIONS(2256), + [anon_sym_f64] = ACTIONS(2256), + [anon_sym_bool] = ACTIONS(2256), + [anon_sym_str] = ACTIONS(2256), + [anon_sym_char] = ACTIONS(2256), + [anon_sym_DASH] = ACTIONS(2254), + [anon_sym_BANG] = ACTIONS(2254), + [anon_sym_AMP] = ACTIONS(2254), + [anon_sym_PIPE] = ACTIONS(2254), + [anon_sym_LT] = ACTIONS(2254), + [anon_sym_DOT_DOT] = ACTIONS(2254), + [anon_sym_COLON_COLON] = ACTIONS(2254), + [anon_sym_POUND] = ACTIONS(2254), + [anon_sym_SQUOTE] = ACTIONS(2256), + [anon_sym_async] = ACTIONS(2256), + [anon_sym_break] = ACTIONS(2256), + [anon_sym_const] = ACTIONS(2256), + [anon_sym_continue] = ACTIONS(2256), + [anon_sym_default] = ACTIONS(2256), + [anon_sym_enum] = ACTIONS(2256), + [anon_sym_fn] = ACTIONS(2256), + [anon_sym_for] = ACTIONS(2256), + [anon_sym_gen] = ACTIONS(2256), + [anon_sym_if] = ACTIONS(2256), + [anon_sym_impl] = ACTIONS(2256), + [anon_sym_let] = ACTIONS(2256), + [anon_sym_loop] = ACTIONS(2256), + [anon_sym_match] = ACTIONS(2256), + [anon_sym_mod] = ACTIONS(2256), + [anon_sym_pub] = ACTIONS(2256), + [anon_sym_return] = ACTIONS(2256), + [anon_sym_static] = ACTIONS(2256), + [anon_sym_struct] = ACTIONS(2256), + [anon_sym_trait] = ACTIONS(2256), + [anon_sym_type] = ACTIONS(2256), + [anon_sym_union] = ACTIONS(2256), + [anon_sym_unsafe] = ACTIONS(2256), + [anon_sym_use] = ACTIONS(2256), + [anon_sym_while] = ACTIONS(2256), + [anon_sym_extern] = ACTIONS(2256), + [anon_sym_yield] = ACTIONS(2256), + [anon_sym_move] = ACTIONS(2256), + [anon_sym_try] = ACTIONS(2256), + [sym_integer_literal] = ACTIONS(2254), + [aux_sym_string_literal_token1] = ACTIONS(2254), + [sym_char_literal] = ACTIONS(2254), + [anon_sym_true] = ACTIONS(2256), + [anon_sym_false] = ACTIONS(2256), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2256), + [sym_super] = ACTIONS(2256), + [sym_crate] = ACTIONS(2256), + [sym_metavariable] = ACTIONS(2254), + [sym__raw_string_literal_start] = ACTIONS(2254), + [sym_float_literal] = ACTIONS(2254), }, [STATE(578)] = { [sym_line_comment] = STATE(578), [sym_block_comment] = STATE(578), - [ts_builtin_sym_end] = ACTIONS(2115), - [sym_identifier] = ACTIONS(2117), - [anon_sym_SEMI] = ACTIONS(2115), - [anon_sym_macro_rules_BANG] = ACTIONS(2115), - [anon_sym_LPAREN] = ACTIONS(2115), - [anon_sym_LBRACK] = ACTIONS(2115), - [anon_sym_LBRACE] = ACTIONS(2115), - [anon_sym_RBRACE] = ACTIONS(2115), - [anon_sym_STAR] = ACTIONS(2115), - [anon_sym_u8] = ACTIONS(2117), - [anon_sym_i8] = ACTIONS(2117), - [anon_sym_u16] = ACTIONS(2117), - [anon_sym_i16] = ACTIONS(2117), - [anon_sym_u32] = ACTIONS(2117), - [anon_sym_i32] = ACTIONS(2117), - [anon_sym_u64] = ACTIONS(2117), - [anon_sym_i64] = ACTIONS(2117), - [anon_sym_u128] = ACTIONS(2117), - [anon_sym_i128] = ACTIONS(2117), - [anon_sym_isize] = ACTIONS(2117), - [anon_sym_usize] = ACTIONS(2117), - [anon_sym_f32] = ACTIONS(2117), - [anon_sym_f64] = ACTIONS(2117), - [anon_sym_bool] = ACTIONS(2117), - [anon_sym_str] = ACTIONS(2117), - [anon_sym_char] = ACTIONS(2117), - [anon_sym_DASH] = ACTIONS(2115), - [anon_sym_BANG] = ACTIONS(2115), - [anon_sym_AMP] = ACTIONS(2115), - [anon_sym_PIPE] = ACTIONS(2115), - [anon_sym_LT] = ACTIONS(2115), - [anon_sym_DOT_DOT] = ACTIONS(2115), - [anon_sym_COLON_COLON] = ACTIONS(2115), - [anon_sym_POUND] = ACTIONS(2115), - [anon_sym_SQUOTE] = ACTIONS(2117), - [anon_sym_async] = ACTIONS(2117), - [anon_sym_break] = ACTIONS(2117), - [anon_sym_const] = ACTIONS(2117), - [anon_sym_continue] = ACTIONS(2117), - [anon_sym_default] = ACTIONS(2117), - [anon_sym_enum] = ACTIONS(2117), - [anon_sym_fn] = ACTIONS(2117), - [anon_sym_for] = ACTIONS(2117), - [anon_sym_gen] = ACTIONS(2117), - [anon_sym_if] = ACTIONS(2117), - [anon_sym_impl] = ACTIONS(2117), - [anon_sym_let] = ACTIONS(2117), - [anon_sym_loop] = ACTIONS(2117), - [anon_sym_match] = ACTIONS(2117), - [anon_sym_mod] = ACTIONS(2117), - [anon_sym_pub] = ACTIONS(2117), - [anon_sym_return] = ACTIONS(2117), - [anon_sym_static] = ACTIONS(2117), - [anon_sym_struct] = ACTIONS(2117), - [anon_sym_trait] = ACTIONS(2117), - [anon_sym_type] = ACTIONS(2117), - [anon_sym_union] = ACTIONS(2117), - [anon_sym_unsafe] = ACTIONS(2117), - [anon_sym_use] = ACTIONS(2117), - [anon_sym_while] = ACTIONS(2117), - [anon_sym_extern] = ACTIONS(2117), - [anon_sym_yield] = ACTIONS(2117), - [anon_sym_move] = ACTIONS(2117), - [anon_sym_try] = ACTIONS(2117), - [sym_integer_literal] = ACTIONS(2115), - [aux_sym_string_literal_token1] = ACTIONS(2115), - [sym_char_literal] = ACTIONS(2115), - [anon_sym_true] = ACTIONS(2117), - [anon_sym_false] = ACTIONS(2117), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2117), - [sym_super] = ACTIONS(2117), - [sym_crate] = ACTIONS(2117), - [sym_metavariable] = ACTIONS(2115), - [sym__raw_string_literal_start] = ACTIONS(2115), - [sym_float_literal] = ACTIONS(2115), + [ts_builtin_sym_end] = ACTIONS(2258), + [sym_identifier] = ACTIONS(2260), + [anon_sym_SEMI] = ACTIONS(2258), + [anon_sym_macro_rules_BANG] = ACTIONS(2258), + [anon_sym_LPAREN] = ACTIONS(2258), + [anon_sym_LBRACK] = ACTIONS(2258), + [anon_sym_LBRACE] = ACTIONS(2258), + [anon_sym_RBRACE] = ACTIONS(2258), + [anon_sym_STAR] = ACTIONS(2258), + [anon_sym_u8] = ACTIONS(2260), + [anon_sym_i8] = ACTIONS(2260), + [anon_sym_u16] = ACTIONS(2260), + [anon_sym_i16] = ACTIONS(2260), + [anon_sym_u32] = ACTIONS(2260), + [anon_sym_i32] = ACTIONS(2260), + [anon_sym_u64] = ACTIONS(2260), + [anon_sym_i64] = ACTIONS(2260), + [anon_sym_u128] = ACTIONS(2260), + [anon_sym_i128] = ACTIONS(2260), + [anon_sym_isize] = ACTIONS(2260), + [anon_sym_usize] = ACTIONS(2260), + [anon_sym_f32] = ACTIONS(2260), + [anon_sym_f64] = ACTIONS(2260), + [anon_sym_bool] = ACTIONS(2260), + [anon_sym_str] = ACTIONS(2260), + [anon_sym_char] = ACTIONS(2260), + [anon_sym_DASH] = ACTIONS(2258), + [anon_sym_BANG] = ACTIONS(2258), + [anon_sym_AMP] = ACTIONS(2258), + [anon_sym_PIPE] = ACTIONS(2258), + [anon_sym_LT] = ACTIONS(2258), + [anon_sym_DOT_DOT] = ACTIONS(2258), + [anon_sym_COLON_COLON] = ACTIONS(2258), + [anon_sym_POUND] = ACTIONS(2258), + [anon_sym_SQUOTE] = ACTIONS(2260), + [anon_sym_async] = ACTIONS(2260), + [anon_sym_break] = ACTIONS(2260), + [anon_sym_const] = ACTIONS(2260), + [anon_sym_continue] = ACTIONS(2260), + [anon_sym_default] = ACTIONS(2260), + [anon_sym_enum] = ACTIONS(2260), + [anon_sym_fn] = ACTIONS(2260), + [anon_sym_for] = ACTIONS(2260), + [anon_sym_gen] = ACTIONS(2260), + [anon_sym_if] = ACTIONS(2260), + [anon_sym_impl] = ACTIONS(2260), + [anon_sym_let] = ACTIONS(2260), + [anon_sym_loop] = ACTIONS(2260), + [anon_sym_match] = ACTIONS(2260), + [anon_sym_mod] = ACTIONS(2260), + [anon_sym_pub] = ACTIONS(2260), + [anon_sym_return] = ACTIONS(2260), + [anon_sym_static] = ACTIONS(2260), + [anon_sym_struct] = ACTIONS(2260), + [anon_sym_trait] = ACTIONS(2260), + [anon_sym_type] = ACTIONS(2260), + [anon_sym_union] = ACTIONS(2260), + [anon_sym_unsafe] = ACTIONS(2260), + [anon_sym_use] = ACTIONS(2260), + [anon_sym_while] = ACTIONS(2260), + [anon_sym_extern] = ACTIONS(2260), + [anon_sym_yield] = ACTIONS(2260), + [anon_sym_move] = ACTIONS(2260), + [anon_sym_try] = ACTIONS(2260), + [sym_integer_literal] = ACTIONS(2258), + [aux_sym_string_literal_token1] = ACTIONS(2258), + [sym_char_literal] = ACTIONS(2258), + [anon_sym_true] = ACTIONS(2260), + [anon_sym_false] = ACTIONS(2260), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2260), + [sym_super] = ACTIONS(2260), + [sym_crate] = ACTIONS(2260), + [sym_metavariable] = ACTIONS(2258), + [sym__raw_string_literal_start] = ACTIONS(2258), + [sym_float_literal] = ACTIONS(2258), }, [STATE(579)] = { [sym_line_comment] = STATE(579), [sym_block_comment] = STATE(579), - [ts_builtin_sym_end] = ACTIONS(2119), - [sym_identifier] = ACTIONS(2121), - [anon_sym_SEMI] = ACTIONS(2119), - [anon_sym_macro_rules_BANG] = ACTIONS(2119), - [anon_sym_LPAREN] = ACTIONS(2119), - [anon_sym_LBRACK] = ACTIONS(2119), - [anon_sym_LBRACE] = ACTIONS(2119), - [anon_sym_RBRACE] = ACTIONS(2119), - [anon_sym_STAR] = ACTIONS(2119), - [anon_sym_u8] = ACTIONS(2121), - [anon_sym_i8] = ACTIONS(2121), - [anon_sym_u16] = ACTIONS(2121), - [anon_sym_i16] = ACTIONS(2121), - [anon_sym_u32] = ACTIONS(2121), - [anon_sym_i32] = ACTIONS(2121), - [anon_sym_u64] = ACTIONS(2121), - [anon_sym_i64] = ACTIONS(2121), - [anon_sym_u128] = ACTIONS(2121), - [anon_sym_i128] = ACTIONS(2121), - [anon_sym_isize] = ACTIONS(2121), - [anon_sym_usize] = ACTIONS(2121), - [anon_sym_f32] = ACTIONS(2121), - [anon_sym_f64] = ACTIONS(2121), - [anon_sym_bool] = ACTIONS(2121), - [anon_sym_str] = ACTIONS(2121), - [anon_sym_char] = ACTIONS(2121), - [anon_sym_DASH] = ACTIONS(2119), - [anon_sym_BANG] = ACTIONS(2119), - [anon_sym_AMP] = ACTIONS(2119), - [anon_sym_PIPE] = ACTIONS(2119), - [anon_sym_LT] = ACTIONS(2119), - [anon_sym_DOT_DOT] = ACTIONS(2119), - [anon_sym_COLON_COLON] = ACTIONS(2119), - [anon_sym_POUND] = ACTIONS(2119), - [anon_sym_SQUOTE] = ACTIONS(2121), - [anon_sym_async] = ACTIONS(2121), - [anon_sym_break] = ACTIONS(2121), - [anon_sym_const] = ACTIONS(2121), - [anon_sym_continue] = ACTIONS(2121), - [anon_sym_default] = ACTIONS(2121), - [anon_sym_enum] = ACTIONS(2121), - [anon_sym_fn] = ACTIONS(2121), - [anon_sym_for] = ACTIONS(2121), - [anon_sym_gen] = ACTIONS(2121), - [anon_sym_if] = ACTIONS(2121), - [anon_sym_impl] = ACTIONS(2121), - [anon_sym_let] = ACTIONS(2121), - [anon_sym_loop] = ACTIONS(2121), - [anon_sym_match] = ACTIONS(2121), - [anon_sym_mod] = ACTIONS(2121), - [anon_sym_pub] = ACTIONS(2121), - [anon_sym_return] = ACTIONS(2121), - [anon_sym_static] = ACTIONS(2121), - [anon_sym_struct] = ACTIONS(2121), - [anon_sym_trait] = ACTIONS(2121), - [anon_sym_type] = ACTIONS(2121), - [anon_sym_union] = ACTIONS(2121), - [anon_sym_unsafe] = ACTIONS(2121), - [anon_sym_use] = ACTIONS(2121), - [anon_sym_while] = ACTIONS(2121), - [anon_sym_extern] = ACTIONS(2121), - [anon_sym_yield] = ACTIONS(2121), - [anon_sym_move] = ACTIONS(2121), - [anon_sym_try] = ACTIONS(2121), - [sym_integer_literal] = ACTIONS(2119), - [aux_sym_string_literal_token1] = ACTIONS(2119), - [sym_char_literal] = ACTIONS(2119), - [anon_sym_true] = ACTIONS(2121), - [anon_sym_false] = ACTIONS(2121), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2121), - [sym_super] = ACTIONS(2121), - [sym_crate] = ACTIONS(2121), - [sym_metavariable] = ACTIONS(2119), - [sym__raw_string_literal_start] = ACTIONS(2119), - [sym_float_literal] = ACTIONS(2119), + [ts_builtin_sym_end] = ACTIONS(2262), + [sym_identifier] = ACTIONS(2264), + [anon_sym_SEMI] = ACTIONS(2262), + [anon_sym_macro_rules_BANG] = ACTIONS(2262), + [anon_sym_LPAREN] = ACTIONS(2262), + [anon_sym_LBRACK] = ACTIONS(2262), + [anon_sym_LBRACE] = ACTIONS(2262), + [anon_sym_RBRACE] = ACTIONS(2262), + [anon_sym_STAR] = ACTIONS(2262), + [anon_sym_u8] = ACTIONS(2264), + [anon_sym_i8] = ACTIONS(2264), + [anon_sym_u16] = ACTIONS(2264), + [anon_sym_i16] = ACTIONS(2264), + [anon_sym_u32] = ACTIONS(2264), + [anon_sym_i32] = ACTIONS(2264), + [anon_sym_u64] = ACTIONS(2264), + [anon_sym_i64] = ACTIONS(2264), + [anon_sym_u128] = ACTIONS(2264), + [anon_sym_i128] = ACTIONS(2264), + [anon_sym_isize] = ACTIONS(2264), + [anon_sym_usize] = ACTIONS(2264), + [anon_sym_f32] = ACTIONS(2264), + [anon_sym_f64] = ACTIONS(2264), + [anon_sym_bool] = ACTIONS(2264), + [anon_sym_str] = ACTIONS(2264), + [anon_sym_char] = ACTIONS(2264), + [anon_sym_DASH] = ACTIONS(2262), + [anon_sym_BANG] = ACTIONS(2262), + [anon_sym_AMP] = ACTIONS(2262), + [anon_sym_PIPE] = ACTIONS(2262), + [anon_sym_LT] = ACTIONS(2262), + [anon_sym_DOT_DOT] = ACTIONS(2262), + [anon_sym_COLON_COLON] = ACTIONS(2262), + [anon_sym_POUND] = ACTIONS(2262), + [anon_sym_SQUOTE] = ACTIONS(2264), + [anon_sym_async] = ACTIONS(2264), + [anon_sym_break] = ACTIONS(2264), + [anon_sym_const] = ACTIONS(2264), + [anon_sym_continue] = ACTIONS(2264), + [anon_sym_default] = ACTIONS(2264), + [anon_sym_enum] = ACTIONS(2264), + [anon_sym_fn] = ACTIONS(2264), + [anon_sym_for] = ACTIONS(2264), + [anon_sym_gen] = ACTIONS(2264), + [anon_sym_if] = ACTIONS(2264), + [anon_sym_impl] = ACTIONS(2264), + [anon_sym_let] = ACTIONS(2264), + [anon_sym_loop] = ACTIONS(2264), + [anon_sym_match] = ACTIONS(2264), + [anon_sym_mod] = ACTIONS(2264), + [anon_sym_pub] = ACTIONS(2264), + [anon_sym_return] = ACTIONS(2264), + [anon_sym_static] = ACTIONS(2264), + [anon_sym_struct] = ACTIONS(2264), + [anon_sym_trait] = ACTIONS(2264), + [anon_sym_type] = ACTIONS(2264), + [anon_sym_union] = ACTIONS(2264), + [anon_sym_unsafe] = ACTIONS(2264), + [anon_sym_use] = ACTIONS(2264), + [anon_sym_while] = ACTIONS(2264), + [anon_sym_extern] = ACTIONS(2264), + [anon_sym_yield] = ACTIONS(2264), + [anon_sym_move] = ACTIONS(2264), + [anon_sym_try] = ACTIONS(2264), + [sym_integer_literal] = ACTIONS(2262), + [aux_sym_string_literal_token1] = ACTIONS(2262), + [sym_char_literal] = ACTIONS(2262), + [anon_sym_true] = ACTIONS(2264), + [anon_sym_false] = ACTIONS(2264), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2264), + [sym_super] = ACTIONS(2264), + [sym_crate] = ACTIONS(2264), + [sym_metavariable] = ACTIONS(2262), + [sym__raw_string_literal_start] = ACTIONS(2262), + [sym_float_literal] = ACTIONS(2262), }, [STATE(580)] = { [sym_line_comment] = STATE(580), [sym_block_comment] = STATE(580), - [ts_builtin_sym_end] = ACTIONS(2123), - [sym_identifier] = ACTIONS(2125), - [anon_sym_SEMI] = ACTIONS(2123), - [anon_sym_macro_rules_BANG] = ACTIONS(2123), - [anon_sym_LPAREN] = ACTIONS(2123), - [anon_sym_LBRACK] = ACTIONS(2123), - [anon_sym_LBRACE] = ACTIONS(2123), - [anon_sym_RBRACE] = ACTIONS(2123), - [anon_sym_STAR] = ACTIONS(2123), - [anon_sym_u8] = ACTIONS(2125), - [anon_sym_i8] = ACTIONS(2125), - [anon_sym_u16] = ACTIONS(2125), - [anon_sym_i16] = ACTIONS(2125), - [anon_sym_u32] = ACTIONS(2125), - [anon_sym_i32] = ACTIONS(2125), - [anon_sym_u64] = ACTIONS(2125), - [anon_sym_i64] = ACTIONS(2125), - [anon_sym_u128] = ACTIONS(2125), - [anon_sym_i128] = ACTIONS(2125), - [anon_sym_isize] = ACTIONS(2125), - [anon_sym_usize] = ACTIONS(2125), - [anon_sym_f32] = ACTIONS(2125), - [anon_sym_f64] = ACTIONS(2125), - [anon_sym_bool] = ACTIONS(2125), - [anon_sym_str] = ACTIONS(2125), - [anon_sym_char] = ACTIONS(2125), - [anon_sym_DASH] = ACTIONS(2123), - [anon_sym_BANG] = ACTIONS(2123), - [anon_sym_AMP] = ACTIONS(2123), - [anon_sym_PIPE] = ACTIONS(2123), - [anon_sym_LT] = ACTIONS(2123), - [anon_sym_DOT_DOT] = ACTIONS(2123), - [anon_sym_COLON_COLON] = ACTIONS(2123), - [anon_sym_POUND] = ACTIONS(2123), - [anon_sym_SQUOTE] = ACTIONS(2125), - [anon_sym_async] = ACTIONS(2125), - [anon_sym_break] = ACTIONS(2125), - [anon_sym_const] = ACTIONS(2125), - [anon_sym_continue] = ACTIONS(2125), - [anon_sym_default] = ACTIONS(2125), - [anon_sym_enum] = ACTIONS(2125), - [anon_sym_fn] = ACTIONS(2125), - [anon_sym_for] = ACTIONS(2125), - [anon_sym_gen] = ACTIONS(2125), - [anon_sym_if] = ACTIONS(2125), - [anon_sym_impl] = ACTIONS(2125), - [anon_sym_let] = ACTIONS(2125), - [anon_sym_loop] = ACTIONS(2125), - [anon_sym_match] = ACTIONS(2125), - [anon_sym_mod] = ACTIONS(2125), - [anon_sym_pub] = ACTIONS(2125), - [anon_sym_return] = ACTIONS(2125), - [anon_sym_static] = ACTIONS(2125), - [anon_sym_struct] = ACTIONS(2125), - [anon_sym_trait] = ACTIONS(2125), - [anon_sym_type] = ACTIONS(2125), - [anon_sym_union] = ACTIONS(2125), - [anon_sym_unsafe] = ACTIONS(2125), - [anon_sym_use] = ACTIONS(2125), - [anon_sym_while] = ACTIONS(2125), - [anon_sym_extern] = ACTIONS(2125), - [anon_sym_yield] = ACTIONS(2125), - [anon_sym_move] = ACTIONS(2125), - [anon_sym_try] = ACTIONS(2125), - [sym_integer_literal] = ACTIONS(2123), - [aux_sym_string_literal_token1] = ACTIONS(2123), - [sym_char_literal] = ACTIONS(2123), - [anon_sym_true] = ACTIONS(2125), - [anon_sym_false] = ACTIONS(2125), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2125), - [sym_super] = ACTIONS(2125), - [sym_crate] = ACTIONS(2125), - [sym_metavariable] = ACTIONS(2123), - [sym__raw_string_literal_start] = ACTIONS(2123), - [sym_float_literal] = ACTIONS(2123), + [ts_builtin_sym_end] = ACTIONS(2266), + [sym_identifier] = ACTIONS(2268), + [anon_sym_SEMI] = ACTIONS(2266), + [anon_sym_macro_rules_BANG] = ACTIONS(2266), + [anon_sym_LPAREN] = ACTIONS(2266), + [anon_sym_LBRACK] = ACTIONS(2266), + [anon_sym_LBRACE] = ACTIONS(2266), + [anon_sym_RBRACE] = ACTIONS(2266), + [anon_sym_STAR] = ACTIONS(2266), + [anon_sym_u8] = ACTIONS(2268), + [anon_sym_i8] = ACTIONS(2268), + [anon_sym_u16] = ACTIONS(2268), + [anon_sym_i16] = ACTIONS(2268), + [anon_sym_u32] = ACTIONS(2268), + [anon_sym_i32] = ACTIONS(2268), + [anon_sym_u64] = ACTIONS(2268), + [anon_sym_i64] = ACTIONS(2268), + [anon_sym_u128] = ACTIONS(2268), + [anon_sym_i128] = ACTIONS(2268), + [anon_sym_isize] = ACTIONS(2268), + [anon_sym_usize] = ACTIONS(2268), + [anon_sym_f32] = ACTIONS(2268), + [anon_sym_f64] = ACTIONS(2268), + [anon_sym_bool] = ACTIONS(2268), + [anon_sym_str] = ACTIONS(2268), + [anon_sym_char] = ACTIONS(2268), + [anon_sym_DASH] = ACTIONS(2266), + [anon_sym_BANG] = ACTIONS(2266), + [anon_sym_AMP] = ACTIONS(2266), + [anon_sym_PIPE] = ACTIONS(2266), + [anon_sym_LT] = ACTIONS(2266), + [anon_sym_DOT_DOT] = ACTIONS(2266), + [anon_sym_COLON_COLON] = ACTIONS(2266), + [anon_sym_POUND] = ACTIONS(2266), + [anon_sym_SQUOTE] = ACTIONS(2268), + [anon_sym_async] = ACTIONS(2268), + [anon_sym_break] = ACTIONS(2268), + [anon_sym_const] = ACTIONS(2268), + [anon_sym_continue] = ACTIONS(2268), + [anon_sym_default] = ACTIONS(2268), + [anon_sym_enum] = ACTIONS(2268), + [anon_sym_fn] = ACTIONS(2268), + [anon_sym_for] = ACTIONS(2268), + [anon_sym_gen] = ACTIONS(2268), + [anon_sym_if] = ACTIONS(2268), + [anon_sym_impl] = ACTIONS(2268), + [anon_sym_let] = ACTIONS(2268), + [anon_sym_loop] = ACTIONS(2268), + [anon_sym_match] = ACTIONS(2268), + [anon_sym_mod] = ACTIONS(2268), + [anon_sym_pub] = ACTIONS(2268), + [anon_sym_return] = ACTIONS(2268), + [anon_sym_static] = ACTIONS(2268), + [anon_sym_struct] = ACTIONS(2268), + [anon_sym_trait] = ACTIONS(2268), + [anon_sym_type] = ACTIONS(2268), + [anon_sym_union] = ACTIONS(2268), + [anon_sym_unsafe] = ACTIONS(2268), + [anon_sym_use] = ACTIONS(2268), + [anon_sym_while] = ACTIONS(2268), + [anon_sym_extern] = ACTIONS(2268), + [anon_sym_yield] = ACTIONS(2268), + [anon_sym_move] = ACTIONS(2268), + [anon_sym_try] = ACTIONS(2268), + [sym_integer_literal] = ACTIONS(2266), + [aux_sym_string_literal_token1] = ACTIONS(2266), + [sym_char_literal] = ACTIONS(2266), + [anon_sym_true] = ACTIONS(2268), + [anon_sym_false] = ACTIONS(2268), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2268), + [sym_super] = ACTIONS(2268), + [sym_crate] = ACTIONS(2268), + [sym_metavariable] = ACTIONS(2266), + [sym__raw_string_literal_start] = ACTIONS(2266), + [sym_float_literal] = ACTIONS(2266), }, [STATE(581)] = { [sym_line_comment] = STATE(581), [sym_block_comment] = STATE(581), - [ts_builtin_sym_end] = ACTIONS(2127), - [sym_identifier] = ACTIONS(2129), - [anon_sym_SEMI] = ACTIONS(2127), - [anon_sym_macro_rules_BANG] = ACTIONS(2127), - [anon_sym_LPAREN] = ACTIONS(2127), - [anon_sym_LBRACK] = ACTIONS(2127), - [anon_sym_LBRACE] = ACTIONS(2127), - [anon_sym_RBRACE] = ACTIONS(2127), - [anon_sym_STAR] = ACTIONS(2127), - [anon_sym_u8] = ACTIONS(2129), - [anon_sym_i8] = ACTIONS(2129), - [anon_sym_u16] = ACTIONS(2129), - [anon_sym_i16] = ACTIONS(2129), - [anon_sym_u32] = ACTIONS(2129), - [anon_sym_i32] = ACTIONS(2129), - [anon_sym_u64] = ACTIONS(2129), - [anon_sym_i64] = ACTIONS(2129), - [anon_sym_u128] = ACTIONS(2129), - [anon_sym_i128] = ACTIONS(2129), - [anon_sym_isize] = ACTIONS(2129), - [anon_sym_usize] = ACTIONS(2129), - [anon_sym_f32] = ACTIONS(2129), - [anon_sym_f64] = ACTIONS(2129), - [anon_sym_bool] = ACTIONS(2129), - [anon_sym_str] = ACTIONS(2129), - [anon_sym_char] = ACTIONS(2129), - [anon_sym_DASH] = ACTIONS(2127), - [anon_sym_BANG] = ACTIONS(2127), - [anon_sym_AMP] = ACTIONS(2127), - [anon_sym_PIPE] = ACTIONS(2127), - [anon_sym_LT] = ACTIONS(2127), - [anon_sym_DOT_DOT] = ACTIONS(2127), - [anon_sym_COLON_COLON] = ACTIONS(2127), - [anon_sym_POUND] = ACTIONS(2127), - [anon_sym_SQUOTE] = ACTIONS(2129), - [anon_sym_async] = ACTIONS(2129), - [anon_sym_break] = ACTIONS(2129), - [anon_sym_const] = ACTIONS(2129), - [anon_sym_continue] = ACTIONS(2129), - [anon_sym_default] = ACTIONS(2129), - [anon_sym_enum] = ACTIONS(2129), - [anon_sym_fn] = ACTIONS(2129), - [anon_sym_for] = ACTIONS(2129), - [anon_sym_gen] = ACTIONS(2129), - [anon_sym_if] = ACTIONS(2129), - [anon_sym_impl] = ACTIONS(2129), - [anon_sym_let] = ACTIONS(2129), - [anon_sym_loop] = ACTIONS(2129), - [anon_sym_match] = ACTIONS(2129), - [anon_sym_mod] = ACTIONS(2129), - [anon_sym_pub] = ACTIONS(2129), - [anon_sym_return] = ACTIONS(2129), - [anon_sym_static] = ACTIONS(2129), - [anon_sym_struct] = ACTIONS(2129), - [anon_sym_trait] = ACTIONS(2129), - [anon_sym_type] = ACTIONS(2129), - [anon_sym_union] = ACTIONS(2129), - [anon_sym_unsafe] = ACTIONS(2129), - [anon_sym_use] = ACTIONS(2129), - [anon_sym_while] = ACTIONS(2129), - [anon_sym_extern] = ACTIONS(2129), - [anon_sym_yield] = ACTIONS(2129), - [anon_sym_move] = ACTIONS(2129), - [anon_sym_try] = ACTIONS(2129), - [sym_integer_literal] = ACTIONS(2127), - [aux_sym_string_literal_token1] = ACTIONS(2127), - [sym_char_literal] = ACTIONS(2127), - [anon_sym_true] = ACTIONS(2129), - [anon_sym_false] = ACTIONS(2129), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2129), - [sym_super] = ACTIONS(2129), - [sym_crate] = ACTIONS(2129), - [sym_metavariable] = ACTIONS(2127), - [sym__raw_string_literal_start] = ACTIONS(2127), - [sym_float_literal] = ACTIONS(2127), + [ts_builtin_sym_end] = ACTIONS(2270), + [sym_identifier] = ACTIONS(2272), + [anon_sym_SEMI] = ACTIONS(2270), + [anon_sym_macro_rules_BANG] = ACTIONS(2270), + [anon_sym_LPAREN] = ACTIONS(2270), + [anon_sym_LBRACK] = ACTIONS(2270), + [anon_sym_LBRACE] = ACTIONS(2270), + [anon_sym_RBRACE] = ACTIONS(2270), + [anon_sym_STAR] = ACTIONS(2270), + [anon_sym_u8] = ACTIONS(2272), + [anon_sym_i8] = ACTIONS(2272), + [anon_sym_u16] = ACTIONS(2272), + [anon_sym_i16] = ACTIONS(2272), + [anon_sym_u32] = ACTIONS(2272), + [anon_sym_i32] = ACTIONS(2272), + [anon_sym_u64] = ACTIONS(2272), + [anon_sym_i64] = ACTIONS(2272), + [anon_sym_u128] = ACTIONS(2272), + [anon_sym_i128] = ACTIONS(2272), + [anon_sym_isize] = ACTIONS(2272), + [anon_sym_usize] = ACTIONS(2272), + [anon_sym_f32] = ACTIONS(2272), + [anon_sym_f64] = ACTIONS(2272), + [anon_sym_bool] = ACTIONS(2272), + [anon_sym_str] = ACTIONS(2272), + [anon_sym_char] = ACTIONS(2272), + [anon_sym_DASH] = ACTIONS(2270), + [anon_sym_BANG] = ACTIONS(2270), + [anon_sym_AMP] = ACTIONS(2270), + [anon_sym_PIPE] = ACTIONS(2270), + [anon_sym_LT] = ACTIONS(2270), + [anon_sym_DOT_DOT] = ACTIONS(2270), + [anon_sym_COLON_COLON] = ACTIONS(2270), + [anon_sym_POUND] = ACTIONS(2270), + [anon_sym_SQUOTE] = ACTIONS(2272), + [anon_sym_async] = ACTIONS(2272), + [anon_sym_break] = ACTIONS(2272), + [anon_sym_const] = ACTIONS(2272), + [anon_sym_continue] = ACTIONS(2272), + [anon_sym_default] = ACTIONS(2272), + [anon_sym_enum] = ACTIONS(2272), + [anon_sym_fn] = ACTIONS(2272), + [anon_sym_for] = ACTIONS(2272), + [anon_sym_gen] = ACTIONS(2272), + [anon_sym_if] = ACTIONS(2272), + [anon_sym_impl] = ACTIONS(2272), + [anon_sym_let] = ACTIONS(2272), + [anon_sym_loop] = ACTIONS(2272), + [anon_sym_match] = ACTIONS(2272), + [anon_sym_mod] = ACTIONS(2272), + [anon_sym_pub] = ACTIONS(2272), + [anon_sym_return] = ACTIONS(2272), + [anon_sym_static] = ACTIONS(2272), + [anon_sym_struct] = ACTIONS(2272), + [anon_sym_trait] = ACTIONS(2272), + [anon_sym_type] = ACTIONS(2272), + [anon_sym_union] = ACTIONS(2272), + [anon_sym_unsafe] = ACTIONS(2272), + [anon_sym_use] = ACTIONS(2272), + [anon_sym_while] = ACTIONS(2272), + [anon_sym_extern] = ACTIONS(2272), + [anon_sym_yield] = ACTIONS(2272), + [anon_sym_move] = ACTIONS(2272), + [anon_sym_try] = ACTIONS(2272), + [sym_integer_literal] = ACTIONS(2270), + [aux_sym_string_literal_token1] = ACTIONS(2270), + [sym_char_literal] = ACTIONS(2270), + [anon_sym_true] = ACTIONS(2272), + [anon_sym_false] = ACTIONS(2272), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2272), + [sym_super] = ACTIONS(2272), + [sym_crate] = ACTIONS(2272), + [sym_metavariable] = ACTIONS(2270), + [sym__raw_string_literal_start] = ACTIONS(2270), + [sym_float_literal] = ACTIONS(2270), }, [STATE(582)] = { [sym_line_comment] = STATE(582), [sym_block_comment] = STATE(582), - [ts_builtin_sym_end] = ACTIONS(2131), - [sym_identifier] = ACTIONS(2133), - [anon_sym_SEMI] = ACTIONS(2131), - [anon_sym_macro_rules_BANG] = ACTIONS(2131), - [anon_sym_LPAREN] = ACTIONS(2131), - [anon_sym_LBRACK] = ACTIONS(2131), - [anon_sym_LBRACE] = ACTIONS(2131), - [anon_sym_RBRACE] = ACTIONS(2131), - [anon_sym_STAR] = ACTIONS(2131), - [anon_sym_u8] = ACTIONS(2133), - [anon_sym_i8] = ACTIONS(2133), - [anon_sym_u16] = ACTIONS(2133), - [anon_sym_i16] = ACTIONS(2133), - [anon_sym_u32] = ACTIONS(2133), - [anon_sym_i32] = ACTIONS(2133), - [anon_sym_u64] = ACTIONS(2133), - [anon_sym_i64] = ACTIONS(2133), - [anon_sym_u128] = ACTIONS(2133), - [anon_sym_i128] = ACTIONS(2133), - [anon_sym_isize] = ACTIONS(2133), - [anon_sym_usize] = ACTIONS(2133), - [anon_sym_f32] = ACTIONS(2133), - [anon_sym_f64] = ACTIONS(2133), - [anon_sym_bool] = ACTIONS(2133), - [anon_sym_str] = ACTIONS(2133), - [anon_sym_char] = ACTIONS(2133), - [anon_sym_DASH] = ACTIONS(2131), - [anon_sym_BANG] = ACTIONS(2131), - [anon_sym_AMP] = ACTIONS(2131), - [anon_sym_PIPE] = ACTIONS(2131), - [anon_sym_LT] = ACTIONS(2131), - [anon_sym_DOT_DOT] = ACTIONS(2131), - [anon_sym_COLON_COLON] = ACTIONS(2131), - [anon_sym_POUND] = ACTIONS(2131), - [anon_sym_SQUOTE] = ACTIONS(2133), - [anon_sym_async] = ACTIONS(2133), - [anon_sym_break] = ACTIONS(2133), - [anon_sym_const] = ACTIONS(2133), - [anon_sym_continue] = ACTIONS(2133), - [anon_sym_default] = ACTIONS(2133), - [anon_sym_enum] = ACTIONS(2133), - [anon_sym_fn] = ACTIONS(2133), - [anon_sym_for] = ACTIONS(2133), - [anon_sym_gen] = ACTIONS(2133), - [anon_sym_if] = ACTIONS(2133), - [anon_sym_impl] = ACTIONS(2133), - [anon_sym_let] = ACTIONS(2133), - [anon_sym_loop] = ACTIONS(2133), - [anon_sym_match] = ACTIONS(2133), - [anon_sym_mod] = ACTIONS(2133), - [anon_sym_pub] = ACTIONS(2133), - [anon_sym_return] = ACTIONS(2133), - [anon_sym_static] = ACTIONS(2133), - [anon_sym_struct] = ACTIONS(2133), - [anon_sym_trait] = ACTIONS(2133), - [anon_sym_type] = ACTIONS(2133), - [anon_sym_union] = ACTIONS(2133), - [anon_sym_unsafe] = ACTIONS(2133), - [anon_sym_use] = ACTIONS(2133), - [anon_sym_while] = ACTIONS(2133), - [anon_sym_extern] = ACTIONS(2133), - [anon_sym_yield] = ACTIONS(2133), - [anon_sym_move] = ACTIONS(2133), - [anon_sym_try] = ACTIONS(2133), - [sym_integer_literal] = ACTIONS(2131), - [aux_sym_string_literal_token1] = ACTIONS(2131), - [sym_char_literal] = ACTIONS(2131), - [anon_sym_true] = ACTIONS(2133), - [anon_sym_false] = ACTIONS(2133), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2133), - [sym_super] = ACTIONS(2133), - [sym_crate] = ACTIONS(2133), - [sym_metavariable] = ACTIONS(2131), - [sym__raw_string_literal_start] = ACTIONS(2131), - [sym_float_literal] = ACTIONS(2131), + [ts_builtin_sym_end] = ACTIONS(2274), + [sym_identifier] = ACTIONS(2276), + [anon_sym_SEMI] = ACTIONS(2274), + [anon_sym_macro_rules_BANG] = ACTIONS(2274), + [anon_sym_LPAREN] = ACTIONS(2274), + [anon_sym_LBRACK] = ACTIONS(2274), + [anon_sym_LBRACE] = ACTIONS(2274), + [anon_sym_RBRACE] = ACTIONS(2274), + [anon_sym_STAR] = ACTIONS(2274), + [anon_sym_u8] = ACTIONS(2276), + [anon_sym_i8] = ACTIONS(2276), + [anon_sym_u16] = ACTIONS(2276), + [anon_sym_i16] = ACTIONS(2276), + [anon_sym_u32] = ACTIONS(2276), + [anon_sym_i32] = ACTIONS(2276), + [anon_sym_u64] = ACTIONS(2276), + [anon_sym_i64] = ACTIONS(2276), + [anon_sym_u128] = ACTIONS(2276), + [anon_sym_i128] = ACTIONS(2276), + [anon_sym_isize] = ACTIONS(2276), + [anon_sym_usize] = ACTIONS(2276), + [anon_sym_f32] = ACTIONS(2276), + [anon_sym_f64] = ACTIONS(2276), + [anon_sym_bool] = ACTIONS(2276), + [anon_sym_str] = ACTIONS(2276), + [anon_sym_char] = ACTIONS(2276), + [anon_sym_DASH] = ACTIONS(2274), + [anon_sym_BANG] = ACTIONS(2274), + [anon_sym_AMP] = ACTIONS(2274), + [anon_sym_PIPE] = ACTIONS(2274), + [anon_sym_LT] = ACTIONS(2274), + [anon_sym_DOT_DOT] = ACTIONS(2274), + [anon_sym_COLON_COLON] = ACTIONS(2274), + [anon_sym_POUND] = ACTIONS(2274), + [anon_sym_SQUOTE] = ACTIONS(2276), + [anon_sym_async] = ACTIONS(2276), + [anon_sym_break] = ACTIONS(2276), + [anon_sym_const] = ACTIONS(2276), + [anon_sym_continue] = ACTIONS(2276), + [anon_sym_default] = ACTIONS(2276), + [anon_sym_enum] = ACTIONS(2276), + [anon_sym_fn] = ACTIONS(2276), + [anon_sym_for] = ACTIONS(2276), + [anon_sym_gen] = ACTIONS(2276), + [anon_sym_if] = ACTIONS(2276), + [anon_sym_impl] = ACTIONS(2276), + [anon_sym_let] = ACTIONS(2276), + [anon_sym_loop] = ACTIONS(2276), + [anon_sym_match] = ACTIONS(2276), + [anon_sym_mod] = ACTIONS(2276), + [anon_sym_pub] = ACTIONS(2276), + [anon_sym_return] = ACTIONS(2276), + [anon_sym_static] = ACTIONS(2276), + [anon_sym_struct] = ACTIONS(2276), + [anon_sym_trait] = ACTIONS(2276), + [anon_sym_type] = ACTIONS(2276), + [anon_sym_union] = ACTIONS(2276), + [anon_sym_unsafe] = ACTIONS(2276), + [anon_sym_use] = ACTIONS(2276), + [anon_sym_while] = ACTIONS(2276), + [anon_sym_extern] = ACTIONS(2276), + [anon_sym_yield] = ACTIONS(2276), + [anon_sym_move] = ACTIONS(2276), + [anon_sym_try] = ACTIONS(2276), + [sym_integer_literal] = ACTIONS(2274), + [aux_sym_string_literal_token1] = ACTIONS(2274), + [sym_char_literal] = ACTIONS(2274), + [anon_sym_true] = ACTIONS(2276), + [anon_sym_false] = ACTIONS(2276), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2276), + [sym_super] = ACTIONS(2276), + [sym_crate] = ACTIONS(2276), + [sym_metavariable] = ACTIONS(2274), + [sym__raw_string_literal_start] = ACTIONS(2274), + [sym_float_literal] = ACTIONS(2274), }, [STATE(583)] = { [sym_line_comment] = STATE(583), [sym_block_comment] = STATE(583), - [ts_builtin_sym_end] = ACTIONS(2135), - [sym_identifier] = ACTIONS(2137), - [anon_sym_SEMI] = ACTIONS(2135), - [anon_sym_macro_rules_BANG] = ACTIONS(2135), - [anon_sym_LPAREN] = ACTIONS(2135), - [anon_sym_LBRACK] = ACTIONS(2135), - [anon_sym_LBRACE] = ACTIONS(2135), - [anon_sym_RBRACE] = ACTIONS(2135), - [anon_sym_STAR] = ACTIONS(2135), - [anon_sym_u8] = ACTIONS(2137), - [anon_sym_i8] = ACTIONS(2137), - [anon_sym_u16] = ACTIONS(2137), - [anon_sym_i16] = ACTIONS(2137), - [anon_sym_u32] = ACTIONS(2137), - [anon_sym_i32] = ACTIONS(2137), - [anon_sym_u64] = ACTIONS(2137), - [anon_sym_i64] = ACTIONS(2137), - [anon_sym_u128] = ACTIONS(2137), - [anon_sym_i128] = ACTIONS(2137), - [anon_sym_isize] = ACTIONS(2137), - [anon_sym_usize] = ACTIONS(2137), - [anon_sym_f32] = ACTIONS(2137), - [anon_sym_f64] = ACTIONS(2137), - [anon_sym_bool] = ACTIONS(2137), - [anon_sym_str] = ACTIONS(2137), - [anon_sym_char] = ACTIONS(2137), - [anon_sym_DASH] = ACTIONS(2135), - [anon_sym_BANG] = ACTIONS(2135), - [anon_sym_AMP] = ACTIONS(2135), - [anon_sym_PIPE] = ACTIONS(2135), - [anon_sym_LT] = ACTIONS(2135), - [anon_sym_DOT_DOT] = ACTIONS(2135), - [anon_sym_COLON_COLON] = ACTIONS(2135), - [anon_sym_POUND] = ACTIONS(2135), - [anon_sym_SQUOTE] = ACTIONS(2137), - [anon_sym_async] = ACTIONS(2137), - [anon_sym_break] = ACTIONS(2137), - [anon_sym_const] = ACTIONS(2137), - [anon_sym_continue] = ACTIONS(2137), - [anon_sym_default] = ACTIONS(2137), - [anon_sym_enum] = ACTIONS(2137), - [anon_sym_fn] = ACTIONS(2137), - [anon_sym_for] = ACTIONS(2137), - [anon_sym_gen] = ACTIONS(2137), - [anon_sym_if] = ACTIONS(2137), - [anon_sym_impl] = ACTIONS(2137), - [anon_sym_let] = ACTIONS(2137), - [anon_sym_loop] = ACTIONS(2137), - [anon_sym_match] = ACTIONS(2137), - [anon_sym_mod] = ACTIONS(2137), - [anon_sym_pub] = ACTIONS(2137), - [anon_sym_return] = ACTIONS(2137), - [anon_sym_static] = ACTIONS(2137), - [anon_sym_struct] = ACTIONS(2137), - [anon_sym_trait] = ACTIONS(2137), - [anon_sym_type] = ACTIONS(2137), - [anon_sym_union] = ACTIONS(2137), - [anon_sym_unsafe] = ACTIONS(2137), - [anon_sym_use] = ACTIONS(2137), - [anon_sym_while] = ACTIONS(2137), - [anon_sym_extern] = ACTIONS(2137), - [anon_sym_yield] = ACTIONS(2137), - [anon_sym_move] = ACTIONS(2137), - [anon_sym_try] = ACTIONS(2137), - [sym_integer_literal] = ACTIONS(2135), - [aux_sym_string_literal_token1] = ACTIONS(2135), - [sym_char_literal] = ACTIONS(2135), - [anon_sym_true] = ACTIONS(2137), - [anon_sym_false] = ACTIONS(2137), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2137), - [sym_super] = ACTIONS(2137), - [sym_crate] = ACTIONS(2137), - [sym_metavariable] = ACTIONS(2135), - [sym__raw_string_literal_start] = ACTIONS(2135), - [sym_float_literal] = ACTIONS(2135), + [ts_builtin_sym_end] = ACTIONS(2278), + [sym_identifier] = ACTIONS(2280), + [anon_sym_SEMI] = ACTIONS(2278), + [anon_sym_macro_rules_BANG] = ACTIONS(2278), + [anon_sym_LPAREN] = ACTIONS(2278), + [anon_sym_LBRACK] = ACTIONS(2278), + [anon_sym_LBRACE] = ACTIONS(2278), + [anon_sym_RBRACE] = ACTIONS(2278), + [anon_sym_STAR] = ACTIONS(2278), + [anon_sym_u8] = ACTIONS(2280), + [anon_sym_i8] = ACTIONS(2280), + [anon_sym_u16] = ACTIONS(2280), + [anon_sym_i16] = ACTIONS(2280), + [anon_sym_u32] = ACTIONS(2280), + [anon_sym_i32] = ACTIONS(2280), + [anon_sym_u64] = ACTIONS(2280), + [anon_sym_i64] = ACTIONS(2280), + [anon_sym_u128] = ACTIONS(2280), + [anon_sym_i128] = ACTIONS(2280), + [anon_sym_isize] = ACTIONS(2280), + [anon_sym_usize] = ACTIONS(2280), + [anon_sym_f32] = ACTIONS(2280), + [anon_sym_f64] = ACTIONS(2280), + [anon_sym_bool] = ACTIONS(2280), + [anon_sym_str] = ACTIONS(2280), + [anon_sym_char] = ACTIONS(2280), + [anon_sym_DASH] = ACTIONS(2278), + [anon_sym_BANG] = ACTIONS(2278), + [anon_sym_AMP] = ACTIONS(2278), + [anon_sym_PIPE] = ACTIONS(2278), + [anon_sym_LT] = ACTIONS(2278), + [anon_sym_DOT_DOT] = ACTIONS(2278), + [anon_sym_COLON_COLON] = ACTIONS(2278), + [anon_sym_POUND] = ACTIONS(2278), + [anon_sym_SQUOTE] = ACTIONS(2280), + [anon_sym_async] = ACTIONS(2280), + [anon_sym_break] = ACTIONS(2280), + [anon_sym_const] = ACTIONS(2280), + [anon_sym_continue] = ACTIONS(2280), + [anon_sym_default] = ACTIONS(2280), + [anon_sym_enum] = ACTIONS(2280), + [anon_sym_fn] = ACTIONS(2280), + [anon_sym_for] = ACTIONS(2280), + [anon_sym_gen] = ACTIONS(2280), + [anon_sym_if] = ACTIONS(2280), + [anon_sym_impl] = ACTIONS(2280), + [anon_sym_let] = ACTIONS(2280), + [anon_sym_loop] = ACTIONS(2280), + [anon_sym_match] = ACTIONS(2280), + [anon_sym_mod] = ACTIONS(2280), + [anon_sym_pub] = ACTIONS(2280), + [anon_sym_return] = ACTIONS(2280), + [anon_sym_static] = ACTIONS(2280), + [anon_sym_struct] = ACTIONS(2280), + [anon_sym_trait] = ACTIONS(2280), + [anon_sym_type] = ACTIONS(2280), + [anon_sym_union] = ACTIONS(2280), + [anon_sym_unsafe] = ACTIONS(2280), + [anon_sym_use] = ACTIONS(2280), + [anon_sym_while] = ACTIONS(2280), + [anon_sym_extern] = ACTIONS(2280), + [anon_sym_yield] = ACTIONS(2280), + [anon_sym_move] = ACTIONS(2280), + [anon_sym_try] = ACTIONS(2280), + [sym_integer_literal] = ACTIONS(2278), + [aux_sym_string_literal_token1] = ACTIONS(2278), + [sym_char_literal] = ACTIONS(2278), + [anon_sym_true] = ACTIONS(2280), + [anon_sym_false] = ACTIONS(2280), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2280), + [sym_super] = ACTIONS(2280), + [sym_crate] = ACTIONS(2280), + [sym_metavariable] = ACTIONS(2278), + [sym__raw_string_literal_start] = ACTIONS(2278), + [sym_float_literal] = ACTIONS(2278), }, [STATE(584)] = { [sym_line_comment] = STATE(584), [sym_block_comment] = STATE(584), - [ts_builtin_sym_end] = ACTIONS(2139), - [sym_identifier] = ACTIONS(2141), - [anon_sym_SEMI] = ACTIONS(2139), - [anon_sym_macro_rules_BANG] = ACTIONS(2139), - [anon_sym_LPAREN] = ACTIONS(2139), - [anon_sym_LBRACK] = ACTIONS(2139), - [anon_sym_LBRACE] = ACTIONS(2139), - [anon_sym_RBRACE] = ACTIONS(2139), - [anon_sym_STAR] = ACTIONS(2139), - [anon_sym_u8] = ACTIONS(2141), - [anon_sym_i8] = ACTIONS(2141), - [anon_sym_u16] = ACTIONS(2141), - [anon_sym_i16] = ACTIONS(2141), - [anon_sym_u32] = ACTIONS(2141), - [anon_sym_i32] = ACTIONS(2141), - [anon_sym_u64] = ACTIONS(2141), - [anon_sym_i64] = ACTIONS(2141), - [anon_sym_u128] = ACTIONS(2141), - [anon_sym_i128] = ACTIONS(2141), - [anon_sym_isize] = ACTIONS(2141), - [anon_sym_usize] = ACTIONS(2141), - [anon_sym_f32] = ACTIONS(2141), - [anon_sym_f64] = ACTIONS(2141), - [anon_sym_bool] = ACTIONS(2141), - [anon_sym_str] = ACTIONS(2141), - [anon_sym_char] = ACTIONS(2141), - [anon_sym_DASH] = ACTIONS(2139), - [anon_sym_BANG] = ACTIONS(2139), - [anon_sym_AMP] = ACTIONS(2139), - [anon_sym_PIPE] = ACTIONS(2139), - [anon_sym_LT] = ACTIONS(2139), - [anon_sym_DOT_DOT] = ACTIONS(2139), - [anon_sym_COLON_COLON] = ACTIONS(2139), - [anon_sym_POUND] = ACTIONS(2139), - [anon_sym_SQUOTE] = ACTIONS(2141), - [anon_sym_async] = ACTIONS(2141), - [anon_sym_break] = ACTIONS(2141), - [anon_sym_const] = ACTIONS(2141), - [anon_sym_continue] = ACTIONS(2141), - [anon_sym_default] = ACTIONS(2141), - [anon_sym_enum] = ACTIONS(2141), - [anon_sym_fn] = ACTIONS(2141), - [anon_sym_for] = ACTIONS(2141), - [anon_sym_gen] = ACTIONS(2141), - [anon_sym_if] = ACTIONS(2141), - [anon_sym_impl] = ACTIONS(2141), - [anon_sym_let] = ACTIONS(2141), - [anon_sym_loop] = ACTIONS(2141), - [anon_sym_match] = ACTIONS(2141), - [anon_sym_mod] = ACTIONS(2141), - [anon_sym_pub] = ACTIONS(2141), - [anon_sym_return] = ACTIONS(2141), - [anon_sym_static] = ACTIONS(2141), - [anon_sym_struct] = ACTIONS(2141), - [anon_sym_trait] = ACTIONS(2141), - [anon_sym_type] = ACTIONS(2141), - [anon_sym_union] = ACTIONS(2141), - [anon_sym_unsafe] = ACTIONS(2141), - [anon_sym_use] = ACTIONS(2141), - [anon_sym_while] = ACTIONS(2141), - [anon_sym_extern] = ACTIONS(2141), - [anon_sym_yield] = ACTIONS(2141), - [anon_sym_move] = ACTIONS(2141), - [anon_sym_try] = ACTIONS(2141), - [sym_integer_literal] = ACTIONS(2139), - [aux_sym_string_literal_token1] = ACTIONS(2139), - [sym_char_literal] = ACTIONS(2139), - [anon_sym_true] = ACTIONS(2141), - [anon_sym_false] = ACTIONS(2141), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2141), - [sym_super] = ACTIONS(2141), - [sym_crate] = ACTIONS(2141), - [sym_metavariable] = ACTIONS(2139), - [sym__raw_string_literal_start] = ACTIONS(2139), - [sym_float_literal] = ACTIONS(2139), + [ts_builtin_sym_end] = ACTIONS(2282), + [sym_identifier] = ACTIONS(2284), + [anon_sym_SEMI] = ACTIONS(2282), + [anon_sym_macro_rules_BANG] = ACTIONS(2282), + [anon_sym_LPAREN] = ACTIONS(2282), + [anon_sym_LBRACK] = ACTIONS(2282), + [anon_sym_LBRACE] = ACTIONS(2282), + [anon_sym_RBRACE] = ACTIONS(2282), + [anon_sym_STAR] = ACTIONS(2282), + [anon_sym_u8] = ACTIONS(2284), + [anon_sym_i8] = ACTIONS(2284), + [anon_sym_u16] = ACTIONS(2284), + [anon_sym_i16] = ACTIONS(2284), + [anon_sym_u32] = ACTIONS(2284), + [anon_sym_i32] = ACTIONS(2284), + [anon_sym_u64] = ACTIONS(2284), + [anon_sym_i64] = ACTIONS(2284), + [anon_sym_u128] = ACTIONS(2284), + [anon_sym_i128] = ACTIONS(2284), + [anon_sym_isize] = ACTIONS(2284), + [anon_sym_usize] = ACTIONS(2284), + [anon_sym_f32] = ACTIONS(2284), + [anon_sym_f64] = ACTIONS(2284), + [anon_sym_bool] = ACTIONS(2284), + [anon_sym_str] = ACTIONS(2284), + [anon_sym_char] = ACTIONS(2284), + [anon_sym_DASH] = ACTIONS(2282), + [anon_sym_BANG] = ACTIONS(2282), + [anon_sym_AMP] = ACTIONS(2282), + [anon_sym_PIPE] = ACTIONS(2282), + [anon_sym_LT] = ACTIONS(2282), + [anon_sym_DOT_DOT] = ACTIONS(2282), + [anon_sym_COLON_COLON] = ACTIONS(2282), + [anon_sym_POUND] = ACTIONS(2282), + [anon_sym_SQUOTE] = ACTIONS(2284), + [anon_sym_async] = ACTIONS(2284), + [anon_sym_break] = ACTIONS(2284), + [anon_sym_const] = ACTIONS(2284), + [anon_sym_continue] = ACTIONS(2284), + [anon_sym_default] = ACTIONS(2284), + [anon_sym_enum] = ACTIONS(2284), + [anon_sym_fn] = ACTIONS(2284), + [anon_sym_for] = ACTIONS(2284), + [anon_sym_gen] = ACTIONS(2284), + [anon_sym_if] = ACTIONS(2284), + [anon_sym_impl] = ACTIONS(2284), + [anon_sym_let] = ACTIONS(2284), + [anon_sym_loop] = ACTIONS(2284), + [anon_sym_match] = ACTIONS(2284), + [anon_sym_mod] = ACTIONS(2284), + [anon_sym_pub] = ACTIONS(2284), + [anon_sym_return] = ACTIONS(2284), + [anon_sym_static] = ACTIONS(2284), + [anon_sym_struct] = ACTIONS(2284), + [anon_sym_trait] = ACTIONS(2284), + [anon_sym_type] = ACTIONS(2284), + [anon_sym_union] = ACTIONS(2284), + [anon_sym_unsafe] = ACTIONS(2284), + [anon_sym_use] = ACTIONS(2284), + [anon_sym_while] = ACTIONS(2284), + [anon_sym_extern] = ACTIONS(2284), + [anon_sym_yield] = ACTIONS(2284), + [anon_sym_move] = ACTIONS(2284), + [anon_sym_try] = ACTIONS(2284), + [sym_integer_literal] = ACTIONS(2282), + [aux_sym_string_literal_token1] = ACTIONS(2282), + [sym_char_literal] = ACTIONS(2282), + [anon_sym_true] = ACTIONS(2284), + [anon_sym_false] = ACTIONS(2284), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2284), + [sym_super] = ACTIONS(2284), + [sym_crate] = ACTIONS(2284), + [sym_metavariable] = ACTIONS(2282), + [sym__raw_string_literal_start] = ACTIONS(2282), + [sym_float_literal] = ACTIONS(2282), }, [STATE(585)] = { [sym_line_comment] = STATE(585), [sym_block_comment] = STATE(585), - [ts_builtin_sym_end] = ACTIONS(2143), - [sym_identifier] = ACTIONS(2145), - [anon_sym_SEMI] = ACTIONS(2143), - [anon_sym_macro_rules_BANG] = ACTIONS(2143), - [anon_sym_LPAREN] = ACTIONS(2143), - [anon_sym_LBRACK] = ACTIONS(2143), - [anon_sym_LBRACE] = ACTIONS(2143), - [anon_sym_RBRACE] = ACTIONS(2143), - [anon_sym_STAR] = ACTIONS(2143), - [anon_sym_u8] = ACTIONS(2145), - [anon_sym_i8] = ACTIONS(2145), - [anon_sym_u16] = ACTIONS(2145), - [anon_sym_i16] = ACTIONS(2145), - [anon_sym_u32] = ACTIONS(2145), - [anon_sym_i32] = ACTIONS(2145), - [anon_sym_u64] = ACTIONS(2145), - [anon_sym_i64] = ACTIONS(2145), - [anon_sym_u128] = ACTIONS(2145), - [anon_sym_i128] = ACTIONS(2145), - [anon_sym_isize] = ACTIONS(2145), - [anon_sym_usize] = ACTIONS(2145), - [anon_sym_f32] = ACTIONS(2145), - [anon_sym_f64] = ACTIONS(2145), - [anon_sym_bool] = ACTIONS(2145), - [anon_sym_str] = ACTIONS(2145), - [anon_sym_char] = ACTIONS(2145), - [anon_sym_DASH] = ACTIONS(2143), - [anon_sym_BANG] = ACTIONS(2143), - [anon_sym_AMP] = ACTIONS(2143), - [anon_sym_PIPE] = ACTIONS(2143), - [anon_sym_LT] = ACTIONS(2143), - [anon_sym_DOT_DOT] = ACTIONS(2143), - [anon_sym_COLON_COLON] = ACTIONS(2143), - [anon_sym_POUND] = ACTIONS(2143), - [anon_sym_SQUOTE] = ACTIONS(2145), - [anon_sym_async] = ACTIONS(2145), - [anon_sym_break] = ACTIONS(2145), - [anon_sym_const] = ACTIONS(2145), - [anon_sym_continue] = ACTIONS(2145), - [anon_sym_default] = ACTIONS(2145), - [anon_sym_enum] = ACTIONS(2145), - [anon_sym_fn] = ACTIONS(2145), - [anon_sym_for] = ACTIONS(2145), - [anon_sym_gen] = ACTIONS(2145), - [anon_sym_if] = ACTIONS(2145), - [anon_sym_impl] = ACTIONS(2145), - [anon_sym_let] = ACTIONS(2145), - [anon_sym_loop] = ACTIONS(2145), - [anon_sym_match] = ACTIONS(2145), - [anon_sym_mod] = ACTIONS(2145), - [anon_sym_pub] = ACTIONS(2145), - [anon_sym_return] = ACTIONS(2145), - [anon_sym_static] = ACTIONS(2145), - [anon_sym_struct] = ACTIONS(2145), - [anon_sym_trait] = ACTIONS(2145), - [anon_sym_type] = ACTIONS(2145), - [anon_sym_union] = ACTIONS(2145), - [anon_sym_unsafe] = ACTIONS(2145), - [anon_sym_use] = ACTIONS(2145), - [anon_sym_while] = ACTIONS(2145), - [anon_sym_extern] = ACTIONS(2145), - [anon_sym_yield] = ACTIONS(2145), - [anon_sym_move] = ACTIONS(2145), - [anon_sym_try] = ACTIONS(2145), - [sym_integer_literal] = ACTIONS(2143), - [aux_sym_string_literal_token1] = ACTIONS(2143), - [sym_char_literal] = ACTIONS(2143), - [anon_sym_true] = ACTIONS(2145), - [anon_sym_false] = ACTIONS(2145), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2145), - [sym_super] = ACTIONS(2145), - [sym_crate] = ACTIONS(2145), - [sym_metavariable] = ACTIONS(2143), - [sym__raw_string_literal_start] = ACTIONS(2143), - [sym_float_literal] = ACTIONS(2143), + [ts_builtin_sym_end] = ACTIONS(2286), + [sym_identifier] = ACTIONS(2288), + [anon_sym_SEMI] = ACTIONS(2286), + [anon_sym_macro_rules_BANG] = ACTIONS(2286), + [anon_sym_LPAREN] = ACTIONS(2286), + [anon_sym_LBRACK] = ACTIONS(2286), + [anon_sym_LBRACE] = ACTIONS(2286), + [anon_sym_RBRACE] = ACTIONS(2286), + [anon_sym_STAR] = ACTIONS(2286), + [anon_sym_u8] = ACTIONS(2288), + [anon_sym_i8] = ACTIONS(2288), + [anon_sym_u16] = ACTIONS(2288), + [anon_sym_i16] = ACTIONS(2288), + [anon_sym_u32] = ACTIONS(2288), + [anon_sym_i32] = ACTIONS(2288), + [anon_sym_u64] = ACTIONS(2288), + [anon_sym_i64] = ACTIONS(2288), + [anon_sym_u128] = ACTIONS(2288), + [anon_sym_i128] = ACTIONS(2288), + [anon_sym_isize] = ACTIONS(2288), + [anon_sym_usize] = ACTIONS(2288), + [anon_sym_f32] = ACTIONS(2288), + [anon_sym_f64] = ACTIONS(2288), + [anon_sym_bool] = ACTIONS(2288), + [anon_sym_str] = ACTIONS(2288), + [anon_sym_char] = ACTIONS(2288), + [anon_sym_DASH] = ACTIONS(2286), + [anon_sym_BANG] = ACTIONS(2286), + [anon_sym_AMP] = ACTIONS(2286), + [anon_sym_PIPE] = ACTIONS(2286), + [anon_sym_LT] = ACTIONS(2286), + [anon_sym_DOT_DOT] = ACTIONS(2286), + [anon_sym_COLON_COLON] = ACTIONS(2286), + [anon_sym_POUND] = ACTIONS(2286), + [anon_sym_SQUOTE] = ACTIONS(2288), + [anon_sym_async] = ACTIONS(2288), + [anon_sym_break] = ACTIONS(2288), + [anon_sym_const] = ACTIONS(2288), + [anon_sym_continue] = ACTIONS(2288), + [anon_sym_default] = ACTIONS(2288), + [anon_sym_enum] = ACTIONS(2288), + [anon_sym_fn] = ACTIONS(2288), + [anon_sym_for] = ACTIONS(2288), + [anon_sym_gen] = ACTIONS(2288), + [anon_sym_if] = ACTIONS(2288), + [anon_sym_impl] = ACTIONS(2288), + [anon_sym_let] = ACTIONS(2288), + [anon_sym_loop] = ACTIONS(2288), + [anon_sym_match] = ACTIONS(2288), + [anon_sym_mod] = ACTIONS(2288), + [anon_sym_pub] = ACTIONS(2288), + [anon_sym_return] = ACTIONS(2288), + [anon_sym_static] = ACTIONS(2288), + [anon_sym_struct] = ACTIONS(2288), + [anon_sym_trait] = ACTIONS(2288), + [anon_sym_type] = ACTIONS(2288), + [anon_sym_union] = ACTIONS(2288), + [anon_sym_unsafe] = ACTIONS(2288), + [anon_sym_use] = ACTIONS(2288), + [anon_sym_while] = ACTIONS(2288), + [anon_sym_extern] = ACTIONS(2288), + [anon_sym_yield] = ACTIONS(2288), + [anon_sym_move] = ACTIONS(2288), + [anon_sym_try] = ACTIONS(2288), + [sym_integer_literal] = ACTIONS(2286), + [aux_sym_string_literal_token1] = ACTIONS(2286), + [sym_char_literal] = ACTIONS(2286), + [anon_sym_true] = ACTIONS(2288), + [anon_sym_false] = ACTIONS(2288), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2288), + [sym_super] = ACTIONS(2288), + [sym_crate] = ACTIONS(2288), + [sym_metavariable] = ACTIONS(2286), + [sym__raw_string_literal_start] = ACTIONS(2286), + [sym_float_literal] = ACTIONS(2286), }, [STATE(586)] = { [sym_line_comment] = STATE(586), [sym_block_comment] = STATE(586), - [ts_builtin_sym_end] = ACTIONS(2147), - [sym_identifier] = ACTIONS(2149), - [anon_sym_SEMI] = ACTIONS(2147), - [anon_sym_macro_rules_BANG] = ACTIONS(2147), - [anon_sym_LPAREN] = ACTIONS(2147), - [anon_sym_LBRACK] = ACTIONS(2147), - [anon_sym_LBRACE] = ACTIONS(2147), - [anon_sym_RBRACE] = ACTIONS(2147), - [anon_sym_STAR] = ACTIONS(2147), - [anon_sym_u8] = ACTIONS(2149), - [anon_sym_i8] = ACTIONS(2149), - [anon_sym_u16] = ACTIONS(2149), - [anon_sym_i16] = ACTIONS(2149), - [anon_sym_u32] = ACTIONS(2149), - [anon_sym_i32] = ACTIONS(2149), - [anon_sym_u64] = ACTIONS(2149), - [anon_sym_i64] = ACTIONS(2149), - [anon_sym_u128] = ACTIONS(2149), - [anon_sym_i128] = ACTIONS(2149), - [anon_sym_isize] = ACTIONS(2149), - [anon_sym_usize] = ACTIONS(2149), - [anon_sym_f32] = ACTIONS(2149), - [anon_sym_f64] = ACTIONS(2149), - [anon_sym_bool] = ACTIONS(2149), - [anon_sym_str] = ACTIONS(2149), - [anon_sym_char] = ACTIONS(2149), - [anon_sym_DASH] = ACTIONS(2147), - [anon_sym_BANG] = ACTIONS(2147), - [anon_sym_AMP] = ACTIONS(2147), - [anon_sym_PIPE] = ACTIONS(2147), - [anon_sym_LT] = ACTIONS(2147), - [anon_sym_DOT_DOT] = ACTIONS(2147), - [anon_sym_COLON_COLON] = ACTIONS(2147), - [anon_sym_POUND] = ACTIONS(2147), - [anon_sym_SQUOTE] = ACTIONS(2149), - [anon_sym_async] = ACTIONS(2149), - [anon_sym_break] = ACTIONS(2149), - [anon_sym_const] = ACTIONS(2149), - [anon_sym_continue] = ACTIONS(2149), - [anon_sym_default] = ACTIONS(2149), - [anon_sym_enum] = ACTIONS(2149), - [anon_sym_fn] = ACTIONS(2149), - [anon_sym_for] = ACTIONS(2149), - [anon_sym_gen] = ACTIONS(2149), - [anon_sym_if] = ACTIONS(2149), - [anon_sym_impl] = ACTIONS(2149), - [anon_sym_let] = ACTIONS(2149), - [anon_sym_loop] = ACTIONS(2149), - [anon_sym_match] = ACTIONS(2149), - [anon_sym_mod] = ACTIONS(2149), - [anon_sym_pub] = ACTIONS(2149), - [anon_sym_return] = ACTIONS(2149), - [anon_sym_static] = ACTIONS(2149), - [anon_sym_struct] = ACTIONS(2149), - [anon_sym_trait] = ACTIONS(2149), - [anon_sym_type] = ACTIONS(2149), - [anon_sym_union] = ACTIONS(2149), - [anon_sym_unsafe] = ACTIONS(2149), - [anon_sym_use] = ACTIONS(2149), - [anon_sym_while] = ACTIONS(2149), - [anon_sym_extern] = ACTIONS(2149), - [anon_sym_yield] = ACTIONS(2149), - [anon_sym_move] = ACTIONS(2149), - [anon_sym_try] = ACTIONS(2149), - [sym_integer_literal] = ACTIONS(2147), - [aux_sym_string_literal_token1] = ACTIONS(2147), - [sym_char_literal] = ACTIONS(2147), - [anon_sym_true] = ACTIONS(2149), - [anon_sym_false] = ACTIONS(2149), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2149), - [sym_super] = ACTIONS(2149), - [sym_crate] = ACTIONS(2149), - [sym_metavariable] = ACTIONS(2147), - [sym__raw_string_literal_start] = ACTIONS(2147), - [sym_float_literal] = ACTIONS(2147), + [ts_builtin_sym_end] = ACTIONS(2290), + [sym_identifier] = ACTIONS(2292), + [anon_sym_SEMI] = ACTIONS(2290), + [anon_sym_macro_rules_BANG] = ACTIONS(2290), + [anon_sym_LPAREN] = ACTIONS(2290), + [anon_sym_LBRACK] = ACTIONS(2290), + [anon_sym_LBRACE] = ACTIONS(2290), + [anon_sym_RBRACE] = ACTIONS(2290), + [anon_sym_STAR] = ACTIONS(2290), + [anon_sym_u8] = ACTIONS(2292), + [anon_sym_i8] = ACTIONS(2292), + [anon_sym_u16] = ACTIONS(2292), + [anon_sym_i16] = ACTIONS(2292), + [anon_sym_u32] = ACTIONS(2292), + [anon_sym_i32] = ACTIONS(2292), + [anon_sym_u64] = ACTIONS(2292), + [anon_sym_i64] = ACTIONS(2292), + [anon_sym_u128] = ACTIONS(2292), + [anon_sym_i128] = ACTIONS(2292), + [anon_sym_isize] = ACTIONS(2292), + [anon_sym_usize] = ACTIONS(2292), + [anon_sym_f32] = ACTIONS(2292), + [anon_sym_f64] = ACTIONS(2292), + [anon_sym_bool] = ACTIONS(2292), + [anon_sym_str] = ACTIONS(2292), + [anon_sym_char] = ACTIONS(2292), + [anon_sym_DASH] = ACTIONS(2290), + [anon_sym_BANG] = ACTIONS(2290), + [anon_sym_AMP] = ACTIONS(2290), + [anon_sym_PIPE] = ACTIONS(2290), + [anon_sym_LT] = ACTIONS(2290), + [anon_sym_DOT_DOT] = ACTIONS(2290), + [anon_sym_COLON_COLON] = ACTIONS(2290), + [anon_sym_POUND] = ACTIONS(2290), + [anon_sym_SQUOTE] = ACTIONS(2292), + [anon_sym_async] = ACTIONS(2292), + [anon_sym_break] = ACTIONS(2292), + [anon_sym_const] = ACTIONS(2292), + [anon_sym_continue] = ACTIONS(2292), + [anon_sym_default] = ACTIONS(2292), + [anon_sym_enum] = ACTIONS(2292), + [anon_sym_fn] = ACTIONS(2292), + [anon_sym_for] = ACTIONS(2292), + [anon_sym_gen] = ACTIONS(2292), + [anon_sym_if] = ACTIONS(2292), + [anon_sym_impl] = ACTIONS(2292), + [anon_sym_let] = ACTIONS(2292), + [anon_sym_loop] = ACTIONS(2292), + [anon_sym_match] = ACTIONS(2292), + [anon_sym_mod] = ACTIONS(2292), + [anon_sym_pub] = ACTIONS(2292), + [anon_sym_return] = ACTIONS(2292), + [anon_sym_static] = ACTIONS(2292), + [anon_sym_struct] = ACTIONS(2292), + [anon_sym_trait] = ACTIONS(2292), + [anon_sym_type] = ACTIONS(2292), + [anon_sym_union] = ACTIONS(2292), + [anon_sym_unsafe] = ACTIONS(2292), + [anon_sym_use] = ACTIONS(2292), + [anon_sym_while] = ACTIONS(2292), + [anon_sym_extern] = ACTIONS(2292), + [anon_sym_yield] = ACTIONS(2292), + [anon_sym_move] = ACTIONS(2292), + [anon_sym_try] = ACTIONS(2292), + [sym_integer_literal] = ACTIONS(2290), + [aux_sym_string_literal_token1] = ACTIONS(2290), + [sym_char_literal] = ACTIONS(2290), + [anon_sym_true] = ACTIONS(2292), + [anon_sym_false] = ACTIONS(2292), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2292), + [sym_super] = ACTIONS(2292), + [sym_crate] = ACTIONS(2292), + [sym_metavariable] = ACTIONS(2290), + [sym__raw_string_literal_start] = ACTIONS(2290), + [sym_float_literal] = ACTIONS(2290), }, [STATE(587)] = { [sym_line_comment] = STATE(587), [sym_block_comment] = STATE(587), - [ts_builtin_sym_end] = ACTIONS(2151), - [sym_identifier] = ACTIONS(2153), - [anon_sym_SEMI] = ACTIONS(2151), - [anon_sym_macro_rules_BANG] = ACTIONS(2151), - [anon_sym_LPAREN] = ACTIONS(2151), - [anon_sym_LBRACK] = ACTIONS(2151), - [anon_sym_LBRACE] = ACTIONS(2151), - [anon_sym_RBRACE] = ACTIONS(2151), - [anon_sym_STAR] = ACTIONS(2151), - [anon_sym_u8] = ACTIONS(2153), - [anon_sym_i8] = ACTIONS(2153), - [anon_sym_u16] = ACTIONS(2153), - [anon_sym_i16] = ACTIONS(2153), - [anon_sym_u32] = ACTIONS(2153), - [anon_sym_i32] = ACTIONS(2153), - [anon_sym_u64] = ACTIONS(2153), - [anon_sym_i64] = ACTIONS(2153), - [anon_sym_u128] = ACTIONS(2153), - [anon_sym_i128] = ACTIONS(2153), - [anon_sym_isize] = ACTIONS(2153), - [anon_sym_usize] = ACTIONS(2153), - [anon_sym_f32] = ACTIONS(2153), - [anon_sym_f64] = ACTIONS(2153), - [anon_sym_bool] = ACTIONS(2153), - [anon_sym_str] = ACTIONS(2153), - [anon_sym_char] = ACTIONS(2153), - [anon_sym_DASH] = ACTIONS(2151), - [anon_sym_BANG] = ACTIONS(2151), - [anon_sym_AMP] = ACTIONS(2151), - [anon_sym_PIPE] = ACTIONS(2151), - [anon_sym_LT] = ACTIONS(2151), - [anon_sym_DOT_DOT] = ACTIONS(2151), - [anon_sym_COLON_COLON] = ACTIONS(2151), - [anon_sym_POUND] = ACTIONS(2151), - [anon_sym_SQUOTE] = ACTIONS(2153), - [anon_sym_async] = ACTIONS(2153), - [anon_sym_break] = ACTIONS(2153), - [anon_sym_const] = ACTIONS(2153), - [anon_sym_continue] = ACTIONS(2153), - [anon_sym_default] = ACTIONS(2153), - [anon_sym_enum] = ACTIONS(2153), - [anon_sym_fn] = ACTIONS(2153), - [anon_sym_for] = ACTIONS(2153), - [anon_sym_gen] = ACTIONS(2153), - [anon_sym_if] = ACTIONS(2153), - [anon_sym_impl] = ACTIONS(2153), - [anon_sym_let] = ACTIONS(2153), - [anon_sym_loop] = ACTIONS(2153), - [anon_sym_match] = ACTIONS(2153), - [anon_sym_mod] = ACTIONS(2153), - [anon_sym_pub] = ACTIONS(2153), - [anon_sym_return] = ACTIONS(2153), - [anon_sym_static] = ACTIONS(2153), - [anon_sym_struct] = ACTIONS(2153), - [anon_sym_trait] = ACTIONS(2153), - [anon_sym_type] = ACTIONS(2153), - [anon_sym_union] = ACTIONS(2153), - [anon_sym_unsafe] = ACTIONS(2153), - [anon_sym_use] = ACTIONS(2153), - [anon_sym_while] = ACTIONS(2153), - [anon_sym_extern] = ACTIONS(2153), - [anon_sym_yield] = ACTIONS(2153), - [anon_sym_move] = ACTIONS(2153), - [anon_sym_try] = ACTIONS(2153), - [sym_integer_literal] = ACTIONS(2151), - [aux_sym_string_literal_token1] = ACTIONS(2151), - [sym_char_literal] = ACTIONS(2151), - [anon_sym_true] = ACTIONS(2153), - [anon_sym_false] = ACTIONS(2153), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2153), - [sym_super] = ACTIONS(2153), - [sym_crate] = ACTIONS(2153), - [sym_metavariable] = ACTIONS(2151), - [sym__raw_string_literal_start] = ACTIONS(2151), - [sym_float_literal] = ACTIONS(2151), + [ts_builtin_sym_end] = ACTIONS(1473), + [sym_identifier] = ACTIONS(1475), + [anon_sym_SEMI] = ACTIONS(1473), + [anon_sym_macro_rules_BANG] = ACTIONS(1473), + [anon_sym_LPAREN] = ACTIONS(1473), + [anon_sym_LBRACK] = ACTIONS(1473), + [anon_sym_LBRACE] = ACTIONS(1473), + [anon_sym_RBRACE] = ACTIONS(1473), + [anon_sym_STAR] = ACTIONS(1473), + [anon_sym_u8] = ACTIONS(1475), + [anon_sym_i8] = ACTIONS(1475), + [anon_sym_u16] = ACTIONS(1475), + [anon_sym_i16] = ACTIONS(1475), + [anon_sym_u32] = ACTIONS(1475), + [anon_sym_i32] = ACTIONS(1475), + [anon_sym_u64] = ACTIONS(1475), + [anon_sym_i64] = ACTIONS(1475), + [anon_sym_u128] = ACTIONS(1475), + [anon_sym_i128] = ACTIONS(1475), + [anon_sym_isize] = ACTIONS(1475), + [anon_sym_usize] = ACTIONS(1475), + [anon_sym_f32] = ACTIONS(1475), + [anon_sym_f64] = ACTIONS(1475), + [anon_sym_bool] = ACTIONS(1475), + [anon_sym_str] = ACTIONS(1475), + [anon_sym_char] = ACTIONS(1475), + [anon_sym_DASH] = ACTIONS(1473), + [anon_sym_BANG] = ACTIONS(1473), + [anon_sym_AMP] = ACTIONS(1473), + [anon_sym_PIPE] = ACTIONS(1473), + [anon_sym_LT] = ACTIONS(1473), + [anon_sym_DOT_DOT] = ACTIONS(1473), + [anon_sym_COLON_COLON] = ACTIONS(1473), + [anon_sym_POUND] = ACTIONS(1473), + [anon_sym_SQUOTE] = ACTIONS(1475), + [anon_sym_async] = ACTIONS(1475), + [anon_sym_break] = ACTIONS(1475), + [anon_sym_const] = ACTIONS(1475), + [anon_sym_continue] = ACTIONS(1475), + [anon_sym_default] = ACTIONS(1475), + [anon_sym_enum] = ACTIONS(1475), + [anon_sym_fn] = ACTIONS(1475), + [anon_sym_for] = ACTIONS(1475), + [anon_sym_gen] = ACTIONS(1475), + [anon_sym_if] = ACTIONS(1475), + [anon_sym_impl] = ACTIONS(1475), + [anon_sym_let] = ACTIONS(1475), + [anon_sym_loop] = ACTIONS(1475), + [anon_sym_match] = ACTIONS(1475), + [anon_sym_mod] = ACTIONS(1475), + [anon_sym_pub] = ACTIONS(1475), + [anon_sym_return] = ACTIONS(1475), + [anon_sym_static] = ACTIONS(1475), + [anon_sym_struct] = ACTIONS(1475), + [anon_sym_trait] = ACTIONS(1475), + [anon_sym_type] = ACTIONS(1475), + [anon_sym_union] = ACTIONS(1475), + [anon_sym_unsafe] = ACTIONS(1475), + [anon_sym_use] = ACTIONS(1475), + [anon_sym_while] = ACTIONS(1475), + [anon_sym_extern] = ACTIONS(1475), + [anon_sym_yield] = ACTIONS(1475), + [anon_sym_move] = ACTIONS(1475), + [anon_sym_try] = ACTIONS(1475), + [sym_integer_literal] = ACTIONS(1473), + [aux_sym_string_literal_token1] = ACTIONS(1473), + [sym_char_literal] = ACTIONS(1473), + [anon_sym_true] = ACTIONS(1475), + [anon_sym_false] = ACTIONS(1475), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1475), + [sym_super] = ACTIONS(1475), + [sym_crate] = ACTIONS(1475), + [sym_metavariable] = ACTIONS(1473), + [sym__raw_string_literal_start] = ACTIONS(1473), + [sym_float_literal] = ACTIONS(1473), }, [STATE(588)] = { [sym_line_comment] = STATE(588), [sym_block_comment] = STATE(588), - [ts_builtin_sym_end] = ACTIONS(2155), - [sym_identifier] = ACTIONS(2157), - [anon_sym_SEMI] = ACTIONS(2155), - [anon_sym_macro_rules_BANG] = ACTIONS(2155), - [anon_sym_LPAREN] = ACTIONS(2155), - [anon_sym_LBRACK] = ACTIONS(2155), - [anon_sym_LBRACE] = ACTIONS(2155), - [anon_sym_RBRACE] = ACTIONS(2155), - [anon_sym_STAR] = ACTIONS(2155), - [anon_sym_u8] = ACTIONS(2157), - [anon_sym_i8] = ACTIONS(2157), - [anon_sym_u16] = ACTIONS(2157), - [anon_sym_i16] = ACTIONS(2157), - [anon_sym_u32] = ACTIONS(2157), - [anon_sym_i32] = ACTIONS(2157), - [anon_sym_u64] = ACTIONS(2157), - [anon_sym_i64] = ACTIONS(2157), - [anon_sym_u128] = ACTIONS(2157), - [anon_sym_i128] = ACTIONS(2157), - [anon_sym_isize] = ACTIONS(2157), - [anon_sym_usize] = ACTIONS(2157), - [anon_sym_f32] = ACTIONS(2157), - [anon_sym_f64] = ACTIONS(2157), - [anon_sym_bool] = ACTIONS(2157), - [anon_sym_str] = ACTIONS(2157), - [anon_sym_char] = ACTIONS(2157), - [anon_sym_DASH] = ACTIONS(2155), - [anon_sym_BANG] = ACTIONS(2155), - [anon_sym_AMP] = ACTIONS(2155), - [anon_sym_PIPE] = ACTIONS(2155), - [anon_sym_LT] = ACTIONS(2155), - [anon_sym_DOT_DOT] = ACTIONS(2155), - [anon_sym_COLON_COLON] = ACTIONS(2155), - [anon_sym_POUND] = ACTIONS(2155), - [anon_sym_SQUOTE] = ACTIONS(2157), - [anon_sym_async] = ACTIONS(2157), - [anon_sym_break] = ACTIONS(2157), - [anon_sym_const] = ACTIONS(2157), - [anon_sym_continue] = ACTIONS(2157), - [anon_sym_default] = ACTIONS(2157), - [anon_sym_enum] = ACTIONS(2157), - [anon_sym_fn] = ACTIONS(2157), - [anon_sym_for] = ACTIONS(2157), - [anon_sym_gen] = ACTIONS(2157), - [anon_sym_if] = ACTIONS(2157), - [anon_sym_impl] = ACTIONS(2157), - [anon_sym_let] = ACTIONS(2157), - [anon_sym_loop] = ACTIONS(2157), - [anon_sym_match] = ACTIONS(2157), - [anon_sym_mod] = ACTIONS(2157), - [anon_sym_pub] = ACTIONS(2157), - [anon_sym_return] = ACTIONS(2157), - [anon_sym_static] = ACTIONS(2157), - [anon_sym_struct] = ACTIONS(2157), - [anon_sym_trait] = ACTIONS(2157), - [anon_sym_type] = ACTIONS(2157), - [anon_sym_union] = ACTIONS(2157), - [anon_sym_unsafe] = ACTIONS(2157), - [anon_sym_use] = ACTIONS(2157), - [anon_sym_while] = ACTIONS(2157), - [anon_sym_extern] = ACTIONS(2157), - [anon_sym_yield] = ACTIONS(2157), - [anon_sym_move] = ACTIONS(2157), - [anon_sym_try] = ACTIONS(2157), - [sym_integer_literal] = ACTIONS(2155), - [aux_sym_string_literal_token1] = ACTIONS(2155), - [sym_char_literal] = ACTIONS(2155), - [anon_sym_true] = ACTIONS(2157), - [anon_sym_false] = ACTIONS(2157), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2157), - [sym_super] = ACTIONS(2157), - [sym_crate] = ACTIONS(2157), - [sym_metavariable] = ACTIONS(2155), - [sym__raw_string_literal_start] = ACTIONS(2155), - [sym_float_literal] = ACTIONS(2155), + [ts_builtin_sym_end] = ACTIONS(2294), + [sym_identifier] = ACTIONS(2296), + [anon_sym_SEMI] = ACTIONS(2294), + [anon_sym_macro_rules_BANG] = ACTIONS(2294), + [anon_sym_LPAREN] = ACTIONS(2294), + [anon_sym_LBRACK] = ACTIONS(2294), + [anon_sym_LBRACE] = ACTIONS(2294), + [anon_sym_RBRACE] = ACTIONS(2294), + [anon_sym_STAR] = ACTIONS(2294), + [anon_sym_u8] = ACTIONS(2296), + [anon_sym_i8] = ACTIONS(2296), + [anon_sym_u16] = ACTIONS(2296), + [anon_sym_i16] = ACTIONS(2296), + [anon_sym_u32] = ACTIONS(2296), + [anon_sym_i32] = ACTIONS(2296), + [anon_sym_u64] = ACTIONS(2296), + [anon_sym_i64] = ACTIONS(2296), + [anon_sym_u128] = ACTIONS(2296), + [anon_sym_i128] = ACTIONS(2296), + [anon_sym_isize] = ACTIONS(2296), + [anon_sym_usize] = ACTIONS(2296), + [anon_sym_f32] = ACTIONS(2296), + [anon_sym_f64] = ACTIONS(2296), + [anon_sym_bool] = ACTIONS(2296), + [anon_sym_str] = ACTIONS(2296), + [anon_sym_char] = ACTIONS(2296), + [anon_sym_DASH] = ACTIONS(2294), + [anon_sym_BANG] = ACTIONS(2294), + [anon_sym_AMP] = ACTIONS(2294), + [anon_sym_PIPE] = ACTIONS(2294), + [anon_sym_LT] = ACTIONS(2294), + [anon_sym_DOT_DOT] = ACTIONS(2294), + [anon_sym_COLON_COLON] = ACTIONS(2294), + [anon_sym_POUND] = ACTIONS(2294), + [anon_sym_SQUOTE] = ACTIONS(2296), + [anon_sym_async] = ACTIONS(2296), + [anon_sym_break] = ACTIONS(2296), + [anon_sym_const] = ACTIONS(2296), + [anon_sym_continue] = ACTIONS(2296), + [anon_sym_default] = ACTIONS(2296), + [anon_sym_enum] = ACTIONS(2296), + [anon_sym_fn] = ACTIONS(2296), + [anon_sym_for] = ACTIONS(2296), + [anon_sym_gen] = ACTIONS(2296), + [anon_sym_if] = ACTIONS(2296), + [anon_sym_impl] = ACTIONS(2296), + [anon_sym_let] = ACTIONS(2296), + [anon_sym_loop] = ACTIONS(2296), + [anon_sym_match] = ACTIONS(2296), + [anon_sym_mod] = ACTIONS(2296), + [anon_sym_pub] = ACTIONS(2296), + [anon_sym_return] = ACTIONS(2296), + [anon_sym_static] = ACTIONS(2296), + [anon_sym_struct] = ACTIONS(2296), + [anon_sym_trait] = ACTIONS(2296), + [anon_sym_type] = ACTIONS(2296), + [anon_sym_union] = ACTIONS(2296), + [anon_sym_unsafe] = ACTIONS(2296), + [anon_sym_use] = ACTIONS(2296), + [anon_sym_while] = ACTIONS(2296), + [anon_sym_extern] = ACTIONS(2296), + [anon_sym_yield] = ACTIONS(2296), + [anon_sym_move] = ACTIONS(2296), + [anon_sym_try] = ACTIONS(2296), + [sym_integer_literal] = ACTIONS(2294), + [aux_sym_string_literal_token1] = ACTIONS(2294), + [sym_char_literal] = ACTIONS(2294), + [anon_sym_true] = ACTIONS(2296), + [anon_sym_false] = ACTIONS(2296), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2296), + [sym_super] = ACTIONS(2296), + [sym_crate] = ACTIONS(2296), + [sym_metavariable] = ACTIONS(2294), + [sym__raw_string_literal_start] = ACTIONS(2294), + [sym_float_literal] = ACTIONS(2294), }, [STATE(589)] = { [sym_line_comment] = STATE(589), [sym_block_comment] = STATE(589), - [ts_builtin_sym_end] = ACTIONS(2159), - [sym_identifier] = ACTIONS(2161), - [anon_sym_SEMI] = ACTIONS(2159), - [anon_sym_macro_rules_BANG] = ACTIONS(2159), - [anon_sym_LPAREN] = ACTIONS(2159), - [anon_sym_LBRACK] = ACTIONS(2159), - [anon_sym_LBRACE] = ACTIONS(2159), - [anon_sym_RBRACE] = ACTIONS(2159), - [anon_sym_STAR] = ACTIONS(2159), - [anon_sym_u8] = ACTIONS(2161), - [anon_sym_i8] = ACTIONS(2161), - [anon_sym_u16] = ACTIONS(2161), - [anon_sym_i16] = ACTIONS(2161), - [anon_sym_u32] = ACTIONS(2161), - [anon_sym_i32] = ACTIONS(2161), - [anon_sym_u64] = ACTIONS(2161), - [anon_sym_i64] = ACTIONS(2161), - [anon_sym_u128] = ACTIONS(2161), - [anon_sym_i128] = ACTIONS(2161), - [anon_sym_isize] = ACTIONS(2161), - [anon_sym_usize] = ACTIONS(2161), - [anon_sym_f32] = ACTIONS(2161), - [anon_sym_f64] = ACTIONS(2161), - [anon_sym_bool] = ACTIONS(2161), - [anon_sym_str] = ACTIONS(2161), - [anon_sym_char] = ACTIONS(2161), - [anon_sym_DASH] = ACTIONS(2159), - [anon_sym_BANG] = ACTIONS(2159), - [anon_sym_AMP] = ACTIONS(2159), - [anon_sym_PIPE] = ACTIONS(2159), - [anon_sym_LT] = ACTIONS(2159), - [anon_sym_DOT_DOT] = ACTIONS(2159), - [anon_sym_COLON_COLON] = ACTIONS(2159), - [anon_sym_POUND] = ACTIONS(2159), - [anon_sym_SQUOTE] = ACTIONS(2161), - [anon_sym_async] = ACTIONS(2161), - [anon_sym_break] = ACTIONS(2161), - [anon_sym_const] = ACTIONS(2161), - [anon_sym_continue] = ACTIONS(2161), - [anon_sym_default] = ACTIONS(2161), - [anon_sym_enum] = ACTIONS(2161), - [anon_sym_fn] = ACTIONS(2161), - [anon_sym_for] = ACTIONS(2161), - [anon_sym_gen] = ACTIONS(2161), - [anon_sym_if] = ACTIONS(2161), - [anon_sym_impl] = ACTIONS(2161), - [anon_sym_let] = ACTIONS(2161), - [anon_sym_loop] = ACTIONS(2161), - [anon_sym_match] = ACTIONS(2161), - [anon_sym_mod] = ACTIONS(2161), - [anon_sym_pub] = ACTIONS(2161), - [anon_sym_return] = ACTIONS(2161), - [anon_sym_static] = ACTIONS(2161), - [anon_sym_struct] = ACTIONS(2161), - [anon_sym_trait] = ACTIONS(2161), - [anon_sym_type] = ACTIONS(2161), - [anon_sym_union] = ACTIONS(2161), - [anon_sym_unsafe] = ACTIONS(2161), - [anon_sym_use] = ACTIONS(2161), - [anon_sym_while] = ACTIONS(2161), - [anon_sym_extern] = ACTIONS(2161), - [anon_sym_yield] = ACTIONS(2161), - [anon_sym_move] = ACTIONS(2161), - [anon_sym_try] = ACTIONS(2161), - [sym_integer_literal] = ACTIONS(2159), - [aux_sym_string_literal_token1] = ACTIONS(2159), - [sym_char_literal] = ACTIONS(2159), - [anon_sym_true] = ACTIONS(2161), - [anon_sym_false] = ACTIONS(2161), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2161), - [sym_super] = ACTIONS(2161), - [sym_crate] = ACTIONS(2161), - [sym_metavariable] = ACTIONS(2159), - [sym__raw_string_literal_start] = ACTIONS(2159), - [sym_float_literal] = ACTIONS(2159), + [ts_builtin_sym_end] = ACTIONS(2298), + [sym_identifier] = ACTIONS(2300), + [anon_sym_SEMI] = ACTIONS(2298), + [anon_sym_macro_rules_BANG] = ACTIONS(2298), + [anon_sym_LPAREN] = ACTIONS(2298), + [anon_sym_LBRACK] = ACTIONS(2298), + [anon_sym_LBRACE] = ACTIONS(2298), + [anon_sym_RBRACE] = ACTIONS(2298), + [anon_sym_STAR] = ACTIONS(2298), + [anon_sym_u8] = ACTIONS(2300), + [anon_sym_i8] = ACTIONS(2300), + [anon_sym_u16] = ACTIONS(2300), + [anon_sym_i16] = ACTIONS(2300), + [anon_sym_u32] = ACTIONS(2300), + [anon_sym_i32] = ACTIONS(2300), + [anon_sym_u64] = ACTIONS(2300), + [anon_sym_i64] = ACTIONS(2300), + [anon_sym_u128] = ACTIONS(2300), + [anon_sym_i128] = ACTIONS(2300), + [anon_sym_isize] = ACTIONS(2300), + [anon_sym_usize] = ACTIONS(2300), + [anon_sym_f32] = ACTIONS(2300), + [anon_sym_f64] = ACTIONS(2300), + [anon_sym_bool] = ACTIONS(2300), + [anon_sym_str] = ACTIONS(2300), + [anon_sym_char] = ACTIONS(2300), + [anon_sym_DASH] = ACTIONS(2298), + [anon_sym_BANG] = ACTIONS(2298), + [anon_sym_AMP] = ACTIONS(2298), + [anon_sym_PIPE] = ACTIONS(2298), + [anon_sym_LT] = ACTIONS(2298), + [anon_sym_DOT_DOT] = ACTIONS(2298), + [anon_sym_COLON_COLON] = ACTIONS(2298), + [anon_sym_POUND] = ACTIONS(2298), + [anon_sym_SQUOTE] = ACTIONS(2300), + [anon_sym_async] = ACTIONS(2300), + [anon_sym_break] = ACTIONS(2300), + [anon_sym_const] = ACTIONS(2300), + [anon_sym_continue] = ACTIONS(2300), + [anon_sym_default] = ACTIONS(2300), + [anon_sym_enum] = ACTIONS(2300), + [anon_sym_fn] = ACTIONS(2300), + [anon_sym_for] = ACTIONS(2300), + [anon_sym_gen] = ACTIONS(2300), + [anon_sym_if] = ACTIONS(2300), + [anon_sym_impl] = ACTIONS(2300), + [anon_sym_let] = ACTIONS(2300), + [anon_sym_loop] = ACTIONS(2300), + [anon_sym_match] = ACTIONS(2300), + [anon_sym_mod] = ACTIONS(2300), + [anon_sym_pub] = ACTIONS(2300), + [anon_sym_return] = ACTIONS(2300), + [anon_sym_static] = ACTIONS(2300), + [anon_sym_struct] = ACTIONS(2300), + [anon_sym_trait] = ACTIONS(2300), + [anon_sym_type] = ACTIONS(2300), + [anon_sym_union] = ACTIONS(2300), + [anon_sym_unsafe] = ACTIONS(2300), + [anon_sym_use] = ACTIONS(2300), + [anon_sym_while] = ACTIONS(2300), + [anon_sym_extern] = ACTIONS(2300), + [anon_sym_yield] = ACTIONS(2300), + [anon_sym_move] = ACTIONS(2300), + [anon_sym_try] = ACTIONS(2300), + [sym_integer_literal] = ACTIONS(2298), + [aux_sym_string_literal_token1] = ACTIONS(2298), + [sym_char_literal] = ACTIONS(2298), + [anon_sym_true] = ACTIONS(2300), + [anon_sym_false] = ACTIONS(2300), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2300), + [sym_super] = ACTIONS(2300), + [sym_crate] = ACTIONS(2300), + [sym_metavariable] = ACTIONS(2298), + [sym__raw_string_literal_start] = ACTIONS(2298), + [sym_float_literal] = ACTIONS(2298), }, [STATE(590)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(3272), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2829), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(590), [sym_block_comment] = STATE(590), - [ts_builtin_sym_end] = ACTIONS(2163), - [sym_identifier] = ACTIONS(2165), - [anon_sym_SEMI] = ACTIONS(2163), - [anon_sym_macro_rules_BANG] = ACTIONS(2163), - [anon_sym_LPAREN] = ACTIONS(2163), - [anon_sym_LBRACK] = ACTIONS(2163), - [anon_sym_LBRACE] = ACTIONS(2163), - [anon_sym_RBRACE] = ACTIONS(2163), - [anon_sym_STAR] = ACTIONS(2163), - [anon_sym_u8] = ACTIONS(2165), - [anon_sym_i8] = ACTIONS(2165), - [anon_sym_u16] = ACTIONS(2165), - [anon_sym_i16] = ACTIONS(2165), - [anon_sym_u32] = ACTIONS(2165), - [anon_sym_i32] = ACTIONS(2165), - [anon_sym_u64] = ACTIONS(2165), - [anon_sym_i64] = ACTIONS(2165), - [anon_sym_u128] = ACTIONS(2165), - [anon_sym_i128] = ACTIONS(2165), - [anon_sym_isize] = ACTIONS(2165), - [anon_sym_usize] = ACTIONS(2165), - [anon_sym_f32] = ACTIONS(2165), - [anon_sym_f64] = ACTIONS(2165), - [anon_sym_bool] = ACTIONS(2165), - [anon_sym_str] = ACTIONS(2165), - [anon_sym_char] = ACTIONS(2165), - [anon_sym_DASH] = ACTIONS(2163), - [anon_sym_BANG] = ACTIONS(2163), - [anon_sym_AMP] = ACTIONS(2163), - [anon_sym_PIPE] = ACTIONS(2163), - [anon_sym_LT] = ACTIONS(2163), - [anon_sym_DOT_DOT] = ACTIONS(2163), - [anon_sym_COLON_COLON] = ACTIONS(2163), - [anon_sym_POUND] = ACTIONS(2163), - [anon_sym_SQUOTE] = ACTIONS(2165), - [anon_sym_async] = ACTIONS(2165), - [anon_sym_break] = ACTIONS(2165), - [anon_sym_const] = ACTIONS(2165), - [anon_sym_continue] = ACTIONS(2165), - [anon_sym_default] = ACTIONS(2165), - [anon_sym_enum] = ACTIONS(2165), - [anon_sym_fn] = ACTIONS(2165), - [anon_sym_for] = ACTIONS(2165), - [anon_sym_gen] = ACTIONS(2165), - [anon_sym_if] = ACTIONS(2165), - [anon_sym_impl] = ACTIONS(2165), - [anon_sym_let] = ACTIONS(2165), - [anon_sym_loop] = ACTIONS(2165), - [anon_sym_match] = ACTIONS(2165), - [anon_sym_mod] = ACTIONS(2165), - [anon_sym_pub] = ACTIONS(2165), - [anon_sym_return] = ACTIONS(2165), - [anon_sym_static] = ACTIONS(2165), - [anon_sym_struct] = ACTIONS(2165), - [anon_sym_trait] = ACTIONS(2165), - [anon_sym_type] = ACTIONS(2165), - [anon_sym_union] = ACTIONS(2165), - [anon_sym_unsafe] = ACTIONS(2165), - [anon_sym_use] = ACTIONS(2165), - [anon_sym_while] = ACTIONS(2165), - [anon_sym_extern] = ACTIONS(2165), - [anon_sym_yield] = ACTIONS(2165), - [anon_sym_move] = ACTIONS(2165), - [anon_sym_try] = ACTIONS(2165), - [sym_integer_literal] = ACTIONS(2163), - [aux_sym_string_literal_token1] = ACTIONS(2163), - [sym_char_literal] = ACTIONS(2163), - [anon_sym_true] = ACTIONS(2165), - [anon_sym_false] = ACTIONS(2165), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2165), - [sym_super] = ACTIONS(2165), - [sym_crate] = ACTIONS(2165), - [sym_metavariable] = ACTIONS(2163), - [sym__raw_string_literal_start] = ACTIONS(2163), - [sym_float_literal] = ACTIONS(2163), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(2302), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(591)] = { [sym_line_comment] = STATE(591), [sym_block_comment] = STATE(591), - [ts_builtin_sym_end] = ACTIONS(2167), - [sym_identifier] = ACTIONS(2169), - [anon_sym_SEMI] = ACTIONS(2167), - [anon_sym_macro_rules_BANG] = ACTIONS(2167), - [anon_sym_LPAREN] = ACTIONS(2167), - [anon_sym_LBRACK] = ACTIONS(2167), - [anon_sym_LBRACE] = ACTIONS(2167), - [anon_sym_RBRACE] = ACTIONS(2167), - [anon_sym_STAR] = ACTIONS(2167), - [anon_sym_u8] = ACTIONS(2169), - [anon_sym_i8] = ACTIONS(2169), - [anon_sym_u16] = ACTIONS(2169), - [anon_sym_i16] = ACTIONS(2169), - [anon_sym_u32] = ACTIONS(2169), - [anon_sym_i32] = ACTIONS(2169), - [anon_sym_u64] = ACTIONS(2169), - [anon_sym_i64] = ACTIONS(2169), - [anon_sym_u128] = ACTIONS(2169), - [anon_sym_i128] = ACTIONS(2169), - [anon_sym_isize] = ACTIONS(2169), - [anon_sym_usize] = ACTIONS(2169), - [anon_sym_f32] = ACTIONS(2169), - [anon_sym_f64] = ACTIONS(2169), - [anon_sym_bool] = ACTIONS(2169), - [anon_sym_str] = ACTIONS(2169), - [anon_sym_char] = ACTIONS(2169), - [anon_sym_DASH] = ACTIONS(2167), - [anon_sym_BANG] = ACTIONS(2167), - [anon_sym_AMP] = ACTIONS(2167), - [anon_sym_PIPE] = ACTIONS(2167), - [anon_sym_LT] = ACTIONS(2167), - [anon_sym_DOT_DOT] = ACTIONS(2167), - [anon_sym_COLON_COLON] = ACTIONS(2167), - [anon_sym_POUND] = ACTIONS(2167), - [anon_sym_SQUOTE] = ACTIONS(2169), - [anon_sym_async] = ACTIONS(2169), - [anon_sym_break] = ACTIONS(2169), - [anon_sym_const] = ACTIONS(2169), - [anon_sym_continue] = ACTIONS(2169), - [anon_sym_default] = ACTIONS(2169), - [anon_sym_enum] = ACTIONS(2169), - [anon_sym_fn] = ACTIONS(2169), - [anon_sym_for] = ACTIONS(2169), - [anon_sym_gen] = ACTIONS(2169), - [anon_sym_if] = ACTIONS(2169), - [anon_sym_impl] = ACTIONS(2169), - [anon_sym_let] = ACTIONS(2169), - [anon_sym_loop] = ACTIONS(2169), - [anon_sym_match] = ACTIONS(2169), - [anon_sym_mod] = ACTIONS(2169), - [anon_sym_pub] = ACTIONS(2169), - [anon_sym_return] = ACTIONS(2169), - [anon_sym_static] = ACTIONS(2169), - [anon_sym_struct] = ACTIONS(2169), - [anon_sym_trait] = ACTIONS(2169), - [anon_sym_type] = ACTIONS(2169), - [anon_sym_union] = ACTIONS(2169), - [anon_sym_unsafe] = ACTIONS(2169), - [anon_sym_use] = ACTIONS(2169), - [anon_sym_while] = ACTIONS(2169), - [anon_sym_extern] = ACTIONS(2169), - [anon_sym_yield] = ACTIONS(2169), - [anon_sym_move] = ACTIONS(2169), - [anon_sym_try] = ACTIONS(2169), - [sym_integer_literal] = ACTIONS(2167), - [aux_sym_string_literal_token1] = ACTIONS(2167), - [sym_char_literal] = ACTIONS(2167), - [anon_sym_true] = ACTIONS(2169), - [anon_sym_false] = ACTIONS(2169), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2169), - [sym_super] = ACTIONS(2169), - [sym_crate] = ACTIONS(2169), - [sym_metavariable] = ACTIONS(2167), - [sym__raw_string_literal_start] = ACTIONS(2167), - [sym_float_literal] = ACTIONS(2167), + [ts_builtin_sym_end] = ACTIONS(2304), + [sym_identifier] = ACTIONS(2306), + [anon_sym_SEMI] = ACTIONS(2304), + [anon_sym_macro_rules_BANG] = ACTIONS(2304), + [anon_sym_LPAREN] = ACTIONS(2304), + [anon_sym_LBRACK] = ACTIONS(2304), + [anon_sym_LBRACE] = ACTIONS(2304), + [anon_sym_RBRACE] = ACTIONS(2304), + [anon_sym_STAR] = ACTIONS(2304), + [anon_sym_u8] = ACTIONS(2306), + [anon_sym_i8] = ACTIONS(2306), + [anon_sym_u16] = ACTIONS(2306), + [anon_sym_i16] = ACTIONS(2306), + [anon_sym_u32] = ACTIONS(2306), + [anon_sym_i32] = ACTIONS(2306), + [anon_sym_u64] = ACTIONS(2306), + [anon_sym_i64] = ACTIONS(2306), + [anon_sym_u128] = ACTIONS(2306), + [anon_sym_i128] = ACTIONS(2306), + [anon_sym_isize] = ACTIONS(2306), + [anon_sym_usize] = ACTIONS(2306), + [anon_sym_f32] = ACTIONS(2306), + [anon_sym_f64] = ACTIONS(2306), + [anon_sym_bool] = ACTIONS(2306), + [anon_sym_str] = ACTIONS(2306), + [anon_sym_char] = ACTIONS(2306), + [anon_sym_DASH] = ACTIONS(2304), + [anon_sym_BANG] = ACTIONS(2304), + [anon_sym_AMP] = ACTIONS(2304), + [anon_sym_PIPE] = ACTIONS(2304), + [anon_sym_LT] = ACTIONS(2304), + [anon_sym_DOT_DOT] = ACTIONS(2304), + [anon_sym_COLON_COLON] = ACTIONS(2304), + [anon_sym_POUND] = ACTIONS(2304), + [anon_sym_SQUOTE] = ACTIONS(2306), + [anon_sym_async] = ACTIONS(2306), + [anon_sym_break] = ACTIONS(2306), + [anon_sym_const] = ACTIONS(2306), + [anon_sym_continue] = ACTIONS(2306), + [anon_sym_default] = ACTIONS(2306), + [anon_sym_enum] = ACTIONS(2306), + [anon_sym_fn] = ACTIONS(2306), + [anon_sym_for] = ACTIONS(2306), + [anon_sym_gen] = ACTIONS(2306), + [anon_sym_if] = ACTIONS(2306), + [anon_sym_impl] = ACTIONS(2306), + [anon_sym_let] = ACTIONS(2306), + [anon_sym_loop] = ACTIONS(2306), + [anon_sym_match] = ACTIONS(2306), + [anon_sym_mod] = ACTIONS(2306), + [anon_sym_pub] = ACTIONS(2306), + [anon_sym_return] = ACTIONS(2306), + [anon_sym_static] = ACTIONS(2306), + [anon_sym_struct] = ACTIONS(2306), + [anon_sym_trait] = ACTIONS(2306), + [anon_sym_type] = ACTIONS(2306), + [anon_sym_union] = ACTIONS(2306), + [anon_sym_unsafe] = ACTIONS(2306), + [anon_sym_use] = ACTIONS(2306), + [anon_sym_while] = ACTIONS(2306), + [anon_sym_extern] = ACTIONS(2306), + [anon_sym_yield] = ACTIONS(2306), + [anon_sym_move] = ACTIONS(2306), + [anon_sym_try] = ACTIONS(2306), + [sym_integer_literal] = ACTIONS(2304), + [aux_sym_string_literal_token1] = ACTIONS(2304), + [sym_char_literal] = ACTIONS(2304), + [anon_sym_true] = ACTIONS(2306), + [anon_sym_false] = ACTIONS(2306), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2306), + [sym_super] = ACTIONS(2306), + [sym_crate] = ACTIONS(2306), + [sym_metavariable] = ACTIONS(2304), + [sym__raw_string_literal_start] = ACTIONS(2304), + [sym_float_literal] = ACTIONS(2304), }, [STATE(592)] = { [sym_line_comment] = STATE(592), [sym_block_comment] = STATE(592), - [ts_builtin_sym_end] = ACTIONS(2171), - [sym_identifier] = ACTIONS(2173), - [anon_sym_SEMI] = ACTIONS(2171), - [anon_sym_macro_rules_BANG] = ACTIONS(2171), - [anon_sym_LPAREN] = ACTIONS(2171), - [anon_sym_LBRACK] = ACTIONS(2171), - [anon_sym_LBRACE] = ACTIONS(2171), - [anon_sym_RBRACE] = ACTIONS(2171), - [anon_sym_STAR] = ACTIONS(2171), - [anon_sym_u8] = ACTIONS(2173), - [anon_sym_i8] = ACTIONS(2173), - [anon_sym_u16] = ACTIONS(2173), - [anon_sym_i16] = ACTIONS(2173), - [anon_sym_u32] = ACTIONS(2173), - [anon_sym_i32] = ACTIONS(2173), - [anon_sym_u64] = ACTIONS(2173), - [anon_sym_i64] = ACTIONS(2173), - [anon_sym_u128] = ACTIONS(2173), - [anon_sym_i128] = ACTIONS(2173), - [anon_sym_isize] = ACTIONS(2173), - [anon_sym_usize] = ACTIONS(2173), - [anon_sym_f32] = ACTIONS(2173), - [anon_sym_f64] = ACTIONS(2173), - [anon_sym_bool] = ACTIONS(2173), - [anon_sym_str] = ACTIONS(2173), - [anon_sym_char] = ACTIONS(2173), - [anon_sym_DASH] = ACTIONS(2171), - [anon_sym_BANG] = ACTIONS(2171), - [anon_sym_AMP] = ACTIONS(2171), - [anon_sym_PIPE] = ACTIONS(2171), - [anon_sym_LT] = ACTIONS(2171), - [anon_sym_DOT_DOT] = ACTIONS(2171), - [anon_sym_COLON_COLON] = ACTIONS(2171), - [anon_sym_POUND] = ACTIONS(2171), - [anon_sym_SQUOTE] = ACTIONS(2173), - [anon_sym_async] = ACTIONS(2173), - [anon_sym_break] = ACTIONS(2173), - [anon_sym_const] = ACTIONS(2173), - [anon_sym_continue] = ACTIONS(2173), - [anon_sym_default] = ACTIONS(2173), - [anon_sym_enum] = ACTIONS(2173), - [anon_sym_fn] = ACTIONS(2173), - [anon_sym_for] = ACTIONS(2173), - [anon_sym_gen] = ACTIONS(2173), - [anon_sym_if] = ACTIONS(2173), - [anon_sym_impl] = ACTIONS(2173), - [anon_sym_let] = ACTIONS(2173), - [anon_sym_loop] = ACTIONS(2173), - [anon_sym_match] = ACTIONS(2173), - [anon_sym_mod] = ACTIONS(2173), - [anon_sym_pub] = ACTIONS(2173), - [anon_sym_return] = ACTIONS(2173), - [anon_sym_static] = ACTIONS(2173), - [anon_sym_struct] = ACTIONS(2173), - [anon_sym_trait] = ACTIONS(2173), - [anon_sym_type] = ACTIONS(2173), - [anon_sym_union] = ACTIONS(2173), - [anon_sym_unsafe] = ACTIONS(2173), - [anon_sym_use] = ACTIONS(2173), - [anon_sym_while] = ACTIONS(2173), - [anon_sym_extern] = ACTIONS(2173), - [anon_sym_yield] = ACTIONS(2173), - [anon_sym_move] = ACTIONS(2173), - [anon_sym_try] = ACTIONS(2173), - [sym_integer_literal] = ACTIONS(2171), - [aux_sym_string_literal_token1] = ACTIONS(2171), - [sym_char_literal] = ACTIONS(2171), - [anon_sym_true] = ACTIONS(2173), - [anon_sym_false] = ACTIONS(2173), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2173), - [sym_super] = ACTIONS(2173), - [sym_crate] = ACTIONS(2173), - [sym_metavariable] = ACTIONS(2171), - [sym__raw_string_literal_start] = ACTIONS(2171), - [sym_float_literal] = ACTIONS(2171), + [ts_builtin_sym_end] = ACTIONS(1399), + [sym_identifier] = ACTIONS(1401), + [anon_sym_SEMI] = ACTIONS(1399), + [anon_sym_macro_rules_BANG] = ACTIONS(1399), + [anon_sym_LPAREN] = ACTIONS(1399), + [anon_sym_LBRACK] = ACTIONS(1399), + [anon_sym_LBRACE] = ACTIONS(1399), + [anon_sym_RBRACE] = ACTIONS(1399), + [anon_sym_STAR] = ACTIONS(1399), + [anon_sym_u8] = ACTIONS(1401), + [anon_sym_i8] = ACTIONS(1401), + [anon_sym_u16] = ACTIONS(1401), + [anon_sym_i16] = ACTIONS(1401), + [anon_sym_u32] = ACTIONS(1401), + [anon_sym_i32] = ACTIONS(1401), + [anon_sym_u64] = ACTIONS(1401), + [anon_sym_i64] = ACTIONS(1401), + [anon_sym_u128] = ACTIONS(1401), + [anon_sym_i128] = ACTIONS(1401), + [anon_sym_isize] = ACTIONS(1401), + [anon_sym_usize] = ACTIONS(1401), + [anon_sym_f32] = ACTIONS(1401), + [anon_sym_f64] = ACTIONS(1401), + [anon_sym_bool] = ACTIONS(1401), + [anon_sym_str] = ACTIONS(1401), + [anon_sym_char] = ACTIONS(1401), + [anon_sym_DASH] = ACTIONS(1399), + [anon_sym_BANG] = ACTIONS(1399), + [anon_sym_AMP] = ACTIONS(1399), + [anon_sym_PIPE] = ACTIONS(1399), + [anon_sym_LT] = ACTIONS(1399), + [anon_sym_DOT_DOT] = ACTIONS(1399), + [anon_sym_COLON_COLON] = ACTIONS(1399), + [anon_sym_POUND] = ACTIONS(1399), + [anon_sym_SQUOTE] = ACTIONS(1401), + [anon_sym_async] = ACTIONS(1401), + [anon_sym_break] = ACTIONS(1401), + [anon_sym_const] = ACTIONS(1401), + [anon_sym_continue] = ACTIONS(1401), + [anon_sym_default] = ACTIONS(1401), + [anon_sym_enum] = ACTIONS(1401), + [anon_sym_fn] = ACTIONS(1401), + [anon_sym_for] = ACTIONS(1401), + [anon_sym_gen] = ACTIONS(1401), + [anon_sym_if] = ACTIONS(1401), + [anon_sym_impl] = ACTIONS(1401), + [anon_sym_let] = ACTIONS(1401), + [anon_sym_loop] = ACTIONS(1401), + [anon_sym_match] = ACTIONS(1401), + [anon_sym_mod] = ACTIONS(1401), + [anon_sym_pub] = ACTIONS(1401), + [anon_sym_return] = ACTIONS(1401), + [anon_sym_static] = ACTIONS(1401), + [anon_sym_struct] = ACTIONS(1401), + [anon_sym_trait] = ACTIONS(1401), + [anon_sym_type] = ACTIONS(1401), + [anon_sym_union] = ACTIONS(1401), + [anon_sym_unsafe] = ACTIONS(1401), + [anon_sym_use] = ACTIONS(1401), + [anon_sym_while] = ACTIONS(1401), + [anon_sym_extern] = ACTIONS(1401), + [anon_sym_yield] = ACTIONS(1401), + [anon_sym_move] = ACTIONS(1401), + [anon_sym_try] = ACTIONS(1401), + [sym_integer_literal] = ACTIONS(1399), + [aux_sym_string_literal_token1] = ACTIONS(1399), + [sym_char_literal] = ACTIONS(1399), + [anon_sym_true] = ACTIONS(1401), + [anon_sym_false] = ACTIONS(1401), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1401), + [sym_super] = ACTIONS(1401), + [sym_crate] = ACTIONS(1401), + [sym_metavariable] = ACTIONS(1399), + [sym__raw_string_literal_start] = ACTIONS(1399), + [sym_float_literal] = ACTIONS(1399), }, [STATE(593)] = { [sym_line_comment] = STATE(593), [sym_block_comment] = STATE(593), - [ts_builtin_sym_end] = ACTIONS(2175), - [sym_identifier] = ACTIONS(2177), - [anon_sym_SEMI] = ACTIONS(2175), - [anon_sym_macro_rules_BANG] = ACTIONS(2175), - [anon_sym_LPAREN] = ACTIONS(2175), - [anon_sym_LBRACK] = ACTIONS(2175), - [anon_sym_LBRACE] = ACTIONS(2175), - [anon_sym_RBRACE] = ACTIONS(2175), - [anon_sym_STAR] = ACTIONS(2175), - [anon_sym_u8] = ACTIONS(2177), - [anon_sym_i8] = ACTIONS(2177), - [anon_sym_u16] = ACTIONS(2177), - [anon_sym_i16] = ACTIONS(2177), - [anon_sym_u32] = ACTIONS(2177), - [anon_sym_i32] = ACTIONS(2177), - [anon_sym_u64] = ACTIONS(2177), - [anon_sym_i64] = ACTIONS(2177), - [anon_sym_u128] = ACTIONS(2177), - [anon_sym_i128] = ACTIONS(2177), - [anon_sym_isize] = ACTIONS(2177), - [anon_sym_usize] = ACTIONS(2177), - [anon_sym_f32] = ACTIONS(2177), - [anon_sym_f64] = ACTIONS(2177), - [anon_sym_bool] = ACTIONS(2177), - [anon_sym_str] = ACTIONS(2177), - [anon_sym_char] = ACTIONS(2177), - [anon_sym_DASH] = ACTIONS(2175), - [anon_sym_BANG] = ACTIONS(2175), - [anon_sym_AMP] = ACTIONS(2175), - [anon_sym_PIPE] = ACTIONS(2175), - [anon_sym_LT] = ACTIONS(2175), - [anon_sym_DOT_DOT] = ACTIONS(2175), - [anon_sym_COLON_COLON] = ACTIONS(2175), - [anon_sym_POUND] = ACTIONS(2175), - [anon_sym_SQUOTE] = ACTIONS(2177), - [anon_sym_async] = ACTIONS(2177), - [anon_sym_break] = ACTIONS(2177), - [anon_sym_const] = ACTIONS(2177), - [anon_sym_continue] = ACTIONS(2177), - [anon_sym_default] = ACTIONS(2177), - [anon_sym_enum] = ACTIONS(2177), - [anon_sym_fn] = ACTIONS(2177), - [anon_sym_for] = ACTIONS(2177), - [anon_sym_gen] = ACTIONS(2177), - [anon_sym_if] = ACTIONS(2177), - [anon_sym_impl] = ACTIONS(2177), - [anon_sym_let] = ACTIONS(2177), - [anon_sym_loop] = ACTIONS(2177), - [anon_sym_match] = ACTIONS(2177), - [anon_sym_mod] = ACTIONS(2177), - [anon_sym_pub] = ACTIONS(2177), - [anon_sym_return] = ACTIONS(2177), - [anon_sym_static] = ACTIONS(2177), - [anon_sym_struct] = ACTIONS(2177), - [anon_sym_trait] = ACTIONS(2177), - [anon_sym_type] = ACTIONS(2177), - [anon_sym_union] = ACTIONS(2177), - [anon_sym_unsafe] = ACTIONS(2177), - [anon_sym_use] = ACTIONS(2177), - [anon_sym_while] = ACTIONS(2177), - [anon_sym_extern] = ACTIONS(2177), - [anon_sym_yield] = ACTIONS(2177), - [anon_sym_move] = ACTIONS(2177), - [anon_sym_try] = ACTIONS(2177), - [sym_integer_literal] = ACTIONS(2175), - [aux_sym_string_literal_token1] = ACTIONS(2175), - [sym_char_literal] = ACTIONS(2175), - [anon_sym_true] = ACTIONS(2177), - [anon_sym_false] = ACTIONS(2177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2177), - [sym_super] = ACTIONS(2177), - [sym_crate] = ACTIONS(2177), - [sym_metavariable] = ACTIONS(2175), - [sym__raw_string_literal_start] = ACTIONS(2175), - [sym_float_literal] = ACTIONS(2175), + [ts_builtin_sym_end] = ACTIONS(2308), + [sym_identifier] = ACTIONS(2310), + [anon_sym_SEMI] = ACTIONS(2308), + [anon_sym_macro_rules_BANG] = ACTIONS(2308), + [anon_sym_LPAREN] = ACTIONS(2308), + [anon_sym_LBRACK] = ACTIONS(2308), + [anon_sym_LBRACE] = ACTIONS(2308), + [anon_sym_RBRACE] = ACTIONS(2308), + [anon_sym_STAR] = ACTIONS(2308), + [anon_sym_u8] = ACTIONS(2310), + [anon_sym_i8] = ACTIONS(2310), + [anon_sym_u16] = ACTIONS(2310), + [anon_sym_i16] = ACTIONS(2310), + [anon_sym_u32] = ACTIONS(2310), + [anon_sym_i32] = ACTIONS(2310), + [anon_sym_u64] = ACTIONS(2310), + [anon_sym_i64] = ACTIONS(2310), + [anon_sym_u128] = ACTIONS(2310), + [anon_sym_i128] = ACTIONS(2310), + [anon_sym_isize] = ACTIONS(2310), + [anon_sym_usize] = ACTIONS(2310), + [anon_sym_f32] = ACTIONS(2310), + [anon_sym_f64] = ACTIONS(2310), + [anon_sym_bool] = ACTIONS(2310), + [anon_sym_str] = ACTIONS(2310), + [anon_sym_char] = ACTIONS(2310), + [anon_sym_DASH] = ACTIONS(2308), + [anon_sym_BANG] = ACTIONS(2308), + [anon_sym_AMP] = ACTIONS(2308), + [anon_sym_PIPE] = ACTIONS(2308), + [anon_sym_LT] = ACTIONS(2308), + [anon_sym_DOT_DOT] = ACTIONS(2308), + [anon_sym_COLON_COLON] = ACTIONS(2308), + [anon_sym_POUND] = ACTIONS(2308), + [anon_sym_SQUOTE] = ACTIONS(2310), + [anon_sym_async] = ACTIONS(2310), + [anon_sym_break] = ACTIONS(2310), + [anon_sym_const] = ACTIONS(2310), + [anon_sym_continue] = ACTIONS(2310), + [anon_sym_default] = ACTIONS(2310), + [anon_sym_enum] = ACTIONS(2310), + [anon_sym_fn] = ACTIONS(2310), + [anon_sym_for] = ACTIONS(2310), + [anon_sym_gen] = ACTIONS(2310), + [anon_sym_if] = ACTIONS(2310), + [anon_sym_impl] = ACTIONS(2310), + [anon_sym_let] = ACTIONS(2310), + [anon_sym_loop] = ACTIONS(2310), + [anon_sym_match] = ACTIONS(2310), + [anon_sym_mod] = ACTIONS(2310), + [anon_sym_pub] = ACTIONS(2310), + [anon_sym_return] = ACTIONS(2310), + [anon_sym_static] = ACTIONS(2310), + [anon_sym_struct] = ACTIONS(2310), + [anon_sym_trait] = ACTIONS(2310), + [anon_sym_type] = ACTIONS(2310), + [anon_sym_union] = ACTIONS(2310), + [anon_sym_unsafe] = ACTIONS(2310), + [anon_sym_use] = ACTIONS(2310), + [anon_sym_while] = ACTIONS(2310), + [anon_sym_extern] = ACTIONS(2310), + [anon_sym_yield] = ACTIONS(2310), + [anon_sym_move] = ACTIONS(2310), + [anon_sym_try] = ACTIONS(2310), + [sym_integer_literal] = ACTIONS(2308), + [aux_sym_string_literal_token1] = ACTIONS(2308), + [sym_char_literal] = ACTIONS(2308), + [anon_sym_true] = ACTIONS(2310), + [anon_sym_false] = ACTIONS(2310), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2310), + [sym_super] = ACTIONS(2310), + [sym_crate] = ACTIONS(2310), + [sym_metavariable] = ACTIONS(2308), + [sym__raw_string_literal_start] = ACTIONS(2308), + [sym_float_literal] = ACTIONS(2308), }, [STATE(594)] = { [sym_line_comment] = STATE(594), [sym_block_comment] = STATE(594), - [ts_builtin_sym_end] = ACTIONS(2179), - [sym_identifier] = ACTIONS(2181), - [anon_sym_SEMI] = ACTIONS(2179), - [anon_sym_macro_rules_BANG] = ACTIONS(2179), - [anon_sym_LPAREN] = ACTIONS(2179), - [anon_sym_LBRACK] = ACTIONS(2179), - [anon_sym_LBRACE] = ACTIONS(2179), - [anon_sym_RBRACE] = ACTIONS(2179), - [anon_sym_STAR] = ACTIONS(2179), - [anon_sym_u8] = ACTIONS(2181), - [anon_sym_i8] = ACTIONS(2181), - [anon_sym_u16] = ACTIONS(2181), - [anon_sym_i16] = ACTIONS(2181), - [anon_sym_u32] = ACTIONS(2181), - [anon_sym_i32] = ACTIONS(2181), - [anon_sym_u64] = ACTIONS(2181), - [anon_sym_i64] = ACTIONS(2181), - [anon_sym_u128] = ACTIONS(2181), - [anon_sym_i128] = ACTIONS(2181), - [anon_sym_isize] = ACTIONS(2181), - [anon_sym_usize] = ACTIONS(2181), - [anon_sym_f32] = ACTIONS(2181), - [anon_sym_f64] = ACTIONS(2181), - [anon_sym_bool] = ACTIONS(2181), - [anon_sym_str] = ACTIONS(2181), - [anon_sym_char] = ACTIONS(2181), - [anon_sym_DASH] = ACTIONS(2179), - [anon_sym_BANG] = ACTIONS(2179), - [anon_sym_AMP] = ACTIONS(2179), - [anon_sym_PIPE] = ACTIONS(2179), - [anon_sym_LT] = ACTIONS(2179), - [anon_sym_DOT_DOT] = ACTIONS(2179), - [anon_sym_COLON_COLON] = ACTIONS(2179), - [anon_sym_POUND] = ACTIONS(2179), - [anon_sym_SQUOTE] = ACTIONS(2181), - [anon_sym_async] = ACTIONS(2181), - [anon_sym_break] = ACTIONS(2181), - [anon_sym_const] = ACTIONS(2181), - [anon_sym_continue] = ACTIONS(2181), - [anon_sym_default] = ACTIONS(2181), - [anon_sym_enum] = ACTIONS(2181), - [anon_sym_fn] = ACTIONS(2181), - [anon_sym_for] = ACTIONS(2181), - [anon_sym_gen] = ACTIONS(2181), - [anon_sym_if] = ACTIONS(2181), - [anon_sym_impl] = ACTIONS(2181), - [anon_sym_let] = ACTIONS(2181), - [anon_sym_loop] = ACTIONS(2181), - [anon_sym_match] = ACTIONS(2181), - [anon_sym_mod] = ACTIONS(2181), - [anon_sym_pub] = ACTIONS(2181), - [anon_sym_return] = ACTIONS(2181), - [anon_sym_static] = ACTIONS(2181), - [anon_sym_struct] = ACTIONS(2181), - [anon_sym_trait] = ACTIONS(2181), - [anon_sym_type] = ACTIONS(2181), - [anon_sym_union] = ACTIONS(2181), - [anon_sym_unsafe] = ACTIONS(2181), - [anon_sym_use] = ACTIONS(2181), - [anon_sym_while] = ACTIONS(2181), - [anon_sym_extern] = ACTIONS(2181), - [anon_sym_yield] = ACTIONS(2181), - [anon_sym_move] = ACTIONS(2181), - [anon_sym_try] = ACTIONS(2181), - [sym_integer_literal] = ACTIONS(2179), - [aux_sym_string_literal_token1] = ACTIONS(2179), - [sym_char_literal] = ACTIONS(2179), - [anon_sym_true] = ACTIONS(2181), - [anon_sym_false] = ACTIONS(2181), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2181), - [sym_super] = ACTIONS(2181), - [sym_crate] = ACTIONS(2181), - [sym_metavariable] = ACTIONS(2179), - [sym__raw_string_literal_start] = ACTIONS(2179), - [sym_float_literal] = ACTIONS(2179), + [ts_builtin_sym_end] = ACTIONS(2312), + [sym_identifier] = ACTIONS(2314), + [anon_sym_SEMI] = ACTIONS(2312), + [anon_sym_macro_rules_BANG] = ACTIONS(2312), + [anon_sym_LPAREN] = ACTIONS(2312), + [anon_sym_LBRACK] = ACTIONS(2312), + [anon_sym_LBRACE] = ACTIONS(2312), + [anon_sym_RBRACE] = ACTIONS(2312), + [anon_sym_STAR] = ACTIONS(2312), + [anon_sym_u8] = ACTIONS(2314), + [anon_sym_i8] = ACTIONS(2314), + [anon_sym_u16] = ACTIONS(2314), + [anon_sym_i16] = ACTIONS(2314), + [anon_sym_u32] = ACTIONS(2314), + [anon_sym_i32] = ACTIONS(2314), + [anon_sym_u64] = ACTIONS(2314), + [anon_sym_i64] = ACTIONS(2314), + [anon_sym_u128] = ACTIONS(2314), + [anon_sym_i128] = ACTIONS(2314), + [anon_sym_isize] = ACTIONS(2314), + [anon_sym_usize] = ACTIONS(2314), + [anon_sym_f32] = ACTIONS(2314), + [anon_sym_f64] = ACTIONS(2314), + [anon_sym_bool] = ACTIONS(2314), + [anon_sym_str] = ACTIONS(2314), + [anon_sym_char] = ACTIONS(2314), + [anon_sym_DASH] = ACTIONS(2312), + [anon_sym_BANG] = ACTIONS(2312), + [anon_sym_AMP] = ACTIONS(2312), + [anon_sym_PIPE] = ACTIONS(2312), + [anon_sym_LT] = ACTIONS(2312), + [anon_sym_DOT_DOT] = ACTIONS(2312), + [anon_sym_COLON_COLON] = ACTIONS(2312), + [anon_sym_POUND] = ACTIONS(2312), + [anon_sym_SQUOTE] = ACTIONS(2314), + [anon_sym_async] = ACTIONS(2314), + [anon_sym_break] = ACTIONS(2314), + [anon_sym_const] = ACTIONS(2314), + [anon_sym_continue] = ACTIONS(2314), + [anon_sym_default] = ACTIONS(2314), + [anon_sym_enum] = ACTIONS(2314), + [anon_sym_fn] = ACTIONS(2314), + [anon_sym_for] = ACTIONS(2314), + [anon_sym_gen] = ACTIONS(2314), + [anon_sym_if] = ACTIONS(2314), + [anon_sym_impl] = ACTIONS(2314), + [anon_sym_let] = ACTIONS(2314), + [anon_sym_loop] = ACTIONS(2314), + [anon_sym_match] = ACTIONS(2314), + [anon_sym_mod] = ACTIONS(2314), + [anon_sym_pub] = ACTIONS(2314), + [anon_sym_return] = ACTIONS(2314), + [anon_sym_static] = ACTIONS(2314), + [anon_sym_struct] = ACTIONS(2314), + [anon_sym_trait] = ACTIONS(2314), + [anon_sym_type] = ACTIONS(2314), + [anon_sym_union] = ACTIONS(2314), + [anon_sym_unsafe] = ACTIONS(2314), + [anon_sym_use] = ACTIONS(2314), + [anon_sym_while] = ACTIONS(2314), + [anon_sym_extern] = ACTIONS(2314), + [anon_sym_yield] = ACTIONS(2314), + [anon_sym_move] = ACTIONS(2314), + [anon_sym_try] = ACTIONS(2314), + [sym_integer_literal] = ACTIONS(2312), + [aux_sym_string_literal_token1] = ACTIONS(2312), + [sym_char_literal] = ACTIONS(2312), + [anon_sym_true] = ACTIONS(2314), + [anon_sym_false] = ACTIONS(2314), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2314), + [sym_super] = ACTIONS(2314), + [sym_crate] = ACTIONS(2314), + [sym_metavariable] = ACTIONS(2312), + [sym__raw_string_literal_start] = ACTIONS(2312), + [sym_float_literal] = ACTIONS(2312), }, [STATE(595)] = { [sym_line_comment] = STATE(595), [sym_block_comment] = STATE(595), - [ts_builtin_sym_end] = ACTIONS(2183), - [sym_identifier] = ACTIONS(2185), - [anon_sym_SEMI] = ACTIONS(2183), - [anon_sym_macro_rules_BANG] = ACTIONS(2183), - [anon_sym_LPAREN] = ACTIONS(2183), - [anon_sym_LBRACK] = ACTIONS(2183), - [anon_sym_LBRACE] = ACTIONS(2183), - [anon_sym_RBRACE] = ACTIONS(2183), - [anon_sym_STAR] = ACTIONS(2183), - [anon_sym_u8] = ACTIONS(2185), - [anon_sym_i8] = ACTIONS(2185), - [anon_sym_u16] = ACTIONS(2185), - [anon_sym_i16] = ACTIONS(2185), - [anon_sym_u32] = ACTIONS(2185), - [anon_sym_i32] = ACTIONS(2185), - [anon_sym_u64] = ACTIONS(2185), - [anon_sym_i64] = ACTIONS(2185), - [anon_sym_u128] = ACTIONS(2185), - [anon_sym_i128] = ACTIONS(2185), - [anon_sym_isize] = ACTIONS(2185), - [anon_sym_usize] = ACTIONS(2185), - [anon_sym_f32] = ACTIONS(2185), - [anon_sym_f64] = ACTIONS(2185), - [anon_sym_bool] = ACTIONS(2185), - [anon_sym_str] = ACTIONS(2185), - [anon_sym_char] = ACTIONS(2185), - [anon_sym_DASH] = ACTIONS(2183), - [anon_sym_BANG] = ACTIONS(2183), - [anon_sym_AMP] = ACTIONS(2183), - [anon_sym_PIPE] = ACTIONS(2183), - [anon_sym_LT] = ACTIONS(2183), - [anon_sym_DOT_DOT] = ACTIONS(2183), - [anon_sym_COLON_COLON] = ACTIONS(2183), - [anon_sym_POUND] = ACTIONS(2183), - [anon_sym_SQUOTE] = ACTIONS(2185), - [anon_sym_async] = ACTIONS(2185), - [anon_sym_break] = ACTIONS(2185), - [anon_sym_const] = ACTIONS(2185), - [anon_sym_continue] = ACTIONS(2185), - [anon_sym_default] = ACTIONS(2185), - [anon_sym_enum] = ACTIONS(2185), - [anon_sym_fn] = ACTIONS(2185), - [anon_sym_for] = ACTIONS(2185), - [anon_sym_gen] = ACTIONS(2185), - [anon_sym_if] = ACTIONS(2185), - [anon_sym_impl] = ACTIONS(2185), - [anon_sym_let] = ACTIONS(2185), - [anon_sym_loop] = ACTIONS(2185), - [anon_sym_match] = ACTIONS(2185), - [anon_sym_mod] = ACTIONS(2185), - [anon_sym_pub] = ACTIONS(2185), - [anon_sym_return] = ACTIONS(2185), - [anon_sym_static] = ACTIONS(2185), - [anon_sym_struct] = ACTIONS(2185), - [anon_sym_trait] = ACTIONS(2185), - [anon_sym_type] = ACTIONS(2185), - [anon_sym_union] = ACTIONS(2185), - [anon_sym_unsafe] = ACTIONS(2185), - [anon_sym_use] = ACTIONS(2185), - [anon_sym_while] = ACTIONS(2185), - [anon_sym_extern] = ACTIONS(2185), - [anon_sym_yield] = ACTIONS(2185), - [anon_sym_move] = ACTIONS(2185), - [anon_sym_try] = ACTIONS(2185), - [sym_integer_literal] = ACTIONS(2183), - [aux_sym_string_literal_token1] = ACTIONS(2183), - [sym_char_literal] = ACTIONS(2183), - [anon_sym_true] = ACTIONS(2185), - [anon_sym_false] = ACTIONS(2185), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2185), - [sym_super] = ACTIONS(2185), - [sym_crate] = ACTIONS(2185), - [sym_metavariable] = ACTIONS(2183), - [sym__raw_string_literal_start] = ACTIONS(2183), - [sym_float_literal] = ACTIONS(2183), + [ts_builtin_sym_end] = ACTIONS(2316), + [sym_identifier] = ACTIONS(2318), + [anon_sym_SEMI] = ACTIONS(2316), + [anon_sym_macro_rules_BANG] = ACTIONS(2316), + [anon_sym_LPAREN] = ACTIONS(2316), + [anon_sym_LBRACK] = ACTIONS(2316), + [anon_sym_LBRACE] = ACTIONS(2316), + [anon_sym_RBRACE] = ACTIONS(2316), + [anon_sym_STAR] = ACTIONS(2316), + [anon_sym_u8] = ACTIONS(2318), + [anon_sym_i8] = ACTIONS(2318), + [anon_sym_u16] = ACTIONS(2318), + [anon_sym_i16] = ACTIONS(2318), + [anon_sym_u32] = ACTIONS(2318), + [anon_sym_i32] = ACTIONS(2318), + [anon_sym_u64] = ACTIONS(2318), + [anon_sym_i64] = ACTIONS(2318), + [anon_sym_u128] = ACTIONS(2318), + [anon_sym_i128] = ACTIONS(2318), + [anon_sym_isize] = ACTIONS(2318), + [anon_sym_usize] = ACTIONS(2318), + [anon_sym_f32] = ACTIONS(2318), + [anon_sym_f64] = ACTIONS(2318), + [anon_sym_bool] = ACTIONS(2318), + [anon_sym_str] = ACTIONS(2318), + [anon_sym_char] = ACTIONS(2318), + [anon_sym_DASH] = ACTIONS(2316), + [anon_sym_BANG] = ACTIONS(2316), + [anon_sym_AMP] = ACTIONS(2316), + [anon_sym_PIPE] = ACTIONS(2316), + [anon_sym_LT] = ACTIONS(2316), + [anon_sym_DOT_DOT] = ACTIONS(2316), + [anon_sym_COLON_COLON] = ACTIONS(2316), + [anon_sym_POUND] = ACTIONS(2316), + [anon_sym_SQUOTE] = ACTIONS(2318), + [anon_sym_async] = ACTIONS(2318), + [anon_sym_break] = ACTIONS(2318), + [anon_sym_const] = ACTIONS(2318), + [anon_sym_continue] = ACTIONS(2318), + [anon_sym_default] = ACTIONS(2318), + [anon_sym_enum] = ACTIONS(2318), + [anon_sym_fn] = ACTIONS(2318), + [anon_sym_for] = ACTIONS(2318), + [anon_sym_gen] = ACTIONS(2318), + [anon_sym_if] = ACTIONS(2318), + [anon_sym_impl] = ACTIONS(2318), + [anon_sym_let] = ACTIONS(2318), + [anon_sym_loop] = ACTIONS(2318), + [anon_sym_match] = ACTIONS(2318), + [anon_sym_mod] = ACTIONS(2318), + [anon_sym_pub] = ACTIONS(2318), + [anon_sym_return] = ACTIONS(2318), + [anon_sym_static] = ACTIONS(2318), + [anon_sym_struct] = ACTIONS(2318), + [anon_sym_trait] = ACTIONS(2318), + [anon_sym_type] = ACTIONS(2318), + [anon_sym_union] = ACTIONS(2318), + [anon_sym_unsafe] = ACTIONS(2318), + [anon_sym_use] = ACTIONS(2318), + [anon_sym_while] = ACTIONS(2318), + [anon_sym_extern] = ACTIONS(2318), + [anon_sym_yield] = ACTIONS(2318), + [anon_sym_move] = ACTIONS(2318), + [anon_sym_try] = ACTIONS(2318), + [sym_integer_literal] = ACTIONS(2316), + [aux_sym_string_literal_token1] = ACTIONS(2316), + [sym_char_literal] = ACTIONS(2316), + [anon_sym_true] = ACTIONS(2318), + [anon_sym_false] = ACTIONS(2318), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2318), + [sym_super] = ACTIONS(2318), + [sym_crate] = ACTIONS(2318), + [sym_metavariable] = ACTIONS(2316), + [sym__raw_string_literal_start] = ACTIONS(2316), + [sym_float_literal] = ACTIONS(2316), }, [STATE(596)] = { [sym_line_comment] = STATE(596), [sym_block_comment] = STATE(596), - [ts_builtin_sym_end] = ACTIONS(2187), - [sym_identifier] = ACTIONS(2189), - [anon_sym_SEMI] = ACTIONS(2187), - [anon_sym_macro_rules_BANG] = ACTIONS(2187), - [anon_sym_LPAREN] = ACTIONS(2187), - [anon_sym_LBRACK] = ACTIONS(2187), - [anon_sym_LBRACE] = ACTIONS(2187), - [anon_sym_RBRACE] = ACTIONS(2187), - [anon_sym_STAR] = ACTIONS(2187), - [anon_sym_u8] = ACTIONS(2189), - [anon_sym_i8] = ACTIONS(2189), - [anon_sym_u16] = ACTIONS(2189), - [anon_sym_i16] = ACTIONS(2189), - [anon_sym_u32] = ACTIONS(2189), - [anon_sym_i32] = ACTIONS(2189), - [anon_sym_u64] = ACTIONS(2189), - [anon_sym_i64] = ACTIONS(2189), - [anon_sym_u128] = ACTIONS(2189), - [anon_sym_i128] = ACTIONS(2189), - [anon_sym_isize] = ACTIONS(2189), - [anon_sym_usize] = ACTIONS(2189), - [anon_sym_f32] = ACTIONS(2189), - [anon_sym_f64] = ACTIONS(2189), - [anon_sym_bool] = ACTIONS(2189), - [anon_sym_str] = ACTIONS(2189), - [anon_sym_char] = ACTIONS(2189), - [anon_sym_DASH] = ACTIONS(2187), - [anon_sym_BANG] = ACTIONS(2187), - [anon_sym_AMP] = ACTIONS(2187), - [anon_sym_PIPE] = ACTIONS(2187), - [anon_sym_LT] = ACTIONS(2187), - [anon_sym_DOT_DOT] = ACTIONS(2187), - [anon_sym_COLON_COLON] = ACTIONS(2187), - [anon_sym_POUND] = ACTIONS(2187), - [anon_sym_SQUOTE] = ACTIONS(2189), - [anon_sym_async] = ACTIONS(2189), - [anon_sym_break] = ACTIONS(2189), - [anon_sym_const] = ACTIONS(2189), - [anon_sym_continue] = ACTIONS(2189), - [anon_sym_default] = ACTIONS(2189), - [anon_sym_enum] = ACTIONS(2189), - [anon_sym_fn] = ACTIONS(2189), - [anon_sym_for] = ACTIONS(2189), - [anon_sym_gen] = ACTIONS(2189), - [anon_sym_if] = ACTIONS(2189), - [anon_sym_impl] = ACTIONS(2189), - [anon_sym_let] = ACTIONS(2189), - [anon_sym_loop] = ACTIONS(2189), - [anon_sym_match] = ACTIONS(2189), - [anon_sym_mod] = ACTIONS(2189), - [anon_sym_pub] = ACTIONS(2189), - [anon_sym_return] = ACTIONS(2189), - [anon_sym_static] = ACTIONS(2189), - [anon_sym_struct] = ACTIONS(2189), - [anon_sym_trait] = ACTIONS(2189), - [anon_sym_type] = ACTIONS(2189), - [anon_sym_union] = ACTIONS(2189), - [anon_sym_unsafe] = ACTIONS(2189), - [anon_sym_use] = ACTIONS(2189), - [anon_sym_while] = ACTIONS(2189), - [anon_sym_extern] = ACTIONS(2189), - [anon_sym_yield] = ACTIONS(2189), - [anon_sym_move] = ACTIONS(2189), - [anon_sym_try] = ACTIONS(2189), - [sym_integer_literal] = ACTIONS(2187), - [aux_sym_string_literal_token1] = ACTIONS(2187), - [sym_char_literal] = ACTIONS(2187), - [anon_sym_true] = ACTIONS(2189), - [anon_sym_false] = ACTIONS(2189), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2189), - [sym_super] = ACTIONS(2189), - [sym_crate] = ACTIONS(2189), - [sym_metavariable] = ACTIONS(2187), - [sym__raw_string_literal_start] = ACTIONS(2187), - [sym_float_literal] = ACTIONS(2187), + [ts_builtin_sym_end] = ACTIONS(2320), + [sym_identifier] = ACTIONS(2322), + [anon_sym_SEMI] = ACTIONS(2320), + [anon_sym_macro_rules_BANG] = ACTIONS(2320), + [anon_sym_LPAREN] = ACTIONS(2320), + [anon_sym_LBRACK] = ACTIONS(2320), + [anon_sym_LBRACE] = ACTIONS(2320), + [anon_sym_RBRACE] = ACTIONS(2320), + [anon_sym_STAR] = ACTIONS(2320), + [anon_sym_u8] = ACTIONS(2322), + [anon_sym_i8] = ACTIONS(2322), + [anon_sym_u16] = ACTIONS(2322), + [anon_sym_i16] = ACTIONS(2322), + [anon_sym_u32] = ACTIONS(2322), + [anon_sym_i32] = ACTIONS(2322), + [anon_sym_u64] = ACTIONS(2322), + [anon_sym_i64] = ACTIONS(2322), + [anon_sym_u128] = ACTIONS(2322), + [anon_sym_i128] = ACTIONS(2322), + [anon_sym_isize] = ACTIONS(2322), + [anon_sym_usize] = ACTIONS(2322), + [anon_sym_f32] = ACTIONS(2322), + [anon_sym_f64] = ACTIONS(2322), + [anon_sym_bool] = ACTIONS(2322), + [anon_sym_str] = ACTIONS(2322), + [anon_sym_char] = ACTIONS(2322), + [anon_sym_DASH] = ACTIONS(2320), + [anon_sym_BANG] = ACTIONS(2320), + [anon_sym_AMP] = ACTIONS(2320), + [anon_sym_PIPE] = ACTIONS(2320), + [anon_sym_LT] = ACTIONS(2320), + [anon_sym_DOT_DOT] = ACTIONS(2320), + [anon_sym_COLON_COLON] = ACTIONS(2320), + [anon_sym_POUND] = ACTIONS(2320), + [anon_sym_SQUOTE] = ACTIONS(2322), + [anon_sym_async] = ACTIONS(2322), + [anon_sym_break] = ACTIONS(2322), + [anon_sym_const] = ACTIONS(2322), + [anon_sym_continue] = ACTIONS(2322), + [anon_sym_default] = ACTIONS(2322), + [anon_sym_enum] = ACTIONS(2322), + [anon_sym_fn] = ACTIONS(2322), + [anon_sym_for] = ACTIONS(2322), + [anon_sym_gen] = ACTIONS(2322), + [anon_sym_if] = ACTIONS(2322), + [anon_sym_impl] = ACTIONS(2322), + [anon_sym_let] = ACTIONS(2322), + [anon_sym_loop] = ACTIONS(2322), + [anon_sym_match] = ACTIONS(2322), + [anon_sym_mod] = ACTIONS(2322), + [anon_sym_pub] = ACTIONS(2322), + [anon_sym_return] = ACTIONS(2322), + [anon_sym_static] = ACTIONS(2322), + [anon_sym_struct] = ACTIONS(2322), + [anon_sym_trait] = ACTIONS(2322), + [anon_sym_type] = ACTIONS(2322), + [anon_sym_union] = ACTIONS(2322), + [anon_sym_unsafe] = ACTIONS(2322), + [anon_sym_use] = ACTIONS(2322), + [anon_sym_while] = ACTIONS(2322), + [anon_sym_extern] = ACTIONS(2322), + [anon_sym_yield] = ACTIONS(2322), + [anon_sym_move] = ACTIONS(2322), + [anon_sym_try] = ACTIONS(2322), + [sym_integer_literal] = ACTIONS(2320), + [aux_sym_string_literal_token1] = ACTIONS(2320), + [sym_char_literal] = ACTIONS(2320), + [anon_sym_true] = ACTIONS(2322), + [anon_sym_false] = ACTIONS(2322), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2322), + [sym_super] = ACTIONS(2322), + [sym_crate] = ACTIONS(2322), + [sym_metavariable] = ACTIONS(2320), + [sym__raw_string_literal_start] = ACTIONS(2320), + [sym_float_literal] = ACTIONS(2320), }, [STATE(597)] = { [sym_line_comment] = STATE(597), [sym_block_comment] = STATE(597), - [ts_builtin_sym_end] = ACTIONS(2191), - [sym_identifier] = ACTIONS(2193), - [anon_sym_SEMI] = ACTIONS(2191), - [anon_sym_macro_rules_BANG] = ACTIONS(2191), - [anon_sym_LPAREN] = ACTIONS(2191), - [anon_sym_LBRACK] = ACTIONS(2191), - [anon_sym_LBRACE] = ACTIONS(2191), - [anon_sym_RBRACE] = ACTIONS(2191), - [anon_sym_STAR] = ACTIONS(2191), - [anon_sym_u8] = ACTIONS(2193), - [anon_sym_i8] = ACTIONS(2193), - [anon_sym_u16] = ACTIONS(2193), - [anon_sym_i16] = ACTIONS(2193), - [anon_sym_u32] = ACTIONS(2193), - [anon_sym_i32] = ACTIONS(2193), - [anon_sym_u64] = ACTIONS(2193), - [anon_sym_i64] = ACTIONS(2193), - [anon_sym_u128] = ACTIONS(2193), - [anon_sym_i128] = ACTIONS(2193), - [anon_sym_isize] = ACTIONS(2193), - [anon_sym_usize] = ACTIONS(2193), - [anon_sym_f32] = ACTIONS(2193), - [anon_sym_f64] = ACTIONS(2193), - [anon_sym_bool] = ACTIONS(2193), - [anon_sym_str] = ACTIONS(2193), - [anon_sym_char] = ACTIONS(2193), - [anon_sym_DASH] = ACTIONS(2191), - [anon_sym_BANG] = ACTIONS(2191), - [anon_sym_AMP] = ACTIONS(2191), - [anon_sym_PIPE] = ACTIONS(2191), - [anon_sym_LT] = ACTIONS(2191), - [anon_sym_DOT_DOT] = ACTIONS(2191), - [anon_sym_COLON_COLON] = ACTIONS(2191), - [anon_sym_POUND] = ACTIONS(2191), - [anon_sym_SQUOTE] = ACTIONS(2193), - [anon_sym_async] = ACTIONS(2193), - [anon_sym_break] = ACTIONS(2193), - [anon_sym_const] = ACTIONS(2193), - [anon_sym_continue] = ACTIONS(2193), - [anon_sym_default] = ACTIONS(2193), - [anon_sym_enum] = ACTIONS(2193), - [anon_sym_fn] = ACTIONS(2193), - [anon_sym_for] = ACTIONS(2193), - [anon_sym_gen] = ACTIONS(2193), - [anon_sym_if] = ACTIONS(2193), - [anon_sym_impl] = ACTIONS(2193), - [anon_sym_let] = ACTIONS(2193), - [anon_sym_loop] = ACTIONS(2193), - [anon_sym_match] = ACTIONS(2193), - [anon_sym_mod] = ACTIONS(2193), - [anon_sym_pub] = ACTIONS(2193), - [anon_sym_return] = ACTIONS(2193), - [anon_sym_static] = ACTIONS(2193), - [anon_sym_struct] = ACTIONS(2193), - [anon_sym_trait] = ACTIONS(2193), - [anon_sym_type] = ACTIONS(2193), - [anon_sym_union] = ACTIONS(2193), - [anon_sym_unsafe] = ACTIONS(2193), - [anon_sym_use] = ACTIONS(2193), - [anon_sym_while] = ACTIONS(2193), - [anon_sym_extern] = ACTIONS(2193), - [anon_sym_yield] = ACTIONS(2193), - [anon_sym_move] = ACTIONS(2193), - [anon_sym_try] = ACTIONS(2193), - [sym_integer_literal] = ACTIONS(2191), - [aux_sym_string_literal_token1] = ACTIONS(2191), - [sym_char_literal] = ACTIONS(2191), - [anon_sym_true] = ACTIONS(2193), - [anon_sym_false] = ACTIONS(2193), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2193), - [sym_super] = ACTIONS(2193), - [sym_crate] = ACTIONS(2193), - [sym_metavariable] = ACTIONS(2191), - [sym__raw_string_literal_start] = ACTIONS(2191), - [sym_float_literal] = ACTIONS(2191), + [ts_builtin_sym_end] = ACTIONS(2324), + [sym_identifier] = ACTIONS(2326), + [anon_sym_SEMI] = ACTIONS(2324), + [anon_sym_macro_rules_BANG] = ACTIONS(2324), + [anon_sym_LPAREN] = ACTIONS(2324), + [anon_sym_LBRACK] = ACTIONS(2324), + [anon_sym_LBRACE] = ACTIONS(2324), + [anon_sym_RBRACE] = ACTIONS(2324), + [anon_sym_STAR] = ACTIONS(2324), + [anon_sym_u8] = ACTIONS(2326), + [anon_sym_i8] = ACTIONS(2326), + [anon_sym_u16] = ACTIONS(2326), + [anon_sym_i16] = ACTIONS(2326), + [anon_sym_u32] = ACTIONS(2326), + [anon_sym_i32] = ACTIONS(2326), + [anon_sym_u64] = ACTIONS(2326), + [anon_sym_i64] = ACTIONS(2326), + [anon_sym_u128] = ACTIONS(2326), + [anon_sym_i128] = ACTIONS(2326), + [anon_sym_isize] = ACTIONS(2326), + [anon_sym_usize] = ACTIONS(2326), + [anon_sym_f32] = ACTIONS(2326), + [anon_sym_f64] = ACTIONS(2326), + [anon_sym_bool] = ACTIONS(2326), + [anon_sym_str] = ACTIONS(2326), + [anon_sym_char] = ACTIONS(2326), + [anon_sym_DASH] = ACTIONS(2324), + [anon_sym_BANG] = ACTIONS(2324), + [anon_sym_AMP] = ACTIONS(2324), + [anon_sym_PIPE] = ACTIONS(2324), + [anon_sym_LT] = ACTIONS(2324), + [anon_sym_DOT_DOT] = ACTIONS(2324), + [anon_sym_COLON_COLON] = ACTIONS(2324), + [anon_sym_POUND] = ACTIONS(2324), + [anon_sym_SQUOTE] = ACTIONS(2326), + [anon_sym_async] = ACTIONS(2326), + [anon_sym_break] = ACTIONS(2326), + [anon_sym_const] = ACTIONS(2326), + [anon_sym_continue] = ACTIONS(2326), + [anon_sym_default] = ACTIONS(2326), + [anon_sym_enum] = ACTIONS(2326), + [anon_sym_fn] = ACTIONS(2326), + [anon_sym_for] = ACTIONS(2326), + [anon_sym_gen] = ACTIONS(2326), + [anon_sym_if] = ACTIONS(2326), + [anon_sym_impl] = ACTIONS(2326), + [anon_sym_let] = ACTIONS(2326), + [anon_sym_loop] = ACTIONS(2326), + [anon_sym_match] = ACTIONS(2326), + [anon_sym_mod] = ACTIONS(2326), + [anon_sym_pub] = ACTIONS(2326), + [anon_sym_return] = ACTIONS(2326), + [anon_sym_static] = ACTIONS(2326), + [anon_sym_struct] = ACTIONS(2326), + [anon_sym_trait] = ACTIONS(2326), + [anon_sym_type] = ACTIONS(2326), + [anon_sym_union] = ACTIONS(2326), + [anon_sym_unsafe] = ACTIONS(2326), + [anon_sym_use] = ACTIONS(2326), + [anon_sym_while] = ACTIONS(2326), + [anon_sym_extern] = ACTIONS(2326), + [anon_sym_yield] = ACTIONS(2326), + [anon_sym_move] = ACTIONS(2326), + [anon_sym_try] = ACTIONS(2326), + [sym_integer_literal] = ACTIONS(2324), + [aux_sym_string_literal_token1] = ACTIONS(2324), + [sym_char_literal] = ACTIONS(2324), + [anon_sym_true] = ACTIONS(2326), + [anon_sym_false] = ACTIONS(2326), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2326), + [sym_super] = ACTIONS(2326), + [sym_crate] = ACTIONS(2326), + [sym_metavariable] = ACTIONS(2324), + [sym__raw_string_literal_start] = ACTIONS(2324), + [sym_float_literal] = ACTIONS(2324), }, [STATE(598)] = { [sym_line_comment] = STATE(598), [sym_block_comment] = STATE(598), - [ts_builtin_sym_end] = ACTIONS(2195), - [sym_identifier] = ACTIONS(2197), - [anon_sym_SEMI] = ACTIONS(2195), - [anon_sym_macro_rules_BANG] = ACTIONS(2195), - [anon_sym_LPAREN] = ACTIONS(2195), - [anon_sym_LBRACK] = ACTIONS(2195), - [anon_sym_LBRACE] = ACTIONS(2195), - [anon_sym_RBRACE] = ACTIONS(2195), - [anon_sym_STAR] = ACTIONS(2195), - [anon_sym_u8] = ACTIONS(2197), - [anon_sym_i8] = ACTIONS(2197), - [anon_sym_u16] = ACTIONS(2197), - [anon_sym_i16] = ACTIONS(2197), - [anon_sym_u32] = ACTIONS(2197), - [anon_sym_i32] = ACTIONS(2197), - [anon_sym_u64] = ACTIONS(2197), - [anon_sym_i64] = ACTIONS(2197), - [anon_sym_u128] = ACTIONS(2197), - [anon_sym_i128] = ACTIONS(2197), - [anon_sym_isize] = ACTIONS(2197), - [anon_sym_usize] = ACTIONS(2197), - [anon_sym_f32] = ACTIONS(2197), - [anon_sym_f64] = ACTIONS(2197), - [anon_sym_bool] = ACTIONS(2197), - [anon_sym_str] = ACTIONS(2197), - [anon_sym_char] = ACTIONS(2197), - [anon_sym_DASH] = ACTIONS(2195), - [anon_sym_BANG] = ACTIONS(2195), - [anon_sym_AMP] = ACTIONS(2195), - [anon_sym_PIPE] = ACTIONS(2195), - [anon_sym_LT] = ACTIONS(2195), - [anon_sym_DOT_DOT] = ACTIONS(2195), - [anon_sym_COLON_COLON] = ACTIONS(2195), - [anon_sym_POUND] = ACTIONS(2195), - [anon_sym_SQUOTE] = ACTIONS(2197), - [anon_sym_async] = ACTIONS(2197), - [anon_sym_break] = ACTIONS(2197), - [anon_sym_const] = ACTIONS(2197), - [anon_sym_continue] = ACTIONS(2197), - [anon_sym_default] = ACTIONS(2197), - [anon_sym_enum] = ACTIONS(2197), - [anon_sym_fn] = ACTIONS(2197), - [anon_sym_for] = ACTIONS(2197), - [anon_sym_gen] = ACTIONS(2197), - [anon_sym_if] = ACTIONS(2197), - [anon_sym_impl] = ACTIONS(2197), - [anon_sym_let] = ACTIONS(2197), - [anon_sym_loop] = ACTIONS(2197), - [anon_sym_match] = ACTIONS(2197), - [anon_sym_mod] = ACTIONS(2197), - [anon_sym_pub] = ACTIONS(2197), - [anon_sym_return] = ACTIONS(2197), - [anon_sym_static] = ACTIONS(2197), - [anon_sym_struct] = ACTIONS(2197), - [anon_sym_trait] = ACTIONS(2197), - [anon_sym_type] = ACTIONS(2197), - [anon_sym_union] = ACTIONS(2197), - [anon_sym_unsafe] = ACTIONS(2197), - [anon_sym_use] = ACTIONS(2197), - [anon_sym_while] = ACTIONS(2197), - [anon_sym_extern] = ACTIONS(2197), - [anon_sym_yield] = ACTIONS(2197), - [anon_sym_move] = ACTIONS(2197), - [anon_sym_try] = ACTIONS(2197), - [sym_integer_literal] = ACTIONS(2195), - [aux_sym_string_literal_token1] = ACTIONS(2195), - [sym_char_literal] = ACTIONS(2195), - [anon_sym_true] = ACTIONS(2197), - [anon_sym_false] = ACTIONS(2197), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2197), - [sym_super] = ACTIONS(2197), - [sym_crate] = ACTIONS(2197), - [sym_metavariable] = ACTIONS(2195), - [sym__raw_string_literal_start] = ACTIONS(2195), - [sym_float_literal] = ACTIONS(2195), + [ts_builtin_sym_end] = ACTIONS(2328), + [sym_identifier] = ACTIONS(2330), + [anon_sym_SEMI] = ACTIONS(2328), + [anon_sym_macro_rules_BANG] = ACTIONS(2328), + [anon_sym_LPAREN] = ACTIONS(2328), + [anon_sym_LBRACK] = ACTIONS(2328), + [anon_sym_LBRACE] = ACTIONS(2328), + [anon_sym_RBRACE] = ACTIONS(2328), + [anon_sym_STAR] = ACTIONS(2328), + [anon_sym_u8] = ACTIONS(2330), + [anon_sym_i8] = ACTIONS(2330), + [anon_sym_u16] = ACTIONS(2330), + [anon_sym_i16] = ACTIONS(2330), + [anon_sym_u32] = ACTIONS(2330), + [anon_sym_i32] = ACTIONS(2330), + [anon_sym_u64] = ACTIONS(2330), + [anon_sym_i64] = ACTIONS(2330), + [anon_sym_u128] = ACTIONS(2330), + [anon_sym_i128] = ACTIONS(2330), + [anon_sym_isize] = ACTIONS(2330), + [anon_sym_usize] = ACTIONS(2330), + [anon_sym_f32] = ACTIONS(2330), + [anon_sym_f64] = ACTIONS(2330), + [anon_sym_bool] = ACTIONS(2330), + [anon_sym_str] = ACTIONS(2330), + [anon_sym_char] = ACTIONS(2330), + [anon_sym_DASH] = ACTIONS(2328), + [anon_sym_BANG] = ACTIONS(2328), + [anon_sym_AMP] = ACTIONS(2328), + [anon_sym_PIPE] = ACTIONS(2328), + [anon_sym_LT] = ACTIONS(2328), + [anon_sym_DOT_DOT] = ACTIONS(2328), + [anon_sym_COLON_COLON] = ACTIONS(2328), + [anon_sym_POUND] = ACTIONS(2328), + [anon_sym_SQUOTE] = ACTIONS(2330), + [anon_sym_async] = ACTIONS(2330), + [anon_sym_break] = ACTIONS(2330), + [anon_sym_const] = ACTIONS(2330), + [anon_sym_continue] = ACTIONS(2330), + [anon_sym_default] = ACTIONS(2330), + [anon_sym_enum] = ACTIONS(2330), + [anon_sym_fn] = ACTIONS(2330), + [anon_sym_for] = ACTIONS(2330), + [anon_sym_gen] = ACTIONS(2330), + [anon_sym_if] = ACTIONS(2330), + [anon_sym_impl] = ACTIONS(2330), + [anon_sym_let] = ACTIONS(2330), + [anon_sym_loop] = ACTIONS(2330), + [anon_sym_match] = ACTIONS(2330), + [anon_sym_mod] = ACTIONS(2330), + [anon_sym_pub] = ACTIONS(2330), + [anon_sym_return] = ACTIONS(2330), + [anon_sym_static] = ACTIONS(2330), + [anon_sym_struct] = ACTIONS(2330), + [anon_sym_trait] = ACTIONS(2330), + [anon_sym_type] = ACTIONS(2330), + [anon_sym_union] = ACTIONS(2330), + [anon_sym_unsafe] = ACTIONS(2330), + [anon_sym_use] = ACTIONS(2330), + [anon_sym_while] = ACTIONS(2330), + [anon_sym_extern] = ACTIONS(2330), + [anon_sym_yield] = ACTIONS(2330), + [anon_sym_move] = ACTIONS(2330), + [anon_sym_try] = ACTIONS(2330), + [sym_integer_literal] = ACTIONS(2328), + [aux_sym_string_literal_token1] = ACTIONS(2328), + [sym_char_literal] = ACTIONS(2328), + [anon_sym_true] = ACTIONS(2330), + [anon_sym_false] = ACTIONS(2330), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2330), + [sym_super] = ACTIONS(2330), + [sym_crate] = ACTIONS(2330), + [sym_metavariable] = ACTIONS(2328), + [sym__raw_string_literal_start] = ACTIONS(2328), + [sym_float_literal] = ACTIONS(2328), }, [STATE(599)] = { [sym_line_comment] = STATE(599), [sym_block_comment] = STATE(599), - [ts_builtin_sym_end] = ACTIONS(2199), - [sym_identifier] = ACTIONS(2201), - [anon_sym_SEMI] = ACTIONS(2199), - [anon_sym_macro_rules_BANG] = ACTIONS(2199), - [anon_sym_LPAREN] = ACTIONS(2199), - [anon_sym_LBRACK] = ACTIONS(2199), - [anon_sym_LBRACE] = ACTIONS(2199), - [anon_sym_RBRACE] = ACTIONS(2199), - [anon_sym_STAR] = ACTIONS(2199), - [anon_sym_u8] = ACTIONS(2201), - [anon_sym_i8] = ACTIONS(2201), - [anon_sym_u16] = ACTIONS(2201), - [anon_sym_i16] = ACTIONS(2201), - [anon_sym_u32] = ACTIONS(2201), - [anon_sym_i32] = ACTIONS(2201), - [anon_sym_u64] = ACTIONS(2201), - [anon_sym_i64] = ACTIONS(2201), - [anon_sym_u128] = ACTIONS(2201), - [anon_sym_i128] = ACTIONS(2201), - [anon_sym_isize] = ACTIONS(2201), - [anon_sym_usize] = ACTIONS(2201), - [anon_sym_f32] = ACTIONS(2201), - [anon_sym_f64] = ACTIONS(2201), - [anon_sym_bool] = ACTIONS(2201), - [anon_sym_str] = ACTIONS(2201), - [anon_sym_char] = ACTIONS(2201), - [anon_sym_DASH] = ACTIONS(2199), - [anon_sym_BANG] = ACTIONS(2199), - [anon_sym_AMP] = ACTIONS(2199), - [anon_sym_PIPE] = ACTIONS(2199), - [anon_sym_LT] = ACTIONS(2199), - [anon_sym_DOT_DOT] = ACTIONS(2199), - [anon_sym_COLON_COLON] = ACTIONS(2199), - [anon_sym_POUND] = ACTIONS(2199), - [anon_sym_SQUOTE] = ACTIONS(2201), - [anon_sym_async] = ACTIONS(2201), - [anon_sym_break] = ACTIONS(2201), - [anon_sym_const] = ACTIONS(2201), - [anon_sym_continue] = ACTIONS(2201), - [anon_sym_default] = ACTIONS(2201), - [anon_sym_enum] = ACTIONS(2201), - [anon_sym_fn] = ACTIONS(2201), - [anon_sym_for] = ACTIONS(2201), - [anon_sym_gen] = ACTIONS(2201), - [anon_sym_if] = ACTIONS(2201), - [anon_sym_impl] = ACTIONS(2201), - [anon_sym_let] = ACTIONS(2201), - [anon_sym_loop] = ACTIONS(2201), - [anon_sym_match] = ACTIONS(2201), - [anon_sym_mod] = ACTIONS(2201), - [anon_sym_pub] = ACTIONS(2201), - [anon_sym_return] = ACTIONS(2201), - [anon_sym_static] = ACTIONS(2201), - [anon_sym_struct] = ACTIONS(2201), - [anon_sym_trait] = ACTIONS(2201), - [anon_sym_type] = ACTIONS(2201), - [anon_sym_union] = ACTIONS(2201), - [anon_sym_unsafe] = ACTIONS(2201), - [anon_sym_use] = ACTIONS(2201), - [anon_sym_while] = ACTIONS(2201), - [anon_sym_extern] = ACTIONS(2201), - [anon_sym_yield] = ACTIONS(2201), - [anon_sym_move] = ACTIONS(2201), - [anon_sym_try] = ACTIONS(2201), - [sym_integer_literal] = ACTIONS(2199), - [aux_sym_string_literal_token1] = ACTIONS(2199), - [sym_char_literal] = ACTIONS(2199), - [anon_sym_true] = ACTIONS(2201), - [anon_sym_false] = ACTIONS(2201), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2201), - [sym_super] = ACTIONS(2201), - [sym_crate] = ACTIONS(2201), - [sym_metavariable] = ACTIONS(2199), - [sym__raw_string_literal_start] = ACTIONS(2199), - [sym_float_literal] = ACTIONS(2199), + [ts_builtin_sym_end] = ACTIONS(2332), + [sym_identifier] = ACTIONS(2334), + [anon_sym_SEMI] = ACTIONS(2332), + [anon_sym_macro_rules_BANG] = ACTIONS(2332), + [anon_sym_LPAREN] = ACTIONS(2332), + [anon_sym_LBRACK] = ACTIONS(2332), + [anon_sym_LBRACE] = ACTIONS(2332), + [anon_sym_RBRACE] = ACTIONS(2332), + [anon_sym_STAR] = ACTIONS(2332), + [anon_sym_u8] = ACTIONS(2334), + [anon_sym_i8] = ACTIONS(2334), + [anon_sym_u16] = ACTIONS(2334), + [anon_sym_i16] = ACTIONS(2334), + [anon_sym_u32] = ACTIONS(2334), + [anon_sym_i32] = ACTIONS(2334), + [anon_sym_u64] = ACTIONS(2334), + [anon_sym_i64] = ACTIONS(2334), + [anon_sym_u128] = ACTIONS(2334), + [anon_sym_i128] = ACTIONS(2334), + [anon_sym_isize] = ACTIONS(2334), + [anon_sym_usize] = ACTIONS(2334), + [anon_sym_f32] = ACTIONS(2334), + [anon_sym_f64] = ACTIONS(2334), + [anon_sym_bool] = ACTIONS(2334), + [anon_sym_str] = ACTIONS(2334), + [anon_sym_char] = ACTIONS(2334), + [anon_sym_DASH] = ACTIONS(2332), + [anon_sym_BANG] = ACTIONS(2332), + [anon_sym_AMP] = ACTIONS(2332), + [anon_sym_PIPE] = ACTIONS(2332), + [anon_sym_LT] = ACTIONS(2332), + [anon_sym_DOT_DOT] = ACTIONS(2332), + [anon_sym_COLON_COLON] = ACTIONS(2332), + [anon_sym_POUND] = ACTIONS(2332), + [anon_sym_SQUOTE] = ACTIONS(2334), + [anon_sym_async] = ACTIONS(2334), + [anon_sym_break] = ACTIONS(2334), + [anon_sym_const] = ACTIONS(2334), + [anon_sym_continue] = ACTIONS(2334), + [anon_sym_default] = ACTIONS(2334), + [anon_sym_enum] = ACTIONS(2334), + [anon_sym_fn] = ACTIONS(2334), + [anon_sym_for] = ACTIONS(2334), + [anon_sym_gen] = ACTIONS(2334), + [anon_sym_if] = ACTIONS(2334), + [anon_sym_impl] = ACTIONS(2334), + [anon_sym_let] = ACTIONS(2334), + [anon_sym_loop] = ACTIONS(2334), + [anon_sym_match] = ACTIONS(2334), + [anon_sym_mod] = ACTIONS(2334), + [anon_sym_pub] = ACTIONS(2334), + [anon_sym_return] = ACTIONS(2334), + [anon_sym_static] = ACTIONS(2334), + [anon_sym_struct] = ACTIONS(2334), + [anon_sym_trait] = ACTIONS(2334), + [anon_sym_type] = ACTIONS(2334), + [anon_sym_union] = ACTIONS(2334), + [anon_sym_unsafe] = ACTIONS(2334), + [anon_sym_use] = ACTIONS(2334), + [anon_sym_while] = ACTIONS(2334), + [anon_sym_extern] = ACTIONS(2334), + [anon_sym_yield] = ACTIONS(2334), + [anon_sym_move] = ACTIONS(2334), + [anon_sym_try] = ACTIONS(2334), + [sym_integer_literal] = ACTIONS(2332), + [aux_sym_string_literal_token1] = ACTIONS(2332), + [sym_char_literal] = ACTIONS(2332), + [anon_sym_true] = ACTIONS(2334), + [anon_sym_false] = ACTIONS(2334), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2334), + [sym_super] = ACTIONS(2334), + [sym_crate] = ACTIONS(2334), + [sym_metavariable] = ACTIONS(2332), + [sym__raw_string_literal_start] = ACTIONS(2332), + [sym_float_literal] = ACTIONS(2332), }, [STATE(600)] = { [sym_line_comment] = STATE(600), [sym_block_comment] = STATE(600), - [ts_builtin_sym_end] = ACTIONS(2203), - [sym_identifier] = ACTIONS(2205), - [anon_sym_SEMI] = ACTIONS(2203), - [anon_sym_macro_rules_BANG] = ACTIONS(2203), - [anon_sym_LPAREN] = ACTIONS(2203), - [anon_sym_LBRACK] = ACTIONS(2203), - [anon_sym_LBRACE] = ACTIONS(2203), - [anon_sym_RBRACE] = ACTIONS(2203), - [anon_sym_STAR] = ACTIONS(2203), - [anon_sym_u8] = ACTIONS(2205), - [anon_sym_i8] = ACTIONS(2205), - [anon_sym_u16] = ACTIONS(2205), - [anon_sym_i16] = ACTIONS(2205), - [anon_sym_u32] = ACTIONS(2205), - [anon_sym_i32] = ACTIONS(2205), - [anon_sym_u64] = ACTIONS(2205), - [anon_sym_i64] = ACTIONS(2205), - [anon_sym_u128] = ACTIONS(2205), - [anon_sym_i128] = ACTIONS(2205), - [anon_sym_isize] = ACTIONS(2205), - [anon_sym_usize] = ACTIONS(2205), - [anon_sym_f32] = ACTIONS(2205), - [anon_sym_f64] = ACTIONS(2205), - [anon_sym_bool] = ACTIONS(2205), - [anon_sym_str] = ACTIONS(2205), - [anon_sym_char] = ACTIONS(2205), - [anon_sym_DASH] = ACTIONS(2203), - [anon_sym_BANG] = ACTIONS(2203), - [anon_sym_AMP] = ACTIONS(2203), - [anon_sym_PIPE] = ACTIONS(2203), - [anon_sym_LT] = ACTIONS(2203), - [anon_sym_DOT_DOT] = ACTIONS(2203), - [anon_sym_COLON_COLON] = ACTIONS(2203), - [anon_sym_POUND] = ACTIONS(2203), - [anon_sym_SQUOTE] = ACTIONS(2205), - [anon_sym_async] = ACTIONS(2205), - [anon_sym_break] = ACTIONS(2205), - [anon_sym_const] = ACTIONS(2205), - [anon_sym_continue] = ACTIONS(2205), - [anon_sym_default] = ACTIONS(2205), - [anon_sym_enum] = ACTIONS(2205), - [anon_sym_fn] = ACTIONS(2205), - [anon_sym_for] = ACTIONS(2205), - [anon_sym_gen] = ACTIONS(2205), - [anon_sym_if] = ACTIONS(2205), - [anon_sym_impl] = ACTIONS(2205), - [anon_sym_let] = ACTIONS(2205), - [anon_sym_loop] = ACTIONS(2205), - [anon_sym_match] = ACTIONS(2205), - [anon_sym_mod] = ACTIONS(2205), - [anon_sym_pub] = ACTIONS(2205), - [anon_sym_return] = ACTIONS(2205), - [anon_sym_static] = ACTIONS(2205), - [anon_sym_struct] = ACTIONS(2205), - [anon_sym_trait] = ACTIONS(2205), - [anon_sym_type] = ACTIONS(2205), - [anon_sym_union] = ACTIONS(2205), - [anon_sym_unsafe] = ACTIONS(2205), - [anon_sym_use] = ACTIONS(2205), - [anon_sym_while] = ACTIONS(2205), - [anon_sym_extern] = ACTIONS(2205), - [anon_sym_yield] = ACTIONS(2205), - [anon_sym_move] = ACTIONS(2205), - [anon_sym_try] = ACTIONS(2205), - [sym_integer_literal] = ACTIONS(2203), - [aux_sym_string_literal_token1] = ACTIONS(2203), - [sym_char_literal] = ACTIONS(2203), - [anon_sym_true] = ACTIONS(2205), - [anon_sym_false] = ACTIONS(2205), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2205), - [sym_super] = ACTIONS(2205), - [sym_crate] = ACTIONS(2205), - [sym_metavariable] = ACTIONS(2203), - [sym__raw_string_literal_start] = ACTIONS(2203), - [sym_float_literal] = ACTIONS(2203), + [ts_builtin_sym_end] = ACTIONS(2336), + [sym_identifier] = ACTIONS(2338), + [anon_sym_SEMI] = ACTIONS(2336), + [anon_sym_macro_rules_BANG] = ACTIONS(2336), + [anon_sym_LPAREN] = ACTIONS(2336), + [anon_sym_LBRACK] = ACTIONS(2336), + [anon_sym_LBRACE] = ACTIONS(2336), + [anon_sym_RBRACE] = ACTIONS(2336), + [anon_sym_STAR] = ACTIONS(2336), + [anon_sym_u8] = ACTIONS(2338), + [anon_sym_i8] = ACTIONS(2338), + [anon_sym_u16] = ACTIONS(2338), + [anon_sym_i16] = ACTIONS(2338), + [anon_sym_u32] = ACTIONS(2338), + [anon_sym_i32] = ACTIONS(2338), + [anon_sym_u64] = ACTIONS(2338), + [anon_sym_i64] = ACTIONS(2338), + [anon_sym_u128] = ACTIONS(2338), + [anon_sym_i128] = ACTIONS(2338), + [anon_sym_isize] = ACTIONS(2338), + [anon_sym_usize] = ACTIONS(2338), + [anon_sym_f32] = ACTIONS(2338), + [anon_sym_f64] = ACTIONS(2338), + [anon_sym_bool] = ACTIONS(2338), + [anon_sym_str] = ACTIONS(2338), + [anon_sym_char] = ACTIONS(2338), + [anon_sym_DASH] = ACTIONS(2336), + [anon_sym_BANG] = ACTIONS(2336), + [anon_sym_AMP] = ACTIONS(2336), + [anon_sym_PIPE] = ACTIONS(2336), + [anon_sym_LT] = ACTIONS(2336), + [anon_sym_DOT_DOT] = ACTIONS(2336), + [anon_sym_COLON_COLON] = ACTIONS(2336), + [anon_sym_POUND] = ACTIONS(2336), + [anon_sym_SQUOTE] = ACTIONS(2338), + [anon_sym_async] = ACTIONS(2338), + [anon_sym_break] = ACTIONS(2338), + [anon_sym_const] = ACTIONS(2338), + [anon_sym_continue] = ACTIONS(2338), + [anon_sym_default] = ACTIONS(2338), + [anon_sym_enum] = ACTIONS(2338), + [anon_sym_fn] = ACTIONS(2338), + [anon_sym_for] = ACTIONS(2338), + [anon_sym_gen] = ACTIONS(2338), + [anon_sym_if] = ACTIONS(2338), + [anon_sym_impl] = ACTIONS(2338), + [anon_sym_let] = ACTIONS(2338), + [anon_sym_loop] = ACTIONS(2338), + [anon_sym_match] = ACTIONS(2338), + [anon_sym_mod] = ACTIONS(2338), + [anon_sym_pub] = ACTIONS(2338), + [anon_sym_return] = ACTIONS(2338), + [anon_sym_static] = ACTIONS(2338), + [anon_sym_struct] = ACTIONS(2338), + [anon_sym_trait] = ACTIONS(2338), + [anon_sym_type] = ACTIONS(2338), + [anon_sym_union] = ACTIONS(2338), + [anon_sym_unsafe] = ACTIONS(2338), + [anon_sym_use] = ACTIONS(2338), + [anon_sym_while] = ACTIONS(2338), + [anon_sym_extern] = ACTIONS(2338), + [anon_sym_yield] = ACTIONS(2338), + [anon_sym_move] = ACTIONS(2338), + [anon_sym_try] = ACTIONS(2338), + [sym_integer_literal] = ACTIONS(2336), + [aux_sym_string_literal_token1] = ACTIONS(2336), + [sym_char_literal] = ACTIONS(2336), + [anon_sym_true] = ACTIONS(2338), + [anon_sym_false] = ACTIONS(2338), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2338), + [sym_super] = ACTIONS(2338), + [sym_crate] = ACTIONS(2338), + [sym_metavariable] = ACTIONS(2336), + [sym__raw_string_literal_start] = ACTIONS(2336), + [sym_float_literal] = ACTIONS(2336), }, [STATE(601)] = { [sym_line_comment] = STATE(601), [sym_block_comment] = STATE(601), - [ts_builtin_sym_end] = ACTIONS(2207), - [sym_identifier] = ACTIONS(2209), - [anon_sym_SEMI] = ACTIONS(2207), - [anon_sym_macro_rules_BANG] = ACTIONS(2207), - [anon_sym_LPAREN] = ACTIONS(2207), - [anon_sym_LBRACK] = ACTIONS(2207), - [anon_sym_LBRACE] = ACTIONS(2207), - [anon_sym_RBRACE] = ACTIONS(2207), - [anon_sym_STAR] = ACTIONS(2207), - [anon_sym_u8] = ACTIONS(2209), - [anon_sym_i8] = ACTIONS(2209), - [anon_sym_u16] = ACTIONS(2209), - [anon_sym_i16] = ACTIONS(2209), - [anon_sym_u32] = ACTIONS(2209), - [anon_sym_i32] = ACTIONS(2209), - [anon_sym_u64] = ACTIONS(2209), - [anon_sym_i64] = ACTIONS(2209), - [anon_sym_u128] = ACTIONS(2209), - [anon_sym_i128] = ACTIONS(2209), - [anon_sym_isize] = ACTIONS(2209), - [anon_sym_usize] = ACTIONS(2209), - [anon_sym_f32] = ACTIONS(2209), - [anon_sym_f64] = ACTIONS(2209), - [anon_sym_bool] = ACTIONS(2209), - [anon_sym_str] = ACTIONS(2209), - [anon_sym_char] = ACTIONS(2209), - [anon_sym_DASH] = ACTIONS(2207), - [anon_sym_BANG] = ACTIONS(2207), - [anon_sym_AMP] = ACTIONS(2207), - [anon_sym_PIPE] = ACTIONS(2207), - [anon_sym_LT] = ACTIONS(2207), - [anon_sym_DOT_DOT] = ACTIONS(2207), - [anon_sym_COLON_COLON] = ACTIONS(2207), - [anon_sym_POUND] = ACTIONS(2207), - [anon_sym_SQUOTE] = ACTIONS(2209), - [anon_sym_async] = ACTIONS(2209), - [anon_sym_break] = ACTIONS(2209), - [anon_sym_const] = ACTIONS(2209), - [anon_sym_continue] = ACTIONS(2209), - [anon_sym_default] = ACTIONS(2209), - [anon_sym_enum] = ACTIONS(2209), - [anon_sym_fn] = ACTIONS(2209), - [anon_sym_for] = ACTIONS(2209), - [anon_sym_gen] = ACTIONS(2209), - [anon_sym_if] = ACTIONS(2209), - [anon_sym_impl] = ACTIONS(2209), - [anon_sym_let] = ACTIONS(2209), - [anon_sym_loop] = ACTIONS(2209), - [anon_sym_match] = ACTIONS(2209), - [anon_sym_mod] = ACTIONS(2209), - [anon_sym_pub] = ACTIONS(2209), - [anon_sym_return] = ACTIONS(2209), - [anon_sym_static] = ACTIONS(2209), - [anon_sym_struct] = ACTIONS(2209), - [anon_sym_trait] = ACTIONS(2209), - [anon_sym_type] = ACTIONS(2209), - [anon_sym_union] = ACTIONS(2209), - [anon_sym_unsafe] = ACTIONS(2209), - [anon_sym_use] = ACTIONS(2209), - [anon_sym_while] = ACTIONS(2209), - [anon_sym_extern] = ACTIONS(2209), - [anon_sym_yield] = ACTIONS(2209), - [anon_sym_move] = ACTIONS(2209), - [anon_sym_try] = ACTIONS(2209), - [sym_integer_literal] = ACTIONS(2207), - [aux_sym_string_literal_token1] = ACTIONS(2207), - [sym_char_literal] = ACTIONS(2207), - [anon_sym_true] = ACTIONS(2209), - [anon_sym_false] = ACTIONS(2209), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2209), - [sym_super] = ACTIONS(2209), - [sym_crate] = ACTIONS(2209), - [sym_metavariable] = ACTIONS(2207), - [sym__raw_string_literal_start] = ACTIONS(2207), - [sym_float_literal] = ACTIONS(2207), + [ts_builtin_sym_end] = ACTIONS(2340), + [sym_identifier] = ACTIONS(2342), + [anon_sym_SEMI] = ACTIONS(2340), + [anon_sym_macro_rules_BANG] = ACTIONS(2340), + [anon_sym_LPAREN] = ACTIONS(2340), + [anon_sym_LBRACK] = ACTIONS(2340), + [anon_sym_LBRACE] = ACTIONS(2340), + [anon_sym_RBRACE] = ACTIONS(2340), + [anon_sym_STAR] = ACTIONS(2340), + [anon_sym_u8] = ACTIONS(2342), + [anon_sym_i8] = ACTIONS(2342), + [anon_sym_u16] = ACTIONS(2342), + [anon_sym_i16] = ACTIONS(2342), + [anon_sym_u32] = ACTIONS(2342), + [anon_sym_i32] = ACTIONS(2342), + [anon_sym_u64] = ACTIONS(2342), + [anon_sym_i64] = ACTIONS(2342), + [anon_sym_u128] = ACTIONS(2342), + [anon_sym_i128] = ACTIONS(2342), + [anon_sym_isize] = ACTIONS(2342), + [anon_sym_usize] = ACTIONS(2342), + [anon_sym_f32] = ACTIONS(2342), + [anon_sym_f64] = ACTIONS(2342), + [anon_sym_bool] = ACTIONS(2342), + [anon_sym_str] = ACTIONS(2342), + [anon_sym_char] = ACTIONS(2342), + [anon_sym_DASH] = ACTIONS(2340), + [anon_sym_BANG] = ACTIONS(2340), + [anon_sym_AMP] = ACTIONS(2340), + [anon_sym_PIPE] = ACTIONS(2340), + [anon_sym_LT] = ACTIONS(2340), + [anon_sym_DOT_DOT] = ACTIONS(2340), + [anon_sym_COLON_COLON] = ACTIONS(2340), + [anon_sym_POUND] = ACTIONS(2340), + [anon_sym_SQUOTE] = ACTIONS(2342), + [anon_sym_async] = ACTIONS(2342), + [anon_sym_break] = ACTIONS(2342), + [anon_sym_const] = ACTIONS(2342), + [anon_sym_continue] = ACTIONS(2342), + [anon_sym_default] = ACTIONS(2342), + [anon_sym_enum] = ACTIONS(2342), + [anon_sym_fn] = ACTIONS(2342), + [anon_sym_for] = ACTIONS(2342), + [anon_sym_gen] = ACTIONS(2342), + [anon_sym_if] = ACTIONS(2342), + [anon_sym_impl] = ACTIONS(2342), + [anon_sym_let] = ACTIONS(2342), + [anon_sym_loop] = ACTIONS(2342), + [anon_sym_match] = ACTIONS(2342), + [anon_sym_mod] = ACTIONS(2342), + [anon_sym_pub] = ACTIONS(2342), + [anon_sym_return] = ACTIONS(2342), + [anon_sym_static] = ACTIONS(2342), + [anon_sym_struct] = ACTIONS(2342), + [anon_sym_trait] = ACTIONS(2342), + [anon_sym_type] = ACTIONS(2342), + [anon_sym_union] = ACTIONS(2342), + [anon_sym_unsafe] = ACTIONS(2342), + [anon_sym_use] = ACTIONS(2342), + [anon_sym_while] = ACTIONS(2342), + [anon_sym_extern] = ACTIONS(2342), + [anon_sym_yield] = ACTIONS(2342), + [anon_sym_move] = ACTIONS(2342), + [anon_sym_try] = ACTIONS(2342), + [sym_integer_literal] = ACTIONS(2340), + [aux_sym_string_literal_token1] = ACTIONS(2340), + [sym_char_literal] = ACTIONS(2340), + [anon_sym_true] = ACTIONS(2342), + [anon_sym_false] = ACTIONS(2342), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2342), + [sym_super] = ACTIONS(2342), + [sym_crate] = ACTIONS(2342), + [sym_metavariable] = ACTIONS(2340), + [sym__raw_string_literal_start] = ACTIONS(2340), + [sym_float_literal] = ACTIONS(2340), }, [STATE(602)] = { [sym_line_comment] = STATE(602), [sym_block_comment] = STATE(602), - [ts_builtin_sym_end] = ACTIONS(2211), - [sym_identifier] = ACTIONS(2213), - [anon_sym_SEMI] = ACTIONS(2211), - [anon_sym_macro_rules_BANG] = ACTIONS(2211), - [anon_sym_LPAREN] = ACTIONS(2211), - [anon_sym_LBRACK] = ACTIONS(2211), - [anon_sym_LBRACE] = ACTIONS(2211), - [anon_sym_RBRACE] = ACTIONS(2211), - [anon_sym_STAR] = ACTIONS(2211), - [anon_sym_u8] = ACTIONS(2213), - [anon_sym_i8] = ACTIONS(2213), - [anon_sym_u16] = ACTIONS(2213), - [anon_sym_i16] = ACTIONS(2213), - [anon_sym_u32] = ACTIONS(2213), - [anon_sym_i32] = ACTIONS(2213), - [anon_sym_u64] = ACTIONS(2213), - [anon_sym_i64] = ACTIONS(2213), - [anon_sym_u128] = ACTIONS(2213), - [anon_sym_i128] = ACTIONS(2213), - [anon_sym_isize] = ACTIONS(2213), - [anon_sym_usize] = ACTIONS(2213), - [anon_sym_f32] = ACTIONS(2213), - [anon_sym_f64] = ACTIONS(2213), - [anon_sym_bool] = ACTIONS(2213), - [anon_sym_str] = ACTIONS(2213), - [anon_sym_char] = ACTIONS(2213), - [anon_sym_DASH] = ACTIONS(2211), - [anon_sym_BANG] = ACTIONS(2211), - [anon_sym_AMP] = ACTIONS(2211), - [anon_sym_PIPE] = ACTIONS(2211), - [anon_sym_LT] = ACTIONS(2211), - [anon_sym_DOT_DOT] = ACTIONS(2211), - [anon_sym_COLON_COLON] = ACTIONS(2211), - [anon_sym_POUND] = ACTIONS(2211), - [anon_sym_SQUOTE] = ACTIONS(2213), - [anon_sym_async] = ACTIONS(2213), - [anon_sym_break] = ACTIONS(2213), - [anon_sym_const] = ACTIONS(2213), - [anon_sym_continue] = ACTIONS(2213), - [anon_sym_default] = ACTIONS(2213), - [anon_sym_enum] = ACTIONS(2213), - [anon_sym_fn] = ACTIONS(2213), - [anon_sym_for] = ACTIONS(2213), - [anon_sym_gen] = ACTIONS(2213), - [anon_sym_if] = ACTIONS(2213), - [anon_sym_impl] = ACTIONS(2213), - [anon_sym_let] = ACTIONS(2213), - [anon_sym_loop] = ACTIONS(2213), - [anon_sym_match] = ACTIONS(2213), - [anon_sym_mod] = ACTIONS(2213), - [anon_sym_pub] = ACTIONS(2213), - [anon_sym_return] = ACTIONS(2213), - [anon_sym_static] = ACTIONS(2213), - [anon_sym_struct] = ACTIONS(2213), - [anon_sym_trait] = ACTIONS(2213), - [anon_sym_type] = ACTIONS(2213), - [anon_sym_union] = ACTIONS(2213), - [anon_sym_unsafe] = ACTIONS(2213), - [anon_sym_use] = ACTIONS(2213), - [anon_sym_while] = ACTIONS(2213), - [anon_sym_extern] = ACTIONS(2213), - [anon_sym_yield] = ACTIONS(2213), - [anon_sym_move] = ACTIONS(2213), - [anon_sym_try] = ACTIONS(2213), - [sym_integer_literal] = ACTIONS(2211), - [aux_sym_string_literal_token1] = ACTIONS(2211), - [sym_char_literal] = ACTIONS(2211), - [anon_sym_true] = ACTIONS(2213), - [anon_sym_false] = ACTIONS(2213), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2213), - [sym_super] = ACTIONS(2213), - [sym_crate] = ACTIONS(2213), - [sym_metavariable] = ACTIONS(2211), - [sym__raw_string_literal_start] = ACTIONS(2211), - [sym_float_literal] = ACTIONS(2211), + [ts_builtin_sym_end] = ACTIONS(2344), + [sym_identifier] = ACTIONS(2346), + [anon_sym_SEMI] = ACTIONS(2344), + [anon_sym_macro_rules_BANG] = ACTIONS(2344), + [anon_sym_LPAREN] = ACTIONS(2344), + [anon_sym_LBRACK] = ACTIONS(2344), + [anon_sym_LBRACE] = ACTIONS(2344), + [anon_sym_RBRACE] = ACTIONS(2344), + [anon_sym_STAR] = ACTIONS(2344), + [anon_sym_u8] = ACTIONS(2346), + [anon_sym_i8] = ACTIONS(2346), + [anon_sym_u16] = ACTIONS(2346), + [anon_sym_i16] = ACTIONS(2346), + [anon_sym_u32] = ACTIONS(2346), + [anon_sym_i32] = ACTIONS(2346), + [anon_sym_u64] = ACTIONS(2346), + [anon_sym_i64] = ACTIONS(2346), + [anon_sym_u128] = ACTIONS(2346), + [anon_sym_i128] = ACTIONS(2346), + [anon_sym_isize] = ACTIONS(2346), + [anon_sym_usize] = ACTIONS(2346), + [anon_sym_f32] = ACTIONS(2346), + [anon_sym_f64] = ACTIONS(2346), + [anon_sym_bool] = ACTIONS(2346), + [anon_sym_str] = ACTIONS(2346), + [anon_sym_char] = ACTIONS(2346), + [anon_sym_DASH] = ACTIONS(2344), + [anon_sym_BANG] = ACTIONS(2344), + [anon_sym_AMP] = ACTIONS(2344), + [anon_sym_PIPE] = ACTIONS(2344), + [anon_sym_LT] = ACTIONS(2344), + [anon_sym_DOT_DOT] = ACTIONS(2344), + [anon_sym_COLON_COLON] = ACTIONS(2344), + [anon_sym_POUND] = ACTIONS(2344), + [anon_sym_SQUOTE] = ACTIONS(2346), + [anon_sym_async] = ACTIONS(2346), + [anon_sym_break] = ACTIONS(2346), + [anon_sym_const] = ACTIONS(2346), + [anon_sym_continue] = ACTIONS(2346), + [anon_sym_default] = ACTIONS(2346), + [anon_sym_enum] = ACTIONS(2346), + [anon_sym_fn] = ACTIONS(2346), + [anon_sym_for] = ACTIONS(2346), + [anon_sym_gen] = ACTIONS(2346), + [anon_sym_if] = ACTIONS(2346), + [anon_sym_impl] = ACTIONS(2346), + [anon_sym_let] = ACTIONS(2346), + [anon_sym_loop] = ACTIONS(2346), + [anon_sym_match] = ACTIONS(2346), + [anon_sym_mod] = ACTIONS(2346), + [anon_sym_pub] = ACTIONS(2346), + [anon_sym_return] = ACTIONS(2346), + [anon_sym_static] = ACTIONS(2346), + [anon_sym_struct] = ACTIONS(2346), + [anon_sym_trait] = ACTIONS(2346), + [anon_sym_type] = ACTIONS(2346), + [anon_sym_union] = ACTIONS(2346), + [anon_sym_unsafe] = ACTIONS(2346), + [anon_sym_use] = ACTIONS(2346), + [anon_sym_while] = ACTIONS(2346), + [anon_sym_extern] = ACTIONS(2346), + [anon_sym_yield] = ACTIONS(2346), + [anon_sym_move] = ACTIONS(2346), + [anon_sym_try] = ACTIONS(2346), + [sym_integer_literal] = ACTIONS(2344), + [aux_sym_string_literal_token1] = ACTIONS(2344), + [sym_char_literal] = ACTIONS(2344), + [anon_sym_true] = ACTIONS(2346), + [anon_sym_false] = ACTIONS(2346), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2346), + [sym_super] = ACTIONS(2346), + [sym_crate] = ACTIONS(2346), + [sym_metavariable] = ACTIONS(2344), + [sym__raw_string_literal_start] = ACTIONS(2344), + [sym_float_literal] = ACTIONS(2344), }, [STATE(603)] = { [sym_line_comment] = STATE(603), [sym_block_comment] = STATE(603), - [ts_builtin_sym_end] = ACTIONS(2215), - [sym_identifier] = ACTIONS(2217), - [anon_sym_SEMI] = ACTIONS(2215), - [anon_sym_macro_rules_BANG] = ACTIONS(2215), - [anon_sym_LPAREN] = ACTIONS(2215), - [anon_sym_LBRACK] = ACTIONS(2215), - [anon_sym_LBRACE] = ACTIONS(2215), - [anon_sym_RBRACE] = ACTIONS(2215), - [anon_sym_STAR] = ACTIONS(2215), - [anon_sym_u8] = ACTIONS(2217), - [anon_sym_i8] = ACTIONS(2217), - [anon_sym_u16] = ACTIONS(2217), - [anon_sym_i16] = ACTIONS(2217), - [anon_sym_u32] = ACTIONS(2217), - [anon_sym_i32] = ACTIONS(2217), - [anon_sym_u64] = ACTIONS(2217), - [anon_sym_i64] = ACTIONS(2217), - [anon_sym_u128] = ACTIONS(2217), - [anon_sym_i128] = ACTIONS(2217), - [anon_sym_isize] = ACTIONS(2217), - [anon_sym_usize] = ACTIONS(2217), - [anon_sym_f32] = ACTIONS(2217), - [anon_sym_f64] = ACTIONS(2217), - [anon_sym_bool] = ACTIONS(2217), - [anon_sym_str] = ACTIONS(2217), - [anon_sym_char] = ACTIONS(2217), - [anon_sym_DASH] = ACTIONS(2215), - [anon_sym_BANG] = ACTIONS(2215), - [anon_sym_AMP] = ACTIONS(2215), - [anon_sym_PIPE] = ACTIONS(2215), - [anon_sym_LT] = ACTIONS(2215), - [anon_sym_DOT_DOT] = ACTIONS(2215), - [anon_sym_COLON_COLON] = ACTIONS(2215), - [anon_sym_POUND] = ACTIONS(2215), - [anon_sym_SQUOTE] = ACTIONS(2217), - [anon_sym_async] = ACTIONS(2217), - [anon_sym_break] = ACTIONS(2217), - [anon_sym_const] = ACTIONS(2217), - [anon_sym_continue] = ACTIONS(2217), - [anon_sym_default] = ACTIONS(2217), - [anon_sym_enum] = ACTIONS(2217), - [anon_sym_fn] = ACTIONS(2217), - [anon_sym_for] = ACTIONS(2217), - [anon_sym_gen] = ACTIONS(2217), - [anon_sym_if] = ACTIONS(2217), - [anon_sym_impl] = ACTIONS(2217), - [anon_sym_let] = ACTIONS(2217), - [anon_sym_loop] = ACTIONS(2217), - [anon_sym_match] = ACTIONS(2217), - [anon_sym_mod] = ACTIONS(2217), - [anon_sym_pub] = ACTIONS(2217), - [anon_sym_return] = ACTIONS(2217), - [anon_sym_static] = ACTIONS(2217), - [anon_sym_struct] = ACTIONS(2217), - [anon_sym_trait] = ACTIONS(2217), - [anon_sym_type] = ACTIONS(2217), - [anon_sym_union] = ACTIONS(2217), - [anon_sym_unsafe] = ACTIONS(2217), - [anon_sym_use] = ACTIONS(2217), - [anon_sym_while] = ACTIONS(2217), - [anon_sym_extern] = ACTIONS(2217), - [anon_sym_yield] = ACTIONS(2217), - [anon_sym_move] = ACTIONS(2217), - [anon_sym_try] = ACTIONS(2217), - [sym_integer_literal] = ACTIONS(2215), - [aux_sym_string_literal_token1] = ACTIONS(2215), - [sym_char_literal] = ACTIONS(2215), - [anon_sym_true] = ACTIONS(2217), - [anon_sym_false] = ACTIONS(2217), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2217), - [sym_super] = ACTIONS(2217), - [sym_crate] = ACTIONS(2217), - [sym_metavariable] = ACTIONS(2215), - [sym__raw_string_literal_start] = ACTIONS(2215), - [sym_float_literal] = ACTIONS(2215), + [ts_builtin_sym_end] = ACTIONS(2348), + [sym_identifier] = ACTIONS(2350), + [anon_sym_SEMI] = ACTIONS(2348), + [anon_sym_macro_rules_BANG] = ACTIONS(2348), + [anon_sym_LPAREN] = ACTIONS(2348), + [anon_sym_LBRACK] = ACTIONS(2348), + [anon_sym_LBRACE] = ACTIONS(2348), + [anon_sym_RBRACE] = ACTIONS(2348), + [anon_sym_STAR] = ACTIONS(2348), + [anon_sym_u8] = ACTIONS(2350), + [anon_sym_i8] = ACTIONS(2350), + [anon_sym_u16] = ACTIONS(2350), + [anon_sym_i16] = ACTIONS(2350), + [anon_sym_u32] = ACTIONS(2350), + [anon_sym_i32] = ACTIONS(2350), + [anon_sym_u64] = ACTIONS(2350), + [anon_sym_i64] = ACTIONS(2350), + [anon_sym_u128] = ACTIONS(2350), + [anon_sym_i128] = ACTIONS(2350), + [anon_sym_isize] = ACTIONS(2350), + [anon_sym_usize] = ACTIONS(2350), + [anon_sym_f32] = ACTIONS(2350), + [anon_sym_f64] = ACTIONS(2350), + [anon_sym_bool] = ACTIONS(2350), + [anon_sym_str] = ACTIONS(2350), + [anon_sym_char] = ACTIONS(2350), + [anon_sym_DASH] = ACTIONS(2348), + [anon_sym_BANG] = ACTIONS(2348), + [anon_sym_AMP] = ACTIONS(2348), + [anon_sym_PIPE] = ACTIONS(2348), + [anon_sym_LT] = ACTIONS(2348), + [anon_sym_DOT_DOT] = ACTIONS(2348), + [anon_sym_COLON_COLON] = ACTIONS(2348), + [anon_sym_POUND] = ACTIONS(2348), + [anon_sym_SQUOTE] = ACTIONS(2350), + [anon_sym_async] = ACTIONS(2350), + [anon_sym_break] = ACTIONS(2350), + [anon_sym_const] = ACTIONS(2350), + [anon_sym_continue] = ACTIONS(2350), + [anon_sym_default] = ACTIONS(2350), + [anon_sym_enum] = ACTIONS(2350), + [anon_sym_fn] = ACTIONS(2350), + [anon_sym_for] = ACTIONS(2350), + [anon_sym_gen] = ACTIONS(2350), + [anon_sym_if] = ACTIONS(2350), + [anon_sym_impl] = ACTIONS(2350), + [anon_sym_let] = ACTIONS(2350), + [anon_sym_loop] = ACTIONS(2350), + [anon_sym_match] = ACTIONS(2350), + [anon_sym_mod] = ACTIONS(2350), + [anon_sym_pub] = ACTIONS(2350), + [anon_sym_return] = ACTIONS(2350), + [anon_sym_static] = ACTIONS(2350), + [anon_sym_struct] = ACTIONS(2350), + [anon_sym_trait] = ACTIONS(2350), + [anon_sym_type] = ACTIONS(2350), + [anon_sym_union] = ACTIONS(2350), + [anon_sym_unsafe] = ACTIONS(2350), + [anon_sym_use] = ACTIONS(2350), + [anon_sym_while] = ACTIONS(2350), + [anon_sym_extern] = ACTIONS(2350), + [anon_sym_yield] = ACTIONS(2350), + [anon_sym_move] = ACTIONS(2350), + [anon_sym_try] = ACTIONS(2350), + [sym_integer_literal] = ACTIONS(2348), + [aux_sym_string_literal_token1] = ACTIONS(2348), + [sym_char_literal] = ACTIONS(2348), + [anon_sym_true] = ACTIONS(2350), + [anon_sym_false] = ACTIONS(2350), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2350), + [sym_super] = ACTIONS(2350), + [sym_crate] = ACTIONS(2350), + [sym_metavariable] = ACTIONS(2348), + [sym__raw_string_literal_start] = ACTIONS(2348), + [sym_float_literal] = ACTIONS(2348), }, [STATE(604)] = { [sym_line_comment] = STATE(604), [sym_block_comment] = STATE(604), - [ts_builtin_sym_end] = ACTIONS(2219), - [sym_identifier] = ACTIONS(2221), - [anon_sym_SEMI] = ACTIONS(2219), - [anon_sym_macro_rules_BANG] = ACTIONS(2219), - [anon_sym_LPAREN] = ACTIONS(2219), - [anon_sym_LBRACK] = ACTIONS(2219), - [anon_sym_LBRACE] = ACTIONS(2219), - [anon_sym_RBRACE] = ACTIONS(2219), - [anon_sym_STAR] = ACTIONS(2219), - [anon_sym_u8] = ACTIONS(2221), - [anon_sym_i8] = ACTIONS(2221), - [anon_sym_u16] = ACTIONS(2221), - [anon_sym_i16] = ACTIONS(2221), - [anon_sym_u32] = ACTIONS(2221), - [anon_sym_i32] = ACTIONS(2221), - [anon_sym_u64] = ACTIONS(2221), - [anon_sym_i64] = ACTIONS(2221), - [anon_sym_u128] = ACTIONS(2221), - [anon_sym_i128] = ACTIONS(2221), - [anon_sym_isize] = ACTIONS(2221), - [anon_sym_usize] = ACTIONS(2221), - [anon_sym_f32] = ACTIONS(2221), - [anon_sym_f64] = ACTIONS(2221), - [anon_sym_bool] = ACTIONS(2221), - [anon_sym_str] = ACTIONS(2221), - [anon_sym_char] = ACTIONS(2221), - [anon_sym_DASH] = ACTIONS(2219), - [anon_sym_BANG] = ACTIONS(2219), - [anon_sym_AMP] = ACTIONS(2219), - [anon_sym_PIPE] = ACTIONS(2219), - [anon_sym_LT] = ACTIONS(2219), - [anon_sym_DOT_DOT] = ACTIONS(2219), - [anon_sym_COLON_COLON] = ACTIONS(2219), - [anon_sym_POUND] = ACTIONS(2219), - [anon_sym_SQUOTE] = ACTIONS(2221), - [anon_sym_async] = ACTIONS(2221), - [anon_sym_break] = ACTIONS(2221), - [anon_sym_const] = ACTIONS(2221), - [anon_sym_continue] = ACTIONS(2221), - [anon_sym_default] = ACTIONS(2221), - [anon_sym_enum] = ACTIONS(2221), - [anon_sym_fn] = ACTIONS(2221), - [anon_sym_for] = ACTIONS(2221), - [anon_sym_gen] = ACTIONS(2221), - [anon_sym_if] = ACTIONS(2221), - [anon_sym_impl] = ACTIONS(2221), - [anon_sym_let] = ACTIONS(2221), - [anon_sym_loop] = ACTIONS(2221), - [anon_sym_match] = ACTIONS(2221), - [anon_sym_mod] = ACTIONS(2221), - [anon_sym_pub] = ACTIONS(2221), - [anon_sym_return] = ACTIONS(2221), - [anon_sym_static] = ACTIONS(2221), - [anon_sym_struct] = ACTIONS(2221), - [anon_sym_trait] = ACTIONS(2221), - [anon_sym_type] = ACTIONS(2221), - [anon_sym_union] = ACTIONS(2221), - [anon_sym_unsafe] = ACTIONS(2221), - [anon_sym_use] = ACTIONS(2221), - [anon_sym_while] = ACTIONS(2221), - [anon_sym_extern] = ACTIONS(2221), - [anon_sym_yield] = ACTIONS(2221), - [anon_sym_move] = ACTIONS(2221), - [anon_sym_try] = ACTIONS(2221), - [sym_integer_literal] = ACTIONS(2219), - [aux_sym_string_literal_token1] = ACTIONS(2219), - [sym_char_literal] = ACTIONS(2219), - [anon_sym_true] = ACTIONS(2221), - [anon_sym_false] = ACTIONS(2221), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2221), - [sym_super] = ACTIONS(2221), - [sym_crate] = ACTIONS(2221), - [sym_metavariable] = ACTIONS(2219), - [sym__raw_string_literal_start] = ACTIONS(2219), - [sym_float_literal] = ACTIONS(2219), + [ts_builtin_sym_end] = ACTIONS(2352), + [sym_identifier] = ACTIONS(2354), + [anon_sym_SEMI] = ACTIONS(2352), + [anon_sym_macro_rules_BANG] = ACTIONS(2352), + [anon_sym_LPAREN] = ACTIONS(2352), + [anon_sym_LBRACK] = ACTIONS(2352), + [anon_sym_LBRACE] = ACTIONS(2352), + [anon_sym_RBRACE] = ACTIONS(2352), + [anon_sym_STAR] = ACTIONS(2352), + [anon_sym_u8] = ACTIONS(2354), + [anon_sym_i8] = ACTIONS(2354), + [anon_sym_u16] = ACTIONS(2354), + [anon_sym_i16] = ACTIONS(2354), + [anon_sym_u32] = ACTIONS(2354), + [anon_sym_i32] = ACTIONS(2354), + [anon_sym_u64] = ACTIONS(2354), + [anon_sym_i64] = ACTIONS(2354), + [anon_sym_u128] = ACTIONS(2354), + [anon_sym_i128] = ACTIONS(2354), + [anon_sym_isize] = ACTIONS(2354), + [anon_sym_usize] = ACTIONS(2354), + [anon_sym_f32] = ACTIONS(2354), + [anon_sym_f64] = ACTIONS(2354), + [anon_sym_bool] = ACTIONS(2354), + [anon_sym_str] = ACTIONS(2354), + [anon_sym_char] = ACTIONS(2354), + [anon_sym_DASH] = ACTIONS(2352), + [anon_sym_BANG] = ACTIONS(2352), + [anon_sym_AMP] = ACTIONS(2352), + [anon_sym_PIPE] = ACTIONS(2352), + [anon_sym_LT] = ACTIONS(2352), + [anon_sym_DOT_DOT] = ACTIONS(2352), + [anon_sym_COLON_COLON] = ACTIONS(2352), + [anon_sym_POUND] = ACTIONS(2352), + [anon_sym_SQUOTE] = ACTIONS(2354), + [anon_sym_async] = ACTIONS(2354), + [anon_sym_break] = ACTIONS(2354), + [anon_sym_const] = ACTIONS(2354), + [anon_sym_continue] = ACTIONS(2354), + [anon_sym_default] = ACTIONS(2354), + [anon_sym_enum] = ACTIONS(2354), + [anon_sym_fn] = ACTIONS(2354), + [anon_sym_for] = ACTIONS(2354), + [anon_sym_gen] = ACTIONS(2354), + [anon_sym_if] = ACTIONS(2354), + [anon_sym_impl] = ACTIONS(2354), + [anon_sym_let] = ACTIONS(2354), + [anon_sym_loop] = ACTIONS(2354), + [anon_sym_match] = ACTIONS(2354), + [anon_sym_mod] = ACTIONS(2354), + [anon_sym_pub] = ACTIONS(2354), + [anon_sym_return] = ACTIONS(2354), + [anon_sym_static] = ACTIONS(2354), + [anon_sym_struct] = ACTIONS(2354), + [anon_sym_trait] = ACTIONS(2354), + [anon_sym_type] = ACTIONS(2354), + [anon_sym_union] = ACTIONS(2354), + [anon_sym_unsafe] = ACTIONS(2354), + [anon_sym_use] = ACTIONS(2354), + [anon_sym_while] = ACTIONS(2354), + [anon_sym_extern] = ACTIONS(2354), + [anon_sym_yield] = ACTIONS(2354), + [anon_sym_move] = ACTIONS(2354), + [anon_sym_try] = ACTIONS(2354), + [sym_integer_literal] = ACTIONS(2352), + [aux_sym_string_literal_token1] = ACTIONS(2352), + [sym_char_literal] = ACTIONS(2352), + [anon_sym_true] = ACTIONS(2354), + [anon_sym_false] = ACTIONS(2354), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2354), + [sym_super] = ACTIONS(2354), + [sym_crate] = ACTIONS(2354), + [sym_metavariable] = ACTIONS(2352), + [sym__raw_string_literal_start] = ACTIONS(2352), + [sym_float_literal] = ACTIONS(2352), }, [STATE(605)] = { [sym_line_comment] = STATE(605), [sym_block_comment] = STATE(605), - [ts_builtin_sym_end] = ACTIONS(2223), - [sym_identifier] = ACTIONS(2225), - [anon_sym_SEMI] = ACTIONS(2223), - [anon_sym_macro_rules_BANG] = ACTIONS(2223), - [anon_sym_LPAREN] = ACTIONS(2223), - [anon_sym_LBRACK] = ACTIONS(2223), - [anon_sym_LBRACE] = ACTIONS(2223), - [anon_sym_RBRACE] = ACTIONS(2223), - [anon_sym_STAR] = ACTIONS(2223), - [anon_sym_u8] = ACTIONS(2225), - [anon_sym_i8] = ACTIONS(2225), - [anon_sym_u16] = ACTIONS(2225), - [anon_sym_i16] = ACTIONS(2225), - [anon_sym_u32] = ACTIONS(2225), - [anon_sym_i32] = ACTIONS(2225), - [anon_sym_u64] = ACTIONS(2225), - [anon_sym_i64] = ACTIONS(2225), - [anon_sym_u128] = ACTIONS(2225), - [anon_sym_i128] = ACTIONS(2225), - [anon_sym_isize] = ACTIONS(2225), - [anon_sym_usize] = ACTIONS(2225), - [anon_sym_f32] = ACTIONS(2225), - [anon_sym_f64] = ACTIONS(2225), - [anon_sym_bool] = ACTIONS(2225), - [anon_sym_str] = ACTIONS(2225), - [anon_sym_char] = ACTIONS(2225), - [anon_sym_DASH] = ACTIONS(2223), - [anon_sym_BANG] = ACTIONS(2223), - [anon_sym_AMP] = ACTIONS(2223), - [anon_sym_PIPE] = ACTIONS(2223), - [anon_sym_LT] = ACTIONS(2223), - [anon_sym_DOT_DOT] = ACTIONS(2223), - [anon_sym_COLON_COLON] = ACTIONS(2223), - [anon_sym_POUND] = ACTIONS(2223), - [anon_sym_SQUOTE] = ACTIONS(2225), - [anon_sym_async] = ACTIONS(2225), - [anon_sym_break] = ACTIONS(2225), - [anon_sym_const] = ACTIONS(2225), - [anon_sym_continue] = ACTIONS(2225), - [anon_sym_default] = ACTIONS(2225), - [anon_sym_enum] = ACTIONS(2225), - [anon_sym_fn] = ACTIONS(2225), - [anon_sym_for] = ACTIONS(2225), - [anon_sym_gen] = ACTIONS(2225), - [anon_sym_if] = ACTIONS(2225), - [anon_sym_impl] = ACTIONS(2225), - [anon_sym_let] = ACTIONS(2225), - [anon_sym_loop] = ACTIONS(2225), - [anon_sym_match] = ACTIONS(2225), - [anon_sym_mod] = ACTIONS(2225), - [anon_sym_pub] = ACTIONS(2225), - [anon_sym_return] = ACTIONS(2225), - [anon_sym_static] = ACTIONS(2225), - [anon_sym_struct] = ACTIONS(2225), - [anon_sym_trait] = ACTIONS(2225), - [anon_sym_type] = ACTIONS(2225), - [anon_sym_union] = ACTIONS(2225), - [anon_sym_unsafe] = ACTIONS(2225), - [anon_sym_use] = ACTIONS(2225), - [anon_sym_while] = ACTIONS(2225), - [anon_sym_extern] = ACTIONS(2225), - [anon_sym_yield] = ACTIONS(2225), - [anon_sym_move] = ACTIONS(2225), - [anon_sym_try] = ACTIONS(2225), - [sym_integer_literal] = ACTIONS(2223), - [aux_sym_string_literal_token1] = ACTIONS(2223), - [sym_char_literal] = ACTIONS(2223), - [anon_sym_true] = ACTIONS(2225), - [anon_sym_false] = ACTIONS(2225), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2225), - [sym_super] = ACTIONS(2225), - [sym_crate] = ACTIONS(2225), - [sym_metavariable] = ACTIONS(2223), - [sym__raw_string_literal_start] = ACTIONS(2223), - [sym_float_literal] = ACTIONS(2223), + [ts_builtin_sym_end] = ACTIONS(2356), + [sym_identifier] = ACTIONS(2358), + [anon_sym_SEMI] = ACTIONS(2356), + [anon_sym_macro_rules_BANG] = ACTIONS(2356), + [anon_sym_LPAREN] = ACTIONS(2356), + [anon_sym_LBRACK] = ACTIONS(2356), + [anon_sym_LBRACE] = ACTIONS(2356), + [anon_sym_RBRACE] = ACTIONS(2356), + [anon_sym_STAR] = ACTIONS(2356), + [anon_sym_u8] = ACTIONS(2358), + [anon_sym_i8] = ACTIONS(2358), + [anon_sym_u16] = ACTIONS(2358), + [anon_sym_i16] = ACTIONS(2358), + [anon_sym_u32] = ACTIONS(2358), + [anon_sym_i32] = ACTIONS(2358), + [anon_sym_u64] = ACTIONS(2358), + [anon_sym_i64] = ACTIONS(2358), + [anon_sym_u128] = ACTIONS(2358), + [anon_sym_i128] = ACTIONS(2358), + [anon_sym_isize] = ACTIONS(2358), + [anon_sym_usize] = ACTIONS(2358), + [anon_sym_f32] = ACTIONS(2358), + [anon_sym_f64] = ACTIONS(2358), + [anon_sym_bool] = ACTIONS(2358), + [anon_sym_str] = ACTIONS(2358), + [anon_sym_char] = ACTIONS(2358), + [anon_sym_DASH] = ACTIONS(2356), + [anon_sym_BANG] = ACTIONS(2356), + [anon_sym_AMP] = ACTIONS(2356), + [anon_sym_PIPE] = ACTIONS(2356), + [anon_sym_LT] = ACTIONS(2356), + [anon_sym_DOT_DOT] = ACTIONS(2356), + [anon_sym_COLON_COLON] = ACTIONS(2356), + [anon_sym_POUND] = ACTIONS(2356), + [anon_sym_SQUOTE] = ACTIONS(2358), + [anon_sym_async] = ACTIONS(2358), + [anon_sym_break] = ACTIONS(2358), + [anon_sym_const] = ACTIONS(2358), + [anon_sym_continue] = ACTIONS(2358), + [anon_sym_default] = ACTIONS(2358), + [anon_sym_enum] = ACTIONS(2358), + [anon_sym_fn] = ACTIONS(2358), + [anon_sym_for] = ACTIONS(2358), + [anon_sym_gen] = ACTIONS(2358), + [anon_sym_if] = ACTIONS(2358), + [anon_sym_impl] = ACTIONS(2358), + [anon_sym_let] = ACTIONS(2358), + [anon_sym_loop] = ACTIONS(2358), + [anon_sym_match] = ACTIONS(2358), + [anon_sym_mod] = ACTIONS(2358), + [anon_sym_pub] = ACTIONS(2358), + [anon_sym_return] = ACTIONS(2358), + [anon_sym_static] = ACTIONS(2358), + [anon_sym_struct] = ACTIONS(2358), + [anon_sym_trait] = ACTIONS(2358), + [anon_sym_type] = ACTIONS(2358), + [anon_sym_union] = ACTIONS(2358), + [anon_sym_unsafe] = ACTIONS(2358), + [anon_sym_use] = ACTIONS(2358), + [anon_sym_while] = ACTIONS(2358), + [anon_sym_extern] = ACTIONS(2358), + [anon_sym_yield] = ACTIONS(2358), + [anon_sym_move] = ACTIONS(2358), + [anon_sym_try] = ACTIONS(2358), + [sym_integer_literal] = ACTIONS(2356), + [aux_sym_string_literal_token1] = ACTIONS(2356), + [sym_char_literal] = ACTIONS(2356), + [anon_sym_true] = ACTIONS(2358), + [anon_sym_false] = ACTIONS(2358), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2358), + [sym_super] = ACTIONS(2358), + [sym_crate] = ACTIONS(2358), + [sym_metavariable] = ACTIONS(2356), + [sym__raw_string_literal_start] = ACTIONS(2356), + [sym_float_literal] = ACTIONS(2356), }, [STATE(606)] = { [sym_line_comment] = STATE(606), [sym_block_comment] = STATE(606), - [ts_builtin_sym_end] = ACTIONS(2227), - [sym_identifier] = ACTIONS(2229), - [anon_sym_SEMI] = ACTIONS(2227), - [anon_sym_macro_rules_BANG] = ACTIONS(2227), - [anon_sym_LPAREN] = ACTIONS(2227), - [anon_sym_LBRACK] = ACTIONS(2227), - [anon_sym_LBRACE] = ACTIONS(2227), - [anon_sym_RBRACE] = ACTIONS(2227), - [anon_sym_STAR] = ACTIONS(2227), - [anon_sym_u8] = ACTIONS(2229), - [anon_sym_i8] = ACTIONS(2229), - [anon_sym_u16] = ACTIONS(2229), - [anon_sym_i16] = ACTIONS(2229), - [anon_sym_u32] = ACTIONS(2229), - [anon_sym_i32] = ACTIONS(2229), - [anon_sym_u64] = ACTIONS(2229), - [anon_sym_i64] = ACTIONS(2229), - [anon_sym_u128] = ACTIONS(2229), - [anon_sym_i128] = ACTIONS(2229), - [anon_sym_isize] = ACTIONS(2229), - [anon_sym_usize] = ACTIONS(2229), - [anon_sym_f32] = ACTIONS(2229), - [anon_sym_f64] = ACTIONS(2229), - [anon_sym_bool] = ACTIONS(2229), - [anon_sym_str] = ACTIONS(2229), - [anon_sym_char] = ACTIONS(2229), - [anon_sym_DASH] = ACTIONS(2227), - [anon_sym_BANG] = ACTIONS(2227), - [anon_sym_AMP] = ACTIONS(2227), - [anon_sym_PIPE] = ACTIONS(2227), - [anon_sym_LT] = ACTIONS(2227), - [anon_sym_DOT_DOT] = ACTIONS(2227), - [anon_sym_COLON_COLON] = ACTIONS(2227), - [anon_sym_POUND] = ACTIONS(2227), - [anon_sym_SQUOTE] = ACTIONS(2229), - [anon_sym_async] = ACTIONS(2229), - [anon_sym_break] = ACTIONS(2229), - [anon_sym_const] = ACTIONS(2229), - [anon_sym_continue] = ACTIONS(2229), - [anon_sym_default] = ACTIONS(2229), - [anon_sym_enum] = ACTIONS(2229), - [anon_sym_fn] = ACTIONS(2229), - [anon_sym_for] = ACTIONS(2229), - [anon_sym_gen] = ACTIONS(2229), - [anon_sym_if] = ACTIONS(2229), - [anon_sym_impl] = ACTIONS(2229), - [anon_sym_let] = ACTIONS(2229), - [anon_sym_loop] = ACTIONS(2229), - [anon_sym_match] = ACTIONS(2229), - [anon_sym_mod] = ACTIONS(2229), - [anon_sym_pub] = ACTIONS(2229), - [anon_sym_return] = ACTIONS(2229), - [anon_sym_static] = ACTIONS(2229), - [anon_sym_struct] = ACTIONS(2229), - [anon_sym_trait] = ACTIONS(2229), - [anon_sym_type] = ACTIONS(2229), - [anon_sym_union] = ACTIONS(2229), - [anon_sym_unsafe] = ACTIONS(2229), - [anon_sym_use] = ACTIONS(2229), - [anon_sym_while] = ACTIONS(2229), - [anon_sym_extern] = ACTIONS(2229), - [anon_sym_yield] = ACTIONS(2229), - [anon_sym_move] = ACTIONS(2229), - [anon_sym_try] = ACTIONS(2229), - [sym_integer_literal] = ACTIONS(2227), - [aux_sym_string_literal_token1] = ACTIONS(2227), - [sym_char_literal] = ACTIONS(2227), - [anon_sym_true] = ACTIONS(2229), - [anon_sym_false] = ACTIONS(2229), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2229), - [sym_super] = ACTIONS(2229), - [sym_crate] = ACTIONS(2229), - [sym_metavariable] = ACTIONS(2227), - [sym__raw_string_literal_start] = ACTIONS(2227), - [sym_float_literal] = ACTIONS(2227), + [ts_builtin_sym_end] = ACTIONS(2360), + [sym_identifier] = ACTIONS(2362), + [anon_sym_SEMI] = ACTIONS(2360), + [anon_sym_macro_rules_BANG] = ACTIONS(2360), + [anon_sym_LPAREN] = ACTIONS(2360), + [anon_sym_LBRACK] = ACTIONS(2360), + [anon_sym_LBRACE] = ACTIONS(2360), + [anon_sym_RBRACE] = ACTIONS(2360), + [anon_sym_STAR] = ACTIONS(2360), + [anon_sym_u8] = ACTIONS(2362), + [anon_sym_i8] = ACTIONS(2362), + [anon_sym_u16] = ACTIONS(2362), + [anon_sym_i16] = ACTIONS(2362), + [anon_sym_u32] = ACTIONS(2362), + [anon_sym_i32] = ACTIONS(2362), + [anon_sym_u64] = ACTIONS(2362), + [anon_sym_i64] = ACTIONS(2362), + [anon_sym_u128] = ACTIONS(2362), + [anon_sym_i128] = ACTIONS(2362), + [anon_sym_isize] = ACTIONS(2362), + [anon_sym_usize] = ACTIONS(2362), + [anon_sym_f32] = ACTIONS(2362), + [anon_sym_f64] = ACTIONS(2362), + [anon_sym_bool] = ACTIONS(2362), + [anon_sym_str] = ACTIONS(2362), + [anon_sym_char] = ACTIONS(2362), + [anon_sym_DASH] = ACTIONS(2360), + [anon_sym_BANG] = ACTIONS(2360), + [anon_sym_AMP] = ACTIONS(2360), + [anon_sym_PIPE] = ACTIONS(2360), + [anon_sym_LT] = ACTIONS(2360), + [anon_sym_DOT_DOT] = ACTIONS(2360), + [anon_sym_COLON_COLON] = ACTIONS(2360), + [anon_sym_POUND] = ACTIONS(2360), + [anon_sym_SQUOTE] = ACTIONS(2362), + [anon_sym_async] = ACTIONS(2362), + [anon_sym_break] = ACTIONS(2362), + [anon_sym_const] = ACTIONS(2362), + [anon_sym_continue] = ACTIONS(2362), + [anon_sym_default] = ACTIONS(2362), + [anon_sym_enum] = ACTIONS(2362), + [anon_sym_fn] = ACTIONS(2362), + [anon_sym_for] = ACTIONS(2362), + [anon_sym_gen] = ACTIONS(2362), + [anon_sym_if] = ACTIONS(2362), + [anon_sym_impl] = ACTIONS(2362), + [anon_sym_let] = ACTIONS(2362), + [anon_sym_loop] = ACTIONS(2362), + [anon_sym_match] = ACTIONS(2362), + [anon_sym_mod] = ACTIONS(2362), + [anon_sym_pub] = ACTIONS(2362), + [anon_sym_return] = ACTIONS(2362), + [anon_sym_static] = ACTIONS(2362), + [anon_sym_struct] = ACTIONS(2362), + [anon_sym_trait] = ACTIONS(2362), + [anon_sym_type] = ACTIONS(2362), + [anon_sym_union] = ACTIONS(2362), + [anon_sym_unsafe] = ACTIONS(2362), + [anon_sym_use] = ACTIONS(2362), + [anon_sym_while] = ACTIONS(2362), + [anon_sym_extern] = ACTIONS(2362), + [anon_sym_yield] = ACTIONS(2362), + [anon_sym_move] = ACTIONS(2362), + [anon_sym_try] = ACTIONS(2362), + [sym_integer_literal] = ACTIONS(2360), + [aux_sym_string_literal_token1] = ACTIONS(2360), + [sym_char_literal] = ACTIONS(2360), + [anon_sym_true] = ACTIONS(2362), + [anon_sym_false] = ACTIONS(2362), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2362), + [sym_super] = ACTIONS(2362), + [sym_crate] = ACTIONS(2362), + [sym_metavariable] = ACTIONS(2360), + [sym__raw_string_literal_start] = ACTIONS(2360), + [sym_float_literal] = ACTIONS(2360), }, [STATE(607)] = { [sym_line_comment] = STATE(607), [sym_block_comment] = STATE(607), - [ts_builtin_sym_end] = ACTIONS(2231), - [sym_identifier] = ACTIONS(2233), - [anon_sym_SEMI] = ACTIONS(2231), - [anon_sym_macro_rules_BANG] = ACTIONS(2231), - [anon_sym_LPAREN] = ACTIONS(2231), - [anon_sym_LBRACK] = ACTIONS(2231), - [anon_sym_LBRACE] = ACTIONS(2231), - [anon_sym_RBRACE] = ACTIONS(2231), - [anon_sym_STAR] = ACTIONS(2231), - [anon_sym_u8] = ACTIONS(2233), - [anon_sym_i8] = ACTIONS(2233), - [anon_sym_u16] = ACTIONS(2233), - [anon_sym_i16] = ACTIONS(2233), - [anon_sym_u32] = ACTIONS(2233), - [anon_sym_i32] = ACTIONS(2233), - [anon_sym_u64] = ACTIONS(2233), - [anon_sym_i64] = ACTIONS(2233), - [anon_sym_u128] = ACTIONS(2233), - [anon_sym_i128] = ACTIONS(2233), - [anon_sym_isize] = ACTIONS(2233), - [anon_sym_usize] = ACTIONS(2233), - [anon_sym_f32] = ACTIONS(2233), - [anon_sym_f64] = ACTIONS(2233), - [anon_sym_bool] = ACTIONS(2233), - [anon_sym_str] = ACTIONS(2233), - [anon_sym_char] = ACTIONS(2233), - [anon_sym_DASH] = ACTIONS(2231), - [anon_sym_BANG] = ACTIONS(2231), - [anon_sym_AMP] = ACTIONS(2231), - [anon_sym_PIPE] = ACTIONS(2231), - [anon_sym_LT] = ACTIONS(2231), - [anon_sym_DOT_DOT] = ACTIONS(2231), - [anon_sym_COLON_COLON] = ACTIONS(2231), - [anon_sym_POUND] = ACTIONS(2231), - [anon_sym_SQUOTE] = ACTIONS(2233), - [anon_sym_async] = ACTIONS(2233), - [anon_sym_break] = ACTIONS(2233), - [anon_sym_const] = ACTIONS(2233), - [anon_sym_continue] = ACTIONS(2233), - [anon_sym_default] = ACTIONS(2233), - [anon_sym_enum] = ACTIONS(2233), - [anon_sym_fn] = ACTIONS(2233), - [anon_sym_for] = ACTIONS(2233), - [anon_sym_gen] = ACTIONS(2233), - [anon_sym_if] = ACTIONS(2233), - [anon_sym_impl] = ACTIONS(2233), - [anon_sym_let] = ACTIONS(2233), - [anon_sym_loop] = ACTIONS(2233), - [anon_sym_match] = ACTIONS(2233), - [anon_sym_mod] = ACTIONS(2233), - [anon_sym_pub] = ACTIONS(2233), - [anon_sym_return] = ACTIONS(2233), - [anon_sym_static] = ACTIONS(2233), - [anon_sym_struct] = ACTIONS(2233), - [anon_sym_trait] = ACTIONS(2233), - [anon_sym_type] = ACTIONS(2233), - [anon_sym_union] = ACTIONS(2233), - [anon_sym_unsafe] = ACTIONS(2233), - [anon_sym_use] = ACTIONS(2233), - [anon_sym_while] = ACTIONS(2233), - [anon_sym_extern] = ACTIONS(2233), - [anon_sym_yield] = ACTIONS(2233), - [anon_sym_move] = ACTIONS(2233), - [anon_sym_try] = ACTIONS(2233), - [sym_integer_literal] = ACTIONS(2231), - [aux_sym_string_literal_token1] = ACTIONS(2231), - [sym_char_literal] = ACTIONS(2231), - [anon_sym_true] = ACTIONS(2233), - [anon_sym_false] = ACTIONS(2233), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2233), - [sym_super] = ACTIONS(2233), - [sym_crate] = ACTIONS(2233), - [sym_metavariable] = ACTIONS(2231), - [sym__raw_string_literal_start] = ACTIONS(2231), - [sym_float_literal] = ACTIONS(2231), + [ts_builtin_sym_end] = ACTIONS(2364), + [sym_identifier] = ACTIONS(2366), + [anon_sym_SEMI] = ACTIONS(2364), + [anon_sym_macro_rules_BANG] = ACTIONS(2364), + [anon_sym_LPAREN] = ACTIONS(2364), + [anon_sym_LBRACK] = ACTIONS(2364), + [anon_sym_LBRACE] = ACTIONS(2364), + [anon_sym_RBRACE] = ACTIONS(2364), + [anon_sym_STAR] = ACTIONS(2364), + [anon_sym_u8] = ACTIONS(2366), + [anon_sym_i8] = ACTIONS(2366), + [anon_sym_u16] = ACTIONS(2366), + [anon_sym_i16] = ACTIONS(2366), + [anon_sym_u32] = ACTIONS(2366), + [anon_sym_i32] = ACTIONS(2366), + [anon_sym_u64] = ACTIONS(2366), + [anon_sym_i64] = ACTIONS(2366), + [anon_sym_u128] = ACTIONS(2366), + [anon_sym_i128] = ACTIONS(2366), + [anon_sym_isize] = ACTIONS(2366), + [anon_sym_usize] = ACTIONS(2366), + [anon_sym_f32] = ACTIONS(2366), + [anon_sym_f64] = ACTIONS(2366), + [anon_sym_bool] = ACTIONS(2366), + [anon_sym_str] = ACTIONS(2366), + [anon_sym_char] = ACTIONS(2366), + [anon_sym_DASH] = ACTIONS(2364), + [anon_sym_BANG] = ACTIONS(2364), + [anon_sym_AMP] = ACTIONS(2364), + [anon_sym_PIPE] = ACTIONS(2364), + [anon_sym_LT] = ACTIONS(2364), + [anon_sym_DOT_DOT] = ACTIONS(2364), + [anon_sym_COLON_COLON] = ACTIONS(2364), + [anon_sym_POUND] = ACTIONS(2364), + [anon_sym_SQUOTE] = ACTIONS(2366), + [anon_sym_async] = ACTIONS(2366), + [anon_sym_break] = ACTIONS(2366), + [anon_sym_const] = ACTIONS(2366), + [anon_sym_continue] = ACTIONS(2366), + [anon_sym_default] = ACTIONS(2366), + [anon_sym_enum] = ACTIONS(2366), + [anon_sym_fn] = ACTIONS(2366), + [anon_sym_for] = ACTIONS(2366), + [anon_sym_gen] = ACTIONS(2366), + [anon_sym_if] = ACTIONS(2366), + [anon_sym_impl] = ACTIONS(2366), + [anon_sym_let] = ACTIONS(2366), + [anon_sym_loop] = ACTIONS(2366), + [anon_sym_match] = ACTIONS(2366), + [anon_sym_mod] = ACTIONS(2366), + [anon_sym_pub] = ACTIONS(2366), + [anon_sym_return] = ACTIONS(2366), + [anon_sym_static] = ACTIONS(2366), + [anon_sym_struct] = ACTIONS(2366), + [anon_sym_trait] = ACTIONS(2366), + [anon_sym_type] = ACTIONS(2366), + [anon_sym_union] = ACTIONS(2366), + [anon_sym_unsafe] = ACTIONS(2366), + [anon_sym_use] = ACTIONS(2366), + [anon_sym_while] = ACTIONS(2366), + [anon_sym_extern] = ACTIONS(2366), + [anon_sym_yield] = ACTIONS(2366), + [anon_sym_move] = ACTIONS(2366), + [anon_sym_try] = ACTIONS(2366), + [sym_integer_literal] = ACTIONS(2364), + [aux_sym_string_literal_token1] = ACTIONS(2364), + [sym_char_literal] = ACTIONS(2364), + [anon_sym_true] = ACTIONS(2366), + [anon_sym_false] = ACTIONS(2366), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2366), + [sym_super] = ACTIONS(2366), + [sym_crate] = ACTIONS(2366), + [sym_metavariable] = ACTIONS(2364), + [sym__raw_string_literal_start] = ACTIONS(2364), + [sym_float_literal] = ACTIONS(2364), }, [STATE(608)] = { [sym_line_comment] = STATE(608), [sym_block_comment] = STATE(608), - [ts_builtin_sym_end] = ACTIONS(2235), - [sym_identifier] = ACTIONS(2237), - [anon_sym_SEMI] = ACTIONS(2235), - [anon_sym_macro_rules_BANG] = ACTIONS(2235), - [anon_sym_LPAREN] = ACTIONS(2235), - [anon_sym_LBRACK] = ACTIONS(2235), - [anon_sym_LBRACE] = ACTIONS(2235), - [anon_sym_RBRACE] = ACTIONS(2235), - [anon_sym_STAR] = ACTIONS(2235), - [anon_sym_u8] = ACTIONS(2237), - [anon_sym_i8] = ACTIONS(2237), - [anon_sym_u16] = ACTIONS(2237), - [anon_sym_i16] = ACTIONS(2237), - [anon_sym_u32] = ACTIONS(2237), - [anon_sym_i32] = ACTIONS(2237), - [anon_sym_u64] = ACTIONS(2237), - [anon_sym_i64] = ACTIONS(2237), - [anon_sym_u128] = ACTIONS(2237), - [anon_sym_i128] = ACTIONS(2237), - [anon_sym_isize] = ACTIONS(2237), - [anon_sym_usize] = ACTIONS(2237), - [anon_sym_f32] = ACTIONS(2237), - [anon_sym_f64] = ACTIONS(2237), - [anon_sym_bool] = ACTIONS(2237), - [anon_sym_str] = ACTIONS(2237), - [anon_sym_char] = ACTIONS(2237), - [anon_sym_DASH] = ACTIONS(2235), - [anon_sym_BANG] = ACTIONS(2235), - [anon_sym_AMP] = ACTIONS(2235), - [anon_sym_PIPE] = ACTIONS(2235), - [anon_sym_LT] = ACTIONS(2235), - [anon_sym_DOT_DOT] = ACTIONS(2235), - [anon_sym_COLON_COLON] = ACTIONS(2235), - [anon_sym_POUND] = ACTIONS(2235), - [anon_sym_SQUOTE] = ACTIONS(2237), - [anon_sym_async] = ACTIONS(2237), - [anon_sym_break] = ACTIONS(2237), - [anon_sym_const] = ACTIONS(2237), - [anon_sym_continue] = ACTIONS(2237), - [anon_sym_default] = ACTIONS(2237), - [anon_sym_enum] = ACTIONS(2237), - [anon_sym_fn] = ACTIONS(2237), - [anon_sym_for] = ACTIONS(2237), - [anon_sym_gen] = ACTIONS(2237), - [anon_sym_if] = ACTIONS(2237), - [anon_sym_impl] = ACTIONS(2237), - [anon_sym_let] = ACTIONS(2237), - [anon_sym_loop] = ACTIONS(2237), - [anon_sym_match] = ACTIONS(2237), - [anon_sym_mod] = ACTIONS(2237), - [anon_sym_pub] = ACTIONS(2237), - [anon_sym_return] = ACTIONS(2237), - [anon_sym_static] = ACTIONS(2237), - [anon_sym_struct] = ACTIONS(2237), - [anon_sym_trait] = ACTIONS(2237), - [anon_sym_type] = ACTIONS(2237), - [anon_sym_union] = ACTIONS(2237), - [anon_sym_unsafe] = ACTIONS(2237), - [anon_sym_use] = ACTIONS(2237), - [anon_sym_while] = ACTIONS(2237), - [anon_sym_extern] = ACTIONS(2237), - [anon_sym_yield] = ACTIONS(2237), - [anon_sym_move] = ACTIONS(2237), - [anon_sym_try] = ACTIONS(2237), - [sym_integer_literal] = ACTIONS(2235), - [aux_sym_string_literal_token1] = ACTIONS(2235), - [sym_char_literal] = ACTIONS(2235), - [anon_sym_true] = ACTIONS(2237), - [anon_sym_false] = ACTIONS(2237), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2237), - [sym_super] = ACTIONS(2237), - [sym_crate] = ACTIONS(2237), - [sym_metavariable] = ACTIONS(2235), - [sym__raw_string_literal_start] = ACTIONS(2235), - [sym_float_literal] = ACTIONS(2235), + [ts_builtin_sym_end] = ACTIONS(1383), + [sym_identifier] = ACTIONS(1385), + [anon_sym_SEMI] = ACTIONS(1383), + [anon_sym_macro_rules_BANG] = ACTIONS(1383), + [anon_sym_LPAREN] = ACTIONS(1383), + [anon_sym_LBRACK] = ACTIONS(1383), + [anon_sym_LBRACE] = ACTIONS(1383), + [anon_sym_RBRACE] = ACTIONS(1383), + [anon_sym_STAR] = ACTIONS(1383), + [anon_sym_u8] = ACTIONS(1385), + [anon_sym_i8] = ACTIONS(1385), + [anon_sym_u16] = ACTIONS(1385), + [anon_sym_i16] = ACTIONS(1385), + [anon_sym_u32] = ACTIONS(1385), + [anon_sym_i32] = ACTIONS(1385), + [anon_sym_u64] = ACTIONS(1385), + [anon_sym_i64] = ACTIONS(1385), + [anon_sym_u128] = ACTIONS(1385), + [anon_sym_i128] = ACTIONS(1385), + [anon_sym_isize] = ACTIONS(1385), + [anon_sym_usize] = ACTIONS(1385), + [anon_sym_f32] = ACTIONS(1385), + [anon_sym_f64] = ACTIONS(1385), + [anon_sym_bool] = ACTIONS(1385), + [anon_sym_str] = ACTIONS(1385), + [anon_sym_char] = ACTIONS(1385), + [anon_sym_DASH] = ACTIONS(1383), + [anon_sym_BANG] = ACTIONS(1383), + [anon_sym_AMP] = ACTIONS(1383), + [anon_sym_PIPE] = ACTIONS(1383), + [anon_sym_LT] = ACTIONS(1383), + [anon_sym_DOT_DOT] = ACTIONS(1383), + [anon_sym_COLON_COLON] = ACTIONS(1383), + [anon_sym_POUND] = ACTIONS(1383), + [anon_sym_SQUOTE] = ACTIONS(1385), + [anon_sym_async] = ACTIONS(1385), + [anon_sym_break] = ACTIONS(1385), + [anon_sym_const] = ACTIONS(1385), + [anon_sym_continue] = ACTIONS(1385), + [anon_sym_default] = ACTIONS(1385), + [anon_sym_enum] = ACTIONS(1385), + [anon_sym_fn] = ACTIONS(1385), + [anon_sym_for] = ACTIONS(1385), + [anon_sym_gen] = ACTIONS(1385), + [anon_sym_if] = ACTIONS(1385), + [anon_sym_impl] = ACTIONS(1385), + [anon_sym_let] = ACTIONS(1385), + [anon_sym_loop] = ACTIONS(1385), + [anon_sym_match] = ACTIONS(1385), + [anon_sym_mod] = ACTIONS(1385), + [anon_sym_pub] = ACTIONS(1385), + [anon_sym_return] = ACTIONS(1385), + [anon_sym_static] = ACTIONS(1385), + [anon_sym_struct] = ACTIONS(1385), + [anon_sym_trait] = ACTIONS(1385), + [anon_sym_type] = ACTIONS(1385), + [anon_sym_union] = ACTIONS(1385), + [anon_sym_unsafe] = ACTIONS(1385), + [anon_sym_use] = ACTIONS(1385), + [anon_sym_while] = ACTIONS(1385), + [anon_sym_extern] = ACTIONS(1385), + [anon_sym_yield] = ACTIONS(1385), + [anon_sym_move] = ACTIONS(1385), + [anon_sym_try] = ACTIONS(1385), + [sym_integer_literal] = ACTIONS(1383), + [aux_sym_string_literal_token1] = ACTIONS(1383), + [sym_char_literal] = ACTIONS(1383), + [anon_sym_true] = ACTIONS(1385), + [anon_sym_false] = ACTIONS(1385), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1385), + [sym_super] = ACTIONS(1385), + [sym_crate] = ACTIONS(1385), + [sym_metavariable] = ACTIONS(1383), + [sym__raw_string_literal_start] = ACTIONS(1383), + [sym_float_literal] = ACTIONS(1383), }, [STATE(609)] = { [sym_line_comment] = STATE(609), [sym_block_comment] = STATE(609), - [ts_builtin_sym_end] = ACTIONS(2239), - [sym_identifier] = ACTIONS(2241), - [anon_sym_SEMI] = ACTIONS(2239), - [anon_sym_macro_rules_BANG] = ACTIONS(2239), - [anon_sym_LPAREN] = ACTIONS(2239), - [anon_sym_LBRACK] = ACTIONS(2239), - [anon_sym_LBRACE] = ACTIONS(2239), - [anon_sym_RBRACE] = ACTIONS(2239), - [anon_sym_STAR] = ACTIONS(2239), - [anon_sym_u8] = ACTIONS(2241), - [anon_sym_i8] = ACTIONS(2241), - [anon_sym_u16] = ACTIONS(2241), - [anon_sym_i16] = ACTIONS(2241), - [anon_sym_u32] = ACTIONS(2241), - [anon_sym_i32] = ACTIONS(2241), - [anon_sym_u64] = ACTIONS(2241), - [anon_sym_i64] = ACTIONS(2241), - [anon_sym_u128] = ACTIONS(2241), - [anon_sym_i128] = ACTIONS(2241), - [anon_sym_isize] = ACTIONS(2241), - [anon_sym_usize] = ACTIONS(2241), - [anon_sym_f32] = ACTIONS(2241), - [anon_sym_f64] = ACTIONS(2241), - [anon_sym_bool] = ACTIONS(2241), - [anon_sym_str] = ACTIONS(2241), - [anon_sym_char] = ACTIONS(2241), - [anon_sym_DASH] = ACTIONS(2239), - [anon_sym_BANG] = ACTIONS(2239), - [anon_sym_AMP] = ACTIONS(2239), - [anon_sym_PIPE] = ACTIONS(2239), - [anon_sym_LT] = ACTIONS(2239), - [anon_sym_DOT_DOT] = ACTIONS(2239), - [anon_sym_COLON_COLON] = ACTIONS(2239), - [anon_sym_POUND] = ACTIONS(2239), - [anon_sym_SQUOTE] = ACTIONS(2241), - [anon_sym_async] = ACTIONS(2241), - [anon_sym_break] = ACTIONS(2241), - [anon_sym_const] = ACTIONS(2241), - [anon_sym_continue] = ACTIONS(2241), - [anon_sym_default] = ACTIONS(2241), - [anon_sym_enum] = ACTIONS(2241), - [anon_sym_fn] = ACTIONS(2241), - [anon_sym_for] = ACTIONS(2241), - [anon_sym_gen] = ACTIONS(2241), - [anon_sym_if] = ACTIONS(2241), - [anon_sym_impl] = ACTIONS(2241), - [anon_sym_let] = ACTIONS(2241), - [anon_sym_loop] = ACTIONS(2241), - [anon_sym_match] = ACTIONS(2241), - [anon_sym_mod] = ACTIONS(2241), - [anon_sym_pub] = ACTIONS(2241), - [anon_sym_return] = ACTIONS(2241), - [anon_sym_static] = ACTIONS(2241), - [anon_sym_struct] = ACTIONS(2241), - [anon_sym_trait] = ACTIONS(2241), - [anon_sym_type] = ACTIONS(2241), - [anon_sym_union] = ACTIONS(2241), - [anon_sym_unsafe] = ACTIONS(2241), - [anon_sym_use] = ACTIONS(2241), - [anon_sym_while] = ACTIONS(2241), - [anon_sym_extern] = ACTIONS(2241), - [anon_sym_yield] = ACTIONS(2241), - [anon_sym_move] = ACTIONS(2241), - [anon_sym_try] = ACTIONS(2241), - [sym_integer_literal] = ACTIONS(2239), - [aux_sym_string_literal_token1] = ACTIONS(2239), - [sym_char_literal] = ACTIONS(2239), - [anon_sym_true] = ACTIONS(2241), - [anon_sym_false] = ACTIONS(2241), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2241), - [sym_super] = ACTIONS(2241), - [sym_crate] = ACTIONS(2241), - [sym_metavariable] = ACTIONS(2239), - [sym__raw_string_literal_start] = ACTIONS(2239), - [sym_float_literal] = ACTIONS(2239), + [ts_builtin_sym_end] = ACTIONS(2368), + [sym_identifier] = ACTIONS(2370), + [anon_sym_SEMI] = ACTIONS(2368), + [anon_sym_macro_rules_BANG] = ACTIONS(2368), + [anon_sym_LPAREN] = ACTIONS(2368), + [anon_sym_LBRACK] = ACTIONS(2368), + [anon_sym_LBRACE] = ACTIONS(2368), + [anon_sym_RBRACE] = ACTIONS(2368), + [anon_sym_STAR] = ACTIONS(2368), + [anon_sym_u8] = ACTIONS(2370), + [anon_sym_i8] = ACTIONS(2370), + [anon_sym_u16] = ACTIONS(2370), + [anon_sym_i16] = ACTIONS(2370), + [anon_sym_u32] = ACTIONS(2370), + [anon_sym_i32] = ACTIONS(2370), + [anon_sym_u64] = ACTIONS(2370), + [anon_sym_i64] = ACTIONS(2370), + [anon_sym_u128] = ACTIONS(2370), + [anon_sym_i128] = ACTIONS(2370), + [anon_sym_isize] = ACTIONS(2370), + [anon_sym_usize] = ACTIONS(2370), + [anon_sym_f32] = ACTIONS(2370), + [anon_sym_f64] = ACTIONS(2370), + [anon_sym_bool] = ACTIONS(2370), + [anon_sym_str] = ACTIONS(2370), + [anon_sym_char] = ACTIONS(2370), + [anon_sym_DASH] = ACTIONS(2368), + [anon_sym_BANG] = ACTIONS(2368), + [anon_sym_AMP] = ACTIONS(2368), + [anon_sym_PIPE] = ACTIONS(2368), + [anon_sym_LT] = ACTIONS(2368), + [anon_sym_DOT_DOT] = ACTIONS(2368), + [anon_sym_COLON_COLON] = ACTIONS(2368), + [anon_sym_POUND] = ACTIONS(2368), + [anon_sym_SQUOTE] = ACTIONS(2370), + [anon_sym_async] = ACTIONS(2370), + [anon_sym_break] = ACTIONS(2370), + [anon_sym_const] = ACTIONS(2370), + [anon_sym_continue] = ACTIONS(2370), + [anon_sym_default] = ACTIONS(2370), + [anon_sym_enum] = ACTIONS(2370), + [anon_sym_fn] = ACTIONS(2370), + [anon_sym_for] = ACTIONS(2370), + [anon_sym_gen] = ACTIONS(2370), + [anon_sym_if] = ACTIONS(2370), + [anon_sym_impl] = ACTIONS(2370), + [anon_sym_let] = ACTIONS(2370), + [anon_sym_loop] = ACTIONS(2370), + [anon_sym_match] = ACTIONS(2370), + [anon_sym_mod] = ACTIONS(2370), + [anon_sym_pub] = ACTIONS(2370), + [anon_sym_return] = ACTIONS(2370), + [anon_sym_static] = ACTIONS(2370), + [anon_sym_struct] = ACTIONS(2370), + [anon_sym_trait] = ACTIONS(2370), + [anon_sym_type] = ACTIONS(2370), + [anon_sym_union] = ACTIONS(2370), + [anon_sym_unsafe] = ACTIONS(2370), + [anon_sym_use] = ACTIONS(2370), + [anon_sym_while] = ACTIONS(2370), + [anon_sym_extern] = ACTIONS(2370), + [anon_sym_yield] = ACTIONS(2370), + [anon_sym_move] = ACTIONS(2370), + [anon_sym_try] = ACTIONS(2370), + [sym_integer_literal] = ACTIONS(2368), + [aux_sym_string_literal_token1] = ACTIONS(2368), + [sym_char_literal] = ACTIONS(2368), + [anon_sym_true] = ACTIONS(2370), + [anon_sym_false] = ACTIONS(2370), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2370), + [sym_super] = ACTIONS(2370), + [sym_crate] = ACTIONS(2370), + [sym_metavariable] = ACTIONS(2368), + [sym__raw_string_literal_start] = ACTIONS(2368), + [sym_float_literal] = ACTIONS(2368), }, [STATE(610)] = { [sym_line_comment] = STATE(610), [sym_block_comment] = STATE(610), - [ts_builtin_sym_end] = ACTIONS(2243), - [sym_identifier] = ACTIONS(2245), - [anon_sym_SEMI] = ACTIONS(2243), - [anon_sym_macro_rules_BANG] = ACTIONS(2243), - [anon_sym_LPAREN] = ACTIONS(2243), - [anon_sym_LBRACK] = ACTIONS(2243), - [anon_sym_LBRACE] = ACTIONS(2243), - [anon_sym_RBRACE] = ACTIONS(2243), - [anon_sym_STAR] = ACTIONS(2243), - [anon_sym_u8] = ACTIONS(2245), - [anon_sym_i8] = ACTIONS(2245), - [anon_sym_u16] = ACTIONS(2245), - [anon_sym_i16] = ACTIONS(2245), - [anon_sym_u32] = ACTIONS(2245), - [anon_sym_i32] = ACTIONS(2245), - [anon_sym_u64] = ACTIONS(2245), - [anon_sym_i64] = ACTIONS(2245), - [anon_sym_u128] = ACTIONS(2245), - [anon_sym_i128] = ACTIONS(2245), - [anon_sym_isize] = ACTIONS(2245), - [anon_sym_usize] = ACTIONS(2245), - [anon_sym_f32] = ACTIONS(2245), - [anon_sym_f64] = ACTIONS(2245), - [anon_sym_bool] = ACTIONS(2245), - [anon_sym_str] = ACTIONS(2245), - [anon_sym_char] = ACTIONS(2245), - [anon_sym_DASH] = ACTIONS(2243), - [anon_sym_BANG] = ACTIONS(2243), - [anon_sym_AMP] = ACTIONS(2243), - [anon_sym_PIPE] = ACTIONS(2243), - [anon_sym_LT] = ACTIONS(2243), - [anon_sym_DOT_DOT] = ACTIONS(2243), - [anon_sym_COLON_COLON] = ACTIONS(2243), - [anon_sym_POUND] = ACTIONS(2243), - [anon_sym_SQUOTE] = ACTIONS(2245), - [anon_sym_async] = ACTIONS(2245), - [anon_sym_break] = ACTIONS(2245), - [anon_sym_const] = ACTIONS(2245), - [anon_sym_continue] = ACTIONS(2245), - [anon_sym_default] = ACTIONS(2245), - [anon_sym_enum] = ACTIONS(2245), - [anon_sym_fn] = ACTIONS(2245), - [anon_sym_for] = ACTIONS(2245), - [anon_sym_gen] = ACTIONS(2245), - [anon_sym_if] = ACTIONS(2245), - [anon_sym_impl] = ACTIONS(2245), - [anon_sym_let] = ACTIONS(2245), - [anon_sym_loop] = ACTIONS(2245), - [anon_sym_match] = ACTIONS(2245), - [anon_sym_mod] = ACTIONS(2245), - [anon_sym_pub] = ACTIONS(2245), - [anon_sym_return] = ACTIONS(2245), - [anon_sym_static] = ACTIONS(2245), - [anon_sym_struct] = ACTIONS(2245), - [anon_sym_trait] = ACTIONS(2245), - [anon_sym_type] = ACTIONS(2245), - [anon_sym_union] = ACTIONS(2245), - [anon_sym_unsafe] = ACTIONS(2245), - [anon_sym_use] = ACTIONS(2245), - [anon_sym_while] = ACTIONS(2245), - [anon_sym_extern] = ACTIONS(2245), - [anon_sym_yield] = ACTIONS(2245), - [anon_sym_move] = ACTIONS(2245), - [anon_sym_try] = ACTIONS(2245), - [sym_integer_literal] = ACTIONS(2243), - [aux_sym_string_literal_token1] = ACTIONS(2243), - [sym_char_literal] = ACTIONS(2243), - [anon_sym_true] = ACTIONS(2245), - [anon_sym_false] = ACTIONS(2245), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2245), - [sym_super] = ACTIONS(2245), - [sym_crate] = ACTIONS(2245), - [sym_metavariable] = ACTIONS(2243), - [sym__raw_string_literal_start] = ACTIONS(2243), - [sym_float_literal] = ACTIONS(2243), + [ts_builtin_sym_end] = ACTIONS(2372), + [sym_identifier] = ACTIONS(2374), + [anon_sym_SEMI] = ACTIONS(2372), + [anon_sym_macro_rules_BANG] = ACTIONS(2372), + [anon_sym_LPAREN] = ACTIONS(2372), + [anon_sym_LBRACK] = ACTIONS(2372), + [anon_sym_LBRACE] = ACTIONS(2372), + [anon_sym_RBRACE] = ACTIONS(2372), + [anon_sym_STAR] = ACTIONS(2372), + [anon_sym_u8] = ACTIONS(2374), + [anon_sym_i8] = ACTIONS(2374), + [anon_sym_u16] = ACTIONS(2374), + [anon_sym_i16] = ACTIONS(2374), + [anon_sym_u32] = ACTIONS(2374), + [anon_sym_i32] = ACTIONS(2374), + [anon_sym_u64] = ACTIONS(2374), + [anon_sym_i64] = ACTIONS(2374), + [anon_sym_u128] = ACTIONS(2374), + [anon_sym_i128] = ACTIONS(2374), + [anon_sym_isize] = ACTIONS(2374), + [anon_sym_usize] = ACTIONS(2374), + [anon_sym_f32] = ACTIONS(2374), + [anon_sym_f64] = ACTIONS(2374), + [anon_sym_bool] = ACTIONS(2374), + [anon_sym_str] = ACTIONS(2374), + [anon_sym_char] = ACTIONS(2374), + [anon_sym_DASH] = ACTIONS(2372), + [anon_sym_BANG] = ACTIONS(2372), + [anon_sym_AMP] = ACTIONS(2372), + [anon_sym_PIPE] = ACTIONS(2372), + [anon_sym_LT] = ACTIONS(2372), + [anon_sym_DOT_DOT] = ACTIONS(2372), + [anon_sym_COLON_COLON] = ACTIONS(2372), + [anon_sym_POUND] = ACTIONS(2372), + [anon_sym_SQUOTE] = ACTIONS(2374), + [anon_sym_async] = ACTIONS(2374), + [anon_sym_break] = ACTIONS(2374), + [anon_sym_const] = ACTIONS(2374), + [anon_sym_continue] = ACTIONS(2374), + [anon_sym_default] = ACTIONS(2374), + [anon_sym_enum] = ACTIONS(2374), + [anon_sym_fn] = ACTIONS(2374), + [anon_sym_for] = ACTIONS(2374), + [anon_sym_gen] = ACTIONS(2374), + [anon_sym_if] = ACTIONS(2374), + [anon_sym_impl] = ACTIONS(2374), + [anon_sym_let] = ACTIONS(2374), + [anon_sym_loop] = ACTIONS(2374), + [anon_sym_match] = ACTIONS(2374), + [anon_sym_mod] = ACTIONS(2374), + [anon_sym_pub] = ACTIONS(2374), + [anon_sym_return] = ACTIONS(2374), + [anon_sym_static] = ACTIONS(2374), + [anon_sym_struct] = ACTIONS(2374), + [anon_sym_trait] = ACTIONS(2374), + [anon_sym_type] = ACTIONS(2374), + [anon_sym_union] = ACTIONS(2374), + [anon_sym_unsafe] = ACTIONS(2374), + [anon_sym_use] = ACTIONS(2374), + [anon_sym_while] = ACTIONS(2374), + [anon_sym_extern] = ACTIONS(2374), + [anon_sym_yield] = ACTIONS(2374), + [anon_sym_move] = ACTIONS(2374), + [anon_sym_try] = ACTIONS(2374), + [sym_integer_literal] = ACTIONS(2372), + [aux_sym_string_literal_token1] = ACTIONS(2372), + [sym_char_literal] = ACTIONS(2372), + [anon_sym_true] = ACTIONS(2374), + [anon_sym_false] = ACTIONS(2374), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2374), + [sym_super] = ACTIONS(2374), + [sym_crate] = ACTIONS(2374), + [sym_metavariable] = ACTIONS(2372), + [sym__raw_string_literal_start] = ACTIONS(2372), + [sym_float_literal] = ACTIONS(2372), }, [STATE(611)] = { [sym_line_comment] = STATE(611), [sym_block_comment] = STATE(611), - [ts_builtin_sym_end] = ACTIONS(2247), - [sym_identifier] = ACTIONS(2249), - [anon_sym_SEMI] = ACTIONS(2247), - [anon_sym_macro_rules_BANG] = ACTIONS(2247), - [anon_sym_LPAREN] = ACTIONS(2247), - [anon_sym_LBRACK] = ACTIONS(2247), - [anon_sym_LBRACE] = ACTIONS(2247), - [anon_sym_RBRACE] = ACTIONS(2247), - [anon_sym_STAR] = ACTIONS(2247), - [anon_sym_u8] = ACTIONS(2249), - [anon_sym_i8] = ACTIONS(2249), - [anon_sym_u16] = ACTIONS(2249), - [anon_sym_i16] = ACTIONS(2249), - [anon_sym_u32] = ACTIONS(2249), - [anon_sym_i32] = ACTIONS(2249), - [anon_sym_u64] = ACTIONS(2249), - [anon_sym_i64] = ACTIONS(2249), - [anon_sym_u128] = ACTIONS(2249), - [anon_sym_i128] = ACTIONS(2249), - [anon_sym_isize] = ACTIONS(2249), - [anon_sym_usize] = ACTIONS(2249), - [anon_sym_f32] = ACTIONS(2249), - [anon_sym_f64] = ACTIONS(2249), - [anon_sym_bool] = ACTIONS(2249), - [anon_sym_str] = ACTIONS(2249), - [anon_sym_char] = ACTIONS(2249), - [anon_sym_DASH] = ACTIONS(2247), - [anon_sym_BANG] = ACTIONS(2247), - [anon_sym_AMP] = ACTIONS(2247), - [anon_sym_PIPE] = ACTIONS(2247), - [anon_sym_LT] = ACTIONS(2247), - [anon_sym_DOT_DOT] = ACTIONS(2247), - [anon_sym_COLON_COLON] = ACTIONS(2247), - [anon_sym_POUND] = ACTIONS(2247), - [anon_sym_SQUOTE] = ACTIONS(2249), - [anon_sym_async] = ACTIONS(2249), - [anon_sym_break] = ACTIONS(2249), - [anon_sym_const] = ACTIONS(2249), - [anon_sym_continue] = ACTIONS(2249), - [anon_sym_default] = ACTIONS(2249), - [anon_sym_enum] = ACTIONS(2249), - [anon_sym_fn] = ACTIONS(2249), - [anon_sym_for] = ACTIONS(2249), - [anon_sym_gen] = ACTIONS(2249), - [anon_sym_if] = ACTIONS(2249), - [anon_sym_impl] = ACTIONS(2249), - [anon_sym_let] = ACTIONS(2249), - [anon_sym_loop] = ACTIONS(2249), - [anon_sym_match] = ACTIONS(2249), - [anon_sym_mod] = ACTIONS(2249), - [anon_sym_pub] = ACTIONS(2249), - [anon_sym_return] = ACTIONS(2249), - [anon_sym_static] = ACTIONS(2249), - [anon_sym_struct] = ACTIONS(2249), - [anon_sym_trait] = ACTIONS(2249), - [anon_sym_type] = ACTIONS(2249), - [anon_sym_union] = ACTIONS(2249), - [anon_sym_unsafe] = ACTIONS(2249), - [anon_sym_use] = ACTIONS(2249), - [anon_sym_while] = ACTIONS(2249), - [anon_sym_extern] = ACTIONS(2249), - [anon_sym_yield] = ACTIONS(2249), - [anon_sym_move] = ACTIONS(2249), - [anon_sym_try] = ACTIONS(2249), - [sym_integer_literal] = ACTIONS(2247), - [aux_sym_string_literal_token1] = ACTIONS(2247), - [sym_char_literal] = ACTIONS(2247), - [anon_sym_true] = ACTIONS(2249), - [anon_sym_false] = ACTIONS(2249), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2249), - [sym_super] = ACTIONS(2249), - [sym_crate] = ACTIONS(2249), - [sym_metavariable] = ACTIONS(2247), - [sym__raw_string_literal_start] = ACTIONS(2247), - [sym_float_literal] = ACTIONS(2247), + [ts_builtin_sym_end] = ACTIONS(2376), + [sym_identifier] = ACTIONS(2378), + [anon_sym_SEMI] = ACTIONS(2376), + [anon_sym_macro_rules_BANG] = ACTIONS(2376), + [anon_sym_LPAREN] = ACTIONS(2376), + [anon_sym_LBRACK] = ACTIONS(2376), + [anon_sym_LBRACE] = ACTIONS(2376), + [anon_sym_RBRACE] = ACTIONS(2376), + [anon_sym_STAR] = ACTIONS(2376), + [anon_sym_u8] = ACTIONS(2378), + [anon_sym_i8] = ACTIONS(2378), + [anon_sym_u16] = ACTIONS(2378), + [anon_sym_i16] = ACTIONS(2378), + [anon_sym_u32] = ACTIONS(2378), + [anon_sym_i32] = ACTIONS(2378), + [anon_sym_u64] = ACTIONS(2378), + [anon_sym_i64] = ACTIONS(2378), + [anon_sym_u128] = ACTIONS(2378), + [anon_sym_i128] = ACTIONS(2378), + [anon_sym_isize] = ACTIONS(2378), + [anon_sym_usize] = ACTIONS(2378), + [anon_sym_f32] = ACTIONS(2378), + [anon_sym_f64] = ACTIONS(2378), + [anon_sym_bool] = ACTIONS(2378), + [anon_sym_str] = ACTIONS(2378), + [anon_sym_char] = ACTIONS(2378), + [anon_sym_DASH] = ACTIONS(2376), + [anon_sym_BANG] = ACTIONS(2376), + [anon_sym_AMP] = ACTIONS(2376), + [anon_sym_PIPE] = ACTIONS(2376), + [anon_sym_LT] = ACTIONS(2376), + [anon_sym_DOT_DOT] = ACTIONS(2376), + [anon_sym_COLON_COLON] = ACTIONS(2376), + [anon_sym_POUND] = ACTIONS(2376), + [anon_sym_SQUOTE] = ACTIONS(2378), + [anon_sym_async] = ACTIONS(2378), + [anon_sym_break] = ACTIONS(2378), + [anon_sym_const] = ACTIONS(2378), + [anon_sym_continue] = ACTIONS(2378), + [anon_sym_default] = ACTIONS(2378), + [anon_sym_enum] = ACTIONS(2378), + [anon_sym_fn] = ACTIONS(2378), + [anon_sym_for] = ACTIONS(2378), + [anon_sym_gen] = ACTIONS(2378), + [anon_sym_if] = ACTIONS(2378), + [anon_sym_impl] = ACTIONS(2378), + [anon_sym_let] = ACTIONS(2378), + [anon_sym_loop] = ACTIONS(2378), + [anon_sym_match] = ACTIONS(2378), + [anon_sym_mod] = ACTIONS(2378), + [anon_sym_pub] = ACTIONS(2378), + [anon_sym_return] = ACTIONS(2378), + [anon_sym_static] = ACTIONS(2378), + [anon_sym_struct] = ACTIONS(2378), + [anon_sym_trait] = ACTIONS(2378), + [anon_sym_type] = ACTIONS(2378), + [anon_sym_union] = ACTIONS(2378), + [anon_sym_unsafe] = ACTIONS(2378), + [anon_sym_use] = ACTIONS(2378), + [anon_sym_while] = ACTIONS(2378), + [anon_sym_extern] = ACTIONS(2378), + [anon_sym_yield] = ACTIONS(2378), + [anon_sym_move] = ACTIONS(2378), + [anon_sym_try] = ACTIONS(2378), + [sym_integer_literal] = ACTIONS(2376), + [aux_sym_string_literal_token1] = ACTIONS(2376), + [sym_char_literal] = ACTIONS(2376), + [anon_sym_true] = ACTIONS(2378), + [anon_sym_false] = ACTIONS(2378), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2378), + [sym_super] = ACTIONS(2378), + [sym_crate] = ACTIONS(2378), + [sym_metavariable] = ACTIONS(2376), + [sym__raw_string_literal_start] = ACTIONS(2376), + [sym_float_literal] = ACTIONS(2376), }, [STATE(612)] = { [sym_line_comment] = STATE(612), [sym_block_comment] = STATE(612), - [ts_builtin_sym_end] = ACTIONS(2251), - [sym_identifier] = ACTIONS(2253), - [anon_sym_SEMI] = ACTIONS(2251), - [anon_sym_macro_rules_BANG] = ACTIONS(2251), - [anon_sym_LPAREN] = ACTIONS(2251), - [anon_sym_LBRACK] = ACTIONS(2251), - [anon_sym_LBRACE] = ACTIONS(2251), - [anon_sym_RBRACE] = ACTIONS(2251), - [anon_sym_STAR] = ACTIONS(2251), - [anon_sym_u8] = ACTIONS(2253), - [anon_sym_i8] = ACTIONS(2253), - [anon_sym_u16] = ACTIONS(2253), - [anon_sym_i16] = ACTIONS(2253), - [anon_sym_u32] = ACTIONS(2253), - [anon_sym_i32] = ACTIONS(2253), - [anon_sym_u64] = ACTIONS(2253), - [anon_sym_i64] = ACTIONS(2253), - [anon_sym_u128] = ACTIONS(2253), - [anon_sym_i128] = ACTIONS(2253), - [anon_sym_isize] = ACTIONS(2253), - [anon_sym_usize] = ACTIONS(2253), - [anon_sym_f32] = ACTIONS(2253), - [anon_sym_f64] = ACTIONS(2253), - [anon_sym_bool] = ACTIONS(2253), - [anon_sym_str] = ACTIONS(2253), - [anon_sym_char] = ACTIONS(2253), - [anon_sym_DASH] = ACTIONS(2251), - [anon_sym_BANG] = ACTIONS(2251), - [anon_sym_AMP] = ACTIONS(2251), - [anon_sym_PIPE] = ACTIONS(2251), - [anon_sym_LT] = ACTIONS(2251), - [anon_sym_DOT_DOT] = ACTIONS(2251), - [anon_sym_COLON_COLON] = ACTIONS(2251), - [anon_sym_POUND] = ACTIONS(2251), - [anon_sym_SQUOTE] = ACTIONS(2253), - [anon_sym_async] = ACTIONS(2253), - [anon_sym_break] = ACTIONS(2253), - [anon_sym_const] = ACTIONS(2253), - [anon_sym_continue] = ACTIONS(2253), - [anon_sym_default] = ACTIONS(2253), - [anon_sym_enum] = ACTIONS(2253), - [anon_sym_fn] = ACTIONS(2253), - [anon_sym_for] = ACTIONS(2253), - [anon_sym_gen] = ACTIONS(2253), - [anon_sym_if] = ACTIONS(2253), - [anon_sym_impl] = ACTIONS(2253), - [anon_sym_let] = ACTIONS(2253), - [anon_sym_loop] = ACTIONS(2253), - [anon_sym_match] = ACTIONS(2253), - [anon_sym_mod] = ACTIONS(2253), - [anon_sym_pub] = ACTIONS(2253), - [anon_sym_return] = ACTIONS(2253), - [anon_sym_static] = ACTIONS(2253), - [anon_sym_struct] = ACTIONS(2253), - [anon_sym_trait] = ACTIONS(2253), - [anon_sym_type] = ACTIONS(2253), - [anon_sym_union] = ACTIONS(2253), - [anon_sym_unsafe] = ACTIONS(2253), - [anon_sym_use] = ACTIONS(2253), - [anon_sym_while] = ACTIONS(2253), - [anon_sym_extern] = ACTIONS(2253), - [anon_sym_yield] = ACTIONS(2253), - [anon_sym_move] = ACTIONS(2253), - [anon_sym_try] = ACTIONS(2253), - [sym_integer_literal] = ACTIONS(2251), - [aux_sym_string_literal_token1] = ACTIONS(2251), - [sym_char_literal] = ACTIONS(2251), - [anon_sym_true] = ACTIONS(2253), - [anon_sym_false] = ACTIONS(2253), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2253), - [sym_super] = ACTIONS(2253), - [sym_crate] = ACTIONS(2253), - [sym_metavariable] = ACTIONS(2251), - [sym__raw_string_literal_start] = ACTIONS(2251), - [sym_float_literal] = ACTIONS(2251), + [ts_builtin_sym_end] = ACTIONS(1403), + [sym_identifier] = ACTIONS(1405), + [anon_sym_SEMI] = ACTIONS(1403), + [anon_sym_macro_rules_BANG] = ACTIONS(1403), + [anon_sym_LPAREN] = ACTIONS(1403), + [anon_sym_LBRACK] = ACTIONS(1403), + [anon_sym_LBRACE] = ACTIONS(1403), + [anon_sym_RBRACE] = ACTIONS(1403), + [anon_sym_STAR] = ACTIONS(1403), + [anon_sym_u8] = ACTIONS(1405), + [anon_sym_i8] = ACTIONS(1405), + [anon_sym_u16] = ACTIONS(1405), + [anon_sym_i16] = ACTIONS(1405), + [anon_sym_u32] = ACTIONS(1405), + [anon_sym_i32] = ACTIONS(1405), + [anon_sym_u64] = ACTIONS(1405), + [anon_sym_i64] = ACTIONS(1405), + [anon_sym_u128] = ACTIONS(1405), + [anon_sym_i128] = ACTIONS(1405), + [anon_sym_isize] = ACTIONS(1405), + [anon_sym_usize] = ACTIONS(1405), + [anon_sym_f32] = ACTIONS(1405), + [anon_sym_f64] = ACTIONS(1405), + [anon_sym_bool] = ACTIONS(1405), + [anon_sym_str] = ACTIONS(1405), + [anon_sym_char] = ACTIONS(1405), + [anon_sym_DASH] = ACTIONS(1403), + [anon_sym_BANG] = ACTIONS(1403), + [anon_sym_AMP] = ACTIONS(1403), + [anon_sym_PIPE] = ACTIONS(1403), + [anon_sym_LT] = ACTIONS(1403), + [anon_sym_DOT_DOT] = ACTIONS(1403), + [anon_sym_COLON_COLON] = ACTIONS(1403), + [anon_sym_POUND] = ACTIONS(1403), + [anon_sym_SQUOTE] = ACTIONS(1405), + [anon_sym_async] = ACTIONS(1405), + [anon_sym_break] = ACTIONS(1405), + [anon_sym_const] = ACTIONS(1405), + [anon_sym_continue] = ACTIONS(1405), + [anon_sym_default] = ACTIONS(1405), + [anon_sym_enum] = ACTIONS(1405), + [anon_sym_fn] = ACTIONS(1405), + [anon_sym_for] = ACTIONS(1405), + [anon_sym_gen] = ACTIONS(1405), + [anon_sym_if] = ACTIONS(1405), + [anon_sym_impl] = ACTIONS(1405), + [anon_sym_let] = ACTIONS(1405), + [anon_sym_loop] = ACTIONS(1405), + [anon_sym_match] = ACTIONS(1405), + [anon_sym_mod] = ACTIONS(1405), + [anon_sym_pub] = ACTIONS(1405), + [anon_sym_return] = ACTIONS(1405), + [anon_sym_static] = ACTIONS(1405), + [anon_sym_struct] = ACTIONS(1405), + [anon_sym_trait] = ACTIONS(1405), + [anon_sym_type] = ACTIONS(1405), + [anon_sym_union] = ACTIONS(1405), + [anon_sym_unsafe] = ACTIONS(1405), + [anon_sym_use] = ACTIONS(1405), + [anon_sym_while] = ACTIONS(1405), + [anon_sym_extern] = ACTIONS(1405), + [anon_sym_yield] = ACTIONS(1405), + [anon_sym_move] = ACTIONS(1405), + [anon_sym_try] = ACTIONS(1405), + [sym_integer_literal] = ACTIONS(1403), + [aux_sym_string_literal_token1] = ACTIONS(1403), + [sym_char_literal] = ACTIONS(1403), + [anon_sym_true] = ACTIONS(1405), + [anon_sym_false] = ACTIONS(1405), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1405), + [sym_super] = ACTIONS(1405), + [sym_crate] = ACTIONS(1405), + [sym_metavariable] = ACTIONS(1403), + [sym__raw_string_literal_start] = ACTIONS(1403), + [sym_float_literal] = ACTIONS(1403), }, [STATE(613)] = { [sym_line_comment] = STATE(613), [sym_block_comment] = STATE(613), - [ts_builtin_sym_end] = ACTIONS(2255), - [sym_identifier] = ACTIONS(2257), - [anon_sym_SEMI] = ACTIONS(2255), - [anon_sym_macro_rules_BANG] = ACTIONS(2255), - [anon_sym_LPAREN] = ACTIONS(2255), - [anon_sym_LBRACK] = ACTIONS(2255), - [anon_sym_LBRACE] = ACTIONS(2255), - [anon_sym_RBRACE] = ACTIONS(2255), - [anon_sym_STAR] = ACTIONS(2255), - [anon_sym_u8] = ACTIONS(2257), - [anon_sym_i8] = ACTIONS(2257), - [anon_sym_u16] = ACTIONS(2257), - [anon_sym_i16] = ACTIONS(2257), - [anon_sym_u32] = ACTIONS(2257), - [anon_sym_i32] = ACTIONS(2257), - [anon_sym_u64] = ACTIONS(2257), - [anon_sym_i64] = ACTIONS(2257), - [anon_sym_u128] = ACTIONS(2257), - [anon_sym_i128] = ACTIONS(2257), - [anon_sym_isize] = ACTIONS(2257), - [anon_sym_usize] = ACTIONS(2257), - [anon_sym_f32] = ACTIONS(2257), - [anon_sym_f64] = ACTIONS(2257), - [anon_sym_bool] = ACTIONS(2257), - [anon_sym_str] = ACTIONS(2257), - [anon_sym_char] = ACTIONS(2257), - [anon_sym_DASH] = ACTIONS(2255), - [anon_sym_BANG] = ACTIONS(2255), - [anon_sym_AMP] = ACTIONS(2255), - [anon_sym_PIPE] = ACTIONS(2255), - [anon_sym_LT] = ACTIONS(2255), - [anon_sym_DOT_DOT] = ACTIONS(2255), - [anon_sym_COLON_COLON] = ACTIONS(2255), - [anon_sym_POUND] = ACTIONS(2255), - [anon_sym_SQUOTE] = ACTIONS(2257), - [anon_sym_async] = ACTIONS(2257), - [anon_sym_break] = ACTIONS(2257), - [anon_sym_const] = ACTIONS(2257), - [anon_sym_continue] = ACTIONS(2257), - [anon_sym_default] = ACTIONS(2257), - [anon_sym_enum] = ACTIONS(2257), - [anon_sym_fn] = ACTIONS(2257), - [anon_sym_for] = ACTIONS(2257), - [anon_sym_gen] = ACTIONS(2257), - [anon_sym_if] = ACTIONS(2257), - [anon_sym_impl] = ACTIONS(2257), - [anon_sym_let] = ACTIONS(2257), - [anon_sym_loop] = ACTIONS(2257), - [anon_sym_match] = ACTIONS(2257), - [anon_sym_mod] = ACTIONS(2257), - [anon_sym_pub] = ACTIONS(2257), - [anon_sym_return] = ACTIONS(2257), - [anon_sym_static] = ACTIONS(2257), - [anon_sym_struct] = ACTIONS(2257), - [anon_sym_trait] = ACTIONS(2257), - [anon_sym_type] = ACTIONS(2257), - [anon_sym_union] = ACTIONS(2257), - [anon_sym_unsafe] = ACTIONS(2257), - [anon_sym_use] = ACTIONS(2257), - [anon_sym_while] = ACTIONS(2257), - [anon_sym_extern] = ACTIONS(2257), - [anon_sym_yield] = ACTIONS(2257), - [anon_sym_move] = ACTIONS(2257), - [anon_sym_try] = ACTIONS(2257), - [sym_integer_literal] = ACTIONS(2255), - [aux_sym_string_literal_token1] = ACTIONS(2255), - [sym_char_literal] = ACTIONS(2255), - [anon_sym_true] = ACTIONS(2257), - [anon_sym_false] = ACTIONS(2257), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2257), - [sym_super] = ACTIONS(2257), - [sym_crate] = ACTIONS(2257), - [sym_metavariable] = ACTIONS(2255), - [sym__raw_string_literal_start] = ACTIONS(2255), - [sym_float_literal] = ACTIONS(2255), + [ts_builtin_sym_end] = ACTIONS(2380), + [sym_identifier] = ACTIONS(2382), + [anon_sym_SEMI] = ACTIONS(2380), + [anon_sym_macro_rules_BANG] = ACTIONS(2380), + [anon_sym_LPAREN] = ACTIONS(2380), + [anon_sym_LBRACK] = ACTIONS(2380), + [anon_sym_LBRACE] = ACTIONS(2380), + [anon_sym_RBRACE] = ACTIONS(2380), + [anon_sym_STAR] = ACTIONS(2380), + [anon_sym_u8] = ACTIONS(2382), + [anon_sym_i8] = ACTIONS(2382), + [anon_sym_u16] = ACTIONS(2382), + [anon_sym_i16] = ACTIONS(2382), + [anon_sym_u32] = ACTIONS(2382), + [anon_sym_i32] = ACTIONS(2382), + [anon_sym_u64] = ACTIONS(2382), + [anon_sym_i64] = ACTIONS(2382), + [anon_sym_u128] = ACTIONS(2382), + [anon_sym_i128] = ACTIONS(2382), + [anon_sym_isize] = ACTIONS(2382), + [anon_sym_usize] = ACTIONS(2382), + [anon_sym_f32] = ACTIONS(2382), + [anon_sym_f64] = ACTIONS(2382), + [anon_sym_bool] = ACTIONS(2382), + [anon_sym_str] = ACTIONS(2382), + [anon_sym_char] = ACTIONS(2382), + [anon_sym_DASH] = ACTIONS(2380), + [anon_sym_BANG] = ACTIONS(2380), + [anon_sym_AMP] = ACTIONS(2380), + [anon_sym_PIPE] = ACTIONS(2380), + [anon_sym_LT] = ACTIONS(2380), + [anon_sym_DOT_DOT] = ACTIONS(2380), + [anon_sym_COLON_COLON] = ACTIONS(2380), + [anon_sym_POUND] = ACTIONS(2380), + [anon_sym_SQUOTE] = ACTIONS(2382), + [anon_sym_async] = ACTIONS(2382), + [anon_sym_break] = ACTIONS(2382), + [anon_sym_const] = ACTIONS(2382), + [anon_sym_continue] = ACTIONS(2382), + [anon_sym_default] = ACTIONS(2382), + [anon_sym_enum] = ACTIONS(2382), + [anon_sym_fn] = ACTIONS(2382), + [anon_sym_for] = ACTIONS(2382), + [anon_sym_gen] = ACTIONS(2382), + [anon_sym_if] = ACTIONS(2382), + [anon_sym_impl] = ACTIONS(2382), + [anon_sym_let] = ACTIONS(2382), + [anon_sym_loop] = ACTIONS(2382), + [anon_sym_match] = ACTIONS(2382), + [anon_sym_mod] = ACTIONS(2382), + [anon_sym_pub] = ACTIONS(2382), + [anon_sym_return] = ACTIONS(2382), + [anon_sym_static] = ACTIONS(2382), + [anon_sym_struct] = ACTIONS(2382), + [anon_sym_trait] = ACTIONS(2382), + [anon_sym_type] = ACTIONS(2382), + [anon_sym_union] = ACTIONS(2382), + [anon_sym_unsafe] = ACTIONS(2382), + [anon_sym_use] = ACTIONS(2382), + [anon_sym_while] = ACTIONS(2382), + [anon_sym_extern] = ACTIONS(2382), + [anon_sym_yield] = ACTIONS(2382), + [anon_sym_move] = ACTIONS(2382), + [anon_sym_try] = ACTIONS(2382), + [sym_integer_literal] = ACTIONS(2380), + [aux_sym_string_literal_token1] = ACTIONS(2380), + [sym_char_literal] = ACTIONS(2380), + [anon_sym_true] = ACTIONS(2382), + [anon_sym_false] = ACTIONS(2382), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2382), + [sym_super] = ACTIONS(2382), + [sym_crate] = ACTIONS(2382), + [sym_metavariable] = ACTIONS(2380), + [sym__raw_string_literal_start] = ACTIONS(2380), + [sym_float_literal] = ACTIONS(2380), }, [STATE(614)] = { [sym_line_comment] = STATE(614), [sym_block_comment] = STATE(614), - [ts_builtin_sym_end] = ACTIONS(2259), - [sym_identifier] = ACTIONS(2261), - [anon_sym_SEMI] = ACTIONS(2259), - [anon_sym_macro_rules_BANG] = ACTIONS(2259), - [anon_sym_LPAREN] = ACTIONS(2259), - [anon_sym_LBRACK] = ACTIONS(2259), - [anon_sym_LBRACE] = ACTIONS(2259), - [anon_sym_RBRACE] = ACTIONS(2259), - [anon_sym_STAR] = ACTIONS(2259), - [anon_sym_u8] = ACTIONS(2261), - [anon_sym_i8] = ACTIONS(2261), - [anon_sym_u16] = ACTIONS(2261), - [anon_sym_i16] = ACTIONS(2261), - [anon_sym_u32] = ACTIONS(2261), - [anon_sym_i32] = ACTIONS(2261), - [anon_sym_u64] = ACTIONS(2261), - [anon_sym_i64] = ACTIONS(2261), - [anon_sym_u128] = ACTIONS(2261), - [anon_sym_i128] = ACTIONS(2261), - [anon_sym_isize] = ACTIONS(2261), - [anon_sym_usize] = ACTIONS(2261), - [anon_sym_f32] = ACTIONS(2261), - [anon_sym_f64] = ACTIONS(2261), - [anon_sym_bool] = ACTIONS(2261), - [anon_sym_str] = ACTIONS(2261), - [anon_sym_char] = ACTIONS(2261), - [anon_sym_DASH] = ACTIONS(2259), - [anon_sym_BANG] = ACTIONS(2259), - [anon_sym_AMP] = ACTIONS(2259), - [anon_sym_PIPE] = ACTIONS(2259), - [anon_sym_LT] = ACTIONS(2259), - [anon_sym_DOT_DOT] = ACTIONS(2259), - [anon_sym_COLON_COLON] = ACTIONS(2259), - [anon_sym_POUND] = ACTIONS(2259), - [anon_sym_SQUOTE] = ACTIONS(2261), - [anon_sym_async] = ACTIONS(2261), - [anon_sym_break] = ACTIONS(2261), - [anon_sym_const] = ACTIONS(2261), - [anon_sym_continue] = ACTIONS(2261), - [anon_sym_default] = ACTIONS(2261), - [anon_sym_enum] = ACTIONS(2261), - [anon_sym_fn] = ACTIONS(2261), - [anon_sym_for] = ACTIONS(2261), - [anon_sym_gen] = ACTIONS(2261), - [anon_sym_if] = ACTIONS(2261), - [anon_sym_impl] = ACTIONS(2261), - [anon_sym_let] = ACTIONS(2261), - [anon_sym_loop] = ACTIONS(2261), - [anon_sym_match] = ACTIONS(2261), - [anon_sym_mod] = ACTIONS(2261), - [anon_sym_pub] = ACTIONS(2261), - [anon_sym_return] = ACTIONS(2261), - [anon_sym_static] = ACTIONS(2261), - [anon_sym_struct] = ACTIONS(2261), - [anon_sym_trait] = ACTIONS(2261), - [anon_sym_type] = ACTIONS(2261), - [anon_sym_union] = ACTIONS(2261), - [anon_sym_unsafe] = ACTIONS(2261), - [anon_sym_use] = ACTIONS(2261), - [anon_sym_while] = ACTIONS(2261), - [anon_sym_extern] = ACTIONS(2261), - [anon_sym_yield] = ACTIONS(2261), - [anon_sym_move] = ACTIONS(2261), - [anon_sym_try] = ACTIONS(2261), - [sym_integer_literal] = ACTIONS(2259), - [aux_sym_string_literal_token1] = ACTIONS(2259), - [sym_char_literal] = ACTIONS(2259), - [anon_sym_true] = ACTIONS(2261), - [anon_sym_false] = ACTIONS(2261), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2261), - [sym_super] = ACTIONS(2261), - [sym_crate] = ACTIONS(2261), - [sym_metavariable] = ACTIONS(2259), - [sym__raw_string_literal_start] = ACTIONS(2259), - [sym_float_literal] = ACTIONS(2259), + [ts_builtin_sym_end] = ACTIONS(2384), + [sym_identifier] = ACTIONS(2386), + [anon_sym_SEMI] = ACTIONS(2384), + [anon_sym_macro_rules_BANG] = ACTIONS(2384), + [anon_sym_LPAREN] = ACTIONS(2384), + [anon_sym_LBRACK] = ACTIONS(2384), + [anon_sym_LBRACE] = ACTIONS(2384), + [anon_sym_RBRACE] = ACTIONS(2384), + [anon_sym_STAR] = ACTIONS(2384), + [anon_sym_u8] = ACTIONS(2386), + [anon_sym_i8] = ACTIONS(2386), + [anon_sym_u16] = ACTIONS(2386), + [anon_sym_i16] = ACTIONS(2386), + [anon_sym_u32] = ACTIONS(2386), + [anon_sym_i32] = ACTIONS(2386), + [anon_sym_u64] = ACTIONS(2386), + [anon_sym_i64] = ACTIONS(2386), + [anon_sym_u128] = ACTIONS(2386), + [anon_sym_i128] = ACTIONS(2386), + [anon_sym_isize] = ACTIONS(2386), + [anon_sym_usize] = ACTIONS(2386), + [anon_sym_f32] = ACTIONS(2386), + [anon_sym_f64] = ACTIONS(2386), + [anon_sym_bool] = ACTIONS(2386), + [anon_sym_str] = ACTIONS(2386), + [anon_sym_char] = ACTIONS(2386), + [anon_sym_DASH] = ACTIONS(2384), + [anon_sym_BANG] = ACTIONS(2384), + [anon_sym_AMP] = ACTIONS(2384), + [anon_sym_PIPE] = ACTIONS(2384), + [anon_sym_LT] = ACTIONS(2384), + [anon_sym_DOT_DOT] = ACTIONS(2384), + [anon_sym_COLON_COLON] = ACTIONS(2384), + [anon_sym_POUND] = ACTIONS(2384), + [anon_sym_SQUOTE] = ACTIONS(2386), + [anon_sym_async] = ACTIONS(2386), + [anon_sym_break] = ACTIONS(2386), + [anon_sym_const] = ACTIONS(2386), + [anon_sym_continue] = ACTIONS(2386), + [anon_sym_default] = ACTIONS(2386), + [anon_sym_enum] = ACTIONS(2386), + [anon_sym_fn] = ACTIONS(2386), + [anon_sym_for] = ACTIONS(2386), + [anon_sym_gen] = ACTIONS(2386), + [anon_sym_if] = ACTIONS(2386), + [anon_sym_impl] = ACTIONS(2386), + [anon_sym_let] = ACTIONS(2386), + [anon_sym_loop] = ACTIONS(2386), + [anon_sym_match] = ACTIONS(2386), + [anon_sym_mod] = ACTIONS(2386), + [anon_sym_pub] = ACTIONS(2386), + [anon_sym_return] = ACTIONS(2386), + [anon_sym_static] = ACTIONS(2386), + [anon_sym_struct] = ACTIONS(2386), + [anon_sym_trait] = ACTIONS(2386), + [anon_sym_type] = ACTIONS(2386), + [anon_sym_union] = ACTIONS(2386), + [anon_sym_unsafe] = ACTIONS(2386), + [anon_sym_use] = ACTIONS(2386), + [anon_sym_while] = ACTIONS(2386), + [anon_sym_extern] = ACTIONS(2386), + [anon_sym_yield] = ACTIONS(2386), + [anon_sym_move] = ACTIONS(2386), + [anon_sym_try] = ACTIONS(2386), + [sym_integer_literal] = ACTIONS(2384), + [aux_sym_string_literal_token1] = ACTIONS(2384), + [sym_char_literal] = ACTIONS(2384), + [anon_sym_true] = ACTIONS(2386), + [anon_sym_false] = ACTIONS(2386), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2386), + [sym_super] = ACTIONS(2386), + [sym_crate] = ACTIONS(2386), + [sym_metavariable] = ACTIONS(2384), + [sym__raw_string_literal_start] = ACTIONS(2384), + [sym_float_literal] = ACTIONS(2384), }, [STATE(615)] = { [sym_line_comment] = STATE(615), [sym_block_comment] = STATE(615), - [ts_builtin_sym_end] = ACTIONS(2263), - [sym_identifier] = ACTIONS(2265), - [anon_sym_SEMI] = ACTIONS(2263), - [anon_sym_macro_rules_BANG] = ACTIONS(2263), - [anon_sym_LPAREN] = ACTIONS(2263), - [anon_sym_LBRACK] = ACTIONS(2263), - [anon_sym_LBRACE] = ACTIONS(2263), - [anon_sym_RBRACE] = ACTIONS(2263), - [anon_sym_STAR] = ACTIONS(2263), - [anon_sym_u8] = ACTIONS(2265), - [anon_sym_i8] = ACTIONS(2265), - [anon_sym_u16] = ACTIONS(2265), - [anon_sym_i16] = ACTIONS(2265), - [anon_sym_u32] = ACTIONS(2265), - [anon_sym_i32] = ACTIONS(2265), - [anon_sym_u64] = ACTIONS(2265), - [anon_sym_i64] = ACTIONS(2265), - [anon_sym_u128] = ACTIONS(2265), - [anon_sym_i128] = ACTIONS(2265), - [anon_sym_isize] = ACTIONS(2265), - [anon_sym_usize] = ACTIONS(2265), - [anon_sym_f32] = ACTIONS(2265), - [anon_sym_f64] = ACTIONS(2265), - [anon_sym_bool] = ACTIONS(2265), - [anon_sym_str] = ACTIONS(2265), - [anon_sym_char] = ACTIONS(2265), - [anon_sym_DASH] = ACTIONS(2263), - [anon_sym_BANG] = ACTIONS(2263), - [anon_sym_AMP] = ACTIONS(2263), - [anon_sym_PIPE] = ACTIONS(2263), - [anon_sym_LT] = ACTIONS(2263), - [anon_sym_DOT_DOT] = ACTIONS(2263), - [anon_sym_COLON_COLON] = ACTIONS(2263), - [anon_sym_POUND] = ACTIONS(2263), - [anon_sym_SQUOTE] = ACTIONS(2265), - [anon_sym_async] = ACTIONS(2265), - [anon_sym_break] = ACTIONS(2265), - [anon_sym_const] = ACTIONS(2265), - [anon_sym_continue] = ACTIONS(2265), - [anon_sym_default] = ACTIONS(2265), - [anon_sym_enum] = ACTIONS(2265), - [anon_sym_fn] = ACTIONS(2265), - [anon_sym_for] = ACTIONS(2265), - [anon_sym_gen] = ACTIONS(2265), - [anon_sym_if] = ACTIONS(2265), - [anon_sym_impl] = ACTIONS(2265), - [anon_sym_let] = ACTIONS(2265), - [anon_sym_loop] = ACTIONS(2265), - [anon_sym_match] = ACTIONS(2265), - [anon_sym_mod] = ACTIONS(2265), - [anon_sym_pub] = ACTIONS(2265), - [anon_sym_return] = ACTIONS(2265), - [anon_sym_static] = ACTIONS(2265), - [anon_sym_struct] = ACTIONS(2265), - [anon_sym_trait] = ACTIONS(2265), - [anon_sym_type] = ACTIONS(2265), - [anon_sym_union] = ACTIONS(2265), - [anon_sym_unsafe] = ACTIONS(2265), - [anon_sym_use] = ACTIONS(2265), - [anon_sym_while] = ACTIONS(2265), - [anon_sym_extern] = ACTIONS(2265), - [anon_sym_yield] = ACTIONS(2265), - [anon_sym_move] = ACTIONS(2265), - [anon_sym_try] = ACTIONS(2265), - [sym_integer_literal] = ACTIONS(2263), - [aux_sym_string_literal_token1] = ACTIONS(2263), - [sym_char_literal] = ACTIONS(2263), - [anon_sym_true] = ACTIONS(2265), - [anon_sym_false] = ACTIONS(2265), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2265), - [sym_super] = ACTIONS(2265), - [sym_crate] = ACTIONS(2265), - [sym_metavariable] = ACTIONS(2263), - [sym__raw_string_literal_start] = ACTIONS(2263), - [sym_float_literal] = ACTIONS(2263), + [ts_builtin_sym_end] = ACTIONS(1387), + [sym_identifier] = ACTIONS(1389), + [anon_sym_SEMI] = ACTIONS(1387), + [anon_sym_macro_rules_BANG] = ACTIONS(1387), + [anon_sym_LPAREN] = ACTIONS(1387), + [anon_sym_LBRACK] = ACTIONS(1387), + [anon_sym_LBRACE] = ACTIONS(1387), + [anon_sym_RBRACE] = ACTIONS(1387), + [anon_sym_STAR] = ACTIONS(1387), + [anon_sym_u8] = ACTIONS(1389), + [anon_sym_i8] = ACTIONS(1389), + [anon_sym_u16] = ACTIONS(1389), + [anon_sym_i16] = ACTIONS(1389), + [anon_sym_u32] = ACTIONS(1389), + [anon_sym_i32] = ACTIONS(1389), + [anon_sym_u64] = ACTIONS(1389), + [anon_sym_i64] = ACTIONS(1389), + [anon_sym_u128] = ACTIONS(1389), + [anon_sym_i128] = ACTIONS(1389), + [anon_sym_isize] = ACTIONS(1389), + [anon_sym_usize] = ACTIONS(1389), + [anon_sym_f32] = ACTIONS(1389), + [anon_sym_f64] = ACTIONS(1389), + [anon_sym_bool] = ACTIONS(1389), + [anon_sym_str] = ACTIONS(1389), + [anon_sym_char] = ACTIONS(1389), + [anon_sym_DASH] = ACTIONS(1387), + [anon_sym_BANG] = ACTIONS(1387), + [anon_sym_AMP] = ACTIONS(1387), + [anon_sym_PIPE] = ACTIONS(1387), + [anon_sym_LT] = ACTIONS(1387), + [anon_sym_DOT_DOT] = ACTIONS(1387), + [anon_sym_COLON_COLON] = ACTIONS(1387), + [anon_sym_POUND] = ACTIONS(1387), + [anon_sym_SQUOTE] = ACTIONS(1389), + [anon_sym_async] = ACTIONS(1389), + [anon_sym_break] = ACTIONS(1389), + [anon_sym_const] = ACTIONS(1389), + [anon_sym_continue] = ACTIONS(1389), + [anon_sym_default] = ACTIONS(1389), + [anon_sym_enum] = ACTIONS(1389), + [anon_sym_fn] = ACTIONS(1389), + [anon_sym_for] = ACTIONS(1389), + [anon_sym_gen] = ACTIONS(1389), + [anon_sym_if] = ACTIONS(1389), + [anon_sym_impl] = ACTIONS(1389), + [anon_sym_let] = ACTIONS(1389), + [anon_sym_loop] = ACTIONS(1389), + [anon_sym_match] = ACTIONS(1389), + [anon_sym_mod] = ACTIONS(1389), + [anon_sym_pub] = ACTIONS(1389), + [anon_sym_return] = ACTIONS(1389), + [anon_sym_static] = ACTIONS(1389), + [anon_sym_struct] = ACTIONS(1389), + [anon_sym_trait] = ACTIONS(1389), + [anon_sym_type] = ACTIONS(1389), + [anon_sym_union] = ACTIONS(1389), + [anon_sym_unsafe] = ACTIONS(1389), + [anon_sym_use] = ACTIONS(1389), + [anon_sym_while] = ACTIONS(1389), + [anon_sym_extern] = ACTIONS(1389), + [anon_sym_yield] = ACTIONS(1389), + [anon_sym_move] = ACTIONS(1389), + [anon_sym_try] = ACTIONS(1389), + [sym_integer_literal] = ACTIONS(1387), + [aux_sym_string_literal_token1] = ACTIONS(1387), + [sym_char_literal] = ACTIONS(1387), + [anon_sym_true] = ACTIONS(1389), + [anon_sym_false] = ACTIONS(1389), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1389), + [sym_super] = ACTIONS(1389), + [sym_crate] = ACTIONS(1389), + [sym_metavariable] = ACTIONS(1387), + [sym__raw_string_literal_start] = ACTIONS(1387), + [sym_float_literal] = ACTIONS(1387), }, [STATE(616)] = { [sym_line_comment] = STATE(616), [sym_block_comment] = STATE(616), - [ts_builtin_sym_end] = ACTIONS(2267), - [sym_identifier] = ACTIONS(2269), - [anon_sym_SEMI] = ACTIONS(2267), - [anon_sym_macro_rules_BANG] = ACTIONS(2267), - [anon_sym_LPAREN] = ACTIONS(2267), - [anon_sym_LBRACK] = ACTIONS(2267), - [anon_sym_LBRACE] = ACTIONS(2267), - [anon_sym_RBRACE] = ACTIONS(2267), - [anon_sym_STAR] = ACTIONS(2267), - [anon_sym_u8] = ACTIONS(2269), - [anon_sym_i8] = ACTIONS(2269), - [anon_sym_u16] = ACTIONS(2269), - [anon_sym_i16] = ACTIONS(2269), - [anon_sym_u32] = ACTIONS(2269), - [anon_sym_i32] = ACTIONS(2269), - [anon_sym_u64] = ACTIONS(2269), - [anon_sym_i64] = ACTIONS(2269), - [anon_sym_u128] = ACTIONS(2269), - [anon_sym_i128] = ACTIONS(2269), - [anon_sym_isize] = ACTIONS(2269), - [anon_sym_usize] = ACTIONS(2269), - [anon_sym_f32] = ACTIONS(2269), - [anon_sym_f64] = ACTIONS(2269), - [anon_sym_bool] = ACTIONS(2269), - [anon_sym_str] = ACTIONS(2269), - [anon_sym_char] = ACTIONS(2269), - [anon_sym_DASH] = ACTIONS(2267), - [anon_sym_BANG] = ACTIONS(2267), - [anon_sym_AMP] = ACTIONS(2267), - [anon_sym_PIPE] = ACTIONS(2267), - [anon_sym_LT] = ACTIONS(2267), - [anon_sym_DOT_DOT] = ACTIONS(2267), - [anon_sym_COLON_COLON] = ACTIONS(2267), - [anon_sym_POUND] = ACTIONS(2267), - [anon_sym_SQUOTE] = ACTIONS(2269), - [anon_sym_async] = ACTIONS(2269), - [anon_sym_break] = ACTIONS(2269), - [anon_sym_const] = ACTIONS(2269), - [anon_sym_continue] = ACTIONS(2269), - [anon_sym_default] = ACTIONS(2269), - [anon_sym_enum] = ACTIONS(2269), - [anon_sym_fn] = ACTIONS(2269), - [anon_sym_for] = ACTIONS(2269), - [anon_sym_gen] = ACTIONS(2269), - [anon_sym_if] = ACTIONS(2269), - [anon_sym_impl] = ACTIONS(2269), - [anon_sym_let] = ACTIONS(2269), - [anon_sym_loop] = ACTIONS(2269), - [anon_sym_match] = ACTIONS(2269), - [anon_sym_mod] = ACTIONS(2269), - [anon_sym_pub] = ACTIONS(2269), - [anon_sym_return] = ACTIONS(2269), - [anon_sym_static] = ACTIONS(2269), - [anon_sym_struct] = ACTIONS(2269), - [anon_sym_trait] = ACTIONS(2269), - [anon_sym_type] = ACTIONS(2269), - [anon_sym_union] = ACTIONS(2269), - [anon_sym_unsafe] = ACTIONS(2269), - [anon_sym_use] = ACTIONS(2269), - [anon_sym_while] = ACTIONS(2269), - [anon_sym_extern] = ACTIONS(2269), - [anon_sym_yield] = ACTIONS(2269), - [anon_sym_move] = ACTIONS(2269), - [anon_sym_try] = ACTIONS(2269), - [sym_integer_literal] = ACTIONS(2267), - [aux_sym_string_literal_token1] = ACTIONS(2267), - [sym_char_literal] = ACTIONS(2267), - [anon_sym_true] = ACTIONS(2269), - [anon_sym_false] = ACTIONS(2269), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2269), - [sym_super] = ACTIONS(2269), - [sym_crate] = ACTIONS(2269), - [sym_metavariable] = ACTIONS(2267), - [sym__raw_string_literal_start] = ACTIONS(2267), - [sym_float_literal] = ACTIONS(2267), + [ts_builtin_sym_end] = ACTIONS(2388), + [sym_identifier] = ACTIONS(2390), + [anon_sym_SEMI] = ACTIONS(2388), + [anon_sym_macro_rules_BANG] = ACTIONS(2388), + [anon_sym_LPAREN] = ACTIONS(2388), + [anon_sym_LBRACK] = ACTIONS(2388), + [anon_sym_LBRACE] = ACTIONS(2388), + [anon_sym_RBRACE] = ACTIONS(2388), + [anon_sym_STAR] = ACTIONS(2388), + [anon_sym_u8] = ACTIONS(2390), + [anon_sym_i8] = ACTIONS(2390), + [anon_sym_u16] = ACTIONS(2390), + [anon_sym_i16] = ACTIONS(2390), + [anon_sym_u32] = ACTIONS(2390), + [anon_sym_i32] = ACTIONS(2390), + [anon_sym_u64] = ACTIONS(2390), + [anon_sym_i64] = ACTIONS(2390), + [anon_sym_u128] = ACTIONS(2390), + [anon_sym_i128] = ACTIONS(2390), + [anon_sym_isize] = ACTIONS(2390), + [anon_sym_usize] = ACTIONS(2390), + [anon_sym_f32] = ACTIONS(2390), + [anon_sym_f64] = ACTIONS(2390), + [anon_sym_bool] = ACTIONS(2390), + [anon_sym_str] = ACTIONS(2390), + [anon_sym_char] = ACTIONS(2390), + [anon_sym_DASH] = ACTIONS(2388), + [anon_sym_BANG] = ACTIONS(2388), + [anon_sym_AMP] = ACTIONS(2388), + [anon_sym_PIPE] = ACTIONS(2388), + [anon_sym_LT] = ACTIONS(2388), + [anon_sym_DOT_DOT] = ACTIONS(2388), + [anon_sym_COLON_COLON] = ACTIONS(2388), + [anon_sym_POUND] = ACTIONS(2388), + [anon_sym_SQUOTE] = ACTIONS(2390), + [anon_sym_async] = ACTIONS(2390), + [anon_sym_break] = ACTIONS(2390), + [anon_sym_const] = ACTIONS(2390), + [anon_sym_continue] = ACTIONS(2390), + [anon_sym_default] = ACTIONS(2390), + [anon_sym_enum] = ACTIONS(2390), + [anon_sym_fn] = ACTIONS(2390), + [anon_sym_for] = ACTIONS(2390), + [anon_sym_gen] = ACTIONS(2390), + [anon_sym_if] = ACTIONS(2390), + [anon_sym_impl] = ACTIONS(2390), + [anon_sym_let] = ACTIONS(2390), + [anon_sym_loop] = ACTIONS(2390), + [anon_sym_match] = ACTIONS(2390), + [anon_sym_mod] = ACTIONS(2390), + [anon_sym_pub] = ACTIONS(2390), + [anon_sym_return] = ACTIONS(2390), + [anon_sym_static] = ACTIONS(2390), + [anon_sym_struct] = ACTIONS(2390), + [anon_sym_trait] = ACTIONS(2390), + [anon_sym_type] = ACTIONS(2390), + [anon_sym_union] = ACTIONS(2390), + [anon_sym_unsafe] = ACTIONS(2390), + [anon_sym_use] = ACTIONS(2390), + [anon_sym_while] = ACTIONS(2390), + [anon_sym_extern] = ACTIONS(2390), + [anon_sym_yield] = ACTIONS(2390), + [anon_sym_move] = ACTIONS(2390), + [anon_sym_try] = ACTIONS(2390), + [sym_integer_literal] = ACTIONS(2388), + [aux_sym_string_literal_token1] = ACTIONS(2388), + [sym_char_literal] = ACTIONS(2388), + [anon_sym_true] = ACTIONS(2390), + [anon_sym_false] = ACTIONS(2390), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2390), + [sym_super] = ACTIONS(2390), + [sym_crate] = ACTIONS(2390), + [sym_metavariable] = ACTIONS(2388), + [sym__raw_string_literal_start] = ACTIONS(2388), + [sym_float_literal] = ACTIONS(2388), }, [STATE(617)] = { [sym_line_comment] = STATE(617), [sym_block_comment] = STATE(617), - [ts_builtin_sym_end] = ACTIONS(2271), - [sym_identifier] = ACTIONS(2273), - [anon_sym_SEMI] = ACTIONS(2271), - [anon_sym_macro_rules_BANG] = ACTIONS(2271), - [anon_sym_LPAREN] = ACTIONS(2271), - [anon_sym_LBRACK] = ACTIONS(2271), - [anon_sym_LBRACE] = ACTIONS(2271), - [anon_sym_RBRACE] = ACTIONS(2271), - [anon_sym_STAR] = ACTIONS(2271), - [anon_sym_u8] = ACTIONS(2273), - [anon_sym_i8] = ACTIONS(2273), - [anon_sym_u16] = ACTIONS(2273), - [anon_sym_i16] = ACTIONS(2273), - [anon_sym_u32] = ACTIONS(2273), - [anon_sym_i32] = ACTIONS(2273), - [anon_sym_u64] = ACTIONS(2273), - [anon_sym_i64] = ACTIONS(2273), - [anon_sym_u128] = ACTIONS(2273), - [anon_sym_i128] = ACTIONS(2273), - [anon_sym_isize] = ACTIONS(2273), - [anon_sym_usize] = ACTIONS(2273), - [anon_sym_f32] = ACTIONS(2273), - [anon_sym_f64] = ACTIONS(2273), - [anon_sym_bool] = ACTIONS(2273), - [anon_sym_str] = ACTIONS(2273), - [anon_sym_char] = ACTIONS(2273), - [anon_sym_DASH] = ACTIONS(2271), - [anon_sym_BANG] = ACTIONS(2271), - [anon_sym_AMP] = ACTIONS(2271), - [anon_sym_PIPE] = ACTIONS(2271), - [anon_sym_LT] = ACTIONS(2271), - [anon_sym_DOT_DOT] = ACTIONS(2271), - [anon_sym_COLON_COLON] = ACTIONS(2271), - [anon_sym_POUND] = ACTIONS(2271), - [anon_sym_SQUOTE] = ACTIONS(2273), - [anon_sym_async] = ACTIONS(2273), - [anon_sym_break] = ACTIONS(2273), - [anon_sym_const] = ACTIONS(2273), - [anon_sym_continue] = ACTIONS(2273), - [anon_sym_default] = ACTIONS(2273), - [anon_sym_enum] = ACTIONS(2273), - [anon_sym_fn] = ACTIONS(2273), - [anon_sym_for] = ACTIONS(2273), - [anon_sym_gen] = ACTIONS(2273), - [anon_sym_if] = ACTIONS(2273), - [anon_sym_impl] = ACTIONS(2273), - [anon_sym_let] = ACTIONS(2273), - [anon_sym_loop] = ACTIONS(2273), - [anon_sym_match] = ACTIONS(2273), - [anon_sym_mod] = ACTIONS(2273), - [anon_sym_pub] = ACTIONS(2273), - [anon_sym_return] = ACTIONS(2273), - [anon_sym_static] = ACTIONS(2273), - [anon_sym_struct] = ACTIONS(2273), - [anon_sym_trait] = ACTIONS(2273), - [anon_sym_type] = ACTIONS(2273), - [anon_sym_union] = ACTIONS(2273), - [anon_sym_unsafe] = ACTIONS(2273), - [anon_sym_use] = ACTIONS(2273), - [anon_sym_while] = ACTIONS(2273), - [anon_sym_extern] = ACTIONS(2273), - [anon_sym_yield] = ACTIONS(2273), - [anon_sym_move] = ACTIONS(2273), - [anon_sym_try] = ACTIONS(2273), - [sym_integer_literal] = ACTIONS(2271), - [aux_sym_string_literal_token1] = ACTIONS(2271), - [sym_char_literal] = ACTIONS(2271), - [anon_sym_true] = ACTIONS(2273), - [anon_sym_false] = ACTIONS(2273), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2273), - [sym_super] = ACTIONS(2273), - [sym_crate] = ACTIONS(2273), - [sym_metavariable] = ACTIONS(2271), - [sym__raw_string_literal_start] = ACTIONS(2271), - [sym_float_literal] = ACTIONS(2271), + [ts_builtin_sym_end] = ACTIONS(2392), + [sym_identifier] = ACTIONS(2394), + [anon_sym_SEMI] = ACTIONS(2392), + [anon_sym_macro_rules_BANG] = ACTIONS(2392), + [anon_sym_LPAREN] = ACTIONS(2392), + [anon_sym_LBRACK] = ACTIONS(2392), + [anon_sym_LBRACE] = ACTIONS(2392), + [anon_sym_RBRACE] = ACTIONS(2392), + [anon_sym_STAR] = ACTIONS(2392), + [anon_sym_u8] = ACTIONS(2394), + [anon_sym_i8] = ACTIONS(2394), + [anon_sym_u16] = ACTIONS(2394), + [anon_sym_i16] = ACTIONS(2394), + [anon_sym_u32] = ACTIONS(2394), + [anon_sym_i32] = ACTIONS(2394), + [anon_sym_u64] = ACTIONS(2394), + [anon_sym_i64] = ACTIONS(2394), + [anon_sym_u128] = ACTIONS(2394), + [anon_sym_i128] = ACTIONS(2394), + [anon_sym_isize] = ACTIONS(2394), + [anon_sym_usize] = ACTIONS(2394), + [anon_sym_f32] = ACTIONS(2394), + [anon_sym_f64] = ACTIONS(2394), + [anon_sym_bool] = ACTIONS(2394), + [anon_sym_str] = ACTIONS(2394), + [anon_sym_char] = ACTIONS(2394), + [anon_sym_DASH] = ACTIONS(2392), + [anon_sym_BANG] = ACTIONS(2392), + [anon_sym_AMP] = ACTIONS(2392), + [anon_sym_PIPE] = ACTIONS(2392), + [anon_sym_LT] = ACTIONS(2392), + [anon_sym_DOT_DOT] = ACTIONS(2392), + [anon_sym_COLON_COLON] = ACTIONS(2392), + [anon_sym_POUND] = ACTIONS(2392), + [anon_sym_SQUOTE] = ACTIONS(2394), + [anon_sym_async] = ACTIONS(2394), + [anon_sym_break] = ACTIONS(2394), + [anon_sym_const] = ACTIONS(2394), + [anon_sym_continue] = ACTIONS(2394), + [anon_sym_default] = ACTIONS(2394), + [anon_sym_enum] = ACTIONS(2394), + [anon_sym_fn] = ACTIONS(2394), + [anon_sym_for] = ACTIONS(2394), + [anon_sym_gen] = ACTIONS(2394), + [anon_sym_if] = ACTIONS(2394), + [anon_sym_impl] = ACTIONS(2394), + [anon_sym_let] = ACTIONS(2394), + [anon_sym_loop] = ACTIONS(2394), + [anon_sym_match] = ACTIONS(2394), + [anon_sym_mod] = ACTIONS(2394), + [anon_sym_pub] = ACTIONS(2394), + [anon_sym_return] = ACTIONS(2394), + [anon_sym_static] = ACTIONS(2394), + [anon_sym_struct] = ACTIONS(2394), + [anon_sym_trait] = ACTIONS(2394), + [anon_sym_type] = ACTIONS(2394), + [anon_sym_union] = ACTIONS(2394), + [anon_sym_unsafe] = ACTIONS(2394), + [anon_sym_use] = ACTIONS(2394), + [anon_sym_while] = ACTIONS(2394), + [anon_sym_extern] = ACTIONS(2394), + [anon_sym_yield] = ACTIONS(2394), + [anon_sym_move] = ACTIONS(2394), + [anon_sym_try] = ACTIONS(2394), + [sym_integer_literal] = ACTIONS(2392), + [aux_sym_string_literal_token1] = ACTIONS(2392), + [sym_char_literal] = ACTIONS(2392), + [anon_sym_true] = ACTIONS(2394), + [anon_sym_false] = ACTIONS(2394), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2394), + [sym_super] = ACTIONS(2394), + [sym_crate] = ACTIONS(2394), + [sym_metavariable] = ACTIONS(2392), + [sym__raw_string_literal_start] = ACTIONS(2392), + [sym_float_literal] = ACTIONS(2392), }, [STATE(618)] = { [sym_line_comment] = STATE(618), [sym_block_comment] = STATE(618), - [ts_builtin_sym_end] = ACTIONS(2275), - [sym_identifier] = ACTIONS(2277), - [anon_sym_SEMI] = ACTIONS(2275), - [anon_sym_macro_rules_BANG] = ACTIONS(2275), - [anon_sym_LPAREN] = ACTIONS(2275), - [anon_sym_LBRACK] = ACTIONS(2275), - [anon_sym_LBRACE] = ACTIONS(2275), - [anon_sym_RBRACE] = ACTIONS(2275), - [anon_sym_STAR] = ACTIONS(2275), - [anon_sym_u8] = ACTIONS(2277), - [anon_sym_i8] = ACTIONS(2277), - [anon_sym_u16] = ACTIONS(2277), - [anon_sym_i16] = ACTIONS(2277), - [anon_sym_u32] = ACTIONS(2277), - [anon_sym_i32] = ACTIONS(2277), - [anon_sym_u64] = ACTIONS(2277), - [anon_sym_i64] = ACTIONS(2277), - [anon_sym_u128] = ACTIONS(2277), - [anon_sym_i128] = ACTIONS(2277), - [anon_sym_isize] = ACTIONS(2277), - [anon_sym_usize] = ACTIONS(2277), - [anon_sym_f32] = ACTIONS(2277), - [anon_sym_f64] = ACTIONS(2277), - [anon_sym_bool] = ACTIONS(2277), - [anon_sym_str] = ACTIONS(2277), - [anon_sym_char] = ACTIONS(2277), - [anon_sym_DASH] = ACTIONS(2275), - [anon_sym_BANG] = ACTIONS(2275), - [anon_sym_AMP] = ACTIONS(2275), - [anon_sym_PIPE] = ACTIONS(2275), - [anon_sym_LT] = ACTIONS(2275), - [anon_sym_DOT_DOT] = ACTIONS(2275), - [anon_sym_COLON_COLON] = ACTIONS(2275), - [anon_sym_POUND] = ACTIONS(2275), - [anon_sym_SQUOTE] = ACTIONS(2277), - [anon_sym_async] = ACTIONS(2277), - [anon_sym_break] = ACTIONS(2277), - [anon_sym_const] = ACTIONS(2277), - [anon_sym_continue] = ACTIONS(2277), - [anon_sym_default] = ACTIONS(2277), - [anon_sym_enum] = ACTIONS(2277), - [anon_sym_fn] = ACTIONS(2277), - [anon_sym_for] = ACTIONS(2277), - [anon_sym_gen] = ACTIONS(2277), - [anon_sym_if] = ACTIONS(2277), - [anon_sym_impl] = ACTIONS(2277), - [anon_sym_let] = ACTIONS(2277), - [anon_sym_loop] = ACTIONS(2277), - [anon_sym_match] = ACTIONS(2277), - [anon_sym_mod] = ACTIONS(2277), - [anon_sym_pub] = ACTIONS(2277), - [anon_sym_return] = ACTIONS(2277), - [anon_sym_static] = ACTIONS(2277), - [anon_sym_struct] = ACTIONS(2277), - [anon_sym_trait] = ACTIONS(2277), - [anon_sym_type] = ACTIONS(2277), - [anon_sym_union] = ACTIONS(2277), - [anon_sym_unsafe] = ACTIONS(2277), - [anon_sym_use] = ACTIONS(2277), - [anon_sym_while] = ACTIONS(2277), - [anon_sym_extern] = ACTIONS(2277), - [anon_sym_yield] = ACTIONS(2277), - [anon_sym_move] = ACTIONS(2277), - [anon_sym_try] = ACTIONS(2277), - [sym_integer_literal] = ACTIONS(2275), - [aux_sym_string_literal_token1] = ACTIONS(2275), - [sym_char_literal] = ACTIONS(2275), - [anon_sym_true] = ACTIONS(2277), - [anon_sym_false] = ACTIONS(2277), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2277), - [sym_super] = ACTIONS(2277), - [sym_crate] = ACTIONS(2277), - [sym_metavariable] = ACTIONS(2275), - [sym__raw_string_literal_start] = ACTIONS(2275), - [sym_float_literal] = ACTIONS(2275), + [ts_builtin_sym_end] = ACTIONS(2396), + [sym_identifier] = ACTIONS(2398), + [anon_sym_SEMI] = ACTIONS(2396), + [anon_sym_macro_rules_BANG] = ACTIONS(2396), + [anon_sym_LPAREN] = ACTIONS(2396), + [anon_sym_LBRACK] = ACTIONS(2396), + [anon_sym_LBRACE] = ACTIONS(2396), + [anon_sym_RBRACE] = ACTIONS(2396), + [anon_sym_STAR] = ACTIONS(2396), + [anon_sym_u8] = ACTIONS(2398), + [anon_sym_i8] = ACTIONS(2398), + [anon_sym_u16] = ACTIONS(2398), + [anon_sym_i16] = ACTIONS(2398), + [anon_sym_u32] = ACTIONS(2398), + [anon_sym_i32] = ACTIONS(2398), + [anon_sym_u64] = ACTIONS(2398), + [anon_sym_i64] = ACTIONS(2398), + [anon_sym_u128] = ACTIONS(2398), + [anon_sym_i128] = ACTIONS(2398), + [anon_sym_isize] = ACTIONS(2398), + [anon_sym_usize] = ACTIONS(2398), + [anon_sym_f32] = ACTIONS(2398), + [anon_sym_f64] = ACTIONS(2398), + [anon_sym_bool] = ACTIONS(2398), + [anon_sym_str] = ACTIONS(2398), + [anon_sym_char] = ACTIONS(2398), + [anon_sym_DASH] = ACTIONS(2396), + [anon_sym_BANG] = ACTIONS(2396), + [anon_sym_AMP] = ACTIONS(2396), + [anon_sym_PIPE] = ACTIONS(2396), + [anon_sym_LT] = ACTIONS(2396), + [anon_sym_DOT_DOT] = ACTIONS(2396), + [anon_sym_COLON_COLON] = ACTIONS(2396), + [anon_sym_POUND] = ACTIONS(2396), + [anon_sym_SQUOTE] = ACTIONS(2398), + [anon_sym_async] = ACTIONS(2398), + [anon_sym_break] = ACTIONS(2398), + [anon_sym_const] = ACTIONS(2398), + [anon_sym_continue] = ACTIONS(2398), + [anon_sym_default] = ACTIONS(2398), + [anon_sym_enum] = ACTIONS(2398), + [anon_sym_fn] = ACTIONS(2398), + [anon_sym_for] = ACTIONS(2398), + [anon_sym_gen] = ACTIONS(2398), + [anon_sym_if] = ACTIONS(2398), + [anon_sym_impl] = ACTIONS(2398), + [anon_sym_let] = ACTIONS(2398), + [anon_sym_loop] = ACTIONS(2398), + [anon_sym_match] = ACTIONS(2398), + [anon_sym_mod] = ACTIONS(2398), + [anon_sym_pub] = ACTIONS(2398), + [anon_sym_return] = ACTIONS(2398), + [anon_sym_static] = ACTIONS(2398), + [anon_sym_struct] = ACTIONS(2398), + [anon_sym_trait] = ACTIONS(2398), + [anon_sym_type] = ACTIONS(2398), + [anon_sym_union] = ACTIONS(2398), + [anon_sym_unsafe] = ACTIONS(2398), + [anon_sym_use] = ACTIONS(2398), + [anon_sym_while] = ACTIONS(2398), + [anon_sym_extern] = ACTIONS(2398), + [anon_sym_yield] = ACTIONS(2398), + [anon_sym_move] = ACTIONS(2398), + [anon_sym_try] = ACTIONS(2398), + [sym_integer_literal] = ACTIONS(2396), + [aux_sym_string_literal_token1] = ACTIONS(2396), + [sym_char_literal] = ACTIONS(2396), + [anon_sym_true] = ACTIONS(2398), + [anon_sym_false] = ACTIONS(2398), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2398), + [sym_super] = ACTIONS(2398), + [sym_crate] = ACTIONS(2398), + [sym_metavariable] = ACTIONS(2396), + [sym__raw_string_literal_start] = ACTIONS(2396), + [sym_float_literal] = ACTIONS(2396), }, [STATE(619)] = { [sym_line_comment] = STATE(619), [sym_block_comment] = STATE(619), - [ts_builtin_sym_end] = ACTIONS(2279), - [sym_identifier] = ACTIONS(2281), - [anon_sym_SEMI] = ACTIONS(2279), - [anon_sym_macro_rules_BANG] = ACTIONS(2279), - [anon_sym_LPAREN] = ACTIONS(2279), - [anon_sym_LBRACK] = ACTIONS(2279), - [anon_sym_LBRACE] = ACTIONS(2279), - [anon_sym_RBRACE] = ACTIONS(2279), - [anon_sym_STAR] = ACTIONS(2279), - [anon_sym_u8] = ACTIONS(2281), - [anon_sym_i8] = ACTIONS(2281), - [anon_sym_u16] = ACTIONS(2281), - [anon_sym_i16] = ACTIONS(2281), - [anon_sym_u32] = ACTIONS(2281), - [anon_sym_i32] = ACTIONS(2281), - [anon_sym_u64] = ACTIONS(2281), - [anon_sym_i64] = ACTIONS(2281), - [anon_sym_u128] = ACTIONS(2281), - [anon_sym_i128] = ACTIONS(2281), - [anon_sym_isize] = ACTIONS(2281), - [anon_sym_usize] = ACTIONS(2281), - [anon_sym_f32] = ACTIONS(2281), - [anon_sym_f64] = ACTIONS(2281), - [anon_sym_bool] = ACTIONS(2281), - [anon_sym_str] = ACTIONS(2281), - [anon_sym_char] = ACTIONS(2281), - [anon_sym_DASH] = ACTIONS(2279), - [anon_sym_BANG] = ACTIONS(2279), - [anon_sym_AMP] = ACTIONS(2279), - [anon_sym_PIPE] = ACTIONS(2279), - [anon_sym_LT] = ACTIONS(2279), - [anon_sym_DOT_DOT] = ACTIONS(2279), - [anon_sym_COLON_COLON] = ACTIONS(2279), - [anon_sym_POUND] = ACTIONS(2279), - [anon_sym_SQUOTE] = ACTIONS(2281), - [anon_sym_async] = ACTIONS(2281), - [anon_sym_break] = ACTIONS(2281), - [anon_sym_const] = ACTIONS(2281), - [anon_sym_continue] = ACTIONS(2281), - [anon_sym_default] = ACTIONS(2281), - [anon_sym_enum] = ACTIONS(2281), - [anon_sym_fn] = ACTIONS(2281), - [anon_sym_for] = ACTIONS(2281), - [anon_sym_gen] = ACTIONS(2281), - [anon_sym_if] = ACTIONS(2281), - [anon_sym_impl] = ACTIONS(2281), - [anon_sym_let] = ACTIONS(2281), - [anon_sym_loop] = ACTIONS(2281), - [anon_sym_match] = ACTIONS(2281), - [anon_sym_mod] = ACTIONS(2281), - [anon_sym_pub] = ACTIONS(2281), - [anon_sym_return] = ACTIONS(2281), - [anon_sym_static] = ACTIONS(2281), - [anon_sym_struct] = ACTIONS(2281), - [anon_sym_trait] = ACTIONS(2281), - [anon_sym_type] = ACTIONS(2281), - [anon_sym_union] = ACTIONS(2281), - [anon_sym_unsafe] = ACTIONS(2281), - [anon_sym_use] = ACTIONS(2281), - [anon_sym_while] = ACTIONS(2281), - [anon_sym_extern] = ACTIONS(2281), - [anon_sym_yield] = ACTIONS(2281), - [anon_sym_move] = ACTIONS(2281), - [anon_sym_try] = ACTIONS(2281), - [sym_integer_literal] = ACTIONS(2279), - [aux_sym_string_literal_token1] = ACTIONS(2279), - [sym_char_literal] = ACTIONS(2279), - [anon_sym_true] = ACTIONS(2281), - [anon_sym_false] = ACTIONS(2281), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2281), - [sym_super] = ACTIONS(2281), - [sym_crate] = ACTIONS(2281), - [sym_metavariable] = ACTIONS(2279), - [sym__raw_string_literal_start] = ACTIONS(2279), - [sym_float_literal] = ACTIONS(2279), + [ts_builtin_sym_end] = ACTIONS(2400), + [sym_identifier] = ACTIONS(2402), + [anon_sym_SEMI] = ACTIONS(2400), + [anon_sym_macro_rules_BANG] = ACTIONS(2400), + [anon_sym_LPAREN] = ACTIONS(2400), + [anon_sym_LBRACK] = ACTIONS(2400), + [anon_sym_LBRACE] = ACTIONS(2400), + [anon_sym_RBRACE] = ACTIONS(2400), + [anon_sym_STAR] = ACTIONS(2400), + [anon_sym_u8] = ACTIONS(2402), + [anon_sym_i8] = ACTIONS(2402), + [anon_sym_u16] = ACTIONS(2402), + [anon_sym_i16] = ACTIONS(2402), + [anon_sym_u32] = ACTIONS(2402), + [anon_sym_i32] = ACTIONS(2402), + [anon_sym_u64] = ACTIONS(2402), + [anon_sym_i64] = ACTIONS(2402), + [anon_sym_u128] = ACTIONS(2402), + [anon_sym_i128] = ACTIONS(2402), + [anon_sym_isize] = ACTIONS(2402), + [anon_sym_usize] = ACTIONS(2402), + [anon_sym_f32] = ACTIONS(2402), + [anon_sym_f64] = ACTIONS(2402), + [anon_sym_bool] = ACTIONS(2402), + [anon_sym_str] = ACTIONS(2402), + [anon_sym_char] = ACTIONS(2402), + [anon_sym_DASH] = ACTIONS(2400), + [anon_sym_BANG] = ACTIONS(2400), + [anon_sym_AMP] = ACTIONS(2400), + [anon_sym_PIPE] = ACTIONS(2400), + [anon_sym_LT] = ACTIONS(2400), + [anon_sym_DOT_DOT] = ACTIONS(2400), + [anon_sym_COLON_COLON] = ACTIONS(2400), + [anon_sym_POUND] = ACTIONS(2400), + [anon_sym_SQUOTE] = ACTIONS(2402), + [anon_sym_async] = ACTIONS(2402), + [anon_sym_break] = ACTIONS(2402), + [anon_sym_const] = ACTIONS(2402), + [anon_sym_continue] = ACTIONS(2402), + [anon_sym_default] = ACTIONS(2402), + [anon_sym_enum] = ACTIONS(2402), + [anon_sym_fn] = ACTIONS(2402), + [anon_sym_for] = ACTIONS(2402), + [anon_sym_gen] = ACTIONS(2402), + [anon_sym_if] = ACTIONS(2402), + [anon_sym_impl] = ACTIONS(2402), + [anon_sym_let] = ACTIONS(2402), + [anon_sym_loop] = ACTIONS(2402), + [anon_sym_match] = ACTIONS(2402), + [anon_sym_mod] = ACTIONS(2402), + [anon_sym_pub] = ACTIONS(2402), + [anon_sym_return] = ACTIONS(2402), + [anon_sym_static] = ACTIONS(2402), + [anon_sym_struct] = ACTIONS(2402), + [anon_sym_trait] = ACTIONS(2402), + [anon_sym_type] = ACTIONS(2402), + [anon_sym_union] = ACTIONS(2402), + [anon_sym_unsafe] = ACTIONS(2402), + [anon_sym_use] = ACTIONS(2402), + [anon_sym_while] = ACTIONS(2402), + [anon_sym_extern] = ACTIONS(2402), + [anon_sym_yield] = ACTIONS(2402), + [anon_sym_move] = ACTIONS(2402), + [anon_sym_try] = ACTIONS(2402), + [sym_integer_literal] = ACTIONS(2400), + [aux_sym_string_literal_token1] = ACTIONS(2400), + [sym_char_literal] = ACTIONS(2400), + [anon_sym_true] = ACTIONS(2402), + [anon_sym_false] = ACTIONS(2402), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2402), + [sym_super] = ACTIONS(2402), + [sym_crate] = ACTIONS(2402), + [sym_metavariable] = ACTIONS(2400), + [sym__raw_string_literal_start] = ACTIONS(2400), + [sym_float_literal] = ACTIONS(2400), }, [STATE(620)] = { [sym_line_comment] = STATE(620), [sym_block_comment] = STATE(620), - [ts_builtin_sym_end] = ACTIONS(2283), - [sym_identifier] = ACTIONS(2285), - [anon_sym_SEMI] = ACTIONS(2283), - [anon_sym_macro_rules_BANG] = ACTIONS(2283), - [anon_sym_LPAREN] = ACTIONS(2283), - [anon_sym_LBRACK] = ACTIONS(2283), - [anon_sym_LBRACE] = ACTIONS(2283), - [anon_sym_RBRACE] = ACTIONS(2283), - [anon_sym_STAR] = ACTIONS(2283), - [anon_sym_u8] = ACTIONS(2285), - [anon_sym_i8] = ACTIONS(2285), - [anon_sym_u16] = ACTIONS(2285), - [anon_sym_i16] = ACTIONS(2285), - [anon_sym_u32] = ACTIONS(2285), - [anon_sym_i32] = ACTIONS(2285), - [anon_sym_u64] = ACTIONS(2285), - [anon_sym_i64] = ACTIONS(2285), - [anon_sym_u128] = ACTIONS(2285), - [anon_sym_i128] = ACTIONS(2285), - [anon_sym_isize] = ACTIONS(2285), - [anon_sym_usize] = ACTIONS(2285), - [anon_sym_f32] = ACTIONS(2285), - [anon_sym_f64] = ACTIONS(2285), - [anon_sym_bool] = ACTIONS(2285), - [anon_sym_str] = ACTIONS(2285), - [anon_sym_char] = ACTIONS(2285), - [anon_sym_DASH] = ACTIONS(2283), - [anon_sym_BANG] = ACTIONS(2283), - [anon_sym_AMP] = ACTIONS(2283), - [anon_sym_PIPE] = ACTIONS(2283), - [anon_sym_LT] = ACTIONS(2283), - [anon_sym_DOT_DOT] = ACTIONS(2283), - [anon_sym_COLON_COLON] = ACTIONS(2283), - [anon_sym_POUND] = ACTIONS(2283), - [anon_sym_SQUOTE] = ACTIONS(2285), - [anon_sym_async] = ACTIONS(2285), - [anon_sym_break] = ACTIONS(2285), - [anon_sym_const] = ACTIONS(2285), - [anon_sym_continue] = ACTIONS(2285), - [anon_sym_default] = ACTIONS(2285), - [anon_sym_enum] = ACTIONS(2285), - [anon_sym_fn] = ACTIONS(2285), - [anon_sym_for] = ACTIONS(2285), - [anon_sym_gen] = ACTIONS(2285), - [anon_sym_if] = ACTIONS(2285), - [anon_sym_impl] = ACTIONS(2285), - [anon_sym_let] = ACTIONS(2285), - [anon_sym_loop] = ACTIONS(2285), - [anon_sym_match] = ACTIONS(2285), - [anon_sym_mod] = ACTIONS(2285), - [anon_sym_pub] = ACTIONS(2285), - [anon_sym_return] = ACTIONS(2285), - [anon_sym_static] = ACTIONS(2285), - [anon_sym_struct] = ACTIONS(2285), - [anon_sym_trait] = ACTIONS(2285), - [anon_sym_type] = ACTIONS(2285), - [anon_sym_union] = ACTIONS(2285), - [anon_sym_unsafe] = ACTIONS(2285), - [anon_sym_use] = ACTIONS(2285), - [anon_sym_while] = ACTIONS(2285), - [anon_sym_extern] = ACTIONS(2285), - [anon_sym_yield] = ACTIONS(2285), - [anon_sym_move] = ACTIONS(2285), - [anon_sym_try] = ACTIONS(2285), - [sym_integer_literal] = ACTIONS(2283), - [aux_sym_string_literal_token1] = ACTIONS(2283), - [sym_char_literal] = ACTIONS(2283), - [anon_sym_true] = ACTIONS(2285), - [anon_sym_false] = ACTIONS(2285), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2285), - [sym_super] = ACTIONS(2285), - [sym_crate] = ACTIONS(2285), - [sym_metavariable] = ACTIONS(2283), - [sym__raw_string_literal_start] = ACTIONS(2283), - [sym_float_literal] = ACTIONS(2283), + [ts_builtin_sym_end] = ACTIONS(2404), + [sym_identifier] = ACTIONS(2406), + [anon_sym_SEMI] = ACTIONS(2404), + [anon_sym_macro_rules_BANG] = ACTIONS(2404), + [anon_sym_LPAREN] = ACTIONS(2404), + [anon_sym_LBRACK] = ACTIONS(2404), + [anon_sym_LBRACE] = ACTIONS(2404), + [anon_sym_RBRACE] = ACTIONS(2404), + [anon_sym_STAR] = ACTIONS(2404), + [anon_sym_u8] = ACTIONS(2406), + [anon_sym_i8] = ACTIONS(2406), + [anon_sym_u16] = ACTIONS(2406), + [anon_sym_i16] = ACTIONS(2406), + [anon_sym_u32] = ACTIONS(2406), + [anon_sym_i32] = ACTIONS(2406), + [anon_sym_u64] = ACTIONS(2406), + [anon_sym_i64] = ACTIONS(2406), + [anon_sym_u128] = ACTIONS(2406), + [anon_sym_i128] = ACTIONS(2406), + [anon_sym_isize] = ACTIONS(2406), + [anon_sym_usize] = ACTIONS(2406), + [anon_sym_f32] = ACTIONS(2406), + [anon_sym_f64] = ACTIONS(2406), + [anon_sym_bool] = ACTIONS(2406), + [anon_sym_str] = ACTIONS(2406), + [anon_sym_char] = ACTIONS(2406), + [anon_sym_DASH] = ACTIONS(2404), + [anon_sym_BANG] = ACTIONS(2404), + [anon_sym_AMP] = ACTIONS(2404), + [anon_sym_PIPE] = ACTIONS(2404), + [anon_sym_LT] = ACTIONS(2404), + [anon_sym_DOT_DOT] = ACTIONS(2404), + [anon_sym_COLON_COLON] = ACTIONS(2404), + [anon_sym_POUND] = ACTIONS(2404), + [anon_sym_SQUOTE] = ACTIONS(2406), + [anon_sym_async] = ACTIONS(2406), + [anon_sym_break] = ACTIONS(2406), + [anon_sym_const] = ACTIONS(2406), + [anon_sym_continue] = ACTIONS(2406), + [anon_sym_default] = ACTIONS(2406), + [anon_sym_enum] = ACTIONS(2406), + [anon_sym_fn] = ACTIONS(2406), + [anon_sym_for] = ACTIONS(2406), + [anon_sym_gen] = ACTIONS(2406), + [anon_sym_if] = ACTIONS(2406), + [anon_sym_impl] = ACTIONS(2406), + [anon_sym_let] = ACTIONS(2406), + [anon_sym_loop] = ACTIONS(2406), + [anon_sym_match] = ACTIONS(2406), + [anon_sym_mod] = ACTIONS(2406), + [anon_sym_pub] = ACTIONS(2406), + [anon_sym_return] = ACTIONS(2406), + [anon_sym_static] = ACTIONS(2406), + [anon_sym_struct] = ACTIONS(2406), + [anon_sym_trait] = ACTIONS(2406), + [anon_sym_type] = ACTIONS(2406), + [anon_sym_union] = ACTIONS(2406), + [anon_sym_unsafe] = ACTIONS(2406), + [anon_sym_use] = ACTIONS(2406), + [anon_sym_while] = ACTIONS(2406), + [anon_sym_extern] = ACTIONS(2406), + [anon_sym_yield] = ACTIONS(2406), + [anon_sym_move] = ACTIONS(2406), + [anon_sym_try] = ACTIONS(2406), + [sym_integer_literal] = ACTIONS(2404), + [aux_sym_string_literal_token1] = ACTIONS(2404), + [sym_char_literal] = ACTIONS(2404), + [anon_sym_true] = ACTIONS(2406), + [anon_sym_false] = ACTIONS(2406), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2406), + [sym_super] = ACTIONS(2406), + [sym_crate] = ACTIONS(2406), + [sym_metavariable] = ACTIONS(2404), + [sym__raw_string_literal_start] = ACTIONS(2404), + [sym_float_literal] = ACTIONS(2404), }, [STATE(621)] = { [sym_line_comment] = STATE(621), [sym_block_comment] = STATE(621), - [ts_builtin_sym_end] = ACTIONS(2287), - [sym_identifier] = ACTIONS(2289), - [anon_sym_SEMI] = ACTIONS(2287), - [anon_sym_macro_rules_BANG] = ACTIONS(2287), - [anon_sym_LPAREN] = ACTIONS(2287), - [anon_sym_LBRACK] = ACTIONS(2287), - [anon_sym_LBRACE] = ACTIONS(2287), - [anon_sym_RBRACE] = ACTIONS(2287), - [anon_sym_STAR] = ACTIONS(2287), - [anon_sym_u8] = ACTIONS(2289), - [anon_sym_i8] = ACTIONS(2289), - [anon_sym_u16] = ACTIONS(2289), - [anon_sym_i16] = ACTIONS(2289), - [anon_sym_u32] = ACTIONS(2289), - [anon_sym_i32] = ACTIONS(2289), - [anon_sym_u64] = ACTIONS(2289), - [anon_sym_i64] = ACTIONS(2289), - [anon_sym_u128] = ACTIONS(2289), - [anon_sym_i128] = ACTIONS(2289), - [anon_sym_isize] = ACTIONS(2289), - [anon_sym_usize] = ACTIONS(2289), - [anon_sym_f32] = ACTIONS(2289), - [anon_sym_f64] = ACTIONS(2289), - [anon_sym_bool] = ACTIONS(2289), - [anon_sym_str] = ACTIONS(2289), - [anon_sym_char] = ACTIONS(2289), - [anon_sym_DASH] = ACTIONS(2287), - [anon_sym_BANG] = ACTIONS(2287), - [anon_sym_AMP] = ACTIONS(2287), - [anon_sym_PIPE] = ACTIONS(2287), - [anon_sym_LT] = ACTIONS(2287), - [anon_sym_DOT_DOT] = ACTIONS(2287), - [anon_sym_COLON_COLON] = ACTIONS(2287), - [anon_sym_POUND] = ACTIONS(2287), - [anon_sym_SQUOTE] = ACTIONS(2289), - [anon_sym_async] = ACTIONS(2289), - [anon_sym_break] = ACTIONS(2289), - [anon_sym_const] = ACTIONS(2289), - [anon_sym_continue] = ACTIONS(2289), - [anon_sym_default] = ACTIONS(2289), - [anon_sym_enum] = ACTIONS(2289), - [anon_sym_fn] = ACTIONS(2289), - [anon_sym_for] = ACTIONS(2289), - [anon_sym_gen] = ACTIONS(2289), - [anon_sym_if] = ACTIONS(2289), - [anon_sym_impl] = ACTIONS(2289), - [anon_sym_let] = ACTIONS(2289), - [anon_sym_loop] = ACTIONS(2289), - [anon_sym_match] = ACTIONS(2289), - [anon_sym_mod] = ACTIONS(2289), - [anon_sym_pub] = ACTIONS(2289), - [anon_sym_return] = ACTIONS(2289), - [anon_sym_static] = ACTIONS(2289), - [anon_sym_struct] = ACTIONS(2289), - [anon_sym_trait] = ACTIONS(2289), - [anon_sym_type] = ACTIONS(2289), - [anon_sym_union] = ACTIONS(2289), - [anon_sym_unsafe] = ACTIONS(2289), - [anon_sym_use] = ACTIONS(2289), - [anon_sym_while] = ACTIONS(2289), - [anon_sym_extern] = ACTIONS(2289), - [anon_sym_yield] = ACTIONS(2289), - [anon_sym_move] = ACTIONS(2289), - [anon_sym_try] = ACTIONS(2289), - [sym_integer_literal] = ACTIONS(2287), - [aux_sym_string_literal_token1] = ACTIONS(2287), - [sym_char_literal] = ACTIONS(2287), - [anon_sym_true] = ACTIONS(2289), - [anon_sym_false] = ACTIONS(2289), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2289), - [sym_super] = ACTIONS(2289), - [sym_crate] = ACTIONS(2289), - [sym_metavariable] = ACTIONS(2287), - [sym__raw_string_literal_start] = ACTIONS(2287), - [sym_float_literal] = ACTIONS(2287), + [ts_builtin_sym_end] = ACTIONS(2408), + [sym_identifier] = ACTIONS(2410), + [anon_sym_SEMI] = ACTIONS(2408), + [anon_sym_macro_rules_BANG] = ACTIONS(2408), + [anon_sym_LPAREN] = ACTIONS(2408), + [anon_sym_LBRACK] = ACTIONS(2408), + [anon_sym_LBRACE] = ACTIONS(2408), + [anon_sym_RBRACE] = ACTIONS(2408), + [anon_sym_STAR] = ACTIONS(2408), + [anon_sym_u8] = ACTIONS(2410), + [anon_sym_i8] = ACTIONS(2410), + [anon_sym_u16] = ACTIONS(2410), + [anon_sym_i16] = ACTIONS(2410), + [anon_sym_u32] = ACTIONS(2410), + [anon_sym_i32] = ACTIONS(2410), + [anon_sym_u64] = ACTIONS(2410), + [anon_sym_i64] = ACTIONS(2410), + [anon_sym_u128] = ACTIONS(2410), + [anon_sym_i128] = ACTIONS(2410), + [anon_sym_isize] = ACTIONS(2410), + [anon_sym_usize] = ACTIONS(2410), + [anon_sym_f32] = ACTIONS(2410), + [anon_sym_f64] = ACTIONS(2410), + [anon_sym_bool] = ACTIONS(2410), + [anon_sym_str] = ACTIONS(2410), + [anon_sym_char] = ACTIONS(2410), + [anon_sym_DASH] = ACTIONS(2408), + [anon_sym_BANG] = ACTIONS(2408), + [anon_sym_AMP] = ACTIONS(2408), + [anon_sym_PIPE] = ACTIONS(2408), + [anon_sym_LT] = ACTIONS(2408), + [anon_sym_DOT_DOT] = ACTIONS(2408), + [anon_sym_COLON_COLON] = ACTIONS(2408), + [anon_sym_POUND] = ACTIONS(2408), + [anon_sym_SQUOTE] = ACTIONS(2410), + [anon_sym_async] = ACTIONS(2410), + [anon_sym_break] = ACTIONS(2410), + [anon_sym_const] = ACTIONS(2410), + [anon_sym_continue] = ACTIONS(2410), + [anon_sym_default] = ACTIONS(2410), + [anon_sym_enum] = ACTIONS(2410), + [anon_sym_fn] = ACTIONS(2410), + [anon_sym_for] = ACTIONS(2410), + [anon_sym_gen] = ACTIONS(2410), + [anon_sym_if] = ACTIONS(2410), + [anon_sym_impl] = ACTIONS(2410), + [anon_sym_let] = ACTIONS(2410), + [anon_sym_loop] = ACTIONS(2410), + [anon_sym_match] = ACTIONS(2410), + [anon_sym_mod] = ACTIONS(2410), + [anon_sym_pub] = ACTIONS(2410), + [anon_sym_return] = ACTIONS(2410), + [anon_sym_static] = ACTIONS(2410), + [anon_sym_struct] = ACTIONS(2410), + [anon_sym_trait] = ACTIONS(2410), + [anon_sym_type] = ACTIONS(2410), + [anon_sym_union] = ACTIONS(2410), + [anon_sym_unsafe] = ACTIONS(2410), + [anon_sym_use] = ACTIONS(2410), + [anon_sym_while] = ACTIONS(2410), + [anon_sym_extern] = ACTIONS(2410), + [anon_sym_yield] = ACTIONS(2410), + [anon_sym_move] = ACTIONS(2410), + [anon_sym_try] = ACTIONS(2410), + [sym_integer_literal] = ACTIONS(2408), + [aux_sym_string_literal_token1] = ACTIONS(2408), + [sym_char_literal] = ACTIONS(2408), + [anon_sym_true] = ACTIONS(2410), + [anon_sym_false] = ACTIONS(2410), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2410), + [sym_super] = ACTIONS(2410), + [sym_crate] = ACTIONS(2410), + [sym_metavariable] = ACTIONS(2408), + [sym__raw_string_literal_start] = ACTIONS(2408), + [sym_float_literal] = ACTIONS(2408), }, [STATE(622)] = { [sym_line_comment] = STATE(622), [sym_block_comment] = STATE(622), - [ts_builtin_sym_end] = ACTIONS(2291), - [sym_identifier] = ACTIONS(2293), - [anon_sym_SEMI] = ACTIONS(2291), - [anon_sym_macro_rules_BANG] = ACTIONS(2291), - [anon_sym_LPAREN] = ACTIONS(2291), - [anon_sym_LBRACK] = ACTIONS(2291), - [anon_sym_LBRACE] = ACTIONS(2291), - [anon_sym_RBRACE] = ACTIONS(2291), - [anon_sym_STAR] = ACTIONS(2291), - [anon_sym_u8] = ACTIONS(2293), - [anon_sym_i8] = ACTIONS(2293), - [anon_sym_u16] = ACTIONS(2293), - [anon_sym_i16] = ACTIONS(2293), - [anon_sym_u32] = ACTIONS(2293), - [anon_sym_i32] = ACTIONS(2293), - [anon_sym_u64] = ACTIONS(2293), - [anon_sym_i64] = ACTIONS(2293), - [anon_sym_u128] = ACTIONS(2293), - [anon_sym_i128] = ACTIONS(2293), - [anon_sym_isize] = ACTIONS(2293), - [anon_sym_usize] = ACTIONS(2293), - [anon_sym_f32] = ACTIONS(2293), - [anon_sym_f64] = ACTIONS(2293), - [anon_sym_bool] = ACTIONS(2293), - [anon_sym_str] = ACTIONS(2293), - [anon_sym_char] = ACTIONS(2293), - [anon_sym_DASH] = ACTIONS(2291), - [anon_sym_BANG] = ACTIONS(2291), - [anon_sym_AMP] = ACTIONS(2291), - [anon_sym_PIPE] = ACTIONS(2291), - [anon_sym_LT] = ACTIONS(2291), - [anon_sym_DOT_DOT] = ACTIONS(2291), - [anon_sym_COLON_COLON] = ACTIONS(2291), - [anon_sym_POUND] = ACTIONS(2291), - [anon_sym_SQUOTE] = ACTIONS(2293), - [anon_sym_async] = ACTIONS(2293), - [anon_sym_break] = ACTIONS(2293), - [anon_sym_const] = ACTIONS(2293), - [anon_sym_continue] = ACTIONS(2293), - [anon_sym_default] = ACTIONS(2293), - [anon_sym_enum] = ACTIONS(2293), - [anon_sym_fn] = ACTIONS(2293), - [anon_sym_for] = ACTIONS(2293), - [anon_sym_gen] = ACTIONS(2293), - [anon_sym_if] = ACTIONS(2293), - [anon_sym_impl] = ACTIONS(2293), - [anon_sym_let] = ACTIONS(2293), - [anon_sym_loop] = ACTIONS(2293), - [anon_sym_match] = ACTIONS(2293), - [anon_sym_mod] = ACTIONS(2293), - [anon_sym_pub] = ACTIONS(2293), - [anon_sym_return] = ACTIONS(2293), - [anon_sym_static] = ACTIONS(2293), - [anon_sym_struct] = ACTIONS(2293), - [anon_sym_trait] = ACTIONS(2293), - [anon_sym_type] = ACTIONS(2293), - [anon_sym_union] = ACTIONS(2293), - [anon_sym_unsafe] = ACTIONS(2293), - [anon_sym_use] = ACTIONS(2293), - [anon_sym_while] = ACTIONS(2293), - [anon_sym_extern] = ACTIONS(2293), - [anon_sym_yield] = ACTIONS(2293), - [anon_sym_move] = ACTIONS(2293), - [anon_sym_try] = ACTIONS(2293), - [sym_integer_literal] = ACTIONS(2291), - [aux_sym_string_literal_token1] = ACTIONS(2291), - [sym_char_literal] = ACTIONS(2291), - [anon_sym_true] = ACTIONS(2293), - [anon_sym_false] = ACTIONS(2293), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2293), - [sym_super] = ACTIONS(2293), - [sym_crate] = ACTIONS(2293), - [sym_metavariable] = ACTIONS(2291), - [sym__raw_string_literal_start] = ACTIONS(2291), - [sym_float_literal] = ACTIONS(2291), + [ts_builtin_sym_end] = ACTIONS(2412), + [sym_identifier] = ACTIONS(2414), + [anon_sym_SEMI] = ACTIONS(2412), + [anon_sym_macro_rules_BANG] = ACTIONS(2412), + [anon_sym_LPAREN] = ACTIONS(2412), + [anon_sym_LBRACK] = ACTIONS(2412), + [anon_sym_LBRACE] = ACTIONS(2412), + [anon_sym_RBRACE] = ACTIONS(2412), + [anon_sym_STAR] = ACTIONS(2412), + [anon_sym_u8] = ACTIONS(2414), + [anon_sym_i8] = ACTIONS(2414), + [anon_sym_u16] = ACTIONS(2414), + [anon_sym_i16] = ACTIONS(2414), + [anon_sym_u32] = ACTIONS(2414), + [anon_sym_i32] = ACTIONS(2414), + [anon_sym_u64] = ACTIONS(2414), + [anon_sym_i64] = ACTIONS(2414), + [anon_sym_u128] = ACTIONS(2414), + [anon_sym_i128] = ACTIONS(2414), + [anon_sym_isize] = ACTIONS(2414), + [anon_sym_usize] = ACTIONS(2414), + [anon_sym_f32] = ACTIONS(2414), + [anon_sym_f64] = ACTIONS(2414), + [anon_sym_bool] = ACTIONS(2414), + [anon_sym_str] = ACTIONS(2414), + [anon_sym_char] = ACTIONS(2414), + [anon_sym_DASH] = ACTIONS(2412), + [anon_sym_BANG] = ACTIONS(2412), + [anon_sym_AMP] = ACTIONS(2412), + [anon_sym_PIPE] = ACTIONS(2412), + [anon_sym_LT] = ACTIONS(2412), + [anon_sym_DOT_DOT] = ACTIONS(2412), + [anon_sym_COLON_COLON] = ACTIONS(2412), + [anon_sym_POUND] = ACTIONS(2412), + [anon_sym_SQUOTE] = ACTIONS(2414), + [anon_sym_async] = ACTIONS(2414), + [anon_sym_break] = ACTIONS(2414), + [anon_sym_const] = ACTIONS(2414), + [anon_sym_continue] = ACTIONS(2414), + [anon_sym_default] = ACTIONS(2414), + [anon_sym_enum] = ACTIONS(2414), + [anon_sym_fn] = ACTIONS(2414), + [anon_sym_for] = ACTIONS(2414), + [anon_sym_gen] = ACTIONS(2414), + [anon_sym_if] = ACTIONS(2414), + [anon_sym_impl] = ACTIONS(2414), + [anon_sym_let] = ACTIONS(2414), + [anon_sym_loop] = ACTIONS(2414), + [anon_sym_match] = ACTIONS(2414), + [anon_sym_mod] = ACTIONS(2414), + [anon_sym_pub] = ACTIONS(2414), + [anon_sym_return] = ACTIONS(2414), + [anon_sym_static] = ACTIONS(2414), + [anon_sym_struct] = ACTIONS(2414), + [anon_sym_trait] = ACTIONS(2414), + [anon_sym_type] = ACTIONS(2414), + [anon_sym_union] = ACTIONS(2414), + [anon_sym_unsafe] = ACTIONS(2414), + [anon_sym_use] = ACTIONS(2414), + [anon_sym_while] = ACTIONS(2414), + [anon_sym_extern] = ACTIONS(2414), + [anon_sym_yield] = ACTIONS(2414), + [anon_sym_move] = ACTIONS(2414), + [anon_sym_try] = ACTIONS(2414), + [sym_integer_literal] = ACTIONS(2412), + [aux_sym_string_literal_token1] = ACTIONS(2412), + [sym_char_literal] = ACTIONS(2412), + [anon_sym_true] = ACTIONS(2414), + [anon_sym_false] = ACTIONS(2414), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2414), + [sym_super] = ACTIONS(2414), + [sym_crate] = ACTIONS(2414), + [sym_metavariable] = ACTIONS(2412), + [sym__raw_string_literal_start] = ACTIONS(2412), + [sym_float_literal] = ACTIONS(2412), }, [STATE(623)] = { [sym_line_comment] = STATE(623), [sym_block_comment] = STATE(623), - [ts_builtin_sym_end] = ACTIONS(2295), - [sym_identifier] = ACTIONS(2297), - [anon_sym_SEMI] = ACTIONS(2295), - [anon_sym_macro_rules_BANG] = ACTIONS(2295), - [anon_sym_LPAREN] = ACTIONS(2295), - [anon_sym_LBRACK] = ACTIONS(2295), - [anon_sym_LBRACE] = ACTIONS(2295), - [anon_sym_RBRACE] = ACTIONS(2295), - [anon_sym_STAR] = ACTIONS(2295), - [anon_sym_u8] = ACTIONS(2297), - [anon_sym_i8] = ACTIONS(2297), - [anon_sym_u16] = ACTIONS(2297), - [anon_sym_i16] = ACTIONS(2297), - [anon_sym_u32] = ACTIONS(2297), - [anon_sym_i32] = ACTIONS(2297), - [anon_sym_u64] = ACTIONS(2297), - [anon_sym_i64] = ACTIONS(2297), - [anon_sym_u128] = ACTIONS(2297), - [anon_sym_i128] = ACTIONS(2297), - [anon_sym_isize] = ACTIONS(2297), - [anon_sym_usize] = ACTIONS(2297), - [anon_sym_f32] = ACTIONS(2297), - [anon_sym_f64] = ACTIONS(2297), - [anon_sym_bool] = ACTIONS(2297), - [anon_sym_str] = ACTIONS(2297), - [anon_sym_char] = ACTIONS(2297), - [anon_sym_DASH] = ACTIONS(2295), - [anon_sym_BANG] = ACTIONS(2295), - [anon_sym_AMP] = ACTIONS(2295), - [anon_sym_PIPE] = ACTIONS(2295), - [anon_sym_LT] = ACTIONS(2295), - [anon_sym_DOT_DOT] = ACTIONS(2295), - [anon_sym_COLON_COLON] = ACTIONS(2295), - [anon_sym_POUND] = ACTIONS(2295), - [anon_sym_SQUOTE] = ACTIONS(2297), - [anon_sym_async] = ACTIONS(2297), - [anon_sym_break] = ACTIONS(2297), - [anon_sym_const] = ACTIONS(2297), - [anon_sym_continue] = ACTIONS(2297), - [anon_sym_default] = ACTIONS(2297), - [anon_sym_enum] = ACTIONS(2297), - [anon_sym_fn] = ACTIONS(2297), - [anon_sym_for] = ACTIONS(2297), - [anon_sym_gen] = ACTIONS(2297), - [anon_sym_if] = ACTIONS(2297), - [anon_sym_impl] = ACTIONS(2297), - [anon_sym_let] = ACTIONS(2297), - [anon_sym_loop] = ACTIONS(2297), - [anon_sym_match] = ACTIONS(2297), - [anon_sym_mod] = ACTIONS(2297), - [anon_sym_pub] = ACTIONS(2297), - [anon_sym_return] = ACTIONS(2297), - [anon_sym_static] = ACTIONS(2297), - [anon_sym_struct] = ACTIONS(2297), - [anon_sym_trait] = ACTIONS(2297), - [anon_sym_type] = ACTIONS(2297), - [anon_sym_union] = ACTIONS(2297), - [anon_sym_unsafe] = ACTIONS(2297), - [anon_sym_use] = ACTIONS(2297), - [anon_sym_while] = ACTIONS(2297), - [anon_sym_extern] = ACTIONS(2297), - [anon_sym_yield] = ACTIONS(2297), - [anon_sym_move] = ACTIONS(2297), - [anon_sym_try] = ACTIONS(2297), - [sym_integer_literal] = ACTIONS(2295), - [aux_sym_string_literal_token1] = ACTIONS(2295), - [sym_char_literal] = ACTIONS(2295), - [anon_sym_true] = ACTIONS(2297), - [anon_sym_false] = ACTIONS(2297), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2297), - [sym_super] = ACTIONS(2297), - [sym_crate] = ACTIONS(2297), - [sym_metavariable] = ACTIONS(2295), - [sym__raw_string_literal_start] = ACTIONS(2295), - [sym_float_literal] = ACTIONS(2295), + [ts_builtin_sym_end] = ACTIONS(2416), + [sym_identifier] = ACTIONS(2418), + [anon_sym_SEMI] = ACTIONS(2416), + [anon_sym_macro_rules_BANG] = ACTIONS(2416), + [anon_sym_LPAREN] = ACTIONS(2416), + [anon_sym_LBRACK] = ACTIONS(2416), + [anon_sym_LBRACE] = ACTIONS(2416), + [anon_sym_RBRACE] = ACTIONS(2416), + [anon_sym_STAR] = ACTIONS(2416), + [anon_sym_u8] = ACTIONS(2418), + [anon_sym_i8] = ACTIONS(2418), + [anon_sym_u16] = ACTIONS(2418), + [anon_sym_i16] = ACTIONS(2418), + [anon_sym_u32] = ACTIONS(2418), + [anon_sym_i32] = ACTIONS(2418), + [anon_sym_u64] = ACTIONS(2418), + [anon_sym_i64] = ACTIONS(2418), + [anon_sym_u128] = ACTIONS(2418), + [anon_sym_i128] = ACTIONS(2418), + [anon_sym_isize] = ACTIONS(2418), + [anon_sym_usize] = ACTIONS(2418), + [anon_sym_f32] = ACTIONS(2418), + [anon_sym_f64] = ACTIONS(2418), + [anon_sym_bool] = ACTIONS(2418), + [anon_sym_str] = ACTIONS(2418), + [anon_sym_char] = ACTIONS(2418), + [anon_sym_DASH] = ACTIONS(2416), + [anon_sym_BANG] = ACTIONS(2416), + [anon_sym_AMP] = ACTIONS(2416), + [anon_sym_PIPE] = ACTIONS(2416), + [anon_sym_LT] = ACTIONS(2416), + [anon_sym_DOT_DOT] = ACTIONS(2416), + [anon_sym_COLON_COLON] = ACTIONS(2416), + [anon_sym_POUND] = ACTIONS(2416), + [anon_sym_SQUOTE] = ACTIONS(2418), + [anon_sym_async] = ACTIONS(2418), + [anon_sym_break] = ACTIONS(2418), + [anon_sym_const] = ACTIONS(2418), + [anon_sym_continue] = ACTIONS(2418), + [anon_sym_default] = ACTIONS(2418), + [anon_sym_enum] = ACTIONS(2418), + [anon_sym_fn] = ACTIONS(2418), + [anon_sym_for] = ACTIONS(2418), + [anon_sym_gen] = ACTIONS(2418), + [anon_sym_if] = ACTIONS(2418), + [anon_sym_impl] = ACTIONS(2418), + [anon_sym_let] = ACTIONS(2418), + [anon_sym_loop] = ACTIONS(2418), + [anon_sym_match] = ACTIONS(2418), + [anon_sym_mod] = ACTIONS(2418), + [anon_sym_pub] = ACTIONS(2418), + [anon_sym_return] = ACTIONS(2418), + [anon_sym_static] = ACTIONS(2418), + [anon_sym_struct] = ACTIONS(2418), + [anon_sym_trait] = ACTIONS(2418), + [anon_sym_type] = ACTIONS(2418), + [anon_sym_union] = ACTIONS(2418), + [anon_sym_unsafe] = ACTIONS(2418), + [anon_sym_use] = ACTIONS(2418), + [anon_sym_while] = ACTIONS(2418), + [anon_sym_extern] = ACTIONS(2418), + [anon_sym_yield] = ACTIONS(2418), + [anon_sym_move] = ACTIONS(2418), + [anon_sym_try] = ACTIONS(2418), + [sym_integer_literal] = ACTIONS(2416), + [aux_sym_string_literal_token1] = ACTIONS(2416), + [sym_char_literal] = ACTIONS(2416), + [anon_sym_true] = ACTIONS(2418), + [anon_sym_false] = ACTIONS(2418), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2418), + [sym_super] = ACTIONS(2418), + [sym_crate] = ACTIONS(2418), + [sym_metavariable] = ACTIONS(2416), + [sym__raw_string_literal_start] = ACTIONS(2416), + [sym_float_literal] = ACTIONS(2416), }, [STATE(624)] = { [sym_line_comment] = STATE(624), [sym_block_comment] = STATE(624), - [ts_builtin_sym_end] = ACTIONS(2299), - [sym_identifier] = ACTIONS(2301), - [anon_sym_SEMI] = ACTIONS(2299), - [anon_sym_macro_rules_BANG] = ACTIONS(2299), - [anon_sym_LPAREN] = ACTIONS(2299), - [anon_sym_LBRACK] = ACTIONS(2299), - [anon_sym_LBRACE] = ACTIONS(2299), - [anon_sym_RBRACE] = ACTIONS(2299), - [anon_sym_STAR] = ACTIONS(2299), - [anon_sym_u8] = ACTIONS(2301), - [anon_sym_i8] = ACTIONS(2301), - [anon_sym_u16] = ACTIONS(2301), - [anon_sym_i16] = ACTIONS(2301), - [anon_sym_u32] = ACTIONS(2301), - [anon_sym_i32] = ACTIONS(2301), - [anon_sym_u64] = ACTIONS(2301), - [anon_sym_i64] = ACTIONS(2301), - [anon_sym_u128] = ACTIONS(2301), - [anon_sym_i128] = ACTIONS(2301), - [anon_sym_isize] = ACTIONS(2301), - [anon_sym_usize] = ACTIONS(2301), - [anon_sym_f32] = ACTIONS(2301), - [anon_sym_f64] = ACTIONS(2301), - [anon_sym_bool] = ACTIONS(2301), - [anon_sym_str] = ACTIONS(2301), - [anon_sym_char] = ACTIONS(2301), - [anon_sym_DASH] = ACTIONS(2299), - [anon_sym_BANG] = ACTIONS(2299), - [anon_sym_AMP] = ACTIONS(2299), - [anon_sym_PIPE] = ACTIONS(2299), - [anon_sym_LT] = ACTIONS(2299), - [anon_sym_DOT_DOT] = ACTIONS(2299), - [anon_sym_COLON_COLON] = ACTIONS(2299), - [anon_sym_POUND] = ACTIONS(2299), - [anon_sym_SQUOTE] = ACTIONS(2301), - [anon_sym_async] = ACTIONS(2301), - [anon_sym_break] = ACTIONS(2301), - [anon_sym_const] = ACTIONS(2301), - [anon_sym_continue] = ACTIONS(2301), - [anon_sym_default] = ACTIONS(2301), - [anon_sym_enum] = ACTIONS(2301), - [anon_sym_fn] = ACTIONS(2301), - [anon_sym_for] = ACTIONS(2301), - [anon_sym_gen] = ACTIONS(2301), - [anon_sym_if] = ACTIONS(2301), - [anon_sym_impl] = ACTIONS(2301), - [anon_sym_let] = ACTIONS(2301), - [anon_sym_loop] = ACTIONS(2301), - [anon_sym_match] = ACTIONS(2301), - [anon_sym_mod] = ACTIONS(2301), - [anon_sym_pub] = ACTIONS(2301), - [anon_sym_return] = ACTIONS(2301), - [anon_sym_static] = ACTIONS(2301), - [anon_sym_struct] = ACTIONS(2301), - [anon_sym_trait] = ACTIONS(2301), - [anon_sym_type] = ACTIONS(2301), - [anon_sym_union] = ACTIONS(2301), - [anon_sym_unsafe] = ACTIONS(2301), - [anon_sym_use] = ACTIONS(2301), - [anon_sym_while] = ACTIONS(2301), - [anon_sym_extern] = ACTIONS(2301), - [anon_sym_yield] = ACTIONS(2301), - [anon_sym_move] = ACTIONS(2301), - [anon_sym_try] = ACTIONS(2301), - [sym_integer_literal] = ACTIONS(2299), - [aux_sym_string_literal_token1] = ACTIONS(2299), - [sym_char_literal] = ACTIONS(2299), - [anon_sym_true] = ACTIONS(2301), - [anon_sym_false] = ACTIONS(2301), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2301), - [sym_super] = ACTIONS(2301), - [sym_crate] = ACTIONS(2301), - [sym_metavariable] = ACTIONS(2299), - [sym__raw_string_literal_start] = ACTIONS(2299), - [sym_float_literal] = ACTIONS(2299), + [ts_builtin_sym_end] = ACTIONS(2420), + [sym_identifier] = ACTIONS(2422), + [anon_sym_SEMI] = ACTIONS(2420), + [anon_sym_macro_rules_BANG] = ACTIONS(2420), + [anon_sym_LPAREN] = ACTIONS(2420), + [anon_sym_LBRACK] = ACTIONS(2420), + [anon_sym_LBRACE] = ACTIONS(2420), + [anon_sym_RBRACE] = ACTIONS(2420), + [anon_sym_STAR] = ACTIONS(2420), + [anon_sym_u8] = ACTIONS(2422), + [anon_sym_i8] = ACTIONS(2422), + [anon_sym_u16] = ACTIONS(2422), + [anon_sym_i16] = ACTIONS(2422), + [anon_sym_u32] = ACTIONS(2422), + [anon_sym_i32] = ACTIONS(2422), + [anon_sym_u64] = ACTIONS(2422), + [anon_sym_i64] = ACTIONS(2422), + [anon_sym_u128] = ACTIONS(2422), + [anon_sym_i128] = ACTIONS(2422), + [anon_sym_isize] = ACTIONS(2422), + [anon_sym_usize] = ACTIONS(2422), + [anon_sym_f32] = ACTIONS(2422), + [anon_sym_f64] = ACTIONS(2422), + [anon_sym_bool] = ACTIONS(2422), + [anon_sym_str] = ACTIONS(2422), + [anon_sym_char] = ACTIONS(2422), + [anon_sym_DASH] = ACTIONS(2420), + [anon_sym_BANG] = ACTIONS(2420), + [anon_sym_AMP] = ACTIONS(2420), + [anon_sym_PIPE] = ACTIONS(2420), + [anon_sym_LT] = ACTIONS(2420), + [anon_sym_DOT_DOT] = ACTIONS(2420), + [anon_sym_COLON_COLON] = ACTIONS(2420), + [anon_sym_POUND] = ACTIONS(2420), + [anon_sym_SQUOTE] = ACTIONS(2422), + [anon_sym_async] = ACTIONS(2422), + [anon_sym_break] = ACTIONS(2422), + [anon_sym_const] = ACTIONS(2422), + [anon_sym_continue] = ACTIONS(2422), + [anon_sym_default] = ACTIONS(2422), + [anon_sym_enum] = ACTIONS(2422), + [anon_sym_fn] = ACTIONS(2422), + [anon_sym_for] = ACTIONS(2422), + [anon_sym_gen] = ACTIONS(2422), + [anon_sym_if] = ACTIONS(2422), + [anon_sym_impl] = ACTIONS(2422), + [anon_sym_let] = ACTIONS(2422), + [anon_sym_loop] = ACTIONS(2422), + [anon_sym_match] = ACTIONS(2422), + [anon_sym_mod] = ACTIONS(2422), + [anon_sym_pub] = ACTIONS(2422), + [anon_sym_return] = ACTIONS(2422), + [anon_sym_static] = ACTIONS(2422), + [anon_sym_struct] = ACTIONS(2422), + [anon_sym_trait] = ACTIONS(2422), + [anon_sym_type] = ACTIONS(2422), + [anon_sym_union] = ACTIONS(2422), + [anon_sym_unsafe] = ACTIONS(2422), + [anon_sym_use] = ACTIONS(2422), + [anon_sym_while] = ACTIONS(2422), + [anon_sym_extern] = ACTIONS(2422), + [anon_sym_yield] = ACTIONS(2422), + [anon_sym_move] = ACTIONS(2422), + [anon_sym_try] = ACTIONS(2422), + [sym_integer_literal] = ACTIONS(2420), + [aux_sym_string_literal_token1] = ACTIONS(2420), + [sym_char_literal] = ACTIONS(2420), + [anon_sym_true] = ACTIONS(2422), + [anon_sym_false] = ACTIONS(2422), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2422), + [sym_super] = ACTIONS(2422), + [sym_crate] = ACTIONS(2422), + [sym_metavariable] = ACTIONS(2420), + [sym__raw_string_literal_start] = ACTIONS(2420), + [sym_float_literal] = ACTIONS(2420), }, [STATE(625)] = { [sym_line_comment] = STATE(625), [sym_block_comment] = STATE(625), - [ts_builtin_sym_end] = ACTIONS(2303), - [sym_identifier] = ACTIONS(2305), - [anon_sym_SEMI] = ACTIONS(2303), - [anon_sym_macro_rules_BANG] = ACTIONS(2303), - [anon_sym_LPAREN] = ACTIONS(2303), - [anon_sym_LBRACK] = ACTIONS(2303), - [anon_sym_LBRACE] = ACTIONS(2303), - [anon_sym_RBRACE] = ACTIONS(2303), - [anon_sym_STAR] = ACTIONS(2303), - [anon_sym_u8] = ACTIONS(2305), - [anon_sym_i8] = ACTIONS(2305), - [anon_sym_u16] = ACTIONS(2305), - [anon_sym_i16] = ACTIONS(2305), - [anon_sym_u32] = ACTIONS(2305), - [anon_sym_i32] = ACTIONS(2305), - [anon_sym_u64] = ACTIONS(2305), - [anon_sym_i64] = ACTIONS(2305), - [anon_sym_u128] = ACTIONS(2305), - [anon_sym_i128] = ACTIONS(2305), - [anon_sym_isize] = ACTIONS(2305), - [anon_sym_usize] = ACTIONS(2305), - [anon_sym_f32] = ACTIONS(2305), - [anon_sym_f64] = ACTIONS(2305), - [anon_sym_bool] = ACTIONS(2305), - [anon_sym_str] = ACTIONS(2305), - [anon_sym_char] = ACTIONS(2305), - [anon_sym_DASH] = ACTIONS(2303), - [anon_sym_BANG] = ACTIONS(2303), - [anon_sym_AMP] = ACTIONS(2303), - [anon_sym_PIPE] = ACTIONS(2303), - [anon_sym_LT] = ACTIONS(2303), - [anon_sym_DOT_DOT] = ACTIONS(2303), - [anon_sym_COLON_COLON] = ACTIONS(2303), - [anon_sym_POUND] = ACTIONS(2303), - [anon_sym_SQUOTE] = ACTIONS(2305), - [anon_sym_async] = ACTIONS(2305), - [anon_sym_break] = ACTIONS(2305), - [anon_sym_const] = ACTIONS(2305), - [anon_sym_continue] = ACTIONS(2305), - [anon_sym_default] = ACTIONS(2305), - [anon_sym_enum] = ACTIONS(2305), - [anon_sym_fn] = ACTIONS(2305), - [anon_sym_for] = ACTIONS(2305), - [anon_sym_gen] = ACTIONS(2305), - [anon_sym_if] = ACTIONS(2305), - [anon_sym_impl] = ACTIONS(2305), - [anon_sym_let] = ACTIONS(2305), - [anon_sym_loop] = ACTIONS(2305), - [anon_sym_match] = ACTIONS(2305), - [anon_sym_mod] = ACTIONS(2305), - [anon_sym_pub] = ACTIONS(2305), - [anon_sym_return] = ACTIONS(2305), - [anon_sym_static] = ACTIONS(2305), - [anon_sym_struct] = ACTIONS(2305), - [anon_sym_trait] = ACTIONS(2305), - [anon_sym_type] = ACTIONS(2305), - [anon_sym_union] = ACTIONS(2305), - [anon_sym_unsafe] = ACTIONS(2305), - [anon_sym_use] = ACTIONS(2305), - [anon_sym_while] = ACTIONS(2305), - [anon_sym_extern] = ACTIONS(2305), - [anon_sym_yield] = ACTIONS(2305), - [anon_sym_move] = ACTIONS(2305), - [anon_sym_try] = ACTIONS(2305), - [sym_integer_literal] = ACTIONS(2303), - [aux_sym_string_literal_token1] = ACTIONS(2303), - [sym_char_literal] = ACTIONS(2303), - [anon_sym_true] = ACTIONS(2305), - [anon_sym_false] = ACTIONS(2305), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2305), - [sym_super] = ACTIONS(2305), - [sym_crate] = ACTIONS(2305), - [sym_metavariable] = ACTIONS(2303), - [sym__raw_string_literal_start] = ACTIONS(2303), - [sym_float_literal] = ACTIONS(2303), + [ts_builtin_sym_end] = ACTIONS(2424), + [sym_identifier] = ACTIONS(2426), + [anon_sym_SEMI] = ACTIONS(2424), + [anon_sym_macro_rules_BANG] = ACTIONS(2424), + [anon_sym_LPAREN] = ACTIONS(2424), + [anon_sym_LBRACK] = ACTIONS(2424), + [anon_sym_LBRACE] = ACTIONS(2424), + [anon_sym_RBRACE] = ACTIONS(2424), + [anon_sym_STAR] = ACTIONS(2424), + [anon_sym_u8] = ACTIONS(2426), + [anon_sym_i8] = ACTIONS(2426), + [anon_sym_u16] = ACTIONS(2426), + [anon_sym_i16] = ACTIONS(2426), + [anon_sym_u32] = ACTIONS(2426), + [anon_sym_i32] = ACTIONS(2426), + [anon_sym_u64] = ACTIONS(2426), + [anon_sym_i64] = ACTIONS(2426), + [anon_sym_u128] = ACTIONS(2426), + [anon_sym_i128] = ACTIONS(2426), + [anon_sym_isize] = ACTIONS(2426), + [anon_sym_usize] = ACTIONS(2426), + [anon_sym_f32] = ACTIONS(2426), + [anon_sym_f64] = ACTIONS(2426), + [anon_sym_bool] = ACTIONS(2426), + [anon_sym_str] = ACTIONS(2426), + [anon_sym_char] = ACTIONS(2426), + [anon_sym_DASH] = ACTIONS(2424), + [anon_sym_BANG] = ACTIONS(2424), + [anon_sym_AMP] = ACTIONS(2424), + [anon_sym_PIPE] = ACTIONS(2424), + [anon_sym_LT] = ACTIONS(2424), + [anon_sym_DOT_DOT] = ACTIONS(2424), + [anon_sym_COLON_COLON] = ACTIONS(2424), + [anon_sym_POUND] = ACTIONS(2424), + [anon_sym_SQUOTE] = ACTIONS(2426), + [anon_sym_async] = ACTIONS(2426), + [anon_sym_break] = ACTIONS(2426), + [anon_sym_const] = ACTIONS(2426), + [anon_sym_continue] = ACTIONS(2426), + [anon_sym_default] = ACTIONS(2426), + [anon_sym_enum] = ACTIONS(2426), + [anon_sym_fn] = ACTIONS(2426), + [anon_sym_for] = ACTIONS(2426), + [anon_sym_gen] = ACTIONS(2426), + [anon_sym_if] = ACTIONS(2426), + [anon_sym_impl] = ACTIONS(2426), + [anon_sym_let] = ACTIONS(2426), + [anon_sym_loop] = ACTIONS(2426), + [anon_sym_match] = ACTIONS(2426), + [anon_sym_mod] = ACTIONS(2426), + [anon_sym_pub] = ACTIONS(2426), + [anon_sym_return] = ACTIONS(2426), + [anon_sym_static] = ACTIONS(2426), + [anon_sym_struct] = ACTIONS(2426), + [anon_sym_trait] = ACTIONS(2426), + [anon_sym_type] = ACTIONS(2426), + [anon_sym_union] = ACTIONS(2426), + [anon_sym_unsafe] = ACTIONS(2426), + [anon_sym_use] = ACTIONS(2426), + [anon_sym_while] = ACTIONS(2426), + [anon_sym_extern] = ACTIONS(2426), + [anon_sym_yield] = ACTIONS(2426), + [anon_sym_move] = ACTIONS(2426), + [anon_sym_try] = ACTIONS(2426), + [sym_integer_literal] = ACTIONS(2424), + [aux_sym_string_literal_token1] = ACTIONS(2424), + [sym_char_literal] = ACTIONS(2424), + [anon_sym_true] = ACTIONS(2426), + [anon_sym_false] = ACTIONS(2426), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2426), + [sym_super] = ACTIONS(2426), + [sym_crate] = ACTIONS(2426), + [sym_metavariable] = ACTIONS(2424), + [sym__raw_string_literal_start] = ACTIONS(2424), + [sym_float_literal] = ACTIONS(2424), }, [STATE(626)] = { [sym_line_comment] = STATE(626), [sym_block_comment] = STATE(626), - [ts_builtin_sym_end] = ACTIONS(2307), - [sym_identifier] = ACTIONS(2309), - [anon_sym_SEMI] = ACTIONS(2307), - [anon_sym_macro_rules_BANG] = ACTIONS(2307), - [anon_sym_LPAREN] = ACTIONS(2307), - [anon_sym_LBRACK] = ACTIONS(2307), - [anon_sym_LBRACE] = ACTIONS(2307), - [anon_sym_RBRACE] = ACTIONS(2307), - [anon_sym_STAR] = ACTIONS(2307), - [anon_sym_u8] = ACTIONS(2309), - [anon_sym_i8] = ACTIONS(2309), - [anon_sym_u16] = ACTIONS(2309), - [anon_sym_i16] = ACTIONS(2309), - [anon_sym_u32] = ACTIONS(2309), - [anon_sym_i32] = ACTIONS(2309), - [anon_sym_u64] = ACTIONS(2309), - [anon_sym_i64] = ACTIONS(2309), - [anon_sym_u128] = ACTIONS(2309), - [anon_sym_i128] = ACTIONS(2309), - [anon_sym_isize] = ACTIONS(2309), - [anon_sym_usize] = ACTIONS(2309), - [anon_sym_f32] = ACTIONS(2309), - [anon_sym_f64] = ACTIONS(2309), - [anon_sym_bool] = ACTIONS(2309), - [anon_sym_str] = ACTIONS(2309), - [anon_sym_char] = ACTIONS(2309), - [anon_sym_DASH] = ACTIONS(2307), - [anon_sym_BANG] = ACTIONS(2307), - [anon_sym_AMP] = ACTIONS(2307), - [anon_sym_PIPE] = ACTIONS(2307), - [anon_sym_LT] = ACTIONS(2307), - [anon_sym_DOT_DOT] = ACTIONS(2307), - [anon_sym_COLON_COLON] = ACTIONS(2307), - [anon_sym_POUND] = ACTIONS(2307), - [anon_sym_SQUOTE] = ACTIONS(2309), - [anon_sym_async] = ACTIONS(2309), - [anon_sym_break] = ACTIONS(2309), - [anon_sym_const] = ACTIONS(2309), - [anon_sym_continue] = ACTIONS(2309), - [anon_sym_default] = ACTIONS(2309), - [anon_sym_enum] = ACTIONS(2309), - [anon_sym_fn] = ACTIONS(2309), - [anon_sym_for] = ACTIONS(2309), - [anon_sym_gen] = ACTIONS(2309), - [anon_sym_if] = ACTIONS(2309), - [anon_sym_impl] = ACTIONS(2309), - [anon_sym_let] = ACTIONS(2309), - [anon_sym_loop] = ACTIONS(2309), - [anon_sym_match] = ACTIONS(2309), - [anon_sym_mod] = ACTIONS(2309), - [anon_sym_pub] = ACTIONS(2309), - [anon_sym_return] = ACTIONS(2309), - [anon_sym_static] = ACTIONS(2309), - [anon_sym_struct] = ACTIONS(2309), - [anon_sym_trait] = ACTIONS(2309), - [anon_sym_type] = ACTIONS(2309), - [anon_sym_union] = ACTIONS(2309), - [anon_sym_unsafe] = ACTIONS(2309), - [anon_sym_use] = ACTIONS(2309), - [anon_sym_while] = ACTIONS(2309), - [anon_sym_extern] = ACTIONS(2309), - [anon_sym_yield] = ACTIONS(2309), - [anon_sym_move] = ACTIONS(2309), - [anon_sym_try] = ACTIONS(2309), - [sym_integer_literal] = ACTIONS(2307), - [aux_sym_string_literal_token1] = ACTIONS(2307), - [sym_char_literal] = ACTIONS(2307), - [anon_sym_true] = ACTIONS(2309), - [anon_sym_false] = ACTIONS(2309), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2309), - [sym_super] = ACTIONS(2309), - [sym_crate] = ACTIONS(2309), - [sym_metavariable] = ACTIONS(2307), - [sym__raw_string_literal_start] = ACTIONS(2307), - [sym_float_literal] = ACTIONS(2307), + [ts_builtin_sym_end] = ACTIONS(2428), + [sym_identifier] = ACTIONS(2430), + [anon_sym_SEMI] = ACTIONS(2428), + [anon_sym_macro_rules_BANG] = ACTIONS(2428), + [anon_sym_LPAREN] = ACTIONS(2428), + [anon_sym_LBRACK] = ACTIONS(2428), + [anon_sym_LBRACE] = ACTIONS(2428), + [anon_sym_RBRACE] = ACTIONS(2428), + [anon_sym_STAR] = ACTIONS(2428), + [anon_sym_u8] = ACTIONS(2430), + [anon_sym_i8] = ACTIONS(2430), + [anon_sym_u16] = ACTIONS(2430), + [anon_sym_i16] = ACTIONS(2430), + [anon_sym_u32] = ACTIONS(2430), + [anon_sym_i32] = ACTIONS(2430), + [anon_sym_u64] = ACTIONS(2430), + [anon_sym_i64] = ACTIONS(2430), + [anon_sym_u128] = ACTIONS(2430), + [anon_sym_i128] = ACTIONS(2430), + [anon_sym_isize] = ACTIONS(2430), + [anon_sym_usize] = ACTIONS(2430), + [anon_sym_f32] = ACTIONS(2430), + [anon_sym_f64] = ACTIONS(2430), + [anon_sym_bool] = ACTIONS(2430), + [anon_sym_str] = ACTIONS(2430), + [anon_sym_char] = ACTIONS(2430), + [anon_sym_DASH] = ACTIONS(2428), + [anon_sym_BANG] = ACTIONS(2428), + [anon_sym_AMP] = ACTIONS(2428), + [anon_sym_PIPE] = ACTIONS(2428), + [anon_sym_LT] = ACTIONS(2428), + [anon_sym_DOT_DOT] = ACTIONS(2428), + [anon_sym_COLON_COLON] = ACTIONS(2428), + [anon_sym_POUND] = ACTIONS(2428), + [anon_sym_SQUOTE] = ACTIONS(2430), + [anon_sym_async] = ACTIONS(2430), + [anon_sym_break] = ACTIONS(2430), + [anon_sym_const] = ACTIONS(2430), + [anon_sym_continue] = ACTIONS(2430), + [anon_sym_default] = ACTIONS(2430), + [anon_sym_enum] = ACTIONS(2430), + [anon_sym_fn] = ACTIONS(2430), + [anon_sym_for] = ACTIONS(2430), + [anon_sym_gen] = ACTIONS(2430), + [anon_sym_if] = ACTIONS(2430), + [anon_sym_impl] = ACTIONS(2430), + [anon_sym_let] = ACTIONS(2430), + [anon_sym_loop] = ACTIONS(2430), + [anon_sym_match] = ACTIONS(2430), + [anon_sym_mod] = ACTIONS(2430), + [anon_sym_pub] = ACTIONS(2430), + [anon_sym_return] = ACTIONS(2430), + [anon_sym_static] = ACTIONS(2430), + [anon_sym_struct] = ACTIONS(2430), + [anon_sym_trait] = ACTIONS(2430), + [anon_sym_type] = ACTIONS(2430), + [anon_sym_union] = ACTIONS(2430), + [anon_sym_unsafe] = ACTIONS(2430), + [anon_sym_use] = ACTIONS(2430), + [anon_sym_while] = ACTIONS(2430), + [anon_sym_extern] = ACTIONS(2430), + [anon_sym_yield] = ACTIONS(2430), + [anon_sym_move] = ACTIONS(2430), + [anon_sym_try] = ACTIONS(2430), + [sym_integer_literal] = ACTIONS(2428), + [aux_sym_string_literal_token1] = ACTIONS(2428), + [sym_char_literal] = ACTIONS(2428), + [anon_sym_true] = ACTIONS(2430), + [anon_sym_false] = ACTIONS(2430), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2430), + [sym_super] = ACTIONS(2430), + [sym_crate] = ACTIONS(2430), + [sym_metavariable] = ACTIONS(2428), + [sym__raw_string_literal_start] = ACTIONS(2428), + [sym_float_literal] = ACTIONS(2428), }, [STATE(627)] = { [sym_line_comment] = STATE(627), [sym_block_comment] = STATE(627), - [ts_builtin_sym_end] = ACTIONS(2311), - [sym_identifier] = ACTIONS(2313), - [anon_sym_SEMI] = ACTIONS(2311), - [anon_sym_macro_rules_BANG] = ACTIONS(2311), - [anon_sym_LPAREN] = ACTIONS(2311), - [anon_sym_LBRACK] = ACTIONS(2311), - [anon_sym_LBRACE] = ACTIONS(2311), - [anon_sym_RBRACE] = ACTIONS(2311), - [anon_sym_STAR] = ACTIONS(2311), - [anon_sym_u8] = ACTIONS(2313), - [anon_sym_i8] = ACTIONS(2313), - [anon_sym_u16] = ACTIONS(2313), - [anon_sym_i16] = ACTIONS(2313), - [anon_sym_u32] = ACTIONS(2313), - [anon_sym_i32] = ACTIONS(2313), - [anon_sym_u64] = ACTIONS(2313), - [anon_sym_i64] = ACTIONS(2313), - [anon_sym_u128] = ACTIONS(2313), - [anon_sym_i128] = ACTIONS(2313), - [anon_sym_isize] = ACTIONS(2313), - [anon_sym_usize] = ACTIONS(2313), - [anon_sym_f32] = ACTIONS(2313), - [anon_sym_f64] = ACTIONS(2313), - [anon_sym_bool] = ACTIONS(2313), - [anon_sym_str] = ACTIONS(2313), - [anon_sym_char] = ACTIONS(2313), - [anon_sym_DASH] = ACTIONS(2311), - [anon_sym_BANG] = ACTIONS(2311), - [anon_sym_AMP] = ACTIONS(2311), - [anon_sym_PIPE] = ACTIONS(2311), - [anon_sym_LT] = ACTIONS(2311), - [anon_sym_DOT_DOT] = ACTIONS(2311), - [anon_sym_COLON_COLON] = ACTIONS(2311), - [anon_sym_POUND] = ACTIONS(2311), - [anon_sym_SQUOTE] = ACTIONS(2313), - [anon_sym_async] = ACTIONS(2313), - [anon_sym_break] = ACTIONS(2313), - [anon_sym_const] = ACTIONS(2313), - [anon_sym_continue] = ACTIONS(2313), - [anon_sym_default] = ACTIONS(2313), - [anon_sym_enum] = ACTIONS(2313), - [anon_sym_fn] = ACTIONS(2313), - [anon_sym_for] = ACTIONS(2313), - [anon_sym_gen] = ACTIONS(2313), - [anon_sym_if] = ACTIONS(2313), - [anon_sym_impl] = ACTIONS(2313), - [anon_sym_let] = ACTIONS(2313), - [anon_sym_loop] = ACTIONS(2313), - [anon_sym_match] = ACTIONS(2313), - [anon_sym_mod] = ACTIONS(2313), - [anon_sym_pub] = ACTIONS(2313), - [anon_sym_return] = ACTIONS(2313), - [anon_sym_static] = ACTIONS(2313), - [anon_sym_struct] = ACTIONS(2313), - [anon_sym_trait] = ACTIONS(2313), - [anon_sym_type] = ACTIONS(2313), - [anon_sym_union] = ACTIONS(2313), - [anon_sym_unsafe] = ACTIONS(2313), - [anon_sym_use] = ACTIONS(2313), - [anon_sym_while] = ACTIONS(2313), - [anon_sym_extern] = ACTIONS(2313), - [anon_sym_yield] = ACTIONS(2313), - [anon_sym_move] = ACTIONS(2313), - [anon_sym_try] = ACTIONS(2313), - [sym_integer_literal] = ACTIONS(2311), - [aux_sym_string_literal_token1] = ACTIONS(2311), - [sym_char_literal] = ACTIONS(2311), - [anon_sym_true] = ACTIONS(2313), - [anon_sym_false] = ACTIONS(2313), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2313), - [sym_super] = ACTIONS(2313), - [sym_crate] = ACTIONS(2313), - [sym_metavariable] = ACTIONS(2311), - [sym__raw_string_literal_start] = ACTIONS(2311), - [sym_float_literal] = ACTIONS(2311), + [ts_builtin_sym_end] = ACTIONS(2432), + [sym_identifier] = ACTIONS(2434), + [anon_sym_SEMI] = ACTIONS(2432), + [anon_sym_macro_rules_BANG] = ACTIONS(2432), + [anon_sym_LPAREN] = ACTIONS(2432), + [anon_sym_LBRACK] = ACTIONS(2432), + [anon_sym_LBRACE] = ACTIONS(2432), + [anon_sym_RBRACE] = ACTIONS(2432), + [anon_sym_STAR] = ACTIONS(2432), + [anon_sym_u8] = ACTIONS(2434), + [anon_sym_i8] = ACTIONS(2434), + [anon_sym_u16] = ACTIONS(2434), + [anon_sym_i16] = ACTIONS(2434), + [anon_sym_u32] = ACTIONS(2434), + [anon_sym_i32] = ACTIONS(2434), + [anon_sym_u64] = ACTIONS(2434), + [anon_sym_i64] = ACTIONS(2434), + [anon_sym_u128] = ACTIONS(2434), + [anon_sym_i128] = ACTIONS(2434), + [anon_sym_isize] = ACTIONS(2434), + [anon_sym_usize] = ACTIONS(2434), + [anon_sym_f32] = ACTIONS(2434), + [anon_sym_f64] = ACTIONS(2434), + [anon_sym_bool] = ACTIONS(2434), + [anon_sym_str] = ACTIONS(2434), + [anon_sym_char] = ACTIONS(2434), + [anon_sym_DASH] = ACTIONS(2432), + [anon_sym_BANG] = ACTIONS(2432), + [anon_sym_AMP] = ACTIONS(2432), + [anon_sym_PIPE] = ACTIONS(2432), + [anon_sym_LT] = ACTIONS(2432), + [anon_sym_DOT_DOT] = ACTIONS(2432), + [anon_sym_COLON_COLON] = ACTIONS(2432), + [anon_sym_POUND] = ACTIONS(2432), + [anon_sym_SQUOTE] = ACTIONS(2434), + [anon_sym_async] = ACTIONS(2434), + [anon_sym_break] = ACTIONS(2434), + [anon_sym_const] = ACTIONS(2434), + [anon_sym_continue] = ACTIONS(2434), + [anon_sym_default] = ACTIONS(2434), + [anon_sym_enum] = ACTIONS(2434), + [anon_sym_fn] = ACTIONS(2434), + [anon_sym_for] = ACTIONS(2434), + [anon_sym_gen] = ACTIONS(2434), + [anon_sym_if] = ACTIONS(2434), + [anon_sym_impl] = ACTIONS(2434), + [anon_sym_let] = ACTIONS(2434), + [anon_sym_loop] = ACTIONS(2434), + [anon_sym_match] = ACTIONS(2434), + [anon_sym_mod] = ACTIONS(2434), + [anon_sym_pub] = ACTIONS(2434), + [anon_sym_return] = ACTIONS(2434), + [anon_sym_static] = ACTIONS(2434), + [anon_sym_struct] = ACTIONS(2434), + [anon_sym_trait] = ACTIONS(2434), + [anon_sym_type] = ACTIONS(2434), + [anon_sym_union] = ACTIONS(2434), + [anon_sym_unsafe] = ACTIONS(2434), + [anon_sym_use] = ACTIONS(2434), + [anon_sym_while] = ACTIONS(2434), + [anon_sym_extern] = ACTIONS(2434), + [anon_sym_yield] = ACTIONS(2434), + [anon_sym_move] = ACTIONS(2434), + [anon_sym_try] = ACTIONS(2434), + [sym_integer_literal] = ACTIONS(2432), + [aux_sym_string_literal_token1] = ACTIONS(2432), + [sym_char_literal] = ACTIONS(2432), + [anon_sym_true] = ACTIONS(2434), + [anon_sym_false] = ACTIONS(2434), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2434), + [sym_super] = ACTIONS(2434), + [sym_crate] = ACTIONS(2434), + [sym_metavariable] = ACTIONS(2432), + [sym__raw_string_literal_start] = ACTIONS(2432), + [sym_float_literal] = ACTIONS(2432), }, [STATE(628)] = { [sym_line_comment] = STATE(628), [sym_block_comment] = STATE(628), - [ts_builtin_sym_end] = ACTIONS(2315), - [sym_identifier] = ACTIONS(2317), - [anon_sym_SEMI] = ACTIONS(2315), - [anon_sym_macro_rules_BANG] = ACTIONS(2315), - [anon_sym_LPAREN] = ACTIONS(2315), - [anon_sym_LBRACK] = ACTIONS(2315), - [anon_sym_LBRACE] = ACTIONS(2315), - [anon_sym_RBRACE] = ACTIONS(2315), - [anon_sym_STAR] = ACTIONS(2315), - [anon_sym_u8] = ACTIONS(2317), - [anon_sym_i8] = ACTIONS(2317), - [anon_sym_u16] = ACTIONS(2317), - [anon_sym_i16] = ACTIONS(2317), - [anon_sym_u32] = ACTIONS(2317), - [anon_sym_i32] = ACTIONS(2317), - [anon_sym_u64] = ACTIONS(2317), - [anon_sym_i64] = ACTIONS(2317), - [anon_sym_u128] = ACTIONS(2317), - [anon_sym_i128] = ACTIONS(2317), - [anon_sym_isize] = ACTIONS(2317), - [anon_sym_usize] = ACTIONS(2317), - [anon_sym_f32] = ACTIONS(2317), - [anon_sym_f64] = ACTIONS(2317), - [anon_sym_bool] = ACTIONS(2317), - [anon_sym_str] = ACTIONS(2317), - [anon_sym_char] = ACTIONS(2317), - [anon_sym_DASH] = ACTIONS(2315), - [anon_sym_BANG] = ACTIONS(2315), - [anon_sym_AMP] = ACTIONS(2315), - [anon_sym_PIPE] = ACTIONS(2315), - [anon_sym_LT] = ACTIONS(2315), - [anon_sym_DOT_DOT] = ACTIONS(2315), - [anon_sym_COLON_COLON] = ACTIONS(2315), - [anon_sym_POUND] = ACTIONS(2315), - [anon_sym_SQUOTE] = ACTIONS(2317), - [anon_sym_async] = ACTIONS(2317), - [anon_sym_break] = ACTIONS(2317), - [anon_sym_const] = ACTIONS(2317), - [anon_sym_continue] = ACTIONS(2317), - [anon_sym_default] = ACTIONS(2317), - [anon_sym_enum] = ACTIONS(2317), - [anon_sym_fn] = ACTIONS(2317), - [anon_sym_for] = ACTIONS(2317), - [anon_sym_gen] = ACTIONS(2317), - [anon_sym_if] = ACTIONS(2317), - [anon_sym_impl] = ACTIONS(2317), - [anon_sym_let] = ACTIONS(2317), - [anon_sym_loop] = ACTIONS(2317), - [anon_sym_match] = ACTIONS(2317), - [anon_sym_mod] = ACTIONS(2317), - [anon_sym_pub] = ACTIONS(2317), - [anon_sym_return] = ACTIONS(2317), - [anon_sym_static] = ACTIONS(2317), - [anon_sym_struct] = ACTIONS(2317), - [anon_sym_trait] = ACTIONS(2317), - [anon_sym_type] = ACTIONS(2317), - [anon_sym_union] = ACTIONS(2317), - [anon_sym_unsafe] = ACTIONS(2317), - [anon_sym_use] = ACTIONS(2317), - [anon_sym_while] = ACTIONS(2317), - [anon_sym_extern] = ACTIONS(2317), - [anon_sym_yield] = ACTIONS(2317), - [anon_sym_move] = ACTIONS(2317), - [anon_sym_try] = ACTIONS(2317), - [sym_integer_literal] = ACTIONS(2315), - [aux_sym_string_literal_token1] = ACTIONS(2315), - [sym_char_literal] = ACTIONS(2315), - [anon_sym_true] = ACTIONS(2317), - [anon_sym_false] = ACTIONS(2317), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2317), - [sym_super] = ACTIONS(2317), - [sym_crate] = ACTIONS(2317), - [sym_metavariable] = ACTIONS(2315), - [sym__raw_string_literal_start] = ACTIONS(2315), - [sym_float_literal] = ACTIONS(2315), + [ts_builtin_sym_end] = ACTIONS(2436), + [sym_identifier] = ACTIONS(2438), + [anon_sym_SEMI] = ACTIONS(2436), + [anon_sym_macro_rules_BANG] = ACTIONS(2436), + [anon_sym_LPAREN] = ACTIONS(2436), + [anon_sym_LBRACK] = ACTIONS(2436), + [anon_sym_LBRACE] = ACTIONS(2436), + [anon_sym_RBRACE] = ACTIONS(2436), + [anon_sym_STAR] = ACTIONS(2436), + [anon_sym_u8] = ACTIONS(2438), + [anon_sym_i8] = ACTIONS(2438), + [anon_sym_u16] = ACTIONS(2438), + [anon_sym_i16] = ACTIONS(2438), + [anon_sym_u32] = ACTIONS(2438), + [anon_sym_i32] = ACTIONS(2438), + [anon_sym_u64] = ACTIONS(2438), + [anon_sym_i64] = ACTIONS(2438), + [anon_sym_u128] = ACTIONS(2438), + [anon_sym_i128] = ACTIONS(2438), + [anon_sym_isize] = ACTIONS(2438), + [anon_sym_usize] = ACTIONS(2438), + [anon_sym_f32] = ACTIONS(2438), + [anon_sym_f64] = ACTIONS(2438), + [anon_sym_bool] = ACTIONS(2438), + [anon_sym_str] = ACTIONS(2438), + [anon_sym_char] = ACTIONS(2438), + [anon_sym_DASH] = ACTIONS(2436), + [anon_sym_BANG] = ACTIONS(2436), + [anon_sym_AMP] = ACTIONS(2436), + [anon_sym_PIPE] = ACTIONS(2436), + [anon_sym_LT] = ACTIONS(2436), + [anon_sym_DOT_DOT] = ACTIONS(2436), + [anon_sym_COLON_COLON] = ACTIONS(2436), + [anon_sym_POUND] = ACTIONS(2436), + [anon_sym_SQUOTE] = ACTIONS(2438), + [anon_sym_async] = ACTIONS(2438), + [anon_sym_break] = ACTIONS(2438), + [anon_sym_const] = ACTIONS(2438), + [anon_sym_continue] = ACTIONS(2438), + [anon_sym_default] = ACTIONS(2438), + [anon_sym_enum] = ACTIONS(2438), + [anon_sym_fn] = ACTIONS(2438), + [anon_sym_for] = ACTIONS(2438), + [anon_sym_gen] = ACTIONS(2438), + [anon_sym_if] = ACTIONS(2438), + [anon_sym_impl] = ACTIONS(2438), + [anon_sym_let] = ACTIONS(2438), + [anon_sym_loop] = ACTIONS(2438), + [anon_sym_match] = ACTIONS(2438), + [anon_sym_mod] = ACTIONS(2438), + [anon_sym_pub] = ACTIONS(2438), + [anon_sym_return] = ACTIONS(2438), + [anon_sym_static] = ACTIONS(2438), + [anon_sym_struct] = ACTIONS(2438), + [anon_sym_trait] = ACTIONS(2438), + [anon_sym_type] = ACTIONS(2438), + [anon_sym_union] = ACTIONS(2438), + [anon_sym_unsafe] = ACTIONS(2438), + [anon_sym_use] = ACTIONS(2438), + [anon_sym_while] = ACTIONS(2438), + [anon_sym_extern] = ACTIONS(2438), + [anon_sym_yield] = ACTIONS(2438), + [anon_sym_move] = ACTIONS(2438), + [anon_sym_try] = ACTIONS(2438), + [sym_integer_literal] = ACTIONS(2436), + [aux_sym_string_literal_token1] = ACTIONS(2436), + [sym_char_literal] = ACTIONS(2436), + [anon_sym_true] = ACTIONS(2438), + [anon_sym_false] = ACTIONS(2438), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2438), + [sym_super] = ACTIONS(2438), + [sym_crate] = ACTIONS(2438), + [sym_metavariable] = ACTIONS(2436), + [sym__raw_string_literal_start] = ACTIONS(2436), + [sym_float_literal] = ACTIONS(2436), }, [STATE(629)] = { [sym_line_comment] = STATE(629), [sym_block_comment] = STATE(629), - [ts_builtin_sym_end] = ACTIONS(2319), - [sym_identifier] = ACTIONS(2321), - [anon_sym_SEMI] = ACTIONS(2319), - [anon_sym_macro_rules_BANG] = ACTIONS(2319), - [anon_sym_LPAREN] = ACTIONS(2319), - [anon_sym_LBRACK] = ACTIONS(2319), - [anon_sym_LBRACE] = ACTIONS(2319), - [anon_sym_RBRACE] = ACTIONS(2319), - [anon_sym_STAR] = ACTIONS(2319), - [anon_sym_u8] = ACTIONS(2321), - [anon_sym_i8] = ACTIONS(2321), - [anon_sym_u16] = ACTIONS(2321), - [anon_sym_i16] = ACTIONS(2321), - [anon_sym_u32] = ACTIONS(2321), - [anon_sym_i32] = ACTIONS(2321), - [anon_sym_u64] = ACTIONS(2321), - [anon_sym_i64] = ACTIONS(2321), - [anon_sym_u128] = ACTIONS(2321), - [anon_sym_i128] = ACTIONS(2321), - [anon_sym_isize] = ACTIONS(2321), - [anon_sym_usize] = ACTIONS(2321), - [anon_sym_f32] = ACTIONS(2321), - [anon_sym_f64] = ACTIONS(2321), - [anon_sym_bool] = ACTIONS(2321), - [anon_sym_str] = ACTIONS(2321), - [anon_sym_char] = ACTIONS(2321), - [anon_sym_DASH] = ACTIONS(2319), - [anon_sym_BANG] = ACTIONS(2319), - [anon_sym_AMP] = ACTIONS(2319), - [anon_sym_PIPE] = ACTIONS(2319), - [anon_sym_LT] = ACTIONS(2319), - [anon_sym_DOT_DOT] = ACTIONS(2319), - [anon_sym_COLON_COLON] = ACTIONS(2319), - [anon_sym_POUND] = ACTIONS(2319), - [anon_sym_SQUOTE] = ACTIONS(2321), - [anon_sym_async] = ACTIONS(2321), - [anon_sym_break] = ACTIONS(2321), - [anon_sym_const] = ACTIONS(2321), - [anon_sym_continue] = ACTIONS(2321), - [anon_sym_default] = ACTIONS(2321), - [anon_sym_enum] = ACTIONS(2321), - [anon_sym_fn] = ACTIONS(2321), - [anon_sym_for] = ACTIONS(2321), - [anon_sym_gen] = ACTIONS(2321), - [anon_sym_if] = ACTIONS(2321), - [anon_sym_impl] = ACTIONS(2321), - [anon_sym_let] = ACTIONS(2321), - [anon_sym_loop] = ACTIONS(2321), - [anon_sym_match] = ACTIONS(2321), - [anon_sym_mod] = ACTIONS(2321), - [anon_sym_pub] = ACTIONS(2321), - [anon_sym_return] = ACTIONS(2321), - [anon_sym_static] = ACTIONS(2321), - [anon_sym_struct] = ACTIONS(2321), - [anon_sym_trait] = ACTIONS(2321), - [anon_sym_type] = ACTIONS(2321), - [anon_sym_union] = ACTIONS(2321), - [anon_sym_unsafe] = ACTIONS(2321), - [anon_sym_use] = ACTIONS(2321), - [anon_sym_while] = ACTIONS(2321), - [anon_sym_extern] = ACTIONS(2321), - [anon_sym_yield] = ACTIONS(2321), - [anon_sym_move] = ACTIONS(2321), - [anon_sym_try] = ACTIONS(2321), - [sym_integer_literal] = ACTIONS(2319), - [aux_sym_string_literal_token1] = ACTIONS(2319), - [sym_char_literal] = ACTIONS(2319), - [anon_sym_true] = ACTIONS(2321), - [anon_sym_false] = ACTIONS(2321), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2321), - [sym_super] = ACTIONS(2321), - [sym_crate] = ACTIONS(2321), - [sym_metavariable] = ACTIONS(2319), - [sym__raw_string_literal_start] = ACTIONS(2319), - [sym_float_literal] = ACTIONS(2319), + [ts_builtin_sym_end] = ACTIONS(2440), + [sym_identifier] = ACTIONS(2442), + [anon_sym_SEMI] = ACTIONS(2440), + [anon_sym_macro_rules_BANG] = ACTIONS(2440), + [anon_sym_LPAREN] = ACTIONS(2440), + [anon_sym_LBRACK] = ACTIONS(2440), + [anon_sym_LBRACE] = ACTIONS(2440), + [anon_sym_RBRACE] = ACTIONS(2440), + [anon_sym_STAR] = ACTIONS(2440), + [anon_sym_u8] = ACTIONS(2442), + [anon_sym_i8] = ACTIONS(2442), + [anon_sym_u16] = ACTIONS(2442), + [anon_sym_i16] = ACTIONS(2442), + [anon_sym_u32] = ACTIONS(2442), + [anon_sym_i32] = ACTIONS(2442), + [anon_sym_u64] = ACTIONS(2442), + [anon_sym_i64] = ACTIONS(2442), + [anon_sym_u128] = ACTIONS(2442), + [anon_sym_i128] = ACTIONS(2442), + [anon_sym_isize] = ACTIONS(2442), + [anon_sym_usize] = ACTIONS(2442), + [anon_sym_f32] = ACTIONS(2442), + [anon_sym_f64] = ACTIONS(2442), + [anon_sym_bool] = ACTIONS(2442), + [anon_sym_str] = ACTIONS(2442), + [anon_sym_char] = ACTIONS(2442), + [anon_sym_DASH] = ACTIONS(2440), + [anon_sym_BANG] = ACTIONS(2440), + [anon_sym_AMP] = ACTIONS(2440), + [anon_sym_PIPE] = ACTIONS(2440), + [anon_sym_LT] = ACTIONS(2440), + [anon_sym_DOT_DOT] = ACTIONS(2440), + [anon_sym_COLON_COLON] = ACTIONS(2440), + [anon_sym_POUND] = ACTIONS(2440), + [anon_sym_SQUOTE] = ACTIONS(2442), + [anon_sym_async] = ACTIONS(2442), + [anon_sym_break] = ACTIONS(2442), + [anon_sym_const] = ACTIONS(2442), + [anon_sym_continue] = ACTIONS(2442), + [anon_sym_default] = ACTIONS(2442), + [anon_sym_enum] = ACTIONS(2442), + [anon_sym_fn] = ACTIONS(2442), + [anon_sym_for] = ACTIONS(2442), + [anon_sym_gen] = ACTIONS(2442), + [anon_sym_if] = ACTIONS(2442), + [anon_sym_impl] = ACTIONS(2442), + [anon_sym_let] = ACTIONS(2442), + [anon_sym_loop] = ACTIONS(2442), + [anon_sym_match] = ACTIONS(2442), + [anon_sym_mod] = ACTIONS(2442), + [anon_sym_pub] = ACTIONS(2442), + [anon_sym_return] = ACTIONS(2442), + [anon_sym_static] = ACTIONS(2442), + [anon_sym_struct] = ACTIONS(2442), + [anon_sym_trait] = ACTIONS(2442), + [anon_sym_type] = ACTIONS(2442), + [anon_sym_union] = ACTIONS(2442), + [anon_sym_unsafe] = ACTIONS(2442), + [anon_sym_use] = ACTIONS(2442), + [anon_sym_while] = ACTIONS(2442), + [anon_sym_extern] = ACTIONS(2442), + [anon_sym_yield] = ACTIONS(2442), + [anon_sym_move] = ACTIONS(2442), + [anon_sym_try] = ACTIONS(2442), + [sym_integer_literal] = ACTIONS(2440), + [aux_sym_string_literal_token1] = ACTIONS(2440), + [sym_char_literal] = ACTIONS(2440), + [anon_sym_true] = ACTIONS(2442), + [anon_sym_false] = ACTIONS(2442), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2442), + [sym_super] = ACTIONS(2442), + [sym_crate] = ACTIONS(2442), + [sym_metavariable] = ACTIONS(2440), + [sym__raw_string_literal_start] = ACTIONS(2440), + [sym_float_literal] = ACTIONS(2440), }, [STATE(630)] = { [sym_line_comment] = STATE(630), [sym_block_comment] = STATE(630), - [ts_builtin_sym_end] = ACTIONS(2323), - [sym_identifier] = ACTIONS(2325), - [anon_sym_SEMI] = ACTIONS(2323), - [anon_sym_macro_rules_BANG] = ACTIONS(2323), - [anon_sym_LPAREN] = ACTIONS(2323), - [anon_sym_LBRACK] = ACTIONS(2323), - [anon_sym_LBRACE] = ACTIONS(2323), - [anon_sym_RBRACE] = ACTIONS(2323), - [anon_sym_STAR] = ACTIONS(2323), - [anon_sym_u8] = ACTIONS(2325), - [anon_sym_i8] = ACTIONS(2325), - [anon_sym_u16] = ACTIONS(2325), - [anon_sym_i16] = ACTIONS(2325), - [anon_sym_u32] = ACTIONS(2325), - [anon_sym_i32] = ACTIONS(2325), - [anon_sym_u64] = ACTIONS(2325), - [anon_sym_i64] = ACTIONS(2325), - [anon_sym_u128] = ACTIONS(2325), - [anon_sym_i128] = ACTIONS(2325), - [anon_sym_isize] = ACTIONS(2325), - [anon_sym_usize] = ACTIONS(2325), - [anon_sym_f32] = ACTIONS(2325), - [anon_sym_f64] = ACTIONS(2325), - [anon_sym_bool] = ACTIONS(2325), - [anon_sym_str] = ACTIONS(2325), - [anon_sym_char] = ACTIONS(2325), - [anon_sym_DASH] = ACTIONS(2323), - [anon_sym_BANG] = ACTIONS(2323), - [anon_sym_AMP] = ACTIONS(2323), - [anon_sym_PIPE] = ACTIONS(2323), - [anon_sym_LT] = ACTIONS(2323), - [anon_sym_DOT_DOT] = ACTIONS(2323), - [anon_sym_COLON_COLON] = ACTIONS(2323), - [anon_sym_POUND] = ACTIONS(2323), - [anon_sym_SQUOTE] = ACTIONS(2325), - [anon_sym_async] = ACTIONS(2325), - [anon_sym_break] = ACTIONS(2325), - [anon_sym_const] = ACTIONS(2325), - [anon_sym_continue] = ACTIONS(2325), - [anon_sym_default] = ACTIONS(2325), - [anon_sym_enum] = ACTIONS(2325), - [anon_sym_fn] = ACTIONS(2325), - [anon_sym_for] = ACTIONS(2325), - [anon_sym_gen] = ACTIONS(2325), - [anon_sym_if] = ACTIONS(2325), - [anon_sym_impl] = ACTIONS(2325), - [anon_sym_let] = ACTIONS(2325), - [anon_sym_loop] = ACTIONS(2325), - [anon_sym_match] = ACTIONS(2325), - [anon_sym_mod] = ACTIONS(2325), - [anon_sym_pub] = ACTIONS(2325), - [anon_sym_return] = ACTIONS(2325), - [anon_sym_static] = ACTIONS(2325), - [anon_sym_struct] = ACTIONS(2325), - [anon_sym_trait] = ACTIONS(2325), - [anon_sym_type] = ACTIONS(2325), - [anon_sym_union] = ACTIONS(2325), - [anon_sym_unsafe] = ACTIONS(2325), - [anon_sym_use] = ACTIONS(2325), - [anon_sym_while] = ACTIONS(2325), - [anon_sym_extern] = ACTIONS(2325), - [anon_sym_yield] = ACTIONS(2325), - [anon_sym_move] = ACTIONS(2325), - [anon_sym_try] = ACTIONS(2325), - [sym_integer_literal] = ACTIONS(2323), - [aux_sym_string_literal_token1] = ACTIONS(2323), - [sym_char_literal] = ACTIONS(2323), - [anon_sym_true] = ACTIONS(2325), - [anon_sym_false] = ACTIONS(2325), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2325), - [sym_super] = ACTIONS(2325), - [sym_crate] = ACTIONS(2325), - [sym_metavariable] = ACTIONS(2323), - [sym__raw_string_literal_start] = ACTIONS(2323), - [sym_float_literal] = ACTIONS(2323), + [ts_builtin_sym_end] = ACTIONS(2444), + [sym_identifier] = ACTIONS(2446), + [anon_sym_SEMI] = ACTIONS(2444), + [anon_sym_macro_rules_BANG] = ACTIONS(2444), + [anon_sym_LPAREN] = ACTIONS(2444), + [anon_sym_LBRACK] = ACTIONS(2444), + [anon_sym_LBRACE] = ACTIONS(2444), + [anon_sym_RBRACE] = ACTIONS(2444), + [anon_sym_STAR] = ACTIONS(2444), + [anon_sym_u8] = ACTIONS(2446), + [anon_sym_i8] = ACTIONS(2446), + [anon_sym_u16] = ACTIONS(2446), + [anon_sym_i16] = ACTIONS(2446), + [anon_sym_u32] = ACTIONS(2446), + [anon_sym_i32] = ACTIONS(2446), + [anon_sym_u64] = ACTIONS(2446), + [anon_sym_i64] = ACTIONS(2446), + [anon_sym_u128] = ACTIONS(2446), + [anon_sym_i128] = ACTIONS(2446), + [anon_sym_isize] = ACTIONS(2446), + [anon_sym_usize] = ACTIONS(2446), + [anon_sym_f32] = ACTIONS(2446), + [anon_sym_f64] = ACTIONS(2446), + [anon_sym_bool] = ACTIONS(2446), + [anon_sym_str] = ACTIONS(2446), + [anon_sym_char] = ACTIONS(2446), + [anon_sym_DASH] = ACTIONS(2444), + [anon_sym_BANG] = ACTIONS(2444), + [anon_sym_AMP] = ACTIONS(2444), + [anon_sym_PIPE] = ACTIONS(2444), + [anon_sym_LT] = ACTIONS(2444), + [anon_sym_DOT_DOT] = ACTIONS(2444), + [anon_sym_COLON_COLON] = ACTIONS(2444), + [anon_sym_POUND] = ACTIONS(2444), + [anon_sym_SQUOTE] = ACTIONS(2446), + [anon_sym_async] = ACTIONS(2446), + [anon_sym_break] = ACTIONS(2446), + [anon_sym_const] = ACTIONS(2446), + [anon_sym_continue] = ACTIONS(2446), + [anon_sym_default] = ACTIONS(2446), + [anon_sym_enum] = ACTIONS(2446), + [anon_sym_fn] = ACTIONS(2446), + [anon_sym_for] = ACTIONS(2446), + [anon_sym_gen] = ACTIONS(2446), + [anon_sym_if] = ACTIONS(2446), + [anon_sym_impl] = ACTIONS(2446), + [anon_sym_let] = ACTIONS(2446), + [anon_sym_loop] = ACTIONS(2446), + [anon_sym_match] = ACTIONS(2446), + [anon_sym_mod] = ACTIONS(2446), + [anon_sym_pub] = ACTIONS(2446), + [anon_sym_return] = ACTIONS(2446), + [anon_sym_static] = ACTIONS(2446), + [anon_sym_struct] = ACTIONS(2446), + [anon_sym_trait] = ACTIONS(2446), + [anon_sym_type] = ACTIONS(2446), + [anon_sym_union] = ACTIONS(2446), + [anon_sym_unsafe] = ACTIONS(2446), + [anon_sym_use] = ACTIONS(2446), + [anon_sym_while] = ACTIONS(2446), + [anon_sym_extern] = ACTIONS(2446), + [anon_sym_yield] = ACTIONS(2446), + [anon_sym_move] = ACTIONS(2446), + [anon_sym_try] = ACTIONS(2446), + [sym_integer_literal] = ACTIONS(2444), + [aux_sym_string_literal_token1] = ACTIONS(2444), + [sym_char_literal] = ACTIONS(2444), + [anon_sym_true] = ACTIONS(2446), + [anon_sym_false] = ACTIONS(2446), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2446), + [sym_super] = ACTIONS(2446), + [sym_crate] = ACTIONS(2446), + [sym_metavariable] = ACTIONS(2444), + [sym__raw_string_literal_start] = ACTIONS(2444), + [sym_float_literal] = ACTIONS(2444), }, [STATE(631)] = { [sym_line_comment] = STATE(631), [sym_block_comment] = STATE(631), - [ts_builtin_sym_end] = ACTIONS(2327), - [sym_identifier] = ACTIONS(2329), - [anon_sym_SEMI] = ACTIONS(2327), - [anon_sym_macro_rules_BANG] = ACTIONS(2327), - [anon_sym_LPAREN] = ACTIONS(2327), - [anon_sym_LBRACK] = ACTIONS(2327), - [anon_sym_LBRACE] = ACTIONS(2327), - [anon_sym_RBRACE] = ACTIONS(2327), - [anon_sym_STAR] = ACTIONS(2327), - [anon_sym_u8] = ACTIONS(2329), - [anon_sym_i8] = ACTIONS(2329), - [anon_sym_u16] = ACTIONS(2329), - [anon_sym_i16] = ACTIONS(2329), - [anon_sym_u32] = ACTIONS(2329), - [anon_sym_i32] = ACTIONS(2329), - [anon_sym_u64] = ACTIONS(2329), - [anon_sym_i64] = ACTIONS(2329), - [anon_sym_u128] = ACTIONS(2329), - [anon_sym_i128] = ACTIONS(2329), - [anon_sym_isize] = ACTIONS(2329), - [anon_sym_usize] = ACTIONS(2329), - [anon_sym_f32] = ACTIONS(2329), - [anon_sym_f64] = ACTIONS(2329), - [anon_sym_bool] = ACTIONS(2329), - [anon_sym_str] = ACTIONS(2329), - [anon_sym_char] = ACTIONS(2329), - [anon_sym_DASH] = ACTIONS(2327), - [anon_sym_BANG] = ACTIONS(2327), - [anon_sym_AMP] = ACTIONS(2327), - [anon_sym_PIPE] = ACTIONS(2327), - [anon_sym_LT] = ACTIONS(2327), - [anon_sym_DOT_DOT] = ACTIONS(2327), - [anon_sym_COLON_COLON] = ACTIONS(2327), - [anon_sym_POUND] = ACTIONS(2327), - [anon_sym_SQUOTE] = ACTIONS(2329), - [anon_sym_async] = ACTIONS(2329), - [anon_sym_break] = ACTIONS(2329), - [anon_sym_const] = ACTIONS(2329), - [anon_sym_continue] = ACTIONS(2329), - [anon_sym_default] = ACTIONS(2329), - [anon_sym_enum] = ACTIONS(2329), - [anon_sym_fn] = ACTIONS(2329), - [anon_sym_for] = ACTIONS(2329), - [anon_sym_gen] = ACTIONS(2329), - [anon_sym_if] = ACTIONS(2329), - [anon_sym_impl] = ACTIONS(2329), - [anon_sym_let] = ACTIONS(2329), - [anon_sym_loop] = ACTIONS(2329), - [anon_sym_match] = ACTIONS(2329), - [anon_sym_mod] = ACTIONS(2329), - [anon_sym_pub] = ACTIONS(2329), - [anon_sym_return] = ACTIONS(2329), - [anon_sym_static] = ACTIONS(2329), - [anon_sym_struct] = ACTIONS(2329), - [anon_sym_trait] = ACTIONS(2329), - [anon_sym_type] = ACTIONS(2329), - [anon_sym_union] = ACTIONS(2329), - [anon_sym_unsafe] = ACTIONS(2329), - [anon_sym_use] = ACTIONS(2329), - [anon_sym_while] = ACTIONS(2329), - [anon_sym_extern] = ACTIONS(2329), - [anon_sym_yield] = ACTIONS(2329), - [anon_sym_move] = ACTIONS(2329), - [anon_sym_try] = ACTIONS(2329), - [sym_integer_literal] = ACTIONS(2327), - [aux_sym_string_literal_token1] = ACTIONS(2327), - [sym_char_literal] = ACTIONS(2327), - [anon_sym_true] = ACTIONS(2329), - [anon_sym_false] = ACTIONS(2329), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2329), - [sym_super] = ACTIONS(2329), - [sym_crate] = ACTIONS(2329), - [sym_metavariable] = ACTIONS(2327), - [sym__raw_string_literal_start] = ACTIONS(2327), - [sym_float_literal] = ACTIONS(2327), + [ts_builtin_sym_end] = ACTIONS(2448), + [sym_identifier] = ACTIONS(2450), + [anon_sym_SEMI] = ACTIONS(2448), + [anon_sym_macro_rules_BANG] = ACTIONS(2448), + [anon_sym_LPAREN] = ACTIONS(2448), + [anon_sym_LBRACK] = ACTIONS(2448), + [anon_sym_LBRACE] = ACTIONS(2448), + [anon_sym_RBRACE] = ACTIONS(2448), + [anon_sym_STAR] = ACTIONS(2448), + [anon_sym_u8] = ACTIONS(2450), + [anon_sym_i8] = ACTIONS(2450), + [anon_sym_u16] = ACTIONS(2450), + [anon_sym_i16] = ACTIONS(2450), + [anon_sym_u32] = ACTIONS(2450), + [anon_sym_i32] = ACTIONS(2450), + [anon_sym_u64] = ACTIONS(2450), + [anon_sym_i64] = ACTIONS(2450), + [anon_sym_u128] = ACTIONS(2450), + [anon_sym_i128] = ACTIONS(2450), + [anon_sym_isize] = ACTIONS(2450), + [anon_sym_usize] = ACTIONS(2450), + [anon_sym_f32] = ACTIONS(2450), + [anon_sym_f64] = ACTIONS(2450), + [anon_sym_bool] = ACTIONS(2450), + [anon_sym_str] = ACTIONS(2450), + [anon_sym_char] = ACTIONS(2450), + [anon_sym_DASH] = ACTIONS(2448), + [anon_sym_BANG] = ACTIONS(2448), + [anon_sym_AMP] = ACTIONS(2448), + [anon_sym_PIPE] = ACTIONS(2448), + [anon_sym_LT] = ACTIONS(2448), + [anon_sym_DOT_DOT] = ACTIONS(2448), + [anon_sym_COLON_COLON] = ACTIONS(2448), + [anon_sym_POUND] = ACTIONS(2448), + [anon_sym_SQUOTE] = ACTIONS(2450), + [anon_sym_async] = ACTIONS(2450), + [anon_sym_break] = ACTIONS(2450), + [anon_sym_const] = ACTIONS(2450), + [anon_sym_continue] = ACTIONS(2450), + [anon_sym_default] = ACTIONS(2450), + [anon_sym_enum] = ACTIONS(2450), + [anon_sym_fn] = ACTIONS(2450), + [anon_sym_for] = ACTIONS(2450), + [anon_sym_gen] = ACTIONS(2450), + [anon_sym_if] = ACTIONS(2450), + [anon_sym_impl] = ACTIONS(2450), + [anon_sym_let] = ACTIONS(2450), + [anon_sym_loop] = ACTIONS(2450), + [anon_sym_match] = ACTIONS(2450), + [anon_sym_mod] = ACTIONS(2450), + [anon_sym_pub] = ACTIONS(2450), + [anon_sym_return] = ACTIONS(2450), + [anon_sym_static] = ACTIONS(2450), + [anon_sym_struct] = ACTIONS(2450), + [anon_sym_trait] = ACTIONS(2450), + [anon_sym_type] = ACTIONS(2450), + [anon_sym_union] = ACTIONS(2450), + [anon_sym_unsafe] = ACTIONS(2450), + [anon_sym_use] = ACTIONS(2450), + [anon_sym_while] = ACTIONS(2450), + [anon_sym_extern] = ACTIONS(2450), + [anon_sym_yield] = ACTIONS(2450), + [anon_sym_move] = ACTIONS(2450), + [anon_sym_try] = ACTIONS(2450), + [sym_integer_literal] = ACTIONS(2448), + [aux_sym_string_literal_token1] = ACTIONS(2448), + [sym_char_literal] = ACTIONS(2448), + [anon_sym_true] = ACTIONS(2450), + [anon_sym_false] = ACTIONS(2450), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2450), + [sym_super] = ACTIONS(2450), + [sym_crate] = ACTIONS(2450), + [sym_metavariable] = ACTIONS(2448), + [sym__raw_string_literal_start] = ACTIONS(2448), + [sym_float_literal] = ACTIONS(2448), }, [STATE(632)] = { [sym_line_comment] = STATE(632), [sym_block_comment] = STATE(632), - [ts_builtin_sym_end] = ACTIONS(2331), - [sym_identifier] = ACTIONS(2333), - [anon_sym_SEMI] = ACTIONS(2331), - [anon_sym_macro_rules_BANG] = ACTIONS(2331), - [anon_sym_LPAREN] = ACTIONS(2331), - [anon_sym_LBRACK] = ACTIONS(2331), - [anon_sym_LBRACE] = ACTIONS(2331), - [anon_sym_RBRACE] = ACTIONS(2331), - [anon_sym_STAR] = ACTIONS(2331), - [anon_sym_u8] = ACTIONS(2333), - [anon_sym_i8] = ACTIONS(2333), - [anon_sym_u16] = ACTIONS(2333), - [anon_sym_i16] = ACTIONS(2333), - [anon_sym_u32] = ACTIONS(2333), - [anon_sym_i32] = ACTIONS(2333), - [anon_sym_u64] = ACTIONS(2333), - [anon_sym_i64] = ACTIONS(2333), - [anon_sym_u128] = ACTIONS(2333), - [anon_sym_i128] = ACTIONS(2333), - [anon_sym_isize] = ACTIONS(2333), - [anon_sym_usize] = ACTIONS(2333), - [anon_sym_f32] = ACTIONS(2333), - [anon_sym_f64] = ACTIONS(2333), - [anon_sym_bool] = ACTIONS(2333), - [anon_sym_str] = ACTIONS(2333), - [anon_sym_char] = ACTIONS(2333), - [anon_sym_DASH] = ACTIONS(2331), - [anon_sym_BANG] = ACTIONS(2331), - [anon_sym_AMP] = ACTIONS(2331), - [anon_sym_PIPE] = ACTIONS(2331), - [anon_sym_LT] = ACTIONS(2331), - [anon_sym_DOT_DOT] = ACTIONS(2331), - [anon_sym_COLON_COLON] = ACTIONS(2331), - [anon_sym_POUND] = ACTIONS(2331), - [anon_sym_SQUOTE] = ACTIONS(2333), - [anon_sym_async] = ACTIONS(2333), - [anon_sym_break] = ACTIONS(2333), - [anon_sym_const] = ACTIONS(2333), - [anon_sym_continue] = ACTIONS(2333), - [anon_sym_default] = ACTIONS(2333), - [anon_sym_enum] = ACTIONS(2333), - [anon_sym_fn] = ACTIONS(2333), - [anon_sym_for] = ACTIONS(2333), - [anon_sym_gen] = ACTIONS(2333), - [anon_sym_if] = ACTIONS(2333), - [anon_sym_impl] = ACTIONS(2333), - [anon_sym_let] = ACTIONS(2333), - [anon_sym_loop] = ACTIONS(2333), - [anon_sym_match] = ACTIONS(2333), - [anon_sym_mod] = ACTIONS(2333), - [anon_sym_pub] = ACTIONS(2333), - [anon_sym_return] = ACTIONS(2333), - [anon_sym_static] = ACTIONS(2333), - [anon_sym_struct] = ACTIONS(2333), - [anon_sym_trait] = ACTIONS(2333), - [anon_sym_type] = ACTIONS(2333), - [anon_sym_union] = ACTIONS(2333), - [anon_sym_unsafe] = ACTIONS(2333), - [anon_sym_use] = ACTIONS(2333), - [anon_sym_while] = ACTIONS(2333), - [anon_sym_extern] = ACTIONS(2333), - [anon_sym_yield] = ACTIONS(2333), - [anon_sym_move] = ACTIONS(2333), - [anon_sym_try] = ACTIONS(2333), - [sym_integer_literal] = ACTIONS(2331), - [aux_sym_string_literal_token1] = ACTIONS(2331), - [sym_char_literal] = ACTIONS(2331), - [anon_sym_true] = ACTIONS(2333), - [anon_sym_false] = ACTIONS(2333), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2333), - [sym_super] = ACTIONS(2333), - [sym_crate] = ACTIONS(2333), - [sym_metavariable] = ACTIONS(2331), - [sym__raw_string_literal_start] = ACTIONS(2331), - [sym_float_literal] = ACTIONS(2331), + [ts_builtin_sym_end] = ACTIONS(2452), + [sym_identifier] = ACTIONS(2454), + [anon_sym_SEMI] = ACTIONS(2452), + [anon_sym_macro_rules_BANG] = ACTIONS(2452), + [anon_sym_LPAREN] = ACTIONS(2452), + [anon_sym_LBRACK] = ACTIONS(2452), + [anon_sym_LBRACE] = ACTIONS(2452), + [anon_sym_RBRACE] = ACTIONS(2452), + [anon_sym_STAR] = ACTIONS(2452), + [anon_sym_u8] = ACTIONS(2454), + [anon_sym_i8] = ACTIONS(2454), + [anon_sym_u16] = ACTIONS(2454), + [anon_sym_i16] = ACTIONS(2454), + [anon_sym_u32] = ACTIONS(2454), + [anon_sym_i32] = ACTIONS(2454), + [anon_sym_u64] = ACTIONS(2454), + [anon_sym_i64] = ACTIONS(2454), + [anon_sym_u128] = ACTIONS(2454), + [anon_sym_i128] = ACTIONS(2454), + [anon_sym_isize] = ACTIONS(2454), + [anon_sym_usize] = ACTIONS(2454), + [anon_sym_f32] = ACTIONS(2454), + [anon_sym_f64] = ACTIONS(2454), + [anon_sym_bool] = ACTIONS(2454), + [anon_sym_str] = ACTIONS(2454), + [anon_sym_char] = ACTIONS(2454), + [anon_sym_DASH] = ACTIONS(2452), + [anon_sym_BANG] = ACTIONS(2452), + [anon_sym_AMP] = ACTIONS(2452), + [anon_sym_PIPE] = ACTIONS(2452), + [anon_sym_LT] = ACTIONS(2452), + [anon_sym_DOT_DOT] = ACTIONS(2452), + [anon_sym_COLON_COLON] = ACTIONS(2452), + [anon_sym_POUND] = ACTIONS(2452), + [anon_sym_SQUOTE] = ACTIONS(2454), + [anon_sym_async] = ACTIONS(2454), + [anon_sym_break] = ACTIONS(2454), + [anon_sym_const] = ACTIONS(2454), + [anon_sym_continue] = ACTIONS(2454), + [anon_sym_default] = ACTIONS(2454), + [anon_sym_enum] = ACTIONS(2454), + [anon_sym_fn] = ACTIONS(2454), + [anon_sym_for] = ACTIONS(2454), + [anon_sym_gen] = ACTIONS(2454), + [anon_sym_if] = ACTIONS(2454), + [anon_sym_impl] = ACTIONS(2454), + [anon_sym_let] = ACTIONS(2454), + [anon_sym_loop] = ACTIONS(2454), + [anon_sym_match] = ACTIONS(2454), + [anon_sym_mod] = ACTIONS(2454), + [anon_sym_pub] = ACTIONS(2454), + [anon_sym_return] = ACTIONS(2454), + [anon_sym_static] = ACTIONS(2454), + [anon_sym_struct] = ACTIONS(2454), + [anon_sym_trait] = ACTIONS(2454), + [anon_sym_type] = ACTIONS(2454), + [anon_sym_union] = ACTIONS(2454), + [anon_sym_unsafe] = ACTIONS(2454), + [anon_sym_use] = ACTIONS(2454), + [anon_sym_while] = ACTIONS(2454), + [anon_sym_extern] = ACTIONS(2454), + [anon_sym_yield] = ACTIONS(2454), + [anon_sym_move] = ACTIONS(2454), + [anon_sym_try] = ACTIONS(2454), + [sym_integer_literal] = ACTIONS(2452), + [aux_sym_string_literal_token1] = ACTIONS(2452), + [sym_char_literal] = ACTIONS(2452), + [anon_sym_true] = ACTIONS(2454), + [anon_sym_false] = ACTIONS(2454), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2454), + [sym_super] = ACTIONS(2454), + [sym_crate] = ACTIONS(2454), + [sym_metavariable] = ACTIONS(2452), + [sym__raw_string_literal_start] = ACTIONS(2452), + [sym_float_literal] = ACTIONS(2452), }, [STATE(633)] = { [sym_line_comment] = STATE(633), [sym_block_comment] = STATE(633), - [ts_builtin_sym_end] = ACTIONS(2335), - [sym_identifier] = ACTIONS(2337), - [anon_sym_SEMI] = ACTIONS(2335), - [anon_sym_macro_rules_BANG] = ACTIONS(2335), - [anon_sym_LPAREN] = ACTIONS(2335), - [anon_sym_LBRACK] = ACTIONS(2335), - [anon_sym_LBRACE] = ACTIONS(2335), - [anon_sym_RBRACE] = ACTIONS(2335), - [anon_sym_STAR] = ACTIONS(2335), - [anon_sym_u8] = ACTIONS(2337), - [anon_sym_i8] = ACTIONS(2337), - [anon_sym_u16] = ACTIONS(2337), - [anon_sym_i16] = ACTIONS(2337), - [anon_sym_u32] = ACTIONS(2337), - [anon_sym_i32] = ACTIONS(2337), - [anon_sym_u64] = ACTIONS(2337), - [anon_sym_i64] = ACTIONS(2337), - [anon_sym_u128] = ACTIONS(2337), - [anon_sym_i128] = ACTIONS(2337), - [anon_sym_isize] = ACTIONS(2337), - [anon_sym_usize] = ACTIONS(2337), - [anon_sym_f32] = ACTIONS(2337), - [anon_sym_f64] = ACTIONS(2337), - [anon_sym_bool] = ACTIONS(2337), - [anon_sym_str] = ACTIONS(2337), - [anon_sym_char] = ACTIONS(2337), - [anon_sym_DASH] = ACTIONS(2335), - [anon_sym_BANG] = ACTIONS(2335), - [anon_sym_AMP] = ACTIONS(2335), - [anon_sym_PIPE] = ACTIONS(2335), - [anon_sym_LT] = ACTIONS(2335), - [anon_sym_DOT_DOT] = ACTIONS(2335), - [anon_sym_COLON_COLON] = ACTIONS(2335), - [anon_sym_POUND] = ACTIONS(2335), - [anon_sym_SQUOTE] = ACTIONS(2337), - [anon_sym_async] = ACTIONS(2337), - [anon_sym_break] = ACTIONS(2337), - [anon_sym_const] = ACTIONS(2337), - [anon_sym_continue] = ACTIONS(2337), - [anon_sym_default] = ACTIONS(2337), - [anon_sym_enum] = ACTIONS(2337), - [anon_sym_fn] = ACTIONS(2337), - [anon_sym_for] = ACTIONS(2337), - [anon_sym_gen] = ACTIONS(2337), - [anon_sym_if] = ACTIONS(2337), - [anon_sym_impl] = ACTIONS(2337), - [anon_sym_let] = ACTIONS(2337), - [anon_sym_loop] = ACTIONS(2337), - [anon_sym_match] = ACTIONS(2337), - [anon_sym_mod] = ACTIONS(2337), - [anon_sym_pub] = ACTIONS(2337), - [anon_sym_return] = ACTIONS(2337), - [anon_sym_static] = ACTIONS(2337), - [anon_sym_struct] = ACTIONS(2337), - [anon_sym_trait] = ACTIONS(2337), - [anon_sym_type] = ACTIONS(2337), - [anon_sym_union] = ACTIONS(2337), - [anon_sym_unsafe] = ACTIONS(2337), - [anon_sym_use] = ACTIONS(2337), - [anon_sym_while] = ACTIONS(2337), - [anon_sym_extern] = ACTIONS(2337), - [anon_sym_yield] = ACTIONS(2337), - [anon_sym_move] = ACTIONS(2337), - [anon_sym_try] = ACTIONS(2337), - [sym_integer_literal] = ACTIONS(2335), - [aux_sym_string_literal_token1] = ACTIONS(2335), - [sym_char_literal] = ACTIONS(2335), - [anon_sym_true] = ACTIONS(2337), - [anon_sym_false] = ACTIONS(2337), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2337), - [sym_super] = ACTIONS(2337), - [sym_crate] = ACTIONS(2337), - [sym_metavariable] = ACTIONS(2335), - [sym__raw_string_literal_start] = ACTIONS(2335), - [sym_float_literal] = ACTIONS(2335), + [ts_builtin_sym_end] = ACTIONS(2456), + [sym_identifier] = ACTIONS(2458), + [anon_sym_SEMI] = ACTIONS(2456), + [anon_sym_macro_rules_BANG] = ACTIONS(2456), + [anon_sym_LPAREN] = ACTIONS(2456), + [anon_sym_LBRACK] = ACTIONS(2456), + [anon_sym_LBRACE] = ACTIONS(2456), + [anon_sym_RBRACE] = ACTIONS(2456), + [anon_sym_STAR] = ACTIONS(2456), + [anon_sym_u8] = ACTIONS(2458), + [anon_sym_i8] = ACTIONS(2458), + [anon_sym_u16] = ACTIONS(2458), + [anon_sym_i16] = ACTIONS(2458), + [anon_sym_u32] = ACTIONS(2458), + [anon_sym_i32] = ACTIONS(2458), + [anon_sym_u64] = ACTIONS(2458), + [anon_sym_i64] = ACTIONS(2458), + [anon_sym_u128] = ACTIONS(2458), + [anon_sym_i128] = ACTIONS(2458), + [anon_sym_isize] = ACTIONS(2458), + [anon_sym_usize] = ACTIONS(2458), + [anon_sym_f32] = ACTIONS(2458), + [anon_sym_f64] = ACTIONS(2458), + [anon_sym_bool] = ACTIONS(2458), + [anon_sym_str] = ACTIONS(2458), + [anon_sym_char] = ACTIONS(2458), + [anon_sym_DASH] = ACTIONS(2456), + [anon_sym_BANG] = ACTIONS(2456), + [anon_sym_AMP] = ACTIONS(2456), + [anon_sym_PIPE] = ACTIONS(2456), + [anon_sym_LT] = ACTIONS(2456), + [anon_sym_DOT_DOT] = ACTIONS(2456), + [anon_sym_COLON_COLON] = ACTIONS(2456), + [anon_sym_POUND] = ACTIONS(2456), + [anon_sym_SQUOTE] = ACTIONS(2458), + [anon_sym_async] = ACTIONS(2458), + [anon_sym_break] = ACTIONS(2458), + [anon_sym_const] = ACTIONS(2458), + [anon_sym_continue] = ACTIONS(2458), + [anon_sym_default] = ACTIONS(2458), + [anon_sym_enum] = ACTIONS(2458), + [anon_sym_fn] = ACTIONS(2458), + [anon_sym_for] = ACTIONS(2458), + [anon_sym_gen] = ACTIONS(2458), + [anon_sym_if] = ACTIONS(2458), + [anon_sym_impl] = ACTIONS(2458), + [anon_sym_let] = ACTIONS(2458), + [anon_sym_loop] = ACTIONS(2458), + [anon_sym_match] = ACTIONS(2458), + [anon_sym_mod] = ACTIONS(2458), + [anon_sym_pub] = ACTIONS(2458), + [anon_sym_return] = ACTIONS(2458), + [anon_sym_static] = ACTIONS(2458), + [anon_sym_struct] = ACTIONS(2458), + [anon_sym_trait] = ACTIONS(2458), + [anon_sym_type] = ACTIONS(2458), + [anon_sym_union] = ACTIONS(2458), + [anon_sym_unsafe] = ACTIONS(2458), + [anon_sym_use] = ACTIONS(2458), + [anon_sym_while] = ACTIONS(2458), + [anon_sym_extern] = ACTIONS(2458), + [anon_sym_yield] = ACTIONS(2458), + [anon_sym_move] = ACTIONS(2458), + [anon_sym_try] = ACTIONS(2458), + [sym_integer_literal] = ACTIONS(2456), + [aux_sym_string_literal_token1] = ACTIONS(2456), + [sym_char_literal] = ACTIONS(2456), + [anon_sym_true] = ACTIONS(2458), + [anon_sym_false] = ACTIONS(2458), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2458), + [sym_super] = ACTIONS(2458), + [sym_crate] = ACTIONS(2458), + [sym_metavariable] = ACTIONS(2456), + [sym__raw_string_literal_start] = ACTIONS(2456), + [sym_float_literal] = ACTIONS(2456), }, [STATE(634)] = { [sym_line_comment] = STATE(634), [sym_block_comment] = STATE(634), - [ts_builtin_sym_end] = ACTIONS(2339), - [sym_identifier] = ACTIONS(2341), - [anon_sym_SEMI] = ACTIONS(2339), - [anon_sym_macro_rules_BANG] = ACTIONS(2339), - [anon_sym_LPAREN] = ACTIONS(2339), - [anon_sym_LBRACK] = ACTIONS(2339), - [anon_sym_LBRACE] = ACTIONS(2339), - [anon_sym_RBRACE] = ACTIONS(2339), - [anon_sym_STAR] = ACTIONS(2339), - [anon_sym_u8] = ACTIONS(2341), - [anon_sym_i8] = ACTIONS(2341), - [anon_sym_u16] = ACTIONS(2341), - [anon_sym_i16] = ACTIONS(2341), - [anon_sym_u32] = ACTIONS(2341), - [anon_sym_i32] = ACTIONS(2341), - [anon_sym_u64] = ACTIONS(2341), - [anon_sym_i64] = ACTIONS(2341), - [anon_sym_u128] = ACTIONS(2341), - [anon_sym_i128] = ACTIONS(2341), - [anon_sym_isize] = ACTIONS(2341), - [anon_sym_usize] = ACTIONS(2341), - [anon_sym_f32] = ACTIONS(2341), - [anon_sym_f64] = ACTIONS(2341), - [anon_sym_bool] = ACTIONS(2341), - [anon_sym_str] = ACTIONS(2341), - [anon_sym_char] = ACTIONS(2341), - [anon_sym_DASH] = ACTIONS(2339), - [anon_sym_BANG] = ACTIONS(2339), - [anon_sym_AMP] = ACTIONS(2339), - [anon_sym_PIPE] = ACTIONS(2339), - [anon_sym_LT] = ACTIONS(2339), - [anon_sym_DOT_DOT] = ACTIONS(2339), - [anon_sym_COLON_COLON] = ACTIONS(2339), - [anon_sym_POUND] = ACTIONS(2339), - [anon_sym_SQUOTE] = ACTIONS(2341), - [anon_sym_async] = ACTIONS(2341), - [anon_sym_break] = ACTIONS(2341), - [anon_sym_const] = ACTIONS(2341), - [anon_sym_continue] = ACTIONS(2341), - [anon_sym_default] = ACTIONS(2341), - [anon_sym_enum] = ACTIONS(2341), - [anon_sym_fn] = ACTIONS(2341), - [anon_sym_for] = ACTIONS(2341), - [anon_sym_gen] = ACTIONS(2341), - [anon_sym_if] = ACTIONS(2341), - [anon_sym_impl] = ACTIONS(2341), - [anon_sym_let] = ACTIONS(2341), - [anon_sym_loop] = ACTIONS(2341), - [anon_sym_match] = ACTIONS(2341), - [anon_sym_mod] = ACTIONS(2341), - [anon_sym_pub] = ACTIONS(2341), - [anon_sym_return] = ACTIONS(2341), - [anon_sym_static] = ACTIONS(2341), - [anon_sym_struct] = ACTIONS(2341), - [anon_sym_trait] = ACTIONS(2341), - [anon_sym_type] = ACTIONS(2341), - [anon_sym_union] = ACTIONS(2341), - [anon_sym_unsafe] = ACTIONS(2341), - [anon_sym_use] = ACTIONS(2341), - [anon_sym_while] = ACTIONS(2341), - [anon_sym_extern] = ACTIONS(2341), - [anon_sym_yield] = ACTIONS(2341), - [anon_sym_move] = ACTIONS(2341), - [anon_sym_try] = ACTIONS(2341), - [sym_integer_literal] = ACTIONS(2339), - [aux_sym_string_literal_token1] = ACTIONS(2339), - [sym_char_literal] = ACTIONS(2339), - [anon_sym_true] = ACTIONS(2341), - [anon_sym_false] = ACTIONS(2341), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2341), - [sym_super] = ACTIONS(2341), - [sym_crate] = ACTIONS(2341), - [sym_metavariable] = ACTIONS(2339), - [sym__raw_string_literal_start] = ACTIONS(2339), - [sym_float_literal] = ACTIONS(2339), + [ts_builtin_sym_end] = ACTIONS(2460), + [sym_identifier] = ACTIONS(2462), + [anon_sym_SEMI] = ACTIONS(2460), + [anon_sym_macro_rules_BANG] = ACTIONS(2460), + [anon_sym_LPAREN] = ACTIONS(2460), + [anon_sym_LBRACK] = ACTIONS(2460), + [anon_sym_LBRACE] = ACTIONS(2460), + [anon_sym_RBRACE] = ACTIONS(2460), + [anon_sym_STAR] = ACTIONS(2460), + [anon_sym_u8] = ACTIONS(2462), + [anon_sym_i8] = ACTIONS(2462), + [anon_sym_u16] = ACTIONS(2462), + [anon_sym_i16] = ACTIONS(2462), + [anon_sym_u32] = ACTIONS(2462), + [anon_sym_i32] = ACTIONS(2462), + [anon_sym_u64] = ACTIONS(2462), + [anon_sym_i64] = ACTIONS(2462), + [anon_sym_u128] = ACTIONS(2462), + [anon_sym_i128] = ACTIONS(2462), + [anon_sym_isize] = ACTIONS(2462), + [anon_sym_usize] = ACTIONS(2462), + [anon_sym_f32] = ACTIONS(2462), + [anon_sym_f64] = ACTIONS(2462), + [anon_sym_bool] = ACTIONS(2462), + [anon_sym_str] = ACTIONS(2462), + [anon_sym_char] = ACTIONS(2462), + [anon_sym_DASH] = ACTIONS(2460), + [anon_sym_BANG] = ACTIONS(2460), + [anon_sym_AMP] = ACTIONS(2460), + [anon_sym_PIPE] = ACTIONS(2460), + [anon_sym_LT] = ACTIONS(2460), + [anon_sym_DOT_DOT] = ACTIONS(2460), + [anon_sym_COLON_COLON] = ACTIONS(2460), + [anon_sym_POUND] = ACTIONS(2460), + [anon_sym_SQUOTE] = ACTIONS(2462), + [anon_sym_async] = ACTIONS(2462), + [anon_sym_break] = ACTIONS(2462), + [anon_sym_const] = ACTIONS(2462), + [anon_sym_continue] = ACTIONS(2462), + [anon_sym_default] = ACTIONS(2462), + [anon_sym_enum] = ACTIONS(2462), + [anon_sym_fn] = ACTIONS(2462), + [anon_sym_for] = ACTIONS(2462), + [anon_sym_gen] = ACTIONS(2462), + [anon_sym_if] = ACTIONS(2462), + [anon_sym_impl] = ACTIONS(2462), + [anon_sym_let] = ACTIONS(2462), + [anon_sym_loop] = ACTIONS(2462), + [anon_sym_match] = ACTIONS(2462), + [anon_sym_mod] = ACTIONS(2462), + [anon_sym_pub] = ACTIONS(2462), + [anon_sym_return] = ACTIONS(2462), + [anon_sym_static] = ACTIONS(2462), + [anon_sym_struct] = ACTIONS(2462), + [anon_sym_trait] = ACTIONS(2462), + [anon_sym_type] = ACTIONS(2462), + [anon_sym_union] = ACTIONS(2462), + [anon_sym_unsafe] = ACTIONS(2462), + [anon_sym_use] = ACTIONS(2462), + [anon_sym_while] = ACTIONS(2462), + [anon_sym_extern] = ACTIONS(2462), + [anon_sym_yield] = ACTIONS(2462), + [anon_sym_move] = ACTIONS(2462), + [anon_sym_try] = ACTIONS(2462), + [sym_integer_literal] = ACTIONS(2460), + [aux_sym_string_literal_token1] = ACTIONS(2460), + [sym_char_literal] = ACTIONS(2460), + [anon_sym_true] = ACTIONS(2462), + [anon_sym_false] = ACTIONS(2462), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2462), + [sym_super] = ACTIONS(2462), + [sym_crate] = ACTIONS(2462), + [sym_metavariable] = ACTIONS(2460), + [sym__raw_string_literal_start] = ACTIONS(2460), + [sym_float_literal] = ACTIONS(2460), }, [STATE(635)] = { [sym_line_comment] = STATE(635), [sym_block_comment] = STATE(635), - [ts_builtin_sym_end] = ACTIONS(2343), - [sym_identifier] = ACTIONS(2345), - [anon_sym_SEMI] = ACTIONS(2343), - [anon_sym_macro_rules_BANG] = ACTIONS(2343), - [anon_sym_LPAREN] = ACTIONS(2343), - [anon_sym_LBRACK] = ACTIONS(2343), - [anon_sym_LBRACE] = ACTIONS(2343), - [anon_sym_RBRACE] = ACTIONS(2343), - [anon_sym_STAR] = ACTIONS(2343), - [anon_sym_u8] = ACTIONS(2345), - [anon_sym_i8] = ACTIONS(2345), - [anon_sym_u16] = ACTIONS(2345), - [anon_sym_i16] = ACTIONS(2345), - [anon_sym_u32] = ACTIONS(2345), - [anon_sym_i32] = ACTIONS(2345), - [anon_sym_u64] = ACTIONS(2345), - [anon_sym_i64] = ACTIONS(2345), - [anon_sym_u128] = ACTIONS(2345), - [anon_sym_i128] = ACTIONS(2345), - [anon_sym_isize] = ACTIONS(2345), - [anon_sym_usize] = ACTIONS(2345), - [anon_sym_f32] = ACTIONS(2345), - [anon_sym_f64] = ACTIONS(2345), - [anon_sym_bool] = ACTIONS(2345), - [anon_sym_str] = ACTIONS(2345), - [anon_sym_char] = ACTIONS(2345), - [anon_sym_DASH] = ACTIONS(2343), - [anon_sym_BANG] = ACTIONS(2343), - [anon_sym_AMP] = ACTIONS(2343), - [anon_sym_PIPE] = ACTIONS(2343), - [anon_sym_LT] = ACTIONS(2343), - [anon_sym_DOT_DOT] = ACTIONS(2343), - [anon_sym_COLON_COLON] = ACTIONS(2343), - [anon_sym_POUND] = ACTIONS(2343), - [anon_sym_SQUOTE] = ACTIONS(2345), - [anon_sym_async] = ACTIONS(2345), - [anon_sym_break] = ACTIONS(2345), - [anon_sym_const] = ACTIONS(2345), - [anon_sym_continue] = ACTIONS(2345), - [anon_sym_default] = ACTIONS(2345), - [anon_sym_enum] = ACTIONS(2345), - [anon_sym_fn] = ACTIONS(2345), - [anon_sym_for] = ACTIONS(2345), - [anon_sym_gen] = ACTIONS(2345), - [anon_sym_if] = ACTIONS(2345), - [anon_sym_impl] = ACTIONS(2345), - [anon_sym_let] = ACTIONS(2345), - [anon_sym_loop] = ACTIONS(2345), - [anon_sym_match] = ACTIONS(2345), - [anon_sym_mod] = ACTIONS(2345), - [anon_sym_pub] = ACTIONS(2345), - [anon_sym_return] = ACTIONS(2345), - [anon_sym_static] = ACTIONS(2345), - [anon_sym_struct] = ACTIONS(2345), - [anon_sym_trait] = ACTIONS(2345), - [anon_sym_type] = ACTIONS(2345), - [anon_sym_union] = ACTIONS(2345), - [anon_sym_unsafe] = ACTIONS(2345), - [anon_sym_use] = ACTIONS(2345), - [anon_sym_while] = ACTIONS(2345), - [anon_sym_extern] = ACTIONS(2345), - [anon_sym_yield] = ACTIONS(2345), - [anon_sym_move] = ACTIONS(2345), - [anon_sym_try] = ACTIONS(2345), - [sym_integer_literal] = ACTIONS(2343), - [aux_sym_string_literal_token1] = ACTIONS(2343), - [sym_char_literal] = ACTIONS(2343), - [anon_sym_true] = ACTIONS(2345), - [anon_sym_false] = ACTIONS(2345), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2345), - [sym_super] = ACTIONS(2345), - [sym_crate] = ACTIONS(2345), - [sym_metavariable] = ACTIONS(2343), - [sym__raw_string_literal_start] = ACTIONS(2343), - [sym_float_literal] = ACTIONS(2343), + [ts_builtin_sym_end] = ACTIONS(2464), + [sym_identifier] = ACTIONS(2466), + [anon_sym_SEMI] = ACTIONS(2464), + [anon_sym_macro_rules_BANG] = ACTIONS(2464), + [anon_sym_LPAREN] = ACTIONS(2464), + [anon_sym_LBRACK] = ACTIONS(2464), + [anon_sym_LBRACE] = ACTIONS(2464), + [anon_sym_RBRACE] = ACTIONS(2464), + [anon_sym_STAR] = ACTIONS(2464), + [anon_sym_u8] = ACTIONS(2466), + [anon_sym_i8] = ACTIONS(2466), + [anon_sym_u16] = ACTIONS(2466), + [anon_sym_i16] = ACTIONS(2466), + [anon_sym_u32] = ACTIONS(2466), + [anon_sym_i32] = ACTIONS(2466), + [anon_sym_u64] = ACTIONS(2466), + [anon_sym_i64] = ACTIONS(2466), + [anon_sym_u128] = ACTIONS(2466), + [anon_sym_i128] = ACTIONS(2466), + [anon_sym_isize] = ACTIONS(2466), + [anon_sym_usize] = ACTIONS(2466), + [anon_sym_f32] = ACTIONS(2466), + [anon_sym_f64] = ACTIONS(2466), + [anon_sym_bool] = ACTIONS(2466), + [anon_sym_str] = ACTIONS(2466), + [anon_sym_char] = ACTIONS(2466), + [anon_sym_DASH] = ACTIONS(2464), + [anon_sym_BANG] = ACTIONS(2464), + [anon_sym_AMP] = ACTIONS(2464), + [anon_sym_PIPE] = ACTIONS(2464), + [anon_sym_LT] = ACTIONS(2464), + [anon_sym_DOT_DOT] = ACTIONS(2464), + [anon_sym_COLON_COLON] = ACTIONS(2464), + [anon_sym_POUND] = ACTIONS(2464), + [anon_sym_SQUOTE] = ACTIONS(2466), + [anon_sym_async] = ACTIONS(2466), + [anon_sym_break] = ACTIONS(2466), + [anon_sym_const] = ACTIONS(2466), + [anon_sym_continue] = ACTIONS(2466), + [anon_sym_default] = ACTIONS(2466), + [anon_sym_enum] = ACTIONS(2466), + [anon_sym_fn] = ACTIONS(2466), + [anon_sym_for] = ACTIONS(2466), + [anon_sym_gen] = ACTIONS(2466), + [anon_sym_if] = ACTIONS(2466), + [anon_sym_impl] = ACTIONS(2466), + [anon_sym_let] = ACTIONS(2466), + [anon_sym_loop] = ACTIONS(2466), + [anon_sym_match] = ACTIONS(2466), + [anon_sym_mod] = ACTIONS(2466), + [anon_sym_pub] = ACTIONS(2466), + [anon_sym_return] = ACTIONS(2466), + [anon_sym_static] = ACTIONS(2466), + [anon_sym_struct] = ACTIONS(2466), + [anon_sym_trait] = ACTIONS(2466), + [anon_sym_type] = ACTIONS(2466), + [anon_sym_union] = ACTIONS(2466), + [anon_sym_unsafe] = ACTIONS(2466), + [anon_sym_use] = ACTIONS(2466), + [anon_sym_while] = ACTIONS(2466), + [anon_sym_extern] = ACTIONS(2466), + [anon_sym_yield] = ACTIONS(2466), + [anon_sym_move] = ACTIONS(2466), + [anon_sym_try] = ACTIONS(2466), + [sym_integer_literal] = ACTIONS(2464), + [aux_sym_string_literal_token1] = ACTIONS(2464), + [sym_char_literal] = ACTIONS(2464), + [anon_sym_true] = ACTIONS(2466), + [anon_sym_false] = ACTIONS(2466), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2466), + [sym_super] = ACTIONS(2466), + [sym_crate] = ACTIONS(2466), + [sym_metavariable] = ACTIONS(2464), + [sym__raw_string_literal_start] = ACTIONS(2464), + [sym_float_literal] = ACTIONS(2464), }, [STATE(636)] = { [sym_line_comment] = STATE(636), [sym_block_comment] = STATE(636), - [ts_builtin_sym_end] = ACTIONS(2347), - [sym_identifier] = ACTIONS(2349), - [anon_sym_SEMI] = ACTIONS(2347), - [anon_sym_macro_rules_BANG] = ACTIONS(2347), - [anon_sym_LPAREN] = ACTIONS(2347), - [anon_sym_LBRACK] = ACTIONS(2347), - [anon_sym_LBRACE] = ACTIONS(2347), - [anon_sym_RBRACE] = ACTIONS(2347), - [anon_sym_STAR] = ACTIONS(2347), - [anon_sym_u8] = ACTIONS(2349), - [anon_sym_i8] = ACTIONS(2349), - [anon_sym_u16] = ACTIONS(2349), - [anon_sym_i16] = ACTIONS(2349), - [anon_sym_u32] = ACTIONS(2349), - [anon_sym_i32] = ACTIONS(2349), - [anon_sym_u64] = ACTIONS(2349), - [anon_sym_i64] = ACTIONS(2349), - [anon_sym_u128] = ACTIONS(2349), - [anon_sym_i128] = ACTIONS(2349), - [anon_sym_isize] = ACTIONS(2349), - [anon_sym_usize] = ACTIONS(2349), - [anon_sym_f32] = ACTIONS(2349), - [anon_sym_f64] = ACTIONS(2349), - [anon_sym_bool] = ACTIONS(2349), - [anon_sym_str] = ACTIONS(2349), - [anon_sym_char] = ACTIONS(2349), - [anon_sym_DASH] = ACTIONS(2347), - [anon_sym_BANG] = ACTIONS(2347), - [anon_sym_AMP] = ACTIONS(2347), - [anon_sym_PIPE] = ACTIONS(2347), - [anon_sym_LT] = ACTIONS(2347), - [anon_sym_DOT_DOT] = ACTIONS(2347), - [anon_sym_COLON_COLON] = ACTIONS(2347), - [anon_sym_POUND] = ACTIONS(2347), - [anon_sym_SQUOTE] = ACTIONS(2349), - [anon_sym_async] = ACTIONS(2349), - [anon_sym_break] = ACTIONS(2349), - [anon_sym_const] = ACTIONS(2349), - [anon_sym_continue] = ACTIONS(2349), - [anon_sym_default] = ACTIONS(2349), - [anon_sym_enum] = ACTIONS(2349), - [anon_sym_fn] = ACTIONS(2349), - [anon_sym_for] = ACTIONS(2349), - [anon_sym_gen] = ACTIONS(2349), - [anon_sym_if] = ACTIONS(2349), - [anon_sym_impl] = ACTIONS(2349), - [anon_sym_let] = ACTIONS(2349), - [anon_sym_loop] = ACTIONS(2349), - [anon_sym_match] = ACTIONS(2349), - [anon_sym_mod] = ACTIONS(2349), - [anon_sym_pub] = ACTIONS(2349), - [anon_sym_return] = ACTIONS(2349), - [anon_sym_static] = ACTIONS(2349), - [anon_sym_struct] = ACTIONS(2349), - [anon_sym_trait] = ACTIONS(2349), - [anon_sym_type] = ACTIONS(2349), - [anon_sym_union] = ACTIONS(2349), - [anon_sym_unsafe] = ACTIONS(2349), - [anon_sym_use] = ACTIONS(2349), - [anon_sym_while] = ACTIONS(2349), - [anon_sym_extern] = ACTIONS(2349), - [anon_sym_yield] = ACTIONS(2349), - [anon_sym_move] = ACTIONS(2349), - [anon_sym_try] = ACTIONS(2349), - [sym_integer_literal] = ACTIONS(2347), - [aux_sym_string_literal_token1] = ACTIONS(2347), - [sym_char_literal] = ACTIONS(2347), - [anon_sym_true] = ACTIONS(2349), - [anon_sym_false] = ACTIONS(2349), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2349), - [sym_super] = ACTIONS(2349), - [sym_crate] = ACTIONS(2349), - [sym_metavariable] = ACTIONS(2347), - [sym__raw_string_literal_start] = ACTIONS(2347), - [sym_float_literal] = ACTIONS(2347), + [ts_builtin_sym_end] = ACTIONS(2468), + [sym_identifier] = ACTIONS(2470), + [anon_sym_SEMI] = ACTIONS(2468), + [anon_sym_macro_rules_BANG] = ACTIONS(2468), + [anon_sym_LPAREN] = ACTIONS(2468), + [anon_sym_LBRACK] = ACTIONS(2468), + [anon_sym_LBRACE] = ACTIONS(2468), + [anon_sym_RBRACE] = ACTIONS(2468), + [anon_sym_STAR] = ACTIONS(2468), + [anon_sym_u8] = ACTIONS(2470), + [anon_sym_i8] = ACTIONS(2470), + [anon_sym_u16] = ACTIONS(2470), + [anon_sym_i16] = ACTIONS(2470), + [anon_sym_u32] = ACTIONS(2470), + [anon_sym_i32] = ACTIONS(2470), + [anon_sym_u64] = ACTIONS(2470), + [anon_sym_i64] = ACTIONS(2470), + [anon_sym_u128] = ACTIONS(2470), + [anon_sym_i128] = ACTIONS(2470), + [anon_sym_isize] = ACTIONS(2470), + [anon_sym_usize] = ACTIONS(2470), + [anon_sym_f32] = ACTIONS(2470), + [anon_sym_f64] = ACTIONS(2470), + [anon_sym_bool] = ACTIONS(2470), + [anon_sym_str] = ACTIONS(2470), + [anon_sym_char] = ACTIONS(2470), + [anon_sym_DASH] = ACTIONS(2468), + [anon_sym_BANG] = ACTIONS(2468), + [anon_sym_AMP] = ACTIONS(2468), + [anon_sym_PIPE] = ACTIONS(2468), + [anon_sym_LT] = ACTIONS(2468), + [anon_sym_DOT_DOT] = ACTIONS(2468), + [anon_sym_COLON_COLON] = ACTIONS(2468), + [anon_sym_POUND] = ACTIONS(2468), + [anon_sym_SQUOTE] = ACTIONS(2470), + [anon_sym_async] = ACTIONS(2470), + [anon_sym_break] = ACTIONS(2470), + [anon_sym_const] = ACTIONS(2470), + [anon_sym_continue] = ACTIONS(2470), + [anon_sym_default] = ACTIONS(2470), + [anon_sym_enum] = ACTIONS(2470), + [anon_sym_fn] = ACTIONS(2470), + [anon_sym_for] = ACTIONS(2470), + [anon_sym_gen] = ACTIONS(2470), + [anon_sym_if] = ACTIONS(2470), + [anon_sym_impl] = ACTIONS(2470), + [anon_sym_let] = ACTIONS(2470), + [anon_sym_loop] = ACTIONS(2470), + [anon_sym_match] = ACTIONS(2470), + [anon_sym_mod] = ACTIONS(2470), + [anon_sym_pub] = ACTIONS(2470), + [anon_sym_return] = ACTIONS(2470), + [anon_sym_static] = ACTIONS(2470), + [anon_sym_struct] = ACTIONS(2470), + [anon_sym_trait] = ACTIONS(2470), + [anon_sym_type] = ACTIONS(2470), + [anon_sym_union] = ACTIONS(2470), + [anon_sym_unsafe] = ACTIONS(2470), + [anon_sym_use] = ACTIONS(2470), + [anon_sym_while] = ACTIONS(2470), + [anon_sym_extern] = ACTIONS(2470), + [anon_sym_yield] = ACTIONS(2470), + [anon_sym_move] = ACTIONS(2470), + [anon_sym_try] = ACTIONS(2470), + [sym_integer_literal] = ACTIONS(2468), + [aux_sym_string_literal_token1] = ACTIONS(2468), + [sym_char_literal] = ACTIONS(2468), + [anon_sym_true] = ACTIONS(2470), + [anon_sym_false] = ACTIONS(2470), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2470), + [sym_super] = ACTIONS(2470), + [sym_crate] = ACTIONS(2470), + [sym_metavariable] = ACTIONS(2468), + [sym__raw_string_literal_start] = ACTIONS(2468), + [sym_float_literal] = ACTIONS(2468), }, [STATE(637)] = { [sym_line_comment] = STATE(637), [sym_block_comment] = STATE(637), - [ts_builtin_sym_end] = ACTIONS(2351), - [sym_identifier] = ACTIONS(2353), - [anon_sym_SEMI] = ACTIONS(2351), - [anon_sym_macro_rules_BANG] = ACTIONS(2351), - [anon_sym_LPAREN] = ACTIONS(2351), - [anon_sym_LBRACK] = ACTIONS(2351), - [anon_sym_LBRACE] = ACTIONS(2351), - [anon_sym_RBRACE] = ACTIONS(2351), - [anon_sym_STAR] = ACTIONS(2351), - [anon_sym_u8] = ACTIONS(2353), - [anon_sym_i8] = ACTIONS(2353), - [anon_sym_u16] = ACTIONS(2353), - [anon_sym_i16] = ACTIONS(2353), - [anon_sym_u32] = ACTIONS(2353), - [anon_sym_i32] = ACTIONS(2353), - [anon_sym_u64] = ACTIONS(2353), - [anon_sym_i64] = ACTIONS(2353), - [anon_sym_u128] = ACTIONS(2353), - [anon_sym_i128] = ACTIONS(2353), - [anon_sym_isize] = ACTIONS(2353), - [anon_sym_usize] = ACTIONS(2353), - [anon_sym_f32] = ACTIONS(2353), - [anon_sym_f64] = ACTIONS(2353), - [anon_sym_bool] = ACTIONS(2353), - [anon_sym_str] = ACTIONS(2353), - [anon_sym_char] = ACTIONS(2353), - [anon_sym_DASH] = ACTIONS(2351), - [anon_sym_BANG] = ACTIONS(2351), - [anon_sym_AMP] = ACTIONS(2351), - [anon_sym_PIPE] = ACTIONS(2351), - [anon_sym_LT] = ACTIONS(2351), - [anon_sym_DOT_DOT] = ACTIONS(2351), - [anon_sym_COLON_COLON] = ACTIONS(2351), - [anon_sym_POUND] = ACTIONS(2351), - [anon_sym_SQUOTE] = ACTIONS(2353), - [anon_sym_async] = ACTIONS(2353), - [anon_sym_break] = ACTIONS(2353), - [anon_sym_const] = ACTIONS(2353), - [anon_sym_continue] = ACTIONS(2353), - [anon_sym_default] = ACTIONS(2353), - [anon_sym_enum] = ACTIONS(2353), - [anon_sym_fn] = ACTIONS(2353), - [anon_sym_for] = ACTIONS(2353), - [anon_sym_gen] = ACTIONS(2353), - [anon_sym_if] = ACTIONS(2353), - [anon_sym_impl] = ACTIONS(2353), - [anon_sym_let] = ACTIONS(2353), - [anon_sym_loop] = ACTIONS(2353), - [anon_sym_match] = ACTIONS(2353), - [anon_sym_mod] = ACTIONS(2353), - [anon_sym_pub] = ACTIONS(2353), - [anon_sym_return] = ACTIONS(2353), - [anon_sym_static] = ACTIONS(2353), - [anon_sym_struct] = ACTIONS(2353), - [anon_sym_trait] = ACTIONS(2353), - [anon_sym_type] = ACTIONS(2353), - [anon_sym_union] = ACTIONS(2353), - [anon_sym_unsafe] = ACTIONS(2353), - [anon_sym_use] = ACTIONS(2353), - [anon_sym_while] = ACTIONS(2353), - [anon_sym_extern] = ACTIONS(2353), - [anon_sym_yield] = ACTIONS(2353), - [anon_sym_move] = ACTIONS(2353), - [anon_sym_try] = ACTIONS(2353), - [sym_integer_literal] = ACTIONS(2351), - [aux_sym_string_literal_token1] = ACTIONS(2351), - [sym_char_literal] = ACTIONS(2351), - [anon_sym_true] = ACTIONS(2353), - [anon_sym_false] = ACTIONS(2353), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2353), - [sym_super] = ACTIONS(2353), - [sym_crate] = ACTIONS(2353), - [sym_metavariable] = ACTIONS(2351), - [sym__raw_string_literal_start] = ACTIONS(2351), - [sym_float_literal] = ACTIONS(2351), + [ts_builtin_sym_end] = ACTIONS(2472), + [sym_identifier] = ACTIONS(2474), + [anon_sym_SEMI] = ACTIONS(2472), + [anon_sym_macro_rules_BANG] = ACTIONS(2472), + [anon_sym_LPAREN] = ACTIONS(2472), + [anon_sym_LBRACK] = ACTIONS(2472), + [anon_sym_LBRACE] = ACTIONS(2472), + [anon_sym_RBRACE] = ACTIONS(2472), + [anon_sym_STAR] = ACTIONS(2472), + [anon_sym_u8] = ACTIONS(2474), + [anon_sym_i8] = ACTIONS(2474), + [anon_sym_u16] = ACTIONS(2474), + [anon_sym_i16] = ACTIONS(2474), + [anon_sym_u32] = ACTIONS(2474), + [anon_sym_i32] = ACTIONS(2474), + [anon_sym_u64] = ACTIONS(2474), + [anon_sym_i64] = ACTIONS(2474), + [anon_sym_u128] = ACTIONS(2474), + [anon_sym_i128] = ACTIONS(2474), + [anon_sym_isize] = ACTIONS(2474), + [anon_sym_usize] = ACTIONS(2474), + [anon_sym_f32] = ACTIONS(2474), + [anon_sym_f64] = ACTIONS(2474), + [anon_sym_bool] = ACTIONS(2474), + [anon_sym_str] = ACTIONS(2474), + [anon_sym_char] = ACTIONS(2474), + [anon_sym_DASH] = ACTIONS(2472), + [anon_sym_BANG] = ACTIONS(2472), + [anon_sym_AMP] = ACTIONS(2472), + [anon_sym_PIPE] = ACTIONS(2472), + [anon_sym_LT] = ACTIONS(2472), + [anon_sym_DOT_DOT] = ACTIONS(2472), + [anon_sym_COLON_COLON] = ACTIONS(2472), + [anon_sym_POUND] = ACTIONS(2472), + [anon_sym_SQUOTE] = ACTIONS(2474), + [anon_sym_async] = ACTIONS(2474), + [anon_sym_break] = ACTIONS(2474), + [anon_sym_const] = ACTIONS(2474), + [anon_sym_continue] = ACTIONS(2474), + [anon_sym_default] = ACTIONS(2474), + [anon_sym_enum] = ACTIONS(2474), + [anon_sym_fn] = ACTIONS(2474), + [anon_sym_for] = ACTIONS(2474), + [anon_sym_gen] = ACTIONS(2474), + [anon_sym_if] = ACTIONS(2474), + [anon_sym_impl] = ACTIONS(2474), + [anon_sym_let] = ACTIONS(2474), + [anon_sym_loop] = ACTIONS(2474), + [anon_sym_match] = ACTIONS(2474), + [anon_sym_mod] = ACTIONS(2474), + [anon_sym_pub] = ACTIONS(2474), + [anon_sym_return] = ACTIONS(2474), + [anon_sym_static] = ACTIONS(2474), + [anon_sym_struct] = ACTIONS(2474), + [anon_sym_trait] = ACTIONS(2474), + [anon_sym_type] = ACTIONS(2474), + [anon_sym_union] = ACTIONS(2474), + [anon_sym_unsafe] = ACTIONS(2474), + [anon_sym_use] = ACTIONS(2474), + [anon_sym_while] = ACTIONS(2474), + [anon_sym_extern] = ACTIONS(2474), + [anon_sym_yield] = ACTIONS(2474), + [anon_sym_move] = ACTIONS(2474), + [anon_sym_try] = ACTIONS(2474), + [sym_integer_literal] = ACTIONS(2472), + [aux_sym_string_literal_token1] = ACTIONS(2472), + [sym_char_literal] = ACTIONS(2472), + [anon_sym_true] = ACTIONS(2474), + [anon_sym_false] = ACTIONS(2474), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2474), + [sym_super] = ACTIONS(2474), + [sym_crate] = ACTIONS(2474), + [sym_metavariable] = ACTIONS(2472), + [sym__raw_string_literal_start] = ACTIONS(2472), + [sym_float_literal] = ACTIONS(2472), }, [STATE(638)] = { [sym_line_comment] = STATE(638), [sym_block_comment] = STATE(638), - [ts_builtin_sym_end] = ACTIONS(2355), - [sym_identifier] = ACTIONS(2357), - [anon_sym_SEMI] = ACTIONS(2355), - [anon_sym_macro_rules_BANG] = ACTIONS(2355), - [anon_sym_LPAREN] = ACTIONS(2355), - [anon_sym_LBRACK] = ACTIONS(2355), - [anon_sym_LBRACE] = ACTIONS(2355), - [anon_sym_RBRACE] = ACTIONS(2355), - [anon_sym_STAR] = ACTIONS(2355), - [anon_sym_u8] = ACTIONS(2357), - [anon_sym_i8] = ACTIONS(2357), - [anon_sym_u16] = ACTIONS(2357), - [anon_sym_i16] = ACTIONS(2357), - [anon_sym_u32] = ACTIONS(2357), - [anon_sym_i32] = ACTIONS(2357), - [anon_sym_u64] = ACTIONS(2357), - [anon_sym_i64] = ACTIONS(2357), - [anon_sym_u128] = ACTIONS(2357), - [anon_sym_i128] = ACTIONS(2357), - [anon_sym_isize] = ACTIONS(2357), - [anon_sym_usize] = ACTIONS(2357), - [anon_sym_f32] = ACTIONS(2357), - [anon_sym_f64] = ACTIONS(2357), - [anon_sym_bool] = ACTIONS(2357), - [anon_sym_str] = ACTIONS(2357), - [anon_sym_char] = ACTIONS(2357), - [anon_sym_DASH] = ACTIONS(2355), - [anon_sym_BANG] = ACTIONS(2355), - [anon_sym_AMP] = ACTIONS(2355), - [anon_sym_PIPE] = ACTIONS(2355), - [anon_sym_LT] = ACTIONS(2355), - [anon_sym_DOT_DOT] = ACTIONS(2355), - [anon_sym_COLON_COLON] = ACTIONS(2355), - [anon_sym_POUND] = ACTIONS(2355), - [anon_sym_SQUOTE] = ACTIONS(2357), - [anon_sym_async] = ACTIONS(2357), - [anon_sym_break] = ACTIONS(2357), - [anon_sym_const] = ACTIONS(2357), - [anon_sym_continue] = ACTIONS(2357), - [anon_sym_default] = ACTIONS(2357), - [anon_sym_enum] = ACTIONS(2357), - [anon_sym_fn] = ACTIONS(2357), - [anon_sym_for] = ACTIONS(2357), - [anon_sym_gen] = ACTIONS(2357), - [anon_sym_if] = ACTIONS(2357), - [anon_sym_impl] = ACTIONS(2357), - [anon_sym_let] = ACTIONS(2357), - [anon_sym_loop] = ACTIONS(2357), - [anon_sym_match] = ACTIONS(2357), - [anon_sym_mod] = ACTIONS(2357), - [anon_sym_pub] = ACTIONS(2357), - [anon_sym_return] = ACTIONS(2357), - [anon_sym_static] = ACTIONS(2357), - [anon_sym_struct] = ACTIONS(2357), - [anon_sym_trait] = ACTIONS(2357), - [anon_sym_type] = ACTIONS(2357), - [anon_sym_union] = ACTIONS(2357), - [anon_sym_unsafe] = ACTIONS(2357), - [anon_sym_use] = ACTIONS(2357), - [anon_sym_while] = ACTIONS(2357), - [anon_sym_extern] = ACTIONS(2357), - [anon_sym_yield] = ACTIONS(2357), - [anon_sym_move] = ACTIONS(2357), - [anon_sym_try] = ACTIONS(2357), - [sym_integer_literal] = ACTIONS(2355), - [aux_sym_string_literal_token1] = ACTIONS(2355), - [sym_char_literal] = ACTIONS(2355), - [anon_sym_true] = ACTIONS(2357), - [anon_sym_false] = ACTIONS(2357), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2357), - [sym_super] = ACTIONS(2357), - [sym_crate] = ACTIONS(2357), - [sym_metavariable] = ACTIONS(2355), - [sym__raw_string_literal_start] = ACTIONS(2355), - [sym_float_literal] = ACTIONS(2355), + [ts_builtin_sym_end] = ACTIONS(2476), + [sym_identifier] = ACTIONS(2478), + [anon_sym_SEMI] = ACTIONS(2476), + [anon_sym_macro_rules_BANG] = ACTIONS(2476), + [anon_sym_LPAREN] = ACTIONS(2476), + [anon_sym_LBRACK] = ACTIONS(2476), + [anon_sym_LBRACE] = ACTIONS(2476), + [anon_sym_RBRACE] = ACTIONS(2476), + [anon_sym_STAR] = ACTIONS(2476), + [anon_sym_u8] = ACTIONS(2478), + [anon_sym_i8] = ACTIONS(2478), + [anon_sym_u16] = ACTIONS(2478), + [anon_sym_i16] = ACTIONS(2478), + [anon_sym_u32] = ACTIONS(2478), + [anon_sym_i32] = ACTIONS(2478), + [anon_sym_u64] = ACTIONS(2478), + [anon_sym_i64] = ACTIONS(2478), + [anon_sym_u128] = ACTIONS(2478), + [anon_sym_i128] = ACTIONS(2478), + [anon_sym_isize] = ACTIONS(2478), + [anon_sym_usize] = ACTIONS(2478), + [anon_sym_f32] = ACTIONS(2478), + [anon_sym_f64] = ACTIONS(2478), + [anon_sym_bool] = ACTIONS(2478), + [anon_sym_str] = ACTIONS(2478), + [anon_sym_char] = ACTIONS(2478), + [anon_sym_DASH] = ACTIONS(2476), + [anon_sym_BANG] = ACTIONS(2476), + [anon_sym_AMP] = ACTIONS(2476), + [anon_sym_PIPE] = ACTIONS(2476), + [anon_sym_LT] = ACTIONS(2476), + [anon_sym_DOT_DOT] = ACTIONS(2476), + [anon_sym_COLON_COLON] = ACTIONS(2476), + [anon_sym_POUND] = ACTIONS(2476), + [anon_sym_SQUOTE] = ACTIONS(2478), + [anon_sym_async] = ACTIONS(2478), + [anon_sym_break] = ACTIONS(2478), + [anon_sym_const] = ACTIONS(2478), + [anon_sym_continue] = ACTIONS(2478), + [anon_sym_default] = ACTIONS(2478), + [anon_sym_enum] = ACTIONS(2478), + [anon_sym_fn] = ACTIONS(2478), + [anon_sym_for] = ACTIONS(2478), + [anon_sym_gen] = ACTIONS(2478), + [anon_sym_if] = ACTIONS(2478), + [anon_sym_impl] = ACTIONS(2478), + [anon_sym_let] = ACTIONS(2478), + [anon_sym_loop] = ACTIONS(2478), + [anon_sym_match] = ACTIONS(2478), + [anon_sym_mod] = ACTIONS(2478), + [anon_sym_pub] = ACTIONS(2478), + [anon_sym_return] = ACTIONS(2478), + [anon_sym_static] = ACTIONS(2478), + [anon_sym_struct] = ACTIONS(2478), + [anon_sym_trait] = ACTIONS(2478), + [anon_sym_type] = ACTIONS(2478), + [anon_sym_union] = ACTIONS(2478), + [anon_sym_unsafe] = ACTIONS(2478), + [anon_sym_use] = ACTIONS(2478), + [anon_sym_while] = ACTIONS(2478), + [anon_sym_extern] = ACTIONS(2478), + [anon_sym_yield] = ACTIONS(2478), + [anon_sym_move] = ACTIONS(2478), + [anon_sym_try] = ACTIONS(2478), + [sym_integer_literal] = ACTIONS(2476), + [aux_sym_string_literal_token1] = ACTIONS(2476), + [sym_char_literal] = ACTIONS(2476), + [anon_sym_true] = ACTIONS(2478), + [anon_sym_false] = ACTIONS(2478), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2478), + [sym_super] = ACTIONS(2478), + [sym_crate] = ACTIONS(2478), + [sym_metavariable] = ACTIONS(2476), + [sym__raw_string_literal_start] = ACTIONS(2476), + [sym_float_literal] = ACTIONS(2476), }, [STATE(639)] = { [sym_line_comment] = STATE(639), [sym_block_comment] = STATE(639), - [ts_builtin_sym_end] = ACTIONS(2359), - [sym_identifier] = ACTIONS(2361), - [anon_sym_SEMI] = ACTIONS(2359), - [anon_sym_macro_rules_BANG] = ACTIONS(2359), - [anon_sym_LPAREN] = ACTIONS(2359), - [anon_sym_LBRACK] = ACTIONS(2359), - [anon_sym_LBRACE] = ACTIONS(2359), - [anon_sym_RBRACE] = ACTIONS(2359), - [anon_sym_STAR] = ACTIONS(2359), - [anon_sym_u8] = ACTIONS(2361), - [anon_sym_i8] = ACTIONS(2361), - [anon_sym_u16] = ACTIONS(2361), - [anon_sym_i16] = ACTIONS(2361), - [anon_sym_u32] = ACTIONS(2361), - [anon_sym_i32] = ACTIONS(2361), - [anon_sym_u64] = ACTIONS(2361), - [anon_sym_i64] = ACTIONS(2361), - [anon_sym_u128] = ACTIONS(2361), - [anon_sym_i128] = ACTIONS(2361), - [anon_sym_isize] = ACTIONS(2361), - [anon_sym_usize] = ACTIONS(2361), - [anon_sym_f32] = ACTIONS(2361), - [anon_sym_f64] = ACTIONS(2361), - [anon_sym_bool] = ACTIONS(2361), - [anon_sym_str] = ACTIONS(2361), - [anon_sym_char] = ACTIONS(2361), - [anon_sym_DASH] = ACTIONS(2359), - [anon_sym_BANG] = ACTIONS(2359), - [anon_sym_AMP] = ACTIONS(2359), - [anon_sym_PIPE] = ACTIONS(2359), - [anon_sym_LT] = ACTIONS(2359), - [anon_sym_DOT_DOT] = ACTIONS(2359), - [anon_sym_COLON_COLON] = ACTIONS(2359), - [anon_sym_POUND] = ACTIONS(2359), - [anon_sym_SQUOTE] = ACTIONS(2361), - [anon_sym_async] = ACTIONS(2361), - [anon_sym_break] = ACTIONS(2361), - [anon_sym_const] = ACTIONS(2361), - [anon_sym_continue] = ACTIONS(2361), - [anon_sym_default] = ACTIONS(2361), - [anon_sym_enum] = ACTIONS(2361), - [anon_sym_fn] = ACTIONS(2361), - [anon_sym_for] = ACTIONS(2361), - [anon_sym_gen] = ACTIONS(2361), - [anon_sym_if] = ACTIONS(2361), - [anon_sym_impl] = ACTIONS(2361), - [anon_sym_let] = ACTIONS(2361), - [anon_sym_loop] = ACTIONS(2361), - [anon_sym_match] = ACTIONS(2361), - [anon_sym_mod] = ACTIONS(2361), - [anon_sym_pub] = ACTIONS(2361), - [anon_sym_return] = ACTIONS(2361), - [anon_sym_static] = ACTIONS(2361), - [anon_sym_struct] = ACTIONS(2361), - [anon_sym_trait] = ACTIONS(2361), - [anon_sym_type] = ACTIONS(2361), - [anon_sym_union] = ACTIONS(2361), - [anon_sym_unsafe] = ACTIONS(2361), - [anon_sym_use] = ACTIONS(2361), - [anon_sym_while] = ACTIONS(2361), - [anon_sym_extern] = ACTIONS(2361), - [anon_sym_yield] = ACTIONS(2361), - [anon_sym_move] = ACTIONS(2361), - [anon_sym_try] = ACTIONS(2361), - [sym_integer_literal] = ACTIONS(2359), - [aux_sym_string_literal_token1] = ACTIONS(2359), - [sym_char_literal] = ACTIONS(2359), - [anon_sym_true] = ACTIONS(2361), - [anon_sym_false] = ACTIONS(2361), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2361), - [sym_super] = ACTIONS(2361), - [sym_crate] = ACTIONS(2361), - [sym_metavariable] = ACTIONS(2359), - [sym__raw_string_literal_start] = ACTIONS(2359), - [sym_float_literal] = ACTIONS(2359), + [ts_builtin_sym_end] = ACTIONS(2480), + [sym_identifier] = ACTIONS(2482), + [anon_sym_SEMI] = ACTIONS(2480), + [anon_sym_macro_rules_BANG] = ACTIONS(2480), + [anon_sym_LPAREN] = ACTIONS(2480), + [anon_sym_LBRACK] = ACTIONS(2480), + [anon_sym_LBRACE] = ACTIONS(2480), + [anon_sym_RBRACE] = ACTIONS(2480), + [anon_sym_STAR] = ACTIONS(2480), + [anon_sym_u8] = ACTIONS(2482), + [anon_sym_i8] = ACTIONS(2482), + [anon_sym_u16] = ACTIONS(2482), + [anon_sym_i16] = ACTIONS(2482), + [anon_sym_u32] = ACTIONS(2482), + [anon_sym_i32] = ACTIONS(2482), + [anon_sym_u64] = ACTIONS(2482), + [anon_sym_i64] = ACTIONS(2482), + [anon_sym_u128] = ACTIONS(2482), + [anon_sym_i128] = ACTIONS(2482), + [anon_sym_isize] = ACTIONS(2482), + [anon_sym_usize] = ACTIONS(2482), + [anon_sym_f32] = ACTIONS(2482), + [anon_sym_f64] = ACTIONS(2482), + [anon_sym_bool] = ACTIONS(2482), + [anon_sym_str] = ACTIONS(2482), + [anon_sym_char] = ACTIONS(2482), + [anon_sym_DASH] = ACTIONS(2480), + [anon_sym_BANG] = ACTIONS(2480), + [anon_sym_AMP] = ACTIONS(2480), + [anon_sym_PIPE] = ACTIONS(2480), + [anon_sym_LT] = ACTIONS(2480), + [anon_sym_DOT_DOT] = ACTIONS(2480), + [anon_sym_COLON_COLON] = ACTIONS(2480), + [anon_sym_POUND] = ACTIONS(2480), + [anon_sym_SQUOTE] = ACTIONS(2482), + [anon_sym_async] = ACTIONS(2482), + [anon_sym_break] = ACTIONS(2482), + [anon_sym_const] = ACTIONS(2482), + [anon_sym_continue] = ACTIONS(2482), + [anon_sym_default] = ACTIONS(2482), + [anon_sym_enum] = ACTIONS(2482), + [anon_sym_fn] = ACTIONS(2482), + [anon_sym_for] = ACTIONS(2482), + [anon_sym_gen] = ACTIONS(2482), + [anon_sym_if] = ACTIONS(2482), + [anon_sym_impl] = ACTIONS(2482), + [anon_sym_let] = ACTIONS(2482), + [anon_sym_loop] = ACTIONS(2482), + [anon_sym_match] = ACTIONS(2482), + [anon_sym_mod] = ACTIONS(2482), + [anon_sym_pub] = ACTIONS(2482), + [anon_sym_return] = ACTIONS(2482), + [anon_sym_static] = ACTIONS(2482), + [anon_sym_struct] = ACTIONS(2482), + [anon_sym_trait] = ACTIONS(2482), + [anon_sym_type] = ACTIONS(2482), + [anon_sym_union] = ACTIONS(2482), + [anon_sym_unsafe] = ACTIONS(2482), + [anon_sym_use] = ACTIONS(2482), + [anon_sym_while] = ACTIONS(2482), + [anon_sym_extern] = ACTIONS(2482), + [anon_sym_yield] = ACTIONS(2482), + [anon_sym_move] = ACTIONS(2482), + [anon_sym_try] = ACTIONS(2482), + [sym_integer_literal] = ACTIONS(2480), + [aux_sym_string_literal_token1] = ACTIONS(2480), + [sym_char_literal] = ACTIONS(2480), + [anon_sym_true] = ACTIONS(2482), + [anon_sym_false] = ACTIONS(2482), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2482), + [sym_super] = ACTIONS(2482), + [sym_crate] = ACTIONS(2482), + [sym_metavariable] = ACTIONS(2480), + [sym__raw_string_literal_start] = ACTIONS(2480), + [sym_float_literal] = ACTIONS(2480), }, [STATE(640)] = { [sym_line_comment] = STATE(640), [sym_block_comment] = STATE(640), - [ts_builtin_sym_end] = ACTIONS(2363), - [sym_identifier] = ACTIONS(2365), - [anon_sym_SEMI] = ACTIONS(2363), - [anon_sym_macro_rules_BANG] = ACTIONS(2363), - [anon_sym_LPAREN] = ACTIONS(2363), - [anon_sym_LBRACK] = ACTIONS(2363), - [anon_sym_LBRACE] = ACTIONS(2363), - [anon_sym_RBRACE] = ACTIONS(2363), - [anon_sym_STAR] = ACTIONS(2363), - [anon_sym_u8] = ACTIONS(2365), - [anon_sym_i8] = ACTIONS(2365), - [anon_sym_u16] = ACTIONS(2365), - [anon_sym_i16] = ACTIONS(2365), - [anon_sym_u32] = ACTIONS(2365), - [anon_sym_i32] = ACTIONS(2365), - [anon_sym_u64] = ACTIONS(2365), - [anon_sym_i64] = ACTIONS(2365), - [anon_sym_u128] = ACTIONS(2365), - [anon_sym_i128] = ACTIONS(2365), - [anon_sym_isize] = ACTIONS(2365), - [anon_sym_usize] = ACTIONS(2365), - [anon_sym_f32] = ACTIONS(2365), - [anon_sym_f64] = ACTIONS(2365), - [anon_sym_bool] = ACTIONS(2365), - [anon_sym_str] = ACTIONS(2365), - [anon_sym_char] = ACTIONS(2365), - [anon_sym_DASH] = ACTIONS(2363), - [anon_sym_BANG] = ACTIONS(2363), - [anon_sym_AMP] = ACTIONS(2363), - [anon_sym_PIPE] = ACTIONS(2363), - [anon_sym_LT] = ACTIONS(2363), - [anon_sym_DOT_DOT] = ACTIONS(2363), - [anon_sym_COLON_COLON] = ACTIONS(2363), - [anon_sym_POUND] = ACTIONS(2363), - [anon_sym_SQUOTE] = ACTIONS(2365), - [anon_sym_async] = ACTIONS(2365), - [anon_sym_break] = ACTIONS(2365), - [anon_sym_const] = ACTIONS(2365), - [anon_sym_continue] = ACTIONS(2365), - [anon_sym_default] = ACTIONS(2365), - [anon_sym_enum] = ACTIONS(2365), - [anon_sym_fn] = ACTIONS(2365), - [anon_sym_for] = ACTIONS(2365), - [anon_sym_gen] = ACTIONS(2365), - [anon_sym_if] = ACTIONS(2365), - [anon_sym_impl] = ACTIONS(2365), - [anon_sym_let] = ACTIONS(2365), - [anon_sym_loop] = ACTIONS(2365), - [anon_sym_match] = ACTIONS(2365), - [anon_sym_mod] = ACTIONS(2365), - [anon_sym_pub] = ACTIONS(2365), - [anon_sym_return] = ACTIONS(2365), - [anon_sym_static] = ACTIONS(2365), - [anon_sym_struct] = ACTIONS(2365), - [anon_sym_trait] = ACTIONS(2365), - [anon_sym_type] = ACTIONS(2365), - [anon_sym_union] = ACTIONS(2365), - [anon_sym_unsafe] = ACTIONS(2365), - [anon_sym_use] = ACTIONS(2365), - [anon_sym_while] = ACTIONS(2365), - [anon_sym_extern] = ACTIONS(2365), - [anon_sym_yield] = ACTIONS(2365), - [anon_sym_move] = ACTIONS(2365), - [anon_sym_try] = ACTIONS(2365), - [sym_integer_literal] = ACTIONS(2363), - [aux_sym_string_literal_token1] = ACTIONS(2363), - [sym_char_literal] = ACTIONS(2363), - [anon_sym_true] = ACTIONS(2365), - [anon_sym_false] = ACTIONS(2365), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2365), - [sym_super] = ACTIONS(2365), - [sym_crate] = ACTIONS(2365), - [sym_metavariable] = ACTIONS(2363), - [sym__raw_string_literal_start] = ACTIONS(2363), - [sym_float_literal] = ACTIONS(2363), + [ts_builtin_sym_end] = ACTIONS(2484), + [sym_identifier] = ACTIONS(2486), + [anon_sym_SEMI] = ACTIONS(2484), + [anon_sym_macro_rules_BANG] = ACTIONS(2484), + [anon_sym_LPAREN] = ACTIONS(2484), + [anon_sym_LBRACK] = ACTIONS(2484), + [anon_sym_LBRACE] = ACTIONS(2484), + [anon_sym_RBRACE] = ACTIONS(2484), + [anon_sym_STAR] = ACTIONS(2484), + [anon_sym_u8] = ACTIONS(2486), + [anon_sym_i8] = ACTIONS(2486), + [anon_sym_u16] = ACTIONS(2486), + [anon_sym_i16] = ACTIONS(2486), + [anon_sym_u32] = ACTIONS(2486), + [anon_sym_i32] = ACTIONS(2486), + [anon_sym_u64] = ACTIONS(2486), + [anon_sym_i64] = ACTIONS(2486), + [anon_sym_u128] = ACTIONS(2486), + [anon_sym_i128] = ACTIONS(2486), + [anon_sym_isize] = ACTIONS(2486), + [anon_sym_usize] = ACTIONS(2486), + [anon_sym_f32] = ACTIONS(2486), + [anon_sym_f64] = ACTIONS(2486), + [anon_sym_bool] = ACTIONS(2486), + [anon_sym_str] = ACTIONS(2486), + [anon_sym_char] = ACTIONS(2486), + [anon_sym_DASH] = ACTIONS(2484), + [anon_sym_BANG] = ACTIONS(2484), + [anon_sym_AMP] = ACTIONS(2484), + [anon_sym_PIPE] = ACTIONS(2484), + [anon_sym_LT] = ACTIONS(2484), + [anon_sym_DOT_DOT] = ACTIONS(2484), + [anon_sym_COLON_COLON] = ACTIONS(2484), + [anon_sym_POUND] = ACTIONS(2484), + [anon_sym_SQUOTE] = ACTIONS(2486), + [anon_sym_async] = ACTIONS(2486), + [anon_sym_break] = ACTIONS(2486), + [anon_sym_const] = ACTIONS(2486), + [anon_sym_continue] = ACTIONS(2486), + [anon_sym_default] = ACTIONS(2486), + [anon_sym_enum] = ACTIONS(2486), + [anon_sym_fn] = ACTIONS(2486), + [anon_sym_for] = ACTIONS(2486), + [anon_sym_gen] = ACTIONS(2486), + [anon_sym_if] = ACTIONS(2486), + [anon_sym_impl] = ACTIONS(2486), + [anon_sym_let] = ACTIONS(2486), + [anon_sym_loop] = ACTIONS(2486), + [anon_sym_match] = ACTIONS(2486), + [anon_sym_mod] = ACTIONS(2486), + [anon_sym_pub] = ACTIONS(2486), + [anon_sym_return] = ACTIONS(2486), + [anon_sym_static] = ACTIONS(2486), + [anon_sym_struct] = ACTIONS(2486), + [anon_sym_trait] = ACTIONS(2486), + [anon_sym_type] = ACTIONS(2486), + [anon_sym_union] = ACTIONS(2486), + [anon_sym_unsafe] = ACTIONS(2486), + [anon_sym_use] = ACTIONS(2486), + [anon_sym_while] = ACTIONS(2486), + [anon_sym_extern] = ACTIONS(2486), + [anon_sym_yield] = ACTIONS(2486), + [anon_sym_move] = ACTIONS(2486), + [anon_sym_try] = ACTIONS(2486), + [sym_integer_literal] = ACTIONS(2484), + [aux_sym_string_literal_token1] = ACTIONS(2484), + [sym_char_literal] = ACTIONS(2484), + [anon_sym_true] = ACTIONS(2486), + [anon_sym_false] = ACTIONS(2486), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2486), + [sym_super] = ACTIONS(2486), + [sym_crate] = ACTIONS(2486), + [sym_metavariable] = ACTIONS(2484), + [sym__raw_string_literal_start] = ACTIONS(2484), + [sym_float_literal] = ACTIONS(2484), }, [STATE(641)] = { + [sym_empty_statement] = STATE(1327), + [sym_macro_definition] = STATE(1327), + [sym_attribute_item] = STATE(1327), + [sym_inner_attribute_item] = STATE(1327), + [sym_mod_item] = STATE(1327), + [sym_foreign_mod_item] = STATE(1327), + [sym_struct_item] = STATE(1327), + [sym_union_item] = STATE(1327), + [sym_enum_item] = STATE(1327), + [sym_extern_crate_declaration] = STATE(1327), + [sym_const_item] = STATE(1327), + [sym_static_item] = STATE(1327), + [sym_type_item] = STATE(1327), + [sym_function_item] = STATE(1327), + [sym_function_signature_item] = STATE(1327), + [sym_function_modifiers] = STATE(3675), + [sym_impl_item] = STATE(1327), + [sym_trait_item] = STATE(1327), + [sym_associated_type] = STATE(1327), + [sym_let_declaration] = STATE(1327), + [sym_use_declaration] = STATE(1327), + [sym_extern_modifier] = STATE(2174), + [sym_visibility_modifier] = STATE(1971), + [sym_bracketed_type] = STATE(3402), + [sym_generic_type_with_turbofish] = STATE(3427), + [sym_macro_invocation] = STATE(1327), + [sym_scoped_identifier] = STATE(3358), [sym_line_comment] = STATE(641), [sym_block_comment] = STATE(641), - [ts_builtin_sym_end] = ACTIONS(2367), - [sym_identifier] = ACTIONS(2369), - [anon_sym_SEMI] = ACTIONS(2367), - [anon_sym_macro_rules_BANG] = ACTIONS(2367), - [anon_sym_LPAREN] = ACTIONS(2367), - [anon_sym_LBRACK] = ACTIONS(2367), - [anon_sym_LBRACE] = ACTIONS(2367), - [anon_sym_RBRACE] = ACTIONS(2367), - [anon_sym_STAR] = ACTIONS(2367), - [anon_sym_u8] = ACTIONS(2369), - [anon_sym_i8] = ACTIONS(2369), - [anon_sym_u16] = ACTIONS(2369), - [anon_sym_i16] = ACTIONS(2369), - [anon_sym_u32] = ACTIONS(2369), - [anon_sym_i32] = ACTIONS(2369), - [anon_sym_u64] = ACTIONS(2369), - [anon_sym_i64] = ACTIONS(2369), - [anon_sym_u128] = ACTIONS(2369), - [anon_sym_i128] = ACTIONS(2369), - [anon_sym_isize] = ACTIONS(2369), - [anon_sym_usize] = ACTIONS(2369), - [anon_sym_f32] = ACTIONS(2369), - [anon_sym_f64] = ACTIONS(2369), - [anon_sym_bool] = ACTIONS(2369), - [anon_sym_str] = ACTIONS(2369), - [anon_sym_char] = ACTIONS(2369), - [anon_sym_DASH] = ACTIONS(2367), - [anon_sym_BANG] = ACTIONS(2367), - [anon_sym_AMP] = ACTIONS(2367), - [anon_sym_PIPE] = ACTIONS(2367), - [anon_sym_LT] = ACTIONS(2367), - [anon_sym_DOT_DOT] = ACTIONS(2367), - [anon_sym_COLON_COLON] = ACTIONS(2367), - [anon_sym_POUND] = ACTIONS(2367), - [anon_sym_SQUOTE] = ACTIONS(2369), - [anon_sym_async] = ACTIONS(2369), - [anon_sym_break] = ACTIONS(2369), - [anon_sym_const] = ACTIONS(2369), - [anon_sym_continue] = ACTIONS(2369), - [anon_sym_default] = ACTIONS(2369), - [anon_sym_enum] = ACTIONS(2369), - [anon_sym_fn] = ACTIONS(2369), - [anon_sym_for] = ACTIONS(2369), - [anon_sym_gen] = ACTIONS(2369), - [anon_sym_if] = ACTIONS(2369), - [anon_sym_impl] = ACTIONS(2369), - [anon_sym_let] = ACTIONS(2369), - [anon_sym_loop] = ACTIONS(2369), - [anon_sym_match] = ACTIONS(2369), - [anon_sym_mod] = ACTIONS(2369), - [anon_sym_pub] = ACTIONS(2369), - [anon_sym_return] = ACTIONS(2369), - [anon_sym_static] = ACTIONS(2369), - [anon_sym_struct] = ACTIONS(2369), - [anon_sym_trait] = ACTIONS(2369), - [anon_sym_type] = ACTIONS(2369), - [anon_sym_union] = ACTIONS(2369), - [anon_sym_unsafe] = ACTIONS(2369), - [anon_sym_use] = ACTIONS(2369), - [anon_sym_while] = ACTIONS(2369), - [anon_sym_extern] = ACTIONS(2369), - [anon_sym_yield] = ACTIONS(2369), - [anon_sym_move] = ACTIONS(2369), - [anon_sym_try] = ACTIONS(2369), - [sym_integer_literal] = ACTIONS(2367), - [aux_sym_string_literal_token1] = ACTIONS(2367), - [sym_char_literal] = ACTIONS(2367), - [anon_sym_true] = ACTIONS(2369), - [anon_sym_false] = ACTIONS(2369), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2369), - [sym_super] = ACTIONS(2369), - [sym_crate] = ACTIONS(2369), - [sym_metavariable] = ACTIONS(2367), - [sym__raw_string_literal_start] = ACTIONS(2367), - [sym_float_literal] = ACTIONS(2367), + [aux_sym_declaration_list_repeat1] = STATE(773), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2170), + [anon_sym_SEMI] = ACTIONS(2172), + [anon_sym_macro_rules_BANG] = ACTIONS(2174), + [anon_sym_RBRACE] = ACTIONS(2488), + [anon_sym_u8] = ACTIONS(2178), + [anon_sym_i8] = ACTIONS(2178), + [anon_sym_u16] = ACTIONS(2178), + [anon_sym_i16] = ACTIONS(2178), + [anon_sym_u32] = ACTIONS(2178), + [anon_sym_i32] = ACTIONS(2178), + [anon_sym_u64] = ACTIONS(2178), + [anon_sym_i64] = ACTIONS(2178), + [anon_sym_u128] = ACTIONS(2178), + [anon_sym_i128] = ACTIONS(2178), + [anon_sym_isize] = ACTIONS(2178), + [anon_sym_usize] = ACTIONS(2178), + [anon_sym_f32] = ACTIONS(2178), + [anon_sym_f64] = ACTIONS(2178), + [anon_sym_bool] = ACTIONS(2178), + [anon_sym_str] = ACTIONS(2178), + [anon_sym_char] = ACTIONS(2178), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(2180), + [anon_sym_POUND] = ACTIONS(2182), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(2184), + [anon_sym_default] = ACTIONS(2186), + [anon_sym_enum] = ACTIONS(2188), + [anon_sym_fn] = ACTIONS(2190), + [anon_sym_gen] = ACTIONS(2192), + [anon_sym_impl] = ACTIONS(2194), + [anon_sym_let] = ACTIONS(2196), + [anon_sym_mod] = ACTIONS(2198), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(2200), + [anon_sym_struct] = ACTIONS(2202), + [anon_sym_trait] = ACTIONS(2204), + [anon_sym_type] = ACTIONS(2206), + [anon_sym_union] = ACTIONS(2208), + [anon_sym_unsafe] = ACTIONS(2210), + [anon_sym_use] = ACTIONS(2212), + [anon_sym_extern] = ACTIONS(2214), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2216), + [sym_super] = ACTIONS(2216), + [sym_crate] = ACTIONS(2218), + [sym_metavariable] = ACTIONS(2220), }, [STATE(642)] = { [sym_line_comment] = STATE(642), [sym_block_comment] = STATE(642), - [ts_builtin_sym_end] = ACTIONS(2371), - [sym_identifier] = ACTIONS(2373), - [anon_sym_SEMI] = ACTIONS(2371), - [anon_sym_macro_rules_BANG] = ACTIONS(2371), - [anon_sym_LPAREN] = ACTIONS(2371), - [anon_sym_LBRACK] = ACTIONS(2371), - [anon_sym_LBRACE] = ACTIONS(2371), - [anon_sym_RBRACE] = ACTIONS(2371), - [anon_sym_STAR] = ACTIONS(2371), - [anon_sym_u8] = ACTIONS(2373), - [anon_sym_i8] = ACTIONS(2373), - [anon_sym_u16] = ACTIONS(2373), - [anon_sym_i16] = ACTIONS(2373), - [anon_sym_u32] = ACTIONS(2373), - [anon_sym_i32] = ACTIONS(2373), - [anon_sym_u64] = ACTIONS(2373), - [anon_sym_i64] = ACTIONS(2373), - [anon_sym_u128] = ACTIONS(2373), - [anon_sym_i128] = ACTIONS(2373), - [anon_sym_isize] = ACTIONS(2373), - [anon_sym_usize] = ACTIONS(2373), - [anon_sym_f32] = ACTIONS(2373), - [anon_sym_f64] = ACTIONS(2373), - [anon_sym_bool] = ACTIONS(2373), - [anon_sym_str] = ACTIONS(2373), - [anon_sym_char] = ACTIONS(2373), - [anon_sym_DASH] = ACTIONS(2371), - [anon_sym_BANG] = ACTIONS(2371), - [anon_sym_AMP] = ACTIONS(2371), - [anon_sym_PIPE] = ACTIONS(2371), - [anon_sym_LT] = ACTIONS(2371), - [anon_sym_DOT_DOT] = ACTIONS(2371), - [anon_sym_COLON_COLON] = ACTIONS(2371), - [anon_sym_POUND] = ACTIONS(2371), - [anon_sym_SQUOTE] = ACTIONS(2373), - [anon_sym_async] = ACTIONS(2373), - [anon_sym_break] = ACTIONS(2373), - [anon_sym_const] = ACTIONS(2373), - [anon_sym_continue] = ACTIONS(2373), - [anon_sym_default] = ACTIONS(2373), - [anon_sym_enum] = ACTIONS(2373), - [anon_sym_fn] = ACTIONS(2373), - [anon_sym_for] = ACTIONS(2373), - [anon_sym_gen] = ACTIONS(2373), - [anon_sym_if] = ACTIONS(2373), - [anon_sym_impl] = ACTIONS(2373), - [anon_sym_let] = ACTIONS(2373), - [anon_sym_loop] = ACTIONS(2373), - [anon_sym_match] = ACTIONS(2373), - [anon_sym_mod] = ACTIONS(2373), - [anon_sym_pub] = ACTIONS(2373), - [anon_sym_return] = ACTIONS(2373), - [anon_sym_static] = ACTIONS(2373), - [anon_sym_struct] = ACTIONS(2373), - [anon_sym_trait] = ACTIONS(2373), - [anon_sym_type] = ACTIONS(2373), - [anon_sym_union] = ACTIONS(2373), - [anon_sym_unsafe] = ACTIONS(2373), - [anon_sym_use] = ACTIONS(2373), - [anon_sym_while] = ACTIONS(2373), - [anon_sym_extern] = ACTIONS(2373), - [anon_sym_yield] = ACTIONS(2373), - [anon_sym_move] = ACTIONS(2373), - [anon_sym_try] = ACTIONS(2373), - [sym_integer_literal] = ACTIONS(2371), - [aux_sym_string_literal_token1] = ACTIONS(2371), - [sym_char_literal] = ACTIONS(2371), - [anon_sym_true] = ACTIONS(2373), - [anon_sym_false] = ACTIONS(2373), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2373), - [sym_super] = ACTIONS(2373), - [sym_crate] = ACTIONS(2373), - [sym_metavariable] = ACTIONS(2371), - [sym__raw_string_literal_start] = ACTIONS(2371), - [sym_float_literal] = ACTIONS(2371), + [ts_builtin_sym_end] = ACTIONS(2490), + [sym_identifier] = ACTIONS(2492), + [anon_sym_SEMI] = ACTIONS(2490), + [anon_sym_macro_rules_BANG] = ACTIONS(2490), + [anon_sym_LPAREN] = ACTIONS(2490), + [anon_sym_LBRACK] = ACTIONS(2490), + [anon_sym_LBRACE] = ACTIONS(2490), + [anon_sym_RBRACE] = ACTIONS(2490), + [anon_sym_STAR] = ACTIONS(2490), + [anon_sym_u8] = ACTIONS(2492), + [anon_sym_i8] = ACTIONS(2492), + [anon_sym_u16] = ACTIONS(2492), + [anon_sym_i16] = ACTIONS(2492), + [anon_sym_u32] = ACTIONS(2492), + [anon_sym_i32] = ACTIONS(2492), + [anon_sym_u64] = ACTIONS(2492), + [anon_sym_i64] = ACTIONS(2492), + [anon_sym_u128] = ACTIONS(2492), + [anon_sym_i128] = ACTIONS(2492), + [anon_sym_isize] = ACTIONS(2492), + [anon_sym_usize] = ACTIONS(2492), + [anon_sym_f32] = ACTIONS(2492), + [anon_sym_f64] = ACTIONS(2492), + [anon_sym_bool] = ACTIONS(2492), + [anon_sym_str] = ACTIONS(2492), + [anon_sym_char] = ACTIONS(2492), + [anon_sym_DASH] = ACTIONS(2490), + [anon_sym_BANG] = ACTIONS(2490), + [anon_sym_AMP] = ACTIONS(2490), + [anon_sym_PIPE] = ACTIONS(2490), + [anon_sym_LT] = ACTIONS(2490), + [anon_sym_DOT_DOT] = ACTIONS(2490), + [anon_sym_COLON_COLON] = ACTIONS(2490), + [anon_sym_POUND] = ACTIONS(2490), + [anon_sym_SQUOTE] = ACTIONS(2492), + [anon_sym_async] = ACTIONS(2492), + [anon_sym_break] = ACTIONS(2492), + [anon_sym_const] = ACTIONS(2492), + [anon_sym_continue] = ACTIONS(2492), + [anon_sym_default] = ACTIONS(2492), + [anon_sym_enum] = ACTIONS(2492), + [anon_sym_fn] = ACTIONS(2492), + [anon_sym_for] = ACTIONS(2492), + [anon_sym_gen] = ACTIONS(2492), + [anon_sym_if] = ACTIONS(2492), + [anon_sym_impl] = ACTIONS(2492), + [anon_sym_let] = ACTIONS(2492), + [anon_sym_loop] = ACTIONS(2492), + [anon_sym_match] = ACTIONS(2492), + [anon_sym_mod] = ACTIONS(2492), + [anon_sym_pub] = ACTIONS(2492), + [anon_sym_return] = ACTIONS(2492), + [anon_sym_static] = ACTIONS(2492), + [anon_sym_struct] = ACTIONS(2492), + [anon_sym_trait] = ACTIONS(2492), + [anon_sym_type] = ACTIONS(2492), + [anon_sym_union] = ACTIONS(2492), + [anon_sym_unsafe] = ACTIONS(2492), + [anon_sym_use] = ACTIONS(2492), + [anon_sym_while] = ACTIONS(2492), + [anon_sym_extern] = ACTIONS(2492), + [anon_sym_yield] = ACTIONS(2492), + [anon_sym_move] = ACTIONS(2492), + [anon_sym_try] = ACTIONS(2492), + [sym_integer_literal] = ACTIONS(2490), + [aux_sym_string_literal_token1] = ACTIONS(2490), + [sym_char_literal] = ACTIONS(2490), + [anon_sym_true] = ACTIONS(2492), + [anon_sym_false] = ACTIONS(2492), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2492), + [sym_super] = ACTIONS(2492), + [sym_crate] = ACTIONS(2492), + [sym_metavariable] = ACTIONS(2490), + [sym__raw_string_literal_start] = ACTIONS(2490), + [sym_float_literal] = ACTIONS(2490), }, [STATE(643)] = { [sym_line_comment] = STATE(643), [sym_block_comment] = STATE(643), - [ts_builtin_sym_end] = ACTIONS(2375), - [sym_identifier] = ACTIONS(2377), - [anon_sym_SEMI] = ACTIONS(2375), - [anon_sym_macro_rules_BANG] = ACTIONS(2375), - [anon_sym_LPAREN] = ACTIONS(2375), - [anon_sym_LBRACK] = ACTIONS(2375), - [anon_sym_LBRACE] = ACTIONS(2375), - [anon_sym_RBRACE] = ACTIONS(2375), - [anon_sym_STAR] = ACTIONS(2375), - [anon_sym_u8] = ACTIONS(2377), - [anon_sym_i8] = ACTIONS(2377), - [anon_sym_u16] = ACTIONS(2377), - [anon_sym_i16] = ACTIONS(2377), - [anon_sym_u32] = ACTIONS(2377), - [anon_sym_i32] = ACTIONS(2377), - [anon_sym_u64] = ACTIONS(2377), - [anon_sym_i64] = ACTIONS(2377), - [anon_sym_u128] = ACTIONS(2377), - [anon_sym_i128] = ACTIONS(2377), - [anon_sym_isize] = ACTIONS(2377), - [anon_sym_usize] = ACTIONS(2377), - [anon_sym_f32] = ACTIONS(2377), - [anon_sym_f64] = ACTIONS(2377), - [anon_sym_bool] = ACTIONS(2377), - [anon_sym_str] = ACTIONS(2377), - [anon_sym_char] = ACTIONS(2377), - [anon_sym_DASH] = ACTIONS(2375), - [anon_sym_BANG] = ACTIONS(2375), - [anon_sym_AMP] = ACTIONS(2375), - [anon_sym_PIPE] = ACTIONS(2375), - [anon_sym_LT] = ACTIONS(2375), - [anon_sym_DOT_DOT] = ACTIONS(2375), - [anon_sym_COLON_COLON] = ACTIONS(2375), - [anon_sym_POUND] = ACTIONS(2375), - [anon_sym_SQUOTE] = ACTIONS(2377), - [anon_sym_async] = ACTIONS(2377), - [anon_sym_break] = ACTIONS(2377), - [anon_sym_const] = ACTIONS(2377), - [anon_sym_continue] = ACTIONS(2377), - [anon_sym_default] = ACTIONS(2377), - [anon_sym_enum] = ACTIONS(2377), - [anon_sym_fn] = ACTIONS(2377), - [anon_sym_for] = ACTIONS(2377), - [anon_sym_gen] = ACTIONS(2377), - [anon_sym_if] = ACTIONS(2377), - [anon_sym_impl] = ACTIONS(2377), - [anon_sym_let] = ACTIONS(2377), - [anon_sym_loop] = ACTIONS(2377), - [anon_sym_match] = ACTIONS(2377), - [anon_sym_mod] = ACTIONS(2377), - [anon_sym_pub] = ACTIONS(2377), - [anon_sym_return] = ACTIONS(2377), - [anon_sym_static] = ACTIONS(2377), - [anon_sym_struct] = ACTIONS(2377), - [anon_sym_trait] = ACTIONS(2377), - [anon_sym_type] = ACTIONS(2377), - [anon_sym_union] = ACTIONS(2377), - [anon_sym_unsafe] = ACTIONS(2377), - [anon_sym_use] = ACTIONS(2377), - [anon_sym_while] = ACTIONS(2377), - [anon_sym_extern] = ACTIONS(2377), - [anon_sym_yield] = ACTIONS(2377), - [anon_sym_move] = ACTIONS(2377), - [anon_sym_try] = ACTIONS(2377), - [sym_integer_literal] = ACTIONS(2375), - [aux_sym_string_literal_token1] = ACTIONS(2375), - [sym_char_literal] = ACTIONS(2375), - [anon_sym_true] = ACTIONS(2377), - [anon_sym_false] = ACTIONS(2377), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2377), - [sym_super] = ACTIONS(2377), - [sym_crate] = ACTIONS(2377), - [sym_metavariable] = ACTIONS(2375), - [sym__raw_string_literal_start] = ACTIONS(2375), - [sym_float_literal] = ACTIONS(2375), + [ts_builtin_sym_end] = ACTIONS(2494), + [sym_identifier] = ACTIONS(2496), + [anon_sym_SEMI] = ACTIONS(2494), + [anon_sym_macro_rules_BANG] = ACTIONS(2494), + [anon_sym_LPAREN] = ACTIONS(2494), + [anon_sym_LBRACK] = ACTIONS(2494), + [anon_sym_LBRACE] = ACTIONS(2494), + [anon_sym_RBRACE] = ACTIONS(2494), + [anon_sym_STAR] = ACTIONS(2494), + [anon_sym_u8] = ACTIONS(2496), + [anon_sym_i8] = ACTIONS(2496), + [anon_sym_u16] = ACTIONS(2496), + [anon_sym_i16] = ACTIONS(2496), + [anon_sym_u32] = ACTIONS(2496), + [anon_sym_i32] = ACTIONS(2496), + [anon_sym_u64] = ACTIONS(2496), + [anon_sym_i64] = ACTIONS(2496), + [anon_sym_u128] = ACTIONS(2496), + [anon_sym_i128] = ACTIONS(2496), + [anon_sym_isize] = ACTIONS(2496), + [anon_sym_usize] = ACTIONS(2496), + [anon_sym_f32] = ACTIONS(2496), + [anon_sym_f64] = ACTIONS(2496), + [anon_sym_bool] = ACTIONS(2496), + [anon_sym_str] = ACTIONS(2496), + [anon_sym_char] = ACTIONS(2496), + [anon_sym_DASH] = ACTIONS(2494), + [anon_sym_BANG] = ACTIONS(2494), + [anon_sym_AMP] = ACTIONS(2494), + [anon_sym_PIPE] = ACTIONS(2494), + [anon_sym_LT] = ACTIONS(2494), + [anon_sym_DOT_DOT] = ACTIONS(2494), + [anon_sym_COLON_COLON] = ACTIONS(2494), + [anon_sym_POUND] = ACTIONS(2494), + [anon_sym_SQUOTE] = ACTIONS(2496), + [anon_sym_async] = ACTIONS(2496), + [anon_sym_break] = ACTIONS(2496), + [anon_sym_const] = ACTIONS(2496), + [anon_sym_continue] = ACTIONS(2496), + [anon_sym_default] = ACTIONS(2496), + [anon_sym_enum] = ACTIONS(2496), + [anon_sym_fn] = ACTIONS(2496), + [anon_sym_for] = ACTIONS(2496), + [anon_sym_gen] = ACTIONS(2496), + [anon_sym_if] = ACTIONS(2496), + [anon_sym_impl] = ACTIONS(2496), + [anon_sym_let] = ACTIONS(2496), + [anon_sym_loop] = ACTIONS(2496), + [anon_sym_match] = ACTIONS(2496), + [anon_sym_mod] = ACTIONS(2496), + [anon_sym_pub] = ACTIONS(2496), + [anon_sym_return] = ACTIONS(2496), + [anon_sym_static] = ACTIONS(2496), + [anon_sym_struct] = ACTIONS(2496), + [anon_sym_trait] = ACTIONS(2496), + [anon_sym_type] = ACTIONS(2496), + [anon_sym_union] = ACTIONS(2496), + [anon_sym_unsafe] = ACTIONS(2496), + [anon_sym_use] = ACTIONS(2496), + [anon_sym_while] = ACTIONS(2496), + [anon_sym_extern] = ACTIONS(2496), + [anon_sym_yield] = ACTIONS(2496), + [anon_sym_move] = ACTIONS(2496), + [anon_sym_try] = ACTIONS(2496), + [sym_integer_literal] = ACTIONS(2494), + [aux_sym_string_literal_token1] = ACTIONS(2494), + [sym_char_literal] = ACTIONS(2494), + [anon_sym_true] = ACTIONS(2496), + [anon_sym_false] = ACTIONS(2496), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2496), + [sym_super] = ACTIONS(2496), + [sym_crate] = ACTIONS(2496), + [sym_metavariable] = ACTIONS(2494), + [sym__raw_string_literal_start] = ACTIONS(2494), + [sym_float_literal] = ACTIONS(2494), }, [STATE(644)] = { [sym_line_comment] = STATE(644), [sym_block_comment] = STATE(644), - [ts_builtin_sym_end] = ACTIONS(2379), - [sym_identifier] = ACTIONS(2381), - [anon_sym_SEMI] = ACTIONS(2379), - [anon_sym_macro_rules_BANG] = ACTIONS(2379), - [anon_sym_LPAREN] = ACTIONS(2379), - [anon_sym_LBRACK] = ACTIONS(2379), - [anon_sym_LBRACE] = ACTIONS(2379), - [anon_sym_RBRACE] = ACTIONS(2379), - [anon_sym_STAR] = ACTIONS(2379), - [anon_sym_u8] = ACTIONS(2381), - [anon_sym_i8] = ACTIONS(2381), - [anon_sym_u16] = ACTIONS(2381), - [anon_sym_i16] = ACTIONS(2381), - [anon_sym_u32] = ACTIONS(2381), - [anon_sym_i32] = ACTIONS(2381), - [anon_sym_u64] = ACTIONS(2381), - [anon_sym_i64] = ACTIONS(2381), - [anon_sym_u128] = ACTIONS(2381), - [anon_sym_i128] = ACTIONS(2381), - [anon_sym_isize] = ACTIONS(2381), - [anon_sym_usize] = ACTIONS(2381), - [anon_sym_f32] = ACTIONS(2381), - [anon_sym_f64] = ACTIONS(2381), - [anon_sym_bool] = ACTIONS(2381), - [anon_sym_str] = ACTIONS(2381), - [anon_sym_char] = ACTIONS(2381), - [anon_sym_DASH] = ACTIONS(2379), - [anon_sym_BANG] = ACTIONS(2379), - [anon_sym_AMP] = ACTIONS(2379), - [anon_sym_PIPE] = ACTIONS(2379), - [anon_sym_LT] = ACTIONS(2379), - [anon_sym_DOT_DOT] = ACTIONS(2379), - [anon_sym_COLON_COLON] = ACTIONS(2379), - [anon_sym_POUND] = ACTIONS(2379), - [anon_sym_SQUOTE] = ACTIONS(2381), - [anon_sym_async] = ACTIONS(2381), - [anon_sym_break] = ACTIONS(2381), - [anon_sym_const] = ACTIONS(2381), - [anon_sym_continue] = ACTIONS(2381), - [anon_sym_default] = ACTIONS(2381), - [anon_sym_enum] = ACTIONS(2381), - [anon_sym_fn] = ACTIONS(2381), - [anon_sym_for] = ACTIONS(2381), - [anon_sym_gen] = ACTIONS(2381), - [anon_sym_if] = ACTIONS(2381), - [anon_sym_impl] = ACTIONS(2381), - [anon_sym_let] = ACTIONS(2381), - [anon_sym_loop] = ACTIONS(2381), - [anon_sym_match] = ACTIONS(2381), - [anon_sym_mod] = ACTIONS(2381), - [anon_sym_pub] = ACTIONS(2381), - [anon_sym_return] = ACTIONS(2381), - [anon_sym_static] = ACTIONS(2381), - [anon_sym_struct] = ACTIONS(2381), - [anon_sym_trait] = ACTIONS(2381), - [anon_sym_type] = ACTIONS(2381), - [anon_sym_union] = ACTIONS(2381), - [anon_sym_unsafe] = ACTIONS(2381), - [anon_sym_use] = ACTIONS(2381), - [anon_sym_while] = ACTIONS(2381), - [anon_sym_extern] = ACTIONS(2381), - [anon_sym_yield] = ACTIONS(2381), - [anon_sym_move] = ACTIONS(2381), - [anon_sym_try] = ACTIONS(2381), - [sym_integer_literal] = ACTIONS(2379), - [aux_sym_string_literal_token1] = ACTIONS(2379), - [sym_char_literal] = ACTIONS(2379), - [anon_sym_true] = ACTIONS(2381), - [anon_sym_false] = ACTIONS(2381), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2381), - [sym_super] = ACTIONS(2381), - [sym_crate] = ACTIONS(2381), - [sym_metavariable] = ACTIONS(2379), - [sym__raw_string_literal_start] = ACTIONS(2379), - [sym_float_literal] = ACTIONS(2379), + [ts_builtin_sym_end] = ACTIONS(2498), + [sym_identifier] = ACTIONS(2500), + [anon_sym_SEMI] = ACTIONS(2498), + [anon_sym_macro_rules_BANG] = ACTIONS(2498), + [anon_sym_LPAREN] = ACTIONS(2498), + [anon_sym_LBRACK] = ACTIONS(2498), + [anon_sym_LBRACE] = ACTIONS(2498), + [anon_sym_RBRACE] = ACTIONS(2498), + [anon_sym_STAR] = ACTIONS(2498), + [anon_sym_u8] = ACTIONS(2500), + [anon_sym_i8] = ACTIONS(2500), + [anon_sym_u16] = ACTIONS(2500), + [anon_sym_i16] = ACTIONS(2500), + [anon_sym_u32] = ACTIONS(2500), + [anon_sym_i32] = ACTIONS(2500), + [anon_sym_u64] = ACTIONS(2500), + [anon_sym_i64] = ACTIONS(2500), + [anon_sym_u128] = ACTIONS(2500), + [anon_sym_i128] = ACTIONS(2500), + [anon_sym_isize] = ACTIONS(2500), + [anon_sym_usize] = ACTIONS(2500), + [anon_sym_f32] = ACTIONS(2500), + [anon_sym_f64] = ACTIONS(2500), + [anon_sym_bool] = ACTIONS(2500), + [anon_sym_str] = ACTIONS(2500), + [anon_sym_char] = ACTIONS(2500), + [anon_sym_DASH] = ACTIONS(2498), + [anon_sym_BANG] = ACTIONS(2498), + [anon_sym_AMP] = ACTIONS(2498), + [anon_sym_PIPE] = ACTIONS(2498), + [anon_sym_LT] = ACTIONS(2498), + [anon_sym_DOT_DOT] = ACTIONS(2498), + [anon_sym_COLON_COLON] = ACTIONS(2498), + [anon_sym_POUND] = ACTIONS(2498), + [anon_sym_SQUOTE] = ACTIONS(2500), + [anon_sym_async] = ACTIONS(2500), + [anon_sym_break] = ACTIONS(2500), + [anon_sym_const] = ACTIONS(2500), + [anon_sym_continue] = ACTIONS(2500), + [anon_sym_default] = ACTIONS(2500), + [anon_sym_enum] = ACTIONS(2500), + [anon_sym_fn] = ACTIONS(2500), + [anon_sym_for] = ACTIONS(2500), + [anon_sym_gen] = ACTIONS(2500), + [anon_sym_if] = ACTIONS(2500), + [anon_sym_impl] = ACTIONS(2500), + [anon_sym_let] = ACTIONS(2500), + [anon_sym_loop] = ACTIONS(2500), + [anon_sym_match] = ACTIONS(2500), + [anon_sym_mod] = ACTIONS(2500), + [anon_sym_pub] = ACTIONS(2500), + [anon_sym_return] = ACTIONS(2500), + [anon_sym_static] = ACTIONS(2500), + [anon_sym_struct] = ACTIONS(2500), + [anon_sym_trait] = ACTIONS(2500), + [anon_sym_type] = ACTIONS(2500), + [anon_sym_union] = ACTIONS(2500), + [anon_sym_unsafe] = ACTIONS(2500), + [anon_sym_use] = ACTIONS(2500), + [anon_sym_while] = ACTIONS(2500), + [anon_sym_extern] = ACTIONS(2500), + [anon_sym_yield] = ACTIONS(2500), + [anon_sym_move] = ACTIONS(2500), + [anon_sym_try] = ACTIONS(2500), + [sym_integer_literal] = ACTIONS(2498), + [aux_sym_string_literal_token1] = ACTIONS(2498), + [sym_char_literal] = ACTIONS(2498), + [anon_sym_true] = ACTIONS(2500), + [anon_sym_false] = ACTIONS(2500), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2500), + [sym_super] = ACTIONS(2500), + [sym_crate] = ACTIONS(2500), + [sym_metavariable] = ACTIONS(2498), + [sym__raw_string_literal_start] = ACTIONS(2498), + [sym_float_literal] = ACTIONS(2498), }, [STATE(645)] = { [sym_line_comment] = STATE(645), [sym_block_comment] = STATE(645), - [ts_builtin_sym_end] = ACTIONS(2383), - [sym_identifier] = ACTIONS(2385), - [anon_sym_SEMI] = ACTIONS(2383), - [anon_sym_macro_rules_BANG] = ACTIONS(2383), - [anon_sym_LPAREN] = ACTIONS(2383), - [anon_sym_LBRACK] = ACTIONS(2383), - [anon_sym_LBRACE] = ACTIONS(2383), - [anon_sym_RBRACE] = ACTIONS(2383), - [anon_sym_STAR] = ACTIONS(2383), - [anon_sym_u8] = ACTIONS(2385), - [anon_sym_i8] = ACTIONS(2385), - [anon_sym_u16] = ACTIONS(2385), - [anon_sym_i16] = ACTIONS(2385), - [anon_sym_u32] = ACTIONS(2385), - [anon_sym_i32] = ACTIONS(2385), - [anon_sym_u64] = ACTIONS(2385), - [anon_sym_i64] = ACTIONS(2385), - [anon_sym_u128] = ACTIONS(2385), - [anon_sym_i128] = ACTIONS(2385), - [anon_sym_isize] = ACTIONS(2385), - [anon_sym_usize] = ACTIONS(2385), - [anon_sym_f32] = ACTIONS(2385), - [anon_sym_f64] = ACTIONS(2385), - [anon_sym_bool] = ACTIONS(2385), - [anon_sym_str] = ACTIONS(2385), - [anon_sym_char] = ACTIONS(2385), - [anon_sym_DASH] = ACTIONS(2383), - [anon_sym_BANG] = ACTIONS(2383), - [anon_sym_AMP] = ACTIONS(2383), - [anon_sym_PIPE] = ACTIONS(2383), - [anon_sym_LT] = ACTIONS(2383), - [anon_sym_DOT_DOT] = ACTIONS(2383), - [anon_sym_COLON_COLON] = ACTIONS(2383), - [anon_sym_POUND] = ACTIONS(2383), - [anon_sym_SQUOTE] = ACTIONS(2385), - [anon_sym_async] = ACTIONS(2385), - [anon_sym_break] = ACTIONS(2385), - [anon_sym_const] = ACTIONS(2385), - [anon_sym_continue] = ACTIONS(2385), - [anon_sym_default] = ACTIONS(2385), - [anon_sym_enum] = ACTIONS(2385), - [anon_sym_fn] = ACTIONS(2385), - [anon_sym_for] = ACTIONS(2385), - [anon_sym_gen] = ACTIONS(2385), - [anon_sym_if] = ACTIONS(2385), - [anon_sym_impl] = ACTIONS(2385), - [anon_sym_let] = ACTIONS(2385), - [anon_sym_loop] = ACTIONS(2385), - [anon_sym_match] = ACTIONS(2385), - [anon_sym_mod] = ACTIONS(2385), - [anon_sym_pub] = ACTIONS(2385), - [anon_sym_return] = ACTIONS(2385), - [anon_sym_static] = ACTIONS(2385), - [anon_sym_struct] = ACTIONS(2385), - [anon_sym_trait] = ACTIONS(2385), - [anon_sym_type] = ACTIONS(2385), - [anon_sym_union] = ACTIONS(2385), - [anon_sym_unsafe] = ACTIONS(2385), - [anon_sym_use] = ACTIONS(2385), - [anon_sym_while] = ACTIONS(2385), - [anon_sym_extern] = ACTIONS(2385), - [anon_sym_yield] = ACTIONS(2385), - [anon_sym_move] = ACTIONS(2385), - [anon_sym_try] = ACTIONS(2385), - [sym_integer_literal] = ACTIONS(2383), - [aux_sym_string_literal_token1] = ACTIONS(2383), - [sym_char_literal] = ACTIONS(2383), - [anon_sym_true] = ACTIONS(2385), - [anon_sym_false] = ACTIONS(2385), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2385), - [sym_super] = ACTIONS(2385), - [sym_crate] = ACTIONS(2385), - [sym_metavariable] = ACTIONS(2383), - [sym__raw_string_literal_start] = ACTIONS(2383), - [sym_float_literal] = ACTIONS(2383), + [ts_builtin_sym_end] = ACTIONS(2502), + [sym_identifier] = ACTIONS(2504), + [anon_sym_SEMI] = ACTIONS(2502), + [anon_sym_macro_rules_BANG] = ACTIONS(2502), + [anon_sym_LPAREN] = ACTIONS(2502), + [anon_sym_LBRACK] = ACTIONS(2502), + [anon_sym_LBRACE] = ACTIONS(2502), + [anon_sym_RBRACE] = ACTIONS(2502), + [anon_sym_STAR] = ACTIONS(2502), + [anon_sym_u8] = ACTIONS(2504), + [anon_sym_i8] = ACTIONS(2504), + [anon_sym_u16] = ACTIONS(2504), + [anon_sym_i16] = ACTIONS(2504), + [anon_sym_u32] = ACTIONS(2504), + [anon_sym_i32] = ACTIONS(2504), + [anon_sym_u64] = ACTIONS(2504), + [anon_sym_i64] = ACTIONS(2504), + [anon_sym_u128] = ACTIONS(2504), + [anon_sym_i128] = ACTIONS(2504), + [anon_sym_isize] = ACTIONS(2504), + [anon_sym_usize] = ACTIONS(2504), + [anon_sym_f32] = ACTIONS(2504), + [anon_sym_f64] = ACTIONS(2504), + [anon_sym_bool] = ACTIONS(2504), + [anon_sym_str] = ACTIONS(2504), + [anon_sym_char] = ACTIONS(2504), + [anon_sym_DASH] = ACTIONS(2502), + [anon_sym_BANG] = ACTIONS(2502), + [anon_sym_AMP] = ACTIONS(2502), + [anon_sym_PIPE] = ACTIONS(2502), + [anon_sym_LT] = ACTIONS(2502), + [anon_sym_DOT_DOT] = ACTIONS(2502), + [anon_sym_COLON_COLON] = ACTIONS(2502), + [anon_sym_POUND] = ACTIONS(2502), + [anon_sym_SQUOTE] = ACTIONS(2504), + [anon_sym_async] = ACTIONS(2504), + [anon_sym_break] = ACTIONS(2504), + [anon_sym_const] = ACTIONS(2504), + [anon_sym_continue] = ACTIONS(2504), + [anon_sym_default] = ACTIONS(2504), + [anon_sym_enum] = ACTIONS(2504), + [anon_sym_fn] = ACTIONS(2504), + [anon_sym_for] = ACTIONS(2504), + [anon_sym_gen] = ACTIONS(2504), + [anon_sym_if] = ACTIONS(2504), + [anon_sym_impl] = ACTIONS(2504), + [anon_sym_let] = ACTIONS(2504), + [anon_sym_loop] = ACTIONS(2504), + [anon_sym_match] = ACTIONS(2504), + [anon_sym_mod] = ACTIONS(2504), + [anon_sym_pub] = ACTIONS(2504), + [anon_sym_return] = ACTIONS(2504), + [anon_sym_static] = ACTIONS(2504), + [anon_sym_struct] = ACTIONS(2504), + [anon_sym_trait] = ACTIONS(2504), + [anon_sym_type] = ACTIONS(2504), + [anon_sym_union] = ACTIONS(2504), + [anon_sym_unsafe] = ACTIONS(2504), + [anon_sym_use] = ACTIONS(2504), + [anon_sym_while] = ACTIONS(2504), + [anon_sym_extern] = ACTIONS(2504), + [anon_sym_yield] = ACTIONS(2504), + [anon_sym_move] = ACTIONS(2504), + [anon_sym_try] = ACTIONS(2504), + [sym_integer_literal] = ACTIONS(2502), + [aux_sym_string_literal_token1] = ACTIONS(2502), + [sym_char_literal] = ACTIONS(2502), + [anon_sym_true] = ACTIONS(2504), + [anon_sym_false] = ACTIONS(2504), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2504), + [sym_super] = ACTIONS(2504), + [sym_crate] = ACTIONS(2504), + [sym_metavariable] = ACTIONS(2502), + [sym__raw_string_literal_start] = ACTIONS(2502), + [sym_float_literal] = ACTIONS(2502), }, [STATE(646)] = { [sym_line_comment] = STATE(646), [sym_block_comment] = STATE(646), - [ts_builtin_sym_end] = ACTIONS(2387), - [sym_identifier] = ACTIONS(2389), - [anon_sym_SEMI] = ACTIONS(2387), - [anon_sym_macro_rules_BANG] = ACTIONS(2387), - [anon_sym_LPAREN] = ACTIONS(2387), - [anon_sym_LBRACK] = ACTIONS(2387), - [anon_sym_LBRACE] = ACTIONS(2387), - [anon_sym_RBRACE] = ACTIONS(2387), - [anon_sym_STAR] = ACTIONS(2387), - [anon_sym_u8] = ACTIONS(2389), - [anon_sym_i8] = ACTIONS(2389), - [anon_sym_u16] = ACTIONS(2389), - [anon_sym_i16] = ACTIONS(2389), - [anon_sym_u32] = ACTIONS(2389), - [anon_sym_i32] = ACTIONS(2389), - [anon_sym_u64] = ACTIONS(2389), - [anon_sym_i64] = ACTIONS(2389), - [anon_sym_u128] = ACTIONS(2389), - [anon_sym_i128] = ACTIONS(2389), - [anon_sym_isize] = ACTIONS(2389), - [anon_sym_usize] = ACTIONS(2389), - [anon_sym_f32] = ACTIONS(2389), - [anon_sym_f64] = ACTIONS(2389), - [anon_sym_bool] = ACTIONS(2389), - [anon_sym_str] = ACTIONS(2389), - [anon_sym_char] = ACTIONS(2389), - [anon_sym_DASH] = ACTIONS(2387), - [anon_sym_BANG] = ACTIONS(2387), - [anon_sym_AMP] = ACTIONS(2387), - [anon_sym_PIPE] = ACTIONS(2387), - [anon_sym_LT] = ACTIONS(2387), - [anon_sym_DOT_DOT] = ACTIONS(2387), - [anon_sym_COLON_COLON] = ACTIONS(2387), - [anon_sym_POUND] = ACTIONS(2387), - [anon_sym_SQUOTE] = ACTIONS(2389), - [anon_sym_async] = ACTIONS(2389), - [anon_sym_break] = ACTIONS(2389), - [anon_sym_const] = ACTIONS(2389), - [anon_sym_continue] = ACTIONS(2389), - [anon_sym_default] = ACTIONS(2389), - [anon_sym_enum] = ACTIONS(2389), - [anon_sym_fn] = ACTIONS(2389), - [anon_sym_for] = ACTIONS(2389), - [anon_sym_gen] = ACTIONS(2389), - [anon_sym_if] = ACTIONS(2389), - [anon_sym_impl] = ACTIONS(2389), - [anon_sym_let] = ACTIONS(2389), - [anon_sym_loop] = ACTIONS(2389), - [anon_sym_match] = ACTIONS(2389), - [anon_sym_mod] = ACTIONS(2389), - [anon_sym_pub] = ACTIONS(2389), - [anon_sym_return] = ACTIONS(2389), - [anon_sym_static] = ACTIONS(2389), - [anon_sym_struct] = ACTIONS(2389), - [anon_sym_trait] = ACTIONS(2389), - [anon_sym_type] = ACTIONS(2389), - [anon_sym_union] = ACTIONS(2389), - [anon_sym_unsafe] = ACTIONS(2389), - [anon_sym_use] = ACTIONS(2389), - [anon_sym_while] = ACTIONS(2389), - [anon_sym_extern] = ACTIONS(2389), - [anon_sym_yield] = ACTIONS(2389), - [anon_sym_move] = ACTIONS(2389), - [anon_sym_try] = ACTIONS(2389), - [sym_integer_literal] = ACTIONS(2387), - [aux_sym_string_literal_token1] = ACTIONS(2387), - [sym_char_literal] = ACTIONS(2387), - [anon_sym_true] = ACTIONS(2389), - [anon_sym_false] = ACTIONS(2389), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2389), - [sym_super] = ACTIONS(2389), - [sym_crate] = ACTIONS(2389), - [sym_metavariable] = ACTIONS(2387), - [sym__raw_string_literal_start] = ACTIONS(2387), - [sym_float_literal] = ACTIONS(2387), + [ts_builtin_sym_end] = ACTIONS(2506), + [sym_identifier] = ACTIONS(2508), + [anon_sym_SEMI] = ACTIONS(2506), + [anon_sym_macro_rules_BANG] = ACTIONS(2506), + [anon_sym_LPAREN] = ACTIONS(2506), + [anon_sym_LBRACK] = ACTIONS(2506), + [anon_sym_LBRACE] = ACTIONS(2506), + [anon_sym_RBRACE] = ACTIONS(2506), + [anon_sym_STAR] = ACTIONS(2506), + [anon_sym_u8] = ACTIONS(2508), + [anon_sym_i8] = ACTIONS(2508), + [anon_sym_u16] = ACTIONS(2508), + [anon_sym_i16] = ACTIONS(2508), + [anon_sym_u32] = ACTIONS(2508), + [anon_sym_i32] = ACTIONS(2508), + [anon_sym_u64] = ACTIONS(2508), + [anon_sym_i64] = ACTIONS(2508), + [anon_sym_u128] = ACTIONS(2508), + [anon_sym_i128] = ACTIONS(2508), + [anon_sym_isize] = ACTIONS(2508), + [anon_sym_usize] = ACTIONS(2508), + [anon_sym_f32] = ACTIONS(2508), + [anon_sym_f64] = ACTIONS(2508), + [anon_sym_bool] = ACTIONS(2508), + [anon_sym_str] = ACTIONS(2508), + [anon_sym_char] = ACTIONS(2508), + [anon_sym_DASH] = ACTIONS(2506), + [anon_sym_BANG] = ACTIONS(2506), + [anon_sym_AMP] = ACTIONS(2506), + [anon_sym_PIPE] = ACTIONS(2506), + [anon_sym_LT] = ACTIONS(2506), + [anon_sym_DOT_DOT] = ACTIONS(2506), + [anon_sym_COLON_COLON] = ACTIONS(2506), + [anon_sym_POUND] = ACTIONS(2506), + [anon_sym_SQUOTE] = ACTIONS(2508), + [anon_sym_async] = ACTIONS(2508), + [anon_sym_break] = ACTIONS(2508), + [anon_sym_const] = ACTIONS(2508), + [anon_sym_continue] = ACTIONS(2508), + [anon_sym_default] = ACTIONS(2508), + [anon_sym_enum] = ACTIONS(2508), + [anon_sym_fn] = ACTIONS(2508), + [anon_sym_for] = ACTIONS(2508), + [anon_sym_gen] = ACTIONS(2508), + [anon_sym_if] = ACTIONS(2508), + [anon_sym_impl] = ACTIONS(2508), + [anon_sym_let] = ACTIONS(2508), + [anon_sym_loop] = ACTIONS(2508), + [anon_sym_match] = ACTIONS(2508), + [anon_sym_mod] = ACTIONS(2508), + [anon_sym_pub] = ACTIONS(2508), + [anon_sym_return] = ACTIONS(2508), + [anon_sym_static] = ACTIONS(2508), + [anon_sym_struct] = ACTIONS(2508), + [anon_sym_trait] = ACTIONS(2508), + [anon_sym_type] = ACTIONS(2508), + [anon_sym_union] = ACTIONS(2508), + [anon_sym_unsafe] = ACTIONS(2508), + [anon_sym_use] = ACTIONS(2508), + [anon_sym_while] = ACTIONS(2508), + [anon_sym_extern] = ACTIONS(2508), + [anon_sym_yield] = ACTIONS(2508), + [anon_sym_move] = ACTIONS(2508), + [anon_sym_try] = ACTIONS(2508), + [sym_integer_literal] = ACTIONS(2506), + [aux_sym_string_literal_token1] = ACTIONS(2506), + [sym_char_literal] = ACTIONS(2506), + [anon_sym_true] = ACTIONS(2508), + [anon_sym_false] = ACTIONS(2508), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2508), + [sym_super] = ACTIONS(2508), + [sym_crate] = ACTIONS(2508), + [sym_metavariable] = ACTIONS(2506), + [sym__raw_string_literal_start] = ACTIONS(2506), + [sym_float_literal] = ACTIONS(2506), }, [STATE(647)] = { [sym_line_comment] = STATE(647), [sym_block_comment] = STATE(647), - [ts_builtin_sym_end] = ACTIONS(2391), - [sym_identifier] = ACTIONS(2393), - [anon_sym_SEMI] = ACTIONS(2391), - [anon_sym_macro_rules_BANG] = ACTIONS(2391), - [anon_sym_LPAREN] = ACTIONS(2391), - [anon_sym_LBRACK] = ACTIONS(2391), - [anon_sym_LBRACE] = ACTIONS(2391), - [anon_sym_RBRACE] = ACTIONS(2391), - [anon_sym_STAR] = ACTIONS(2391), - [anon_sym_u8] = ACTIONS(2393), - [anon_sym_i8] = ACTIONS(2393), - [anon_sym_u16] = ACTIONS(2393), - [anon_sym_i16] = ACTIONS(2393), - [anon_sym_u32] = ACTIONS(2393), - [anon_sym_i32] = ACTIONS(2393), - [anon_sym_u64] = ACTIONS(2393), - [anon_sym_i64] = ACTIONS(2393), - [anon_sym_u128] = ACTIONS(2393), - [anon_sym_i128] = ACTIONS(2393), - [anon_sym_isize] = ACTIONS(2393), - [anon_sym_usize] = ACTIONS(2393), - [anon_sym_f32] = ACTIONS(2393), - [anon_sym_f64] = ACTIONS(2393), - [anon_sym_bool] = ACTIONS(2393), - [anon_sym_str] = ACTIONS(2393), - [anon_sym_char] = ACTIONS(2393), - [anon_sym_DASH] = ACTIONS(2391), - [anon_sym_BANG] = ACTIONS(2391), - [anon_sym_AMP] = ACTIONS(2391), - [anon_sym_PIPE] = ACTIONS(2391), - [anon_sym_LT] = ACTIONS(2391), - [anon_sym_DOT_DOT] = ACTIONS(2391), - [anon_sym_COLON_COLON] = ACTIONS(2391), - [anon_sym_POUND] = ACTIONS(2391), - [anon_sym_SQUOTE] = ACTIONS(2393), - [anon_sym_async] = ACTIONS(2393), - [anon_sym_break] = ACTIONS(2393), - [anon_sym_const] = ACTIONS(2393), - [anon_sym_continue] = ACTIONS(2393), - [anon_sym_default] = ACTIONS(2393), - [anon_sym_enum] = ACTIONS(2393), - [anon_sym_fn] = ACTIONS(2393), - [anon_sym_for] = ACTIONS(2393), - [anon_sym_gen] = ACTIONS(2393), - [anon_sym_if] = ACTIONS(2393), - [anon_sym_impl] = ACTIONS(2393), - [anon_sym_let] = ACTIONS(2393), - [anon_sym_loop] = ACTIONS(2393), - [anon_sym_match] = ACTIONS(2393), - [anon_sym_mod] = ACTIONS(2393), - [anon_sym_pub] = ACTIONS(2393), - [anon_sym_return] = ACTIONS(2393), - [anon_sym_static] = ACTIONS(2393), - [anon_sym_struct] = ACTIONS(2393), - [anon_sym_trait] = ACTIONS(2393), - [anon_sym_type] = ACTIONS(2393), - [anon_sym_union] = ACTIONS(2393), - [anon_sym_unsafe] = ACTIONS(2393), - [anon_sym_use] = ACTIONS(2393), - [anon_sym_while] = ACTIONS(2393), - [anon_sym_extern] = ACTIONS(2393), - [anon_sym_yield] = ACTIONS(2393), - [anon_sym_move] = ACTIONS(2393), - [anon_sym_try] = ACTIONS(2393), - [sym_integer_literal] = ACTIONS(2391), - [aux_sym_string_literal_token1] = ACTIONS(2391), - [sym_char_literal] = ACTIONS(2391), - [anon_sym_true] = ACTIONS(2393), - [anon_sym_false] = ACTIONS(2393), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2393), - [sym_super] = ACTIONS(2393), - [sym_crate] = ACTIONS(2393), - [sym_metavariable] = ACTIONS(2391), - [sym__raw_string_literal_start] = ACTIONS(2391), - [sym_float_literal] = ACTIONS(2391), + [ts_builtin_sym_end] = ACTIONS(2510), + [sym_identifier] = ACTIONS(2512), + [anon_sym_SEMI] = ACTIONS(2510), + [anon_sym_macro_rules_BANG] = ACTIONS(2510), + [anon_sym_LPAREN] = ACTIONS(2510), + [anon_sym_LBRACK] = ACTIONS(2510), + [anon_sym_LBRACE] = ACTIONS(2510), + [anon_sym_RBRACE] = ACTIONS(2510), + [anon_sym_STAR] = ACTIONS(2510), + [anon_sym_u8] = ACTIONS(2512), + [anon_sym_i8] = ACTIONS(2512), + [anon_sym_u16] = ACTIONS(2512), + [anon_sym_i16] = ACTIONS(2512), + [anon_sym_u32] = ACTIONS(2512), + [anon_sym_i32] = ACTIONS(2512), + [anon_sym_u64] = ACTIONS(2512), + [anon_sym_i64] = ACTIONS(2512), + [anon_sym_u128] = ACTIONS(2512), + [anon_sym_i128] = ACTIONS(2512), + [anon_sym_isize] = ACTIONS(2512), + [anon_sym_usize] = ACTIONS(2512), + [anon_sym_f32] = ACTIONS(2512), + [anon_sym_f64] = ACTIONS(2512), + [anon_sym_bool] = ACTIONS(2512), + [anon_sym_str] = ACTIONS(2512), + [anon_sym_char] = ACTIONS(2512), + [anon_sym_DASH] = ACTIONS(2510), + [anon_sym_BANG] = ACTIONS(2510), + [anon_sym_AMP] = ACTIONS(2510), + [anon_sym_PIPE] = ACTIONS(2510), + [anon_sym_LT] = ACTIONS(2510), + [anon_sym_DOT_DOT] = ACTIONS(2510), + [anon_sym_COLON_COLON] = ACTIONS(2510), + [anon_sym_POUND] = ACTIONS(2510), + [anon_sym_SQUOTE] = ACTIONS(2512), + [anon_sym_async] = ACTIONS(2512), + [anon_sym_break] = ACTIONS(2512), + [anon_sym_const] = ACTIONS(2512), + [anon_sym_continue] = ACTIONS(2512), + [anon_sym_default] = ACTIONS(2512), + [anon_sym_enum] = ACTIONS(2512), + [anon_sym_fn] = ACTIONS(2512), + [anon_sym_for] = ACTIONS(2512), + [anon_sym_gen] = ACTIONS(2512), + [anon_sym_if] = ACTIONS(2512), + [anon_sym_impl] = ACTIONS(2512), + [anon_sym_let] = ACTIONS(2512), + [anon_sym_loop] = ACTIONS(2512), + [anon_sym_match] = ACTIONS(2512), + [anon_sym_mod] = ACTIONS(2512), + [anon_sym_pub] = ACTIONS(2512), + [anon_sym_return] = ACTIONS(2512), + [anon_sym_static] = ACTIONS(2512), + [anon_sym_struct] = ACTIONS(2512), + [anon_sym_trait] = ACTIONS(2512), + [anon_sym_type] = ACTIONS(2512), + [anon_sym_union] = ACTIONS(2512), + [anon_sym_unsafe] = ACTIONS(2512), + [anon_sym_use] = ACTIONS(2512), + [anon_sym_while] = ACTIONS(2512), + [anon_sym_extern] = ACTIONS(2512), + [anon_sym_yield] = ACTIONS(2512), + [anon_sym_move] = ACTIONS(2512), + [anon_sym_try] = ACTIONS(2512), + [sym_integer_literal] = ACTIONS(2510), + [aux_sym_string_literal_token1] = ACTIONS(2510), + [sym_char_literal] = ACTIONS(2510), + [anon_sym_true] = ACTIONS(2512), + [anon_sym_false] = ACTIONS(2512), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2512), + [sym_super] = ACTIONS(2512), + [sym_crate] = ACTIONS(2512), + [sym_metavariable] = ACTIONS(2510), + [sym__raw_string_literal_start] = ACTIONS(2510), + [sym_float_literal] = ACTIONS(2510), }, [STATE(648)] = { [sym_line_comment] = STATE(648), [sym_block_comment] = STATE(648), - [ts_builtin_sym_end] = ACTIONS(2395), - [sym_identifier] = ACTIONS(2397), - [anon_sym_SEMI] = ACTIONS(2395), - [anon_sym_macro_rules_BANG] = ACTIONS(2395), - [anon_sym_LPAREN] = ACTIONS(2395), - [anon_sym_LBRACK] = ACTIONS(2395), - [anon_sym_LBRACE] = ACTIONS(2395), - [anon_sym_RBRACE] = ACTIONS(2395), - [anon_sym_STAR] = ACTIONS(2395), - [anon_sym_u8] = ACTIONS(2397), - [anon_sym_i8] = ACTIONS(2397), - [anon_sym_u16] = ACTIONS(2397), - [anon_sym_i16] = ACTIONS(2397), - [anon_sym_u32] = ACTIONS(2397), - [anon_sym_i32] = ACTIONS(2397), - [anon_sym_u64] = ACTIONS(2397), - [anon_sym_i64] = ACTIONS(2397), - [anon_sym_u128] = ACTIONS(2397), - [anon_sym_i128] = ACTIONS(2397), - [anon_sym_isize] = ACTIONS(2397), - [anon_sym_usize] = ACTIONS(2397), - [anon_sym_f32] = ACTIONS(2397), - [anon_sym_f64] = ACTIONS(2397), - [anon_sym_bool] = ACTIONS(2397), - [anon_sym_str] = ACTIONS(2397), - [anon_sym_char] = ACTIONS(2397), - [anon_sym_DASH] = ACTIONS(2395), - [anon_sym_BANG] = ACTIONS(2395), - [anon_sym_AMP] = ACTIONS(2395), - [anon_sym_PIPE] = ACTIONS(2395), - [anon_sym_LT] = ACTIONS(2395), - [anon_sym_DOT_DOT] = ACTIONS(2395), - [anon_sym_COLON_COLON] = ACTIONS(2395), - [anon_sym_POUND] = ACTIONS(2395), - [anon_sym_SQUOTE] = ACTIONS(2397), - [anon_sym_async] = ACTIONS(2397), - [anon_sym_break] = ACTIONS(2397), - [anon_sym_const] = ACTIONS(2397), - [anon_sym_continue] = ACTIONS(2397), - [anon_sym_default] = ACTIONS(2397), - [anon_sym_enum] = ACTIONS(2397), - [anon_sym_fn] = ACTIONS(2397), - [anon_sym_for] = ACTIONS(2397), - [anon_sym_gen] = ACTIONS(2397), - [anon_sym_if] = ACTIONS(2397), - [anon_sym_impl] = ACTIONS(2397), - [anon_sym_let] = ACTIONS(2397), - [anon_sym_loop] = ACTIONS(2397), - [anon_sym_match] = ACTIONS(2397), - [anon_sym_mod] = ACTIONS(2397), - [anon_sym_pub] = ACTIONS(2397), - [anon_sym_return] = ACTIONS(2397), - [anon_sym_static] = ACTIONS(2397), - [anon_sym_struct] = ACTIONS(2397), - [anon_sym_trait] = ACTIONS(2397), - [anon_sym_type] = ACTIONS(2397), - [anon_sym_union] = ACTIONS(2397), - [anon_sym_unsafe] = ACTIONS(2397), - [anon_sym_use] = ACTIONS(2397), - [anon_sym_while] = ACTIONS(2397), - [anon_sym_extern] = ACTIONS(2397), - [anon_sym_yield] = ACTIONS(2397), - [anon_sym_move] = ACTIONS(2397), - [anon_sym_try] = ACTIONS(2397), - [sym_integer_literal] = ACTIONS(2395), - [aux_sym_string_literal_token1] = ACTIONS(2395), - [sym_char_literal] = ACTIONS(2395), - [anon_sym_true] = ACTIONS(2397), - [anon_sym_false] = ACTIONS(2397), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2397), - [sym_super] = ACTIONS(2397), - [sym_crate] = ACTIONS(2397), - [sym_metavariable] = ACTIONS(2395), - [sym__raw_string_literal_start] = ACTIONS(2395), - [sym_float_literal] = ACTIONS(2395), + [ts_builtin_sym_end] = ACTIONS(2514), + [sym_identifier] = ACTIONS(2516), + [anon_sym_SEMI] = ACTIONS(2514), + [anon_sym_macro_rules_BANG] = ACTIONS(2514), + [anon_sym_LPAREN] = ACTIONS(2514), + [anon_sym_LBRACK] = ACTIONS(2514), + [anon_sym_LBRACE] = ACTIONS(2514), + [anon_sym_RBRACE] = ACTIONS(2514), + [anon_sym_STAR] = ACTIONS(2514), + [anon_sym_u8] = ACTIONS(2516), + [anon_sym_i8] = ACTIONS(2516), + [anon_sym_u16] = ACTIONS(2516), + [anon_sym_i16] = ACTIONS(2516), + [anon_sym_u32] = ACTIONS(2516), + [anon_sym_i32] = ACTIONS(2516), + [anon_sym_u64] = ACTIONS(2516), + [anon_sym_i64] = ACTIONS(2516), + [anon_sym_u128] = ACTIONS(2516), + [anon_sym_i128] = ACTIONS(2516), + [anon_sym_isize] = ACTIONS(2516), + [anon_sym_usize] = ACTIONS(2516), + [anon_sym_f32] = ACTIONS(2516), + [anon_sym_f64] = ACTIONS(2516), + [anon_sym_bool] = ACTIONS(2516), + [anon_sym_str] = ACTIONS(2516), + [anon_sym_char] = ACTIONS(2516), + [anon_sym_DASH] = ACTIONS(2514), + [anon_sym_BANG] = ACTIONS(2514), + [anon_sym_AMP] = ACTIONS(2514), + [anon_sym_PIPE] = ACTIONS(2514), + [anon_sym_LT] = ACTIONS(2514), + [anon_sym_DOT_DOT] = ACTIONS(2514), + [anon_sym_COLON_COLON] = ACTIONS(2514), + [anon_sym_POUND] = ACTIONS(2514), + [anon_sym_SQUOTE] = ACTIONS(2516), + [anon_sym_async] = ACTIONS(2516), + [anon_sym_break] = ACTIONS(2516), + [anon_sym_const] = ACTIONS(2516), + [anon_sym_continue] = ACTIONS(2516), + [anon_sym_default] = ACTIONS(2516), + [anon_sym_enum] = ACTIONS(2516), + [anon_sym_fn] = ACTIONS(2516), + [anon_sym_for] = ACTIONS(2516), + [anon_sym_gen] = ACTIONS(2516), + [anon_sym_if] = ACTIONS(2516), + [anon_sym_impl] = ACTIONS(2516), + [anon_sym_let] = ACTIONS(2516), + [anon_sym_loop] = ACTIONS(2516), + [anon_sym_match] = ACTIONS(2516), + [anon_sym_mod] = ACTIONS(2516), + [anon_sym_pub] = ACTIONS(2516), + [anon_sym_return] = ACTIONS(2516), + [anon_sym_static] = ACTIONS(2516), + [anon_sym_struct] = ACTIONS(2516), + [anon_sym_trait] = ACTIONS(2516), + [anon_sym_type] = ACTIONS(2516), + [anon_sym_union] = ACTIONS(2516), + [anon_sym_unsafe] = ACTIONS(2516), + [anon_sym_use] = ACTIONS(2516), + [anon_sym_while] = ACTIONS(2516), + [anon_sym_extern] = ACTIONS(2516), + [anon_sym_yield] = ACTIONS(2516), + [anon_sym_move] = ACTIONS(2516), + [anon_sym_try] = ACTIONS(2516), + [sym_integer_literal] = ACTIONS(2514), + [aux_sym_string_literal_token1] = ACTIONS(2514), + [sym_char_literal] = ACTIONS(2514), + [anon_sym_true] = ACTIONS(2516), + [anon_sym_false] = ACTIONS(2516), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2516), + [sym_super] = ACTIONS(2516), + [sym_crate] = ACTIONS(2516), + [sym_metavariable] = ACTIONS(2514), + [sym__raw_string_literal_start] = ACTIONS(2514), + [sym_float_literal] = ACTIONS(2514), }, [STATE(649)] = { [sym_line_comment] = STATE(649), [sym_block_comment] = STATE(649), - [ts_builtin_sym_end] = ACTIONS(2399), - [sym_identifier] = ACTIONS(2401), - [anon_sym_SEMI] = ACTIONS(2399), - [anon_sym_macro_rules_BANG] = ACTIONS(2399), - [anon_sym_LPAREN] = ACTIONS(2399), - [anon_sym_LBRACK] = ACTIONS(2399), - [anon_sym_LBRACE] = ACTIONS(2399), - [anon_sym_RBRACE] = ACTIONS(2399), - [anon_sym_STAR] = ACTIONS(2399), - [anon_sym_u8] = ACTIONS(2401), - [anon_sym_i8] = ACTIONS(2401), - [anon_sym_u16] = ACTIONS(2401), - [anon_sym_i16] = ACTIONS(2401), - [anon_sym_u32] = ACTIONS(2401), - [anon_sym_i32] = ACTIONS(2401), - [anon_sym_u64] = ACTIONS(2401), - [anon_sym_i64] = ACTIONS(2401), - [anon_sym_u128] = ACTIONS(2401), - [anon_sym_i128] = ACTIONS(2401), - [anon_sym_isize] = ACTIONS(2401), - [anon_sym_usize] = ACTIONS(2401), - [anon_sym_f32] = ACTIONS(2401), - [anon_sym_f64] = ACTIONS(2401), - [anon_sym_bool] = ACTIONS(2401), - [anon_sym_str] = ACTIONS(2401), - [anon_sym_char] = ACTIONS(2401), - [anon_sym_DASH] = ACTIONS(2399), - [anon_sym_BANG] = ACTIONS(2399), - [anon_sym_AMP] = ACTIONS(2399), - [anon_sym_PIPE] = ACTIONS(2399), - [anon_sym_LT] = ACTIONS(2399), - [anon_sym_DOT_DOT] = ACTIONS(2399), - [anon_sym_COLON_COLON] = ACTIONS(2399), - [anon_sym_POUND] = ACTIONS(2399), - [anon_sym_SQUOTE] = ACTIONS(2401), - [anon_sym_async] = ACTIONS(2401), - [anon_sym_break] = ACTIONS(2401), - [anon_sym_const] = ACTIONS(2401), - [anon_sym_continue] = ACTIONS(2401), - [anon_sym_default] = ACTIONS(2401), - [anon_sym_enum] = ACTIONS(2401), - [anon_sym_fn] = ACTIONS(2401), - [anon_sym_for] = ACTIONS(2401), - [anon_sym_gen] = ACTIONS(2401), - [anon_sym_if] = ACTIONS(2401), - [anon_sym_impl] = ACTIONS(2401), - [anon_sym_let] = ACTIONS(2401), - [anon_sym_loop] = ACTIONS(2401), - [anon_sym_match] = ACTIONS(2401), - [anon_sym_mod] = ACTIONS(2401), - [anon_sym_pub] = ACTIONS(2401), - [anon_sym_return] = ACTIONS(2401), - [anon_sym_static] = ACTIONS(2401), - [anon_sym_struct] = ACTIONS(2401), - [anon_sym_trait] = ACTIONS(2401), - [anon_sym_type] = ACTIONS(2401), - [anon_sym_union] = ACTIONS(2401), - [anon_sym_unsafe] = ACTIONS(2401), - [anon_sym_use] = ACTIONS(2401), - [anon_sym_while] = ACTIONS(2401), - [anon_sym_extern] = ACTIONS(2401), - [anon_sym_yield] = ACTIONS(2401), - [anon_sym_move] = ACTIONS(2401), - [anon_sym_try] = ACTIONS(2401), - [sym_integer_literal] = ACTIONS(2399), - [aux_sym_string_literal_token1] = ACTIONS(2399), - [sym_char_literal] = ACTIONS(2399), - [anon_sym_true] = ACTIONS(2401), - [anon_sym_false] = ACTIONS(2401), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2401), - [sym_super] = ACTIONS(2401), - [sym_crate] = ACTIONS(2401), - [sym_metavariable] = ACTIONS(2399), - [sym__raw_string_literal_start] = ACTIONS(2399), - [sym_float_literal] = ACTIONS(2399), + [ts_builtin_sym_end] = ACTIONS(2518), + [sym_identifier] = ACTIONS(2520), + [anon_sym_SEMI] = ACTIONS(2518), + [anon_sym_macro_rules_BANG] = ACTIONS(2518), + [anon_sym_LPAREN] = ACTIONS(2518), + [anon_sym_LBRACK] = ACTIONS(2518), + [anon_sym_LBRACE] = ACTIONS(2518), + [anon_sym_RBRACE] = ACTIONS(2518), + [anon_sym_STAR] = ACTIONS(2518), + [anon_sym_u8] = ACTIONS(2520), + [anon_sym_i8] = ACTIONS(2520), + [anon_sym_u16] = ACTIONS(2520), + [anon_sym_i16] = ACTIONS(2520), + [anon_sym_u32] = ACTIONS(2520), + [anon_sym_i32] = ACTIONS(2520), + [anon_sym_u64] = ACTIONS(2520), + [anon_sym_i64] = ACTIONS(2520), + [anon_sym_u128] = ACTIONS(2520), + [anon_sym_i128] = ACTIONS(2520), + [anon_sym_isize] = ACTIONS(2520), + [anon_sym_usize] = ACTIONS(2520), + [anon_sym_f32] = ACTIONS(2520), + [anon_sym_f64] = ACTIONS(2520), + [anon_sym_bool] = ACTIONS(2520), + [anon_sym_str] = ACTIONS(2520), + [anon_sym_char] = ACTIONS(2520), + [anon_sym_DASH] = ACTIONS(2518), + [anon_sym_BANG] = ACTIONS(2518), + [anon_sym_AMP] = ACTIONS(2518), + [anon_sym_PIPE] = ACTIONS(2518), + [anon_sym_LT] = ACTIONS(2518), + [anon_sym_DOT_DOT] = ACTIONS(2518), + [anon_sym_COLON_COLON] = ACTIONS(2518), + [anon_sym_POUND] = ACTIONS(2518), + [anon_sym_SQUOTE] = ACTIONS(2520), + [anon_sym_async] = ACTIONS(2520), + [anon_sym_break] = ACTIONS(2520), + [anon_sym_const] = ACTIONS(2520), + [anon_sym_continue] = ACTIONS(2520), + [anon_sym_default] = ACTIONS(2520), + [anon_sym_enum] = ACTIONS(2520), + [anon_sym_fn] = ACTIONS(2520), + [anon_sym_for] = ACTIONS(2520), + [anon_sym_gen] = ACTIONS(2520), + [anon_sym_if] = ACTIONS(2520), + [anon_sym_impl] = ACTIONS(2520), + [anon_sym_let] = ACTIONS(2520), + [anon_sym_loop] = ACTIONS(2520), + [anon_sym_match] = ACTIONS(2520), + [anon_sym_mod] = ACTIONS(2520), + [anon_sym_pub] = ACTIONS(2520), + [anon_sym_return] = ACTIONS(2520), + [anon_sym_static] = ACTIONS(2520), + [anon_sym_struct] = ACTIONS(2520), + [anon_sym_trait] = ACTIONS(2520), + [anon_sym_type] = ACTIONS(2520), + [anon_sym_union] = ACTIONS(2520), + [anon_sym_unsafe] = ACTIONS(2520), + [anon_sym_use] = ACTIONS(2520), + [anon_sym_while] = ACTIONS(2520), + [anon_sym_extern] = ACTIONS(2520), + [anon_sym_yield] = ACTIONS(2520), + [anon_sym_move] = ACTIONS(2520), + [anon_sym_try] = ACTIONS(2520), + [sym_integer_literal] = ACTIONS(2518), + [aux_sym_string_literal_token1] = ACTIONS(2518), + [sym_char_literal] = ACTIONS(2518), + [anon_sym_true] = ACTIONS(2520), + [anon_sym_false] = ACTIONS(2520), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2520), + [sym_super] = ACTIONS(2520), + [sym_crate] = ACTIONS(2520), + [sym_metavariable] = ACTIONS(2518), + [sym__raw_string_literal_start] = ACTIONS(2518), + [sym_float_literal] = ACTIONS(2518), }, [STATE(650)] = { [sym_line_comment] = STATE(650), [sym_block_comment] = STATE(650), - [ts_builtin_sym_end] = ACTIONS(2403), - [sym_identifier] = ACTIONS(2405), - [anon_sym_SEMI] = ACTIONS(2403), - [anon_sym_macro_rules_BANG] = ACTIONS(2403), - [anon_sym_LPAREN] = ACTIONS(2403), - [anon_sym_LBRACK] = ACTIONS(2403), - [anon_sym_LBRACE] = ACTIONS(2403), - [anon_sym_RBRACE] = ACTIONS(2403), - [anon_sym_STAR] = ACTIONS(2403), - [anon_sym_u8] = ACTIONS(2405), - [anon_sym_i8] = ACTIONS(2405), - [anon_sym_u16] = ACTIONS(2405), - [anon_sym_i16] = ACTIONS(2405), - [anon_sym_u32] = ACTIONS(2405), - [anon_sym_i32] = ACTIONS(2405), - [anon_sym_u64] = ACTIONS(2405), - [anon_sym_i64] = ACTIONS(2405), - [anon_sym_u128] = ACTIONS(2405), - [anon_sym_i128] = ACTIONS(2405), - [anon_sym_isize] = ACTIONS(2405), - [anon_sym_usize] = ACTIONS(2405), - [anon_sym_f32] = ACTIONS(2405), - [anon_sym_f64] = ACTIONS(2405), - [anon_sym_bool] = ACTIONS(2405), - [anon_sym_str] = ACTIONS(2405), - [anon_sym_char] = ACTIONS(2405), - [anon_sym_DASH] = ACTIONS(2403), - [anon_sym_BANG] = ACTIONS(2403), - [anon_sym_AMP] = ACTIONS(2403), - [anon_sym_PIPE] = ACTIONS(2403), - [anon_sym_LT] = ACTIONS(2403), - [anon_sym_DOT_DOT] = ACTIONS(2403), - [anon_sym_COLON_COLON] = ACTIONS(2403), - [anon_sym_POUND] = ACTIONS(2403), - [anon_sym_SQUOTE] = ACTIONS(2405), - [anon_sym_async] = ACTIONS(2405), - [anon_sym_break] = ACTIONS(2405), - [anon_sym_const] = ACTIONS(2405), - [anon_sym_continue] = ACTIONS(2405), - [anon_sym_default] = ACTIONS(2405), - [anon_sym_enum] = ACTIONS(2405), - [anon_sym_fn] = ACTIONS(2405), - [anon_sym_for] = ACTIONS(2405), - [anon_sym_gen] = ACTIONS(2405), - [anon_sym_if] = ACTIONS(2405), - [anon_sym_impl] = ACTIONS(2405), - [anon_sym_let] = ACTIONS(2405), - [anon_sym_loop] = ACTIONS(2405), - [anon_sym_match] = ACTIONS(2405), - [anon_sym_mod] = ACTIONS(2405), - [anon_sym_pub] = ACTIONS(2405), - [anon_sym_return] = ACTIONS(2405), - [anon_sym_static] = ACTIONS(2405), - [anon_sym_struct] = ACTIONS(2405), - [anon_sym_trait] = ACTIONS(2405), - [anon_sym_type] = ACTIONS(2405), - [anon_sym_union] = ACTIONS(2405), - [anon_sym_unsafe] = ACTIONS(2405), - [anon_sym_use] = ACTIONS(2405), - [anon_sym_while] = ACTIONS(2405), - [anon_sym_extern] = ACTIONS(2405), - [anon_sym_yield] = ACTIONS(2405), - [anon_sym_move] = ACTIONS(2405), - [anon_sym_try] = ACTIONS(2405), - [sym_integer_literal] = ACTIONS(2403), - [aux_sym_string_literal_token1] = ACTIONS(2403), - [sym_char_literal] = ACTIONS(2403), - [anon_sym_true] = ACTIONS(2405), - [anon_sym_false] = ACTIONS(2405), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2405), - [sym_super] = ACTIONS(2405), - [sym_crate] = ACTIONS(2405), - [sym_metavariable] = ACTIONS(2403), - [sym__raw_string_literal_start] = ACTIONS(2403), - [sym_float_literal] = ACTIONS(2403), + [ts_builtin_sym_end] = ACTIONS(2522), + [sym_identifier] = ACTIONS(2524), + [anon_sym_SEMI] = ACTIONS(2522), + [anon_sym_macro_rules_BANG] = ACTIONS(2522), + [anon_sym_LPAREN] = ACTIONS(2522), + [anon_sym_LBRACK] = ACTIONS(2522), + [anon_sym_LBRACE] = ACTIONS(2522), + [anon_sym_RBRACE] = ACTIONS(2522), + [anon_sym_STAR] = ACTIONS(2522), + [anon_sym_u8] = ACTIONS(2524), + [anon_sym_i8] = ACTIONS(2524), + [anon_sym_u16] = ACTIONS(2524), + [anon_sym_i16] = ACTIONS(2524), + [anon_sym_u32] = ACTIONS(2524), + [anon_sym_i32] = ACTIONS(2524), + [anon_sym_u64] = ACTIONS(2524), + [anon_sym_i64] = ACTIONS(2524), + [anon_sym_u128] = ACTIONS(2524), + [anon_sym_i128] = ACTIONS(2524), + [anon_sym_isize] = ACTIONS(2524), + [anon_sym_usize] = ACTIONS(2524), + [anon_sym_f32] = ACTIONS(2524), + [anon_sym_f64] = ACTIONS(2524), + [anon_sym_bool] = ACTIONS(2524), + [anon_sym_str] = ACTIONS(2524), + [anon_sym_char] = ACTIONS(2524), + [anon_sym_DASH] = ACTIONS(2522), + [anon_sym_BANG] = ACTIONS(2522), + [anon_sym_AMP] = ACTIONS(2522), + [anon_sym_PIPE] = ACTIONS(2522), + [anon_sym_LT] = ACTIONS(2522), + [anon_sym_DOT_DOT] = ACTIONS(2522), + [anon_sym_COLON_COLON] = ACTIONS(2522), + [anon_sym_POUND] = ACTIONS(2522), + [anon_sym_SQUOTE] = ACTIONS(2524), + [anon_sym_async] = ACTIONS(2524), + [anon_sym_break] = ACTIONS(2524), + [anon_sym_const] = ACTIONS(2524), + [anon_sym_continue] = ACTIONS(2524), + [anon_sym_default] = ACTIONS(2524), + [anon_sym_enum] = ACTIONS(2524), + [anon_sym_fn] = ACTIONS(2524), + [anon_sym_for] = ACTIONS(2524), + [anon_sym_gen] = ACTIONS(2524), + [anon_sym_if] = ACTIONS(2524), + [anon_sym_impl] = ACTIONS(2524), + [anon_sym_let] = ACTIONS(2524), + [anon_sym_loop] = ACTIONS(2524), + [anon_sym_match] = ACTIONS(2524), + [anon_sym_mod] = ACTIONS(2524), + [anon_sym_pub] = ACTIONS(2524), + [anon_sym_return] = ACTIONS(2524), + [anon_sym_static] = ACTIONS(2524), + [anon_sym_struct] = ACTIONS(2524), + [anon_sym_trait] = ACTIONS(2524), + [anon_sym_type] = ACTIONS(2524), + [anon_sym_union] = ACTIONS(2524), + [anon_sym_unsafe] = ACTIONS(2524), + [anon_sym_use] = ACTIONS(2524), + [anon_sym_while] = ACTIONS(2524), + [anon_sym_extern] = ACTIONS(2524), + [anon_sym_yield] = ACTIONS(2524), + [anon_sym_move] = ACTIONS(2524), + [anon_sym_try] = ACTIONS(2524), + [sym_integer_literal] = ACTIONS(2522), + [aux_sym_string_literal_token1] = ACTIONS(2522), + [sym_char_literal] = ACTIONS(2522), + [anon_sym_true] = ACTIONS(2524), + [anon_sym_false] = ACTIONS(2524), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2524), + [sym_super] = ACTIONS(2524), + [sym_crate] = ACTIONS(2524), + [sym_metavariable] = ACTIONS(2522), + [sym__raw_string_literal_start] = ACTIONS(2522), + [sym_float_literal] = ACTIONS(2522), }, [STATE(651)] = { [sym_line_comment] = STATE(651), [sym_block_comment] = STATE(651), - [ts_builtin_sym_end] = ACTIONS(2407), - [sym_identifier] = ACTIONS(2409), - [anon_sym_SEMI] = ACTIONS(2407), - [anon_sym_macro_rules_BANG] = ACTIONS(2407), - [anon_sym_LPAREN] = ACTIONS(2407), - [anon_sym_LBRACK] = ACTIONS(2407), - [anon_sym_LBRACE] = ACTIONS(2407), - [anon_sym_RBRACE] = ACTIONS(2407), - [anon_sym_STAR] = ACTIONS(2407), - [anon_sym_u8] = ACTIONS(2409), - [anon_sym_i8] = ACTIONS(2409), - [anon_sym_u16] = ACTIONS(2409), - [anon_sym_i16] = ACTIONS(2409), - [anon_sym_u32] = ACTIONS(2409), - [anon_sym_i32] = ACTIONS(2409), - [anon_sym_u64] = ACTIONS(2409), - [anon_sym_i64] = ACTIONS(2409), - [anon_sym_u128] = ACTIONS(2409), - [anon_sym_i128] = ACTIONS(2409), - [anon_sym_isize] = ACTIONS(2409), - [anon_sym_usize] = ACTIONS(2409), - [anon_sym_f32] = ACTIONS(2409), - [anon_sym_f64] = ACTIONS(2409), - [anon_sym_bool] = ACTIONS(2409), - [anon_sym_str] = ACTIONS(2409), - [anon_sym_char] = ACTIONS(2409), - [anon_sym_DASH] = ACTIONS(2407), - [anon_sym_BANG] = ACTIONS(2407), - [anon_sym_AMP] = ACTIONS(2407), - [anon_sym_PIPE] = ACTIONS(2407), - [anon_sym_LT] = ACTIONS(2407), - [anon_sym_DOT_DOT] = ACTIONS(2407), - [anon_sym_COLON_COLON] = ACTIONS(2407), - [anon_sym_POUND] = ACTIONS(2407), - [anon_sym_SQUOTE] = ACTIONS(2409), - [anon_sym_async] = ACTIONS(2409), - [anon_sym_break] = ACTIONS(2409), - [anon_sym_const] = ACTIONS(2409), - [anon_sym_continue] = ACTIONS(2409), - [anon_sym_default] = ACTIONS(2409), - [anon_sym_enum] = ACTIONS(2409), - [anon_sym_fn] = ACTIONS(2409), - [anon_sym_for] = ACTIONS(2409), - [anon_sym_gen] = ACTIONS(2409), - [anon_sym_if] = ACTIONS(2409), - [anon_sym_impl] = ACTIONS(2409), - [anon_sym_let] = ACTIONS(2409), - [anon_sym_loop] = ACTIONS(2409), - [anon_sym_match] = ACTIONS(2409), - [anon_sym_mod] = ACTIONS(2409), - [anon_sym_pub] = ACTIONS(2409), - [anon_sym_return] = ACTIONS(2409), - [anon_sym_static] = ACTIONS(2409), - [anon_sym_struct] = ACTIONS(2409), - [anon_sym_trait] = ACTIONS(2409), - [anon_sym_type] = ACTIONS(2409), - [anon_sym_union] = ACTIONS(2409), - [anon_sym_unsafe] = ACTIONS(2409), - [anon_sym_use] = ACTIONS(2409), - [anon_sym_while] = ACTIONS(2409), - [anon_sym_extern] = ACTIONS(2409), - [anon_sym_yield] = ACTIONS(2409), - [anon_sym_move] = ACTIONS(2409), - [anon_sym_try] = ACTIONS(2409), - [sym_integer_literal] = ACTIONS(2407), - [aux_sym_string_literal_token1] = ACTIONS(2407), - [sym_char_literal] = ACTIONS(2407), - [anon_sym_true] = ACTIONS(2409), - [anon_sym_false] = ACTIONS(2409), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2409), - [sym_super] = ACTIONS(2409), - [sym_crate] = ACTIONS(2409), - [sym_metavariable] = ACTIONS(2407), - [sym__raw_string_literal_start] = ACTIONS(2407), - [sym_float_literal] = ACTIONS(2407), + [ts_builtin_sym_end] = ACTIONS(2526), + [sym_identifier] = ACTIONS(2528), + [anon_sym_SEMI] = ACTIONS(2526), + [anon_sym_macro_rules_BANG] = ACTIONS(2526), + [anon_sym_LPAREN] = ACTIONS(2526), + [anon_sym_LBRACK] = ACTIONS(2526), + [anon_sym_LBRACE] = ACTIONS(2526), + [anon_sym_RBRACE] = ACTIONS(2526), + [anon_sym_STAR] = ACTIONS(2526), + [anon_sym_u8] = ACTIONS(2528), + [anon_sym_i8] = ACTIONS(2528), + [anon_sym_u16] = ACTIONS(2528), + [anon_sym_i16] = ACTIONS(2528), + [anon_sym_u32] = ACTIONS(2528), + [anon_sym_i32] = ACTIONS(2528), + [anon_sym_u64] = ACTIONS(2528), + [anon_sym_i64] = ACTIONS(2528), + [anon_sym_u128] = ACTIONS(2528), + [anon_sym_i128] = ACTIONS(2528), + [anon_sym_isize] = ACTIONS(2528), + [anon_sym_usize] = ACTIONS(2528), + [anon_sym_f32] = ACTIONS(2528), + [anon_sym_f64] = ACTIONS(2528), + [anon_sym_bool] = ACTIONS(2528), + [anon_sym_str] = ACTIONS(2528), + [anon_sym_char] = ACTIONS(2528), + [anon_sym_DASH] = ACTIONS(2526), + [anon_sym_BANG] = ACTIONS(2526), + [anon_sym_AMP] = ACTIONS(2526), + [anon_sym_PIPE] = ACTIONS(2526), + [anon_sym_LT] = ACTIONS(2526), + [anon_sym_DOT_DOT] = ACTIONS(2526), + [anon_sym_COLON_COLON] = ACTIONS(2526), + [anon_sym_POUND] = ACTIONS(2526), + [anon_sym_SQUOTE] = ACTIONS(2528), + [anon_sym_async] = ACTIONS(2528), + [anon_sym_break] = ACTIONS(2528), + [anon_sym_const] = ACTIONS(2528), + [anon_sym_continue] = ACTIONS(2528), + [anon_sym_default] = ACTIONS(2528), + [anon_sym_enum] = ACTIONS(2528), + [anon_sym_fn] = ACTIONS(2528), + [anon_sym_for] = ACTIONS(2528), + [anon_sym_gen] = ACTIONS(2528), + [anon_sym_if] = ACTIONS(2528), + [anon_sym_impl] = ACTIONS(2528), + [anon_sym_let] = ACTIONS(2528), + [anon_sym_loop] = ACTIONS(2528), + [anon_sym_match] = ACTIONS(2528), + [anon_sym_mod] = ACTIONS(2528), + [anon_sym_pub] = ACTIONS(2528), + [anon_sym_return] = ACTIONS(2528), + [anon_sym_static] = ACTIONS(2528), + [anon_sym_struct] = ACTIONS(2528), + [anon_sym_trait] = ACTIONS(2528), + [anon_sym_type] = ACTIONS(2528), + [anon_sym_union] = ACTIONS(2528), + [anon_sym_unsafe] = ACTIONS(2528), + [anon_sym_use] = ACTIONS(2528), + [anon_sym_while] = ACTIONS(2528), + [anon_sym_extern] = ACTIONS(2528), + [anon_sym_yield] = ACTIONS(2528), + [anon_sym_move] = ACTIONS(2528), + [anon_sym_try] = ACTIONS(2528), + [sym_integer_literal] = ACTIONS(2526), + [aux_sym_string_literal_token1] = ACTIONS(2526), + [sym_char_literal] = ACTIONS(2526), + [anon_sym_true] = ACTIONS(2528), + [anon_sym_false] = ACTIONS(2528), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2528), + [sym_super] = ACTIONS(2528), + [sym_crate] = ACTIONS(2528), + [sym_metavariable] = ACTIONS(2526), + [sym__raw_string_literal_start] = ACTIONS(2526), + [sym_float_literal] = ACTIONS(2526), }, [STATE(652)] = { [sym_line_comment] = STATE(652), [sym_block_comment] = STATE(652), - [ts_builtin_sym_end] = ACTIONS(2411), - [sym_identifier] = ACTIONS(2413), - [anon_sym_SEMI] = ACTIONS(2411), - [anon_sym_macro_rules_BANG] = ACTIONS(2411), - [anon_sym_LPAREN] = ACTIONS(2411), - [anon_sym_LBRACK] = ACTIONS(2411), - [anon_sym_LBRACE] = ACTIONS(2411), - [anon_sym_RBRACE] = ACTIONS(2411), - [anon_sym_STAR] = ACTIONS(2411), - [anon_sym_u8] = ACTIONS(2413), - [anon_sym_i8] = ACTIONS(2413), - [anon_sym_u16] = ACTIONS(2413), - [anon_sym_i16] = ACTIONS(2413), - [anon_sym_u32] = ACTIONS(2413), - [anon_sym_i32] = ACTIONS(2413), - [anon_sym_u64] = ACTIONS(2413), - [anon_sym_i64] = ACTIONS(2413), - [anon_sym_u128] = ACTIONS(2413), - [anon_sym_i128] = ACTIONS(2413), - [anon_sym_isize] = ACTIONS(2413), - [anon_sym_usize] = ACTIONS(2413), - [anon_sym_f32] = ACTIONS(2413), - [anon_sym_f64] = ACTIONS(2413), - [anon_sym_bool] = ACTIONS(2413), - [anon_sym_str] = ACTIONS(2413), - [anon_sym_char] = ACTIONS(2413), - [anon_sym_DASH] = ACTIONS(2411), - [anon_sym_BANG] = ACTIONS(2411), - [anon_sym_AMP] = ACTIONS(2411), - [anon_sym_PIPE] = ACTIONS(2411), - [anon_sym_LT] = ACTIONS(2411), - [anon_sym_DOT_DOT] = ACTIONS(2411), - [anon_sym_COLON_COLON] = ACTIONS(2411), - [anon_sym_POUND] = ACTIONS(2411), - [anon_sym_SQUOTE] = ACTIONS(2413), - [anon_sym_async] = ACTIONS(2413), - [anon_sym_break] = ACTIONS(2413), - [anon_sym_const] = ACTIONS(2413), - [anon_sym_continue] = ACTIONS(2413), - [anon_sym_default] = ACTIONS(2413), - [anon_sym_enum] = ACTIONS(2413), - [anon_sym_fn] = ACTIONS(2413), - [anon_sym_for] = ACTIONS(2413), - [anon_sym_gen] = ACTIONS(2413), - [anon_sym_if] = ACTIONS(2413), - [anon_sym_impl] = ACTIONS(2413), - [anon_sym_let] = ACTIONS(2413), - [anon_sym_loop] = ACTIONS(2413), - [anon_sym_match] = ACTIONS(2413), - [anon_sym_mod] = ACTIONS(2413), - [anon_sym_pub] = ACTIONS(2413), - [anon_sym_return] = ACTIONS(2413), - [anon_sym_static] = ACTIONS(2413), - [anon_sym_struct] = ACTIONS(2413), - [anon_sym_trait] = ACTIONS(2413), - [anon_sym_type] = ACTIONS(2413), - [anon_sym_union] = ACTIONS(2413), - [anon_sym_unsafe] = ACTIONS(2413), - [anon_sym_use] = ACTIONS(2413), - [anon_sym_while] = ACTIONS(2413), - [anon_sym_extern] = ACTIONS(2413), - [anon_sym_yield] = ACTIONS(2413), - [anon_sym_move] = ACTIONS(2413), - [anon_sym_try] = ACTIONS(2413), - [sym_integer_literal] = ACTIONS(2411), - [aux_sym_string_literal_token1] = ACTIONS(2411), - [sym_char_literal] = ACTIONS(2411), - [anon_sym_true] = ACTIONS(2413), - [anon_sym_false] = ACTIONS(2413), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2413), - [sym_super] = ACTIONS(2413), - [sym_crate] = ACTIONS(2413), - [sym_metavariable] = ACTIONS(2411), - [sym__raw_string_literal_start] = ACTIONS(2411), - [sym_float_literal] = ACTIONS(2411), + [ts_builtin_sym_end] = ACTIONS(2530), + [sym_identifier] = ACTIONS(2532), + [anon_sym_SEMI] = ACTIONS(2530), + [anon_sym_macro_rules_BANG] = ACTIONS(2530), + [anon_sym_LPAREN] = ACTIONS(2530), + [anon_sym_LBRACK] = ACTIONS(2530), + [anon_sym_LBRACE] = ACTIONS(2530), + [anon_sym_RBRACE] = ACTIONS(2530), + [anon_sym_STAR] = ACTIONS(2530), + [anon_sym_u8] = ACTIONS(2532), + [anon_sym_i8] = ACTIONS(2532), + [anon_sym_u16] = ACTIONS(2532), + [anon_sym_i16] = ACTIONS(2532), + [anon_sym_u32] = ACTIONS(2532), + [anon_sym_i32] = ACTIONS(2532), + [anon_sym_u64] = ACTIONS(2532), + [anon_sym_i64] = ACTIONS(2532), + [anon_sym_u128] = ACTIONS(2532), + [anon_sym_i128] = ACTIONS(2532), + [anon_sym_isize] = ACTIONS(2532), + [anon_sym_usize] = ACTIONS(2532), + [anon_sym_f32] = ACTIONS(2532), + [anon_sym_f64] = ACTIONS(2532), + [anon_sym_bool] = ACTIONS(2532), + [anon_sym_str] = ACTIONS(2532), + [anon_sym_char] = ACTIONS(2532), + [anon_sym_DASH] = ACTIONS(2530), + [anon_sym_BANG] = ACTIONS(2530), + [anon_sym_AMP] = ACTIONS(2530), + [anon_sym_PIPE] = ACTIONS(2530), + [anon_sym_LT] = ACTIONS(2530), + [anon_sym_DOT_DOT] = ACTIONS(2530), + [anon_sym_COLON_COLON] = ACTIONS(2530), + [anon_sym_POUND] = ACTIONS(2530), + [anon_sym_SQUOTE] = ACTIONS(2532), + [anon_sym_async] = ACTIONS(2532), + [anon_sym_break] = ACTIONS(2532), + [anon_sym_const] = ACTIONS(2532), + [anon_sym_continue] = ACTIONS(2532), + [anon_sym_default] = ACTIONS(2532), + [anon_sym_enum] = ACTIONS(2532), + [anon_sym_fn] = ACTIONS(2532), + [anon_sym_for] = ACTIONS(2532), + [anon_sym_gen] = ACTIONS(2532), + [anon_sym_if] = ACTIONS(2532), + [anon_sym_impl] = ACTIONS(2532), + [anon_sym_let] = ACTIONS(2532), + [anon_sym_loop] = ACTIONS(2532), + [anon_sym_match] = ACTIONS(2532), + [anon_sym_mod] = ACTIONS(2532), + [anon_sym_pub] = ACTIONS(2532), + [anon_sym_return] = ACTIONS(2532), + [anon_sym_static] = ACTIONS(2532), + [anon_sym_struct] = ACTIONS(2532), + [anon_sym_trait] = ACTIONS(2532), + [anon_sym_type] = ACTIONS(2532), + [anon_sym_union] = ACTIONS(2532), + [anon_sym_unsafe] = ACTIONS(2532), + [anon_sym_use] = ACTIONS(2532), + [anon_sym_while] = ACTIONS(2532), + [anon_sym_extern] = ACTIONS(2532), + [anon_sym_yield] = ACTIONS(2532), + [anon_sym_move] = ACTIONS(2532), + [anon_sym_try] = ACTIONS(2532), + [sym_integer_literal] = ACTIONS(2530), + [aux_sym_string_literal_token1] = ACTIONS(2530), + [sym_char_literal] = ACTIONS(2530), + [anon_sym_true] = ACTIONS(2532), + [anon_sym_false] = ACTIONS(2532), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2532), + [sym_super] = ACTIONS(2532), + [sym_crate] = ACTIONS(2532), + [sym_metavariable] = ACTIONS(2530), + [sym__raw_string_literal_start] = ACTIONS(2530), + [sym_float_literal] = ACTIONS(2530), }, [STATE(653)] = { [sym_line_comment] = STATE(653), [sym_block_comment] = STATE(653), - [ts_builtin_sym_end] = ACTIONS(2415), - [sym_identifier] = ACTIONS(2417), - [anon_sym_SEMI] = ACTIONS(2415), - [anon_sym_macro_rules_BANG] = ACTIONS(2415), - [anon_sym_LPAREN] = ACTIONS(2415), - [anon_sym_LBRACK] = ACTIONS(2415), - [anon_sym_LBRACE] = ACTIONS(2415), - [anon_sym_RBRACE] = ACTIONS(2415), - [anon_sym_STAR] = ACTIONS(2415), - [anon_sym_u8] = ACTIONS(2417), - [anon_sym_i8] = ACTIONS(2417), - [anon_sym_u16] = ACTIONS(2417), - [anon_sym_i16] = ACTIONS(2417), - [anon_sym_u32] = ACTIONS(2417), - [anon_sym_i32] = ACTIONS(2417), - [anon_sym_u64] = ACTIONS(2417), - [anon_sym_i64] = ACTIONS(2417), - [anon_sym_u128] = ACTIONS(2417), - [anon_sym_i128] = ACTIONS(2417), - [anon_sym_isize] = ACTIONS(2417), - [anon_sym_usize] = ACTIONS(2417), - [anon_sym_f32] = ACTIONS(2417), - [anon_sym_f64] = ACTIONS(2417), - [anon_sym_bool] = ACTIONS(2417), - [anon_sym_str] = ACTIONS(2417), - [anon_sym_char] = ACTIONS(2417), - [anon_sym_DASH] = ACTIONS(2415), - [anon_sym_BANG] = ACTIONS(2415), - [anon_sym_AMP] = ACTIONS(2415), - [anon_sym_PIPE] = ACTIONS(2415), - [anon_sym_LT] = ACTIONS(2415), - [anon_sym_DOT_DOT] = ACTIONS(2415), - [anon_sym_COLON_COLON] = ACTIONS(2415), - [anon_sym_POUND] = ACTIONS(2415), - [anon_sym_SQUOTE] = ACTIONS(2417), - [anon_sym_async] = ACTIONS(2417), - [anon_sym_break] = ACTIONS(2417), - [anon_sym_const] = ACTIONS(2417), - [anon_sym_continue] = ACTIONS(2417), - [anon_sym_default] = ACTIONS(2417), - [anon_sym_enum] = ACTIONS(2417), - [anon_sym_fn] = ACTIONS(2417), - [anon_sym_for] = ACTIONS(2417), - [anon_sym_gen] = ACTIONS(2417), - [anon_sym_if] = ACTIONS(2417), - [anon_sym_impl] = ACTIONS(2417), - [anon_sym_let] = ACTIONS(2417), - [anon_sym_loop] = ACTIONS(2417), - [anon_sym_match] = ACTIONS(2417), - [anon_sym_mod] = ACTIONS(2417), - [anon_sym_pub] = ACTIONS(2417), - [anon_sym_return] = ACTIONS(2417), - [anon_sym_static] = ACTIONS(2417), - [anon_sym_struct] = ACTIONS(2417), - [anon_sym_trait] = ACTIONS(2417), - [anon_sym_type] = ACTIONS(2417), - [anon_sym_union] = ACTIONS(2417), - [anon_sym_unsafe] = ACTIONS(2417), - [anon_sym_use] = ACTIONS(2417), - [anon_sym_while] = ACTIONS(2417), - [anon_sym_extern] = ACTIONS(2417), - [anon_sym_yield] = ACTIONS(2417), - [anon_sym_move] = ACTIONS(2417), - [anon_sym_try] = ACTIONS(2417), - [sym_integer_literal] = ACTIONS(2415), - [aux_sym_string_literal_token1] = ACTIONS(2415), - [sym_char_literal] = ACTIONS(2415), - [anon_sym_true] = ACTIONS(2417), - [anon_sym_false] = ACTIONS(2417), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2417), - [sym_super] = ACTIONS(2417), - [sym_crate] = ACTIONS(2417), - [sym_metavariable] = ACTIONS(2415), - [sym__raw_string_literal_start] = ACTIONS(2415), - [sym_float_literal] = ACTIONS(2415), + [ts_builtin_sym_end] = ACTIONS(2534), + [sym_identifier] = ACTIONS(2536), + [anon_sym_SEMI] = ACTIONS(2534), + [anon_sym_macro_rules_BANG] = ACTIONS(2534), + [anon_sym_LPAREN] = ACTIONS(2534), + [anon_sym_LBRACK] = ACTIONS(2534), + [anon_sym_LBRACE] = ACTIONS(2534), + [anon_sym_RBRACE] = ACTIONS(2534), + [anon_sym_STAR] = ACTIONS(2534), + [anon_sym_u8] = ACTIONS(2536), + [anon_sym_i8] = ACTIONS(2536), + [anon_sym_u16] = ACTIONS(2536), + [anon_sym_i16] = ACTIONS(2536), + [anon_sym_u32] = ACTIONS(2536), + [anon_sym_i32] = ACTIONS(2536), + [anon_sym_u64] = ACTIONS(2536), + [anon_sym_i64] = ACTIONS(2536), + [anon_sym_u128] = ACTIONS(2536), + [anon_sym_i128] = ACTIONS(2536), + [anon_sym_isize] = ACTIONS(2536), + [anon_sym_usize] = ACTIONS(2536), + [anon_sym_f32] = ACTIONS(2536), + [anon_sym_f64] = ACTIONS(2536), + [anon_sym_bool] = ACTIONS(2536), + [anon_sym_str] = ACTIONS(2536), + [anon_sym_char] = ACTIONS(2536), + [anon_sym_DASH] = ACTIONS(2534), + [anon_sym_BANG] = ACTIONS(2534), + [anon_sym_AMP] = ACTIONS(2534), + [anon_sym_PIPE] = ACTIONS(2534), + [anon_sym_LT] = ACTIONS(2534), + [anon_sym_DOT_DOT] = ACTIONS(2534), + [anon_sym_COLON_COLON] = ACTIONS(2534), + [anon_sym_POUND] = ACTIONS(2534), + [anon_sym_SQUOTE] = ACTIONS(2536), + [anon_sym_async] = ACTIONS(2536), + [anon_sym_break] = ACTIONS(2536), + [anon_sym_const] = ACTIONS(2536), + [anon_sym_continue] = ACTIONS(2536), + [anon_sym_default] = ACTIONS(2536), + [anon_sym_enum] = ACTIONS(2536), + [anon_sym_fn] = ACTIONS(2536), + [anon_sym_for] = ACTIONS(2536), + [anon_sym_gen] = ACTIONS(2536), + [anon_sym_if] = ACTIONS(2536), + [anon_sym_impl] = ACTIONS(2536), + [anon_sym_let] = ACTIONS(2536), + [anon_sym_loop] = ACTIONS(2536), + [anon_sym_match] = ACTIONS(2536), + [anon_sym_mod] = ACTIONS(2536), + [anon_sym_pub] = ACTIONS(2536), + [anon_sym_return] = ACTIONS(2536), + [anon_sym_static] = ACTIONS(2536), + [anon_sym_struct] = ACTIONS(2536), + [anon_sym_trait] = ACTIONS(2536), + [anon_sym_type] = ACTIONS(2536), + [anon_sym_union] = ACTIONS(2536), + [anon_sym_unsafe] = ACTIONS(2536), + [anon_sym_use] = ACTIONS(2536), + [anon_sym_while] = ACTIONS(2536), + [anon_sym_extern] = ACTIONS(2536), + [anon_sym_yield] = ACTIONS(2536), + [anon_sym_move] = ACTIONS(2536), + [anon_sym_try] = ACTIONS(2536), + [sym_integer_literal] = ACTIONS(2534), + [aux_sym_string_literal_token1] = ACTIONS(2534), + [sym_char_literal] = ACTIONS(2534), + [anon_sym_true] = ACTIONS(2536), + [anon_sym_false] = ACTIONS(2536), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2536), + [sym_super] = ACTIONS(2536), + [sym_crate] = ACTIONS(2536), + [sym_metavariable] = ACTIONS(2534), + [sym__raw_string_literal_start] = ACTIONS(2534), + [sym_float_literal] = ACTIONS(2534), }, [STATE(654)] = { [sym_line_comment] = STATE(654), [sym_block_comment] = STATE(654), - [ts_builtin_sym_end] = ACTIONS(2419), - [sym_identifier] = ACTIONS(2421), - [anon_sym_SEMI] = ACTIONS(2419), - [anon_sym_macro_rules_BANG] = ACTIONS(2419), - [anon_sym_LPAREN] = ACTIONS(2419), - [anon_sym_LBRACK] = ACTIONS(2419), - [anon_sym_LBRACE] = ACTIONS(2419), - [anon_sym_RBRACE] = ACTIONS(2419), - [anon_sym_STAR] = ACTIONS(2419), - [anon_sym_u8] = ACTIONS(2421), - [anon_sym_i8] = ACTIONS(2421), - [anon_sym_u16] = ACTIONS(2421), - [anon_sym_i16] = ACTIONS(2421), - [anon_sym_u32] = ACTIONS(2421), - [anon_sym_i32] = ACTIONS(2421), - [anon_sym_u64] = ACTIONS(2421), - [anon_sym_i64] = ACTIONS(2421), - [anon_sym_u128] = ACTIONS(2421), - [anon_sym_i128] = ACTIONS(2421), - [anon_sym_isize] = ACTIONS(2421), - [anon_sym_usize] = ACTIONS(2421), - [anon_sym_f32] = ACTIONS(2421), - [anon_sym_f64] = ACTIONS(2421), - [anon_sym_bool] = ACTIONS(2421), - [anon_sym_str] = ACTIONS(2421), - [anon_sym_char] = ACTIONS(2421), - [anon_sym_DASH] = ACTIONS(2419), - [anon_sym_BANG] = ACTIONS(2419), - [anon_sym_AMP] = ACTIONS(2419), - [anon_sym_PIPE] = ACTIONS(2419), - [anon_sym_LT] = ACTIONS(2419), - [anon_sym_DOT_DOT] = ACTIONS(2419), - [anon_sym_COLON_COLON] = ACTIONS(2419), - [anon_sym_POUND] = ACTIONS(2419), - [anon_sym_SQUOTE] = ACTIONS(2421), - [anon_sym_async] = ACTIONS(2421), - [anon_sym_break] = ACTIONS(2421), - [anon_sym_const] = ACTIONS(2421), - [anon_sym_continue] = ACTIONS(2421), - [anon_sym_default] = ACTIONS(2421), - [anon_sym_enum] = ACTIONS(2421), - [anon_sym_fn] = ACTIONS(2421), - [anon_sym_for] = ACTIONS(2421), - [anon_sym_gen] = ACTIONS(2421), - [anon_sym_if] = ACTIONS(2421), - [anon_sym_impl] = ACTIONS(2421), - [anon_sym_let] = ACTIONS(2421), - [anon_sym_loop] = ACTIONS(2421), - [anon_sym_match] = ACTIONS(2421), - [anon_sym_mod] = ACTIONS(2421), - [anon_sym_pub] = ACTIONS(2421), - [anon_sym_return] = ACTIONS(2421), - [anon_sym_static] = ACTIONS(2421), - [anon_sym_struct] = ACTIONS(2421), - [anon_sym_trait] = ACTIONS(2421), - [anon_sym_type] = ACTIONS(2421), - [anon_sym_union] = ACTIONS(2421), - [anon_sym_unsafe] = ACTIONS(2421), - [anon_sym_use] = ACTIONS(2421), - [anon_sym_while] = ACTIONS(2421), - [anon_sym_extern] = ACTIONS(2421), - [anon_sym_yield] = ACTIONS(2421), - [anon_sym_move] = ACTIONS(2421), - [anon_sym_try] = ACTIONS(2421), - [sym_integer_literal] = ACTIONS(2419), - [aux_sym_string_literal_token1] = ACTIONS(2419), - [sym_char_literal] = ACTIONS(2419), - [anon_sym_true] = ACTIONS(2421), - [anon_sym_false] = ACTIONS(2421), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2421), - [sym_super] = ACTIONS(2421), - [sym_crate] = ACTIONS(2421), - [sym_metavariable] = ACTIONS(2419), - [sym__raw_string_literal_start] = ACTIONS(2419), - [sym_float_literal] = ACTIONS(2419), + [ts_builtin_sym_end] = ACTIONS(2538), + [sym_identifier] = ACTIONS(2540), + [anon_sym_SEMI] = ACTIONS(2538), + [anon_sym_macro_rules_BANG] = ACTIONS(2538), + [anon_sym_LPAREN] = ACTIONS(2538), + [anon_sym_LBRACK] = ACTIONS(2538), + [anon_sym_LBRACE] = ACTIONS(2538), + [anon_sym_RBRACE] = ACTIONS(2538), + [anon_sym_STAR] = ACTIONS(2538), + [anon_sym_u8] = ACTIONS(2540), + [anon_sym_i8] = ACTIONS(2540), + [anon_sym_u16] = ACTIONS(2540), + [anon_sym_i16] = ACTIONS(2540), + [anon_sym_u32] = ACTIONS(2540), + [anon_sym_i32] = ACTIONS(2540), + [anon_sym_u64] = ACTIONS(2540), + [anon_sym_i64] = ACTIONS(2540), + [anon_sym_u128] = ACTIONS(2540), + [anon_sym_i128] = ACTIONS(2540), + [anon_sym_isize] = ACTIONS(2540), + [anon_sym_usize] = ACTIONS(2540), + [anon_sym_f32] = ACTIONS(2540), + [anon_sym_f64] = ACTIONS(2540), + [anon_sym_bool] = ACTIONS(2540), + [anon_sym_str] = ACTIONS(2540), + [anon_sym_char] = ACTIONS(2540), + [anon_sym_DASH] = ACTIONS(2538), + [anon_sym_BANG] = ACTIONS(2538), + [anon_sym_AMP] = ACTIONS(2538), + [anon_sym_PIPE] = ACTIONS(2538), + [anon_sym_LT] = ACTIONS(2538), + [anon_sym_DOT_DOT] = ACTIONS(2538), + [anon_sym_COLON_COLON] = ACTIONS(2538), + [anon_sym_POUND] = ACTIONS(2538), + [anon_sym_SQUOTE] = ACTIONS(2540), + [anon_sym_async] = ACTIONS(2540), + [anon_sym_break] = ACTIONS(2540), + [anon_sym_const] = ACTIONS(2540), + [anon_sym_continue] = ACTIONS(2540), + [anon_sym_default] = ACTIONS(2540), + [anon_sym_enum] = ACTIONS(2540), + [anon_sym_fn] = ACTIONS(2540), + [anon_sym_for] = ACTIONS(2540), + [anon_sym_gen] = ACTIONS(2540), + [anon_sym_if] = ACTIONS(2540), + [anon_sym_impl] = ACTIONS(2540), + [anon_sym_let] = ACTIONS(2540), + [anon_sym_loop] = ACTIONS(2540), + [anon_sym_match] = ACTIONS(2540), + [anon_sym_mod] = ACTIONS(2540), + [anon_sym_pub] = ACTIONS(2540), + [anon_sym_return] = ACTIONS(2540), + [anon_sym_static] = ACTIONS(2540), + [anon_sym_struct] = ACTIONS(2540), + [anon_sym_trait] = ACTIONS(2540), + [anon_sym_type] = ACTIONS(2540), + [anon_sym_union] = ACTIONS(2540), + [anon_sym_unsafe] = ACTIONS(2540), + [anon_sym_use] = ACTIONS(2540), + [anon_sym_while] = ACTIONS(2540), + [anon_sym_extern] = ACTIONS(2540), + [anon_sym_yield] = ACTIONS(2540), + [anon_sym_move] = ACTIONS(2540), + [anon_sym_try] = ACTIONS(2540), + [sym_integer_literal] = ACTIONS(2538), + [aux_sym_string_literal_token1] = ACTIONS(2538), + [sym_char_literal] = ACTIONS(2538), + [anon_sym_true] = ACTIONS(2540), + [anon_sym_false] = ACTIONS(2540), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2540), + [sym_super] = ACTIONS(2540), + [sym_crate] = ACTIONS(2540), + [sym_metavariable] = ACTIONS(2538), + [sym__raw_string_literal_start] = ACTIONS(2538), + [sym_float_literal] = ACTIONS(2538), }, [STATE(655)] = { [sym_line_comment] = STATE(655), [sym_block_comment] = STATE(655), - [ts_builtin_sym_end] = ACTIONS(2423), - [sym_identifier] = ACTIONS(2425), - [anon_sym_SEMI] = ACTIONS(2423), - [anon_sym_macro_rules_BANG] = ACTIONS(2423), - [anon_sym_LPAREN] = ACTIONS(2423), - [anon_sym_LBRACK] = ACTIONS(2423), - [anon_sym_LBRACE] = ACTIONS(2423), - [anon_sym_RBRACE] = ACTIONS(2423), - [anon_sym_STAR] = ACTIONS(2423), - [anon_sym_u8] = ACTIONS(2425), - [anon_sym_i8] = ACTIONS(2425), - [anon_sym_u16] = ACTIONS(2425), - [anon_sym_i16] = ACTIONS(2425), - [anon_sym_u32] = ACTIONS(2425), - [anon_sym_i32] = ACTIONS(2425), - [anon_sym_u64] = ACTIONS(2425), - [anon_sym_i64] = ACTIONS(2425), - [anon_sym_u128] = ACTIONS(2425), - [anon_sym_i128] = ACTIONS(2425), - [anon_sym_isize] = ACTIONS(2425), - [anon_sym_usize] = ACTIONS(2425), - [anon_sym_f32] = ACTIONS(2425), - [anon_sym_f64] = ACTIONS(2425), - [anon_sym_bool] = ACTIONS(2425), - [anon_sym_str] = ACTIONS(2425), - [anon_sym_char] = ACTIONS(2425), - [anon_sym_DASH] = ACTIONS(2423), - [anon_sym_BANG] = ACTIONS(2423), - [anon_sym_AMP] = ACTIONS(2423), - [anon_sym_PIPE] = ACTIONS(2423), - [anon_sym_LT] = ACTIONS(2423), - [anon_sym_DOT_DOT] = ACTIONS(2423), - [anon_sym_COLON_COLON] = ACTIONS(2423), - [anon_sym_POUND] = ACTIONS(2423), - [anon_sym_SQUOTE] = ACTIONS(2425), - [anon_sym_async] = ACTIONS(2425), - [anon_sym_break] = ACTIONS(2425), - [anon_sym_const] = ACTIONS(2425), - [anon_sym_continue] = ACTIONS(2425), - [anon_sym_default] = ACTIONS(2425), - [anon_sym_enum] = ACTIONS(2425), - [anon_sym_fn] = ACTIONS(2425), - [anon_sym_for] = ACTIONS(2425), - [anon_sym_gen] = ACTIONS(2425), - [anon_sym_if] = ACTIONS(2425), - [anon_sym_impl] = ACTIONS(2425), - [anon_sym_let] = ACTIONS(2425), - [anon_sym_loop] = ACTIONS(2425), - [anon_sym_match] = ACTIONS(2425), - [anon_sym_mod] = ACTIONS(2425), - [anon_sym_pub] = ACTIONS(2425), - [anon_sym_return] = ACTIONS(2425), - [anon_sym_static] = ACTIONS(2425), - [anon_sym_struct] = ACTIONS(2425), - [anon_sym_trait] = ACTIONS(2425), - [anon_sym_type] = ACTIONS(2425), - [anon_sym_union] = ACTIONS(2425), - [anon_sym_unsafe] = ACTIONS(2425), - [anon_sym_use] = ACTIONS(2425), - [anon_sym_while] = ACTIONS(2425), - [anon_sym_extern] = ACTIONS(2425), - [anon_sym_yield] = ACTIONS(2425), - [anon_sym_move] = ACTIONS(2425), - [anon_sym_try] = ACTIONS(2425), - [sym_integer_literal] = ACTIONS(2423), - [aux_sym_string_literal_token1] = ACTIONS(2423), - [sym_char_literal] = ACTIONS(2423), - [anon_sym_true] = ACTIONS(2425), - [anon_sym_false] = ACTIONS(2425), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2425), - [sym_super] = ACTIONS(2425), - [sym_crate] = ACTIONS(2425), - [sym_metavariable] = ACTIONS(2423), - [sym__raw_string_literal_start] = ACTIONS(2423), - [sym_float_literal] = ACTIONS(2423), + [ts_builtin_sym_end] = ACTIONS(2542), + [sym_identifier] = ACTIONS(2544), + [anon_sym_SEMI] = ACTIONS(2542), + [anon_sym_macro_rules_BANG] = ACTIONS(2542), + [anon_sym_LPAREN] = ACTIONS(2542), + [anon_sym_LBRACK] = ACTIONS(2542), + [anon_sym_LBRACE] = ACTIONS(2542), + [anon_sym_RBRACE] = ACTIONS(2542), + [anon_sym_STAR] = ACTIONS(2542), + [anon_sym_u8] = ACTIONS(2544), + [anon_sym_i8] = ACTIONS(2544), + [anon_sym_u16] = ACTIONS(2544), + [anon_sym_i16] = ACTIONS(2544), + [anon_sym_u32] = ACTIONS(2544), + [anon_sym_i32] = ACTIONS(2544), + [anon_sym_u64] = ACTIONS(2544), + [anon_sym_i64] = ACTIONS(2544), + [anon_sym_u128] = ACTIONS(2544), + [anon_sym_i128] = ACTIONS(2544), + [anon_sym_isize] = ACTIONS(2544), + [anon_sym_usize] = ACTIONS(2544), + [anon_sym_f32] = ACTIONS(2544), + [anon_sym_f64] = ACTIONS(2544), + [anon_sym_bool] = ACTIONS(2544), + [anon_sym_str] = ACTIONS(2544), + [anon_sym_char] = ACTIONS(2544), + [anon_sym_DASH] = ACTIONS(2542), + [anon_sym_BANG] = ACTIONS(2542), + [anon_sym_AMP] = ACTIONS(2542), + [anon_sym_PIPE] = ACTIONS(2542), + [anon_sym_LT] = ACTIONS(2542), + [anon_sym_DOT_DOT] = ACTIONS(2542), + [anon_sym_COLON_COLON] = ACTIONS(2542), + [anon_sym_POUND] = ACTIONS(2542), + [anon_sym_SQUOTE] = ACTIONS(2544), + [anon_sym_async] = ACTIONS(2544), + [anon_sym_break] = ACTIONS(2544), + [anon_sym_const] = ACTIONS(2544), + [anon_sym_continue] = ACTIONS(2544), + [anon_sym_default] = ACTIONS(2544), + [anon_sym_enum] = ACTIONS(2544), + [anon_sym_fn] = ACTIONS(2544), + [anon_sym_for] = ACTIONS(2544), + [anon_sym_gen] = ACTIONS(2544), + [anon_sym_if] = ACTIONS(2544), + [anon_sym_impl] = ACTIONS(2544), + [anon_sym_let] = ACTIONS(2544), + [anon_sym_loop] = ACTIONS(2544), + [anon_sym_match] = ACTIONS(2544), + [anon_sym_mod] = ACTIONS(2544), + [anon_sym_pub] = ACTIONS(2544), + [anon_sym_return] = ACTIONS(2544), + [anon_sym_static] = ACTIONS(2544), + [anon_sym_struct] = ACTIONS(2544), + [anon_sym_trait] = ACTIONS(2544), + [anon_sym_type] = ACTIONS(2544), + [anon_sym_union] = ACTIONS(2544), + [anon_sym_unsafe] = ACTIONS(2544), + [anon_sym_use] = ACTIONS(2544), + [anon_sym_while] = ACTIONS(2544), + [anon_sym_extern] = ACTIONS(2544), + [anon_sym_yield] = ACTIONS(2544), + [anon_sym_move] = ACTIONS(2544), + [anon_sym_try] = ACTIONS(2544), + [sym_integer_literal] = ACTIONS(2542), + [aux_sym_string_literal_token1] = ACTIONS(2542), + [sym_char_literal] = ACTIONS(2542), + [anon_sym_true] = ACTIONS(2544), + [anon_sym_false] = ACTIONS(2544), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2544), + [sym_super] = ACTIONS(2544), + [sym_crate] = ACTIONS(2544), + [sym_metavariable] = ACTIONS(2542), + [sym__raw_string_literal_start] = ACTIONS(2542), + [sym_float_literal] = ACTIONS(2542), }, [STATE(656)] = { [sym_line_comment] = STATE(656), [sym_block_comment] = STATE(656), - [ts_builtin_sym_end] = ACTIONS(2427), - [sym_identifier] = ACTIONS(2429), - [anon_sym_SEMI] = ACTIONS(2427), - [anon_sym_macro_rules_BANG] = ACTIONS(2427), - [anon_sym_LPAREN] = ACTIONS(2427), - [anon_sym_LBRACK] = ACTIONS(2427), - [anon_sym_LBRACE] = ACTIONS(2427), - [anon_sym_RBRACE] = ACTIONS(2427), - [anon_sym_STAR] = ACTIONS(2427), - [anon_sym_u8] = ACTIONS(2429), - [anon_sym_i8] = ACTIONS(2429), - [anon_sym_u16] = ACTIONS(2429), - [anon_sym_i16] = ACTIONS(2429), - [anon_sym_u32] = ACTIONS(2429), - [anon_sym_i32] = ACTIONS(2429), - [anon_sym_u64] = ACTIONS(2429), - [anon_sym_i64] = ACTIONS(2429), - [anon_sym_u128] = ACTIONS(2429), - [anon_sym_i128] = ACTIONS(2429), - [anon_sym_isize] = ACTIONS(2429), - [anon_sym_usize] = ACTIONS(2429), - [anon_sym_f32] = ACTIONS(2429), - [anon_sym_f64] = ACTIONS(2429), - [anon_sym_bool] = ACTIONS(2429), - [anon_sym_str] = ACTIONS(2429), - [anon_sym_char] = ACTIONS(2429), - [anon_sym_DASH] = ACTIONS(2427), - [anon_sym_BANG] = ACTIONS(2427), - [anon_sym_AMP] = ACTIONS(2427), - [anon_sym_PIPE] = ACTIONS(2427), - [anon_sym_LT] = ACTIONS(2427), - [anon_sym_DOT_DOT] = ACTIONS(2427), - [anon_sym_COLON_COLON] = ACTIONS(2427), - [anon_sym_POUND] = ACTIONS(2427), - [anon_sym_SQUOTE] = ACTIONS(2429), - [anon_sym_async] = ACTIONS(2429), - [anon_sym_break] = ACTIONS(2429), - [anon_sym_const] = ACTIONS(2429), - [anon_sym_continue] = ACTIONS(2429), - [anon_sym_default] = ACTIONS(2429), - [anon_sym_enum] = ACTIONS(2429), - [anon_sym_fn] = ACTIONS(2429), - [anon_sym_for] = ACTIONS(2429), - [anon_sym_gen] = ACTIONS(2429), - [anon_sym_if] = ACTIONS(2429), - [anon_sym_impl] = ACTIONS(2429), - [anon_sym_let] = ACTIONS(2429), - [anon_sym_loop] = ACTIONS(2429), - [anon_sym_match] = ACTIONS(2429), - [anon_sym_mod] = ACTIONS(2429), - [anon_sym_pub] = ACTIONS(2429), - [anon_sym_return] = ACTIONS(2429), - [anon_sym_static] = ACTIONS(2429), - [anon_sym_struct] = ACTIONS(2429), - [anon_sym_trait] = ACTIONS(2429), - [anon_sym_type] = ACTIONS(2429), - [anon_sym_union] = ACTIONS(2429), - [anon_sym_unsafe] = ACTIONS(2429), - [anon_sym_use] = ACTIONS(2429), - [anon_sym_while] = ACTIONS(2429), - [anon_sym_extern] = ACTIONS(2429), - [anon_sym_yield] = ACTIONS(2429), - [anon_sym_move] = ACTIONS(2429), - [anon_sym_try] = ACTIONS(2429), - [sym_integer_literal] = ACTIONS(2427), - [aux_sym_string_literal_token1] = ACTIONS(2427), - [sym_char_literal] = ACTIONS(2427), - [anon_sym_true] = ACTIONS(2429), - [anon_sym_false] = ACTIONS(2429), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2429), - [sym_super] = ACTIONS(2429), - [sym_crate] = ACTIONS(2429), - [sym_metavariable] = ACTIONS(2427), - [sym__raw_string_literal_start] = ACTIONS(2427), - [sym_float_literal] = ACTIONS(2427), + [ts_builtin_sym_end] = ACTIONS(2546), + [sym_identifier] = ACTIONS(2548), + [anon_sym_SEMI] = ACTIONS(2546), + [anon_sym_macro_rules_BANG] = ACTIONS(2546), + [anon_sym_LPAREN] = ACTIONS(2546), + [anon_sym_LBRACK] = ACTIONS(2546), + [anon_sym_LBRACE] = ACTIONS(2546), + [anon_sym_RBRACE] = ACTIONS(2546), + [anon_sym_STAR] = ACTIONS(2546), + [anon_sym_u8] = ACTIONS(2548), + [anon_sym_i8] = ACTIONS(2548), + [anon_sym_u16] = ACTIONS(2548), + [anon_sym_i16] = ACTIONS(2548), + [anon_sym_u32] = ACTIONS(2548), + [anon_sym_i32] = ACTIONS(2548), + [anon_sym_u64] = ACTIONS(2548), + [anon_sym_i64] = ACTIONS(2548), + [anon_sym_u128] = ACTIONS(2548), + [anon_sym_i128] = ACTIONS(2548), + [anon_sym_isize] = ACTIONS(2548), + [anon_sym_usize] = ACTIONS(2548), + [anon_sym_f32] = ACTIONS(2548), + [anon_sym_f64] = ACTIONS(2548), + [anon_sym_bool] = ACTIONS(2548), + [anon_sym_str] = ACTIONS(2548), + [anon_sym_char] = ACTIONS(2548), + [anon_sym_DASH] = ACTIONS(2546), + [anon_sym_BANG] = ACTIONS(2546), + [anon_sym_AMP] = ACTIONS(2546), + [anon_sym_PIPE] = ACTIONS(2546), + [anon_sym_LT] = ACTIONS(2546), + [anon_sym_DOT_DOT] = ACTIONS(2546), + [anon_sym_COLON_COLON] = ACTIONS(2546), + [anon_sym_POUND] = ACTIONS(2546), + [anon_sym_SQUOTE] = ACTIONS(2548), + [anon_sym_async] = ACTIONS(2548), + [anon_sym_break] = ACTIONS(2548), + [anon_sym_const] = ACTIONS(2548), + [anon_sym_continue] = ACTIONS(2548), + [anon_sym_default] = ACTIONS(2548), + [anon_sym_enum] = ACTIONS(2548), + [anon_sym_fn] = ACTIONS(2548), + [anon_sym_for] = ACTIONS(2548), + [anon_sym_gen] = ACTIONS(2548), + [anon_sym_if] = ACTIONS(2548), + [anon_sym_impl] = ACTIONS(2548), + [anon_sym_let] = ACTIONS(2548), + [anon_sym_loop] = ACTIONS(2548), + [anon_sym_match] = ACTIONS(2548), + [anon_sym_mod] = ACTIONS(2548), + [anon_sym_pub] = ACTIONS(2548), + [anon_sym_return] = ACTIONS(2548), + [anon_sym_static] = ACTIONS(2548), + [anon_sym_struct] = ACTIONS(2548), + [anon_sym_trait] = ACTIONS(2548), + [anon_sym_type] = ACTIONS(2548), + [anon_sym_union] = ACTIONS(2548), + [anon_sym_unsafe] = ACTIONS(2548), + [anon_sym_use] = ACTIONS(2548), + [anon_sym_while] = ACTIONS(2548), + [anon_sym_extern] = ACTIONS(2548), + [anon_sym_yield] = ACTIONS(2548), + [anon_sym_move] = ACTIONS(2548), + [anon_sym_try] = ACTIONS(2548), + [sym_integer_literal] = ACTIONS(2546), + [aux_sym_string_literal_token1] = ACTIONS(2546), + [sym_char_literal] = ACTIONS(2546), + [anon_sym_true] = ACTIONS(2548), + [anon_sym_false] = ACTIONS(2548), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2548), + [sym_super] = ACTIONS(2548), + [sym_crate] = ACTIONS(2548), + [sym_metavariable] = ACTIONS(2546), + [sym__raw_string_literal_start] = ACTIONS(2546), + [sym_float_literal] = ACTIONS(2546), }, [STATE(657)] = { [sym_line_comment] = STATE(657), [sym_block_comment] = STATE(657), - [ts_builtin_sym_end] = ACTIONS(2431), - [sym_identifier] = ACTIONS(2433), - [anon_sym_SEMI] = ACTIONS(2431), - [anon_sym_macro_rules_BANG] = ACTIONS(2431), - [anon_sym_LPAREN] = ACTIONS(2431), - [anon_sym_LBRACK] = ACTIONS(2431), - [anon_sym_LBRACE] = ACTIONS(2431), - [anon_sym_RBRACE] = ACTIONS(2431), - [anon_sym_STAR] = ACTIONS(2431), - [anon_sym_u8] = ACTIONS(2433), - [anon_sym_i8] = ACTIONS(2433), - [anon_sym_u16] = ACTIONS(2433), - [anon_sym_i16] = ACTIONS(2433), - [anon_sym_u32] = ACTIONS(2433), - [anon_sym_i32] = ACTIONS(2433), - [anon_sym_u64] = ACTIONS(2433), - [anon_sym_i64] = ACTIONS(2433), - [anon_sym_u128] = ACTIONS(2433), - [anon_sym_i128] = ACTIONS(2433), - [anon_sym_isize] = ACTIONS(2433), - [anon_sym_usize] = ACTIONS(2433), - [anon_sym_f32] = ACTIONS(2433), - [anon_sym_f64] = ACTIONS(2433), - [anon_sym_bool] = ACTIONS(2433), - [anon_sym_str] = ACTIONS(2433), - [anon_sym_char] = ACTIONS(2433), - [anon_sym_DASH] = ACTIONS(2431), - [anon_sym_BANG] = ACTIONS(2431), - [anon_sym_AMP] = ACTIONS(2431), - [anon_sym_PIPE] = ACTIONS(2431), - [anon_sym_LT] = ACTIONS(2431), - [anon_sym_DOT_DOT] = ACTIONS(2431), - [anon_sym_COLON_COLON] = ACTIONS(2431), - [anon_sym_POUND] = ACTIONS(2431), - [anon_sym_SQUOTE] = ACTIONS(2433), - [anon_sym_async] = ACTIONS(2433), - [anon_sym_break] = ACTIONS(2433), - [anon_sym_const] = ACTIONS(2433), - [anon_sym_continue] = ACTIONS(2433), - [anon_sym_default] = ACTIONS(2433), - [anon_sym_enum] = ACTIONS(2433), - [anon_sym_fn] = ACTIONS(2433), - [anon_sym_for] = ACTIONS(2433), - [anon_sym_gen] = ACTIONS(2433), - [anon_sym_if] = ACTIONS(2433), - [anon_sym_impl] = ACTIONS(2433), - [anon_sym_let] = ACTIONS(2433), - [anon_sym_loop] = ACTIONS(2433), - [anon_sym_match] = ACTIONS(2433), - [anon_sym_mod] = ACTIONS(2433), - [anon_sym_pub] = ACTIONS(2433), - [anon_sym_return] = ACTIONS(2433), - [anon_sym_static] = ACTIONS(2433), - [anon_sym_struct] = ACTIONS(2433), - [anon_sym_trait] = ACTIONS(2433), - [anon_sym_type] = ACTIONS(2433), - [anon_sym_union] = ACTIONS(2433), - [anon_sym_unsafe] = ACTIONS(2433), - [anon_sym_use] = ACTIONS(2433), - [anon_sym_while] = ACTIONS(2433), - [anon_sym_extern] = ACTIONS(2433), - [anon_sym_yield] = ACTIONS(2433), - [anon_sym_move] = ACTIONS(2433), - [anon_sym_try] = ACTIONS(2433), - [sym_integer_literal] = ACTIONS(2431), - [aux_sym_string_literal_token1] = ACTIONS(2431), - [sym_char_literal] = ACTIONS(2431), - [anon_sym_true] = ACTIONS(2433), - [anon_sym_false] = ACTIONS(2433), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2433), - [sym_super] = ACTIONS(2433), - [sym_crate] = ACTIONS(2433), - [sym_metavariable] = ACTIONS(2431), - [sym__raw_string_literal_start] = ACTIONS(2431), - [sym_float_literal] = ACTIONS(2431), + [ts_builtin_sym_end] = ACTIONS(2550), + [sym_identifier] = ACTIONS(2552), + [anon_sym_SEMI] = ACTIONS(2550), + [anon_sym_macro_rules_BANG] = ACTIONS(2550), + [anon_sym_LPAREN] = ACTIONS(2550), + [anon_sym_LBRACK] = ACTIONS(2550), + [anon_sym_LBRACE] = ACTIONS(2550), + [anon_sym_RBRACE] = ACTIONS(2550), + [anon_sym_STAR] = ACTIONS(2550), + [anon_sym_u8] = ACTIONS(2552), + [anon_sym_i8] = ACTIONS(2552), + [anon_sym_u16] = ACTIONS(2552), + [anon_sym_i16] = ACTIONS(2552), + [anon_sym_u32] = ACTIONS(2552), + [anon_sym_i32] = ACTIONS(2552), + [anon_sym_u64] = ACTIONS(2552), + [anon_sym_i64] = ACTIONS(2552), + [anon_sym_u128] = ACTIONS(2552), + [anon_sym_i128] = ACTIONS(2552), + [anon_sym_isize] = ACTIONS(2552), + [anon_sym_usize] = ACTIONS(2552), + [anon_sym_f32] = ACTIONS(2552), + [anon_sym_f64] = ACTIONS(2552), + [anon_sym_bool] = ACTIONS(2552), + [anon_sym_str] = ACTIONS(2552), + [anon_sym_char] = ACTIONS(2552), + [anon_sym_DASH] = ACTIONS(2550), + [anon_sym_BANG] = ACTIONS(2550), + [anon_sym_AMP] = ACTIONS(2550), + [anon_sym_PIPE] = ACTIONS(2550), + [anon_sym_LT] = ACTIONS(2550), + [anon_sym_DOT_DOT] = ACTIONS(2550), + [anon_sym_COLON_COLON] = ACTIONS(2550), + [anon_sym_POUND] = ACTIONS(2550), + [anon_sym_SQUOTE] = ACTIONS(2552), + [anon_sym_async] = ACTIONS(2552), + [anon_sym_break] = ACTIONS(2552), + [anon_sym_const] = ACTIONS(2552), + [anon_sym_continue] = ACTIONS(2552), + [anon_sym_default] = ACTIONS(2552), + [anon_sym_enum] = ACTIONS(2552), + [anon_sym_fn] = ACTIONS(2552), + [anon_sym_for] = ACTIONS(2552), + [anon_sym_gen] = ACTIONS(2552), + [anon_sym_if] = ACTIONS(2552), + [anon_sym_impl] = ACTIONS(2552), + [anon_sym_let] = ACTIONS(2552), + [anon_sym_loop] = ACTIONS(2552), + [anon_sym_match] = ACTIONS(2552), + [anon_sym_mod] = ACTIONS(2552), + [anon_sym_pub] = ACTIONS(2552), + [anon_sym_return] = ACTIONS(2552), + [anon_sym_static] = ACTIONS(2552), + [anon_sym_struct] = ACTIONS(2552), + [anon_sym_trait] = ACTIONS(2552), + [anon_sym_type] = ACTIONS(2552), + [anon_sym_union] = ACTIONS(2552), + [anon_sym_unsafe] = ACTIONS(2552), + [anon_sym_use] = ACTIONS(2552), + [anon_sym_while] = ACTIONS(2552), + [anon_sym_extern] = ACTIONS(2552), + [anon_sym_yield] = ACTIONS(2552), + [anon_sym_move] = ACTIONS(2552), + [anon_sym_try] = ACTIONS(2552), + [sym_integer_literal] = ACTIONS(2550), + [aux_sym_string_literal_token1] = ACTIONS(2550), + [sym_char_literal] = ACTIONS(2550), + [anon_sym_true] = ACTIONS(2552), + [anon_sym_false] = ACTIONS(2552), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2552), + [sym_super] = ACTIONS(2552), + [sym_crate] = ACTIONS(2552), + [sym_metavariable] = ACTIONS(2550), + [sym__raw_string_literal_start] = ACTIONS(2550), + [sym_float_literal] = ACTIONS(2550), }, [STATE(658)] = { [sym_line_comment] = STATE(658), [sym_block_comment] = STATE(658), - [ts_builtin_sym_end] = ACTIONS(2435), - [sym_identifier] = ACTIONS(2437), - [anon_sym_SEMI] = ACTIONS(2435), - [anon_sym_macro_rules_BANG] = ACTIONS(2435), - [anon_sym_LPAREN] = ACTIONS(2435), - [anon_sym_LBRACK] = ACTIONS(2435), - [anon_sym_LBRACE] = ACTIONS(2435), - [anon_sym_RBRACE] = ACTIONS(2435), - [anon_sym_STAR] = ACTIONS(2435), - [anon_sym_u8] = ACTIONS(2437), - [anon_sym_i8] = ACTIONS(2437), - [anon_sym_u16] = ACTIONS(2437), - [anon_sym_i16] = ACTIONS(2437), - [anon_sym_u32] = ACTIONS(2437), - [anon_sym_i32] = ACTIONS(2437), - [anon_sym_u64] = ACTIONS(2437), - [anon_sym_i64] = ACTIONS(2437), - [anon_sym_u128] = ACTIONS(2437), - [anon_sym_i128] = ACTIONS(2437), - [anon_sym_isize] = ACTIONS(2437), - [anon_sym_usize] = ACTIONS(2437), - [anon_sym_f32] = ACTIONS(2437), - [anon_sym_f64] = ACTIONS(2437), - [anon_sym_bool] = ACTIONS(2437), - [anon_sym_str] = ACTIONS(2437), - [anon_sym_char] = ACTIONS(2437), - [anon_sym_DASH] = ACTIONS(2435), - [anon_sym_BANG] = ACTIONS(2435), - [anon_sym_AMP] = ACTIONS(2435), - [anon_sym_PIPE] = ACTIONS(2435), - [anon_sym_LT] = ACTIONS(2435), - [anon_sym_DOT_DOT] = ACTIONS(2435), - [anon_sym_COLON_COLON] = ACTIONS(2435), - [anon_sym_POUND] = ACTIONS(2435), - [anon_sym_SQUOTE] = ACTIONS(2437), - [anon_sym_async] = ACTIONS(2437), - [anon_sym_break] = ACTIONS(2437), - [anon_sym_const] = ACTIONS(2437), - [anon_sym_continue] = ACTIONS(2437), - [anon_sym_default] = ACTIONS(2437), - [anon_sym_enum] = ACTIONS(2437), - [anon_sym_fn] = ACTIONS(2437), - [anon_sym_for] = ACTIONS(2437), - [anon_sym_gen] = ACTIONS(2437), - [anon_sym_if] = ACTIONS(2437), - [anon_sym_impl] = ACTIONS(2437), - [anon_sym_let] = ACTIONS(2437), - [anon_sym_loop] = ACTIONS(2437), - [anon_sym_match] = ACTIONS(2437), - [anon_sym_mod] = ACTIONS(2437), - [anon_sym_pub] = ACTIONS(2437), - [anon_sym_return] = ACTIONS(2437), - [anon_sym_static] = ACTIONS(2437), - [anon_sym_struct] = ACTIONS(2437), - [anon_sym_trait] = ACTIONS(2437), - [anon_sym_type] = ACTIONS(2437), - [anon_sym_union] = ACTIONS(2437), - [anon_sym_unsafe] = ACTIONS(2437), - [anon_sym_use] = ACTIONS(2437), - [anon_sym_while] = ACTIONS(2437), - [anon_sym_extern] = ACTIONS(2437), - [anon_sym_yield] = ACTIONS(2437), - [anon_sym_move] = ACTIONS(2437), - [anon_sym_try] = ACTIONS(2437), - [sym_integer_literal] = ACTIONS(2435), - [aux_sym_string_literal_token1] = ACTIONS(2435), - [sym_char_literal] = ACTIONS(2435), - [anon_sym_true] = ACTIONS(2437), - [anon_sym_false] = ACTIONS(2437), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2437), - [sym_super] = ACTIONS(2437), - [sym_crate] = ACTIONS(2437), - [sym_metavariable] = ACTIONS(2435), - [sym__raw_string_literal_start] = ACTIONS(2435), - [sym_float_literal] = ACTIONS(2435), + [ts_builtin_sym_end] = ACTIONS(2554), + [sym_identifier] = ACTIONS(2556), + [anon_sym_SEMI] = ACTIONS(2554), + [anon_sym_macro_rules_BANG] = ACTIONS(2554), + [anon_sym_LPAREN] = ACTIONS(2554), + [anon_sym_LBRACK] = ACTIONS(2554), + [anon_sym_LBRACE] = ACTIONS(2554), + [anon_sym_RBRACE] = ACTIONS(2554), + [anon_sym_STAR] = ACTIONS(2554), + [anon_sym_u8] = ACTIONS(2556), + [anon_sym_i8] = ACTIONS(2556), + [anon_sym_u16] = ACTIONS(2556), + [anon_sym_i16] = ACTIONS(2556), + [anon_sym_u32] = ACTIONS(2556), + [anon_sym_i32] = ACTIONS(2556), + [anon_sym_u64] = ACTIONS(2556), + [anon_sym_i64] = ACTIONS(2556), + [anon_sym_u128] = ACTIONS(2556), + [anon_sym_i128] = ACTIONS(2556), + [anon_sym_isize] = ACTIONS(2556), + [anon_sym_usize] = ACTIONS(2556), + [anon_sym_f32] = ACTIONS(2556), + [anon_sym_f64] = ACTIONS(2556), + [anon_sym_bool] = ACTIONS(2556), + [anon_sym_str] = ACTIONS(2556), + [anon_sym_char] = ACTIONS(2556), + [anon_sym_DASH] = ACTIONS(2554), + [anon_sym_BANG] = ACTIONS(2554), + [anon_sym_AMP] = ACTIONS(2554), + [anon_sym_PIPE] = ACTIONS(2554), + [anon_sym_LT] = ACTIONS(2554), + [anon_sym_DOT_DOT] = ACTIONS(2554), + [anon_sym_COLON_COLON] = ACTIONS(2554), + [anon_sym_POUND] = ACTIONS(2554), + [anon_sym_SQUOTE] = ACTIONS(2556), + [anon_sym_async] = ACTIONS(2556), + [anon_sym_break] = ACTIONS(2556), + [anon_sym_const] = ACTIONS(2556), + [anon_sym_continue] = ACTIONS(2556), + [anon_sym_default] = ACTIONS(2556), + [anon_sym_enum] = ACTIONS(2556), + [anon_sym_fn] = ACTIONS(2556), + [anon_sym_for] = ACTIONS(2556), + [anon_sym_gen] = ACTIONS(2556), + [anon_sym_if] = ACTIONS(2556), + [anon_sym_impl] = ACTIONS(2556), + [anon_sym_let] = ACTIONS(2556), + [anon_sym_loop] = ACTIONS(2556), + [anon_sym_match] = ACTIONS(2556), + [anon_sym_mod] = ACTIONS(2556), + [anon_sym_pub] = ACTIONS(2556), + [anon_sym_return] = ACTIONS(2556), + [anon_sym_static] = ACTIONS(2556), + [anon_sym_struct] = ACTIONS(2556), + [anon_sym_trait] = ACTIONS(2556), + [anon_sym_type] = ACTIONS(2556), + [anon_sym_union] = ACTIONS(2556), + [anon_sym_unsafe] = ACTIONS(2556), + [anon_sym_use] = ACTIONS(2556), + [anon_sym_while] = ACTIONS(2556), + [anon_sym_extern] = ACTIONS(2556), + [anon_sym_yield] = ACTIONS(2556), + [anon_sym_move] = ACTIONS(2556), + [anon_sym_try] = ACTIONS(2556), + [sym_integer_literal] = ACTIONS(2554), + [aux_sym_string_literal_token1] = ACTIONS(2554), + [sym_char_literal] = ACTIONS(2554), + [anon_sym_true] = ACTIONS(2556), + [anon_sym_false] = ACTIONS(2556), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2556), + [sym_super] = ACTIONS(2556), + [sym_crate] = ACTIONS(2556), + [sym_metavariable] = ACTIONS(2554), + [sym__raw_string_literal_start] = ACTIONS(2554), + [sym_float_literal] = ACTIONS(2554), }, [STATE(659)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(3272), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2829), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(659), [sym_block_comment] = STATE(659), - [ts_builtin_sym_end] = ACTIONS(2439), - [sym_identifier] = ACTIONS(2441), - [anon_sym_SEMI] = ACTIONS(2439), - [anon_sym_macro_rules_BANG] = ACTIONS(2439), - [anon_sym_LPAREN] = ACTIONS(2439), - [anon_sym_LBRACK] = ACTIONS(2439), - [anon_sym_LBRACE] = ACTIONS(2439), - [anon_sym_RBRACE] = ACTIONS(2439), - [anon_sym_STAR] = ACTIONS(2439), - [anon_sym_u8] = ACTIONS(2441), - [anon_sym_i8] = ACTIONS(2441), - [anon_sym_u16] = ACTIONS(2441), - [anon_sym_i16] = ACTIONS(2441), - [anon_sym_u32] = ACTIONS(2441), - [anon_sym_i32] = ACTIONS(2441), - [anon_sym_u64] = ACTIONS(2441), - [anon_sym_i64] = ACTIONS(2441), - [anon_sym_u128] = ACTIONS(2441), - [anon_sym_i128] = ACTIONS(2441), - [anon_sym_isize] = ACTIONS(2441), - [anon_sym_usize] = ACTIONS(2441), - [anon_sym_f32] = ACTIONS(2441), - [anon_sym_f64] = ACTIONS(2441), - [anon_sym_bool] = ACTIONS(2441), - [anon_sym_str] = ACTIONS(2441), - [anon_sym_char] = ACTIONS(2441), - [anon_sym_DASH] = ACTIONS(2439), - [anon_sym_BANG] = ACTIONS(2439), - [anon_sym_AMP] = ACTIONS(2439), - [anon_sym_PIPE] = ACTIONS(2439), - [anon_sym_LT] = ACTIONS(2439), - [anon_sym_DOT_DOT] = ACTIONS(2439), - [anon_sym_COLON_COLON] = ACTIONS(2439), - [anon_sym_POUND] = ACTIONS(2439), - [anon_sym_SQUOTE] = ACTIONS(2441), - [anon_sym_async] = ACTIONS(2441), - [anon_sym_break] = ACTIONS(2441), - [anon_sym_const] = ACTIONS(2441), - [anon_sym_continue] = ACTIONS(2441), - [anon_sym_default] = ACTIONS(2441), - [anon_sym_enum] = ACTIONS(2441), - [anon_sym_fn] = ACTIONS(2441), - [anon_sym_for] = ACTIONS(2441), - [anon_sym_gen] = ACTIONS(2441), - [anon_sym_if] = ACTIONS(2441), - [anon_sym_impl] = ACTIONS(2441), - [anon_sym_let] = ACTIONS(2441), - [anon_sym_loop] = ACTIONS(2441), - [anon_sym_match] = ACTIONS(2441), - [anon_sym_mod] = ACTIONS(2441), - [anon_sym_pub] = ACTIONS(2441), - [anon_sym_return] = ACTIONS(2441), - [anon_sym_static] = ACTIONS(2441), - [anon_sym_struct] = ACTIONS(2441), - [anon_sym_trait] = ACTIONS(2441), - [anon_sym_type] = ACTIONS(2441), - [anon_sym_union] = ACTIONS(2441), - [anon_sym_unsafe] = ACTIONS(2441), - [anon_sym_use] = ACTIONS(2441), - [anon_sym_while] = ACTIONS(2441), - [anon_sym_extern] = ACTIONS(2441), - [anon_sym_yield] = ACTIONS(2441), - [anon_sym_move] = ACTIONS(2441), - [anon_sym_try] = ACTIONS(2441), - [sym_integer_literal] = ACTIONS(2439), - [aux_sym_string_literal_token1] = ACTIONS(2439), - [sym_char_literal] = ACTIONS(2439), - [anon_sym_true] = ACTIONS(2441), - [anon_sym_false] = ACTIONS(2441), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2441), - [sym_super] = ACTIONS(2441), - [sym_crate] = ACTIONS(2441), - [sym_metavariable] = ACTIONS(2439), - [sym__raw_string_literal_start] = ACTIONS(2439), - [sym_float_literal] = ACTIONS(2439), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(2558), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(660)] = { - [sym_empty_statement] = STATE(1104), - [sym_macro_definition] = STATE(1104), - [sym_attribute_item] = STATE(1104), - [sym_inner_attribute_item] = STATE(1104), - [sym_mod_item] = STATE(1104), - [sym_foreign_mod_item] = STATE(1104), - [sym_struct_item] = STATE(1104), - [sym_union_item] = STATE(1104), - [sym_enum_item] = STATE(1104), - [sym_extern_crate_declaration] = STATE(1104), - [sym_const_item] = STATE(1104), - [sym_static_item] = STATE(1104), - [sym_type_item] = STATE(1104), - [sym_function_item] = STATE(1104), - [sym_function_signature_item] = STATE(1104), - [sym_function_modifiers] = STATE(3659), - [sym_impl_item] = STATE(1104), - [sym_trait_item] = STATE(1104), - [sym_associated_type] = STATE(1104), - [sym_let_declaration] = STATE(1104), - [sym_use_declaration] = STATE(1104), - [sym_extern_modifier] = STATE(2190), - [sym_visibility_modifier] = STATE(1969), - [sym_bracketed_type] = STATE(3387), - [sym_generic_type_with_turbofish] = STATE(3413), - [sym_macro_invocation] = STATE(1104), - [sym_scoped_identifier] = STATE(3248), [sym_line_comment] = STATE(660), [sym_block_comment] = STATE(660), - [aux_sym_declaration_list_repeat1] = STATE(739), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(2443), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_macro_rules_BANG] = ACTIONS(2447), - [anon_sym_RBRACE] = ACTIONS(2449), - [anon_sym_u8] = ACTIONS(2451), - [anon_sym_i8] = ACTIONS(2451), - [anon_sym_u16] = ACTIONS(2451), - [anon_sym_i16] = ACTIONS(2451), - [anon_sym_u32] = ACTIONS(2451), - [anon_sym_i32] = ACTIONS(2451), - [anon_sym_u64] = ACTIONS(2451), - [anon_sym_i64] = ACTIONS(2451), - [anon_sym_u128] = ACTIONS(2451), - [anon_sym_i128] = ACTIONS(2451), - [anon_sym_isize] = ACTIONS(2451), - [anon_sym_usize] = ACTIONS(2451), - [anon_sym_f32] = ACTIONS(2451), - [anon_sym_f64] = ACTIONS(2451), - [anon_sym_bool] = ACTIONS(2451), - [anon_sym_str] = ACTIONS(2451), - [anon_sym_char] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2453), - [anon_sym_POUND] = ACTIONS(2455), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(2457), - [anon_sym_default] = ACTIONS(2459), - [anon_sym_enum] = ACTIONS(2461), - [anon_sym_fn] = ACTIONS(2463), - [anon_sym_gen] = ACTIONS(2465), - [anon_sym_impl] = ACTIONS(2467), - [anon_sym_let] = ACTIONS(2469), - [anon_sym_mod] = ACTIONS(2471), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_trait] = ACTIONS(2477), - [anon_sym_type] = ACTIONS(2479), - [anon_sym_union] = ACTIONS(2481), - [anon_sym_unsafe] = ACTIONS(2483), - [anon_sym_use] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2487), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2489), - [sym_super] = ACTIONS(2489), - [sym_crate] = ACTIONS(2491), - [sym_metavariable] = ACTIONS(2493), + [ts_builtin_sym_end] = ACTIONS(2560), + [sym_identifier] = ACTIONS(2562), + [anon_sym_SEMI] = ACTIONS(2560), + [anon_sym_macro_rules_BANG] = ACTIONS(2560), + [anon_sym_LPAREN] = ACTIONS(2560), + [anon_sym_LBRACK] = ACTIONS(2560), + [anon_sym_LBRACE] = ACTIONS(2560), + [anon_sym_RBRACE] = ACTIONS(2560), + [anon_sym_STAR] = ACTIONS(2560), + [anon_sym_u8] = ACTIONS(2562), + [anon_sym_i8] = ACTIONS(2562), + [anon_sym_u16] = ACTIONS(2562), + [anon_sym_i16] = ACTIONS(2562), + [anon_sym_u32] = ACTIONS(2562), + [anon_sym_i32] = ACTIONS(2562), + [anon_sym_u64] = ACTIONS(2562), + [anon_sym_i64] = ACTIONS(2562), + [anon_sym_u128] = ACTIONS(2562), + [anon_sym_i128] = ACTIONS(2562), + [anon_sym_isize] = ACTIONS(2562), + [anon_sym_usize] = ACTIONS(2562), + [anon_sym_f32] = ACTIONS(2562), + [anon_sym_f64] = ACTIONS(2562), + [anon_sym_bool] = ACTIONS(2562), + [anon_sym_str] = ACTIONS(2562), + [anon_sym_char] = ACTIONS(2562), + [anon_sym_DASH] = ACTIONS(2560), + [anon_sym_BANG] = ACTIONS(2560), + [anon_sym_AMP] = ACTIONS(2560), + [anon_sym_PIPE] = ACTIONS(2560), + [anon_sym_LT] = ACTIONS(2560), + [anon_sym_DOT_DOT] = ACTIONS(2560), + [anon_sym_COLON_COLON] = ACTIONS(2560), + [anon_sym_POUND] = ACTIONS(2560), + [anon_sym_SQUOTE] = ACTIONS(2562), + [anon_sym_async] = ACTIONS(2562), + [anon_sym_break] = ACTIONS(2562), + [anon_sym_const] = ACTIONS(2562), + [anon_sym_continue] = ACTIONS(2562), + [anon_sym_default] = ACTIONS(2562), + [anon_sym_enum] = ACTIONS(2562), + [anon_sym_fn] = ACTIONS(2562), + [anon_sym_for] = ACTIONS(2562), + [anon_sym_gen] = ACTIONS(2562), + [anon_sym_if] = ACTIONS(2562), + [anon_sym_impl] = ACTIONS(2562), + [anon_sym_let] = ACTIONS(2562), + [anon_sym_loop] = ACTIONS(2562), + [anon_sym_match] = ACTIONS(2562), + [anon_sym_mod] = ACTIONS(2562), + [anon_sym_pub] = ACTIONS(2562), + [anon_sym_return] = ACTIONS(2562), + [anon_sym_static] = ACTIONS(2562), + [anon_sym_struct] = ACTIONS(2562), + [anon_sym_trait] = ACTIONS(2562), + [anon_sym_type] = ACTIONS(2562), + [anon_sym_union] = ACTIONS(2562), + [anon_sym_unsafe] = ACTIONS(2562), + [anon_sym_use] = ACTIONS(2562), + [anon_sym_while] = ACTIONS(2562), + [anon_sym_extern] = ACTIONS(2562), + [anon_sym_yield] = ACTIONS(2562), + [anon_sym_move] = ACTIONS(2562), + [anon_sym_try] = ACTIONS(2562), + [sym_integer_literal] = ACTIONS(2560), + [aux_sym_string_literal_token1] = ACTIONS(2560), + [sym_char_literal] = ACTIONS(2560), + [anon_sym_true] = ACTIONS(2562), + [anon_sym_false] = ACTIONS(2562), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2562), + [sym_super] = ACTIONS(2562), + [sym_crate] = ACTIONS(2562), + [sym_metavariable] = ACTIONS(2560), + [sym__raw_string_literal_start] = ACTIONS(2560), + [sym_float_literal] = ACTIONS(2560), }, [STATE(661)] = { [sym_line_comment] = STATE(661), [sym_block_comment] = STATE(661), - [ts_builtin_sym_end] = ACTIONS(2495), - [sym_identifier] = ACTIONS(2497), - [anon_sym_SEMI] = ACTIONS(2495), - [anon_sym_macro_rules_BANG] = ACTIONS(2495), - [anon_sym_LPAREN] = ACTIONS(2495), - [anon_sym_LBRACK] = ACTIONS(2495), - [anon_sym_LBRACE] = ACTIONS(2495), - [anon_sym_RBRACE] = ACTIONS(2495), - [anon_sym_STAR] = ACTIONS(2495), - [anon_sym_u8] = ACTIONS(2497), - [anon_sym_i8] = ACTIONS(2497), - [anon_sym_u16] = ACTIONS(2497), - [anon_sym_i16] = ACTIONS(2497), - [anon_sym_u32] = ACTIONS(2497), - [anon_sym_i32] = ACTIONS(2497), - [anon_sym_u64] = ACTIONS(2497), - [anon_sym_i64] = ACTIONS(2497), - [anon_sym_u128] = ACTIONS(2497), - [anon_sym_i128] = ACTIONS(2497), - [anon_sym_isize] = ACTIONS(2497), - [anon_sym_usize] = ACTIONS(2497), - [anon_sym_f32] = ACTIONS(2497), - [anon_sym_f64] = ACTIONS(2497), - [anon_sym_bool] = ACTIONS(2497), - [anon_sym_str] = ACTIONS(2497), - [anon_sym_char] = ACTIONS(2497), - [anon_sym_DASH] = ACTIONS(2495), - [anon_sym_BANG] = ACTIONS(2495), - [anon_sym_AMP] = ACTIONS(2495), - [anon_sym_PIPE] = ACTIONS(2495), - [anon_sym_LT] = ACTIONS(2495), - [anon_sym_DOT_DOT] = ACTIONS(2495), - [anon_sym_COLON_COLON] = ACTIONS(2495), - [anon_sym_POUND] = ACTIONS(2495), - [anon_sym_SQUOTE] = ACTIONS(2497), - [anon_sym_async] = ACTIONS(2497), - [anon_sym_break] = ACTIONS(2497), - [anon_sym_const] = ACTIONS(2497), - [anon_sym_continue] = ACTIONS(2497), - [anon_sym_default] = ACTIONS(2497), - [anon_sym_enum] = ACTIONS(2497), - [anon_sym_fn] = ACTIONS(2497), - [anon_sym_for] = ACTIONS(2497), - [anon_sym_gen] = ACTIONS(2497), - [anon_sym_if] = ACTIONS(2497), - [anon_sym_impl] = ACTIONS(2497), - [anon_sym_let] = ACTIONS(2497), - [anon_sym_loop] = ACTIONS(2497), - [anon_sym_match] = ACTIONS(2497), - [anon_sym_mod] = ACTIONS(2497), - [anon_sym_pub] = ACTIONS(2497), - [anon_sym_return] = ACTIONS(2497), - [anon_sym_static] = ACTIONS(2497), - [anon_sym_struct] = ACTIONS(2497), - [anon_sym_trait] = ACTIONS(2497), - [anon_sym_type] = ACTIONS(2497), - [anon_sym_union] = ACTIONS(2497), - [anon_sym_unsafe] = ACTIONS(2497), - [anon_sym_use] = ACTIONS(2497), - [anon_sym_while] = ACTIONS(2497), - [anon_sym_extern] = ACTIONS(2497), - [anon_sym_yield] = ACTIONS(2497), - [anon_sym_move] = ACTIONS(2497), - [anon_sym_try] = ACTIONS(2497), - [sym_integer_literal] = ACTIONS(2495), - [aux_sym_string_literal_token1] = ACTIONS(2495), - [sym_char_literal] = ACTIONS(2495), - [anon_sym_true] = ACTIONS(2497), - [anon_sym_false] = ACTIONS(2497), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2497), - [sym_super] = ACTIONS(2497), - [sym_crate] = ACTIONS(2497), - [sym_metavariable] = ACTIONS(2495), - [sym__raw_string_literal_start] = ACTIONS(2495), - [sym_float_literal] = ACTIONS(2495), + [ts_builtin_sym_end] = ACTIONS(2564), + [sym_identifier] = ACTIONS(2566), + [anon_sym_SEMI] = ACTIONS(2564), + [anon_sym_macro_rules_BANG] = ACTIONS(2564), + [anon_sym_LPAREN] = ACTIONS(2564), + [anon_sym_LBRACK] = ACTIONS(2564), + [anon_sym_LBRACE] = ACTIONS(2564), + [anon_sym_RBRACE] = ACTIONS(2564), + [anon_sym_STAR] = ACTIONS(2564), + [anon_sym_u8] = ACTIONS(2566), + [anon_sym_i8] = ACTIONS(2566), + [anon_sym_u16] = ACTIONS(2566), + [anon_sym_i16] = ACTIONS(2566), + [anon_sym_u32] = ACTIONS(2566), + [anon_sym_i32] = ACTIONS(2566), + [anon_sym_u64] = ACTIONS(2566), + [anon_sym_i64] = ACTIONS(2566), + [anon_sym_u128] = ACTIONS(2566), + [anon_sym_i128] = ACTIONS(2566), + [anon_sym_isize] = ACTIONS(2566), + [anon_sym_usize] = ACTIONS(2566), + [anon_sym_f32] = ACTIONS(2566), + [anon_sym_f64] = ACTIONS(2566), + [anon_sym_bool] = ACTIONS(2566), + [anon_sym_str] = ACTIONS(2566), + [anon_sym_char] = ACTIONS(2566), + [anon_sym_DASH] = ACTIONS(2564), + [anon_sym_BANG] = ACTIONS(2564), + [anon_sym_AMP] = ACTIONS(2564), + [anon_sym_PIPE] = ACTIONS(2564), + [anon_sym_LT] = ACTIONS(2564), + [anon_sym_DOT_DOT] = ACTIONS(2564), + [anon_sym_COLON_COLON] = ACTIONS(2564), + [anon_sym_POUND] = ACTIONS(2564), + [anon_sym_SQUOTE] = ACTIONS(2566), + [anon_sym_async] = ACTIONS(2566), + [anon_sym_break] = ACTIONS(2566), + [anon_sym_const] = ACTIONS(2566), + [anon_sym_continue] = ACTIONS(2566), + [anon_sym_default] = ACTIONS(2566), + [anon_sym_enum] = ACTIONS(2566), + [anon_sym_fn] = ACTIONS(2566), + [anon_sym_for] = ACTIONS(2566), + [anon_sym_gen] = ACTIONS(2566), + [anon_sym_if] = ACTIONS(2566), + [anon_sym_impl] = ACTIONS(2566), + [anon_sym_let] = ACTIONS(2566), + [anon_sym_loop] = ACTIONS(2566), + [anon_sym_match] = ACTIONS(2566), + [anon_sym_mod] = ACTIONS(2566), + [anon_sym_pub] = ACTIONS(2566), + [anon_sym_return] = ACTIONS(2566), + [anon_sym_static] = ACTIONS(2566), + [anon_sym_struct] = ACTIONS(2566), + [anon_sym_trait] = ACTIONS(2566), + [anon_sym_type] = ACTIONS(2566), + [anon_sym_union] = ACTIONS(2566), + [anon_sym_unsafe] = ACTIONS(2566), + [anon_sym_use] = ACTIONS(2566), + [anon_sym_while] = ACTIONS(2566), + [anon_sym_extern] = ACTIONS(2566), + [anon_sym_yield] = ACTIONS(2566), + [anon_sym_move] = ACTIONS(2566), + [anon_sym_try] = ACTIONS(2566), + [sym_integer_literal] = ACTIONS(2564), + [aux_sym_string_literal_token1] = ACTIONS(2564), + [sym_char_literal] = ACTIONS(2564), + [anon_sym_true] = ACTIONS(2566), + [anon_sym_false] = ACTIONS(2566), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2566), + [sym_super] = ACTIONS(2566), + [sym_crate] = ACTIONS(2566), + [sym_metavariable] = ACTIONS(2564), + [sym__raw_string_literal_start] = ACTIONS(2564), + [sym_float_literal] = ACTIONS(2564), }, [STATE(662)] = { [sym_line_comment] = STATE(662), [sym_block_comment] = STATE(662), - [ts_builtin_sym_end] = ACTIONS(2499), - [sym_identifier] = ACTIONS(2501), - [anon_sym_SEMI] = ACTIONS(2499), - [anon_sym_macro_rules_BANG] = ACTIONS(2499), - [anon_sym_LPAREN] = ACTIONS(2499), - [anon_sym_LBRACK] = ACTIONS(2499), - [anon_sym_LBRACE] = ACTIONS(2499), - [anon_sym_RBRACE] = ACTIONS(2499), - [anon_sym_STAR] = ACTIONS(2499), - [anon_sym_u8] = ACTIONS(2501), - [anon_sym_i8] = ACTIONS(2501), - [anon_sym_u16] = ACTIONS(2501), - [anon_sym_i16] = ACTIONS(2501), - [anon_sym_u32] = ACTIONS(2501), - [anon_sym_i32] = ACTIONS(2501), - [anon_sym_u64] = ACTIONS(2501), - [anon_sym_i64] = ACTIONS(2501), - [anon_sym_u128] = ACTIONS(2501), - [anon_sym_i128] = ACTIONS(2501), - [anon_sym_isize] = ACTIONS(2501), - [anon_sym_usize] = ACTIONS(2501), - [anon_sym_f32] = ACTIONS(2501), - [anon_sym_f64] = ACTIONS(2501), - [anon_sym_bool] = ACTIONS(2501), - [anon_sym_str] = ACTIONS(2501), - [anon_sym_char] = ACTIONS(2501), - [anon_sym_DASH] = ACTIONS(2499), - [anon_sym_BANG] = ACTIONS(2499), - [anon_sym_AMP] = ACTIONS(2499), - [anon_sym_PIPE] = ACTIONS(2499), - [anon_sym_LT] = ACTIONS(2499), - [anon_sym_DOT_DOT] = ACTIONS(2499), - [anon_sym_COLON_COLON] = ACTIONS(2499), - [anon_sym_POUND] = ACTIONS(2499), - [anon_sym_SQUOTE] = ACTIONS(2501), - [anon_sym_async] = ACTIONS(2501), - [anon_sym_break] = ACTIONS(2501), - [anon_sym_const] = ACTIONS(2501), - [anon_sym_continue] = ACTIONS(2501), - [anon_sym_default] = ACTIONS(2501), - [anon_sym_enum] = ACTIONS(2501), - [anon_sym_fn] = ACTIONS(2501), - [anon_sym_for] = ACTIONS(2501), - [anon_sym_gen] = ACTIONS(2501), - [anon_sym_if] = ACTIONS(2501), - [anon_sym_impl] = ACTIONS(2501), - [anon_sym_let] = ACTIONS(2501), - [anon_sym_loop] = ACTIONS(2501), - [anon_sym_match] = ACTIONS(2501), - [anon_sym_mod] = ACTIONS(2501), - [anon_sym_pub] = ACTIONS(2501), - [anon_sym_return] = ACTIONS(2501), - [anon_sym_static] = ACTIONS(2501), - [anon_sym_struct] = ACTIONS(2501), - [anon_sym_trait] = ACTIONS(2501), - [anon_sym_type] = ACTIONS(2501), - [anon_sym_union] = ACTIONS(2501), - [anon_sym_unsafe] = ACTIONS(2501), - [anon_sym_use] = ACTIONS(2501), - [anon_sym_while] = ACTIONS(2501), - [anon_sym_extern] = ACTIONS(2501), - [anon_sym_yield] = ACTIONS(2501), - [anon_sym_move] = ACTIONS(2501), - [anon_sym_try] = ACTIONS(2501), - [sym_integer_literal] = ACTIONS(2499), - [aux_sym_string_literal_token1] = ACTIONS(2499), - [sym_char_literal] = ACTIONS(2499), - [anon_sym_true] = ACTIONS(2501), - [anon_sym_false] = ACTIONS(2501), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2501), - [sym_super] = ACTIONS(2501), - [sym_crate] = ACTIONS(2501), - [sym_metavariable] = ACTIONS(2499), - [sym__raw_string_literal_start] = ACTIONS(2499), - [sym_float_literal] = ACTIONS(2499), + [ts_builtin_sym_end] = ACTIONS(2568), + [sym_identifier] = ACTIONS(2570), + [anon_sym_SEMI] = ACTIONS(2568), + [anon_sym_macro_rules_BANG] = ACTIONS(2568), + [anon_sym_LPAREN] = ACTIONS(2568), + [anon_sym_LBRACK] = ACTIONS(2568), + [anon_sym_LBRACE] = ACTIONS(2568), + [anon_sym_RBRACE] = ACTIONS(2568), + [anon_sym_STAR] = ACTIONS(2568), + [anon_sym_u8] = ACTIONS(2570), + [anon_sym_i8] = ACTIONS(2570), + [anon_sym_u16] = ACTIONS(2570), + [anon_sym_i16] = ACTIONS(2570), + [anon_sym_u32] = ACTIONS(2570), + [anon_sym_i32] = ACTIONS(2570), + [anon_sym_u64] = ACTIONS(2570), + [anon_sym_i64] = ACTIONS(2570), + [anon_sym_u128] = ACTIONS(2570), + [anon_sym_i128] = ACTIONS(2570), + [anon_sym_isize] = ACTIONS(2570), + [anon_sym_usize] = ACTIONS(2570), + [anon_sym_f32] = ACTIONS(2570), + [anon_sym_f64] = ACTIONS(2570), + [anon_sym_bool] = ACTIONS(2570), + [anon_sym_str] = ACTIONS(2570), + [anon_sym_char] = ACTIONS(2570), + [anon_sym_DASH] = ACTIONS(2568), + [anon_sym_BANG] = ACTIONS(2568), + [anon_sym_AMP] = ACTIONS(2568), + [anon_sym_PIPE] = ACTIONS(2568), + [anon_sym_LT] = ACTIONS(2568), + [anon_sym_DOT_DOT] = ACTIONS(2568), + [anon_sym_COLON_COLON] = ACTIONS(2568), + [anon_sym_POUND] = ACTIONS(2568), + [anon_sym_SQUOTE] = ACTIONS(2570), + [anon_sym_async] = ACTIONS(2570), + [anon_sym_break] = ACTIONS(2570), + [anon_sym_const] = ACTIONS(2570), + [anon_sym_continue] = ACTIONS(2570), + [anon_sym_default] = ACTIONS(2570), + [anon_sym_enum] = ACTIONS(2570), + [anon_sym_fn] = ACTIONS(2570), + [anon_sym_for] = ACTIONS(2570), + [anon_sym_gen] = ACTIONS(2570), + [anon_sym_if] = ACTIONS(2570), + [anon_sym_impl] = ACTIONS(2570), + [anon_sym_let] = ACTIONS(2570), + [anon_sym_loop] = ACTIONS(2570), + [anon_sym_match] = ACTIONS(2570), + [anon_sym_mod] = ACTIONS(2570), + [anon_sym_pub] = ACTIONS(2570), + [anon_sym_return] = ACTIONS(2570), + [anon_sym_static] = ACTIONS(2570), + [anon_sym_struct] = ACTIONS(2570), + [anon_sym_trait] = ACTIONS(2570), + [anon_sym_type] = ACTIONS(2570), + [anon_sym_union] = ACTIONS(2570), + [anon_sym_unsafe] = ACTIONS(2570), + [anon_sym_use] = ACTIONS(2570), + [anon_sym_while] = ACTIONS(2570), + [anon_sym_extern] = ACTIONS(2570), + [anon_sym_yield] = ACTIONS(2570), + [anon_sym_move] = ACTIONS(2570), + [anon_sym_try] = ACTIONS(2570), + [sym_integer_literal] = ACTIONS(2568), + [aux_sym_string_literal_token1] = ACTIONS(2568), + [sym_char_literal] = ACTIONS(2568), + [anon_sym_true] = ACTIONS(2570), + [anon_sym_false] = ACTIONS(2570), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2570), + [sym_super] = ACTIONS(2570), + [sym_crate] = ACTIONS(2570), + [sym_metavariable] = ACTIONS(2568), + [sym__raw_string_literal_start] = ACTIONS(2568), + [sym_float_literal] = ACTIONS(2568), }, [STATE(663)] = { [sym_line_comment] = STATE(663), [sym_block_comment] = STATE(663), - [ts_builtin_sym_end] = ACTIONS(2503), - [sym_identifier] = ACTIONS(2505), - [anon_sym_SEMI] = ACTIONS(2503), - [anon_sym_macro_rules_BANG] = ACTIONS(2503), - [anon_sym_LPAREN] = ACTIONS(2503), - [anon_sym_LBRACK] = ACTIONS(2503), - [anon_sym_LBRACE] = ACTIONS(2503), - [anon_sym_RBRACE] = ACTIONS(2503), - [anon_sym_STAR] = ACTIONS(2503), - [anon_sym_u8] = ACTIONS(2505), - [anon_sym_i8] = ACTIONS(2505), - [anon_sym_u16] = ACTIONS(2505), - [anon_sym_i16] = ACTIONS(2505), - [anon_sym_u32] = ACTIONS(2505), - [anon_sym_i32] = ACTIONS(2505), - [anon_sym_u64] = ACTIONS(2505), - [anon_sym_i64] = ACTIONS(2505), - [anon_sym_u128] = ACTIONS(2505), - [anon_sym_i128] = ACTIONS(2505), - [anon_sym_isize] = ACTIONS(2505), - [anon_sym_usize] = ACTIONS(2505), - [anon_sym_f32] = ACTIONS(2505), - [anon_sym_f64] = ACTIONS(2505), - [anon_sym_bool] = ACTIONS(2505), - [anon_sym_str] = ACTIONS(2505), - [anon_sym_char] = ACTIONS(2505), - [anon_sym_DASH] = ACTIONS(2503), - [anon_sym_BANG] = ACTIONS(2503), - [anon_sym_AMP] = ACTIONS(2503), - [anon_sym_PIPE] = ACTIONS(2503), - [anon_sym_LT] = ACTIONS(2503), - [anon_sym_DOT_DOT] = ACTIONS(2503), - [anon_sym_COLON_COLON] = ACTIONS(2503), - [anon_sym_POUND] = ACTIONS(2503), - [anon_sym_SQUOTE] = ACTIONS(2505), - [anon_sym_async] = ACTIONS(2505), - [anon_sym_break] = ACTIONS(2505), - [anon_sym_const] = ACTIONS(2505), - [anon_sym_continue] = ACTIONS(2505), - [anon_sym_default] = ACTIONS(2505), - [anon_sym_enum] = ACTIONS(2505), - [anon_sym_fn] = ACTIONS(2505), - [anon_sym_for] = ACTIONS(2505), - [anon_sym_gen] = ACTIONS(2505), - [anon_sym_if] = ACTIONS(2505), - [anon_sym_impl] = ACTIONS(2505), - [anon_sym_let] = ACTIONS(2505), - [anon_sym_loop] = ACTIONS(2505), - [anon_sym_match] = ACTIONS(2505), - [anon_sym_mod] = ACTIONS(2505), - [anon_sym_pub] = ACTIONS(2505), - [anon_sym_return] = ACTIONS(2505), - [anon_sym_static] = ACTIONS(2505), - [anon_sym_struct] = ACTIONS(2505), - [anon_sym_trait] = ACTIONS(2505), - [anon_sym_type] = ACTIONS(2505), - [anon_sym_union] = ACTIONS(2505), - [anon_sym_unsafe] = ACTIONS(2505), - [anon_sym_use] = ACTIONS(2505), - [anon_sym_while] = ACTIONS(2505), - [anon_sym_extern] = ACTIONS(2505), - [anon_sym_yield] = ACTIONS(2505), - [anon_sym_move] = ACTIONS(2505), - [anon_sym_try] = ACTIONS(2505), - [sym_integer_literal] = ACTIONS(2503), - [aux_sym_string_literal_token1] = ACTIONS(2503), - [sym_char_literal] = ACTIONS(2503), - [anon_sym_true] = ACTIONS(2505), - [anon_sym_false] = ACTIONS(2505), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2505), - [sym_super] = ACTIONS(2505), - [sym_crate] = ACTIONS(2505), - [sym_metavariable] = ACTIONS(2503), - [sym__raw_string_literal_start] = ACTIONS(2503), - [sym_float_literal] = ACTIONS(2503), + [ts_builtin_sym_end] = ACTIONS(2572), + [sym_identifier] = ACTIONS(2574), + [anon_sym_SEMI] = ACTIONS(2572), + [anon_sym_macro_rules_BANG] = ACTIONS(2572), + [anon_sym_LPAREN] = ACTIONS(2572), + [anon_sym_LBRACK] = ACTIONS(2572), + [anon_sym_LBRACE] = ACTIONS(2572), + [anon_sym_RBRACE] = ACTIONS(2572), + [anon_sym_STAR] = ACTIONS(2572), + [anon_sym_u8] = ACTIONS(2574), + [anon_sym_i8] = ACTIONS(2574), + [anon_sym_u16] = ACTIONS(2574), + [anon_sym_i16] = ACTIONS(2574), + [anon_sym_u32] = ACTIONS(2574), + [anon_sym_i32] = ACTIONS(2574), + [anon_sym_u64] = ACTIONS(2574), + [anon_sym_i64] = ACTIONS(2574), + [anon_sym_u128] = ACTIONS(2574), + [anon_sym_i128] = ACTIONS(2574), + [anon_sym_isize] = ACTIONS(2574), + [anon_sym_usize] = ACTIONS(2574), + [anon_sym_f32] = ACTIONS(2574), + [anon_sym_f64] = ACTIONS(2574), + [anon_sym_bool] = ACTIONS(2574), + [anon_sym_str] = ACTIONS(2574), + [anon_sym_char] = ACTIONS(2574), + [anon_sym_DASH] = ACTIONS(2572), + [anon_sym_BANG] = ACTIONS(2572), + [anon_sym_AMP] = ACTIONS(2572), + [anon_sym_PIPE] = ACTIONS(2572), + [anon_sym_LT] = ACTIONS(2572), + [anon_sym_DOT_DOT] = ACTIONS(2572), + [anon_sym_COLON_COLON] = ACTIONS(2572), + [anon_sym_POUND] = ACTIONS(2572), + [anon_sym_SQUOTE] = ACTIONS(2574), + [anon_sym_async] = ACTIONS(2574), + [anon_sym_break] = ACTIONS(2574), + [anon_sym_const] = ACTIONS(2574), + [anon_sym_continue] = ACTIONS(2574), + [anon_sym_default] = ACTIONS(2574), + [anon_sym_enum] = ACTIONS(2574), + [anon_sym_fn] = ACTIONS(2574), + [anon_sym_for] = ACTIONS(2574), + [anon_sym_gen] = ACTIONS(2574), + [anon_sym_if] = ACTIONS(2574), + [anon_sym_impl] = ACTIONS(2574), + [anon_sym_let] = ACTIONS(2574), + [anon_sym_loop] = ACTIONS(2574), + [anon_sym_match] = ACTIONS(2574), + [anon_sym_mod] = ACTIONS(2574), + [anon_sym_pub] = ACTIONS(2574), + [anon_sym_return] = ACTIONS(2574), + [anon_sym_static] = ACTIONS(2574), + [anon_sym_struct] = ACTIONS(2574), + [anon_sym_trait] = ACTIONS(2574), + [anon_sym_type] = ACTIONS(2574), + [anon_sym_union] = ACTIONS(2574), + [anon_sym_unsafe] = ACTIONS(2574), + [anon_sym_use] = ACTIONS(2574), + [anon_sym_while] = ACTIONS(2574), + [anon_sym_extern] = ACTIONS(2574), + [anon_sym_yield] = ACTIONS(2574), + [anon_sym_move] = ACTIONS(2574), + [anon_sym_try] = ACTIONS(2574), + [sym_integer_literal] = ACTIONS(2572), + [aux_sym_string_literal_token1] = ACTIONS(2572), + [sym_char_literal] = ACTIONS(2572), + [anon_sym_true] = ACTIONS(2574), + [anon_sym_false] = ACTIONS(2574), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2574), + [sym_super] = ACTIONS(2574), + [sym_crate] = ACTIONS(2574), + [sym_metavariable] = ACTIONS(2572), + [sym__raw_string_literal_start] = ACTIONS(2572), + [sym_float_literal] = ACTIONS(2572), }, [STATE(664)] = { [sym_line_comment] = STATE(664), [sym_block_comment] = STATE(664), - [ts_builtin_sym_end] = ACTIONS(2507), - [sym_identifier] = ACTIONS(2509), - [anon_sym_SEMI] = ACTIONS(2507), - [anon_sym_macro_rules_BANG] = ACTIONS(2507), - [anon_sym_LPAREN] = ACTIONS(2507), - [anon_sym_LBRACK] = ACTIONS(2507), - [anon_sym_LBRACE] = ACTIONS(2507), - [anon_sym_RBRACE] = ACTIONS(2507), - [anon_sym_STAR] = ACTIONS(2507), - [anon_sym_u8] = ACTIONS(2509), - [anon_sym_i8] = ACTIONS(2509), - [anon_sym_u16] = ACTIONS(2509), - [anon_sym_i16] = ACTIONS(2509), - [anon_sym_u32] = ACTIONS(2509), - [anon_sym_i32] = ACTIONS(2509), - [anon_sym_u64] = ACTIONS(2509), - [anon_sym_i64] = ACTIONS(2509), - [anon_sym_u128] = ACTIONS(2509), - [anon_sym_i128] = ACTIONS(2509), - [anon_sym_isize] = ACTIONS(2509), - [anon_sym_usize] = ACTIONS(2509), - [anon_sym_f32] = ACTIONS(2509), - [anon_sym_f64] = ACTIONS(2509), - [anon_sym_bool] = ACTIONS(2509), - [anon_sym_str] = ACTIONS(2509), - [anon_sym_char] = ACTIONS(2509), - [anon_sym_DASH] = ACTIONS(2507), - [anon_sym_BANG] = ACTIONS(2507), - [anon_sym_AMP] = ACTIONS(2507), - [anon_sym_PIPE] = ACTIONS(2507), - [anon_sym_LT] = ACTIONS(2507), - [anon_sym_DOT_DOT] = ACTIONS(2507), - [anon_sym_COLON_COLON] = ACTIONS(2507), - [anon_sym_POUND] = ACTIONS(2507), - [anon_sym_SQUOTE] = ACTIONS(2509), - [anon_sym_async] = ACTIONS(2509), - [anon_sym_break] = ACTIONS(2509), - [anon_sym_const] = ACTIONS(2509), - [anon_sym_continue] = ACTIONS(2509), - [anon_sym_default] = ACTIONS(2509), - [anon_sym_enum] = ACTIONS(2509), - [anon_sym_fn] = ACTIONS(2509), - [anon_sym_for] = ACTIONS(2509), - [anon_sym_gen] = ACTIONS(2509), - [anon_sym_if] = ACTIONS(2509), - [anon_sym_impl] = ACTIONS(2509), - [anon_sym_let] = ACTIONS(2509), - [anon_sym_loop] = ACTIONS(2509), - [anon_sym_match] = ACTIONS(2509), - [anon_sym_mod] = ACTIONS(2509), - [anon_sym_pub] = ACTIONS(2509), - [anon_sym_return] = ACTIONS(2509), - [anon_sym_static] = ACTIONS(2509), - [anon_sym_struct] = ACTIONS(2509), - [anon_sym_trait] = ACTIONS(2509), - [anon_sym_type] = ACTIONS(2509), - [anon_sym_union] = ACTIONS(2509), - [anon_sym_unsafe] = ACTIONS(2509), - [anon_sym_use] = ACTIONS(2509), - [anon_sym_while] = ACTIONS(2509), - [anon_sym_extern] = ACTIONS(2509), - [anon_sym_yield] = ACTIONS(2509), - [anon_sym_move] = ACTIONS(2509), - [anon_sym_try] = ACTIONS(2509), - [sym_integer_literal] = ACTIONS(2507), - [aux_sym_string_literal_token1] = ACTIONS(2507), - [sym_char_literal] = ACTIONS(2507), - [anon_sym_true] = ACTIONS(2509), - [anon_sym_false] = ACTIONS(2509), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2509), - [sym_super] = ACTIONS(2509), - [sym_crate] = ACTIONS(2509), - [sym_metavariable] = ACTIONS(2507), - [sym__raw_string_literal_start] = ACTIONS(2507), - [sym_float_literal] = ACTIONS(2507), + [ts_builtin_sym_end] = ACTIONS(2576), + [sym_identifier] = ACTIONS(2578), + [anon_sym_SEMI] = ACTIONS(2576), + [anon_sym_macro_rules_BANG] = ACTIONS(2576), + [anon_sym_LPAREN] = ACTIONS(2576), + [anon_sym_LBRACK] = ACTIONS(2576), + [anon_sym_LBRACE] = ACTIONS(2576), + [anon_sym_RBRACE] = ACTIONS(2576), + [anon_sym_STAR] = ACTIONS(2576), + [anon_sym_u8] = ACTIONS(2578), + [anon_sym_i8] = ACTIONS(2578), + [anon_sym_u16] = ACTIONS(2578), + [anon_sym_i16] = ACTIONS(2578), + [anon_sym_u32] = ACTIONS(2578), + [anon_sym_i32] = ACTIONS(2578), + [anon_sym_u64] = ACTIONS(2578), + [anon_sym_i64] = ACTIONS(2578), + [anon_sym_u128] = ACTIONS(2578), + [anon_sym_i128] = ACTIONS(2578), + [anon_sym_isize] = ACTIONS(2578), + [anon_sym_usize] = ACTIONS(2578), + [anon_sym_f32] = ACTIONS(2578), + [anon_sym_f64] = ACTIONS(2578), + [anon_sym_bool] = ACTIONS(2578), + [anon_sym_str] = ACTIONS(2578), + [anon_sym_char] = ACTIONS(2578), + [anon_sym_DASH] = ACTIONS(2576), + [anon_sym_BANG] = ACTIONS(2576), + [anon_sym_AMP] = ACTIONS(2576), + [anon_sym_PIPE] = ACTIONS(2576), + [anon_sym_LT] = ACTIONS(2576), + [anon_sym_DOT_DOT] = ACTIONS(2576), + [anon_sym_COLON_COLON] = ACTIONS(2576), + [anon_sym_POUND] = ACTIONS(2576), + [anon_sym_SQUOTE] = ACTIONS(2578), + [anon_sym_async] = ACTIONS(2578), + [anon_sym_break] = ACTIONS(2578), + [anon_sym_const] = ACTIONS(2578), + [anon_sym_continue] = ACTIONS(2578), + [anon_sym_default] = ACTIONS(2578), + [anon_sym_enum] = ACTIONS(2578), + [anon_sym_fn] = ACTIONS(2578), + [anon_sym_for] = ACTIONS(2578), + [anon_sym_gen] = ACTIONS(2578), + [anon_sym_if] = ACTIONS(2578), + [anon_sym_impl] = ACTIONS(2578), + [anon_sym_let] = ACTIONS(2578), + [anon_sym_loop] = ACTIONS(2578), + [anon_sym_match] = ACTIONS(2578), + [anon_sym_mod] = ACTIONS(2578), + [anon_sym_pub] = ACTIONS(2578), + [anon_sym_return] = ACTIONS(2578), + [anon_sym_static] = ACTIONS(2578), + [anon_sym_struct] = ACTIONS(2578), + [anon_sym_trait] = ACTIONS(2578), + [anon_sym_type] = ACTIONS(2578), + [anon_sym_union] = ACTIONS(2578), + [anon_sym_unsafe] = ACTIONS(2578), + [anon_sym_use] = ACTIONS(2578), + [anon_sym_while] = ACTIONS(2578), + [anon_sym_extern] = ACTIONS(2578), + [anon_sym_yield] = ACTIONS(2578), + [anon_sym_move] = ACTIONS(2578), + [anon_sym_try] = ACTIONS(2578), + [sym_integer_literal] = ACTIONS(2576), + [aux_sym_string_literal_token1] = ACTIONS(2576), + [sym_char_literal] = ACTIONS(2576), + [anon_sym_true] = ACTIONS(2578), + [anon_sym_false] = ACTIONS(2578), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2578), + [sym_super] = ACTIONS(2578), + [sym_crate] = ACTIONS(2578), + [sym_metavariable] = ACTIONS(2576), + [sym__raw_string_literal_start] = ACTIONS(2576), + [sym_float_literal] = ACTIONS(2576), }, [STATE(665)] = { [sym_line_comment] = STATE(665), [sym_block_comment] = STATE(665), - [ts_builtin_sym_end] = ACTIONS(2511), - [sym_identifier] = ACTIONS(2513), - [anon_sym_SEMI] = ACTIONS(2511), - [anon_sym_macro_rules_BANG] = ACTIONS(2511), - [anon_sym_LPAREN] = ACTIONS(2511), - [anon_sym_LBRACK] = ACTIONS(2511), - [anon_sym_LBRACE] = ACTIONS(2511), - [anon_sym_RBRACE] = ACTIONS(2511), - [anon_sym_STAR] = ACTIONS(2511), - [anon_sym_u8] = ACTIONS(2513), - [anon_sym_i8] = ACTIONS(2513), - [anon_sym_u16] = ACTIONS(2513), - [anon_sym_i16] = ACTIONS(2513), - [anon_sym_u32] = ACTIONS(2513), - [anon_sym_i32] = ACTIONS(2513), - [anon_sym_u64] = ACTIONS(2513), - [anon_sym_i64] = ACTIONS(2513), - [anon_sym_u128] = ACTIONS(2513), - [anon_sym_i128] = ACTIONS(2513), - [anon_sym_isize] = ACTIONS(2513), - [anon_sym_usize] = ACTIONS(2513), - [anon_sym_f32] = ACTIONS(2513), - [anon_sym_f64] = ACTIONS(2513), - [anon_sym_bool] = ACTIONS(2513), - [anon_sym_str] = ACTIONS(2513), - [anon_sym_char] = ACTIONS(2513), - [anon_sym_DASH] = ACTIONS(2511), - [anon_sym_BANG] = ACTIONS(2511), - [anon_sym_AMP] = ACTIONS(2511), - [anon_sym_PIPE] = ACTIONS(2511), - [anon_sym_LT] = ACTIONS(2511), - [anon_sym_DOT_DOT] = ACTIONS(2511), - [anon_sym_COLON_COLON] = ACTIONS(2511), - [anon_sym_POUND] = ACTIONS(2511), - [anon_sym_SQUOTE] = ACTIONS(2513), - [anon_sym_async] = ACTIONS(2513), - [anon_sym_break] = ACTIONS(2513), - [anon_sym_const] = ACTIONS(2513), - [anon_sym_continue] = ACTIONS(2513), - [anon_sym_default] = ACTIONS(2513), - [anon_sym_enum] = ACTIONS(2513), - [anon_sym_fn] = ACTIONS(2513), - [anon_sym_for] = ACTIONS(2513), - [anon_sym_gen] = ACTIONS(2513), - [anon_sym_if] = ACTIONS(2513), - [anon_sym_impl] = ACTIONS(2513), - [anon_sym_let] = ACTIONS(2513), - [anon_sym_loop] = ACTIONS(2513), - [anon_sym_match] = ACTIONS(2513), - [anon_sym_mod] = ACTIONS(2513), - [anon_sym_pub] = ACTIONS(2513), - [anon_sym_return] = ACTIONS(2513), - [anon_sym_static] = ACTIONS(2513), - [anon_sym_struct] = ACTIONS(2513), - [anon_sym_trait] = ACTIONS(2513), - [anon_sym_type] = ACTIONS(2513), - [anon_sym_union] = ACTIONS(2513), - [anon_sym_unsafe] = ACTIONS(2513), - [anon_sym_use] = ACTIONS(2513), - [anon_sym_while] = ACTIONS(2513), - [anon_sym_extern] = ACTIONS(2513), - [anon_sym_yield] = ACTIONS(2513), - [anon_sym_move] = ACTIONS(2513), - [anon_sym_try] = ACTIONS(2513), - [sym_integer_literal] = ACTIONS(2511), - [aux_sym_string_literal_token1] = ACTIONS(2511), - [sym_char_literal] = ACTIONS(2511), - [anon_sym_true] = ACTIONS(2513), - [anon_sym_false] = ACTIONS(2513), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2513), - [sym_super] = ACTIONS(2513), - [sym_crate] = ACTIONS(2513), - [sym_metavariable] = ACTIONS(2511), - [sym__raw_string_literal_start] = ACTIONS(2511), - [sym_float_literal] = ACTIONS(2511), + [ts_builtin_sym_end] = ACTIONS(2580), + [sym_identifier] = ACTIONS(2582), + [anon_sym_SEMI] = ACTIONS(2580), + [anon_sym_macro_rules_BANG] = ACTIONS(2580), + [anon_sym_LPAREN] = ACTIONS(2580), + [anon_sym_LBRACK] = ACTIONS(2580), + [anon_sym_LBRACE] = ACTIONS(2580), + [anon_sym_RBRACE] = ACTIONS(2580), + [anon_sym_STAR] = ACTIONS(2580), + [anon_sym_u8] = ACTIONS(2582), + [anon_sym_i8] = ACTIONS(2582), + [anon_sym_u16] = ACTIONS(2582), + [anon_sym_i16] = ACTIONS(2582), + [anon_sym_u32] = ACTIONS(2582), + [anon_sym_i32] = ACTIONS(2582), + [anon_sym_u64] = ACTIONS(2582), + [anon_sym_i64] = ACTIONS(2582), + [anon_sym_u128] = ACTIONS(2582), + [anon_sym_i128] = ACTIONS(2582), + [anon_sym_isize] = ACTIONS(2582), + [anon_sym_usize] = ACTIONS(2582), + [anon_sym_f32] = ACTIONS(2582), + [anon_sym_f64] = ACTIONS(2582), + [anon_sym_bool] = ACTIONS(2582), + [anon_sym_str] = ACTIONS(2582), + [anon_sym_char] = ACTIONS(2582), + [anon_sym_DASH] = ACTIONS(2580), + [anon_sym_BANG] = ACTIONS(2580), + [anon_sym_AMP] = ACTIONS(2580), + [anon_sym_PIPE] = ACTIONS(2580), + [anon_sym_LT] = ACTIONS(2580), + [anon_sym_DOT_DOT] = ACTIONS(2580), + [anon_sym_COLON_COLON] = ACTIONS(2580), + [anon_sym_POUND] = ACTIONS(2580), + [anon_sym_SQUOTE] = ACTIONS(2582), + [anon_sym_async] = ACTIONS(2582), + [anon_sym_break] = ACTIONS(2582), + [anon_sym_const] = ACTIONS(2582), + [anon_sym_continue] = ACTIONS(2582), + [anon_sym_default] = ACTIONS(2582), + [anon_sym_enum] = ACTIONS(2582), + [anon_sym_fn] = ACTIONS(2582), + [anon_sym_for] = ACTIONS(2582), + [anon_sym_gen] = ACTIONS(2582), + [anon_sym_if] = ACTIONS(2582), + [anon_sym_impl] = ACTIONS(2582), + [anon_sym_let] = ACTIONS(2582), + [anon_sym_loop] = ACTIONS(2582), + [anon_sym_match] = ACTIONS(2582), + [anon_sym_mod] = ACTIONS(2582), + [anon_sym_pub] = ACTIONS(2582), + [anon_sym_return] = ACTIONS(2582), + [anon_sym_static] = ACTIONS(2582), + [anon_sym_struct] = ACTIONS(2582), + [anon_sym_trait] = ACTIONS(2582), + [anon_sym_type] = ACTIONS(2582), + [anon_sym_union] = ACTIONS(2582), + [anon_sym_unsafe] = ACTIONS(2582), + [anon_sym_use] = ACTIONS(2582), + [anon_sym_while] = ACTIONS(2582), + [anon_sym_extern] = ACTIONS(2582), + [anon_sym_yield] = ACTIONS(2582), + [anon_sym_move] = ACTIONS(2582), + [anon_sym_try] = ACTIONS(2582), + [sym_integer_literal] = ACTIONS(2580), + [aux_sym_string_literal_token1] = ACTIONS(2580), + [sym_char_literal] = ACTIONS(2580), + [anon_sym_true] = ACTIONS(2582), + [anon_sym_false] = ACTIONS(2582), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2582), + [sym_super] = ACTIONS(2582), + [sym_crate] = ACTIONS(2582), + [sym_metavariable] = ACTIONS(2580), + [sym__raw_string_literal_start] = ACTIONS(2580), + [sym_float_literal] = ACTIONS(2580), }, [STATE(666)] = { [sym_line_comment] = STATE(666), [sym_block_comment] = STATE(666), - [ts_builtin_sym_end] = ACTIONS(2515), - [sym_identifier] = ACTIONS(2517), - [anon_sym_SEMI] = ACTIONS(2515), - [anon_sym_macro_rules_BANG] = ACTIONS(2515), - [anon_sym_LPAREN] = ACTIONS(2515), - [anon_sym_LBRACK] = ACTIONS(2515), - [anon_sym_LBRACE] = ACTIONS(2515), - [anon_sym_RBRACE] = ACTIONS(2515), - [anon_sym_STAR] = ACTIONS(2515), - [anon_sym_u8] = ACTIONS(2517), - [anon_sym_i8] = ACTIONS(2517), - [anon_sym_u16] = ACTIONS(2517), - [anon_sym_i16] = ACTIONS(2517), - [anon_sym_u32] = ACTIONS(2517), - [anon_sym_i32] = ACTIONS(2517), - [anon_sym_u64] = ACTIONS(2517), - [anon_sym_i64] = ACTIONS(2517), - [anon_sym_u128] = ACTIONS(2517), - [anon_sym_i128] = ACTIONS(2517), - [anon_sym_isize] = ACTIONS(2517), - [anon_sym_usize] = ACTIONS(2517), - [anon_sym_f32] = ACTIONS(2517), - [anon_sym_f64] = ACTIONS(2517), - [anon_sym_bool] = ACTIONS(2517), - [anon_sym_str] = ACTIONS(2517), - [anon_sym_char] = ACTIONS(2517), - [anon_sym_DASH] = ACTIONS(2515), - [anon_sym_BANG] = ACTIONS(2515), - [anon_sym_AMP] = ACTIONS(2515), - [anon_sym_PIPE] = ACTIONS(2515), - [anon_sym_LT] = ACTIONS(2515), - [anon_sym_DOT_DOT] = ACTIONS(2515), - [anon_sym_COLON_COLON] = ACTIONS(2515), - [anon_sym_POUND] = ACTIONS(2515), - [anon_sym_SQUOTE] = ACTIONS(2517), - [anon_sym_async] = ACTIONS(2517), - [anon_sym_break] = ACTIONS(2517), - [anon_sym_const] = ACTIONS(2517), - [anon_sym_continue] = ACTIONS(2517), - [anon_sym_default] = ACTIONS(2517), - [anon_sym_enum] = ACTIONS(2517), - [anon_sym_fn] = ACTIONS(2517), - [anon_sym_for] = ACTIONS(2517), - [anon_sym_gen] = ACTIONS(2517), - [anon_sym_if] = ACTIONS(2517), - [anon_sym_impl] = ACTIONS(2517), - [anon_sym_let] = ACTIONS(2517), - [anon_sym_loop] = ACTIONS(2517), - [anon_sym_match] = ACTIONS(2517), - [anon_sym_mod] = ACTIONS(2517), - [anon_sym_pub] = ACTIONS(2517), - [anon_sym_return] = ACTIONS(2517), - [anon_sym_static] = ACTIONS(2517), - [anon_sym_struct] = ACTIONS(2517), - [anon_sym_trait] = ACTIONS(2517), - [anon_sym_type] = ACTIONS(2517), - [anon_sym_union] = ACTIONS(2517), - [anon_sym_unsafe] = ACTIONS(2517), - [anon_sym_use] = ACTIONS(2517), - [anon_sym_while] = ACTIONS(2517), - [anon_sym_extern] = ACTIONS(2517), - [anon_sym_yield] = ACTIONS(2517), - [anon_sym_move] = ACTIONS(2517), - [anon_sym_try] = ACTIONS(2517), - [sym_integer_literal] = ACTIONS(2515), - [aux_sym_string_literal_token1] = ACTIONS(2515), - [sym_char_literal] = ACTIONS(2515), - [anon_sym_true] = ACTIONS(2517), - [anon_sym_false] = ACTIONS(2517), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2517), - [sym_super] = ACTIONS(2517), - [sym_crate] = ACTIONS(2517), - [sym_metavariable] = ACTIONS(2515), - [sym__raw_string_literal_start] = ACTIONS(2515), - [sym_float_literal] = ACTIONS(2515), + [ts_builtin_sym_end] = ACTIONS(2584), + [sym_identifier] = ACTIONS(2586), + [anon_sym_SEMI] = ACTIONS(2584), + [anon_sym_macro_rules_BANG] = ACTIONS(2584), + [anon_sym_LPAREN] = ACTIONS(2584), + [anon_sym_LBRACK] = ACTIONS(2584), + [anon_sym_LBRACE] = ACTIONS(2584), + [anon_sym_RBRACE] = ACTIONS(2584), + [anon_sym_STAR] = ACTIONS(2584), + [anon_sym_u8] = ACTIONS(2586), + [anon_sym_i8] = ACTIONS(2586), + [anon_sym_u16] = ACTIONS(2586), + [anon_sym_i16] = ACTIONS(2586), + [anon_sym_u32] = ACTIONS(2586), + [anon_sym_i32] = ACTIONS(2586), + [anon_sym_u64] = ACTIONS(2586), + [anon_sym_i64] = ACTIONS(2586), + [anon_sym_u128] = ACTIONS(2586), + [anon_sym_i128] = ACTIONS(2586), + [anon_sym_isize] = ACTIONS(2586), + [anon_sym_usize] = ACTIONS(2586), + [anon_sym_f32] = ACTIONS(2586), + [anon_sym_f64] = ACTIONS(2586), + [anon_sym_bool] = ACTIONS(2586), + [anon_sym_str] = ACTIONS(2586), + [anon_sym_char] = ACTIONS(2586), + [anon_sym_DASH] = ACTIONS(2584), + [anon_sym_BANG] = ACTIONS(2584), + [anon_sym_AMP] = ACTIONS(2584), + [anon_sym_PIPE] = ACTIONS(2584), + [anon_sym_LT] = ACTIONS(2584), + [anon_sym_DOT_DOT] = ACTIONS(2584), + [anon_sym_COLON_COLON] = ACTIONS(2584), + [anon_sym_POUND] = ACTIONS(2584), + [anon_sym_SQUOTE] = ACTIONS(2586), + [anon_sym_async] = ACTIONS(2586), + [anon_sym_break] = ACTIONS(2586), + [anon_sym_const] = ACTIONS(2586), + [anon_sym_continue] = ACTIONS(2586), + [anon_sym_default] = ACTIONS(2586), + [anon_sym_enum] = ACTIONS(2586), + [anon_sym_fn] = ACTIONS(2586), + [anon_sym_for] = ACTIONS(2586), + [anon_sym_gen] = ACTIONS(2586), + [anon_sym_if] = ACTIONS(2586), + [anon_sym_impl] = ACTIONS(2586), + [anon_sym_let] = ACTIONS(2586), + [anon_sym_loop] = ACTIONS(2586), + [anon_sym_match] = ACTIONS(2586), + [anon_sym_mod] = ACTIONS(2586), + [anon_sym_pub] = ACTIONS(2586), + [anon_sym_return] = ACTIONS(2586), + [anon_sym_static] = ACTIONS(2586), + [anon_sym_struct] = ACTIONS(2586), + [anon_sym_trait] = ACTIONS(2586), + [anon_sym_type] = ACTIONS(2586), + [anon_sym_union] = ACTIONS(2586), + [anon_sym_unsafe] = ACTIONS(2586), + [anon_sym_use] = ACTIONS(2586), + [anon_sym_while] = ACTIONS(2586), + [anon_sym_extern] = ACTIONS(2586), + [anon_sym_yield] = ACTIONS(2586), + [anon_sym_move] = ACTIONS(2586), + [anon_sym_try] = ACTIONS(2586), + [sym_integer_literal] = ACTIONS(2584), + [aux_sym_string_literal_token1] = ACTIONS(2584), + [sym_char_literal] = ACTIONS(2584), + [anon_sym_true] = ACTIONS(2586), + [anon_sym_false] = ACTIONS(2586), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2586), + [sym_super] = ACTIONS(2586), + [sym_crate] = ACTIONS(2586), + [sym_metavariable] = ACTIONS(2584), + [sym__raw_string_literal_start] = ACTIONS(2584), + [sym_float_literal] = ACTIONS(2584), }, [STATE(667)] = { [sym_line_comment] = STATE(667), [sym_block_comment] = STATE(667), - [ts_builtin_sym_end] = ACTIONS(2519), - [sym_identifier] = ACTIONS(2521), - [anon_sym_SEMI] = ACTIONS(2519), - [anon_sym_macro_rules_BANG] = ACTIONS(2519), - [anon_sym_LPAREN] = ACTIONS(2519), - [anon_sym_LBRACK] = ACTIONS(2519), - [anon_sym_LBRACE] = ACTIONS(2519), - [anon_sym_RBRACE] = ACTIONS(2519), - [anon_sym_STAR] = ACTIONS(2519), - [anon_sym_u8] = ACTIONS(2521), - [anon_sym_i8] = ACTIONS(2521), - [anon_sym_u16] = ACTIONS(2521), - [anon_sym_i16] = ACTIONS(2521), - [anon_sym_u32] = ACTIONS(2521), - [anon_sym_i32] = ACTIONS(2521), - [anon_sym_u64] = ACTIONS(2521), - [anon_sym_i64] = ACTIONS(2521), - [anon_sym_u128] = ACTIONS(2521), - [anon_sym_i128] = ACTIONS(2521), - [anon_sym_isize] = ACTIONS(2521), - [anon_sym_usize] = ACTIONS(2521), - [anon_sym_f32] = ACTIONS(2521), - [anon_sym_f64] = ACTIONS(2521), - [anon_sym_bool] = ACTIONS(2521), - [anon_sym_str] = ACTIONS(2521), - [anon_sym_char] = ACTIONS(2521), - [anon_sym_DASH] = ACTIONS(2519), - [anon_sym_BANG] = ACTIONS(2519), - [anon_sym_AMP] = ACTIONS(2519), - [anon_sym_PIPE] = ACTIONS(2519), - [anon_sym_LT] = ACTIONS(2519), - [anon_sym_DOT_DOT] = ACTIONS(2519), - [anon_sym_COLON_COLON] = ACTIONS(2519), - [anon_sym_POUND] = ACTIONS(2519), - [anon_sym_SQUOTE] = ACTIONS(2521), - [anon_sym_async] = ACTIONS(2521), - [anon_sym_break] = ACTIONS(2521), - [anon_sym_const] = ACTIONS(2521), - [anon_sym_continue] = ACTIONS(2521), - [anon_sym_default] = ACTIONS(2521), - [anon_sym_enum] = ACTIONS(2521), - [anon_sym_fn] = ACTIONS(2521), - [anon_sym_for] = ACTIONS(2521), - [anon_sym_gen] = ACTIONS(2521), - [anon_sym_if] = ACTIONS(2521), - [anon_sym_impl] = ACTIONS(2521), - [anon_sym_let] = ACTIONS(2521), - [anon_sym_loop] = ACTIONS(2521), - [anon_sym_match] = ACTIONS(2521), - [anon_sym_mod] = ACTIONS(2521), - [anon_sym_pub] = ACTIONS(2521), - [anon_sym_return] = ACTIONS(2521), - [anon_sym_static] = ACTIONS(2521), - [anon_sym_struct] = ACTIONS(2521), - [anon_sym_trait] = ACTIONS(2521), - [anon_sym_type] = ACTIONS(2521), - [anon_sym_union] = ACTIONS(2521), - [anon_sym_unsafe] = ACTIONS(2521), - [anon_sym_use] = ACTIONS(2521), - [anon_sym_while] = ACTIONS(2521), - [anon_sym_extern] = ACTIONS(2521), - [anon_sym_yield] = ACTIONS(2521), - [anon_sym_move] = ACTIONS(2521), - [anon_sym_try] = ACTIONS(2521), - [sym_integer_literal] = ACTIONS(2519), - [aux_sym_string_literal_token1] = ACTIONS(2519), - [sym_char_literal] = ACTIONS(2519), - [anon_sym_true] = ACTIONS(2521), - [anon_sym_false] = ACTIONS(2521), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2521), - [sym_super] = ACTIONS(2521), - [sym_crate] = ACTIONS(2521), - [sym_metavariable] = ACTIONS(2519), - [sym__raw_string_literal_start] = ACTIONS(2519), - [sym_float_literal] = ACTIONS(2519), + [ts_builtin_sym_end] = ACTIONS(2588), + [sym_identifier] = ACTIONS(2590), + [anon_sym_SEMI] = ACTIONS(2588), + [anon_sym_macro_rules_BANG] = ACTIONS(2588), + [anon_sym_LPAREN] = ACTIONS(2588), + [anon_sym_LBRACK] = ACTIONS(2588), + [anon_sym_LBRACE] = ACTIONS(2588), + [anon_sym_RBRACE] = ACTIONS(2588), + [anon_sym_STAR] = ACTIONS(2588), + [anon_sym_u8] = ACTIONS(2590), + [anon_sym_i8] = ACTIONS(2590), + [anon_sym_u16] = ACTIONS(2590), + [anon_sym_i16] = ACTIONS(2590), + [anon_sym_u32] = ACTIONS(2590), + [anon_sym_i32] = ACTIONS(2590), + [anon_sym_u64] = ACTIONS(2590), + [anon_sym_i64] = ACTIONS(2590), + [anon_sym_u128] = ACTIONS(2590), + [anon_sym_i128] = ACTIONS(2590), + [anon_sym_isize] = ACTIONS(2590), + [anon_sym_usize] = ACTIONS(2590), + [anon_sym_f32] = ACTIONS(2590), + [anon_sym_f64] = ACTIONS(2590), + [anon_sym_bool] = ACTIONS(2590), + [anon_sym_str] = ACTIONS(2590), + [anon_sym_char] = ACTIONS(2590), + [anon_sym_DASH] = ACTIONS(2588), + [anon_sym_BANG] = ACTIONS(2588), + [anon_sym_AMP] = ACTIONS(2588), + [anon_sym_PIPE] = ACTIONS(2588), + [anon_sym_LT] = ACTIONS(2588), + [anon_sym_DOT_DOT] = ACTIONS(2588), + [anon_sym_COLON_COLON] = ACTIONS(2588), + [anon_sym_POUND] = ACTIONS(2588), + [anon_sym_SQUOTE] = ACTIONS(2590), + [anon_sym_async] = ACTIONS(2590), + [anon_sym_break] = ACTIONS(2590), + [anon_sym_const] = ACTIONS(2590), + [anon_sym_continue] = ACTIONS(2590), + [anon_sym_default] = ACTIONS(2590), + [anon_sym_enum] = ACTIONS(2590), + [anon_sym_fn] = ACTIONS(2590), + [anon_sym_for] = ACTIONS(2590), + [anon_sym_gen] = ACTIONS(2590), + [anon_sym_if] = ACTIONS(2590), + [anon_sym_impl] = ACTIONS(2590), + [anon_sym_let] = ACTIONS(2590), + [anon_sym_loop] = ACTIONS(2590), + [anon_sym_match] = ACTIONS(2590), + [anon_sym_mod] = ACTIONS(2590), + [anon_sym_pub] = ACTIONS(2590), + [anon_sym_return] = ACTIONS(2590), + [anon_sym_static] = ACTIONS(2590), + [anon_sym_struct] = ACTIONS(2590), + [anon_sym_trait] = ACTIONS(2590), + [anon_sym_type] = ACTIONS(2590), + [anon_sym_union] = ACTIONS(2590), + [anon_sym_unsafe] = ACTIONS(2590), + [anon_sym_use] = ACTIONS(2590), + [anon_sym_while] = ACTIONS(2590), + [anon_sym_extern] = ACTIONS(2590), + [anon_sym_yield] = ACTIONS(2590), + [anon_sym_move] = ACTIONS(2590), + [anon_sym_try] = ACTIONS(2590), + [sym_integer_literal] = ACTIONS(2588), + [aux_sym_string_literal_token1] = ACTIONS(2588), + [sym_char_literal] = ACTIONS(2588), + [anon_sym_true] = ACTIONS(2590), + [anon_sym_false] = ACTIONS(2590), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2590), + [sym_super] = ACTIONS(2590), + [sym_crate] = ACTIONS(2590), + [sym_metavariable] = ACTIONS(2588), + [sym__raw_string_literal_start] = ACTIONS(2588), + [sym_float_literal] = ACTIONS(2588), }, [STATE(668)] = { [sym_line_comment] = STATE(668), [sym_block_comment] = STATE(668), - [ts_builtin_sym_end] = ACTIONS(2523), - [sym_identifier] = ACTIONS(2525), - [anon_sym_SEMI] = ACTIONS(2523), - [anon_sym_macro_rules_BANG] = ACTIONS(2523), - [anon_sym_LPAREN] = ACTIONS(2523), - [anon_sym_LBRACK] = ACTIONS(2523), - [anon_sym_LBRACE] = ACTIONS(2523), - [anon_sym_RBRACE] = ACTIONS(2523), - [anon_sym_STAR] = ACTIONS(2523), - [anon_sym_u8] = ACTIONS(2525), - [anon_sym_i8] = ACTIONS(2525), - [anon_sym_u16] = ACTIONS(2525), - [anon_sym_i16] = ACTIONS(2525), - [anon_sym_u32] = ACTIONS(2525), - [anon_sym_i32] = ACTIONS(2525), - [anon_sym_u64] = ACTIONS(2525), - [anon_sym_i64] = ACTIONS(2525), - [anon_sym_u128] = ACTIONS(2525), - [anon_sym_i128] = ACTIONS(2525), - [anon_sym_isize] = ACTIONS(2525), - [anon_sym_usize] = ACTIONS(2525), - [anon_sym_f32] = ACTIONS(2525), - [anon_sym_f64] = ACTIONS(2525), - [anon_sym_bool] = ACTIONS(2525), - [anon_sym_str] = ACTIONS(2525), - [anon_sym_char] = ACTIONS(2525), - [anon_sym_DASH] = ACTIONS(2523), - [anon_sym_BANG] = ACTIONS(2523), - [anon_sym_AMP] = ACTIONS(2523), - [anon_sym_PIPE] = ACTIONS(2523), - [anon_sym_LT] = ACTIONS(2523), - [anon_sym_DOT_DOT] = ACTIONS(2523), - [anon_sym_COLON_COLON] = ACTIONS(2523), - [anon_sym_POUND] = ACTIONS(2523), - [anon_sym_SQUOTE] = ACTIONS(2525), - [anon_sym_async] = ACTIONS(2525), - [anon_sym_break] = ACTIONS(2525), - [anon_sym_const] = ACTIONS(2525), - [anon_sym_continue] = ACTIONS(2525), - [anon_sym_default] = ACTIONS(2525), - [anon_sym_enum] = ACTIONS(2525), - [anon_sym_fn] = ACTIONS(2525), - [anon_sym_for] = ACTIONS(2525), - [anon_sym_gen] = ACTIONS(2525), - [anon_sym_if] = ACTIONS(2525), - [anon_sym_impl] = ACTIONS(2525), - [anon_sym_let] = ACTIONS(2525), - [anon_sym_loop] = ACTIONS(2525), - [anon_sym_match] = ACTIONS(2525), - [anon_sym_mod] = ACTIONS(2525), - [anon_sym_pub] = ACTIONS(2525), - [anon_sym_return] = ACTIONS(2525), - [anon_sym_static] = ACTIONS(2525), - [anon_sym_struct] = ACTIONS(2525), - [anon_sym_trait] = ACTIONS(2525), - [anon_sym_type] = ACTIONS(2525), - [anon_sym_union] = ACTIONS(2525), - [anon_sym_unsafe] = ACTIONS(2525), - [anon_sym_use] = ACTIONS(2525), - [anon_sym_while] = ACTIONS(2525), - [anon_sym_extern] = ACTIONS(2525), - [anon_sym_yield] = ACTIONS(2525), - [anon_sym_move] = ACTIONS(2525), - [anon_sym_try] = ACTIONS(2525), - [sym_integer_literal] = ACTIONS(2523), - [aux_sym_string_literal_token1] = ACTIONS(2523), - [sym_char_literal] = ACTIONS(2523), - [anon_sym_true] = ACTIONS(2525), - [anon_sym_false] = ACTIONS(2525), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2525), - [sym_super] = ACTIONS(2525), - [sym_crate] = ACTIONS(2525), - [sym_metavariable] = ACTIONS(2523), - [sym__raw_string_literal_start] = ACTIONS(2523), - [sym_float_literal] = ACTIONS(2523), + [ts_builtin_sym_end] = ACTIONS(2592), + [sym_identifier] = ACTIONS(2594), + [anon_sym_SEMI] = ACTIONS(2592), + [anon_sym_macro_rules_BANG] = ACTIONS(2592), + [anon_sym_LPAREN] = ACTIONS(2592), + [anon_sym_LBRACK] = ACTIONS(2592), + [anon_sym_LBRACE] = ACTIONS(2592), + [anon_sym_RBRACE] = ACTIONS(2592), + [anon_sym_STAR] = ACTIONS(2592), + [anon_sym_u8] = ACTIONS(2594), + [anon_sym_i8] = ACTIONS(2594), + [anon_sym_u16] = ACTIONS(2594), + [anon_sym_i16] = ACTIONS(2594), + [anon_sym_u32] = ACTIONS(2594), + [anon_sym_i32] = ACTIONS(2594), + [anon_sym_u64] = ACTIONS(2594), + [anon_sym_i64] = ACTIONS(2594), + [anon_sym_u128] = ACTIONS(2594), + [anon_sym_i128] = ACTIONS(2594), + [anon_sym_isize] = ACTIONS(2594), + [anon_sym_usize] = ACTIONS(2594), + [anon_sym_f32] = ACTIONS(2594), + [anon_sym_f64] = ACTIONS(2594), + [anon_sym_bool] = ACTIONS(2594), + [anon_sym_str] = ACTIONS(2594), + [anon_sym_char] = ACTIONS(2594), + [anon_sym_DASH] = ACTIONS(2592), + [anon_sym_BANG] = ACTIONS(2592), + [anon_sym_AMP] = ACTIONS(2592), + [anon_sym_PIPE] = ACTIONS(2592), + [anon_sym_LT] = ACTIONS(2592), + [anon_sym_DOT_DOT] = ACTIONS(2592), + [anon_sym_COLON_COLON] = ACTIONS(2592), + [anon_sym_POUND] = ACTIONS(2592), + [anon_sym_SQUOTE] = ACTIONS(2594), + [anon_sym_async] = ACTIONS(2594), + [anon_sym_break] = ACTIONS(2594), + [anon_sym_const] = ACTIONS(2594), + [anon_sym_continue] = ACTIONS(2594), + [anon_sym_default] = ACTIONS(2594), + [anon_sym_enum] = ACTIONS(2594), + [anon_sym_fn] = ACTIONS(2594), + [anon_sym_for] = ACTIONS(2594), + [anon_sym_gen] = ACTIONS(2594), + [anon_sym_if] = ACTIONS(2594), + [anon_sym_impl] = ACTIONS(2594), + [anon_sym_let] = ACTIONS(2594), + [anon_sym_loop] = ACTIONS(2594), + [anon_sym_match] = ACTIONS(2594), + [anon_sym_mod] = ACTIONS(2594), + [anon_sym_pub] = ACTIONS(2594), + [anon_sym_return] = ACTIONS(2594), + [anon_sym_static] = ACTIONS(2594), + [anon_sym_struct] = ACTIONS(2594), + [anon_sym_trait] = ACTIONS(2594), + [anon_sym_type] = ACTIONS(2594), + [anon_sym_union] = ACTIONS(2594), + [anon_sym_unsafe] = ACTIONS(2594), + [anon_sym_use] = ACTIONS(2594), + [anon_sym_while] = ACTIONS(2594), + [anon_sym_extern] = ACTIONS(2594), + [anon_sym_yield] = ACTIONS(2594), + [anon_sym_move] = ACTIONS(2594), + [anon_sym_try] = ACTIONS(2594), + [sym_integer_literal] = ACTIONS(2592), + [aux_sym_string_literal_token1] = ACTIONS(2592), + [sym_char_literal] = ACTIONS(2592), + [anon_sym_true] = ACTIONS(2594), + [anon_sym_false] = ACTIONS(2594), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2594), + [sym_super] = ACTIONS(2594), + [sym_crate] = ACTIONS(2594), + [sym_metavariable] = ACTIONS(2592), + [sym__raw_string_literal_start] = ACTIONS(2592), + [sym_float_literal] = ACTIONS(2592), }, [STATE(669)] = { [sym_line_comment] = STATE(669), [sym_block_comment] = STATE(669), - [ts_builtin_sym_end] = ACTIONS(2527), - [sym_identifier] = ACTIONS(2529), - [anon_sym_SEMI] = ACTIONS(2527), - [anon_sym_macro_rules_BANG] = ACTIONS(2527), - [anon_sym_LPAREN] = ACTIONS(2527), - [anon_sym_LBRACK] = ACTIONS(2527), - [anon_sym_LBRACE] = ACTIONS(2527), - [anon_sym_RBRACE] = ACTIONS(2527), - [anon_sym_STAR] = ACTIONS(2527), - [anon_sym_u8] = ACTIONS(2529), - [anon_sym_i8] = ACTIONS(2529), - [anon_sym_u16] = ACTIONS(2529), - [anon_sym_i16] = ACTIONS(2529), - [anon_sym_u32] = ACTIONS(2529), - [anon_sym_i32] = ACTIONS(2529), - [anon_sym_u64] = ACTIONS(2529), - [anon_sym_i64] = ACTIONS(2529), - [anon_sym_u128] = ACTIONS(2529), - [anon_sym_i128] = ACTIONS(2529), - [anon_sym_isize] = ACTIONS(2529), - [anon_sym_usize] = ACTIONS(2529), - [anon_sym_f32] = ACTIONS(2529), - [anon_sym_f64] = ACTIONS(2529), - [anon_sym_bool] = ACTIONS(2529), - [anon_sym_str] = ACTIONS(2529), - [anon_sym_char] = ACTIONS(2529), - [anon_sym_DASH] = ACTIONS(2527), - [anon_sym_BANG] = ACTIONS(2527), - [anon_sym_AMP] = ACTIONS(2527), - [anon_sym_PIPE] = ACTIONS(2527), - [anon_sym_LT] = ACTIONS(2527), - [anon_sym_DOT_DOT] = ACTIONS(2527), - [anon_sym_COLON_COLON] = ACTIONS(2527), - [anon_sym_POUND] = ACTIONS(2527), - [anon_sym_SQUOTE] = ACTIONS(2529), - [anon_sym_async] = ACTIONS(2529), - [anon_sym_break] = ACTIONS(2529), - [anon_sym_const] = ACTIONS(2529), - [anon_sym_continue] = ACTIONS(2529), - [anon_sym_default] = ACTIONS(2529), - [anon_sym_enum] = ACTIONS(2529), - [anon_sym_fn] = ACTIONS(2529), - [anon_sym_for] = ACTIONS(2529), - [anon_sym_gen] = ACTIONS(2529), - [anon_sym_if] = ACTIONS(2529), - [anon_sym_impl] = ACTIONS(2529), - [anon_sym_let] = ACTIONS(2529), - [anon_sym_loop] = ACTIONS(2529), - [anon_sym_match] = ACTIONS(2529), - [anon_sym_mod] = ACTIONS(2529), - [anon_sym_pub] = ACTIONS(2529), - [anon_sym_return] = ACTIONS(2529), - [anon_sym_static] = ACTIONS(2529), - [anon_sym_struct] = ACTIONS(2529), - [anon_sym_trait] = ACTIONS(2529), - [anon_sym_type] = ACTIONS(2529), - [anon_sym_union] = ACTIONS(2529), - [anon_sym_unsafe] = ACTIONS(2529), - [anon_sym_use] = ACTIONS(2529), - [anon_sym_while] = ACTIONS(2529), - [anon_sym_extern] = ACTIONS(2529), - [anon_sym_yield] = ACTIONS(2529), - [anon_sym_move] = ACTIONS(2529), - [anon_sym_try] = ACTIONS(2529), - [sym_integer_literal] = ACTIONS(2527), - [aux_sym_string_literal_token1] = ACTIONS(2527), - [sym_char_literal] = ACTIONS(2527), - [anon_sym_true] = ACTIONS(2529), - [anon_sym_false] = ACTIONS(2529), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2529), - [sym_super] = ACTIONS(2529), - [sym_crate] = ACTIONS(2529), - [sym_metavariable] = ACTIONS(2527), - [sym__raw_string_literal_start] = ACTIONS(2527), - [sym_float_literal] = ACTIONS(2527), + [ts_builtin_sym_end] = ACTIONS(2596), + [sym_identifier] = ACTIONS(2598), + [anon_sym_SEMI] = ACTIONS(2596), + [anon_sym_macro_rules_BANG] = ACTIONS(2596), + [anon_sym_LPAREN] = ACTIONS(2596), + [anon_sym_LBRACK] = ACTIONS(2596), + [anon_sym_LBRACE] = ACTIONS(2596), + [anon_sym_RBRACE] = ACTIONS(2596), + [anon_sym_STAR] = ACTIONS(2596), + [anon_sym_u8] = ACTIONS(2598), + [anon_sym_i8] = ACTIONS(2598), + [anon_sym_u16] = ACTIONS(2598), + [anon_sym_i16] = ACTIONS(2598), + [anon_sym_u32] = ACTIONS(2598), + [anon_sym_i32] = ACTIONS(2598), + [anon_sym_u64] = ACTIONS(2598), + [anon_sym_i64] = ACTIONS(2598), + [anon_sym_u128] = ACTIONS(2598), + [anon_sym_i128] = ACTIONS(2598), + [anon_sym_isize] = ACTIONS(2598), + [anon_sym_usize] = ACTIONS(2598), + [anon_sym_f32] = ACTIONS(2598), + [anon_sym_f64] = ACTIONS(2598), + [anon_sym_bool] = ACTIONS(2598), + [anon_sym_str] = ACTIONS(2598), + [anon_sym_char] = ACTIONS(2598), + [anon_sym_DASH] = ACTIONS(2596), + [anon_sym_BANG] = ACTIONS(2596), + [anon_sym_AMP] = ACTIONS(2596), + [anon_sym_PIPE] = ACTIONS(2596), + [anon_sym_LT] = ACTIONS(2596), + [anon_sym_DOT_DOT] = ACTIONS(2596), + [anon_sym_COLON_COLON] = ACTIONS(2596), + [anon_sym_POUND] = ACTIONS(2596), + [anon_sym_SQUOTE] = ACTIONS(2598), + [anon_sym_async] = ACTIONS(2598), + [anon_sym_break] = ACTIONS(2598), + [anon_sym_const] = ACTIONS(2598), + [anon_sym_continue] = ACTIONS(2598), + [anon_sym_default] = ACTIONS(2598), + [anon_sym_enum] = ACTIONS(2598), + [anon_sym_fn] = ACTIONS(2598), + [anon_sym_for] = ACTIONS(2598), + [anon_sym_gen] = ACTIONS(2598), + [anon_sym_if] = ACTIONS(2598), + [anon_sym_impl] = ACTIONS(2598), + [anon_sym_let] = ACTIONS(2598), + [anon_sym_loop] = ACTIONS(2598), + [anon_sym_match] = ACTIONS(2598), + [anon_sym_mod] = ACTIONS(2598), + [anon_sym_pub] = ACTIONS(2598), + [anon_sym_return] = ACTIONS(2598), + [anon_sym_static] = ACTIONS(2598), + [anon_sym_struct] = ACTIONS(2598), + [anon_sym_trait] = ACTIONS(2598), + [anon_sym_type] = ACTIONS(2598), + [anon_sym_union] = ACTIONS(2598), + [anon_sym_unsafe] = ACTIONS(2598), + [anon_sym_use] = ACTIONS(2598), + [anon_sym_while] = ACTIONS(2598), + [anon_sym_extern] = ACTIONS(2598), + [anon_sym_yield] = ACTIONS(2598), + [anon_sym_move] = ACTIONS(2598), + [anon_sym_try] = ACTIONS(2598), + [sym_integer_literal] = ACTIONS(2596), + [aux_sym_string_literal_token1] = ACTIONS(2596), + [sym_char_literal] = ACTIONS(2596), + [anon_sym_true] = ACTIONS(2598), + [anon_sym_false] = ACTIONS(2598), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2598), + [sym_super] = ACTIONS(2598), + [sym_crate] = ACTIONS(2598), + [sym_metavariable] = ACTIONS(2596), + [sym__raw_string_literal_start] = ACTIONS(2596), + [sym_float_literal] = ACTIONS(2596), }, [STATE(670)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(3272), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2829), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(670), [sym_block_comment] = STATE(670), - [ts_builtin_sym_end] = ACTIONS(2531), - [sym_identifier] = ACTIONS(2533), - [anon_sym_SEMI] = ACTIONS(2531), - [anon_sym_macro_rules_BANG] = ACTIONS(2531), - [anon_sym_LPAREN] = ACTIONS(2531), - [anon_sym_LBRACK] = ACTIONS(2531), - [anon_sym_LBRACE] = ACTIONS(2531), - [anon_sym_RBRACE] = ACTIONS(2531), - [anon_sym_STAR] = ACTIONS(2531), - [anon_sym_u8] = ACTIONS(2533), - [anon_sym_i8] = ACTIONS(2533), - [anon_sym_u16] = ACTIONS(2533), - [anon_sym_i16] = ACTIONS(2533), - [anon_sym_u32] = ACTIONS(2533), - [anon_sym_i32] = ACTIONS(2533), - [anon_sym_u64] = ACTIONS(2533), - [anon_sym_i64] = ACTIONS(2533), - [anon_sym_u128] = ACTIONS(2533), - [anon_sym_i128] = ACTIONS(2533), - [anon_sym_isize] = ACTIONS(2533), - [anon_sym_usize] = ACTIONS(2533), - [anon_sym_f32] = ACTIONS(2533), - [anon_sym_f64] = ACTIONS(2533), - [anon_sym_bool] = ACTIONS(2533), - [anon_sym_str] = ACTIONS(2533), - [anon_sym_char] = ACTIONS(2533), - [anon_sym_DASH] = ACTIONS(2531), - [anon_sym_BANG] = ACTIONS(2531), - [anon_sym_AMP] = ACTIONS(2531), - [anon_sym_PIPE] = ACTIONS(2531), - [anon_sym_LT] = ACTIONS(2531), - [anon_sym_DOT_DOT] = ACTIONS(2531), - [anon_sym_COLON_COLON] = ACTIONS(2531), - [anon_sym_POUND] = ACTIONS(2531), - [anon_sym_SQUOTE] = ACTIONS(2533), - [anon_sym_async] = ACTIONS(2533), - [anon_sym_break] = ACTIONS(2533), - [anon_sym_const] = ACTIONS(2533), - [anon_sym_continue] = ACTIONS(2533), - [anon_sym_default] = ACTIONS(2533), - [anon_sym_enum] = ACTIONS(2533), - [anon_sym_fn] = ACTIONS(2533), - [anon_sym_for] = ACTIONS(2533), - [anon_sym_gen] = ACTIONS(2533), - [anon_sym_if] = ACTIONS(2533), - [anon_sym_impl] = ACTIONS(2533), - [anon_sym_let] = ACTIONS(2533), - [anon_sym_loop] = ACTIONS(2533), - [anon_sym_match] = ACTIONS(2533), - [anon_sym_mod] = ACTIONS(2533), - [anon_sym_pub] = ACTIONS(2533), - [anon_sym_return] = ACTIONS(2533), - [anon_sym_static] = ACTIONS(2533), - [anon_sym_struct] = ACTIONS(2533), - [anon_sym_trait] = ACTIONS(2533), - [anon_sym_type] = ACTIONS(2533), - [anon_sym_union] = ACTIONS(2533), - [anon_sym_unsafe] = ACTIONS(2533), - [anon_sym_use] = ACTIONS(2533), - [anon_sym_while] = ACTIONS(2533), - [anon_sym_extern] = ACTIONS(2533), - [anon_sym_yield] = ACTIONS(2533), - [anon_sym_move] = ACTIONS(2533), - [anon_sym_try] = ACTIONS(2533), - [sym_integer_literal] = ACTIONS(2531), - [aux_sym_string_literal_token1] = ACTIONS(2531), - [sym_char_literal] = ACTIONS(2531), - [anon_sym_true] = ACTIONS(2533), - [anon_sym_false] = ACTIONS(2533), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2533), - [sym_super] = ACTIONS(2533), - [sym_crate] = ACTIONS(2533), - [sym_metavariable] = ACTIONS(2531), - [sym__raw_string_literal_start] = ACTIONS(2531), - [sym_float_literal] = ACTIONS(2531), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(2600), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(671)] = { [sym_line_comment] = STATE(671), [sym_block_comment] = STATE(671), - [ts_builtin_sym_end] = ACTIONS(2535), - [sym_identifier] = ACTIONS(2537), - [anon_sym_SEMI] = ACTIONS(2535), - [anon_sym_macro_rules_BANG] = ACTIONS(2535), - [anon_sym_LPAREN] = ACTIONS(2535), - [anon_sym_LBRACK] = ACTIONS(2535), - [anon_sym_LBRACE] = ACTIONS(2535), - [anon_sym_RBRACE] = ACTIONS(2535), - [anon_sym_STAR] = ACTIONS(2535), - [anon_sym_u8] = ACTIONS(2537), - [anon_sym_i8] = ACTIONS(2537), - [anon_sym_u16] = ACTIONS(2537), - [anon_sym_i16] = ACTIONS(2537), - [anon_sym_u32] = ACTIONS(2537), - [anon_sym_i32] = ACTIONS(2537), - [anon_sym_u64] = ACTIONS(2537), - [anon_sym_i64] = ACTIONS(2537), - [anon_sym_u128] = ACTIONS(2537), - [anon_sym_i128] = ACTIONS(2537), - [anon_sym_isize] = ACTIONS(2537), - [anon_sym_usize] = ACTIONS(2537), - [anon_sym_f32] = ACTIONS(2537), - [anon_sym_f64] = ACTIONS(2537), - [anon_sym_bool] = ACTIONS(2537), - [anon_sym_str] = ACTIONS(2537), - [anon_sym_char] = ACTIONS(2537), - [anon_sym_DASH] = ACTIONS(2535), - [anon_sym_BANG] = ACTIONS(2535), - [anon_sym_AMP] = ACTIONS(2535), - [anon_sym_PIPE] = ACTIONS(2535), - [anon_sym_LT] = ACTIONS(2535), - [anon_sym_DOT_DOT] = ACTIONS(2535), - [anon_sym_COLON_COLON] = ACTIONS(2535), - [anon_sym_POUND] = ACTIONS(2535), - [anon_sym_SQUOTE] = ACTIONS(2537), - [anon_sym_async] = ACTIONS(2537), - [anon_sym_break] = ACTIONS(2537), - [anon_sym_const] = ACTIONS(2537), - [anon_sym_continue] = ACTIONS(2537), - [anon_sym_default] = ACTIONS(2537), - [anon_sym_enum] = ACTIONS(2537), - [anon_sym_fn] = ACTIONS(2537), - [anon_sym_for] = ACTIONS(2537), - [anon_sym_gen] = ACTIONS(2537), - [anon_sym_if] = ACTIONS(2537), - [anon_sym_impl] = ACTIONS(2537), - [anon_sym_let] = ACTIONS(2537), - [anon_sym_loop] = ACTIONS(2537), - [anon_sym_match] = ACTIONS(2537), - [anon_sym_mod] = ACTIONS(2537), - [anon_sym_pub] = ACTIONS(2537), - [anon_sym_return] = ACTIONS(2537), - [anon_sym_static] = ACTIONS(2537), - [anon_sym_struct] = ACTIONS(2537), - [anon_sym_trait] = ACTIONS(2537), - [anon_sym_type] = ACTIONS(2537), - [anon_sym_union] = ACTIONS(2537), - [anon_sym_unsafe] = ACTIONS(2537), - [anon_sym_use] = ACTIONS(2537), - [anon_sym_while] = ACTIONS(2537), - [anon_sym_extern] = ACTIONS(2537), - [anon_sym_yield] = ACTIONS(2537), - [anon_sym_move] = ACTIONS(2537), - [anon_sym_try] = ACTIONS(2537), - [sym_integer_literal] = ACTIONS(2535), - [aux_sym_string_literal_token1] = ACTIONS(2535), - [sym_char_literal] = ACTIONS(2535), - [anon_sym_true] = ACTIONS(2537), - [anon_sym_false] = ACTIONS(2537), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2537), - [sym_super] = ACTIONS(2537), - [sym_crate] = ACTIONS(2537), - [sym_metavariable] = ACTIONS(2535), - [sym__raw_string_literal_start] = ACTIONS(2535), - [sym_float_literal] = ACTIONS(2535), + [ts_builtin_sym_end] = ACTIONS(2602), + [sym_identifier] = ACTIONS(2604), + [anon_sym_SEMI] = ACTIONS(2602), + [anon_sym_macro_rules_BANG] = ACTIONS(2602), + [anon_sym_LPAREN] = ACTIONS(2602), + [anon_sym_LBRACK] = ACTIONS(2602), + [anon_sym_LBRACE] = ACTIONS(2602), + [anon_sym_RBRACE] = ACTIONS(2602), + [anon_sym_STAR] = ACTIONS(2602), + [anon_sym_u8] = ACTIONS(2604), + [anon_sym_i8] = ACTIONS(2604), + [anon_sym_u16] = ACTIONS(2604), + [anon_sym_i16] = ACTIONS(2604), + [anon_sym_u32] = ACTIONS(2604), + [anon_sym_i32] = ACTIONS(2604), + [anon_sym_u64] = ACTIONS(2604), + [anon_sym_i64] = ACTIONS(2604), + [anon_sym_u128] = ACTIONS(2604), + [anon_sym_i128] = ACTIONS(2604), + [anon_sym_isize] = ACTIONS(2604), + [anon_sym_usize] = ACTIONS(2604), + [anon_sym_f32] = ACTIONS(2604), + [anon_sym_f64] = ACTIONS(2604), + [anon_sym_bool] = ACTIONS(2604), + [anon_sym_str] = ACTIONS(2604), + [anon_sym_char] = ACTIONS(2604), + [anon_sym_DASH] = ACTIONS(2602), + [anon_sym_BANG] = ACTIONS(2602), + [anon_sym_AMP] = ACTIONS(2602), + [anon_sym_PIPE] = ACTIONS(2602), + [anon_sym_LT] = ACTIONS(2602), + [anon_sym_DOT_DOT] = ACTIONS(2602), + [anon_sym_COLON_COLON] = ACTIONS(2602), + [anon_sym_POUND] = ACTIONS(2602), + [anon_sym_SQUOTE] = ACTIONS(2604), + [anon_sym_async] = ACTIONS(2604), + [anon_sym_break] = ACTIONS(2604), + [anon_sym_const] = ACTIONS(2604), + [anon_sym_continue] = ACTIONS(2604), + [anon_sym_default] = ACTIONS(2604), + [anon_sym_enum] = ACTIONS(2604), + [anon_sym_fn] = ACTIONS(2604), + [anon_sym_for] = ACTIONS(2604), + [anon_sym_gen] = ACTIONS(2604), + [anon_sym_if] = ACTIONS(2604), + [anon_sym_impl] = ACTIONS(2604), + [anon_sym_let] = ACTIONS(2604), + [anon_sym_loop] = ACTIONS(2604), + [anon_sym_match] = ACTIONS(2604), + [anon_sym_mod] = ACTIONS(2604), + [anon_sym_pub] = ACTIONS(2604), + [anon_sym_return] = ACTIONS(2604), + [anon_sym_static] = ACTIONS(2604), + [anon_sym_struct] = ACTIONS(2604), + [anon_sym_trait] = ACTIONS(2604), + [anon_sym_type] = ACTIONS(2604), + [anon_sym_union] = ACTIONS(2604), + [anon_sym_unsafe] = ACTIONS(2604), + [anon_sym_use] = ACTIONS(2604), + [anon_sym_while] = ACTIONS(2604), + [anon_sym_extern] = ACTIONS(2604), + [anon_sym_yield] = ACTIONS(2604), + [anon_sym_move] = ACTIONS(2604), + [anon_sym_try] = ACTIONS(2604), + [sym_integer_literal] = ACTIONS(2602), + [aux_sym_string_literal_token1] = ACTIONS(2602), + [sym_char_literal] = ACTIONS(2602), + [anon_sym_true] = ACTIONS(2604), + [anon_sym_false] = ACTIONS(2604), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2604), + [sym_super] = ACTIONS(2604), + [sym_crate] = ACTIONS(2604), + [sym_metavariable] = ACTIONS(2602), + [sym__raw_string_literal_start] = ACTIONS(2602), + [sym_float_literal] = ACTIONS(2602), }, [STATE(672)] = { [sym_line_comment] = STATE(672), [sym_block_comment] = STATE(672), - [ts_builtin_sym_end] = ACTIONS(2539), - [sym_identifier] = ACTIONS(2541), - [anon_sym_SEMI] = ACTIONS(2539), - [anon_sym_macro_rules_BANG] = ACTIONS(2539), - [anon_sym_LPAREN] = ACTIONS(2539), - [anon_sym_LBRACK] = ACTIONS(2539), - [anon_sym_LBRACE] = ACTIONS(2539), - [anon_sym_RBRACE] = ACTIONS(2539), - [anon_sym_STAR] = ACTIONS(2539), - [anon_sym_u8] = ACTIONS(2541), - [anon_sym_i8] = ACTIONS(2541), - [anon_sym_u16] = ACTIONS(2541), - [anon_sym_i16] = ACTIONS(2541), - [anon_sym_u32] = ACTIONS(2541), - [anon_sym_i32] = ACTIONS(2541), - [anon_sym_u64] = ACTIONS(2541), - [anon_sym_i64] = ACTIONS(2541), - [anon_sym_u128] = ACTIONS(2541), - [anon_sym_i128] = ACTIONS(2541), - [anon_sym_isize] = ACTIONS(2541), - [anon_sym_usize] = ACTIONS(2541), - [anon_sym_f32] = ACTIONS(2541), - [anon_sym_f64] = ACTIONS(2541), - [anon_sym_bool] = ACTIONS(2541), - [anon_sym_str] = ACTIONS(2541), - [anon_sym_char] = ACTIONS(2541), - [anon_sym_DASH] = ACTIONS(2539), - [anon_sym_BANG] = ACTIONS(2539), - [anon_sym_AMP] = ACTIONS(2539), - [anon_sym_PIPE] = ACTIONS(2539), - [anon_sym_LT] = ACTIONS(2539), - [anon_sym_DOT_DOT] = ACTIONS(2539), - [anon_sym_COLON_COLON] = ACTIONS(2539), - [anon_sym_POUND] = ACTIONS(2539), - [anon_sym_SQUOTE] = ACTIONS(2541), - [anon_sym_async] = ACTIONS(2541), - [anon_sym_break] = ACTIONS(2541), - [anon_sym_const] = ACTIONS(2541), - [anon_sym_continue] = ACTIONS(2541), - [anon_sym_default] = ACTIONS(2541), - [anon_sym_enum] = ACTIONS(2541), - [anon_sym_fn] = ACTIONS(2541), - [anon_sym_for] = ACTIONS(2541), - [anon_sym_gen] = ACTIONS(2541), - [anon_sym_if] = ACTIONS(2541), - [anon_sym_impl] = ACTIONS(2541), - [anon_sym_let] = ACTIONS(2541), - [anon_sym_loop] = ACTIONS(2541), - [anon_sym_match] = ACTIONS(2541), - [anon_sym_mod] = ACTIONS(2541), - [anon_sym_pub] = ACTIONS(2541), - [anon_sym_return] = ACTIONS(2541), - [anon_sym_static] = ACTIONS(2541), - [anon_sym_struct] = ACTIONS(2541), - [anon_sym_trait] = ACTIONS(2541), - [anon_sym_type] = ACTIONS(2541), - [anon_sym_union] = ACTIONS(2541), - [anon_sym_unsafe] = ACTIONS(2541), - [anon_sym_use] = ACTIONS(2541), - [anon_sym_while] = ACTIONS(2541), - [anon_sym_extern] = ACTIONS(2541), - [anon_sym_yield] = ACTIONS(2541), - [anon_sym_move] = ACTIONS(2541), - [anon_sym_try] = ACTIONS(2541), - [sym_integer_literal] = ACTIONS(2539), - [aux_sym_string_literal_token1] = ACTIONS(2539), - [sym_char_literal] = ACTIONS(2539), - [anon_sym_true] = ACTIONS(2541), - [anon_sym_false] = ACTIONS(2541), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2541), - [sym_super] = ACTIONS(2541), - [sym_crate] = ACTIONS(2541), - [sym_metavariable] = ACTIONS(2539), - [sym__raw_string_literal_start] = ACTIONS(2539), - [sym_float_literal] = ACTIONS(2539), + [ts_builtin_sym_end] = ACTIONS(2606), + [sym_identifier] = ACTIONS(2608), + [anon_sym_SEMI] = ACTIONS(2606), + [anon_sym_macro_rules_BANG] = ACTIONS(2606), + [anon_sym_LPAREN] = ACTIONS(2606), + [anon_sym_LBRACK] = ACTIONS(2606), + [anon_sym_LBRACE] = ACTIONS(2606), + [anon_sym_RBRACE] = ACTIONS(2606), + [anon_sym_STAR] = ACTIONS(2606), + [anon_sym_u8] = ACTIONS(2608), + [anon_sym_i8] = ACTIONS(2608), + [anon_sym_u16] = ACTIONS(2608), + [anon_sym_i16] = ACTIONS(2608), + [anon_sym_u32] = ACTIONS(2608), + [anon_sym_i32] = ACTIONS(2608), + [anon_sym_u64] = ACTIONS(2608), + [anon_sym_i64] = ACTIONS(2608), + [anon_sym_u128] = ACTIONS(2608), + [anon_sym_i128] = ACTIONS(2608), + [anon_sym_isize] = ACTIONS(2608), + [anon_sym_usize] = ACTIONS(2608), + [anon_sym_f32] = ACTIONS(2608), + [anon_sym_f64] = ACTIONS(2608), + [anon_sym_bool] = ACTIONS(2608), + [anon_sym_str] = ACTIONS(2608), + [anon_sym_char] = ACTIONS(2608), + [anon_sym_DASH] = ACTIONS(2606), + [anon_sym_BANG] = ACTIONS(2606), + [anon_sym_AMP] = ACTIONS(2606), + [anon_sym_PIPE] = ACTIONS(2606), + [anon_sym_LT] = ACTIONS(2606), + [anon_sym_DOT_DOT] = ACTIONS(2606), + [anon_sym_COLON_COLON] = ACTIONS(2606), + [anon_sym_POUND] = ACTIONS(2606), + [anon_sym_SQUOTE] = ACTIONS(2608), + [anon_sym_async] = ACTIONS(2608), + [anon_sym_break] = ACTIONS(2608), + [anon_sym_const] = ACTIONS(2608), + [anon_sym_continue] = ACTIONS(2608), + [anon_sym_default] = ACTIONS(2608), + [anon_sym_enum] = ACTIONS(2608), + [anon_sym_fn] = ACTIONS(2608), + [anon_sym_for] = ACTIONS(2608), + [anon_sym_gen] = ACTIONS(2608), + [anon_sym_if] = ACTIONS(2608), + [anon_sym_impl] = ACTIONS(2608), + [anon_sym_let] = ACTIONS(2608), + [anon_sym_loop] = ACTIONS(2608), + [anon_sym_match] = ACTIONS(2608), + [anon_sym_mod] = ACTIONS(2608), + [anon_sym_pub] = ACTIONS(2608), + [anon_sym_return] = ACTIONS(2608), + [anon_sym_static] = ACTIONS(2608), + [anon_sym_struct] = ACTIONS(2608), + [anon_sym_trait] = ACTIONS(2608), + [anon_sym_type] = ACTIONS(2608), + [anon_sym_union] = ACTIONS(2608), + [anon_sym_unsafe] = ACTIONS(2608), + [anon_sym_use] = ACTIONS(2608), + [anon_sym_while] = ACTIONS(2608), + [anon_sym_extern] = ACTIONS(2608), + [anon_sym_yield] = ACTIONS(2608), + [anon_sym_move] = ACTIONS(2608), + [anon_sym_try] = ACTIONS(2608), + [sym_integer_literal] = ACTIONS(2606), + [aux_sym_string_literal_token1] = ACTIONS(2606), + [sym_char_literal] = ACTIONS(2606), + [anon_sym_true] = ACTIONS(2608), + [anon_sym_false] = ACTIONS(2608), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2608), + [sym_super] = ACTIONS(2608), + [sym_crate] = ACTIONS(2608), + [sym_metavariable] = ACTIONS(2606), + [sym__raw_string_literal_start] = ACTIONS(2606), + [sym_float_literal] = ACTIONS(2606), }, [STATE(673)] = { [sym_line_comment] = STATE(673), [sym_block_comment] = STATE(673), - [ts_builtin_sym_end] = ACTIONS(2543), - [sym_identifier] = ACTIONS(2545), - [anon_sym_SEMI] = ACTIONS(2543), - [anon_sym_macro_rules_BANG] = ACTIONS(2543), - [anon_sym_LPAREN] = ACTIONS(2543), - [anon_sym_LBRACK] = ACTIONS(2543), - [anon_sym_LBRACE] = ACTIONS(2543), - [anon_sym_RBRACE] = ACTIONS(2543), - [anon_sym_STAR] = ACTIONS(2543), - [anon_sym_u8] = ACTIONS(2545), - [anon_sym_i8] = ACTIONS(2545), - [anon_sym_u16] = ACTIONS(2545), - [anon_sym_i16] = ACTIONS(2545), - [anon_sym_u32] = ACTIONS(2545), - [anon_sym_i32] = ACTIONS(2545), - [anon_sym_u64] = ACTIONS(2545), - [anon_sym_i64] = ACTIONS(2545), - [anon_sym_u128] = ACTIONS(2545), - [anon_sym_i128] = ACTIONS(2545), - [anon_sym_isize] = ACTIONS(2545), - [anon_sym_usize] = ACTIONS(2545), - [anon_sym_f32] = ACTIONS(2545), - [anon_sym_f64] = ACTIONS(2545), - [anon_sym_bool] = ACTIONS(2545), - [anon_sym_str] = ACTIONS(2545), - [anon_sym_char] = ACTIONS(2545), - [anon_sym_DASH] = ACTIONS(2543), - [anon_sym_BANG] = ACTIONS(2543), - [anon_sym_AMP] = ACTIONS(2543), - [anon_sym_PIPE] = ACTIONS(2543), - [anon_sym_LT] = ACTIONS(2543), - [anon_sym_DOT_DOT] = ACTIONS(2543), - [anon_sym_COLON_COLON] = ACTIONS(2543), - [anon_sym_POUND] = ACTIONS(2543), - [anon_sym_SQUOTE] = ACTIONS(2545), - [anon_sym_async] = ACTIONS(2545), - [anon_sym_break] = ACTIONS(2545), - [anon_sym_const] = ACTIONS(2545), - [anon_sym_continue] = ACTIONS(2545), - [anon_sym_default] = ACTIONS(2545), - [anon_sym_enum] = ACTIONS(2545), - [anon_sym_fn] = ACTIONS(2545), - [anon_sym_for] = ACTIONS(2545), - [anon_sym_gen] = ACTIONS(2545), - [anon_sym_if] = ACTIONS(2545), - [anon_sym_impl] = ACTIONS(2545), - [anon_sym_let] = ACTIONS(2545), - [anon_sym_loop] = ACTIONS(2545), - [anon_sym_match] = ACTIONS(2545), - [anon_sym_mod] = ACTIONS(2545), - [anon_sym_pub] = ACTIONS(2545), - [anon_sym_return] = ACTIONS(2545), - [anon_sym_static] = ACTIONS(2545), - [anon_sym_struct] = ACTIONS(2545), - [anon_sym_trait] = ACTIONS(2545), - [anon_sym_type] = ACTIONS(2545), - [anon_sym_union] = ACTIONS(2545), - [anon_sym_unsafe] = ACTIONS(2545), - [anon_sym_use] = ACTIONS(2545), - [anon_sym_while] = ACTIONS(2545), - [anon_sym_extern] = ACTIONS(2545), - [anon_sym_yield] = ACTIONS(2545), - [anon_sym_move] = ACTIONS(2545), - [anon_sym_try] = ACTIONS(2545), - [sym_integer_literal] = ACTIONS(2543), - [aux_sym_string_literal_token1] = ACTIONS(2543), - [sym_char_literal] = ACTIONS(2543), - [anon_sym_true] = ACTIONS(2545), - [anon_sym_false] = ACTIONS(2545), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2545), - [sym_super] = ACTIONS(2545), - [sym_crate] = ACTIONS(2545), - [sym_metavariable] = ACTIONS(2543), - [sym__raw_string_literal_start] = ACTIONS(2543), - [sym_float_literal] = ACTIONS(2543), + [ts_builtin_sym_end] = ACTIONS(2610), + [sym_identifier] = ACTIONS(2612), + [anon_sym_SEMI] = ACTIONS(2610), + [anon_sym_macro_rules_BANG] = ACTIONS(2610), + [anon_sym_LPAREN] = ACTIONS(2610), + [anon_sym_LBRACK] = ACTIONS(2610), + [anon_sym_LBRACE] = ACTIONS(2610), + [anon_sym_RBRACE] = ACTIONS(2610), + [anon_sym_STAR] = ACTIONS(2610), + [anon_sym_u8] = ACTIONS(2612), + [anon_sym_i8] = ACTIONS(2612), + [anon_sym_u16] = ACTIONS(2612), + [anon_sym_i16] = ACTIONS(2612), + [anon_sym_u32] = ACTIONS(2612), + [anon_sym_i32] = ACTIONS(2612), + [anon_sym_u64] = ACTIONS(2612), + [anon_sym_i64] = ACTIONS(2612), + [anon_sym_u128] = ACTIONS(2612), + [anon_sym_i128] = ACTIONS(2612), + [anon_sym_isize] = ACTIONS(2612), + [anon_sym_usize] = ACTIONS(2612), + [anon_sym_f32] = ACTIONS(2612), + [anon_sym_f64] = ACTIONS(2612), + [anon_sym_bool] = ACTIONS(2612), + [anon_sym_str] = ACTIONS(2612), + [anon_sym_char] = ACTIONS(2612), + [anon_sym_DASH] = ACTIONS(2610), + [anon_sym_BANG] = ACTIONS(2610), + [anon_sym_AMP] = ACTIONS(2610), + [anon_sym_PIPE] = ACTIONS(2610), + [anon_sym_LT] = ACTIONS(2610), + [anon_sym_DOT_DOT] = ACTIONS(2610), + [anon_sym_COLON_COLON] = ACTIONS(2610), + [anon_sym_POUND] = ACTIONS(2610), + [anon_sym_SQUOTE] = ACTIONS(2612), + [anon_sym_async] = ACTIONS(2612), + [anon_sym_break] = ACTIONS(2612), + [anon_sym_const] = ACTIONS(2612), + [anon_sym_continue] = ACTIONS(2612), + [anon_sym_default] = ACTIONS(2612), + [anon_sym_enum] = ACTIONS(2612), + [anon_sym_fn] = ACTIONS(2612), + [anon_sym_for] = ACTIONS(2612), + [anon_sym_gen] = ACTIONS(2612), + [anon_sym_if] = ACTIONS(2612), + [anon_sym_impl] = ACTIONS(2612), + [anon_sym_let] = ACTIONS(2612), + [anon_sym_loop] = ACTIONS(2612), + [anon_sym_match] = ACTIONS(2612), + [anon_sym_mod] = ACTIONS(2612), + [anon_sym_pub] = ACTIONS(2612), + [anon_sym_return] = ACTIONS(2612), + [anon_sym_static] = ACTIONS(2612), + [anon_sym_struct] = ACTIONS(2612), + [anon_sym_trait] = ACTIONS(2612), + [anon_sym_type] = ACTIONS(2612), + [anon_sym_union] = ACTIONS(2612), + [anon_sym_unsafe] = ACTIONS(2612), + [anon_sym_use] = ACTIONS(2612), + [anon_sym_while] = ACTIONS(2612), + [anon_sym_extern] = ACTIONS(2612), + [anon_sym_yield] = ACTIONS(2612), + [anon_sym_move] = ACTIONS(2612), + [anon_sym_try] = ACTIONS(2612), + [sym_integer_literal] = ACTIONS(2610), + [aux_sym_string_literal_token1] = ACTIONS(2610), + [sym_char_literal] = ACTIONS(2610), + [anon_sym_true] = ACTIONS(2612), + [anon_sym_false] = ACTIONS(2612), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2612), + [sym_super] = ACTIONS(2612), + [sym_crate] = ACTIONS(2612), + [sym_metavariable] = ACTIONS(2610), + [sym__raw_string_literal_start] = ACTIONS(2610), + [sym_float_literal] = ACTIONS(2610), }, [STATE(674)] = { [sym_line_comment] = STATE(674), [sym_block_comment] = STATE(674), - [ts_builtin_sym_end] = ACTIONS(2547), - [sym_identifier] = ACTIONS(2549), - [anon_sym_SEMI] = ACTIONS(2547), - [anon_sym_macro_rules_BANG] = ACTIONS(2547), - [anon_sym_LPAREN] = ACTIONS(2547), - [anon_sym_LBRACK] = ACTIONS(2547), - [anon_sym_LBRACE] = ACTIONS(2547), - [anon_sym_RBRACE] = ACTIONS(2547), - [anon_sym_STAR] = ACTIONS(2547), - [anon_sym_u8] = ACTIONS(2549), - [anon_sym_i8] = ACTIONS(2549), - [anon_sym_u16] = ACTIONS(2549), - [anon_sym_i16] = ACTIONS(2549), - [anon_sym_u32] = ACTIONS(2549), - [anon_sym_i32] = ACTIONS(2549), - [anon_sym_u64] = ACTIONS(2549), - [anon_sym_i64] = ACTIONS(2549), - [anon_sym_u128] = ACTIONS(2549), - [anon_sym_i128] = ACTIONS(2549), - [anon_sym_isize] = ACTIONS(2549), - [anon_sym_usize] = ACTIONS(2549), - [anon_sym_f32] = ACTIONS(2549), - [anon_sym_f64] = ACTIONS(2549), - [anon_sym_bool] = ACTIONS(2549), - [anon_sym_str] = ACTIONS(2549), - [anon_sym_char] = ACTIONS(2549), - [anon_sym_DASH] = ACTIONS(2547), - [anon_sym_BANG] = ACTIONS(2547), - [anon_sym_AMP] = ACTIONS(2547), - [anon_sym_PIPE] = ACTIONS(2547), - [anon_sym_LT] = ACTIONS(2547), - [anon_sym_DOT_DOT] = ACTIONS(2547), - [anon_sym_COLON_COLON] = ACTIONS(2547), - [anon_sym_POUND] = ACTIONS(2547), - [anon_sym_SQUOTE] = ACTIONS(2549), - [anon_sym_async] = ACTIONS(2549), - [anon_sym_break] = ACTIONS(2549), - [anon_sym_const] = ACTIONS(2549), - [anon_sym_continue] = ACTIONS(2549), - [anon_sym_default] = ACTIONS(2549), - [anon_sym_enum] = ACTIONS(2549), - [anon_sym_fn] = ACTIONS(2549), - [anon_sym_for] = ACTIONS(2549), - [anon_sym_gen] = ACTIONS(2549), - [anon_sym_if] = ACTIONS(2549), - [anon_sym_impl] = ACTIONS(2549), - [anon_sym_let] = ACTIONS(2549), - [anon_sym_loop] = ACTIONS(2549), - [anon_sym_match] = ACTIONS(2549), - [anon_sym_mod] = ACTIONS(2549), - [anon_sym_pub] = ACTIONS(2549), - [anon_sym_return] = ACTIONS(2549), - [anon_sym_static] = ACTIONS(2549), - [anon_sym_struct] = ACTIONS(2549), - [anon_sym_trait] = ACTIONS(2549), - [anon_sym_type] = ACTIONS(2549), - [anon_sym_union] = ACTIONS(2549), - [anon_sym_unsafe] = ACTIONS(2549), - [anon_sym_use] = ACTIONS(2549), - [anon_sym_while] = ACTIONS(2549), - [anon_sym_extern] = ACTIONS(2549), - [anon_sym_yield] = ACTIONS(2549), - [anon_sym_move] = ACTIONS(2549), - [anon_sym_try] = ACTIONS(2549), - [sym_integer_literal] = ACTIONS(2547), - [aux_sym_string_literal_token1] = ACTIONS(2547), - [sym_char_literal] = ACTIONS(2547), - [anon_sym_true] = ACTIONS(2549), - [anon_sym_false] = ACTIONS(2549), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2549), - [sym_super] = ACTIONS(2549), - [sym_crate] = ACTIONS(2549), - [sym_metavariable] = ACTIONS(2547), - [sym__raw_string_literal_start] = ACTIONS(2547), - [sym_float_literal] = ACTIONS(2547), + [ts_builtin_sym_end] = ACTIONS(2614), + [sym_identifier] = ACTIONS(2616), + [anon_sym_SEMI] = ACTIONS(2614), + [anon_sym_macro_rules_BANG] = ACTIONS(2614), + [anon_sym_LPAREN] = ACTIONS(2614), + [anon_sym_LBRACK] = ACTIONS(2614), + [anon_sym_LBRACE] = ACTIONS(2614), + [anon_sym_RBRACE] = ACTIONS(2614), + [anon_sym_STAR] = ACTIONS(2614), + [anon_sym_u8] = ACTIONS(2616), + [anon_sym_i8] = ACTIONS(2616), + [anon_sym_u16] = ACTIONS(2616), + [anon_sym_i16] = ACTIONS(2616), + [anon_sym_u32] = ACTIONS(2616), + [anon_sym_i32] = ACTIONS(2616), + [anon_sym_u64] = ACTIONS(2616), + [anon_sym_i64] = ACTIONS(2616), + [anon_sym_u128] = ACTIONS(2616), + [anon_sym_i128] = ACTIONS(2616), + [anon_sym_isize] = ACTIONS(2616), + [anon_sym_usize] = ACTIONS(2616), + [anon_sym_f32] = ACTIONS(2616), + [anon_sym_f64] = ACTIONS(2616), + [anon_sym_bool] = ACTIONS(2616), + [anon_sym_str] = ACTIONS(2616), + [anon_sym_char] = ACTIONS(2616), + [anon_sym_DASH] = ACTIONS(2614), + [anon_sym_BANG] = ACTIONS(2614), + [anon_sym_AMP] = ACTIONS(2614), + [anon_sym_PIPE] = ACTIONS(2614), + [anon_sym_LT] = ACTIONS(2614), + [anon_sym_DOT_DOT] = ACTIONS(2614), + [anon_sym_COLON_COLON] = ACTIONS(2614), + [anon_sym_POUND] = ACTIONS(2614), + [anon_sym_SQUOTE] = ACTIONS(2616), + [anon_sym_async] = ACTIONS(2616), + [anon_sym_break] = ACTIONS(2616), + [anon_sym_const] = ACTIONS(2616), + [anon_sym_continue] = ACTIONS(2616), + [anon_sym_default] = ACTIONS(2616), + [anon_sym_enum] = ACTIONS(2616), + [anon_sym_fn] = ACTIONS(2616), + [anon_sym_for] = ACTIONS(2616), + [anon_sym_gen] = ACTIONS(2616), + [anon_sym_if] = ACTIONS(2616), + [anon_sym_impl] = ACTIONS(2616), + [anon_sym_let] = ACTIONS(2616), + [anon_sym_loop] = ACTIONS(2616), + [anon_sym_match] = ACTIONS(2616), + [anon_sym_mod] = ACTIONS(2616), + [anon_sym_pub] = ACTIONS(2616), + [anon_sym_return] = ACTIONS(2616), + [anon_sym_static] = ACTIONS(2616), + [anon_sym_struct] = ACTIONS(2616), + [anon_sym_trait] = ACTIONS(2616), + [anon_sym_type] = ACTIONS(2616), + [anon_sym_union] = ACTIONS(2616), + [anon_sym_unsafe] = ACTIONS(2616), + [anon_sym_use] = ACTIONS(2616), + [anon_sym_while] = ACTIONS(2616), + [anon_sym_extern] = ACTIONS(2616), + [anon_sym_yield] = ACTIONS(2616), + [anon_sym_move] = ACTIONS(2616), + [anon_sym_try] = ACTIONS(2616), + [sym_integer_literal] = ACTIONS(2614), + [aux_sym_string_literal_token1] = ACTIONS(2614), + [sym_char_literal] = ACTIONS(2614), + [anon_sym_true] = ACTIONS(2616), + [anon_sym_false] = ACTIONS(2616), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2616), + [sym_super] = ACTIONS(2616), + [sym_crate] = ACTIONS(2616), + [sym_metavariable] = ACTIONS(2614), + [sym__raw_string_literal_start] = ACTIONS(2614), + [sym_float_literal] = ACTIONS(2614), }, [STATE(675)] = { [sym_line_comment] = STATE(675), [sym_block_comment] = STATE(675), - [ts_builtin_sym_end] = ACTIONS(2551), - [sym_identifier] = ACTIONS(2553), - [anon_sym_SEMI] = ACTIONS(2551), - [anon_sym_macro_rules_BANG] = ACTIONS(2551), - [anon_sym_LPAREN] = ACTIONS(2551), - [anon_sym_LBRACK] = ACTIONS(2551), - [anon_sym_LBRACE] = ACTIONS(2551), - [anon_sym_RBRACE] = ACTIONS(2551), - [anon_sym_STAR] = ACTIONS(2551), - [anon_sym_u8] = ACTIONS(2553), - [anon_sym_i8] = ACTIONS(2553), - [anon_sym_u16] = ACTIONS(2553), - [anon_sym_i16] = ACTIONS(2553), - [anon_sym_u32] = ACTIONS(2553), - [anon_sym_i32] = ACTIONS(2553), - [anon_sym_u64] = ACTIONS(2553), - [anon_sym_i64] = ACTIONS(2553), - [anon_sym_u128] = ACTIONS(2553), - [anon_sym_i128] = ACTIONS(2553), - [anon_sym_isize] = ACTIONS(2553), - [anon_sym_usize] = ACTIONS(2553), - [anon_sym_f32] = ACTIONS(2553), - [anon_sym_f64] = ACTIONS(2553), - [anon_sym_bool] = ACTIONS(2553), - [anon_sym_str] = ACTIONS(2553), - [anon_sym_char] = ACTIONS(2553), - [anon_sym_DASH] = ACTIONS(2551), - [anon_sym_BANG] = ACTIONS(2551), - [anon_sym_AMP] = ACTIONS(2551), - [anon_sym_PIPE] = ACTIONS(2551), - [anon_sym_LT] = ACTIONS(2551), - [anon_sym_DOT_DOT] = ACTIONS(2551), - [anon_sym_COLON_COLON] = ACTIONS(2551), - [anon_sym_POUND] = ACTIONS(2551), - [anon_sym_SQUOTE] = ACTIONS(2553), - [anon_sym_async] = ACTIONS(2553), - [anon_sym_break] = ACTIONS(2553), - [anon_sym_const] = ACTIONS(2553), - [anon_sym_continue] = ACTIONS(2553), - [anon_sym_default] = ACTIONS(2553), - [anon_sym_enum] = ACTIONS(2553), - [anon_sym_fn] = ACTIONS(2553), - [anon_sym_for] = ACTIONS(2553), - [anon_sym_gen] = ACTIONS(2553), - [anon_sym_if] = ACTIONS(2553), - [anon_sym_impl] = ACTIONS(2553), - [anon_sym_let] = ACTIONS(2553), - [anon_sym_loop] = ACTIONS(2553), - [anon_sym_match] = ACTIONS(2553), - [anon_sym_mod] = ACTIONS(2553), - [anon_sym_pub] = ACTIONS(2553), - [anon_sym_return] = ACTIONS(2553), - [anon_sym_static] = ACTIONS(2553), - [anon_sym_struct] = ACTIONS(2553), - [anon_sym_trait] = ACTIONS(2553), - [anon_sym_type] = ACTIONS(2553), - [anon_sym_union] = ACTIONS(2553), - [anon_sym_unsafe] = ACTIONS(2553), - [anon_sym_use] = ACTIONS(2553), - [anon_sym_while] = ACTIONS(2553), - [anon_sym_extern] = ACTIONS(2553), - [anon_sym_yield] = ACTIONS(2553), - [anon_sym_move] = ACTIONS(2553), - [anon_sym_try] = ACTIONS(2553), - [sym_integer_literal] = ACTIONS(2551), - [aux_sym_string_literal_token1] = ACTIONS(2551), - [sym_char_literal] = ACTIONS(2551), - [anon_sym_true] = ACTIONS(2553), - [anon_sym_false] = ACTIONS(2553), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2553), - [sym_super] = ACTIONS(2553), - [sym_crate] = ACTIONS(2553), - [sym_metavariable] = ACTIONS(2551), - [sym__raw_string_literal_start] = ACTIONS(2551), - [sym_float_literal] = ACTIONS(2551), + [ts_builtin_sym_end] = ACTIONS(2618), + [sym_identifier] = ACTIONS(2620), + [anon_sym_SEMI] = ACTIONS(2618), + [anon_sym_macro_rules_BANG] = ACTIONS(2618), + [anon_sym_LPAREN] = ACTIONS(2618), + [anon_sym_LBRACK] = ACTIONS(2618), + [anon_sym_LBRACE] = ACTIONS(2618), + [anon_sym_RBRACE] = ACTIONS(2618), + [anon_sym_STAR] = ACTIONS(2618), + [anon_sym_u8] = ACTIONS(2620), + [anon_sym_i8] = ACTIONS(2620), + [anon_sym_u16] = ACTIONS(2620), + [anon_sym_i16] = ACTIONS(2620), + [anon_sym_u32] = ACTIONS(2620), + [anon_sym_i32] = ACTIONS(2620), + [anon_sym_u64] = ACTIONS(2620), + [anon_sym_i64] = ACTIONS(2620), + [anon_sym_u128] = ACTIONS(2620), + [anon_sym_i128] = ACTIONS(2620), + [anon_sym_isize] = ACTIONS(2620), + [anon_sym_usize] = ACTIONS(2620), + [anon_sym_f32] = ACTIONS(2620), + [anon_sym_f64] = ACTIONS(2620), + [anon_sym_bool] = ACTIONS(2620), + [anon_sym_str] = ACTIONS(2620), + [anon_sym_char] = ACTIONS(2620), + [anon_sym_DASH] = ACTIONS(2618), + [anon_sym_BANG] = ACTIONS(2618), + [anon_sym_AMP] = ACTIONS(2618), + [anon_sym_PIPE] = ACTIONS(2618), + [anon_sym_LT] = ACTIONS(2618), + [anon_sym_DOT_DOT] = ACTIONS(2618), + [anon_sym_COLON_COLON] = ACTIONS(2618), + [anon_sym_POUND] = ACTIONS(2618), + [anon_sym_SQUOTE] = ACTIONS(2620), + [anon_sym_async] = ACTIONS(2620), + [anon_sym_break] = ACTIONS(2620), + [anon_sym_const] = ACTIONS(2620), + [anon_sym_continue] = ACTIONS(2620), + [anon_sym_default] = ACTIONS(2620), + [anon_sym_enum] = ACTIONS(2620), + [anon_sym_fn] = ACTIONS(2620), + [anon_sym_for] = ACTIONS(2620), + [anon_sym_gen] = ACTIONS(2620), + [anon_sym_if] = ACTIONS(2620), + [anon_sym_impl] = ACTIONS(2620), + [anon_sym_let] = ACTIONS(2620), + [anon_sym_loop] = ACTIONS(2620), + [anon_sym_match] = ACTIONS(2620), + [anon_sym_mod] = ACTIONS(2620), + [anon_sym_pub] = ACTIONS(2620), + [anon_sym_return] = ACTIONS(2620), + [anon_sym_static] = ACTIONS(2620), + [anon_sym_struct] = ACTIONS(2620), + [anon_sym_trait] = ACTIONS(2620), + [anon_sym_type] = ACTIONS(2620), + [anon_sym_union] = ACTIONS(2620), + [anon_sym_unsafe] = ACTIONS(2620), + [anon_sym_use] = ACTIONS(2620), + [anon_sym_while] = ACTIONS(2620), + [anon_sym_extern] = ACTIONS(2620), + [anon_sym_yield] = ACTIONS(2620), + [anon_sym_move] = ACTIONS(2620), + [anon_sym_try] = ACTIONS(2620), + [sym_integer_literal] = ACTIONS(2618), + [aux_sym_string_literal_token1] = ACTIONS(2618), + [sym_char_literal] = ACTIONS(2618), + [anon_sym_true] = ACTIONS(2620), + [anon_sym_false] = ACTIONS(2620), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2620), + [sym_super] = ACTIONS(2620), + [sym_crate] = ACTIONS(2620), + [sym_metavariable] = ACTIONS(2618), + [sym__raw_string_literal_start] = ACTIONS(2618), + [sym_float_literal] = ACTIONS(2618), }, [STATE(676)] = { [sym_line_comment] = STATE(676), [sym_block_comment] = STATE(676), - [ts_builtin_sym_end] = ACTIONS(2555), - [sym_identifier] = ACTIONS(2557), - [anon_sym_SEMI] = ACTIONS(2555), - [anon_sym_macro_rules_BANG] = ACTIONS(2555), - [anon_sym_LPAREN] = ACTIONS(2555), - [anon_sym_LBRACK] = ACTIONS(2555), - [anon_sym_LBRACE] = ACTIONS(2555), - [anon_sym_RBRACE] = ACTIONS(2555), - [anon_sym_STAR] = ACTIONS(2555), - [anon_sym_u8] = ACTIONS(2557), - [anon_sym_i8] = ACTIONS(2557), - [anon_sym_u16] = ACTIONS(2557), - [anon_sym_i16] = ACTIONS(2557), - [anon_sym_u32] = ACTIONS(2557), - [anon_sym_i32] = ACTIONS(2557), - [anon_sym_u64] = ACTIONS(2557), - [anon_sym_i64] = ACTIONS(2557), - [anon_sym_u128] = ACTIONS(2557), - [anon_sym_i128] = ACTIONS(2557), - [anon_sym_isize] = ACTIONS(2557), - [anon_sym_usize] = ACTIONS(2557), - [anon_sym_f32] = ACTIONS(2557), - [anon_sym_f64] = ACTIONS(2557), - [anon_sym_bool] = ACTIONS(2557), - [anon_sym_str] = ACTIONS(2557), - [anon_sym_char] = ACTIONS(2557), - [anon_sym_DASH] = ACTIONS(2555), - [anon_sym_BANG] = ACTIONS(2555), - [anon_sym_AMP] = ACTIONS(2555), - [anon_sym_PIPE] = ACTIONS(2555), - [anon_sym_LT] = ACTIONS(2555), - [anon_sym_DOT_DOT] = ACTIONS(2555), - [anon_sym_COLON_COLON] = ACTIONS(2555), - [anon_sym_POUND] = ACTIONS(2555), - [anon_sym_SQUOTE] = ACTIONS(2557), - [anon_sym_async] = ACTIONS(2557), - [anon_sym_break] = ACTIONS(2557), - [anon_sym_const] = ACTIONS(2557), - [anon_sym_continue] = ACTIONS(2557), - [anon_sym_default] = ACTIONS(2557), - [anon_sym_enum] = ACTIONS(2557), - [anon_sym_fn] = ACTIONS(2557), - [anon_sym_for] = ACTIONS(2557), - [anon_sym_gen] = ACTIONS(2557), - [anon_sym_if] = ACTIONS(2557), - [anon_sym_impl] = ACTIONS(2557), - [anon_sym_let] = ACTIONS(2557), - [anon_sym_loop] = ACTIONS(2557), - [anon_sym_match] = ACTIONS(2557), - [anon_sym_mod] = ACTIONS(2557), - [anon_sym_pub] = ACTIONS(2557), - [anon_sym_return] = ACTIONS(2557), - [anon_sym_static] = ACTIONS(2557), - [anon_sym_struct] = ACTIONS(2557), - [anon_sym_trait] = ACTIONS(2557), - [anon_sym_type] = ACTIONS(2557), - [anon_sym_union] = ACTIONS(2557), - [anon_sym_unsafe] = ACTIONS(2557), - [anon_sym_use] = ACTIONS(2557), - [anon_sym_while] = ACTIONS(2557), - [anon_sym_extern] = ACTIONS(2557), - [anon_sym_yield] = ACTIONS(2557), - [anon_sym_move] = ACTIONS(2557), - [anon_sym_try] = ACTIONS(2557), - [sym_integer_literal] = ACTIONS(2555), - [aux_sym_string_literal_token1] = ACTIONS(2555), - [sym_char_literal] = ACTIONS(2555), - [anon_sym_true] = ACTIONS(2557), - [anon_sym_false] = ACTIONS(2557), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2557), - [sym_super] = ACTIONS(2557), - [sym_crate] = ACTIONS(2557), - [sym_metavariable] = ACTIONS(2555), - [sym__raw_string_literal_start] = ACTIONS(2555), - [sym_float_literal] = ACTIONS(2555), + [ts_builtin_sym_end] = ACTIONS(2622), + [sym_identifier] = ACTIONS(2624), + [anon_sym_SEMI] = ACTIONS(2622), + [anon_sym_macro_rules_BANG] = ACTIONS(2622), + [anon_sym_LPAREN] = ACTIONS(2622), + [anon_sym_LBRACK] = ACTIONS(2622), + [anon_sym_LBRACE] = ACTIONS(2622), + [anon_sym_RBRACE] = ACTIONS(2622), + [anon_sym_STAR] = ACTIONS(2622), + [anon_sym_u8] = ACTIONS(2624), + [anon_sym_i8] = ACTIONS(2624), + [anon_sym_u16] = ACTIONS(2624), + [anon_sym_i16] = ACTIONS(2624), + [anon_sym_u32] = ACTIONS(2624), + [anon_sym_i32] = ACTIONS(2624), + [anon_sym_u64] = ACTIONS(2624), + [anon_sym_i64] = ACTIONS(2624), + [anon_sym_u128] = ACTIONS(2624), + [anon_sym_i128] = ACTIONS(2624), + [anon_sym_isize] = ACTIONS(2624), + [anon_sym_usize] = ACTIONS(2624), + [anon_sym_f32] = ACTIONS(2624), + [anon_sym_f64] = ACTIONS(2624), + [anon_sym_bool] = ACTIONS(2624), + [anon_sym_str] = ACTIONS(2624), + [anon_sym_char] = ACTIONS(2624), + [anon_sym_DASH] = ACTIONS(2622), + [anon_sym_BANG] = ACTIONS(2622), + [anon_sym_AMP] = ACTIONS(2622), + [anon_sym_PIPE] = ACTIONS(2622), + [anon_sym_LT] = ACTIONS(2622), + [anon_sym_DOT_DOT] = ACTIONS(2622), + [anon_sym_COLON_COLON] = ACTIONS(2622), + [anon_sym_POUND] = ACTIONS(2622), + [anon_sym_SQUOTE] = ACTIONS(2624), + [anon_sym_async] = ACTIONS(2624), + [anon_sym_break] = ACTIONS(2624), + [anon_sym_const] = ACTIONS(2624), + [anon_sym_continue] = ACTIONS(2624), + [anon_sym_default] = ACTIONS(2624), + [anon_sym_enum] = ACTIONS(2624), + [anon_sym_fn] = ACTIONS(2624), + [anon_sym_for] = ACTIONS(2624), + [anon_sym_gen] = ACTIONS(2624), + [anon_sym_if] = ACTIONS(2624), + [anon_sym_impl] = ACTIONS(2624), + [anon_sym_let] = ACTIONS(2624), + [anon_sym_loop] = ACTIONS(2624), + [anon_sym_match] = ACTIONS(2624), + [anon_sym_mod] = ACTIONS(2624), + [anon_sym_pub] = ACTIONS(2624), + [anon_sym_return] = ACTIONS(2624), + [anon_sym_static] = ACTIONS(2624), + [anon_sym_struct] = ACTIONS(2624), + [anon_sym_trait] = ACTIONS(2624), + [anon_sym_type] = ACTIONS(2624), + [anon_sym_union] = ACTIONS(2624), + [anon_sym_unsafe] = ACTIONS(2624), + [anon_sym_use] = ACTIONS(2624), + [anon_sym_while] = ACTIONS(2624), + [anon_sym_extern] = ACTIONS(2624), + [anon_sym_yield] = ACTIONS(2624), + [anon_sym_move] = ACTIONS(2624), + [anon_sym_try] = ACTIONS(2624), + [sym_integer_literal] = ACTIONS(2622), + [aux_sym_string_literal_token1] = ACTIONS(2622), + [sym_char_literal] = ACTIONS(2622), + [anon_sym_true] = ACTIONS(2624), + [anon_sym_false] = ACTIONS(2624), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2624), + [sym_super] = ACTIONS(2624), + [sym_crate] = ACTIONS(2624), + [sym_metavariable] = ACTIONS(2622), + [sym__raw_string_literal_start] = ACTIONS(2622), + [sym_float_literal] = ACTIONS(2622), }, [STATE(677)] = { [sym_line_comment] = STATE(677), [sym_block_comment] = STATE(677), - [ts_builtin_sym_end] = ACTIONS(2559), - [sym_identifier] = ACTIONS(2561), - [anon_sym_SEMI] = ACTIONS(2559), - [anon_sym_macro_rules_BANG] = ACTIONS(2559), - [anon_sym_LPAREN] = ACTIONS(2559), - [anon_sym_LBRACK] = ACTIONS(2559), - [anon_sym_LBRACE] = ACTIONS(2559), - [anon_sym_RBRACE] = ACTIONS(2559), - [anon_sym_STAR] = ACTIONS(2559), - [anon_sym_u8] = ACTIONS(2561), - [anon_sym_i8] = ACTIONS(2561), - [anon_sym_u16] = ACTIONS(2561), - [anon_sym_i16] = ACTIONS(2561), - [anon_sym_u32] = ACTIONS(2561), - [anon_sym_i32] = ACTIONS(2561), - [anon_sym_u64] = ACTIONS(2561), - [anon_sym_i64] = ACTIONS(2561), - [anon_sym_u128] = ACTIONS(2561), - [anon_sym_i128] = ACTIONS(2561), - [anon_sym_isize] = ACTIONS(2561), - [anon_sym_usize] = ACTIONS(2561), - [anon_sym_f32] = ACTIONS(2561), - [anon_sym_f64] = ACTIONS(2561), - [anon_sym_bool] = ACTIONS(2561), - [anon_sym_str] = ACTIONS(2561), - [anon_sym_char] = ACTIONS(2561), - [anon_sym_DASH] = ACTIONS(2559), - [anon_sym_BANG] = ACTIONS(2559), - [anon_sym_AMP] = ACTIONS(2559), - [anon_sym_PIPE] = ACTIONS(2559), - [anon_sym_LT] = ACTIONS(2559), - [anon_sym_DOT_DOT] = ACTIONS(2559), - [anon_sym_COLON_COLON] = ACTIONS(2559), - [anon_sym_POUND] = ACTIONS(2559), - [anon_sym_SQUOTE] = ACTIONS(2561), - [anon_sym_async] = ACTIONS(2561), - [anon_sym_break] = ACTIONS(2561), - [anon_sym_const] = ACTIONS(2561), - [anon_sym_continue] = ACTIONS(2561), - [anon_sym_default] = ACTIONS(2561), - [anon_sym_enum] = ACTIONS(2561), - [anon_sym_fn] = ACTIONS(2561), - [anon_sym_for] = ACTIONS(2561), - [anon_sym_gen] = ACTIONS(2561), - [anon_sym_if] = ACTIONS(2561), - [anon_sym_impl] = ACTIONS(2561), - [anon_sym_let] = ACTIONS(2561), - [anon_sym_loop] = ACTIONS(2561), - [anon_sym_match] = ACTIONS(2561), - [anon_sym_mod] = ACTIONS(2561), - [anon_sym_pub] = ACTIONS(2561), - [anon_sym_return] = ACTIONS(2561), - [anon_sym_static] = ACTIONS(2561), - [anon_sym_struct] = ACTIONS(2561), - [anon_sym_trait] = ACTIONS(2561), - [anon_sym_type] = ACTIONS(2561), - [anon_sym_union] = ACTIONS(2561), - [anon_sym_unsafe] = ACTIONS(2561), - [anon_sym_use] = ACTIONS(2561), - [anon_sym_while] = ACTIONS(2561), - [anon_sym_extern] = ACTIONS(2561), - [anon_sym_yield] = ACTIONS(2561), - [anon_sym_move] = ACTIONS(2561), - [anon_sym_try] = ACTIONS(2561), - [sym_integer_literal] = ACTIONS(2559), - [aux_sym_string_literal_token1] = ACTIONS(2559), - [sym_char_literal] = ACTIONS(2559), - [anon_sym_true] = ACTIONS(2561), - [anon_sym_false] = ACTIONS(2561), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2561), - [sym_super] = ACTIONS(2561), - [sym_crate] = ACTIONS(2561), - [sym_metavariable] = ACTIONS(2559), - [sym__raw_string_literal_start] = ACTIONS(2559), - [sym_float_literal] = ACTIONS(2559), + [ts_builtin_sym_end] = ACTIONS(2626), + [sym_identifier] = ACTIONS(2628), + [anon_sym_SEMI] = ACTIONS(2626), + [anon_sym_macro_rules_BANG] = ACTIONS(2626), + [anon_sym_LPAREN] = ACTIONS(2626), + [anon_sym_LBRACK] = ACTIONS(2626), + [anon_sym_LBRACE] = ACTIONS(2626), + [anon_sym_RBRACE] = ACTIONS(2626), + [anon_sym_STAR] = ACTIONS(2626), + [anon_sym_u8] = ACTIONS(2628), + [anon_sym_i8] = ACTIONS(2628), + [anon_sym_u16] = ACTIONS(2628), + [anon_sym_i16] = ACTIONS(2628), + [anon_sym_u32] = ACTIONS(2628), + [anon_sym_i32] = ACTIONS(2628), + [anon_sym_u64] = ACTIONS(2628), + [anon_sym_i64] = ACTIONS(2628), + [anon_sym_u128] = ACTIONS(2628), + [anon_sym_i128] = ACTIONS(2628), + [anon_sym_isize] = ACTIONS(2628), + [anon_sym_usize] = ACTIONS(2628), + [anon_sym_f32] = ACTIONS(2628), + [anon_sym_f64] = ACTIONS(2628), + [anon_sym_bool] = ACTIONS(2628), + [anon_sym_str] = ACTIONS(2628), + [anon_sym_char] = ACTIONS(2628), + [anon_sym_DASH] = ACTIONS(2626), + [anon_sym_BANG] = ACTIONS(2626), + [anon_sym_AMP] = ACTIONS(2626), + [anon_sym_PIPE] = ACTIONS(2626), + [anon_sym_LT] = ACTIONS(2626), + [anon_sym_DOT_DOT] = ACTIONS(2626), + [anon_sym_COLON_COLON] = ACTIONS(2626), + [anon_sym_POUND] = ACTIONS(2626), + [anon_sym_SQUOTE] = ACTIONS(2628), + [anon_sym_async] = ACTIONS(2628), + [anon_sym_break] = ACTIONS(2628), + [anon_sym_const] = ACTIONS(2628), + [anon_sym_continue] = ACTIONS(2628), + [anon_sym_default] = ACTIONS(2628), + [anon_sym_enum] = ACTIONS(2628), + [anon_sym_fn] = ACTIONS(2628), + [anon_sym_for] = ACTIONS(2628), + [anon_sym_gen] = ACTIONS(2628), + [anon_sym_if] = ACTIONS(2628), + [anon_sym_impl] = ACTIONS(2628), + [anon_sym_let] = ACTIONS(2628), + [anon_sym_loop] = ACTIONS(2628), + [anon_sym_match] = ACTIONS(2628), + [anon_sym_mod] = ACTIONS(2628), + [anon_sym_pub] = ACTIONS(2628), + [anon_sym_return] = ACTIONS(2628), + [anon_sym_static] = ACTIONS(2628), + [anon_sym_struct] = ACTIONS(2628), + [anon_sym_trait] = ACTIONS(2628), + [anon_sym_type] = ACTIONS(2628), + [anon_sym_union] = ACTIONS(2628), + [anon_sym_unsafe] = ACTIONS(2628), + [anon_sym_use] = ACTIONS(2628), + [anon_sym_while] = ACTIONS(2628), + [anon_sym_extern] = ACTIONS(2628), + [anon_sym_yield] = ACTIONS(2628), + [anon_sym_move] = ACTIONS(2628), + [anon_sym_try] = ACTIONS(2628), + [sym_integer_literal] = ACTIONS(2626), + [aux_sym_string_literal_token1] = ACTIONS(2626), + [sym_char_literal] = ACTIONS(2626), + [anon_sym_true] = ACTIONS(2628), + [anon_sym_false] = ACTIONS(2628), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2628), + [sym_super] = ACTIONS(2628), + [sym_crate] = ACTIONS(2628), + [sym_metavariable] = ACTIONS(2626), + [sym__raw_string_literal_start] = ACTIONS(2626), + [sym_float_literal] = ACTIONS(2626), }, [STATE(678)] = { [sym_line_comment] = STATE(678), [sym_block_comment] = STATE(678), - [ts_builtin_sym_end] = ACTIONS(2563), - [sym_identifier] = ACTIONS(2565), - [anon_sym_SEMI] = ACTIONS(2563), - [anon_sym_macro_rules_BANG] = ACTIONS(2563), - [anon_sym_LPAREN] = ACTIONS(2563), - [anon_sym_LBRACK] = ACTIONS(2563), - [anon_sym_LBRACE] = ACTIONS(2563), - [anon_sym_RBRACE] = ACTIONS(2563), - [anon_sym_STAR] = ACTIONS(2563), - [anon_sym_u8] = ACTIONS(2565), - [anon_sym_i8] = ACTIONS(2565), - [anon_sym_u16] = ACTIONS(2565), - [anon_sym_i16] = ACTIONS(2565), - [anon_sym_u32] = ACTIONS(2565), - [anon_sym_i32] = ACTIONS(2565), - [anon_sym_u64] = ACTIONS(2565), - [anon_sym_i64] = ACTIONS(2565), - [anon_sym_u128] = ACTIONS(2565), - [anon_sym_i128] = ACTIONS(2565), - [anon_sym_isize] = ACTIONS(2565), - [anon_sym_usize] = ACTIONS(2565), - [anon_sym_f32] = ACTIONS(2565), - [anon_sym_f64] = ACTIONS(2565), - [anon_sym_bool] = ACTIONS(2565), - [anon_sym_str] = ACTIONS(2565), - [anon_sym_char] = ACTIONS(2565), - [anon_sym_DASH] = ACTIONS(2563), - [anon_sym_BANG] = ACTIONS(2563), - [anon_sym_AMP] = ACTIONS(2563), - [anon_sym_PIPE] = ACTIONS(2563), - [anon_sym_LT] = ACTIONS(2563), - [anon_sym_DOT_DOT] = ACTIONS(2563), - [anon_sym_COLON_COLON] = ACTIONS(2563), - [anon_sym_POUND] = ACTIONS(2563), - [anon_sym_SQUOTE] = ACTIONS(2565), - [anon_sym_async] = ACTIONS(2565), - [anon_sym_break] = ACTIONS(2565), - [anon_sym_const] = ACTIONS(2565), - [anon_sym_continue] = ACTIONS(2565), - [anon_sym_default] = ACTIONS(2565), - [anon_sym_enum] = ACTIONS(2565), - [anon_sym_fn] = ACTIONS(2565), - [anon_sym_for] = ACTIONS(2565), - [anon_sym_gen] = ACTIONS(2565), - [anon_sym_if] = ACTIONS(2565), - [anon_sym_impl] = ACTIONS(2565), - [anon_sym_let] = ACTIONS(2565), - [anon_sym_loop] = ACTIONS(2565), - [anon_sym_match] = ACTIONS(2565), - [anon_sym_mod] = ACTIONS(2565), - [anon_sym_pub] = ACTIONS(2565), - [anon_sym_return] = ACTIONS(2565), - [anon_sym_static] = ACTIONS(2565), - [anon_sym_struct] = ACTIONS(2565), - [anon_sym_trait] = ACTIONS(2565), - [anon_sym_type] = ACTIONS(2565), - [anon_sym_union] = ACTIONS(2565), - [anon_sym_unsafe] = ACTIONS(2565), - [anon_sym_use] = ACTIONS(2565), - [anon_sym_while] = ACTIONS(2565), - [anon_sym_extern] = ACTIONS(2565), - [anon_sym_yield] = ACTIONS(2565), - [anon_sym_move] = ACTIONS(2565), - [anon_sym_try] = ACTIONS(2565), - [sym_integer_literal] = ACTIONS(2563), - [aux_sym_string_literal_token1] = ACTIONS(2563), - [sym_char_literal] = ACTIONS(2563), - [anon_sym_true] = ACTIONS(2565), - [anon_sym_false] = ACTIONS(2565), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2565), - [sym_super] = ACTIONS(2565), - [sym_crate] = ACTIONS(2565), - [sym_metavariable] = ACTIONS(2563), - [sym__raw_string_literal_start] = ACTIONS(2563), - [sym_float_literal] = ACTIONS(2563), + [ts_builtin_sym_end] = ACTIONS(2630), + [sym_identifier] = ACTIONS(2632), + [anon_sym_SEMI] = ACTIONS(2630), + [anon_sym_macro_rules_BANG] = ACTIONS(2630), + [anon_sym_LPAREN] = ACTIONS(2630), + [anon_sym_LBRACK] = ACTIONS(2630), + [anon_sym_LBRACE] = ACTIONS(2630), + [anon_sym_RBRACE] = ACTIONS(2630), + [anon_sym_STAR] = ACTIONS(2630), + [anon_sym_u8] = ACTIONS(2632), + [anon_sym_i8] = ACTIONS(2632), + [anon_sym_u16] = ACTIONS(2632), + [anon_sym_i16] = ACTIONS(2632), + [anon_sym_u32] = ACTIONS(2632), + [anon_sym_i32] = ACTIONS(2632), + [anon_sym_u64] = ACTIONS(2632), + [anon_sym_i64] = ACTIONS(2632), + [anon_sym_u128] = ACTIONS(2632), + [anon_sym_i128] = ACTIONS(2632), + [anon_sym_isize] = ACTIONS(2632), + [anon_sym_usize] = ACTIONS(2632), + [anon_sym_f32] = ACTIONS(2632), + [anon_sym_f64] = ACTIONS(2632), + [anon_sym_bool] = ACTIONS(2632), + [anon_sym_str] = ACTIONS(2632), + [anon_sym_char] = ACTIONS(2632), + [anon_sym_DASH] = ACTIONS(2630), + [anon_sym_BANG] = ACTIONS(2630), + [anon_sym_AMP] = ACTIONS(2630), + [anon_sym_PIPE] = ACTIONS(2630), + [anon_sym_LT] = ACTIONS(2630), + [anon_sym_DOT_DOT] = ACTIONS(2630), + [anon_sym_COLON_COLON] = ACTIONS(2630), + [anon_sym_POUND] = ACTIONS(2630), + [anon_sym_SQUOTE] = ACTIONS(2632), + [anon_sym_async] = ACTIONS(2632), + [anon_sym_break] = ACTIONS(2632), + [anon_sym_const] = ACTIONS(2632), + [anon_sym_continue] = ACTIONS(2632), + [anon_sym_default] = ACTIONS(2632), + [anon_sym_enum] = ACTIONS(2632), + [anon_sym_fn] = ACTIONS(2632), + [anon_sym_for] = ACTIONS(2632), + [anon_sym_gen] = ACTIONS(2632), + [anon_sym_if] = ACTIONS(2632), + [anon_sym_impl] = ACTIONS(2632), + [anon_sym_let] = ACTIONS(2632), + [anon_sym_loop] = ACTIONS(2632), + [anon_sym_match] = ACTIONS(2632), + [anon_sym_mod] = ACTIONS(2632), + [anon_sym_pub] = ACTIONS(2632), + [anon_sym_return] = ACTIONS(2632), + [anon_sym_static] = ACTIONS(2632), + [anon_sym_struct] = ACTIONS(2632), + [anon_sym_trait] = ACTIONS(2632), + [anon_sym_type] = ACTIONS(2632), + [anon_sym_union] = ACTIONS(2632), + [anon_sym_unsafe] = ACTIONS(2632), + [anon_sym_use] = ACTIONS(2632), + [anon_sym_while] = ACTIONS(2632), + [anon_sym_extern] = ACTIONS(2632), + [anon_sym_yield] = ACTIONS(2632), + [anon_sym_move] = ACTIONS(2632), + [anon_sym_try] = ACTIONS(2632), + [sym_integer_literal] = ACTIONS(2630), + [aux_sym_string_literal_token1] = ACTIONS(2630), + [sym_char_literal] = ACTIONS(2630), + [anon_sym_true] = ACTIONS(2632), + [anon_sym_false] = ACTIONS(2632), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2632), + [sym_super] = ACTIONS(2632), + [sym_crate] = ACTIONS(2632), + [sym_metavariable] = ACTIONS(2630), + [sym__raw_string_literal_start] = ACTIONS(2630), + [sym_float_literal] = ACTIONS(2630), }, [STATE(679)] = { [sym_line_comment] = STATE(679), [sym_block_comment] = STATE(679), - [ts_builtin_sym_end] = ACTIONS(2567), - [sym_identifier] = ACTIONS(2569), - [anon_sym_SEMI] = ACTIONS(2567), - [anon_sym_macro_rules_BANG] = ACTIONS(2567), - [anon_sym_LPAREN] = ACTIONS(2567), - [anon_sym_LBRACK] = ACTIONS(2567), - [anon_sym_LBRACE] = ACTIONS(2567), - [anon_sym_RBRACE] = ACTIONS(2567), - [anon_sym_STAR] = ACTIONS(2567), - [anon_sym_u8] = ACTIONS(2569), - [anon_sym_i8] = ACTIONS(2569), - [anon_sym_u16] = ACTIONS(2569), - [anon_sym_i16] = ACTIONS(2569), - [anon_sym_u32] = ACTIONS(2569), - [anon_sym_i32] = ACTIONS(2569), - [anon_sym_u64] = ACTIONS(2569), - [anon_sym_i64] = ACTIONS(2569), - [anon_sym_u128] = ACTIONS(2569), - [anon_sym_i128] = ACTIONS(2569), - [anon_sym_isize] = ACTIONS(2569), - [anon_sym_usize] = ACTIONS(2569), - [anon_sym_f32] = ACTIONS(2569), - [anon_sym_f64] = ACTIONS(2569), - [anon_sym_bool] = ACTIONS(2569), - [anon_sym_str] = ACTIONS(2569), - [anon_sym_char] = ACTIONS(2569), - [anon_sym_DASH] = ACTIONS(2567), - [anon_sym_BANG] = ACTIONS(2567), - [anon_sym_AMP] = ACTIONS(2567), - [anon_sym_PIPE] = ACTIONS(2567), - [anon_sym_LT] = ACTIONS(2567), - [anon_sym_DOT_DOT] = ACTIONS(2567), - [anon_sym_COLON_COLON] = ACTIONS(2567), - [anon_sym_POUND] = ACTIONS(2567), - [anon_sym_SQUOTE] = ACTIONS(2569), - [anon_sym_async] = ACTIONS(2569), - [anon_sym_break] = ACTIONS(2569), - [anon_sym_const] = ACTIONS(2569), - [anon_sym_continue] = ACTIONS(2569), - [anon_sym_default] = ACTIONS(2569), - [anon_sym_enum] = ACTIONS(2569), - [anon_sym_fn] = ACTIONS(2569), - [anon_sym_for] = ACTIONS(2569), - [anon_sym_gen] = ACTIONS(2569), - [anon_sym_if] = ACTIONS(2569), - [anon_sym_impl] = ACTIONS(2569), - [anon_sym_let] = ACTIONS(2569), - [anon_sym_loop] = ACTIONS(2569), - [anon_sym_match] = ACTIONS(2569), - [anon_sym_mod] = ACTIONS(2569), - [anon_sym_pub] = ACTIONS(2569), - [anon_sym_return] = ACTIONS(2569), - [anon_sym_static] = ACTIONS(2569), - [anon_sym_struct] = ACTIONS(2569), - [anon_sym_trait] = ACTIONS(2569), - [anon_sym_type] = ACTIONS(2569), - [anon_sym_union] = ACTIONS(2569), - [anon_sym_unsafe] = ACTIONS(2569), - [anon_sym_use] = ACTIONS(2569), - [anon_sym_while] = ACTIONS(2569), - [anon_sym_extern] = ACTIONS(2569), - [anon_sym_yield] = ACTIONS(2569), - [anon_sym_move] = ACTIONS(2569), - [anon_sym_try] = ACTIONS(2569), - [sym_integer_literal] = ACTIONS(2567), - [aux_sym_string_literal_token1] = ACTIONS(2567), - [sym_char_literal] = ACTIONS(2567), - [anon_sym_true] = ACTIONS(2569), - [anon_sym_false] = ACTIONS(2569), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2569), - [sym_super] = ACTIONS(2569), - [sym_crate] = ACTIONS(2569), - [sym_metavariable] = ACTIONS(2567), - [sym__raw_string_literal_start] = ACTIONS(2567), - [sym_float_literal] = ACTIONS(2567), + [ts_builtin_sym_end] = ACTIONS(2634), + [sym_identifier] = ACTIONS(2636), + [anon_sym_SEMI] = ACTIONS(2634), + [anon_sym_macro_rules_BANG] = ACTIONS(2634), + [anon_sym_LPAREN] = ACTIONS(2634), + [anon_sym_LBRACK] = ACTIONS(2634), + [anon_sym_LBRACE] = ACTIONS(2634), + [anon_sym_RBRACE] = ACTIONS(2634), + [anon_sym_STAR] = ACTIONS(2634), + [anon_sym_u8] = ACTIONS(2636), + [anon_sym_i8] = ACTIONS(2636), + [anon_sym_u16] = ACTIONS(2636), + [anon_sym_i16] = ACTIONS(2636), + [anon_sym_u32] = ACTIONS(2636), + [anon_sym_i32] = ACTIONS(2636), + [anon_sym_u64] = ACTIONS(2636), + [anon_sym_i64] = ACTIONS(2636), + [anon_sym_u128] = ACTIONS(2636), + [anon_sym_i128] = ACTIONS(2636), + [anon_sym_isize] = ACTIONS(2636), + [anon_sym_usize] = ACTIONS(2636), + [anon_sym_f32] = ACTIONS(2636), + [anon_sym_f64] = ACTIONS(2636), + [anon_sym_bool] = ACTIONS(2636), + [anon_sym_str] = ACTIONS(2636), + [anon_sym_char] = ACTIONS(2636), + [anon_sym_DASH] = ACTIONS(2634), + [anon_sym_BANG] = ACTIONS(2634), + [anon_sym_AMP] = ACTIONS(2634), + [anon_sym_PIPE] = ACTIONS(2634), + [anon_sym_LT] = ACTIONS(2634), + [anon_sym_DOT_DOT] = ACTIONS(2634), + [anon_sym_COLON_COLON] = ACTIONS(2634), + [anon_sym_POUND] = ACTIONS(2634), + [anon_sym_SQUOTE] = ACTIONS(2636), + [anon_sym_async] = ACTIONS(2636), + [anon_sym_break] = ACTIONS(2636), + [anon_sym_const] = ACTIONS(2636), + [anon_sym_continue] = ACTIONS(2636), + [anon_sym_default] = ACTIONS(2636), + [anon_sym_enum] = ACTIONS(2636), + [anon_sym_fn] = ACTIONS(2636), + [anon_sym_for] = ACTIONS(2636), + [anon_sym_gen] = ACTIONS(2636), + [anon_sym_if] = ACTIONS(2636), + [anon_sym_impl] = ACTIONS(2636), + [anon_sym_let] = ACTIONS(2636), + [anon_sym_loop] = ACTIONS(2636), + [anon_sym_match] = ACTIONS(2636), + [anon_sym_mod] = ACTIONS(2636), + [anon_sym_pub] = ACTIONS(2636), + [anon_sym_return] = ACTIONS(2636), + [anon_sym_static] = ACTIONS(2636), + [anon_sym_struct] = ACTIONS(2636), + [anon_sym_trait] = ACTIONS(2636), + [anon_sym_type] = ACTIONS(2636), + [anon_sym_union] = ACTIONS(2636), + [anon_sym_unsafe] = ACTIONS(2636), + [anon_sym_use] = ACTIONS(2636), + [anon_sym_while] = ACTIONS(2636), + [anon_sym_extern] = ACTIONS(2636), + [anon_sym_yield] = ACTIONS(2636), + [anon_sym_move] = ACTIONS(2636), + [anon_sym_try] = ACTIONS(2636), + [sym_integer_literal] = ACTIONS(2634), + [aux_sym_string_literal_token1] = ACTIONS(2634), + [sym_char_literal] = ACTIONS(2634), + [anon_sym_true] = ACTIONS(2636), + [anon_sym_false] = ACTIONS(2636), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2636), + [sym_super] = ACTIONS(2636), + [sym_crate] = ACTIONS(2636), + [sym_metavariable] = ACTIONS(2634), + [sym__raw_string_literal_start] = ACTIONS(2634), + [sym_float_literal] = ACTIONS(2634), }, [STATE(680)] = { [sym_line_comment] = STATE(680), [sym_block_comment] = STATE(680), - [ts_builtin_sym_end] = ACTIONS(2571), - [sym_identifier] = ACTIONS(2573), - [anon_sym_SEMI] = ACTIONS(2571), - [anon_sym_macro_rules_BANG] = ACTIONS(2571), - [anon_sym_LPAREN] = ACTIONS(2571), - [anon_sym_LBRACK] = ACTIONS(2571), - [anon_sym_LBRACE] = ACTIONS(2571), - [anon_sym_RBRACE] = ACTIONS(2571), - [anon_sym_STAR] = ACTIONS(2571), - [anon_sym_u8] = ACTIONS(2573), - [anon_sym_i8] = ACTIONS(2573), - [anon_sym_u16] = ACTIONS(2573), - [anon_sym_i16] = ACTIONS(2573), - [anon_sym_u32] = ACTIONS(2573), - [anon_sym_i32] = ACTIONS(2573), - [anon_sym_u64] = ACTIONS(2573), - [anon_sym_i64] = ACTIONS(2573), - [anon_sym_u128] = ACTIONS(2573), - [anon_sym_i128] = ACTIONS(2573), - [anon_sym_isize] = ACTIONS(2573), - [anon_sym_usize] = ACTIONS(2573), - [anon_sym_f32] = ACTIONS(2573), - [anon_sym_f64] = ACTIONS(2573), - [anon_sym_bool] = ACTIONS(2573), - [anon_sym_str] = ACTIONS(2573), - [anon_sym_char] = ACTIONS(2573), - [anon_sym_DASH] = ACTIONS(2571), - [anon_sym_BANG] = ACTIONS(2571), - [anon_sym_AMP] = ACTIONS(2571), - [anon_sym_PIPE] = ACTIONS(2571), - [anon_sym_LT] = ACTIONS(2571), - [anon_sym_DOT_DOT] = ACTIONS(2571), - [anon_sym_COLON_COLON] = ACTIONS(2571), - [anon_sym_POUND] = ACTIONS(2571), - [anon_sym_SQUOTE] = ACTIONS(2573), - [anon_sym_async] = ACTIONS(2573), - [anon_sym_break] = ACTIONS(2573), - [anon_sym_const] = ACTIONS(2573), - [anon_sym_continue] = ACTIONS(2573), - [anon_sym_default] = ACTIONS(2573), - [anon_sym_enum] = ACTIONS(2573), - [anon_sym_fn] = ACTIONS(2573), - [anon_sym_for] = ACTIONS(2573), - [anon_sym_gen] = ACTIONS(2573), - [anon_sym_if] = ACTIONS(2573), - [anon_sym_impl] = ACTIONS(2573), - [anon_sym_let] = ACTIONS(2573), - [anon_sym_loop] = ACTIONS(2573), - [anon_sym_match] = ACTIONS(2573), - [anon_sym_mod] = ACTIONS(2573), - [anon_sym_pub] = ACTIONS(2573), - [anon_sym_return] = ACTIONS(2573), - [anon_sym_static] = ACTIONS(2573), - [anon_sym_struct] = ACTIONS(2573), - [anon_sym_trait] = ACTIONS(2573), - [anon_sym_type] = ACTIONS(2573), - [anon_sym_union] = ACTIONS(2573), - [anon_sym_unsafe] = ACTIONS(2573), - [anon_sym_use] = ACTIONS(2573), - [anon_sym_while] = ACTIONS(2573), - [anon_sym_extern] = ACTIONS(2573), - [anon_sym_yield] = ACTIONS(2573), - [anon_sym_move] = ACTIONS(2573), - [anon_sym_try] = ACTIONS(2573), - [sym_integer_literal] = ACTIONS(2571), - [aux_sym_string_literal_token1] = ACTIONS(2571), - [sym_char_literal] = ACTIONS(2571), - [anon_sym_true] = ACTIONS(2573), - [anon_sym_false] = ACTIONS(2573), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2573), - [sym_super] = ACTIONS(2573), - [sym_crate] = ACTIONS(2573), - [sym_metavariable] = ACTIONS(2571), - [sym__raw_string_literal_start] = ACTIONS(2571), - [sym_float_literal] = ACTIONS(2571), + [ts_builtin_sym_end] = ACTIONS(2638), + [sym_identifier] = ACTIONS(2640), + [anon_sym_SEMI] = ACTIONS(2638), + [anon_sym_macro_rules_BANG] = ACTIONS(2638), + [anon_sym_LPAREN] = ACTIONS(2638), + [anon_sym_LBRACK] = ACTIONS(2638), + [anon_sym_LBRACE] = ACTIONS(2638), + [anon_sym_RBRACE] = ACTIONS(2638), + [anon_sym_STAR] = ACTIONS(2638), + [anon_sym_u8] = ACTIONS(2640), + [anon_sym_i8] = ACTIONS(2640), + [anon_sym_u16] = ACTIONS(2640), + [anon_sym_i16] = ACTIONS(2640), + [anon_sym_u32] = ACTIONS(2640), + [anon_sym_i32] = ACTIONS(2640), + [anon_sym_u64] = ACTIONS(2640), + [anon_sym_i64] = ACTIONS(2640), + [anon_sym_u128] = ACTIONS(2640), + [anon_sym_i128] = ACTIONS(2640), + [anon_sym_isize] = ACTIONS(2640), + [anon_sym_usize] = ACTIONS(2640), + [anon_sym_f32] = ACTIONS(2640), + [anon_sym_f64] = ACTIONS(2640), + [anon_sym_bool] = ACTIONS(2640), + [anon_sym_str] = ACTIONS(2640), + [anon_sym_char] = ACTIONS(2640), + [anon_sym_DASH] = ACTIONS(2638), + [anon_sym_BANG] = ACTIONS(2638), + [anon_sym_AMP] = ACTIONS(2638), + [anon_sym_PIPE] = ACTIONS(2638), + [anon_sym_LT] = ACTIONS(2638), + [anon_sym_DOT_DOT] = ACTIONS(2638), + [anon_sym_COLON_COLON] = ACTIONS(2638), + [anon_sym_POUND] = ACTIONS(2638), + [anon_sym_SQUOTE] = ACTIONS(2640), + [anon_sym_async] = ACTIONS(2640), + [anon_sym_break] = ACTIONS(2640), + [anon_sym_const] = ACTIONS(2640), + [anon_sym_continue] = ACTIONS(2640), + [anon_sym_default] = ACTIONS(2640), + [anon_sym_enum] = ACTIONS(2640), + [anon_sym_fn] = ACTIONS(2640), + [anon_sym_for] = ACTIONS(2640), + [anon_sym_gen] = ACTIONS(2640), + [anon_sym_if] = ACTIONS(2640), + [anon_sym_impl] = ACTIONS(2640), + [anon_sym_let] = ACTIONS(2640), + [anon_sym_loop] = ACTIONS(2640), + [anon_sym_match] = ACTIONS(2640), + [anon_sym_mod] = ACTIONS(2640), + [anon_sym_pub] = ACTIONS(2640), + [anon_sym_return] = ACTIONS(2640), + [anon_sym_static] = ACTIONS(2640), + [anon_sym_struct] = ACTIONS(2640), + [anon_sym_trait] = ACTIONS(2640), + [anon_sym_type] = ACTIONS(2640), + [anon_sym_union] = ACTIONS(2640), + [anon_sym_unsafe] = ACTIONS(2640), + [anon_sym_use] = ACTIONS(2640), + [anon_sym_while] = ACTIONS(2640), + [anon_sym_extern] = ACTIONS(2640), + [anon_sym_yield] = ACTIONS(2640), + [anon_sym_move] = ACTIONS(2640), + [anon_sym_try] = ACTIONS(2640), + [sym_integer_literal] = ACTIONS(2638), + [aux_sym_string_literal_token1] = ACTIONS(2638), + [sym_char_literal] = ACTIONS(2638), + [anon_sym_true] = ACTIONS(2640), + [anon_sym_false] = ACTIONS(2640), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2640), + [sym_super] = ACTIONS(2640), + [sym_crate] = ACTIONS(2640), + [sym_metavariable] = ACTIONS(2638), + [sym__raw_string_literal_start] = ACTIONS(2638), + [sym_float_literal] = ACTIONS(2638), }, [STATE(681)] = { [sym_line_comment] = STATE(681), [sym_block_comment] = STATE(681), - [ts_builtin_sym_end] = ACTIONS(2575), - [sym_identifier] = ACTIONS(2577), - [anon_sym_SEMI] = ACTIONS(2575), - [anon_sym_macro_rules_BANG] = ACTIONS(2575), - [anon_sym_LPAREN] = ACTIONS(2575), - [anon_sym_LBRACK] = ACTIONS(2575), - [anon_sym_LBRACE] = ACTIONS(2575), - [anon_sym_RBRACE] = ACTIONS(2575), - [anon_sym_STAR] = ACTIONS(2575), - [anon_sym_u8] = ACTIONS(2577), - [anon_sym_i8] = ACTIONS(2577), - [anon_sym_u16] = ACTIONS(2577), - [anon_sym_i16] = ACTIONS(2577), - [anon_sym_u32] = ACTIONS(2577), - [anon_sym_i32] = ACTIONS(2577), - [anon_sym_u64] = ACTIONS(2577), - [anon_sym_i64] = ACTIONS(2577), - [anon_sym_u128] = ACTIONS(2577), - [anon_sym_i128] = ACTIONS(2577), - [anon_sym_isize] = ACTIONS(2577), - [anon_sym_usize] = ACTIONS(2577), - [anon_sym_f32] = ACTIONS(2577), - [anon_sym_f64] = ACTIONS(2577), - [anon_sym_bool] = ACTIONS(2577), - [anon_sym_str] = ACTIONS(2577), - [anon_sym_char] = ACTIONS(2577), - [anon_sym_DASH] = ACTIONS(2575), - [anon_sym_BANG] = ACTIONS(2575), - [anon_sym_AMP] = ACTIONS(2575), - [anon_sym_PIPE] = ACTIONS(2575), - [anon_sym_LT] = ACTIONS(2575), - [anon_sym_DOT_DOT] = ACTIONS(2575), - [anon_sym_COLON_COLON] = ACTIONS(2575), - [anon_sym_POUND] = ACTIONS(2575), - [anon_sym_SQUOTE] = ACTIONS(2577), - [anon_sym_async] = ACTIONS(2577), - [anon_sym_break] = ACTIONS(2577), - [anon_sym_const] = ACTIONS(2577), - [anon_sym_continue] = ACTIONS(2577), - [anon_sym_default] = ACTIONS(2577), - [anon_sym_enum] = ACTIONS(2577), - [anon_sym_fn] = ACTIONS(2577), - [anon_sym_for] = ACTIONS(2577), - [anon_sym_gen] = ACTIONS(2577), - [anon_sym_if] = ACTIONS(2577), - [anon_sym_impl] = ACTIONS(2577), - [anon_sym_let] = ACTIONS(2577), - [anon_sym_loop] = ACTIONS(2577), - [anon_sym_match] = ACTIONS(2577), - [anon_sym_mod] = ACTIONS(2577), - [anon_sym_pub] = ACTIONS(2577), - [anon_sym_return] = ACTIONS(2577), - [anon_sym_static] = ACTIONS(2577), - [anon_sym_struct] = ACTIONS(2577), - [anon_sym_trait] = ACTIONS(2577), - [anon_sym_type] = ACTIONS(2577), - [anon_sym_union] = ACTIONS(2577), - [anon_sym_unsafe] = ACTIONS(2577), - [anon_sym_use] = ACTIONS(2577), - [anon_sym_while] = ACTIONS(2577), - [anon_sym_extern] = ACTIONS(2577), - [anon_sym_yield] = ACTIONS(2577), - [anon_sym_move] = ACTIONS(2577), - [anon_sym_try] = ACTIONS(2577), - [sym_integer_literal] = ACTIONS(2575), - [aux_sym_string_literal_token1] = ACTIONS(2575), - [sym_char_literal] = ACTIONS(2575), - [anon_sym_true] = ACTIONS(2577), - [anon_sym_false] = ACTIONS(2577), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2577), - [sym_super] = ACTIONS(2577), - [sym_crate] = ACTIONS(2577), - [sym_metavariable] = ACTIONS(2575), - [sym__raw_string_literal_start] = ACTIONS(2575), - [sym_float_literal] = ACTIONS(2575), + [ts_builtin_sym_end] = ACTIONS(2642), + [sym_identifier] = ACTIONS(2644), + [anon_sym_SEMI] = ACTIONS(2642), + [anon_sym_macro_rules_BANG] = ACTIONS(2642), + [anon_sym_LPAREN] = ACTIONS(2642), + [anon_sym_LBRACK] = ACTIONS(2642), + [anon_sym_LBRACE] = ACTIONS(2642), + [anon_sym_RBRACE] = ACTIONS(2642), + [anon_sym_STAR] = ACTIONS(2642), + [anon_sym_u8] = ACTIONS(2644), + [anon_sym_i8] = ACTIONS(2644), + [anon_sym_u16] = ACTIONS(2644), + [anon_sym_i16] = ACTIONS(2644), + [anon_sym_u32] = ACTIONS(2644), + [anon_sym_i32] = ACTIONS(2644), + [anon_sym_u64] = ACTIONS(2644), + [anon_sym_i64] = ACTIONS(2644), + [anon_sym_u128] = ACTIONS(2644), + [anon_sym_i128] = ACTIONS(2644), + [anon_sym_isize] = ACTIONS(2644), + [anon_sym_usize] = ACTIONS(2644), + [anon_sym_f32] = ACTIONS(2644), + [anon_sym_f64] = ACTIONS(2644), + [anon_sym_bool] = ACTIONS(2644), + [anon_sym_str] = ACTIONS(2644), + [anon_sym_char] = ACTIONS(2644), + [anon_sym_DASH] = ACTIONS(2642), + [anon_sym_BANG] = ACTIONS(2642), + [anon_sym_AMP] = ACTIONS(2642), + [anon_sym_PIPE] = ACTIONS(2642), + [anon_sym_LT] = ACTIONS(2642), + [anon_sym_DOT_DOT] = ACTIONS(2642), + [anon_sym_COLON_COLON] = ACTIONS(2642), + [anon_sym_POUND] = ACTIONS(2642), + [anon_sym_SQUOTE] = ACTIONS(2644), + [anon_sym_async] = ACTIONS(2644), + [anon_sym_break] = ACTIONS(2644), + [anon_sym_const] = ACTIONS(2644), + [anon_sym_continue] = ACTIONS(2644), + [anon_sym_default] = ACTIONS(2644), + [anon_sym_enum] = ACTIONS(2644), + [anon_sym_fn] = ACTIONS(2644), + [anon_sym_for] = ACTIONS(2644), + [anon_sym_gen] = ACTIONS(2644), + [anon_sym_if] = ACTIONS(2644), + [anon_sym_impl] = ACTIONS(2644), + [anon_sym_let] = ACTIONS(2644), + [anon_sym_loop] = ACTIONS(2644), + [anon_sym_match] = ACTIONS(2644), + [anon_sym_mod] = ACTIONS(2644), + [anon_sym_pub] = ACTIONS(2644), + [anon_sym_return] = ACTIONS(2644), + [anon_sym_static] = ACTIONS(2644), + [anon_sym_struct] = ACTIONS(2644), + [anon_sym_trait] = ACTIONS(2644), + [anon_sym_type] = ACTIONS(2644), + [anon_sym_union] = ACTIONS(2644), + [anon_sym_unsafe] = ACTIONS(2644), + [anon_sym_use] = ACTIONS(2644), + [anon_sym_while] = ACTIONS(2644), + [anon_sym_extern] = ACTIONS(2644), + [anon_sym_yield] = ACTIONS(2644), + [anon_sym_move] = ACTIONS(2644), + [anon_sym_try] = ACTIONS(2644), + [sym_integer_literal] = ACTIONS(2642), + [aux_sym_string_literal_token1] = ACTIONS(2642), + [sym_char_literal] = ACTIONS(2642), + [anon_sym_true] = ACTIONS(2644), + [anon_sym_false] = ACTIONS(2644), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2644), + [sym_super] = ACTIONS(2644), + [sym_crate] = ACTIONS(2644), + [sym_metavariable] = ACTIONS(2642), + [sym__raw_string_literal_start] = ACTIONS(2642), + [sym_float_literal] = ACTIONS(2642), }, [STATE(682)] = { [sym_line_comment] = STATE(682), [sym_block_comment] = STATE(682), - [ts_builtin_sym_end] = ACTIONS(2579), - [sym_identifier] = ACTIONS(2581), - [anon_sym_SEMI] = ACTIONS(2579), - [anon_sym_macro_rules_BANG] = ACTIONS(2579), - [anon_sym_LPAREN] = ACTIONS(2579), - [anon_sym_LBRACK] = ACTIONS(2579), - [anon_sym_LBRACE] = ACTIONS(2579), - [anon_sym_RBRACE] = ACTIONS(2579), - [anon_sym_STAR] = ACTIONS(2579), - [anon_sym_u8] = ACTIONS(2581), - [anon_sym_i8] = ACTIONS(2581), - [anon_sym_u16] = ACTIONS(2581), - [anon_sym_i16] = ACTIONS(2581), - [anon_sym_u32] = ACTIONS(2581), - [anon_sym_i32] = ACTIONS(2581), - [anon_sym_u64] = ACTIONS(2581), - [anon_sym_i64] = ACTIONS(2581), - [anon_sym_u128] = ACTIONS(2581), - [anon_sym_i128] = ACTIONS(2581), - [anon_sym_isize] = ACTIONS(2581), - [anon_sym_usize] = ACTIONS(2581), - [anon_sym_f32] = ACTIONS(2581), - [anon_sym_f64] = ACTIONS(2581), - [anon_sym_bool] = ACTIONS(2581), - [anon_sym_str] = ACTIONS(2581), - [anon_sym_char] = ACTIONS(2581), - [anon_sym_DASH] = ACTIONS(2579), - [anon_sym_BANG] = ACTIONS(2579), - [anon_sym_AMP] = ACTIONS(2579), - [anon_sym_PIPE] = ACTIONS(2579), - [anon_sym_LT] = ACTIONS(2579), - [anon_sym_DOT_DOT] = ACTIONS(2579), - [anon_sym_COLON_COLON] = ACTIONS(2579), - [anon_sym_POUND] = ACTIONS(2579), - [anon_sym_SQUOTE] = ACTIONS(2581), - [anon_sym_async] = ACTIONS(2581), - [anon_sym_break] = ACTIONS(2581), - [anon_sym_const] = ACTIONS(2581), - [anon_sym_continue] = ACTIONS(2581), - [anon_sym_default] = ACTIONS(2581), - [anon_sym_enum] = ACTIONS(2581), - [anon_sym_fn] = ACTIONS(2581), - [anon_sym_for] = ACTIONS(2581), - [anon_sym_gen] = ACTIONS(2581), - [anon_sym_if] = ACTIONS(2581), - [anon_sym_impl] = ACTIONS(2581), - [anon_sym_let] = ACTIONS(2581), - [anon_sym_loop] = ACTIONS(2581), - [anon_sym_match] = ACTIONS(2581), - [anon_sym_mod] = ACTIONS(2581), - [anon_sym_pub] = ACTIONS(2581), - [anon_sym_return] = ACTIONS(2581), - [anon_sym_static] = ACTIONS(2581), - [anon_sym_struct] = ACTIONS(2581), - [anon_sym_trait] = ACTIONS(2581), - [anon_sym_type] = ACTIONS(2581), - [anon_sym_union] = ACTIONS(2581), - [anon_sym_unsafe] = ACTIONS(2581), - [anon_sym_use] = ACTIONS(2581), - [anon_sym_while] = ACTIONS(2581), - [anon_sym_extern] = ACTIONS(2581), - [anon_sym_yield] = ACTIONS(2581), - [anon_sym_move] = ACTIONS(2581), - [anon_sym_try] = ACTIONS(2581), - [sym_integer_literal] = ACTIONS(2579), - [aux_sym_string_literal_token1] = ACTIONS(2579), - [sym_char_literal] = ACTIONS(2579), - [anon_sym_true] = ACTIONS(2581), - [anon_sym_false] = ACTIONS(2581), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2581), - [sym_super] = ACTIONS(2581), - [sym_crate] = ACTIONS(2581), - [sym_metavariable] = ACTIONS(2579), - [sym__raw_string_literal_start] = ACTIONS(2579), - [sym_float_literal] = ACTIONS(2579), + [ts_builtin_sym_end] = ACTIONS(2646), + [sym_identifier] = ACTIONS(2648), + [anon_sym_SEMI] = ACTIONS(2646), + [anon_sym_macro_rules_BANG] = ACTIONS(2646), + [anon_sym_LPAREN] = ACTIONS(2646), + [anon_sym_LBRACK] = ACTIONS(2646), + [anon_sym_LBRACE] = ACTIONS(2646), + [anon_sym_RBRACE] = ACTIONS(2646), + [anon_sym_STAR] = ACTIONS(2646), + [anon_sym_u8] = ACTIONS(2648), + [anon_sym_i8] = ACTIONS(2648), + [anon_sym_u16] = ACTIONS(2648), + [anon_sym_i16] = ACTIONS(2648), + [anon_sym_u32] = ACTIONS(2648), + [anon_sym_i32] = ACTIONS(2648), + [anon_sym_u64] = ACTIONS(2648), + [anon_sym_i64] = ACTIONS(2648), + [anon_sym_u128] = ACTIONS(2648), + [anon_sym_i128] = ACTIONS(2648), + [anon_sym_isize] = ACTIONS(2648), + [anon_sym_usize] = ACTIONS(2648), + [anon_sym_f32] = ACTIONS(2648), + [anon_sym_f64] = ACTIONS(2648), + [anon_sym_bool] = ACTIONS(2648), + [anon_sym_str] = ACTIONS(2648), + [anon_sym_char] = ACTIONS(2648), + [anon_sym_DASH] = ACTIONS(2646), + [anon_sym_BANG] = ACTIONS(2646), + [anon_sym_AMP] = ACTIONS(2646), + [anon_sym_PIPE] = ACTIONS(2646), + [anon_sym_LT] = ACTIONS(2646), + [anon_sym_DOT_DOT] = ACTIONS(2646), + [anon_sym_COLON_COLON] = ACTIONS(2646), + [anon_sym_POUND] = ACTIONS(2646), + [anon_sym_SQUOTE] = ACTIONS(2648), + [anon_sym_async] = ACTIONS(2648), + [anon_sym_break] = ACTIONS(2648), + [anon_sym_const] = ACTIONS(2648), + [anon_sym_continue] = ACTIONS(2648), + [anon_sym_default] = ACTIONS(2648), + [anon_sym_enum] = ACTIONS(2648), + [anon_sym_fn] = ACTIONS(2648), + [anon_sym_for] = ACTIONS(2648), + [anon_sym_gen] = ACTIONS(2648), + [anon_sym_if] = ACTIONS(2648), + [anon_sym_impl] = ACTIONS(2648), + [anon_sym_let] = ACTIONS(2648), + [anon_sym_loop] = ACTIONS(2648), + [anon_sym_match] = ACTIONS(2648), + [anon_sym_mod] = ACTIONS(2648), + [anon_sym_pub] = ACTIONS(2648), + [anon_sym_return] = ACTIONS(2648), + [anon_sym_static] = ACTIONS(2648), + [anon_sym_struct] = ACTIONS(2648), + [anon_sym_trait] = ACTIONS(2648), + [anon_sym_type] = ACTIONS(2648), + [anon_sym_union] = ACTIONS(2648), + [anon_sym_unsafe] = ACTIONS(2648), + [anon_sym_use] = ACTIONS(2648), + [anon_sym_while] = ACTIONS(2648), + [anon_sym_extern] = ACTIONS(2648), + [anon_sym_yield] = ACTIONS(2648), + [anon_sym_move] = ACTIONS(2648), + [anon_sym_try] = ACTIONS(2648), + [sym_integer_literal] = ACTIONS(2646), + [aux_sym_string_literal_token1] = ACTIONS(2646), + [sym_char_literal] = ACTIONS(2646), + [anon_sym_true] = ACTIONS(2648), + [anon_sym_false] = ACTIONS(2648), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2648), + [sym_super] = ACTIONS(2648), + [sym_crate] = ACTIONS(2648), + [sym_metavariable] = ACTIONS(2646), + [sym__raw_string_literal_start] = ACTIONS(2646), + [sym_float_literal] = ACTIONS(2646), }, [STATE(683)] = { [sym_line_comment] = STATE(683), [sym_block_comment] = STATE(683), - [ts_builtin_sym_end] = ACTIONS(2583), - [sym_identifier] = ACTIONS(2585), - [anon_sym_SEMI] = ACTIONS(2583), - [anon_sym_macro_rules_BANG] = ACTIONS(2583), - [anon_sym_LPAREN] = ACTIONS(2583), - [anon_sym_LBRACK] = ACTIONS(2583), - [anon_sym_LBRACE] = ACTIONS(2583), - [anon_sym_RBRACE] = ACTIONS(2583), - [anon_sym_STAR] = ACTIONS(2583), - [anon_sym_u8] = ACTIONS(2585), - [anon_sym_i8] = ACTIONS(2585), - [anon_sym_u16] = ACTIONS(2585), - [anon_sym_i16] = ACTIONS(2585), - [anon_sym_u32] = ACTIONS(2585), - [anon_sym_i32] = ACTIONS(2585), - [anon_sym_u64] = ACTIONS(2585), - [anon_sym_i64] = ACTIONS(2585), - [anon_sym_u128] = ACTIONS(2585), - [anon_sym_i128] = ACTIONS(2585), - [anon_sym_isize] = ACTIONS(2585), - [anon_sym_usize] = ACTIONS(2585), - [anon_sym_f32] = ACTIONS(2585), - [anon_sym_f64] = ACTIONS(2585), - [anon_sym_bool] = ACTIONS(2585), - [anon_sym_str] = ACTIONS(2585), - [anon_sym_char] = ACTIONS(2585), - [anon_sym_DASH] = ACTIONS(2583), - [anon_sym_BANG] = ACTIONS(2583), - [anon_sym_AMP] = ACTIONS(2583), - [anon_sym_PIPE] = ACTIONS(2583), - [anon_sym_LT] = ACTIONS(2583), - [anon_sym_DOT_DOT] = ACTIONS(2583), - [anon_sym_COLON_COLON] = ACTIONS(2583), - [anon_sym_POUND] = ACTIONS(2583), - [anon_sym_SQUOTE] = ACTIONS(2585), - [anon_sym_async] = ACTIONS(2585), - [anon_sym_break] = ACTIONS(2585), - [anon_sym_const] = ACTIONS(2585), - [anon_sym_continue] = ACTIONS(2585), - [anon_sym_default] = ACTIONS(2585), - [anon_sym_enum] = ACTIONS(2585), - [anon_sym_fn] = ACTIONS(2585), - [anon_sym_for] = ACTIONS(2585), - [anon_sym_gen] = ACTIONS(2585), - [anon_sym_if] = ACTIONS(2585), - [anon_sym_impl] = ACTIONS(2585), - [anon_sym_let] = ACTIONS(2585), - [anon_sym_loop] = ACTIONS(2585), - [anon_sym_match] = ACTIONS(2585), - [anon_sym_mod] = ACTIONS(2585), - [anon_sym_pub] = ACTIONS(2585), - [anon_sym_return] = ACTIONS(2585), - [anon_sym_static] = ACTIONS(2585), - [anon_sym_struct] = ACTIONS(2585), - [anon_sym_trait] = ACTIONS(2585), - [anon_sym_type] = ACTIONS(2585), - [anon_sym_union] = ACTIONS(2585), - [anon_sym_unsafe] = ACTIONS(2585), - [anon_sym_use] = ACTIONS(2585), - [anon_sym_while] = ACTIONS(2585), - [anon_sym_extern] = ACTIONS(2585), - [anon_sym_yield] = ACTIONS(2585), - [anon_sym_move] = ACTIONS(2585), - [anon_sym_try] = ACTIONS(2585), - [sym_integer_literal] = ACTIONS(2583), - [aux_sym_string_literal_token1] = ACTIONS(2583), - [sym_char_literal] = ACTIONS(2583), - [anon_sym_true] = ACTIONS(2585), - [anon_sym_false] = ACTIONS(2585), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2585), - [sym_super] = ACTIONS(2585), - [sym_crate] = ACTIONS(2585), - [sym_metavariable] = ACTIONS(2583), - [sym__raw_string_literal_start] = ACTIONS(2583), - [sym_float_literal] = ACTIONS(2583), + [ts_builtin_sym_end] = ACTIONS(2650), + [sym_identifier] = ACTIONS(2652), + [anon_sym_SEMI] = ACTIONS(2650), + [anon_sym_macro_rules_BANG] = ACTIONS(2650), + [anon_sym_LPAREN] = ACTIONS(2650), + [anon_sym_LBRACK] = ACTIONS(2650), + [anon_sym_LBRACE] = ACTIONS(2650), + [anon_sym_RBRACE] = ACTIONS(2650), + [anon_sym_STAR] = ACTIONS(2650), + [anon_sym_u8] = ACTIONS(2652), + [anon_sym_i8] = ACTIONS(2652), + [anon_sym_u16] = ACTIONS(2652), + [anon_sym_i16] = ACTIONS(2652), + [anon_sym_u32] = ACTIONS(2652), + [anon_sym_i32] = ACTIONS(2652), + [anon_sym_u64] = ACTIONS(2652), + [anon_sym_i64] = ACTIONS(2652), + [anon_sym_u128] = ACTIONS(2652), + [anon_sym_i128] = ACTIONS(2652), + [anon_sym_isize] = ACTIONS(2652), + [anon_sym_usize] = ACTIONS(2652), + [anon_sym_f32] = ACTIONS(2652), + [anon_sym_f64] = ACTIONS(2652), + [anon_sym_bool] = ACTIONS(2652), + [anon_sym_str] = ACTIONS(2652), + [anon_sym_char] = ACTIONS(2652), + [anon_sym_DASH] = ACTIONS(2650), + [anon_sym_BANG] = ACTIONS(2650), + [anon_sym_AMP] = ACTIONS(2650), + [anon_sym_PIPE] = ACTIONS(2650), + [anon_sym_LT] = ACTIONS(2650), + [anon_sym_DOT_DOT] = ACTIONS(2650), + [anon_sym_COLON_COLON] = ACTIONS(2650), + [anon_sym_POUND] = ACTIONS(2650), + [anon_sym_SQUOTE] = ACTIONS(2652), + [anon_sym_async] = ACTIONS(2652), + [anon_sym_break] = ACTIONS(2652), + [anon_sym_const] = ACTIONS(2652), + [anon_sym_continue] = ACTIONS(2652), + [anon_sym_default] = ACTIONS(2652), + [anon_sym_enum] = ACTIONS(2652), + [anon_sym_fn] = ACTIONS(2652), + [anon_sym_for] = ACTIONS(2652), + [anon_sym_gen] = ACTIONS(2652), + [anon_sym_if] = ACTIONS(2652), + [anon_sym_impl] = ACTIONS(2652), + [anon_sym_let] = ACTIONS(2652), + [anon_sym_loop] = ACTIONS(2652), + [anon_sym_match] = ACTIONS(2652), + [anon_sym_mod] = ACTIONS(2652), + [anon_sym_pub] = ACTIONS(2652), + [anon_sym_return] = ACTIONS(2652), + [anon_sym_static] = ACTIONS(2652), + [anon_sym_struct] = ACTIONS(2652), + [anon_sym_trait] = ACTIONS(2652), + [anon_sym_type] = ACTIONS(2652), + [anon_sym_union] = ACTIONS(2652), + [anon_sym_unsafe] = ACTIONS(2652), + [anon_sym_use] = ACTIONS(2652), + [anon_sym_while] = ACTIONS(2652), + [anon_sym_extern] = ACTIONS(2652), + [anon_sym_yield] = ACTIONS(2652), + [anon_sym_move] = ACTIONS(2652), + [anon_sym_try] = ACTIONS(2652), + [sym_integer_literal] = ACTIONS(2650), + [aux_sym_string_literal_token1] = ACTIONS(2650), + [sym_char_literal] = ACTIONS(2650), + [anon_sym_true] = ACTIONS(2652), + [anon_sym_false] = ACTIONS(2652), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2652), + [sym_super] = ACTIONS(2652), + [sym_crate] = ACTIONS(2652), + [sym_metavariable] = ACTIONS(2650), + [sym__raw_string_literal_start] = ACTIONS(2650), + [sym_float_literal] = ACTIONS(2650), }, [STATE(684)] = { [sym_line_comment] = STATE(684), [sym_block_comment] = STATE(684), - [ts_builtin_sym_end] = ACTIONS(2587), - [sym_identifier] = ACTIONS(2589), - [anon_sym_SEMI] = ACTIONS(2587), - [anon_sym_macro_rules_BANG] = ACTIONS(2587), - [anon_sym_LPAREN] = ACTIONS(2587), - [anon_sym_LBRACK] = ACTIONS(2587), - [anon_sym_LBRACE] = ACTIONS(2587), - [anon_sym_RBRACE] = ACTIONS(2587), - [anon_sym_STAR] = ACTIONS(2587), - [anon_sym_u8] = ACTIONS(2589), - [anon_sym_i8] = ACTIONS(2589), - [anon_sym_u16] = ACTIONS(2589), - [anon_sym_i16] = ACTIONS(2589), - [anon_sym_u32] = ACTIONS(2589), - [anon_sym_i32] = ACTIONS(2589), - [anon_sym_u64] = ACTIONS(2589), - [anon_sym_i64] = ACTIONS(2589), - [anon_sym_u128] = ACTIONS(2589), - [anon_sym_i128] = ACTIONS(2589), - [anon_sym_isize] = ACTIONS(2589), - [anon_sym_usize] = ACTIONS(2589), - [anon_sym_f32] = ACTIONS(2589), - [anon_sym_f64] = ACTIONS(2589), - [anon_sym_bool] = ACTIONS(2589), - [anon_sym_str] = ACTIONS(2589), - [anon_sym_char] = ACTIONS(2589), - [anon_sym_DASH] = ACTIONS(2587), - [anon_sym_BANG] = ACTIONS(2587), - [anon_sym_AMP] = ACTIONS(2587), - [anon_sym_PIPE] = ACTIONS(2587), - [anon_sym_LT] = ACTIONS(2587), - [anon_sym_DOT_DOT] = ACTIONS(2587), - [anon_sym_COLON_COLON] = ACTIONS(2587), - [anon_sym_POUND] = ACTIONS(2587), - [anon_sym_SQUOTE] = ACTIONS(2589), - [anon_sym_async] = ACTIONS(2589), - [anon_sym_break] = ACTIONS(2589), - [anon_sym_const] = ACTIONS(2589), - [anon_sym_continue] = ACTIONS(2589), - [anon_sym_default] = ACTIONS(2589), - [anon_sym_enum] = ACTIONS(2589), - [anon_sym_fn] = ACTIONS(2589), - [anon_sym_for] = ACTIONS(2589), - [anon_sym_gen] = ACTIONS(2589), - [anon_sym_if] = ACTIONS(2589), - [anon_sym_impl] = ACTIONS(2589), - [anon_sym_let] = ACTIONS(2589), - [anon_sym_loop] = ACTIONS(2589), - [anon_sym_match] = ACTIONS(2589), - [anon_sym_mod] = ACTIONS(2589), - [anon_sym_pub] = ACTIONS(2589), - [anon_sym_return] = ACTIONS(2589), - [anon_sym_static] = ACTIONS(2589), - [anon_sym_struct] = ACTIONS(2589), - [anon_sym_trait] = ACTIONS(2589), - [anon_sym_type] = ACTIONS(2589), - [anon_sym_union] = ACTIONS(2589), - [anon_sym_unsafe] = ACTIONS(2589), - [anon_sym_use] = ACTIONS(2589), - [anon_sym_while] = ACTIONS(2589), - [anon_sym_extern] = ACTIONS(2589), - [anon_sym_yield] = ACTIONS(2589), - [anon_sym_move] = ACTIONS(2589), - [anon_sym_try] = ACTIONS(2589), - [sym_integer_literal] = ACTIONS(2587), - [aux_sym_string_literal_token1] = ACTIONS(2587), - [sym_char_literal] = ACTIONS(2587), - [anon_sym_true] = ACTIONS(2589), - [anon_sym_false] = ACTIONS(2589), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2589), - [sym_super] = ACTIONS(2589), - [sym_crate] = ACTIONS(2589), - [sym_metavariable] = ACTIONS(2587), - [sym__raw_string_literal_start] = ACTIONS(2587), - [sym_float_literal] = ACTIONS(2587), + [ts_builtin_sym_end] = ACTIONS(2654), + [sym_identifier] = ACTIONS(2656), + [anon_sym_SEMI] = ACTIONS(2654), + [anon_sym_macro_rules_BANG] = ACTIONS(2654), + [anon_sym_LPAREN] = ACTIONS(2654), + [anon_sym_LBRACK] = ACTIONS(2654), + [anon_sym_LBRACE] = ACTIONS(2654), + [anon_sym_RBRACE] = ACTIONS(2654), + [anon_sym_STAR] = ACTIONS(2654), + [anon_sym_u8] = ACTIONS(2656), + [anon_sym_i8] = ACTIONS(2656), + [anon_sym_u16] = ACTIONS(2656), + [anon_sym_i16] = ACTIONS(2656), + [anon_sym_u32] = ACTIONS(2656), + [anon_sym_i32] = ACTIONS(2656), + [anon_sym_u64] = ACTIONS(2656), + [anon_sym_i64] = ACTIONS(2656), + [anon_sym_u128] = ACTIONS(2656), + [anon_sym_i128] = ACTIONS(2656), + [anon_sym_isize] = ACTIONS(2656), + [anon_sym_usize] = ACTIONS(2656), + [anon_sym_f32] = ACTIONS(2656), + [anon_sym_f64] = ACTIONS(2656), + [anon_sym_bool] = ACTIONS(2656), + [anon_sym_str] = ACTIONS(2656), + [anon_sym_char] = ACTIONS(2656), + [anon_sym_DASH] = ACTIONS(2654), + [anon_sym_BANG] = ACTIONS(2654), + [anon_sym_AMP] = ACTIONS(2654), + [anon_sym_PIPE] = ACTIONS(2654), + [anon_sym_LT] = ACTIONS(2654), + [anon_sym_DOT_DOT] = ACTIONS(2654), + [anon_sym_COLON_COLON] = ACTIONS(2654), + [anon_sym_POUND] = ACTIONS(2654), + [anon_sym_SQUOTE] = ACTIONS(2656), + [anon_sym_async] = ACTIONS(2656), + [anon_sym_break] = ACTIONS(2656), + [anon_sym_const] = ACTIONS(2656), + [anon_sym_continue] = ACTIONS(2656), + [anon_sym_default] = ACTIONS(2656), + [anon_sym_enum] = ACTIONS(2656), + [anon_sym_fn] = ACTIONS(2656), + [anon_sym_for] = ACTIONS(2656), + [anon_sym_gen] = ACTIONS(2656), + [anon_sym_if] = ACTIONS(2656), + [anon_sym_impl] = ACTIONS(2656), + [anon_sym_let] = ACTIONS(2656), + [anon_sym_loop] = ACTIONS(2656), + [anon_sym_match] = ACTIONS(2656), + [anon_sym_mod] = ACTIONS(2656), + [anon_sym_pub] = ACTIONS(2656), + [anon_sym_return] = ACTIONS(2656), + [anon_sym_static] = ACTIONS(2656), + [anon_sym_struct] = ACTIONS(2656), + [anon_sym_trait] = ACTIONS(2656), + [anon_sym_type] = ACTIONS(2656), + [anon_sym_union] = ACTIONS(2656), + [anon_sym_unsafe] = ACTIONS(2656), + [anon_sym_use] = ACTIONS(2656), + [anon_sym_while] = ACTIONS(2656), + [anon_sym_extern] = ACTIONS(2656), + [anon_sym_yield] = ACTIONS(2656), + [anon_sym_move] = ACTIONS(2656), + [anon_sym_try] = ACTIONS(2656), + [sym_integer_literal] = ACTIONS(2654), + [aux_sym_string_literal_token1] = ACTIONS(2654), + [sym_char_literal] = ACTIONS(2654), + [anon_sym_true] = ACTIONS(2656), + [anon_sym_false] = ACTIONS(2656), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2656), + [sym_super] = ACTIONS(2656), + [sym_crate] = ACTIONS(2656), + [sym_metavariable] = ACTIONS(2654), + [sym__raw_string_literal_start] = ACTIONS(2654), + [sym_float_literal] = ACTIONS(2654), }, [STATE(685)] = { [sym_line_comment] = STATE(685), [sym_block_comment] = STATE(685), - [ts_builtin_sym_end] = ACTIONS(1377), - [sym_identifier] = ACTIONS(1379), - [anon_sym_SEMI] = ACTIONS(1377), - [anon_sym_macro_rules_BANG] = ACTIONS(1377), - [anon_sym_LPAREN] = ACTIONS(1377), - [anon_sym_LBRACK] = ACTIONS(1377), - [anon_sym_LBRACE] = ACTIONS(1377), - [anon_sym_RBRACE] = ACTIONS(1377), - [anon_sym_STAR] = ACTIONS(1377), - [anon_sym_u8] = ACTIONS(1379), - [anon_sym_i8] = ACTIONS(1379), - [anon_sym_u16] = ACTIONS(1379), - [anon_sym_i16] = ACTIONS(1379), - [anon_sym_u32] = ACTIONS(1379), - [anon_sym_i32] = ACTIONS(1379), - [anon_sym_u64] = ACTIONS(1379), - [anon_sym_i64] = ACTIONS(1379), - [anon_sym_u128] = ACTIONS(1379), - [anon_sym_i128] = ACTIONS(1379), - [anon_sym_isize] = ACTIONS(1379), - [anon_sym_usize] = ACTIONS(1379), - [anon_sym_f32] = ACTIONS(1379), - [anon_sym_f64] = ACTIONS(1379), - [anon_sym_bool] = ACTIONS(1379), - [anon_sym_str] = ACTIONS(1379), - [anon_sym_char] = ACTIONS(1379), - [anon_sym_DASH] = ACTIONS(1377), - [anon_sym_BANG] = ACTIONS(1377), - [anon_sym_AMP] = ACTIONS(1377), - [anon_sym_PIPE] = ACTIONS(1377), - [anon_sym_LT] = ACTIONS(1377), - [anon_sym_DOT_DOT] = ACTIONS(1377), - [anon_sym_COLON_COLON] = ACTIONS(1377), - [anon_sym_POUND] = ACTIONS(1377), - [anon_sym_SQUOTE] = ACTIONS(1379), - [anon_sym_async] = ACTIONS(1379), - [anon_sym_break] = ACTIONS(1379), - [anon_sym_const] = ACTIONS(1379), - [anon_sym_continue] = ACTIONS(1379), - [anon_sym_default] = ACTIONS(1379), - [anon_sym_enum] = ACTIONS(1379), - [anon_sym_fn] = ACTIONS(1379), - [anon_sym_for] = ACTIONS(1379), - [anon_sym_gen] = ACTIONS(1379), - [anon_sym_if] = ACTIONS(1379), - [anon_sym_impl] = ACTIONS(1379), - [anon_sym_let] = ACTIONS(1379), - [anon_sym_loop] = ACTIONS(1379), - [anon_sym_match] = ACTIONS(1379), - [anon_sym_mod] = ACTIONS(1379), - [anon_sym_pub] = ACTIONS(1379), - [anon_sym_return] = ACTIONS(1379), - [anon_sym_static] = ACTIONS(1379), - [anon_sym_struct] = ACTIONS(1379), - [anon_sym_trait] = ACTIONS(1379), - [anon_sym_type] = ACTIONS(1379), - [anon_sym_union] = ACTIONS(1379), - [anon_sym_unsafe] = ACTIONS(1379), - [anon_sym_use] = ACTIONS(1379), - [anon_sym_while] = ACTIONS(1379), - [anon_sym_extern] = ACTIONS(1379), - [anon_sym_yield] = ACTIONS(1379), - [anon_sym_move] = ACTIONS(1379), - [anon_sym_try] = ACTIONS(1379), - [sym_integer_literal] = ACTIONS(1377), - [aux_sym_string_literal_token1] = ACTIONS(1377), - [sym_char_literal] = ACTIONS(1377), - [anon_sym_true] = ACTIONS(1379), - [anon_sym_false] = ACTIONS(1379), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1379), - [sym_super] = ACTIONS(1379), - [sym_crate] = ACTIONS(1379), - [sym_metavariable] = ACTIONS(1377), - [sym__raw_string_literal_start] = ACTIONS(1377), - [sym_float_literal] = ACTIONS(1377), + [ts_builtin_sym_end] = ACTIONS(2658), + [sym_identifier] = ACTIONS(2660), + [anon_sym_SEMI] = ACTIONS(2658), + [anon_sym_macro_rules_BANG] = ACTIONS(2658), + [anon_sym_LPAREN] = ACTIONS(2658), + [anon_sym_LBRACK] = ACTIONS(2658), + [anon_sym_LBRACE] = ACTIONS(2658), + [anon_sym_RBRACE] = ACTIONS(2658), + [anon_sym_STAR] = ACTIONS(2658), + [anon_sym_u8] = ACTIONS(2660), + [anon_sym_i8] = ACTIONS(2660), + [anon_sym_u16] = ACTIONS(2660), + [anon_sym_i16] = ACTIONS(2660), + [anon_sym_u32] = ACTIONS(2660), + [anon_sym_i32] = ACTIONS(2660), + [anon_sym_u64] = ACTIONS(2660), + [anon_sym_i64] = ACTIONS(2660), + [anon_sym_u128] = ACTIONS(2660), + [anon_sym_i128] = ACTIONS(2660), + [anon_sym_isize] = ACTIONS(2660), + [anon_sym_usize] = ACTIONS(2660), + [anon_sym_f32] = ACTIONS(2660), + [anon_sym_f64] = ACTIONS(2660), + [anon_sym_bool] = ACTIONS(2660), + [anon_sym_str] = ACTIONS(2660), + [anon_sym_char] = ACTIONS(2660), + [anon_sym_DASH] = ACTIONS(2658), + [anon_sym_BANG] = ACTIONS(2658), + [anon_sym_AMP] = ACTIONS(2658), + [anon_sym_PIPE] = ACTIONS(2658), + [anon_sym_LT] = ACTIONS(2658), + [anon_sym_DOT_DOT] = ACTIONS(2658), + [anon_sym_COLON_COLON] = ACTIONS(2658), + [anon_sym_POUND] = ACTIONS(2658), + [anon_sym_SQUOTE] = ACTIONS(2660), + [anon_sym_async] = ACTIONS(2660), + [anon_sym_break] = ACTIONS(2660), + [anon_sym_const] = ACTIONS(2660), + [anon_sym_continue] = ACTIONS(2660), + [anon_sym_default] = ACTIONS(2660), + [anon_sym_enum] = ACTIONS(2660), + [anon_sym_fn] = ACTIONS(2660), + [anon_sym_for] = ACTIONS(2660), + [anon_sym_gen] = ACTIONS(2660), + [anon_sym_if] = ACTIONS(2660), + [anon_sym_impl] = ACTIONS(2660), + [anon_sym_let] = ACTIONS(2660), + [anon_sym_loop] = ACTIONS(2660), + [anon_sym_match] = ACTIONS(2660), + [anon_sym_mod] = ACTIONS(2660), + [anon_sym_pub] = ACTIONS(2660), + [anon_sym_return] = ACTIONS(2660), + [anon_sym_static] = ACTIONS(2660), + [anon_sym_struct] = ACTIONS(2660), + [anon_sym_trait] = ACTIONS(2660), + [anon_sym_type] = ACTIONS(2660), + [anon_sym_union] = ACTIONS(2660), + [anon_sym_unsafe] = ACTIONS(2660), + [anon_sym_use] = ACTIONS(2660), + [anon_sym_while] = ACTIONS(2660), + [anon_sym_extern] = ACTIONS(2660), + [anon_sym_yield] = ACTIONS(2660), + [anon_sym_move] = ACTIONS(2660), + [anon_sym_try] = ACTIONS(2660), + [sym_integer_literal] = ACTIONS(2658), + [aux_sym_string_literal_token1] = ACTIONS(2658), + [sym_char_literal] = ACTIONS(2658), + [anon_sym_true] = ACTIONS(2660), + [anon_sym_false] = ACTIONS(2660), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2660), + [sym_super] = ACTIONS(2660), + [sym_crate] = ACTIONS(2660), + [sym_metavariable] = ACTIONS(2658), + [sym__raw_string_literal_start] = ACTIONS(2658), + [sym_float_literal] = ACTIONS(2658), }, [STATE(686)] = { [sym_line_comment] = STATE(686), [sym_block_comment] = STATE(686), - [ts_builtin_sym_end] = ACTIONS(2591), - [sym_identifier] = ACTIONS(2593), - [anon_sym_SEMI] = ACTIONS(2591), - [anon_sym_macro_rules_BANG] = ACTIONS(2591), - [anon_sym_LPAREN] = ACTIONS(2591), - [anon_sym_LBRACK] = ACTIONS(2591), - [anon_sym_LBRACE] = ACTIONS(2591), - [anon_sym_RBRACE] = ACTIONS(2591), - [anon_sym_STAR] = ACTIONS(2591), - [anon_sym_u8] = ACTIONS(2593), - [anon_sym_i8] = ACTIONS(2593), - [anon_sym_u16] = ACTIONS(2593), - [anon_sym_i16] = ACTIONS(2593), - [anon_sym_u32] = ACTIONS(2593), - [anon_sym_i32] = ACTIONS(2593), - [anon_sym_u64] = ACTIONS(2593), - [anon_sym_i64] = ACTIONS(2593), - [anon_sym_u128] = ACTIONS(2593), - [anon_sym_i128] = ACTIONS(2593), - [anon_sym_isize] = ACTIONS(2593), - [anon_sym_usize] = ACTIONS(2593), - [anon_sym_f32] = ACTIONS(2593), - [anon_sym_f64] = ACTIONS(2593), - [anon_sym_bool] = ACTIONS(2593), - [anon_sym_str] = ACTIONS(2593), - [anon_sym_char] = ACTIONS(2593), - [anon_sym_DASH] = ACTIONS(2591), - [anon_sym_BANG] = ACTIONS(2591), - [anon_sym_AMP] = ACTIONS(2591), - [anon_sym_PIPE] = ACTIONS(2591), - [anon_sym_LT] = ACTIONS(2591), - [anon_sym_DOT_DOT] = ACTIONS(2591), - [anon_sym_COLON_COLON] = ACTIONS(2591), - [anon_sym_POUND] = ACTIONS(2591), - [anon_sym_SQUOTE] = ACTIONS(2593), - [anon_sym_async] = ACTIONS(2593), - [anon_sym_break] = ACTIONS(2593), - [anon_sym_const] = ACTIONS(2593), - [anon_sym_continue] = ACTIONS(2593), - [anon_sym_default] = ACTIONS(2593), - [anon_sym_enum] = ACTIONS(2593), - [anon_sym_fn] = ACTIONS(2593), - [anon_sym_for] = ACTIONS(2593), - [anon_sym_gen] = ACTIONS(2593), - [anon_sym_if] = ACTIONS(2593), - [anon_sym_impl] = ACTIONS(2593), - [anon_sym_let] = ACTIONS(2593), - [anon_sym_loop] = ACTIONS(2593), - [anon_sym_match] = ACTIONS(2593), - [anon_sym_mod] = ACTIONS(2593), - [anon_sym_pub] = ACTIONS(2593), - [anon_sym_return] = ACTIONS(2593), - [anon_sym_static] = ACTIONS(2593), - [anon_sym_struct] = ACTIONS(2593), - [anon_sym_trait] = ACTIONS(2593), - [anon_sym_type] = ACTIONS(2593), - [anon_sym_union] = ACTIONS(2593), - [anon_sym_unsafe] = ACTIONS(2593), - [anon_sym_use] = ACTIONS(2593), - [anon_sym_while] = ACTIONS(2593), - [anon_sym_extern] = ACTIONS(2593), - [anon_sym_yield] = ACTIONS(2593), - [anon_sym_move] = ACTIONS(2593), - [anon_sym_try] = ACTIONS(2593), - [sym_integer_literal] = ACTIONS(2591), - [aux_sym_string_literal_token1] = ACTIONS(2591), - [sym_char_literal] = ACTIONS(2591), - [anon_sym_true] = ACTIONS(2593), - [anon_sym_false] = ACTIONS(2593), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2593), - [sym_super] = ACTIONS(2593), - [sym_crate] = ACTIONS(2593), - [sym_metavariable] = ACTIONS(2591), - [sym__raw_string_literal_start] = ACTIONS(2591), - [sym_float_literal] = ACTIONS(2591), + [ts_builtin_sym_end] = ACTIONS(2662), + [sym_identifier] = ACTIONS(2664), + [anon_sym_SEMI] = ACTIONS(2662), + [anon_sym_macro_rules_BANG] = ACTIONS(2662), + [anon_sym_LPAREN] = ACTIONS(2662), + [anon_sym_LBRACK] = ACTIONS(2662), + [anon_sym_LBRACE] = ACTIONS(2662), + [anon_sym_RBRACE] = ACTIONS(2662), + [anon_sym_STAR] = ACTIONS(2662), + [anon_sym_u8] = ACTIONS(2664), + [anon_sym_i8] = ACTIONS(2664), + [anon_sym_u16] = ACTIONS(2664), + [anon_sym_i16] = ACTIONS(2664), + [anon_sym_u32] = ACTIONS(2664), + [anon_sym_i32] = ACTIONS(2664), + [anon_sym_u64] = ACTIONS(2664), + [anon_sym_i64] = ACTIONS(2664), + [anon_sym_u128] = ACTIONS(2664), + [anon_sym_i128] = ACTIONS(2664), + [anon_sym_isize] = ACTIONS(2664), + [anon_sym_usize] = ACTIONS(2664), + [anon_sym_f32] = ACTIONS(2664), + [anon_sym_f64] = ACTIONS(2664), + [anon_sym_bool] = ACTIONS(2664), + [anon_sym_str] = ACTIONS(2664), + [anon_sym_char] = ACTIONS(2664), + [anon_sym_DASH] = ACTIONS(2662), + [anon_sym_BANG] = ACTIONS(2662), + [anon_sym_AMP] = ACTIONS(2662), + [anon_sym_PIPE] = ACTIONS(2662), + [anon_sym_LT] = ACTIONS(2662), + [anon_sym_DOT_DOT] = ACTIONS(2662), + [anon_sym_COLON_COLON] = ACTIONS(2662), + [anon_sym_POUND] = ACTIONS(2662), + [anon_sym_SQUOTE] = ACTIONS(2664), + [anon_sym_async] = ACTIONS(2664), + [anon_sym_break] = ACTIONS(2664), + [anon_sym_const] = ACTIONS(2664), + [anon_sym_continue] = ACTIONS(2664), + [anon_sym_default] = ACTIONS(2664), + [anon_sym_enum] = ACTIONS(2664), + [anon_sym_fn] = ACTIONS(2664), + [anon_sym_for] = ACTIONS(2664), + [anon_sym_gen] = ACTIONS(2664), + [anon_sym_if] = ACTIONS(2664), + [anon_sym_impl] = ACTIONS(2664), + [anon_sym_let] = ACTIONS(2664), + [anon_sym_loop] = ACTIONS(2664), + [anon_sym_match] = ACTIONS(2664), + [anon_sym_mod] = ACTIONS(2664), + [anon_sym_pub] = ACTIONS(2664), + [anon_sym_return] = ACTIONS(2664), + [anon_sym_static] = ACTIONS(2664), + [anon_sym_struct] = ACTIONS(2664), + [anon_sym_trait] = ACTIONS(2664), + [anon_sym_type] = ACTIONS(2664), + [anon_sym_union] = ACTIONS(2664), + [anon_sym_unsafe] = ACTIONS(2664), + [anon_sym_use] = ACTIONS(2664), + [anon_sym_while] = ACTIONS(2664), + [anon_sym_extern] = ACTIONS(2664), + [anon_sym_yield] = ACTIONS(2664), + [anon_sym_move] = ACTIONS(2664), + [anon_sym_try] = ACTIONS(2664), + [sym_integer_literal] = ACTIONS(2662), + [aux_sym_string_literal_token1] = ACTIONS(2662), + [sym_char_literal] = ACTIONS(2662), + [anon_sym_true] = ACTIONS(2664), + [anon_sym_false] = ACTIONS(2664), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2664), + [sym_super] = ACTIONS(2664), + [sym_crate] = ACTIONS(2664), + [sym_metavariable] = ACTIONS(2662), + [sym__raw_string_literal_start] = ACTIONS(2662), + [sym_float_literal] = ACTIONS(2662), }, [STATE(687)] = { [sym_line_comment] = STATE(687), [sym_block_comment] = STATE(687), - [ts_builtin_sym_end] = ACTIONS(1333), - [sym_identifier] = ACTIONS(1335), - [anon_sym_SEMI] = ACTIONS(1333), - [anon_sym_macro_rules_BANG] = ACTIONS(1333), - [anon_sym_LPAREN] = ACTIONS(1333), - [anon_sym_LBRACK] = ACTIONS(1333), - [anon_sym_LBRACE] = ACTIONS(1333), - [anon_sym_RBRACE] = ACTIONS(1333), - [anon_sym_STAR] = ACTIONS(1333), - [anon_sym_u8] = ACTIONS(1335), - [anon_sym_i8] = ACTIONS(1335), - [anon_sym_u16] = ACTIONS(1335), - [anon_sym_i16] = ACTIONS(1335), - [anon_sym_u32] = ACTIONS(1335), - [anon_sym_i32] = ACTIONS(1335), - [anon_sym_u64] = ACTIONS(1335), - [anon_sym_i64] = ACTIONS(1335), - [anon_sym_u128] = ACTIONS(1335), - [anon_sym_i128] = ACTIONS(1335), - [anon_sym_isize] = ACTIONS(1335), - [anon_sym_usize] = ACTIONS(1335), - [anon_sym_f32] = ACTIONS(1335), - [anon_sym_f64] = ACTIONS(1335), - [anon_sym_bool] = ACTIONS(1335), - [anon_sym_str] = ACTIONS(1335), - [anon_sym_char] = ACTIONS(1335), - [anon_sym_DASH] = ACTIONS(1333), - [anon_sym_BANG] = ACTIONS(1333), - [anon_sym_AMP] = ACTIONS(1333), - [anon_sym_PIPE] = ACTIONS(1333), - [anon_sym_LT] = ACTIONS(1333), - [anon_sym_DOT_DOT] = ACTIONS(1333), - [anon_sym_COLON_COLON] = ACTIONS(1333), - [anon_sym_POUND] = ACTIONS(1333), - [anon_sym_SQUOTE] = ACTIONS(1335), - [anon_sym_async] = ACTIONS(1335), - [anon_sym_break] = ACTIONS(1335), - [anon_sym_const] = ACTIONS(1335), - [anon_sym_continue] = ACTIONS(1335), - [anon_sym_default] = ACTIONS(1335), - [anon_sym_enum] = ACTIONS(1335), - [anon_sym_fn] = ACTIONS(1335), - [anon_sym_for] = ACTIONS(1335), - [anon_sym_gen] = ACTIONS(1335), - [anon_sym_if] = ACTIONS(1335), - [anon_sym_impl] = ACTIONS(1335), - [anon_sym_let] = ACTIONS(1335), - [anon_sym_loop] = ACTIONS(1335), - [anon_sym_match] = ACTIONS(1335), - [anon_sym_mod] = ACTIONS(1335), - [anon_sym_pub] = ACTIONS(1335), - [anon_sym_return] = ACTIONS(1335), - [anon_sym_static] = ACTIONS(1335), - [anon_sym_struct] = ACTIONS(1335), - [anon_sym_trait] = ACTIONS(1335), - [anon_sym_type] = ACTIONS(1335), - [anon_sym_union] = ACTIONS(1335), - [anon_sym_unsafe] = ACTIONS(1335), - [anon_sym_use] = ACTIONS(1335), - [anon_sym_while] = ACTIONS(1335), - [anon_sym_extern] = ACTIONS(1335), - [anon_sym_yield] = ACTIONS(1335), - [anon_sym_move] = ACTIONS(1335), - [anon_sym_try] = ACTIONS(1335), - [sym_integer_literal] = ACTIONS(1333), - [aux_sym_string_literal_token1] = ACTIONS(1333), - [sym_char_literal] = ACTIONS(1333), - [anon_sym_true] = ACTIONS(1335), - [anon_sym_false] = ACTIONS(1335), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1335), - [sym_super] = ACTIONS(1335), - [sym_crate] = ACTIONS(1335), - [sym_metavariable] = ACTIONS(1333), - [sym__raw_string_literal_start] = ACTIONS(1333), - [sym_float_literal] = ACTIONS(1333), + [ts_builtin_sym_end] = ACTIONS(2666), + [sym_identifier] = ACTIONS(2668), + [anon_sym_SEMI] = ACTIONS(2666), + [anon_sym_macro_rules_BANG] = ACTIONS(2666), + [anon_sym_LPAREN] = ACTIONS(2666), + [anon_sym_LBRACK] = ACTIONS(2666), + [anon_sym_LBRACE] = ACTIONS(2666), + [anon_sym_RBRACE] = ACTIONS(2666), + [anon_sym_STAR] = ACTIONS(2666), + [anon_sym_u8] = ACTIONS(2668), + [anon_sym_i8] = ACTIONS(2668), + [anon_sym_u16] = ACTIONS(2668), + [anon_sym_i16] = ACTIONS(2668), + [anon_sym_u32] = ACTIONS(2668), + [anon_sym_i32] = ACTIONS(2668), + [anon_sym_u64] = ACTIONS(2668), + [anon_sym_i64] = ACTIONS(2668), + [anon_sym_u128] = ACTIONS(2668), + [anon_sym_i128] = ACTIONS(2668), + [anon_sym_isize] = ACTIONS(2668), + [anon_sym_usize] = ACTIONS(2668), + [anon_sym_f32] = ACTIONS(2668), + [anon_sym_f64] = ACTIONS(2668), + [anon_sym_bool] = ACTIONS(2668), + [anon_sym_str] = ACTIONS(2668), + [anon_sym_char] = ACTIONS(2668), + [anon_sym_DASH] = ACTIONS(2666), + [anon_sym_BANG] = ACTIONS(2666), + [anon_sym_AMP] = ACTIONS(2666), + [anon_sym_PIPE] = ACTIONS(2666), + [anon_sym_LT] = ACTIONS(2666), + [anon_sym_DOT_DOT] = ACTIONS(2666), + [anon_sym_COLON_COLON] = ACTIONS(2666), + [anon_sym_POUND] = ACTIONS(2666), + [anon_sym_SQUOTE] = ACTIONS(2668), + [anon_sym_async] = ACTIONS(2668), + [anon_sym_break] = ACTIONS(2668), + [anon_sym_const] = ACTIONS(2668), + [anon_sym_continue] = ACTIONS(2668), + [anon_sym_default] = ACTIONS(2668), + [anon_sym_enum] = ACTIONS(2668), + [anon_sym_fn] = ACTIONS(2668), + [anon_sym_for] = ACTIONS(2668), + [anon_sym_gen] = ACTIONS(2668), + [anon_sym_if] = ACTIONS(2668), + [anon_sym_impl] = ACTIONS(2668), + [anon_sym_let] = ACTIONS(2668), + [anon_sym_loop] = ACTIONS(2668), + [anon_sym_match] = ACTIONS(2668), + [anon_sym_mod] = ACTIONS(2668), + [anon_sym_pub] = ACTIONS(2668), + [anon_sym_return] = ACTIONS(2668), + [anon_sym_static] = ACTIONS(2668), + [anon_sym_struct] = ACTIONS(2668), + [anon_sym_trait] = ACTIONS(2668), + [anon_sym_type] = ACTIONS(2668), + [anon_sym_union] = ACTIONS(2668), + [anon_sym_unsafe] = ACTIONS(2668), + [anon_sym_use] = ACTIONS(2668), + [anon_sym_while] = ACTIONS(2668), + [anon_sym_extern] = ACTIONS(2668), + [anon_sym_yield] = ACTIONS(2668), + [anon_sym_move] = ACTIONS(2668), + [anon_sym_try] = ACTIONS(2668), + [sym_integer_literal] = ACTIONS(2666), + [aux_sym_string_literal_token1] = ACTIONS(2666), + [sym_char_literal] = ACTIONS(2666), + [anon_sym_true] = ACTIONS(2668), + [anon_sym_false] = ACTIONS(2668), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2668), + [sym_super] = ACTIONS(2668), + [sym_crate] = ACTIONS(2668), + [sym_metavariable] = ACTIONS(2666), + [sym__raw_string_literal_start] = ACTIONS(2666), + [sym_float_literal] = ACTIONS(2666), }, [STATE(688)] = { [sym_line_comment] = STATE(688), [sym_block_comment] = STATE(688), - [ts_builtin_sym_end] = ACTIONS(2595), - [sym_identifier] = ACTIONS(2597), - [anon_sym_SEMI] = ACTIONS(2595), - [anon_sym_macro_rules_BANG] = ACTIONS(2595), - [anon_sym_LPAREN] = ACTIONS(2595), - [anon_sym_LBRACK] = ACTIONS(2595), - [anon_sym_LBRACE] = ACTIONS(2595), - [anon_sym_RBRACE] = ACTIONS(2595), - [anon_sym_STAR] = ACTIONS(2595), - [anon_sym_u8] = ACTIONS(2597), - [anon_sym_i8] = ACTIONS(2597), - [anon_sym_u16] = ACTIONS(2597), - [anon_sym_i16] = ACTIONS(2597), - [anon_sym_u32] = ACTIONS(2597), - [anon_sym_i32] = ACTIONS(2597), - [anon_sym_u64] = ACTIONS(2597), - [anon_sym_i64] = ACTIONS(2597), - [anon_sym_u128] = ACTIONS(2597), - [anon_sym_i128] = ACTIONS(2597), - [anon_sym_isize] = ACTIONS(2597), - [anon_sym_usize] = ACTIONS(2597), - [anon_sym_f32] = ACTIONS(2597), - [anon_sym_f64] = ACTIONS(2597), - [anon_sym_bool] = ACTIONS(2597), - [anon_sym_str] = ACTIONS(2597), - [anon_sym_char] = ACTIONS(2597), - [anon_sym_DASH] = ACTIONS(2595), - [anon_sym_BANG] = ACTIONS(2595), - [anon_sym_AMP] = ACTIONS(2595), - [anon_sym_PIPE] = ACTIONS(2595), - [anon_sym_LT] = ACTIONS(2595), - [anon_sym_DOT_DOT] = ACTIONS(2595), - [anon_sym_COLON_COLON] = ACTIONS(2595), - [anon_sym_POUND] = ACTIONS(2595), - [anon_sym_SQUOTE] = ACTIONS(2597), - [anon_sym_async] = ACTIONS(2597), - [anon_sym_break] = ACTIONS(2597), - [anon_sym_const] = ACTIONS(2597), - [anon_sym_continue] = ACTIONS(2597), - [anon_sym_default] = ACTIONS(2597), - [anon_sym_enum] = ACTIONS(2597), - [anon_sym_fn] = ACTIONS(2597), - [anon_sym_for] = ACTIONS(2597), - [anon_sym_gen] = ACTIONS(2597), - [anon_sym_if] = ACTIONS(2597), - [anon_sym_impl] = ACTIONS(2597), - [anon_sym_let] = ACTIONS(2597), - [anon_sym_loop] = ACTIONS(2597), - [anon_sym_match] = ACTIONS(2597), - [anon_sym_mod] = ACTIONS(2597), - [anon_sym_pub] = ACTIONS(2597), - [anon_sym_return] = ACTIONS(2597), - [anon_sym_static] = ACTIONS(2597), - [anon_sym_struct] = ACTIONS(2597), - [anon_sym_trait] = ACTIONS(2597), - [anon_sym_type] = ACTIONS(2597), - [anon_sym_union] = ACTIONS(2597), - [anon_sym_unsafe] = ACTIONS(2597), - [anon_sym_use] = ACTIONS(2597), - [anon_sym_while] = ACTIONS(2597), - [anon_sym_extern] = ACTIONS(2597), - [anon_sym_yield] = ACTIONS(2597), - [anon_sym_move] = ACTIONS(2597), - [anon_sym_try] = ACTIONS(2597), - [sym_integer_literal] = ACTIONS(2595), - [aux_sym_string_literal_token1] = ACTIONS(2595), - [sym_char_literal] = ACTIONS(2595), - [anon_sym_true] = ACTIONS(2597), - [anon_sym_false] = ACTIONS(2597), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2597), - [sym_super] = ACTIONS(2597), - [sym_crate] = ACTIONS(2597), - [sym_metavariable] = ACTIONS(2595), - [sym__raw_string_literal_start] = ACTIONS(2595), - [sym_float_literal] = ACTIONS(2595), + [ts_builtin_sym_end] = ACTIONS(2670), + [sym_identifier] = ACTIONS(2672), + [anon_sym_SEMI] = ACTIONS(2670), + [anon_sym_macro_rules_BANG] = ACTIONS(2670), + [anon_sym_LPAREN] = ACTIONS(2670), + [anon_sym_LBRACK] = ACTIONS(2670), + [anon_sym_LBRACE] = ACTIONS(2670), + [anon_sym_RBRACE] = ACTIONS(2670), + [anon_sym_STAR] = ACTIONS(2670), + [anon_sym_u8] = ACTIONS(2672), + [anon_sym_i8] = ACTIONS(2672), + [anon_sym_u16] = ACTIONS(2672), + [anon_sym_i16] = ACTIONS(2672), + [anon_sym_u32] = ACTIONS(2672), + [anon_sym_i32] = ACTIONS(2672), + [anon_sym_u64] = ACTIONS(2672), + [anon_sym_i64] = ACTIONS(2672), + [anon_sym_u128] = ACTIONS(2672), + [anon_sym_i128] = ACTIONS(2672), + [anon_sym_isize] = ACTIONS(2672), + [anon_sym_usize] = ACTIONS(2672), + [anon_sym_f32] = ACTIONS(2672), + [anon_sym_f64] = ACTIONS(2672), + [anon_sym_bool] = ACTIONS(2672), + [anon_sym_str] = ACTIONS(2672), + [anon_sym_char] = ACTIONS(2672), + [anon_sym_DASH] = ACTIONS(2670), + [anon_sym_BANG] = ACTIONS(2670), + [anon_sym_AMP] = ACTIONS(2670), + [anon_sym_PIPE] = ACTIONS(2670), + [anon_sym_LT] = ACTIONS(2670), + [anon_sym_DOT_DOT] = ACTIONS(2670), + [anon_sym_COLON_COLON] = ACTIONS(2670), + [anon_sym_POUND] = ACTIONS(2670), + [anon_sym_SQUOTE] = ACTIONS(2672), + [anon_sym_async] = ACTIONS(2672), + [anon_sym_break] = ACTIONS(2672), + [anon_sym_const] = ACTIONS(2672), + [anon_sym_continue] = ACTIONS(2672), + [anon_sym_default] = ACTIONS(2672), + [anon_sym_enum] = ACTIONS(2672), + [anon_sym_fn] = ACTIONS(2672), + [anon_sym_for] = ACTIONS(2672), + [anon_sym_gen] = ACTIONS(2672), + [anon_sym_if] = ACTIONS(2672), + [anon_sym_impl] = ACTIONS(2672), + [anon_sym_let] = ACTIONS(2672), + [anon_sym_loop] = ACTIONS(2672), + [anon_sym_match] = ACTIONS(2672), + [anon_sym_mod] = ACTIONS(2672), + [anon_sym_pub] = ACTIONS(2672), + [anon_sym_return] = ACTIONS(2672), + [anon_sym_static] = ACTIONS(2672), + [anon_sym_struct] = ACTIONS(2672), + [anon_sym_trait] = ACTIONS(2672), + [anon_sym_type] = ACTIONS(2672), + [anon_sym_union] = ACTIONS(2672), + [anon_sym_unsafe] = ACTIONS(2672), + [anon_sym_use] = ACTIONS(2672), + [anon_sym_while] = ACTIONS(2672), + [anon_sym_extern] = ACTIONS(2672), + [anon_sym_yield] = ACTIONS(2672), + [anon_sym_move] = ACTIONS(2672), + [anon_sym_try] = ACTIONS(2672), + [sym_integer_literal] = ACTIONS(2670), + [aux_sym_string_literal_token1] = ACTIONS(2670), + [sym_char_literal] = ACTIONS(2670), + [anon_sym_true] = ACTIONS(2672), + [anon_sym_false] = ACTIONS(2672), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2672), + [sym_super] = ACTIONS(2672), + [sym_crate] = ACTIONS(2672), + [sym_metavariable] = ACTIONS(2670), + [sym__raw_string_literal_start] = ACTIONS(2670), + [sym_float_literal] = ACTIONS(2670), }, [STATE(689)] = { + [sym_empty_statement] = STATE(1327), + [sym_macro_definition] = STATE(1327), + [sym_attribute_item] = STATE(1327), + [sym_inner_attribute_item] = STATE(1327), + [sym_mod_item] = STATE(1327), + [sym_foreign_mod_item] = STATE(1327), + [sym_struct_item] = STATE(1327), + [sym_union_item] = STATE(1327), + [sym_enum_item] = STATE(1327), + [sym_extern_crate_declaration] = STATE(1327), + [sym_const_item] = STATE(1327), + [sym_static_item] = STATE(1327), + [sym_type_item] = STATE(1327), + [sym_function_item] = STATE(1327), + [sym_function_signature_item] = STATE(1327), + [sym_function_modifiers] = STATE(3675), + [sym_impl_item] = STATE(1327), + [sym_trait_item] = STATE(1327), + [sym_associated_type] = STATE(1327), + [sym_let_declaration] = STATE(1327), + [sym_use_declaration] = STATE(1327), + [sym_extern_modifier] = STATE(2174), + [sym_visibility_modifier] = STATE(1971), + [sym_bracketed_type] = STATE(3402), + [sym_generic_type_with_turbofish] = STATE(3427), + [sym_macro_invocation] = STATE(1327), + [sym_scoped_identifier] = STATE(3358), [sym_line_comment] = STATE(689), [sym_block_comment] = STATE(689), - [ts_builtin_sym_end] = ACTIONS(1391), - [sym_identifier] = ACTIONS(1393), - [anon_sym_SEMI] = ACTIONS(1391), - [anon_sym_macro_rules_BANG] = ACTIONS(1391), - [anon_sym_LPAREN] = ACTIONS(1391), - [anon_sym_LBRACK] = ACTIONS(1391), - [anon_sym_LBRACE] = ACTIONS(1391), - [anon_sym_RBRACE] = ACTIONS(1391), - [anon_sym_STAR] = ACTIONS(1391), - [anon_sym_u8] = ACTIONS(1393), - [anon_sym_i8] = ACTIONS(1393), - [anon_sym_u16] = ACTIONS(1393), - [anon_sym_i16] = ACTIONS(1393), - [anon_sym_u32] = ACTIONS(1393), - [anon_sym_i32] = ACTIONS(1393), - [anon_sym_u64] = ACTIONS(1393), - [anon_sym_i64] = ACTIONS(1393), - [anon_sym_u128] = ACTIONS(1393), - [anon_sym_i128] = ACTIONS(1393), - [anon_sym_isize] = ACTIONS(1393), - [anon_sym_usize] = ACTIONS(1393), - [anon_sym_f32] = ACTIONS(1393), - [anon_sym_f64] = ACTIONS(1393), - [anon_sym_bool] = ACTIONS(1393), - [anon_sym_str] = ACTIONS(1393), - [anon_sym_char] = ACTIONS(1393), - [anon_sym_DASH] = ACTIONS(1391), - [anon_sym_BANG] = ACTIONS(1391), - [anon_sym_AMP] = ACTIONS(1391), - [anon_sym_PIPE] = ACTIONS(1391), - [anon_sym_LT] = ACTIONS(1391), - [anon_sym_DOT_DOT] = ACTIONS(1391), - [anon_sym_COLON_COLON] = ACTIONS(1391), - [anon_sym_POUND] = ACTIONS(1391), - [anon_sym_SQUOTE] = ACTIONS(1393), - [anon_sym_async] = ACTIONS(1393), - [anon_sym_break] = ACTIONS(1393), - [anon_sym_const] = ACTIONS(1393), - [anon_sym_continue] = ACTIONS(1393), - [anon_sym_default] = ACTIONS(1393), - [anon_sym_enum] = ACTIONS(1393), - [anon_sym_fn] = ACTIONS(1393), - [anon_sym_for] = ACTIONS(1393), - [anon_sym_gen] = ACTIONS(1393), - [anon_sym_if] = ACTIONS(1393), - [anon_sym_impl] = ACTIONS(1393), - [anon_sym_let] = ACTIONS(1393), - [anon_sym_loop] = ACTIONS(1393), - [anon_sym_match] = ACTIONS(1393), - [anon_sym_mod] = ACTIONS(1393), - [anon_sym_pub] = ACTIONS(1393), - [anon_sym_return] = ACTIONS(1393), - [anon_sym_static] = ACTIONS(1393), - [anon_sym_struct] = ACTIONS(1393), - [anon_sym_trait] = ACTIONS(1393), - [anon_sym_type] = ACTIONS(1393), - [anon_sym_union] = ACTIONS(1393), - [anon_sym_unsafe] = ACTIONS(1393), - [anon_sym_use] = ACTIONS(1393), - [anon_sym_while] = ACTIONS(1393), - [anon_sym_extern] = ACTIONS(1393), - [anon_sym_yield] = ACTIONS(1393), - [anon_sym_move] = ACTIONS(1393), - [anon_sym_try] = ACTIONS(1393), - [sym_integer_literal] = ACTIONS(1391), - [aux_sym_string_literal_token1] = ACTIONS(1391), - [sym_char_literal] = ACTIONS(1391), - [anon_sym_true] = ACTIONS(1393), - [anon_sym_false] = ACTIONS(1393), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1393), - [sym_super] = ACTIONS(1393), - [sym_crate] = ACTIONS(1393), - [sym_metavariable] = ACTIONS(1391), - [sym__raw_string_literal_start] = ACTIONS(1391), - [sym_float_literal] = ACTIONS(1391), + [aux_sym_declaration_list_repeat1] = STATE(555), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2170), + [anon_sym_SEMI] = ACTIONS(2172), + [anon_sym_macro_rules_BANG] = ACTIONS(2174), + [anon_sym_RBRACE] = ACTIONS(2674), + [anon_sym_u8] = ACTIONS(2178), + [anon_sym_i8] = ACTIONS(2178), + [anon_sym_u16] = ACTIONS(2178), + [anon_sym_i16] = ACTIONS(2178), + [anon_sym_u32] = ACTIONS(2178), + [anon_sym_i32] = ACTIONS(2178), + [anon_sym_u64] = ACTIONS(2178), + [anon_sym_i64] = ACTIONS(2178), + [anon_sym_u128] = ACTIONS(2178), + [anon_sym_i128] = ACTIONS(2178), + [anon_sym_isize] = ACTIONS(2178), + [anon_sym_usize] = ACTIONS(2178), + [anon_sym_f32] = ACTIONS(2178), + [anon_sym_f64] = ACTIONS(2178), + [anon_sym_bool] = ACTIONS(2178), + [anon_sym_str] = ACTIONS(2178), + [anon_sym_char] = ACTIONS(2178), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(2180), + [anon_sym_POUND] = ACTIONS(2182), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(2184), + [anon_sym_default] = ACTIONS(2186), + [anon_sym_enum] = ACTIONS(2188), + [anon_sym_fn] = ACTIONS(2190), + [anon_sym_gen] = ACTIONS(2192), + [anon_sym_impl] = ACTIONS(2194), + [anon_sym_let] = ACTIONS(2196), + [anon_sym_mod] = ACTIONS(2198), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(2200), + [anon_sym_struct] = ACTIONS(2202), + [anon_sym_trait] = ACTIONS(2204), + [anon_sym_type] = ACTIONS(2206), + [anon_sym_union] = ACTIONS(2208), + [anon_sym_unsafe] = ACTIONS(2210), + [anon_sym_use] = ACTIONS(2212), + [anon_sym_extern] = ACTIONS(2214), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2216), + [sym_super] = ACTIONS(2216), + [sym_crate] = ACTIONS(2218), + [sym_metavariable] = ACTIONS(2220), }, [STATE(690)] = { [sym_line_comment] = STATE(690), [sym_block_comment] = STATE(690), - [ts_builtin_sym_end] = ACTIONS(2599), - [sym_identifier] = ACTIONS(2601), - [anon_sym_SEMI] = ACTIONS(2599), - [anon_sym_macro_rules_BANG] = ACTIONS(2599), - [anon_sym_LPAREN] = ACTIONS(2599), - [anon_sym_LBRACK] = ACTIONS(2599), - [anon_sym_LBRACE] = ACTIONS(2599), - [anon_sym_RBRACE] = ACTIONS(2599), - [anon_sym_STAR] = ACTIONS(2599), - [anon_sym_u8] = ACTIONS(2601), - [anon_sym_i8] = ACTIONS(2601), - [anon_sym_u16] = ACTIONS(2601), - [anon_sym_i16] = ACTIONS(2601), - [anon_sym_u32] = ACTIONS(2601), - [anon_sym_i32] = ACTIONS(2601), - [anon_sym_u64] = ACTIONS(2601), - [anon_sym_i64] = ACTIONS(2601), - [anon_sym_u128] = ACTIONS(2601), - [anon_sym_i128] = ACTIONS(2601), - [anon_sym_isize] = ACTIONS(2601), - [anon_sym_usize] = ACTIONS(2601), - [anon_sym_f32] = ACTIONS(2601), - [anon_sym_f64] = ACTIONS(2601), - [anon_sym_bool] = ACTIONS(2601), - [anon_sym_str] = ACTIONS(2601), - [anon_sym_char] = ACTIONS(2601), - [anon_sym_DASH] = ACTIONS(2599), - [anon_sym_BANG] = ACTIONS(2599), - [anon_sym_AMP] = ACTIONS(2599), - [anon_sym_PIPE] = ACTIONS(2599), - [anon_sym_LT] = ACTIONS(2599), - [anon_sym_DOT_DOT] = ACTIONS(2599), - [anon_sym_COLON_COLON] = ACTIONS(2599), - [anon_sym_POUND] = ACTIONS(2599), - [anon_sym_SQUOTE] = ACTIONS(2601), - [anon_sym_async] = ACTIONS(2601), - [anon_sym_break] = ACTIONS(2601), - [anon_sym_const] = ACTIONS(2601), - [anon_sym_continue] = ACTIONS(2601), - [anon_sym_default] = ACTIONS(2601), - [anon_sym_enum] = ACTIONS(2601), - [anon_sym_fn] = ACTIONS(2601), - [anon_sym_for] = ACTIONS(2601), - [anon_sym_gen] = ACTIONS(2601), - [anon_sym_if] = ACTIONS(2601), - [anon_sym_impl] = ACTIONS(2601), - [anon_sym_let] = ACTIONS(2601), - [anon_sym_loop] = ACTIONS(2601), - [anon_sym_match] = ACTIONS(2601), - [anon_sym_mod] = ACTIONS(2601), - [anon_sym_pub] = ACTIONS(2601), - [anon_sym_return] = ACTIONS(2601), - [anon_sym_static] = ACTIONS(2601), - [anon_sym_struct] = ACTIONS(2601), - [anon_sym_trait] = ACTIONS(2601), - [anon_sym_type] = ACTIONS(2601), - [anon_sym_union] = ACTIONS(2601), - [anon_sym_unsafe] = ACTIONS(2601), - [anon_sym_use] = ACTIONS(2601), - [anon_sym_while] = ACTIONS(2601), - [anon_sym_extern] = ACTIONS(2601), - [anon_sym_yield] = ACTIONS(2601), - [anon_sym_move] = ACTIONS(2601), - [anon_sym_try] = ACTIONS(2601), - [sym_integer_literal] = ACTIONS(2599), - [aux_sym_string_literal_token1] = ACTIONS(2599), - [sym_char_literal] = ACTIONS(2599), - [anon_sym_true] = ACTIONS(2601), - [anon_sym_false] = ACTIONS(2601), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2601), - [sym_super] = ACTIONS(2601), - [sym_crate] = ACTIONS(2601), - [sym_metavariable] = ACTIONS(2599), - [sym__raw_string_literal_start] = ACTIONS(2599), - [sym_float_literal] = ACTIONS(2599), + [ts_builtin_sym_end] = ACTIONS(2676), + [sym_identifier] = ACTIONS(2678), + [anon_sym_SEMI] = ACTIONS(2676), + [anon_sym_macro_rules_BANG] = ACTIONS(2676), + [anon_sym_LPAREN] = ACTIONS(2676), + [anon_sym_LBRACK] = ACTIONS(2676), + [anon_sym_LBRACE] = ACTIONS(2676), + [anon_sym_RBRACE] = ACTIONS(2676), + [anon_sym_STAR] = ACTIONS(2676), + [anon_sym_u8] = ACTIONS(2678), + [anon_sym_i8] = ACTIONS(2678), + [anon_sym_u16] = ACTIONS(2678), + [anon_sym_i16] = ACTIONS(2678), + [anon_sym_u32] = ACTIONS(2678), + [anon_sym_i32] = ACTIONS(2678), + [anon_sym_u64] = ACTIONS(2678), + [anon_sym_i64] = ACTIONS(2678), + [anon_sym_u128] = ACTIONS(2678), + [anon_sym_i128] = ACTIONS(2678), + [anon_sym_isize] = ACTIONS(2678), + [anon_sym_usize] = ACTIONS(2678), + [anon_sym_f32] = ACTIONS(2678), + [anon_sym_f64] = ACTIONS(2678), + [anon_sym_bool] = ACTIONS(2678), + [anon_sym_str] = ACTIONS(2678), + [anon_sym_char] = ACTIONS(2678), + [anon_sym_DASH] = ACTIONS(2676), + [anon_sym_BANG] = ACTIONS(2676), + [anon_sym_AMP] = ACTIONS(2676), + [anon_sym_PIPE] = ACTIONS(2676), + [anon_sym_LT] = ACTIONS(2676), + [anon_sym_DOT_DOT] = ACTIONS(2676), + [anon_sym_COLON_COLON] = ACTIONS(2676), + [anon_sym_POUND] = ACTIONS(2676), + [anon_sym_SQUOTE] = ACTIONS(2678), + [anon_sym_async] = ACTIONS(2678), + [anon_sym_break] = ACTIONS(2678), + [anon_sym_const] = ACTIONS(2678), + [anon_sym_continue] = ACTIONS(2678), + [anon_sym_default] = ACTIONS(2678), + [anon_sym_enum] = ACTIONS(2678), + [anon_sym_fn] = ACTIONS(2678), + [anon_sym_for] = ACTIONS(2678), + [anon_sym_gen] = ACTIONS(2678), + [anon_sym_if] = ACTIONS(2678), + [anon_sym_impl] = ACTIONS(2678), + [anon_sym_let] = ACTIONS(2678), + [anon_sym_loop] = ACTIONS(2678), + [anon_sym_match] = ACTIONS(2678), + [anon_sym_mod] = ACTIONS(2678), + [anon_sym_pub] = ACTIONS(2678), + [anon_sym_return] = ACTIONS(2678), + [anon_sym_static] = ACTIONS(2678), + [anon_sym_struct] = ACTIONS(2678), + [anon_sym_trait] = ACTIONS(2678), + [anon_sym_type] = ACTIONS(2678), + [anon_sym_union] = ACTIONS(2678), + [anon_sym_unsafe] = ACTIONS(2678), + [anon_sym_use] = ACTIONS(2678), + [anon_sym_while] = ACTIONS(2678), + [anon_sym_extern] = ACTIONS(2678), + [anon_sym_yield] = ACTIONS(2678), + [anon_sym_move] = ACTIONS(2678), + [anon_sym_try] = ACTIONS(2678), + [sym_integer_literal] = ACTIONS(2676), + [aux_sym_string_literal_token1] = ACTIONS(2676), + [sym_char_literal] = ACTIONS(2676), + [anon_sym_true] = ACTIONS(2678), + [anon_sym_false] = ACTIONS(2678), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2678), + [sym_super] = ACTIONS(2678), + [sym_crate] = ACTIONS(2678), + [sym_metavariable] = ACTIONS(2676), + [sym__raw_string_literal_start] = ACTIONS(2676), + [sym_float_literal] = ACTIONS(2676), }, [STATE(691)] = { [sym_line_comment] = STATE(691), [sym_block_comment] = STATE(691), - [ts_builtin_sym_end] = ACTIONS(1329), - [sym_identifier] = ACTIONS(1331), - [anon_sym_SEMI] = ACTIONS(1329), - [anon_sym_macro_rules_BANG] = ACTIONS(1329), - [anon_sym_LPAREN] = ACTIONS(1329), - [anon_sym_LBRACK] = ACTIONS(1329), - [anon_sym_LBRACE] = ACTIONS(1329), - [anon_sym_RBRACE] = ACTIONS(1329), - [anon_sym_STAR] = ACTIONS(1329), - [anon_sym_u8] = ACTIONS(1331), - [anon_sym_i8] = ACTIONS(1331), - [anon_sym_u16] = ACTIONS(1331), - [anon_sym_i16] = ACTIONS(1331), - [anon_sym_u32] = ACTIONS(1331), - [anon_sym_i32] = ACTIONS(1331), - [anon_sym_u64] = ACTIONS(1331), - [anon_sym_i64] = ACTIONS(1331), - [anon_sym_u128] = ACTIONS(1331), - [anon_sym_i128] = ACTIONS(1331), - [anon_sym_isize] = ACTIONS(1331), - [anon_sym_usize] = ACTIONS(1331), - [anon_sym_f32] = ACTIONS(1331), - [anon_sym_f64] = ACTIONS(1331), - [anon_sym_bool] = ACTIONS(1331), - [anon_sym_str] = ACTIONS(1331), - [anon_sym_char] = ACTIONS(1331), - [anon_sym_DASH] = ACTIONS(1329), - [anon_sym_BANG] = ACTIONS(1329), - [anon_sym_AMP] = ACTIONS(1329), - [anon_sym_PIPE] = ACTIONS(1329), - [anon_sym_LT] = ACTIONS(1329), - [anon_sym_DOT_DOT] = ACTIONS(1329), - [anon_sym_COLON_COLON] = ACTIONS(1329), - [anon_sym_POUND] = ACTIONS(1329), - [anon_sym_SQUOTE] = ACTIONS(1331), - [anon_sym_async] = ACTIONS(1331), - [anon_sym_break] = ACTIONS(1331), - [anon_sym_const] = ACTIONS(1331), - [anon_sym_continue] = ACTIONS(1331), - [anon_sym_default] = ACTIONS(1331), - [anon_sym_enum] = ACTIONS(1331), - [anon_sym_fn] = ACTIONS(1331), - [anon_sym_for] = ACTIONS(1331), - [anon_sym_gen] = ACTIONS(1331), - [anon_sym_if] = ACTIONS(1331), - [anon_sym_impl] = ACTIONS(1331), - [anon_sym_let] = ACTIONS(1331), - [anon_sym_loop] = ACTIONS(1331), - [anon_sym_match] = ACTIONS(1331), - [anon_sym_mod] = ACTIONS(1331), - [anon_sym_pub] = ACTIONS(1331), - [anon_sym_return] = ACTIONS(1331), - [anon_sym_static] = ACTIONS(1331), - [anon_sym_struct] = ACTIONS(1331), - [anon_sym_trait] = ACTIONS(1331), - [anon_sym_type] = ACTIONS(1331), - [anon_sym_union] = ACTIONS(1331), - [anon_sym_unsafe] = ACTIONS(1331), - [anon_sym_use] = ACTIONS(1331), - [anon_sym_while] = ACTIONS(1331), - [anon_sym_extern] = ACTIONS(1331), - [anon_sym_yield] = ACTIONS(1331), - [anon_sym_move] = ACTIONS(1331), - [anon_sym_try] = ACTIONS(1331), - [sym_integer_literal] = ACTIONS(1329), - [aux_sym_string_literal_token1] = ACTIONS(1329), - [sym_char_literal] = ACTIONS(1329), - [anon_sym_true] = ACTIONS(1331), - [anon_sym_false] = ACTIONS(1331), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1331), - [sym_super] = ACTIONS(1331), - [sym_crate] = ACTIONS(1331), - [sym_metavariable] = ACTIONS(1329), - [sym__raw_string_literal_start] = ACTIONS(1329), - [sym_float_literal] = ACTIONS(1329), + [ts_builtin_sym_end] = ACTIONS(2680), + [sym_identifier] = ACTIONS(2682), + [anon_sym_SEMI] = ACTIONS(2680), + [anon_sym_macro_rules_BANG] = ACTIONS(2680), + [anon_sym_LPAREN] = ACTIONS(2680), + [anon_sym_LBRACK] = ACTIONS(2680), + [anon_sym_LBRACE] = ACTIONS(2680), + [anon_sym_RBRACE] = ACTIONS(2680), + [anon_sym_STAR] = ACTIONS(2680), + [anon_sym_u8] = ACTIONS(2682), + [anon_sym_i8] = ACTIONS(2682), + [anon_sym_u16] = ACTIONS(2682), + [anon_sym_i16] = ACTIONS(2682), + [anon_sym_u32] = ACTIONS(2682), + [anon_sym_i32] = ACTIONS(2682), + [anon_sym_u64] = ACTIONS(2682), + [anon_sym_i64] = ACTIONS(2682), + [anon_sym_u128] = ACTIONS(2682), + [anon_sym_i128] = ACTIONS(2682), + [anon_sym_isize] = ACTIONS(2682), + [anon_sym_usize] = ACTIONS(2682), + [anon_sym_f32] = ACTIONS(2682), + [anon_sym_f64] = ACTIONS(2682), + [anon_sym_bool] = ACTIONS(2682), + [anon_sym_str] = ACTIONS(2682), + [anon_sym_char] = ACTIONS(2682), + [anon_sym_DASH] = ACTIONS(2680), + [anon_sym_BANG] = ACTIONS(2680), + [anon_sym_AMP] = ACTIONS(2680), + [anon_sym_PIPE] = ACTIONS(2680), + [anon_sym_LT] = ACTIONS(2680), + [anon_sym_DOT_DOT] = ACTIONS(2680), + [anon_sym_COLON_COLON] = ACTIONS(2680), + [anon_sym_POUND] = ACTIONS(2680), + [anon_sym_SQUOTE] = ACTIONS(2682), + [anon_sym_async] = ACTIONS(2682), + [anon_sym_break] = ACTIONS(2682), + [anon_sym_const] = ACTIONS(2682), + [anon_sym_continue] = ACTIONS(2682), + [anon_sym_default] = ACTIONS(2682), + [anon_sym_enum] = ACTIONS(2682), + [anon_sym_fn] = ACTIONS(2682), + [anon_sym_for] = ACTIONS(2682), + [anon_sym_gen] = ACTIONS(2682), + [anon_sym_if] = ACTIONS(2682), + [anon_sym_impl] = ACTIONS(2682), + [anon_sym_let] = ACTIONS(2682), + [anon_sym_loop] = ACTIONS(2682), + [anon_sym_match] = ACTIONS(2682), + [anon_sym_mod] = ACTIONS(2682), + [anon_sym_pub] = ACTIONS(2682), + [anon_sym_return] = ACTIONS(2682), + [anon_sym_static] = ACTIONS(2682), + [anon_sym_struct] = ACTIONS(2682), + [anon_sym_trait] = ACTIONS(2682), + [anon_sym_type] = ACTIONS(2682), + [anon_sym_union] = ACTIONS(2682), + [anon_sym_unsafe] = ACTIONS(2682), + [anon_sym_use] = ACTIONS(2682), + [anon_sym_while] = ACTIONS(2682), + [anon_sym_extern] = ACTIONS(2682), + [anon_sym_yield] = ACTIONS(2682), + [anon_sym_move] = ACTIONS(2682), + [anon_sym_try] = ACTIONS(2682), + [sym_integer_literal] = ACTIONS(2680), + [aux_sym_string_literal_token1] = ACTIONS(2680), + [sym_char_literal] = ACTIONS(2680), + [anon_sym_true] = ACTIONS(2682), + [anon_sym_false] = ACTIONS(2682), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2682), + [sym_super] = ACTIONS(2682), + [sym_crate] = ACTIONS(2682), + [sym_metavariable] = ACTIONS(2680), + [sym__raw_string_literal_start] = ACTIONS(2680), + [sym_float_literal] = ACTIONS(2680), }, [STATE(692)] = { [sym_line_comment] = STATE(692), [sym_block_comment] = STATE(692), - [ts_builtin_sym_end] = ACTIONS(1363), - [sym_identifier] = ACTIONS(1365), - [anon_sym_SEMI] = ACTIONS(1363), - [anon_sym_macro_rules_BANG] = ACTIONS(1363), - [anon_sym_LPAREN] = ACTIONS(1363), - [anon_sym_LBRACK] = ACTIONS(1363), - [anon_sym_LBRACE] = ACTIONS(1363), - [anon_sym_RBRACE] = ACTIONS(1363), - [anon_sym_STAR] = ACTIONS(1363), - [anon_sym_u8] = ACTIONS(1365), - [anon_sym_i8] = ACTIONS(1365), - [anon_sym_u16] = ACTIONS(1365), - [anon_sym_i16] = ACTIONS(1365), - [anon_sym_u32] = ACTIONS(1365), - [anon_sym_i32] = ACTIONS(1365), - [anon_sym_u64] = ACTIONS(1365), - [anon_sym_i64] = ACTIONS(1365), - [anon_sym_u128] = ACTIONS(1365), - [anon_sym_i128] = ACTIONS(1365), - [anon_sym_isize] = ACTIONS(1365), - [anon_sym_usize] = ACTIONS(1365), - [anon_sym_f32] = ACTIONS(1365), - [anon_sym_f64] = ACTIONS(1365), - [anon_sym_bool] = ACTIONS(1365), - [anon_sym_str] = ACTIONS(1365), - [anon_sym_char] = ACTIONS(1365), - [anon_sym_DASH] = ACTIONS(1363), - [anon_sym_BANG] = ACTIONS(1363), - [anon_sym_AMP] = ACTIONS(1363), - [anon_sym_PIPE] = ACTIONS(1363), - [anon_sym_LT] = ACTIONS(1363), - [anon_sym_DOT_DOT] = ACTIONS(1363), - [anon_sym_COLON_COLON] = ACTIONS(1363), - [anon_sym_POUND] = ACTIONS(1363), - [anon_sym_SQUOTE] = ACTIONS(1365), - [anon_sym_async] = ACTIONS(1365), - [anon_sym_break] = ACTIONS(1365), - [anon_sym_const] = ACTIONS(1365), - [anon_sym_continue] = ACTIONS(1365), - [anon_sym_default] = ACTIONS(1365), - [anon_sym_enum] = ACTIONS(1365), - [anon_sym_fn] = ACTIONS(1365), - [anon_sym_for] = ACTIONS(1365), - [anon_sym_gen] = ACTIONS(1365), - [anon_sym_if] = ACTIONS(1365), - [anon_sym_impl] = ACTIONS(1365), - [anon_sym_let] = ACTIONS(1365), - [anon_sym_loop] = ACTIONS(1365), - [anon_sym_match] = ACTIONS(1365), - [anon_sym_mod] = ACTIONS(1365), - [anon_sym_pub] = ACTIONS(1365), - [anon_sym_return] = ACTIONS(1365), - [anon_sym_static] = ACTIONS(1365), - [anon_sym_struct] = ACTIONS(1365), - [anon_sym_trait] = ACTIONS(1365), - [anon_sym_type] = ACTIONS(1365), - [anon_sym_union] = ACTIONS(1365), - [anon_sym_unsafe] = ACTIONS(1365), - [anon_sym_use] = ACTIONS(1365), - [anon_sym_while] = ACTIONS(1365), - [anon_sym_extern] = ACTIONS(1365), - [anon_sym_yield] = ACTIONS(1365), - [anon_sym_move] = ACTIONS(1365), - [anon_sym_try] = ACTIONS(1365), - [sym_integer_literal] = ACTIONS(1363), - [aux_sym_string_literal_token1] = ACTIONS(1363), - [sym_char_literal] = ACTIONS(1363), - [anon_sym_true] = ACTIONS(1365), - [anon_sym_false] = ACTIONS(1365), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1365), - [sym_super] = ACTIONS(1365), - [sym_crate] = ACTIONS(1365), - [sym_metavariable] = ACTIONS(1363), - [sym__raw_string_literal_start] = ACTIONS(1363), - [sym_float_literal] = ACTIONS(1363), + [ts_builtin_sym_end] = ACTIONS(2684), + [sym_identifier] = ACTIONS(2686), + [anon_sym_SEMI] = ACTIONS(2684), + [anon_sym_macro_rules_BANG] = ACTIONS(2684), + [anon_sym_LPAREN] = ACTIONS(2684), + [anon_sym_LBRACK] = ACTIONS(2684), + [anon_sym_LBRACE] = ACTIONS(2684), + [anon_sym_RBRACE] = ACTIONS(2684), + [anon_sym_STAR] = ACTIONS(2684), + [anon_sym_u8] = ACTIONS(2686), + [anon_sym_i8] = ACTIONS(2686), + [anon_sym_u16] = ACTIONS(2686), + [anon_sym_i16] = ACTIONS(2686), + [anon_sym_u32] = ACTIONS(2686), + [anon_sym_i32] = ACTIONS(2686), + [anon_sym_u64] = ACTIONS(2686), + [anon_sym_i64] = ACTIONS(2686), + [anon_sym_u128] = ACTIONS(2686), + [anon_sym_i128] = ACTIONS(2686), + [anon_sym_isize] = ACTIONS(2686), + [anon_sym_usize] = ACTIONS(2686), + [anon_sym_f32] = ACTIONS(2686), + [anon_sym_f64] = ACTIONS(2686), + [anon_sym_bool] = ACTIONS(2686), + [anon_sym_str] = ACTIONS(2686), + [anon_sym_char] = ACTIONS(2686), + [anon_sym_DASH] = ACTIONS(2684), + [anon_sym_BANG] = ACTIONS(2684), + [anon_sym_AMP] = ACTIONS(2684), + [anon_sym_PIPE] = ACTIONS(2684), + [anon_sym_LT] = ACTIONS(2684), + [anon_sym_DOT_DOT] = ACTIONS(2684), + [anon_sym_COLON_COLON] = ACTIONS(2684), + [anon_sym_POUND] = ACTIONS(2684), + [anon_sym_SQUOTE] = ACTIONS(2686), + [anon_sym_async] = ACTIONS(2686), + [anon_sym_break] = ACTIONS(2686), + [anon_sym_const] = ACTIONS(2686), + [anon_sym_continue] = ACTIONS(2686), + [anon_sym_default] = ACTIONS(2686), + [anon_sym_enum] = ACTIONS(2686), + [anon_sym_fn] = ACTIONS(2686), + [anon_sym_for] = ACTIONS(2686), + [anon_sym_gen] = ACTIONS(2686), + [anon_sym_if] = ACTIONS(2686), + [anon_sym_impl] = ACTIONS(2686), + [anon_sym_let] = ACTIONS(2686), + [anon_sym_loop] = ACTIONS(2686), + [anon_sym_match] = ACTIONS(2686), + [anon_sym_mod] = ACTIONS(2686), + [anon_sym_pub] = ACTIONS(2686), + [anon_sym_return] = ACTIONS(2686), + [anon_sym_static] = ACTIONS(2686), + [anon_sym_struct] = ACTIONS(2686), + [anon_sym_trait] = ACTIONS(2686), + [anon_sym_type] = ACTIONS(2686), + [anon_sym_union] = ACTIONS(2686), + [anon_sym_unsafe] = ACTIONS(2686), + [anon_sym_use] = ACTIONS(2686), + [anon_sym_while] = ACTIONS(2686), + [anon_sym_extern] = ACTIONS(2686), + [anon_sym_yield] = ACTIONS(2686), + [anon_sym_move] = ACTIONS(2686), + [anon_sym_try] = ACTIONS(2686), + [sym_integer_literal] = ACTIONS(2684), + [aux_sym_string_literal_token1] = ACTIONS(2684), + [sym_char_literal] = ACTIONS(2684), + [anon_sym_true] = ACTIONS(2686), + [anon_sym_false] = ACTIONS(2686), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2686), + [sym_super] = ACTIONS(2686), + [sym_crate] = ACTIONS(2686), + [sym_metavariable] = ACTIONS(2684), + [sym__raw_string_literal_start] = ACTIONS(2684), + [sym_float_literal] = ACTIONS(2684), }, [STATE(693)] = { [sym_line_comment] = STATE(693), [sym_block_comment] = STATE(693), - [ts_builtin_sym_end] = ACTIONS(2603), - [sym_identifier] = ACTIONS(2605), - [anon_sym_SEMI] = ACTIONS(2603), - [anon_sym_macro_rules_BANG] = ACTIONS(2603), - [anon_sym_LPAREN] = ACTIONS(2603), - [anon_sym_LBRACK] = ACTIONS(2603), - [anon_sym_LBRACE] = ACTIONS(2603), - [anon_sym_RBRACE] = ACTIONS(2603), - [anon_sym_STAR] = ACTIONS(2603), - [anon_sym_u8] = ACTIONS(2605), - [anon_sym_i8] = ACTIONS(2605), - [anon_sym_u16] = ACTIONS(2605), - [anon_sym_i16] = ACTIONS(2605), - [anon_sym_u32] = ACTIONS(2605), - [anon_sym_i32] = ACTIONS(2605), - [anon_sym_u64] = ACTIONS(2605), - [anon_sym_i64] = ACTIONS(2605), - [anon_sym_u128] = ACTIONS(2605), - [anon_sym_i128] = ACTIONS(2605), - [anon_sym_isize] = ACTIONS(2605), - [anon_sym_usize] = ACTIONS(2605), - [anon_sym_f32] = ACTIONS(2605), - [anon_sym_f64] = ACTIONS(2605), - [anon_sym_bool] = ACTIONS(2605), - [anon_sym_str] = ACTIONS(2605), - [anon_sym_char] = ACTIONS(2605), - [anon_sym_DASH] = ACTIONS(2603), - [anon_sym_BANG] = ACTIONS(2603), - [anon_sym_AMP] = ACTIONS(2603), - [anon_sym_PIPE] = ACTIONS(2603), - [anon_sym_LT] = ACTIONS(2603), - [anon_sym_DOT_DOT] = ACTIONS(2603), - [anon_sym_COLON_COLON] = ACTIONS(2603), - [anon_sym_POUND] = ACTIONS(2603), - [anon_sym_SQUOTE] = ACTIONS(2605), - [anon_sym_async] = ACTIONS(2605), - [anon_sym_break] = ACTIONS(2605), - [anon_sym_const] = ACTIONS(2605), - [anon_sym_continue] = ACTIONS(2605), - [anon_sym_default] = ACTIONS(2605), - [anon_sym_enum] = ACTIONS(2605), - [anon_sym_fn] = ACTIONS(2605), - [anon_sym_for] = ACTIONS(2605), - [anon_sym_gen] = ACTIONS(2605), - [anon_sym_if] = ACTIONS(2605), - [anon_sym_impl] = ACTIONS(2605), - [anon_sym_let] = ACTIONS(2605), - [anon_sym_loop] = ACTIONS(2605), - [anon_sym_match] = ACTIONS(2605), - [anon_sym_mod] = ACTIONS(2605), - [anon_sym_pub] = ACTIONS(2605), - [anon_sym_return] = ACTIONS(2605), - [anon_sym_static] = ACTIONS(2605), - [anon_sym_struct] = ACTIONS(2605), - [anon_sym_trait] = ACTIONS(2605), - [anon_sym_type] = ACTIONS(2605), - [anon_sym_union] = ACTIONS(2605), - [anon_sym_unsafe] = ACTIONS(2605), - [anon_sym_use] = ACTIONS(2605), - [anon_sym_while] = ACTIONS(2605), - [anon_sym_extern] = ACTIONS(2605), - [anon_sym_yield] = ACTIONS(2605), - [anon_sym_move] = ACTIONS(2605), - [anon_sym_try] = ACTIONS(2605), - [sym_integer_literal] = ACTIONS(2603), - [aux_sym_string_literal_token1] = ACTIONS(2603), - [sym_char_literal] = ACTIONS(2603), - [anon_sym_true] = ACTIONS(2605), - [anon_sym_false] = ACTIONS(2605), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2605), - [sym_super] = ACTIONS(2605), - [sym_crate] = ACTIONS(2605), - [sym_metavariable] = ACTIONS(2603), - [sym__raw_string_literal_start] = ACTIONS(2603), - [sym_float_literal] = ACTIONS(2603), + [ts_builtin_sym_end] = ACTIONS(2688), + [sym_identifier] = ACTIONS(2690), + [anon_sym_SEMI] = ACTIONS(2688), + [anon_sym_macro_rules_BANG] = ACTIONS(2688), + [anon_sym_LPAREN] = ACTIONS(2688), + [anon_sym_LBRACK] = ACTIONS(2688), + [anon_sym_LBRACE] = ACTIONS(2688), + [anon_sym_RBRACE] = ACTIONS(2688), + [anon_sym_STAR] = ACTIONS(2688), + [anon_sym_u8] = ACTIONS(2690), + [anon_sym_i8] = ACTIONS(2690), + [anon_sym_u16] = ACTIONS(2690), + [anon_sym_i16] = ACTIONS(2690), + [anon_sym_u32] = ACTIONS(2690), + [anon_sym_i32] = ACTIONS(2690), + [anon_sym_u64] = ACTIONS(2690), + [anon_sym_i64] = ACTIONS(2690), + [anon_sym_u128] = ACTIONS(2690), + [anon_sym_i128] = ACTIONS(2690), + [anon_sym_isize] = ACTIONS(2690), + [anon_sym_usize] = ACTIONS(2690), + [anon_sym_f32] = ACTIONS(2690), + [anon_sym_f64] = ACTIONS(2690), + [anon_sym_bool] = ACTIONS(2690), + [anon_sym_str] = ACTIONS(2690), + [anon_sym_char] = ACTIONS(2690), + [anon_sym_DASH] = ACTIONS(2688), + [anon_sym_BANG] = ACTIONS(2688), + [anon_sym_AMP] = ACTIONS(2688), + [anon_sym_PIPE] = ACTIONS(2688), + [anon_sym_LT] = ACTIONS(2688), + [anon_sym_DOT_DOT] = ACTIONS(2688), + [anon_sym_COLON_COLON] = ACTIONS(2688), + [anon_sym_POUND] = ACTIONS(2688), + [anon_sym_SQUOTE] = ACTIONS(2690), + [anon_sym_async] = ACTIONS(2690), + [anon_sym_break] = ACTIONS(2690), + [anon_sym_const] = ACTIONS(2690), + [anon_sym_continue] = ACTIONS(2690), + [anon_sym_default] = ACTIONS(2690), + [anon_sym_enum] = ACTIONS(2690), + [anon_sym_fn] = ACTIONS(2690), + [anon_sym_for] = ACTIONS(2690), + [anon_sym_gen] = ACTIONS(2690), + [anon_sym_if] = ACTIONS(2690), + [anon_sym_impl] = ACTIONS(2690), + [anon_sym_let] = ACTIONS(2690), + [anon_sym_loop] = ACTIONS(2690), + [anon_sym_match] = ACTIONS(2690), + [anon_sym_mod] = ACTIONS(2690), + [anon_sym_pub] = ACTIONS(2690), + [anon_sym_return] = ACTIONS(2690), + [anon_sym_static] = ACTIONS(2690), + [anon_sym_struct] = ACTIONS(2690), + [anon_sym_trait] = ACTIONS(2690), + [anon_sym_type] = ACTIONS(2690), + [anon_sym_union] = ACTIONS(2690), + [anon_sym_unsafe] = ACTIONS(2690), + [anon_sym_use] = ACTIONS(2690), + [anon_sym_while] = ACTIONS(2690), + [anon_sym_extern] = ACTIONS(2690), + [anon_sym_yield] = ACTIONS(2690), + [anon_sym_move] = ACTIONS(2690), + [anon_sym_try] = ACTIONS(2690), + [sym_integer_literal] = ACTIONS(2688), + [aux_sym_string_literal_token1] = ACTIONS(2688), + [sym_char_literal] = ACTIONS(2688), + [anon_sym_true] = ACTIONS(2690), + [anon_sym_false] = ACTIONS(2690), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2690), + [sym_super] = ACTIONS(2690), + [sym_crate] = ACTIONS(2690), + [sym_metavariable] = ACTIONS(2688), + [sym__raw_string_literal_start] = ACTIONS(2688), + [sym_float_literal] = ACTIONS(2688), }, [STATE(694)] = { [sym_line_comment] = STATE(694), [sym_block_comment] = STATE(694), - [ts_builtin_sym_end] = ACTIONS(2607), - [sym_identifier] = ACTIONS(2609), - [anon_sym_SEMI] = ACTIONS(2607), - [anon_sym_macro_rules_BANG] = ACTIONS(2607), - [anon_sym_LPAREN] = ACTIONS(2607), - [anon_sym_LBRACK] = ACTIONS(2607), - [anon_sym_LBRACE] = ACTIONS(2607), - [anon_sym_RBRACE] = ACTIONS(2607), - [anon_sym_STAR] = ACTIONS(2607), - [anon_sym_u8] = ACTIONS(2609), - [anon_sym_i8] = ACTIONS(2609), - [anon_sym_u16] = ACTIONS(2609), - [anon_sym_i16] = ACTIONS(2609), - [anon_sym_u32] = ACTIONS(2609), - [anon_sym_i32] = ACTIONS(2609), - [anon_sym_u64] = ACTIONS(2609), - [anon_sym_i64] = ACTIONS(2609), - [anon_sym_u128] = ACTIONS(2609), - [anon_sym_i128] = ACTIONS(2609), - [anon_sym_isize] = ACTIONS(2609), - [anon_sym_usize] = ACTIONS(2609), - [anon_sym_f32] = ACTIONS(2609), - [anon_sym_f64] = ACTIONS(2609), - [anon_sym_bool] = ACTIONS(2609), - [anon_sym_str] = ACTIONS(2609), - [anon_sym_char] = ACTIONS(2609), - [anon_sym_DASH] = ACTIONS(2607), - [anon_sym_BANG] = ACTIONS(2607), - [anon_sym_AMP] = ACTIONS(2607), - [anon_sym_PIPE] = ACTIONS(2607), - [anon_sym_LT] = ACTIONS(2607), - [anon_sym_DOT_DOT] = ACTIONS(2607), - [anon_sym_COLON_COLON] = ACTIONS(2607), - [anon_sym_POUND] = ACTIONS(2607), - [anon_sym_SQUOTE] = ACTIONS(2609), - [anon_sym_async] = ACTIONS(2609), - [anon_sym_break] = ACTIONS(2609), - [anon_sym_const] = ACTIONS(2609), - [anon_sym_continue] = ACTIONS(2609), - [anon_sym_default] = ACTIONS(2609), - [anon_sym_enum] = ACTIONS(2609), - [anon_sym_fn] = ACTIONS(2609), - [anon_sym_for] = ACTIONS(2609), - [anon_sym_gen] = ACTIONS(2609), - [anon_sym_if] = ACTIONS(2609), - [anon_sym_impl] = ACTIONS(2609), - [anon_sym_let] = ACTIONS(2609), - [anon_sym_loop] = ACTIONS(2609), - [anon_sym_match] = ACTIONS(2609), - [anon_sym_mod] = ACTIONS(2609), - [anon_sym_pub] = ACTIONS(2609), - [anon_sym_return] = ACTIONS(2609), - [anon_sym_static] = ACTIONS(2609), - [anon_sym_struct] = ACTIONS(2609), - [anon_sym_trait] = ACTIONS(2609), - [anon_sym_type] = ACTIONS(2609), - [anon_sym_union] = ACTIONS(2609), - [anon_sym_unsafe] = ACTIONS(2609), - [anon_sym_use] = ACTIONS(2609), - [anon_sym_while] = ACTIONS(2609), - [anon_sym_extern] = ACTIONS(2609), - [anon_sym_yield] = ACTIONS(2609), - [anon_sym_move] = ACTIONS(2609), - [anon_sym_try] = ACTIONS(2609), - [sym_integer_literal] = ACTIONS(2607), - [aux_sym_string_literal_token1] = ACTIONS(2607), - [sym_char_literal] = ACTIONS(2607), - [anon_sym_true] = ACTIONS(2609), - [anon_sym_false] = ACTIONS(2609), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2609), - [sym_super] = ACTIONS(2609), - [sym_crate] = ACTIONS(2609), - [sym_metavariable] = ACTIONS(2607), - [sym__raw_string_literal_start] = ACTIONS(2607), - [sym_float_literal] = ACTIONS(2607), + [ts_builtin_sym_end] = ACTIONS(2692), + [sym_identifier] = ACTIONS(2694), + [anon_sym_SEMI] = ACTIONS(2692), + [anon_sym_macro_rules_BANG] = ACTIONS(2692), + [anon_sym_LPAREN] = ACTIONS(2692), + [anon_sym_LBRACK] = ACTIONS(2692), + [anon_sym_LBRACE] = ACTIONS(2692), + [anon_sym_RBRACE] = ACTIONS(2692), + [anon_sym_STAR] = ACTIONS(2692), + [anon_sym_u8] = ACTIONS(2694), + [anon_sym_i8] = ACTIONS(2694), + [anon_sym_u16] = ACTIONS(2694), + [anon_sym_i16] = ACTIONS(2694), + [anon_sym_u32] = ACTIONS(2694), + [anon_sym_i32] = ACTIONS(2694), + [anon_sym_u64] = ACTIONS(2694), + [anon_sym_i64] = ACTIONS(2694), + [anon_sym_u128] = ACTIONS(2694), + [anon_sym_i128] = ACTIONS(2694), + [anon_sym_isize] = ACTIONS(2694), + [anon_sym_usize] = ACTIONS(2694), + [anon_sym_f32] = ACTIONS(2694), + [anon_sym_f64] = ACTIONS(2694), + [anon_sym_bool] = ACTIONS(2694), + [anon_sym_str] = ACTIONS(2694), + [anon_sym_char] = ACTIONS(2694), + [anon_sym_DASH] = ACTIONS(2692), + [anon_sym_BANG] = ACTIONS(2692), + [anon_sym_AMP] = ACTIONS(2692), + [anon_sym_PIPE] = ACTIONS(2692), + [anon_sym_LT] = ACTIONS(2692), + [anon_sym_DOT_DOT] = ACTIONS(2692), + [anon_sym_COLON_COLON] = ACTIONS(2692), + [anon_sym_POUND] = ACTIONS(2692), + [anon_sym_SQUOTE] = ACTIONS(2694), + [anon_sym_async] = ACTIONS(2694), + [anon_sym_break] = ACTIONS(2694), + [anon_sym_const] = ACTIONS(2694), + [anon_sym_continue] = ACTIONS(2694), + [anon_sym_default] = ACTIONS(2694), + [anon_sym_enum] = ACTIONS(2694), + [anon_sym_fn] = ACTIONS(2694), + [anon_sym_for] = ACTIONS(2694), + [anon_sym_gen] = ACTIONS(2694), + [anon_sym_if] = ACTIONS(2694), + [anon_sym_impl] = ACTIONS(2694), + [anon_sym_let] = ACTIONS(2694), + [anon_sym_loop] = ACTIONS(2694), + [anon_sym_match] = ACTIONS(2694), + [anon_sym_mod] = ACTIONS(2694), + [anon_sym_pub] = ACTIONS(2694), + [anon_sym_return] = ACTIONS(2694), + [anon_sym_static] = ACTIONS(2694), + [anon_sym_struct] = ACTIONS(2694), + [anon_sym_trait] = ACTIONS(2694), + [anon_sym_type] = ACTIONS(2694), + [anon_sym_union] = ACTIONS(2694), + [anon_sym_unsafe] = ACTIONS(2694), + [anon_sym_use] = ACTIONS(2694), + [anon_sym_while] = ACTIONS(2694), + [anon_sym_extern] = ACTIONS(2694), + [anon_sym_yield] = ACTIONS(2694), + [anon_sym_move] = ACTIONS(2694), + [anon_sym_try] = ACTIONS(2694), + [sym_integer_literal] = ACTIONS(2692), + [aux_sym_string_literal_token1] = ACTIONS(2692), + [sym_char_literal] = ACTIONS(2692), + [anon_sym_true] = ACTIONS(2694), + [anon_sym_false] = ACTIONS(2694), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2694), + [sym_super] = ACTIONS(2694), + [sym_crate] = ACTIONS(2694), + [sym_metavariable] = ACTIONS(2692), + [sym__raw_string_literal_start] = ACTIONS(2692), + [sym_float_literal] = ACTIONS(2692), }, [STATE(695)] = { [sym_line_comment] = STATE(695), [sym_block_comment] = STATE(695), - [ts_builtin_sym_end] = ACTIONS(1455), - [sym_identifier] = ACTIONS(1457), - [anon_sym_SEMI] = ACTIONS(1455), - [anon_sym_macro_rules_BANG] = ACTIONS(1455), - [anon_sym_LPAREN] = ACTIONS(1455), - [anon_sym_LBRACK] = ACTIONS(1455), - [anon_sym_LBRACE] = ACTIONS(1455), - [anon_sym_RBRACE] = ACTIONS(1455), - [anon_sym_STAR] = ACTIONS(1455), - [anon_sym_u8] = ACTIONS(1457), - [anon_sym_i8] = ACTIONS(1457), - [anon_sym_u16] = ACTIONS(1457), - [anon_sym_i16] = ACTIONS(1457), - [anon_sym_u32] = ACTIONS(1457), - [anon_sym_i32] = ACTIONS(1457), - [anon_sym_u64] = ACTIONS(1457), - [anon_sym_i64] = ACTIONS(1457), - [anon_sym_u128] = ACTIONS(1457), - [anon_sym_i128] = ACTIONS(1457), - [anon_sym_isize] = ACTIONS(1457), - [anon_sym_usize] = ACTIONS(1457), - [anon_sym_f32] = ACTIONS(1457), - [anon_sym_f64] = ACTIONS(1457), - [anon_sym_bool] = ACTIONS(1457), - [anon_sym_str] = ACTIONS(1457), - [anon_sym_char] = ACTIONS(1457), - [anon_sym_DASH] = ACTIONS(1455), - [anon_sym_BANG] = ACTIONS(1455), - [anon_sym_AMP] = ACTIONS(1455), - [anon_sym_PIPE] = ACTIONS(1455), - [anon_sym_LT] = ACTIONS(1455), - [anon_sym_DOT_DOT] = ACTIONS(1455), - [anon_sym_COLON_COLON] = ACTIONS(1455), - [anon_sym_POUND] = ACTIONS(1455), - [anon_sym_SQUOTE] = ACTIONS(1457), - [anon_sym_async] = ACTIONS(1457), - [anon_sym_break] = ACTIONS(1457), - [anon_sym_const] = ACTIONS(1457), - [anon_sym_continue] = ACTIONS(1457), - [anon_sym_default] = ACTIONS(1457), - [anon_sym_enum] = ACTIONS(1457), - [anon_sym_fn] = ACTIONS(1457), - [anon_sym_for] = ACTIONS(1457), - [anon_sym_gen] = ACTIONS(1457), - [anon_sym_if] = ACTIONS(1457), - [anon_sym_impl] = ACTIONS(1457), - [anon_sym_let] = ACTIONS(1457), - [anon_sym_loop] = ACTIONS(1457), - [anon_sym_match] = ACTIONS(1457), - [anon_sym_mod] = ACTIONS(1457), - [anon_sym_pub] = ACTIONS(1457), - [anon_sym_return] = ACTIONS(1457), - [anon_sym_static] = ACTIONS(1457), - [anon_sym_struct] = ACTIONS(1457), - [anon_sym_trait] = ACTIONS(1457), - [anon_sym_type] = ACTIONS(1457), - [anon_sym_union] = ACTIONS(1457), - [anon_sym_unsafe] = ACTIONS(1457), - [anon_sym_use] = ACTIONS(1457), - [anon_sym_while] = ACTIONS(1457), - [anon_sym_extern] = ACTIONS(1457), - [anon_sym_yield] = ACTIONS(1457), - [anon_sym_move] = ACTIONS(1457), - [anon_sym_try] = ACTIONS(1457), - [sym_integer_literal] = ACTIONS(1455), - [aux_sym_string_literal_token1] = ACTIONS(1455), - [sym_char_literal] = ACTIONS(1455), - [anon_sym_true] = ACTIONS(1457), - [anon_sym_false] = ACTIONS(1457), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1457), - [sym_super] = ACTIONS(1457), - [sym_crate] = ACTIONS(1457), - [sym_metavariable] = ACTIONS(1455), - [sym__raw_string_literal_start] = ACTIONS(1455), - [sym_float_literal] = ACTIONS(1455), + [ts_builtin_sym_end] = ACTIONS(2696), + [sym_identifier] = ACTIONS(2698), + [anon_sym_SEMI] = ACTIONS(2696), + [anon_sym_macro_rules_BANG] = ACTIONS(2696), + [anon_sym_LPAREN] = ACTIONS(2696), + [anon_sym_LBRACK] = ACTIONS(2696), + [anon_sym_LBRACE] = ACTIONS(2696), + [anon_sym_RBRACE] = ACTIONS(2696), + [anon_sym_STAR] = ACTIONS(2696), + [anon_sym_u8] = ACTIONS(2698), + [anon_sym_i8] = ACTIONS(2698), + [anon_sym_u16] = ACTIONS(2698), + [anon_sym_i16] = ACTIONS(2698), + [anon_sym_u32] = ACTIONS(2698), + [anon_sym_i32] = ACTIONS(2698), + [anon_sym_u64] = ACTIONS(2698), + [anon_sym_i64] = ACTIONS(2698), + [anon_sym_u128] = ACTIONS(2698), + [anon_sym_i128] = ACTIONS(2698), + [anon_sym_isize] = ACTIONS(2698), + [anon_sym_usize] = ACTIONS(2698), + [anon_sym_f32] = ACTIONS(2698), + [anon_sym_f64] = ACTIONS(2698), + [anon_sym_bool] = ACTIONS(2698), + [anon_sym_str] = ACTIONS(2698), + [anon_sym_char] = ACTIONS(2698), + [anon_sym_DASH] = ACTIONS(2696), + [anon_sym_BANG] = ACTIONS(2696), + [anon_sym_AMP] = ACTIONS(2696), + [anon_sym_PIPE] = ACTIONS(2696), + [anon_sym_LT] = ACTIONS(2696), + [anon_sym_DOT_DOT] = ACTIONS(2696), + [anon_sym_COLON_COLON] = ACTIONS(2696), + [anon_sym_POUND] = ACTIONS(2696), + [anon_sym_SQUOTE] = ACTIONS(2698), + [anon_sym_async] = ACTIONS(2698), + [anon_sym_break] = ACTIONS(2698), + [anon_sym_const] = ACTIONS(2698), + [anon_sym_continue] = ACTIONS(2698), + [anon_sym_default] = ACTIONS(2698), + [anon_sym_enum] = ACTIONS(2698), + [anon_sym_fn] = ACTIONS(2698), + [anon_sym_for] = ACTIONS(2698), + [anon_sym_gen] = ACTIONS(2698), + [anon_sym_if] = ACTIONS(2698), + [anon_sym_impl] = ACTIONS(2698), + [anon_sym_let] = ACTIONS(2698), + [anon_sym_loop] = ACTIONS(2698), + [anon_sym_match] = ACTIONS(2698), + [anon_sym_mod] = ACTIONS(2698), + [anon_sym_pub] = ACTIONS(2698), + [anon_sym_return] = ACTIONS(2698), + [anon_sym_static] = ACTIONS(2698), + [anon_sym_struct] = ACTIONS(2698), + [anon_sym_trait] = ACTIONS(2698), + [anon_sym_type] = ACTIONS(2698), + [anon_sym_union] = ACTIONS(2698), + [anon_sym_unsafe] = ACTIONS(2698), + [anon_sym_use] = ACTIONS(2698), + [anon_sym_while] = ACTIONS(2698), + [anon_sym_extern] = ACTIONS(2698), + [anon_sym_yield] = ACTIONS(2698), + [anon_sym_move] = ACTIONS(2698), + [anon_sym_try] = ACTIONS(2698), + [sym_integer_literal] = ACTIONS(2696), + [aux_sym_string_literal_token1] = ACTIONS(2696), + [sym_char_literal] = ACTIONS(2696), + [anon_sym_true] = ACTIONS(2698), + [anon_sym_false] = ACTIONS(2698), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2698), + [sym_super] = ACTIONS(2698), + [sym_crate] = ACTIONS(2698), + [sym_metavariable] = ACTIONS(2696), + [sym__raw_string_literal_start] = ACTIONS(2696), + [sym_float_literal] = ACTIONS(2696), }, [STATE(696)] = { [sym_line_comment] = STATE(696), [sym_block_comment] = STATE(696), - [ts_builtin_sym_end] = ACTIONS(2611), - [sym_identifier] = ACTIONS(2613), - [anon_sym_SEMI] = ACTIONS(2611), - [anon_sym_macro_rules_BANG] = ACTIONS(2611), - [anon_sym_LPAREN] = ACTIONS(2611), - [anon_sym_LBRACK] = ACTIONS(2611), - [anon_sym_LBRACE] = ACTIONS(2611), - [anon_sym_RBRACE] = ACTIONS(2611), - [anon_sym_STAR] = ACTIONS(2611), - [anon_sym_u8] = ACTIONS(2613), - [anon_sym_i8] = ACTIONS(2613), - [anon_sym_u16] = ACTIONS(2613), - [anon_sym_i16] = ACTIONS(2613), - [anon_sym_u32] = ACTIONS(2613), - [anon_sym_i32] = ACTIONS(2613), - [anon_sym_u64] = ACTIONS(2613), - [anon_sym_i64] = ACTIONS(2613), - [anon_sym_u128] = ACTIONS(2613), - [anon_sym_i128] = ACTIONS(2613), - [anon_sym_isize] = ACTIONS(2613), - [anon_sym_usize] = ACTIONS(2613), - [anon_sym_f32] = ACTIONS(2613), - [anon_sym_f64] = ACTIONS(2613), - [anon_sym_bool] = ACTIONS(2613), - [anon_sym_str] = ACTIONS(2613), - [anon_sym_char] = ACTIONS(2613), - [anon_sym_DASH] = ACTIONS(2611), - [anon_sym_BANG] = ACTIONS(2611), - [anon_sym_AMP] = ACTIONS(2611), - [anon_sym_PIPE] = ACTIONS(2611), - [anon_sym_LT] = ACTIONS(2611), - [anon_sym_DOT_DOT] = ACTIONS(2611), - [anon_sym_COLON_COLON] = ACTIONS(2611), - [anon_sym_POUND] = ACTIONS(2611), - [anon_sym_SQUOTE] = ACTIONS(2613), - [anon_sym_async] = ACTIONS(2613), - [anon_sym_break] = ACTIONS(2613), - [anon_sym_const] = ACTIONS(2613), - [anon_sym_continue] = ACTIONS(2613), - [anon_sym_default] = ACTIONS(2613), - [anon_sym_enum] = ACTIONS(2613), - [anon_sym_fn] = ACTIONS(2613), - [anon_sym_for] = ACTIONS(2613), - [anon_sym_gen] = ACTIONS(2613), - [anon_sym_if] = ACTIONS(2613), - [anon_sym_impl] = ACTIONS(2613), - [anon_sym_let] = ACTIONS(2613), - [anon_sym_loop] = ACTIONS(2613), - [anon_sym_match] = ACTIONS(2613), - [anon_sym_mod] = ACTIONS(2613), - [anon_sym_pub] = ACTIONS(2613), - [anon_sym_return] = ACTIONS(2613), - [anon_sym_static] = ACTIONS(2613), - [anon_sym_struct] = ACTIONS(2613), - [anon_sym_trait] = ACTIONS(2613), - [anon_sym_type] = ACTIONS(2613), - [anon_sym_union] = ACTIONS(2613), - [anon_sym_unsafe] = ACTIONS(2613), - [anon_sym_use] = ACTIONS(2613), - [anon_sym_while] = ACTIONS(2613), - [anon_sym_extern] = ACTIONS(2613), - [anon_sym_yield] = ACTIONS(2613), - [anon_sym_move] = ACTIONS(2613), - [anon_sym_try] = ACTIONS(2613), - [sym_integer_literal] = ACTIONS(2611), - [aux_sym_string_literal_token1] = ACTIONS(2611), - [sym_char_literal] = ACTIONS(2611), - [anon_sym_true] = ACTIONS(2613), - [anon_sym_false] = ACTIONS(2613), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2613), - [sym_super] = ACTIONS(2613), - [sym_crate] = ACTIONS(2613), - [sym_metavariable] = ACTIONS(2611), - [sym__raw_string_literal_start] = ACTIONS(2611), - [sym_float_literal] = ACTIONS(2611), + [ts_builtin_sym_end] = ACTIONS(2700), + [sym_identifier] = ACTIONS(2702), + [anon_sym_SEMI] = ACTIONS(2700), + [anon_sym_macro_rules_BANG] = ACTIONS(2700), + [anon_sym_LPAREN] = ACTIONS(2700), + [anon_sym_LBRACK] = ACTIONS(2700), + [anon_sym_LBRACE] = ACTIONS(2700), + [anon_sym_RBRACE] = ACTIONS(2700), + [anon_sym_STAR] = ACTIONS(2700), + [anon_sym_u8] = ACTIONS(2702), + [anon_sym_i8] = ACTIONS(2702), + [anon_sym_u16] = ACTIONS(2702), + [anon_sym_i16] = ACTIONS(2702), + [anon_sym_u32] = ACTIONS(2702), + [anon_sym_i32] = ACTIONS(2702), + [anon_sym_u64] = ACTIONS(2702), + [anon_sym_i64] = ACTIONS(2702), + [anon_sym_u128] = ACTIONS(2702), + [anon_sym_i128] = ACTIONS(2702), + [anon_sym_isize] = ACTIONS(2702), + [anon_sym_usize] = ACTIONS(2702), + [anon_sym_f32] = ACTIONS(2702), + [anon_sym_f64] = ACTIONS(2702), + [anon_sym_bool] = ACTIONS(2702), + [anon_sym_str] = ACTIONS(2702), + [anon_sym_char] = ACTIONS(2702), + [anon_sym_DASH] = ACTIONS(2700), + [anon_sym_BANG] = ACTIONS(2700), + [anon_sym_AMP] = ACTIONS(2700), + [anon_sym_PIPE] = ACTIONS(2700), + [anon_sym_LT] = ACTIONS(2700), + [anon_sym_DOT_DOT] = ACTIONS(2700), + [anon_sym_COLON_COLON] = ACTIONS(2700), + [anon_sym_POUND] = ACTIONS(2700), + [anon_sym_SQUOTE] = ACTIONS(2702), + [anon_sym_async] = ACTIONS(2702), + [anon_sym_break] = ACTIONS(2702), + [anon_sym_const] = ACTIONS(2702), + [anon_sym_continue] = ACTIONS(2702), + [anon_sym_default] = ACTIONS(2702), + [anon_sym_enum] = ACTIONS(2702), + [anon_sym_fn] = ACTIONS(2702), + [anon_sym_for] = ACTIONS(2702), + [anon_sym_gen] = ACTIONS(2702), + [anon_sym_if] = ACTIONS(2702), + [anon_sym_impl] = ACTIONS(2702), + [anon_sym_let] = ACTIONS(2702), + [anon_sym_loop] = ACTIONS(2702), + [anon_sym_match] = ACTIONS(2702), + [anon_sym_mod] = ACTIONS(2702), + [anon_sym_pub] = ACTIONS(2702), + [anon_sym_return] = ACTIONS(2702), + [anon_sym_static] = ACTIONS(2702), + [anon_sym_struct] = ACTIONS(2702), + [anon_sym_trait] = ACTIONS(2702), + [anon_sym_type] = ACTIONS(2702), + [anon_sym_union] = ACTIONS(2702), + [anon_sym_unsafe] = ACTIONS(2702), + [anon_sym_use] = ACTIONS(2702), + [anon_sym_while] = ACTIONS(2702), + [anon_sym_extern] = ACTIONS(2702), + [anon_sym_yield] = ACTIONS(2702), + [anon_sym_move] = ACTIONS(2702), + [anon_sym_try] = ACTIONS(2702), + [sym_integer_literal] = ACTIONS(2700), + [aux_sym_string_literal_token1] = ACTIONS(2700), + [sym_char_literal] = ACTIONS(2700), + [anon_sym_true] = ACTIONS(2702), + [anon_sym_false] = ACTIONS(2702), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2702), + [sym_super] = ACTIONS(2702), + [sym_crate] = ACTIONS(2702), + [sym_metavariable] = ACTIONS(2700), + [sym__raw_string_literal_start] = ACTIONS(2700), + [sym_float_literal] = ACTIONS(2700), }, [STATE(697)] = { [sym_line_comment] = STATE(697), [sym_block_comment] = STATE(697), - [ts_builtin_sym_end] = ACTIONS(2615), - [sym_identifier] = ACTIONS(2617), - [anon_sym_SEMI] = ACTIONS(2615), - [anon_sym_macro_rules_BANG] = ACTIONS(2615), - [anon_sym_LPAREN] = ACTIONS(2615), - [anon_sym_LBRACK] = ACTIONS(2615), - [anon_sym_LBRACE] = ACTIONS(2615), - [anon_sym_RBRACE] = ACTIONS(2615), - [anon_sym_STAR] = ACTIONS(2615), - [anon_sym_u8] = ACTIONS(2617), - [anon_sym_i8] = ACTIONS(2617), - [anon_sym_u16] = ACTIONS(2617), - [anon_sym_i16] = ACTIONS(2617), - [anon_sym_u32] = ACTIONS(2617), - [anon_sym_i32] = ACTIONS(2617), - [anon_sym_u64] = ACTIONS(2617), - [anon_sym_i64] = ACTIONS(2617), - [anon_sym_u128] = ACTIONS(2617), - [anon_sym_i128] = ACTIONS(2617), - [anon_sym_isize] = ACTIONS(2617), - [anon_sym_usize] = ACTIONS(2617), - [anon_sym_f32] = ACTIONS(2617), - [anon_sym_f64] = ACTIONS(2617), - [anon_sym_bool] = ACTIONS(2617), - [anon_sym_str] = ACTIONS(2617), - [anon_sym_char] = ACTIONS(2617), - [anon_sym_DASH] = ACTIONS(2615), - [anon_sym_BANG] = ACTIONS(2615), - [anon_sym_AMP] = ACTIONS(2615), - [anon_sym_PIPE] = ACTIONS(2615), - [anon_sym_LT] = ACTIONS(2615), - [anon_sym_DOT_DOT] = ACTIONS(2615), - [anon_sym_COLON_COLON] = ACTIONS(2615), - [anon_sym_POUND] = ACTIONS(2615), - [anon_sym_SQUOTE] = ACTIONS(2617), - [anon_sym_async] = ACTIONS(2617), - [anon_sym_break] = ACTIONS(2617), - [anon_sym_const] = ACTIONS(2617), - [anon_sym_continue] = ACTIONS(2617), - [anon_sym_default] = ACTIONS(2617), - [anon_sym_enum] = ACTIONS(2617), - [anon_sym_fn] = ACTIONS(2617), - [anon_sym_for] = ACTIONS(2617), - [anon_sym_gen] = ACTIONS(2617), - [anon_sym_if] = ACTIONS(2617), - [anon_sym_impl] = ACTIONS(2617), - [anon_sym_let] = ACTIONS(2617), - [anon_sym_loop] = ACTIONS(2617), - [anon_sym_match] = ACTIONS(2617), - [anon_sym_mod] = ACTIONS(2617), - [anon_sym_pub] = ACTIONS(2617), - [anon_sym_return] = ACTIONS(2617), - [anon_sym_static] = ACTIONS(2617), - [anon_sym_struct] = ACTIONS(2617), - [anon_sym_trait] = ACTIONS(2617), - [anon_sym_type] = ACTIONS(2617), - [anon_sym_union] = ACTIONS(2617), - [anon_sym_unsafe] = ACTIONS(2617), - [anon_sym_use] = ACTIONS(2617), - [anon_sym_while] = ACTIONS(2617), - [anon_sym_extern] = ACTIONS(2617), - [anon_sym_yield] = ACTIONS(2617), - [anon_sym_move] = ACTIONS(2617), - [anon_sym_try] = ACTIONS(2617), - [sym_integer_literal] = ACTIONS(2615), - [aux_sym_string_literal_token1] = ACTIONS(2615), - [sym_char_literal] = ACTIONS(2615), - [anon_sym_true] = ACTIONS(2617), - [anon_sym_false] = ACTIONS(2617), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2617), - [sym_super] = ACTIONS(2617), - [sym_crate] = ACTIONS(2617), - [sym_metavariable] = ACTIONS(2615), - [sym__raw_string_literal_start] = ACTIONS(2615), - [sym_float_literal] = ACTIONS(2615), + [ts_builtin_sym_end] = ACTIONS(2704), + [sym_identifier] = ACTIONS(2706), + [anon_sym_SEMI] = ACTIONS(2704), + [anon_sym_macro_rules_BANG] = ACTIONS(2704), + [anon_sym_LPAREN] = ACTIONS(2704), + [anon_sym_LBRACK] = ACTIONS(2704), + [anon_sym_LBRACE] = ACTIONS(2704), + [anon_sym_RBRACE] = ACTIONS(2704), + [anon_sym_STAR] = ACTIONS(2704), + [anon_sym_u8] = ACTIONS(2706), + [anon_sym_i8] = ACTIONS(2706), + [anon_sym_u16] = ACTIONS(2706), + [anon_sym_i16] = ACTIONS(2706), + [anon_sym_u32] = ACTIONS(2706), + [anon_sym_i32] = ACTIONS(2706), + [anon_sym_u64] = ACTIONS(2706), + [anon_sym_i64] = ACTIONS(2706), + [anon_sym_u128] = ACTIONS(2706), + [anon_sym_i128] = ACTIONS(2706), + [anon_sym_isize] = ACTIONS(2706), + [anon_sym_usize] = ACTIONS(2706), + [anon_sym_f32] = ACTIONS(2706), + [anon_sym_f64] = ACTIONS(2706), + [anon_sym_bool] = ACTIONS(2706), + [anon_sym_str] = ACTIONS(2706), + [anon_sym_char] = ACTIONS(2706), + [anon_sym_DASH] = ACTIONS(2704), + [anon_sym_BANG] = ACTIONS(2704), + [anon_sym_AMP] = ACTIONS(2704), + [anon_sym_PIPE] = ACTIONS(2704), + [anon_sym_LT] = ACTIONS(2704), + [anon_sym_DOT_DOT] = ACTIONS(2704), + [anon_sym_COLON_COLON] = ACTIONS(2704), + [anon_sym_POUND] = ACTIONS(2704), + [anon_sym_SQUOTE] = ACTIONS(2706), + [anon_sym_async] = ACTIONS(2706), + [anon_sym_break] = ACTIONS(2706), + [anon_sym_const] = ACTIONS(2706), + [anon_sym_continue] = ACTIONS(2706), + [anon_sym_default] = ACTIONS(2706), + [anon_sym_enum] = ACTIONS(2706), + [anon_sym_fn] = ACTIONS(2706), + [anon_sym_for] = ACTIONS(2706), + [anon_sym_gen] = ACTIONS(2706), + [anon_sym_if] = ACTIONS(2706), + [anon_sym_impl] = ACTIONS(2706), + [anon_sym_let] = ACTIONS(2706), + [anon_sym_loop] = ACTIONS(2706), + [anon_sym_match] = ACTIONS(2706), + [anon_sym_mod] = ACTIONS(2706), + [anon_sym_pub] = ACTIONS(2706), + [anon_sym_return] = ACTIONS(2706), + [anon_sym_static] = ACTIONS(2706), + [anon_sym_struct] = ACTIONS(2706), + [anon_sym_trait] = ACTIONS(2706), + [anon_sym_type] = ACTIONS(2706), + [anon_sym_union] = ACTIONS(2706), + [anon_sym_unsafe] = ACTIONS(2706), + [anon_sym_use] = ACTIONS(2706), + [anon_sym_while] = ACTIONS(2706), + [anon_sym_extern] = ACTIONS(2706), + [anon_sym_yield] = ACTIONS(2706), + [anon_sym_move] = ACTIONS(2706), + [anon_sym_try] = ACTIONS(2706), + [sym_integer_literal] = ACTIONS(2704), + [aux_sym_string_literal_token1] = ACTIONS(2704), + [sym_char_literal] = ACTIONS(2704), + [anon_sym_true] = ACTIONS(2706), + [anon_sym_false] = ACTIONS(2706), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2706), + [sym_super] = ACTIONS(2706), + [sym_crate] = ACTIONS(2706), + [sym_metavariable] = ACTIONS(2704), + [sym__raw_string_literal_start] = ACTIONS(2704), + [sym_float_literal] = ACTIONS(2704), }, [STATE(698)] = { [sym_line_comment] = STATE(698), [sym_block_comment] = STATE(698), - [ts_builtin_sym_end] = ACTIONS(2619), - [sym_identifier] = ACTIONS(2621), - [anon_sym_SEMI] = ACTIONS(2619), - [anon_sym_macro_rules_BANG] = ACTIONS(2619), - [anon_sym_LPAREN] = ACTIONS(2619), - [anon_sym_LBRACK] = ACTIONS(2619), - [anon_sym_LBRACE] = ACTIONS(2619), - [anon_sym_RBRACE] = ACTIONS(2619), - [anon_sym_STAR] = ACTIONS(2619), - [anon_sym_u8] = ACTIONS(2621), - [anon_sym_i8] = ACTIONS(2621), - [anon_sym_u16] = ACTIONS(2621), - [anon_sym_i16] = ACTIONS(2621), - [anon_sym_u32] = ACTIONS(2621), - [anon_sym_i32] = ACTIONS(2621), - [anon_sym_u64] = ACTIONS(2621), - [anon_sym_i64] = ACTIONS(2621), - [anon_sym_u128] = ACTIONS(2621), - [anon_sym_i128] = ACTIONS(2621), - [anon_sym_isize] = ACTIONS(2621), - [anon_sym_usize] = ACTIONS(2621), - [anon_sym_f32] = ACTIONS(2621), - [anon_sym_f64] = ACTIONS(2621), - [anon_sym_bool] = ACTIONS(2621), - [anon_sym_str] = ACTIONS(2621), - [anon_sym_char] = ACTIONS(2621), - [anon_sym_DASH] = ACTIONS(2619), - [anon_sym_BANG] = ACTIONS(2619), - [anon_sym_AMP] = ACTIONS(2619), - [anon_sym_PIPE] = ACTIONS(2619), - [anon_sym_LT] = ACTIONS(2619), - [anon_sym_DOT_DOT] = ACTIONS(2619), - [anon_sym_COLON_COLON] = ACTIONS(2619), - [anon_sym_POUND] = ACTIONS(2619), - [anon_sym_SQUOTE] = ACTIONS(2621), - [anon_sym_async] = ACTIONS(2621), - [anon_sym_break] = ACTIONS(2621), - [anon_sym_const] = ACTIONS(2621), - [anon_sym_continue] = ACTIONS(2621), - [anon_sym_default] = ACTIONS(2621), - [anon_sym_enum] = ACTIONS(2621), - [anon_sym_fn] = ACTIONS(2621), - [anon_sym_for] = ACTIONS(2621), - [anon_sym_gen] = ACTIONS(2621), - [anon_sym_if] = ACTIONS(2621), - [anon_sym_impl] = ACTIONS(2621), - [anon_sym_let] = ACTIONS(2621), - [anon_sym_loop] = ACTIONS(2621), - [anon_sym_match] = ACTIONS(2621), - [anon_sym_mod] = ACTIONS(2621), - [anon_sym_pub] = ACTIONS(2621), - [anon_sym_return] = ACTIONS(2621), - [anon_sym_static] = ACTIONS(2621), - [anon_sym_struct] = ACTIONS(2621), - [anon_sym_trait] = ACTIONS(2621), - [anon_sym_type] = ACTIONS(2621), - [anon_sym_union] = ACTIONS(2621), - [anon_sym_unsafe] = ACTIONS(2621), - [anon_sym_use] = ACTIONS(2621), - [anon_sym_while] = ACTIONS(2621), - [anon_sym_extern] = ACTIONS(2621), - [anon_sym_yield] = ACTIONS(2621), - [anon_sym_move] = ACTIONS(2621), - [anon_sym_try] = ACTIONS(2621), - [sym_integer_literal] = ACTIONS(2619), - [aux_sym_string_literal_token1] = ACTIONS(2619), - [sym_char_literal] = ACTIONS(2619), - [anon_sym_true] = ACTIONS(2621), - [anon_sym_false] = ACTIONS(2621), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2621), - [sym_super] = ACTIONS(2621), - [sym_crate] = ACTIONS(2621), - [sym_metavariable] = ACTIONS(2619), - [sym__raw_string_literal_start] = ACTIONS(2619), - [sym_float_literal] = ACTIONS(2619), + [ts_builtin_sym_end] = ACTIONS(2708), + [sym_identifier] = ACTIONS(2710), + [anon_sym_SEMI] = ACTIONS(2708), + [anon_sym_macro_rules_BANG] = ACTIONS(2708), + [anon_sym_LPAREN] = ACTIONS(2708), + [anon_sym_LBRACK] = ACTIONS(2708), + [anon_sym_LBRACE] = ACTIONS(2708), + [anon_sym_RBRACE] = ACTIONS(2708), + [anon_sym_STAR] = ACTIONS(2708), + [anon_sym_u8] = ACTIONS(2710), + [anon_sym_i8] = ACTIONS(2710), + [anon_sym_u16] = ACTIONS(2710), + [anon_sym_i16] = ACTIONS(2710), + [anon_sym_u32] = ACTIONS(2710), + [anon_sym_i32] = ACTIONS(2710), + [anon_sym_u64] = ACTIONS(2710), + [anon_sym_i64] = ACTIONS(2710), + [anon_sym_u128] = ACTIONS(2710), + [anon_sym_i128] = ACTIONS(2710), + [anon_sym_isize] = ACTIONS(2710), + [anon_sym_usize] = ACTIONS(2710), + [anon_sym_f32] = ACTIONS(2710), + [anon_sym_f64] = ACTIONS(2710), + [anon_sym_bool] = ACTIONS(2710), + [anon_sym_str] = ACTIONS(2710), + [anon_sym_char] = ACTIONS(2710), + [anon_sym_DASH] = ACTIONS(2708), + [anon_sym_BANG] = ACTIONS(2708), + [anon_sym_AMP] = ACTIONS(2708), + [anon_sym_PIPE] = ACTIONS(2708), + [anon_sym_LT] = ACTIONS(2708), + [anon_sym_DOT_DOT] = ACTIONS(2708), + [anon_sym_COLON_COLON] = ACTIONS(2708), + [anon_sym_POUND] = ACTIONS(2708), + [anon_sym_SQUOTE] = ACTIONS(2710), + [anon_sym_async] = ACTIONS(2710), + [anon_sym_break] = ACTIONS(2710), + [anon_sym_const] = ACTIONS(2710), + [anon_sym_continue] = ACTIONS(2710), + [anon_sym_default] = ACTIONS(2710), + [anon_sym_enum] = ACTIONS(2710), + [anon_sym_fn] = ACTIONS(2710), + [anon_sym_for] = ACTIONS(2710), + [anon_sym_gen] = ACTIONS(2710), + [anon_sym_if] = ACTIONS(2710), + [anon_sym_impl] = ACTIONS(2710), + [anon_sym_let] = ACTIONS(2710), + [anon_sym_loop] = ACTIONS(2710), + [anon_sym_match] = ACTIONS(2710), + [anon_sym_mod] = ACTIONS(2710), + [anon_sym_pub] = ACTIONS(2710), + [anon_sym_return] = ACTIONS(2710), + [anon_sym_static] = ACTIONS(2710), + [anon_sym_struct] = ACTIONS(2710), + [anon_sym_trait] = ACTIONS(2710), + [anon_sym_type] = ACTIONS(2710), + [anon_sym_union] = ACTIONS(2710), + [anon_sym_unsafe] = ACTIONS(2710), + [anon_sym_use] = ACTIONS(2710), + [anon_sym_while] = ACTIONS(2710), + [anon_sym_extern] = ACTIONS(2710), + [anon_sym_yield] = ACTIONS(2710), + [anon_sym_move] = ACTIONS(2710), + [anon_sym_try] = ACTIONS(2710), + [sym_integer_literal] = ACTIONS(2708), + [aux_sym_string_literal_token1] = ACTIONS(2708), + [sym_char_literal] = ACTIONS(2708), + [anon_sym_true] = ACTIONS(2710), + [anon_sym_false] = ACTIONS(2710), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2710), + [sym_super] = ACTIONS(2710), + [sym_crate] = ACTIONS(2710), + [sym_metavariable] = ACTIONS(2708), + [sym__raw_string_literal_start] = ACTIONS(2708), + [sym_float_literal] = ACTIONS(2708), }, [STATE(699)] = { [sym_line_comment] = STATE(699), [sym_block_comment] = STATE(699), - [ts_builtin_sym_end] = ACTIONS(2623), - [sym_identifier] = ACTIONS(2625), - [anon_sym_SEMI] = ACTIONS(2623), - [anon_sym_macro_rules_BANG] = ACTIONS(2623), - [anon_sym_LPAREN] = ACTIONS(2623), - [anon_sym_LBRACK] = ACTIONS(2623), - [anon_sym_LBRACE] = ACTIONS(2623), - [anon_sym_RBRACE] = ACTIONS(2623), - [anon_sym_STAR] = ACTIONS(2623), - [anon_sym_u8] = ACTIONS(2625), - [anon_sym_i8] = ACTIONS(2625), - [anon_sym_u16] = ACTIONS(2625), - [anon_sym_i16] = ACTIONS(2625), - [anon_sym_u32] = ACTIONS(2625), - [anon_sym_i32] = ACTIONS(2625), - [anon_sym_u64] = ACTIONS(2625), - [anon_sym_i64] = ACTIONS(2625), - [anon_sym_u128] = ACTIONS(2625), - [anon_sym_i128] = ACTIONS(2625), - [anon_sym_isize] = ACTIONS(2625), - [anon_sym_usize] = ACTIONS(2625), - [anon_sym_f32] = ACTIONS(2625), - [anon_sym_f64] = ACTIONS(2625), - [anon_sym_bool] = ACTIONS(2625), - [anon_sym_str] = ACTIONS(2625), - [anon_sym_char] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2623), - [anon_sym_BANG] = ACTIONS(2623), - [anon_sym_AMP] = ACTIONS(2623), - [anon_sym_PIPE] = ACTIONS(2623), - [anon_sym_LT] = ACTIONS(2623), - [anon_sym_DOT_DOT] = ACTIONS(2623), - [anon_sym_COLON_COLON] = ACTIONS(2623), - [anon_sym_POUND] = ACTIONS(2623), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_async] = ACTIONS(2625), - [anon_sym_break] = ACTIONS(2625), - [anon_sym_const] = ACTIONS(2625), - [anon_sym_continue] = ACTIONS(2625), - [anon_sym_default] = ACTIONS(2625), - [anon_sym_enum] = ACTIONS(2625), - [anon_sym_fn] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2625), - [anon_sym_gen] = ACTIONS(2625), - [anon_sym_if] = ACTIONS(2625), - [anon_sym_impl] = ACTIONS(2625), - [anon_sym_let] = ACTIONS(2625), - [anon_sym_loop] = ACTIONS(2625), - [anon_sym_match] = ACTIONS(2625), - [anon_sym_mod] = ACTIONS(2625), - [anon_sym_pub] = ACTIONS(2625), - [anon_sym_return] = ACTIONS(2625), - [anon_sym_static] = ACTIONS(2625), - [anon_sym_struct] = ACTIONS(2625), - [anon_sym_trait] = ACTIONS(2625), - [anon_sym_type] = ACTIONS(2625), - [anon_sym_union] = ACTIONS(2625), - [anon_sym_unsafe] = ACTIONS(2625), - [anon_sym_use] = ACTIONS(2625), - [anon_sym_while] = ACTIONS(2625), - [anon_sym_extern] = ACTIONS(2625), - [anon_sym_yield] = ACTIONS(2625), - [anon_sym_move] = ACTIONS(2625), - [anon_sym_try] = ACTIONS(2625), - [sym_integer_literal] = ACTIONS(2623), - [aux_sym_string_literal_token1] = ACTIONS(2623), - [sym_char_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2625), - [sym_super] = ACTIONS(2625), - [sym_crate] = ACTIONS(2625), - [sym_metavariable] = ACTIONS(2623), - [sym__raw_string_literal_start] = ACTIONS(2623), - [sym_float_literal] = ACTIONS(2623), + [ts_builtin_sym_end] = ACTIONS(2712), + [sym_identifier] = ACTIONS(2714), + [anon_sym_SEMI] = ACTIONS(2712), + [anon_sym_macro_rules_BANG] = ACTIONS(2712), + [anon_sym_LPAREN] = ACTIONS(2712), + [anon_sym_LBRACK] = ACTIONS(2712), + [anon_sym_LBRACE] = ACTIONS(2712), + [anon_sym_RBRACE] = ACTIONS(2712), + [anon_sym_STAR] = ACTIONS(2712), + [anon_sym_u8] = ACTIONS(2714), + [anon_sym_i8] = ACTIONS(2714), + [anon_sym_u16] = ACTIONS(2714), + [anon_sym_i16] = ACTIONS(2714), + [anon_sym_u32] = ACTIONS(2714), + [anon_sym_i32] = ACTIONS(2714), + [anon_sym_u64] = ACTIONS(2714), + [anon_sym_i64] = ACTIONS(2714), + [anon_sym_u128] = ACTIONS(2714), + [anon_sym_i128] = ACTIONS(2714), + [anon_sym_isize] = ACTIONS(2714), + [anon_sym_usize] = ACTIONS(2714), + [anon_sym_f32] = ACTIONS(2714), + [anon_sym_f64] = ACTIONS(2714), + [anon_sym_bool] = ACTIONS(2714), + [anon_sym_str] = ACTIONS(2714), + [anon_sym_char] = ACTIONS(2714), + [anon_sym_DASH] = ACTIONS(2712), + [anon_sym_BANG] = ACTIONS(2712), + [anon_sym_AMP] = ACTIONS(2712), + [anon_sym_PIPE] = ACTIONS(2712), + [anon_sym_LT] = ACTIONS(2712), + [anon_sym_DOT_DOT] = ACTIONS(2712), + [anon_sym_COLON_COLON] = ACTIONS(2712), + [anon_sym_POUND] = ACTIONS(2712), + [anon_sym_SQUOTE] = ACTIONS(2714), + [anon_sym_async] = ACTIONS(2714), + [anon_sym_break] = ACTIONS(2714), + [anon_sym_const] = ACTIONS(2714), + [anon_sym_continue] = ACTIONS(2714), + [anon_sym_default] = ACTIONS(2714), + [anon_sym_enum] = ACTIONS(2714), + [anon_sym_fn] = ACTIONS(2714), + [anon_sym_for] = ACTIONS(2714), + [anon_sym_gen] = ACTIONS(2714), + [anon_sym_if] = ACTIONS(2714), + [anon_sym_impl] = ACTIONS(2714), + [anon_sym_let] = ACTIONS(2714), + [anon_sym_loop] = ACTIONS(2714), + [anon_sym_match] = ACTIONS(2714), + [anon_sym_mod] = ACTIONS(2714), + [anon_sym_pub] = ACTIONS(2714), + [anon_sym_return] = ACTIONS(2714), + [anon_sym_static] = ACTIONS(2714), + [anon_sym_struct] = ACTIONS(2714), + [anon_sym_trait] = ACTIONS(2714), + [anon_sym_type] = ACTIONS(2714), + [anon_sym_union] = ACTIONS(2714), + [anon_sym_unsafe] = ACTIONS(2714), + [anon_sym_use] = ACTIONS(2714), + [anon_sym_while] = ACTIONS(2714), + [anon_sym_extern] = ACTIONS(2714), + [anon_sym_yield] = ACTIONS(2714), + [anon_sym_move] = ACTIONS(2714), + [anon_sym_try] = ACTIONS(2714), + [sym_integer_literal] = ACTIONS(2712), + [aux_sym_string_literal_token1] = ACTIONS(2712), + [sym_char_literal] = ACTIONS(2712), + [anon_sym_true] = ACTIONS(2714), + [anon_sym_false] = ACTIONS(2714), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2714), + [sym_super] = ACTIONS(2714), + [sym_crate] = ACTIONS(2714), + [sym_metavariable] = ACTIONS(2712), + [sym__raw_string_literal_start] = ACTIONS(2712), + [sym_float_literal] = ACTIONS(2712), }, [STATE(700)] = { [sym_line_comment] = STATE(700), [sym_block_comment] = STATE(700), - [ts_builtin_sym_end] = ACTIONS(2627), - [sym_identifier] = ACTIONS(2629), - [anon_sym_SEMI] = ACTIONS(2627), - [anon_sym_macro_rules_BANG] = ACTIONS(2627), - [anon_sym_LPAREN] = ACTIONS(2627), - [anon_sym_LBRACK] = ACTIONS(2627), - [anon_sym_LBRACE] = ACTIONS(2627), - [anon_sym_RBRACE] = ACTIONS(2627), - [anon_sym_STAR] = ACTIONS(2627), - [anon_sym_u8] = ACTIONS(2629), - [anon_sym_i8] = ACTIONS(2629), - [anon_sym_u16] = ACTIONS(2629), - [anon_sym_i16] = ACTIONS(2629), - [anon_sym_u32] = ACTIONS(2629), - [anon_sym_i32] = ACTIONS(2629), - [anon_sym_u64] = ACTIONS(2629), - [anon_sym_i64] = ACTIONS(2629), - [anon_sym_u128] = ACTIONS(2629), - [anon_sym_i128] = ACTIONS(2629), - [anon_sym_isize] = ACTIONS(2629), - [anon_sym_usize] = ACTIONS(2629), - [anon_sym_f32] = ACTIONS(2629), - [anon_sym_f64] = ACTIONS(2629), - [anon_sym_bool] = ACTIONS(2629), - [anon_sym_str] = ACTIONS(2629), - [anon_sym_char] = ACTIONS(2629), - [anon_sym_DASH] = ACTIONS(2627), - [anon_sym_BANG] = ACTIONS(2627), - [anon_sym_AMP] = ACTIONS(2627), - [anon_sym_PIPE] = ACTIONS(2627), - [anon_sym_LT] = ACTIONS(2627), - [anon_sym_DOT_DOT] = ACTIONS(2627), - [anon_sym_COLON_COLON] = ACTIONS(2627), - [anon_sym_POUND] = ACTIONS(2627), - [anon_sym_SQUOTE] = ACTIONS(2629), - [anon_sym_async] = ACTIONS(2629), - [anon_sym_break] = ACTIONS(2629), - [anon_sym_const] = ACTIONS(2629), - [anon_sym_continue] = ACTIONS(2629), - [anon_sym_default] = ACTIONS(2629), - [anon_sym_enum] = ACTIONS(2629), - [anon_sym_fn] = ACTIONS(2629), - [anon_sym_for] = ACTIONS(2629), - [anon_sym_gen] = ACTIONS(2629), - [anon_sym_if] = ACTIONS(2629), - [anon_sym_impl] = ACTIONS(2629), - [anon_sym_let] = ACTIONS(2629), - [anon_sym_loop] = ACTIONS(2629), - [anon_sym_match] = ACTIONS(2629), - [anon_sym_mod] = ACTIONS(2629), - [anon_sym_pub] = ACTIONS(2629), - [anon_sym_return] = ACTIONS(2629), - [anon_sym_static] = ACTIONS(2629), - [anon_sym_struct] = ACTIONS(2629), - [anon_sym_trait] = ACTIONS(2629), - [anon_sym_type] = ACTIONS(2629), - [anon_sym_union] = ACTIONS(2629), - [anon_sym_unsafe] = ACTIONS(2629), - [anon_sym_use] = ACTIONS(2629), - [anon_sym_while] = ACTIONS(2629), - [anon_sym_extern] = ACTIONS(2629), - [anon_sym_yield] = ACTIONS(2629), - [anon_sym_move] = ACTIONS(2629), - [anon_sym_try] = ACTIONS(2629), - [sym_integer_literal] = ACTIONS(2627), - [aux_sym_string_literal_token1] = ACTIONS(2627), - [sym_char_literal] = ACTIONS(2627), - [anon_sym_true] = ACTIONS(2629), - [anon_sym_false] = ACTIONS(2629), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2629), - [sym_super] = ACTIONS(2629), - [sym_crate] = ACTIONS(2629), - [sym_metavariable] = ACTIONS(2627), - [sym__raw_string_literal_start] = ACTIONS(2627), - [sym_float_literal] = ACTIONS(2627), + [ts_builtin_sym_end] = ACTIONS(2716), + [sym_identifier] = ACTIONS(2718), + [anon_sym_SEMI] = ACTIONS(2716), + [anon_sym_macro_rules_BANG] = ACTIONS(2716), + [anon_sym_LPAREN] = ACTIONS(2716), + [anon_sym_LBRACK] = ACTIONS(2716), + [anon_sym_LBRACE] = ACTIONS(2716), + [anon_sym_RBRACE] = ACTIONS(2716), + [anon_sym_STAR] = ACTIONS(2716), + [anon_sym_u8] = ACTIONS(2718), + [anon_sym_i8] = ACTIONS(2718), + [anon_sym_u16] = ACTIONS(2718), + [anon_sym_i16] = ACTIONS(2718), + [anon_sym_u32] = ACTIONS(2718), + [anon_sym_i32] = ACTIONS(2718), + [anon_sym_u64] = ACTIONS(2718), + [anon_sym_i64] = ACTIONS(2718), + [anon_sym_u128] = ACTIONS(2718), + [anon_sym_i128] = ACTIONS(2718), + [anon_sym_isize] = ACTIONS(2718), + [anon_sym_usize] = ACTIONS(2718), + [anon_sym_f32] = ACTIONS(2718), + [anon_sym_f64] = ACTIONS(2718), + [anon_sym_bool] = ACTIONS(2718), + [anon_sym_str] = ACTIONS(2718), + [anon_sym_char] = ACTIONS(2718), + [anon_sym_DASH] = ACTIONS(2716), + [anon_sym_BANG] = ACTIONS(2716), + [anon_sym_AMP] = ACTIONS(2716), + [anon_sym_PIPE] = ACTIONS(2716), + [anon_sym_LT] = ACTIONS(2716), + [anon_sym_DOT_DOT] = ACTIONS(2716), + [anon_sym_COLON_COLON] = ACTIONS(2716), + [anon_sym_POUND] = ACTIONS(2716), + [anon_sym_SQUOTE] = ACTIONS(2718), + [anon_sym_async] = ACTIONS(2718), + [anon_sym_break] = ACTIONS(2718), + [anon_sym_const] = ACTIONS(2718), + [anon_sym_continue] = ACTIONS(2718), + [anon_sym_default] = ACTIONS(2718), + [anon_sym_enum] = ACTIONS(2718), + [anon_sym_fn] = ACTIONS(2718), + [anon_sym_for] = ACTIONS(2718), + [anon_sym_gen] = ACTIONS(2718), + [anon_sym_if] = ACTIONS(2718), + [anon_sym_impl] = ACTIONS(2718), + [anon_sym_let] = ACTIONS(2718), + [anon_sym_loop] = ACTIONS(2718), + [anon_sym_match] = ACTIONS(2718), + [anon_sym_mod] = ACTIONS(2718), + [anon_sym_pub] = ACTIONS(2718), + [anon_sym_return] = ACTIONS(2718), + [anon_sym_static] = ACTIONS(2718), + [anon_sym_struct] = ACTIONS(2718), + [anon_sym_trait] = ACTIONS(2718), + [anon_sym_type] = ACTIONS(2718), + [anon_sym_union] = ACTIONS(2718), + [anon_sym_unsafe] = ACTIONS(2718), + [anon_sym_use] = ACTIONS(2718), + [anon_sym_while] = ACTIONS(2718), + [anon_sym_extern] = ACTIONS(2718), + [anon_sym_yield] = ACTIONS(2718), + [anon_sym_move] = ACTIONS(2718), + [anon_sym_try] = ACTIONS(2718), + [sym_integer_literal] = ACTIONS(2716), + [aux_sym_string_literal_token1] = ACTIONS(2716), + [sym_char_literal] = ACTIONS(2716), + [anon_sym_true] = ACTIONS(2718), + [anon_sym_false] = ACTIONS(2718), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2718), + [sym_super] = ACTIONS(2718), + [sym_crate] = ACTIONS(2718), + [sym_metavariable] = ACTIONS(2716), + [sym__raw_string_literal_start] = ACTIONS(2716), + [sym_float_literal] = ACTIONS(2716), }, [STATE(701)] = { - [sym_empty_statement] = STATE(1104), - [sym_macro_definition] = STATE(1104), - [sym_attribute_item] = STATE(1104), - [sym_inner_attribute_item] = STATE(1104), - [sym_mod_item] = STATE(1104), - [sym_foreign_mod_item] = STATE(1104), - [sym_struct_item] = STATE(1104), - [sym_union_item] = STATE(1104), - [sym_enum_item] = STATE(1104), - [sym_extern_crate_declaration] = STATE(1104), - [sym_const_item] = STATE(1104), - [sym_static_item] = STATE(1104), - [sym_type_item] = STATE(1104), - [sym_function_item] = STATE(1104), - [sym_function_signature_item] = STATE(1104), - [sym_function_modifiers] = STATE(3659), - [sym_impl_item] = STATE(1104), - [sym_trait_item] = STATE(1104), - [sym_associated_type] = STATE(1104), - [sym_let_declaration] = STATE(1104), - [sym_use_declaration] = STATE(1104), - [sym_extern_modifier] = STATE(2190), - [sym_visibility_modifier] = STATE(1969), - [sym_bracketed_type] = STATE(3387), - [sym_generic_type_with_turbofish] = STATE(3413), - [sym_macro_invocation] = STATE(1104), - [sym_scoped_identifier] = STATE(3248), [sym_line_comment] = STATE(701), [sym_block_comment] = STATE(701), - [aux_sym_declaration_list_repeat1] = STATE(660), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(2443), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_macro_rules_BANG] = ACTIONS(2447), - [anon_sym_RBRACE] = ACTIONS(2631), - [anon_sym_u8] = ACTIONS(2451), - [anon_sym_i8] = ACTIONS(2451), - [anon_sym_u16] = ACTIONS(2451), - [anon_sym_i16] = ACTIONS(2451), - [anon_sym_u32] = ACTIONS(2451), - [anon_sym_i32] = ACTIONS(2451), - [anon_sym_u64] = ACTIONS(2451), - [anon_sym_i64] = ACTIONS(2451), - [anon_sym_u128] = ACTIONS(2451), - [anon_sym_i128] = ACTIONS(2451), - [anon_sym_isize] = ACTIONS(2451), - [anon_sym_usize] = ACTIONS(2451), - [anon_sym_f32] = ACTIONS(2451), - [anon_sym_f64] = ACTIONS(2451), - [anon_sym_bool] = ACTIONS(2451), - [anon_sym_str] = ACTIONS(2451), - [anon_sym_char] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2453), - [anon_sym_POUND] = ACTIONS(2455), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(2457), - [anon_sym_default] = ACTIONS(2459), - [anon_sym_enum] = ACTIONS(2461), - [anon_sym_fn] = ACTIONS(2463), - [anon_sym_gen] = ACTIONS(2465), - [anon_sym_impl] = ACTIONS(2467), - [anon_sym_let] = ACTIONS(2469), - [anon_sym_mod] = ACTIONS(2471), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_trait] = ACTIONS(2477), - [anon_sym_type] = ACTIONS(2479), - [anon_sym_union] = ACTIONS(2481), - [anon_sym_unsafe] = ACTIONS(2483), - [anon_sym_use] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2487), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2489), - [sym_super] = ACTIONS(2489), - [sym_crate] = ACTIONS(2491), - [sym_metavariable] = ACTIONS(2493), + [ts_builtin_sym_end] = ACTIONS(2720), + [sym_identifier] = ACTIONS(2722), + [anon_sym_SEMI] = ACTIONS(2720), + [anon_sym_macro_rules_BANG] = ACTIONS(2720), + [anon_sym_LPAREN] = ACTIONS(2720), + [anon_sym_LBRACK] = ACTIONS(2720), + [anon_sym_LBRACE] = ACTIONS(2720), + [anon_sym_RBRACE] = ACTIONS(2720), + [anon_sym_STAR] = ACTIONS(2720), + [anon_sym_u8] = ACTIONS(2722), + [anon_sym_i8] = ACTIONS(2722), + [anon_sym_u16] = ACTIONS(2722), + [anon_sym_i16] = ACTIONS(2722), + [anon_sym_u32] = ACTIONS(2722), + [anon_sym_i32] = ACTIONS(2722), + [anon_sym_u64] = ACTIONS(2722), + [anon_sym_i64] = ACTIONS(2722), + [anon_sym_u128] = ACTIONS(2722), + [anon_sym_i128] = ACTIONS(2722), + [anon_sym_isize] = ACTIONS(2722), + [anon_sym_usize] = ACTIONS(2722), + [anon_sym_f32] = ACTIONS(2722), + [anon_sym_f64] = ACTIONS(2722), + [anon_sym_bool] = ACTIONS(2722), + [anon_sym_str] = ACTIONS(2722), + [anon_sym_char] = ACTIONS(2722), + [anon_sym_DASH] = ACTIONS(2720), + [anon_sym_BANG] = ACTIONS(2720), + [anon_sym_AMP] = ACTIONS(2720), + [anon_sym_PIPE] = ACTIONS(2720), + [anon_sym_LT] = ACTIONS(2720), + [anon_sym_DOT_DOT] = ACTIONS(2720), + [anon_sym_COLON_COLON] = ACTIONS(2720), + [anon_sym_POUND] = ACTIONS(2720), + [anon_sym_SQUOTE] = ACTIONS(2722), + [anon_sym_async] = ACTIONS(2722), + [anon_sym_break] = ACTIONS(2722), + [anon_sym_const] = ACTIONS(2722), + [anon_sym_continue] = ACTIONS(2722), + [anon_sym_default] = ACTIONS(2722), + [anon_sym_enum] = ACTIONS(2722), + [anon_sym_fn] = ACTIONS(2722), + [anon_sym_for] = ACTIONS(2722), + [anon_sym_gen] = ACTIONS(2722), + [anon_sym_if] = ACTIONS(2722), + [anon_sym_impl] = ACTIONS(2722), + [anon_sym_let] = ACTIONS(2722), + [anon_sym_loop] = ACTIONS(2722), + [anon_sym_match] = ACTIONS(2722), + [anon_sym_mod] = ACTIONS(2722), + [anon_sym_pub] = ACTIONS(2722), + [anon_sym_return] = ACTIONS(2722), + [anon_sym_static] = ACTIONS(2722), + [anon_sym_struct] = ACTIONS(2722), + [anon_sym_trait] = ACTIONS(2722), + [anon_sym_type] = ACTIONS(2722), + [anon_sym_union] = ACTIONS(2722), + [anon_sym_unsafe] = ACTIONS(2722), + [anon_sym_use] = ACTIONS(2722), + [anon_sym_while] = ACTIONS(2722), + [anon_sym_extern] = ACTIONS(2722), + [anon_sym_yield] = ACTIONS(2722), + [anon_sym_move] = ACTIONS(2722), + [anon_sym_try] = ACTIONS(2722), + [sym_integer_literal] = ACTIONS(2720), + [aux_sym_string_literal_token1] = ACTIONS(2720), + [sym_char_literal] = ACTIONS(2720), + [anon_sym_true] = ACTIONS(2722), + [anon_sym_false] = ACTIONS(2722), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2722), + [sym_super] = ACTIONS(2722), + [sym_crate] = ACTIONS(2722), + [sym_metavariable] = ACTIONS(2720), + [sym__raw_string_literal_start] = ACTIONS(2720), + [sym_float_literal] = ACTIONS(2720), }, [STATE(702)] = { [sym_line_comment] = STATE(702), [sym_block_comment] = STATE(702), - [ts_builtin_sym_end] = ACTIONS(2633), - [sym_identifier] = ACTIONS(2635), - [anon_sym_SEMI] = ACTIONS(2633), - [anon_sym_macro_rules_BANG] = ACTIONS(2633), - [anon_sym_LPAREN] = ACTIONS(2633), - [anon_sym_LBRACK] = ACTIONS(2633), - [anon_sym_LBRACE] = ACTIONS(2633), - [anon_sym_RBRACE] = ACTIONS(2633), - [anon_sym_STAR] = ACTIONS(2633), - [anon_sym_u8] = ACTIONS(2635), - [anon_sym_i8] = ACTIONS(2635), - [anon_sym_u16] = ACTIONS(2635), - [anon_sym_i16] = ACTIONS(2635), - [anon_sym_u32] = ACTIONS(2635), - [anon_sym_i32] = ACTIONS(2635), - [anon_sym_u64] = ACTIONS(2635), - [anon_sym_i64] = ACTIONS(2635), - [anon_sym_u128] = ACTIONS(2635), - [anon_sym_i128] = ACTIONS(2635), - [anon_sym_isize] = ACTIONS(2635), - [anon_sym_usize] = ACTIONS(2635), - [anon_sym_f32] = ACTIONS(2635), - [anon_sym_f64] = ACTIONS(2635), - [anon_sym_bool] = ACTIONS(2635), - [anon_sym_str] = ACTIONS(2635), - [anon_sym_char] = ACTIONS(2635), - [anon_sym_DASH] = ACTIONS(2633), - [anon_sym_BANG] = ACTIONS(2633), - [anon_sym_AMP] = ACTIONS(2633), - [anon_sym_PIPE] = ACTIONS(2633), - [anon_sym_LT] = ACTIONS(2633), - [anon_sym_DOT_DOT] = ACTIONS(2633), - [anon_sym_COLON_COLON] = ACTIONS(2633), - [anon_sym_POUND] = ACTIONS(2633), - [anon_sym_SQUOTE] = ACTIONS(2635), - [anon_sym_async] = ACTIONS(2635), - [anon_sym_break] = ACTIONS(2635), - [anon_sym_const] = ACTIONS(2635), - [anon_sym_continue] = ACTIONS(2635), - [anon_sym_default] = ACTIONS(2635), - [anon_sym_enum] = ACTIONS(2635), - [anon_sym_fn] = ACTIONS(2635), - [anon_sym_for] = ACTIONS(2635), - [anon_sym_gen] = ACTIONS(2635), - [anon_sym_if] = ACTIONS(2635), - [anon_sym_impl] = ACTIONS(2635), - [anon_sym_let] = ACTIONS(2635), - [anon_sym_loop] = ACTIONS(2635), - [anon_sym_match] = ACTIONS(2635), - [anon_sym_mod] = ACTIONS(2635), - [anon_sym_pub] = ACTIONS(2635), - [anon_sym_return] = ACTIONS(2635), - [anon_sym_static] = ACTIONS(2635), - [anon_sym_struct] = ACTIONS(2635), - [anon_sym_trait] = ACTIONS(2635), - [anon_sym_type] = ACTIONS(2635), - [anon_sym_union] = ACTIONS(2635), - [anon_sym_unsafe] = ACTIONS(2635), - [anon_sym_use] = ACTIONS(2635), - [anon_sym_while] = ACTIONS(2635), - [anon_sym_extern] = ACTIONS(2635), - [anon_sym_yield] = ACTIONS(2635), - [anon_sym_move] = ACTIONS(2635), - [anon_sym_try] = ACTIONS(2635), - [sym_integer_literal] = ACTIONS(2633), - [aux_sym_string_literal_token1] = ACTIONS(2633), - [sym_char_literal] = ACTIONS(2633), - [anon_sym_true] = ACTIONS(2635), - [anon_sym_false] = ACTIONS(2635), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2635), - [sym_super] = ACTIONS(2635), - [sym_crate] = ACTIONS(2635), - [sym_metavariable] = ACTIONS(2633), - [sym__raw_string_literal_start] = ACTIONS(2633), - [sym_float_literal] = ACTIONS(2633), + [ts_builtin_sym_end] = ACTIONS(2724), + [sym_identifier] = ACTIONS(2726), + [anon_sym_SEMI] = ACTIONS(2724), + [anon_sym_macro_rules_BANG] = ACTIONS(2724), + [anon_sym_LPAREN] = ACTIONS(2724), + [anon_sym_LBRACK] = ACTIONS(2724), + [anon_sym_LBRACE] = ACTIONS(2724), + [anon_sym_RBRACE] = ACTIONS(2724), + [anon_sym_STAR] = ACTIONS(2724), + [anon_sym_u8] = ACTIONS(2726), + [anon_sym_i8] = ACTIONS(2726), + [anon_sym_u16] = ACTIONS(2726), + [anon_sym_i16] = ACTIONS(2726), + [anon_sym_u32] = ACTIONS(2726), + [anon_sym_i32] = ACTIONS(2726), + [anon_sym_u64] = ACTIONS(2726), + [anon_sym_i64] = ACTIONS(2726), + [anon_sym_u128] = ACTIONS(2726), + [anon_sym_i128] = ACTIONS(2726), + [anon_sym_isize] = ACTIONS(2726), + [anon_sym_usize] = ACTIONS(2726), + [anon_sym_f32] = ACTIONS(2726), + [anon_sym_f64] = ACTIONS(2726), + [anon_sym_bool] = ACTIONS(2726), + [anon_sym_str] = ACTIONS(2726), + [anon_sym_char] = ACTIONS(2726), + [anon_sym_DASH] = ACTIONS(2724), + [anon_sym_BANG] = ACTIONS(2724), + [anon_sym_AMP] = ACTIONS(2724), + [anon_sym_PIPE] = ACTIONS(2724), + [anon_sym_LT] = ACTIONS(2724), + [anon_sym_DOT_DOT] = ACTIONS(2724), + [anon_sym_COLON_COLON] = ACTIONS(2724), + [anon_sym_POUND] = ACTIONS(2724), + [anon_sym_SQUOTE] = ACTIONS(2726), + [anon_sym_async] = ACTIONS(2726), + [anon_sym_break] = ACTIONS(2726), + [anon_sym_const] = ACTIONS(2726), + [anon_sym_continue] = ACTIONS(2726), + [anon_sym_default] = ACTIONS(2726), + [anon_sym_enum] = ACTIONS(2726), + [anon_sym_fn] = ACTIONS(2726), + [anon_sym_for] = ACTIONS(2726), + [anon_sym_gen] = ACTIONS(2726), + [anon_sym_if] = ACTIONS(2726), + [anon_sym_impl] = ACTIONS(2726), + [anon_sym_let] = ACTIONS(2726), + [anon_sym_loop] = ACTIONS(2726), + [anon_sym_match] = ACTIONS(2726), + [anon_sym_mod] = ACTIONS(2726), + [anon_sym_pub] = ACTIONS(2726), + [anon_sym_return] = ACTIONS(2726), + [anon_sym_static] = ACTIONS(2726), + [anon_sym_struct] = ACTIONS(2726), + [anon_sym_trait] = ACTIONS(2726), + [anon_sym_type] = ACTIONS(2726), + [anon_sym_union] = ACTIONS(2726), + [anon_sym_unsafe] = ACTIONS(2726), + [anon_sym_use] = ACTIONS(2726), + [anon_sym_while] = ACTIONS(2726), + [anon_sym_extern] = ACTIONS(2726), + [anon_sym_yield] = ACTIONS(2726), + [anon_sym_move] = ACTIONS(2726), + [anon_sym_try] = ACTIONS(2726), + [sym_integer_literal] = ACTIONS(2724), + [aux_sym_string_literal_token1] = ACTIONS(2724), + [sym_char_literal] = ACTIONS(2724), + [anon_sym_true] = ACTIONS(2726), + [anon_sym_false] = ACTIONS(2726), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2726), + [sym_super] = ACTIONS(2726), + [sym_crate] = ACTIONS(2726), + [sym_metavariable] = ACTIONS(2724), + [sym__raw_string_literal_start] = ACTIONS(2724), + [sym_float_literal] = ACTIONS(2724), }, [STATE(703)] = { [sym_line_comment] = STATE(703), [sym_block_comment] = STATE(703), - [ts_builtin_sym_end] = ACTIONS(2637), - [sym_identifier] = ACTIONS(2639), - [anon_sym_SEMI] = ACTIONS(2637), - [anon_sym_macro_rules_BANG] = ACTIONS(2637), - [anon_sym_LPAREN] = ACTIONS(2637), - [anon_sym_LBRACK] = ACTIONS(2637), - [anon_sym_LBRACE] = ACTIONS(2637), - [anon_sym_RBRACE] = ACTIONS(2637), - [anon_sym_STAR] = ACTIONS(2637), - [anon_sym_u8] = ACTIONS(2639), - [anon_sym_i8] = ACTIONS(2639), - [anon_sym_u16] = ACTIONS(2639), - [anon_sym_i16] = ACTIONS(2639), - [anon_sym_u32] = ACTIONS(2639), - [anon_sym_i32] = ACTIONS(2639), - [anon_sym_u64] = ACTIONS(2639), - [anon_sym_i64] = ACTIONS(2639), - [anon_sym_u128] = ACTIONS(2639), - [anon_sym_i128] = ACTIONS(2639), - [anon_sym_isize] = ACTIONS(2639), - [anon_sym_usize] = ACTIONS(2639), - [anon_sym_f32] = ACTIONS(2639), - [anon_sym_f64] = ACTIONS(2639), - [anon_sym_bool] = ACTIONS(2639), - [anon_sym_str] = ACTIONS(2639), - [anon_sym_char] = ACTIONS(2639), - [anon_sym_DASH] = ACTIONS(2637), - [anon_sym_BANG] = ACTIONS(2637), - [anon_sym_AMP] = ACTIONS(2637), - [anon_sym_PIPE] = ACTIONS(2637), - [anon_sym_LT] = ACTIONS(2637), - [anon_sym_DOT_DOT] = ACTIONS(2637), - [anon_sym_COLON_COLON] = ACTIONS(2637), - [anon_sym_POUND] = ACTIONS(2637), - [anon_sym_SQUOTE] = ACTIONS(2639), - [anon_sym_async] = ACTIONS(2639), - [anon_sym_break] = ACTIONS(2639), - [anon_sym_const] = ACTIONS(2639), - [anon_sym_continue] = ACTIONS(2639), - [anon_sym_default] = ACTIONS(2639), - [anon_sym_enum] = ACTIONS(2639), - [anon_sym_fn] = ACTIONS(2639), - [anon_sym_for] = ACTIONS(2639), - [anon_sym_gen] = ACTIONS(2639), - [anon_sym_if] = ACTIONS(2639), - [anon_sym_impl] = ACTIONS(2639), - [anon_sym_let] = ACTIONS(2639), - [anon_sym_loop] = ACTIONS(2639), - [anon_sym_match] = ACTIONS(2639), - [anon_sym_mod] = ACTIONS(2639), - [anon_sym_pub] = ACTIONS(2639), - [anon_sym_return] = ACTIONS(2639), - [anon_sym_static] = ACTIONS(2639), - [anon_sym_struct] = ACTIONS(2639), - [anon_sym_trait] = ACTIONS(2639), - [anon_sym_type] = ACTIONS(2639), - [anon_sym_union] = ACTIONS(2639), - [anon_sym_unsafe] = ACTIONS(2639), - [anon_sym_use] = ACTIONS(2639), - [anon_sym_while] = ACTIONS(2639), - [anon_sym_extern] = ACTIONS(2639), - [anon_sym_yield] = ACTIONS(2639), - [anon_sym_move] = ACTIONS(2639), - [anon_sym_try] = ACTIONS(2639), - [sym_integer_literal] = ACTIONS(2637), - [aux_sym_string_literal_token1] = ACTIONS(2637), - [sym_char_literal] = ACTIONS(2637), - [anon_sym_true] = ACTIONS(2639), - [anon_sym_false] = ACTIONS(2639), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2639), - [sym_super] = ACTIONS(2639), - [sym_crate] = ACTIONS(2639), - [sym_metavariable] = ACTIONS(2637), - [sym__raw_string_literal_start] = ACTIONS(2637), - [sym_float_literal] = ACTIONS(2637), + [ts_builtin_sym_end] = ACTIONS(2728), + [sym_identifier] = ACTIONS(2730), + [anon_sym_SEMI] = ACTIONS(2728), + [anon_sym_macro_rules_BANG] = ACTIONS(2728), + [anon_sym_LPAREN] = ACTIONS(2728), + [anon_sym_LBRACK] = ACTIONS(2728), + [anon_sym_LBRACE] = ACTIONS(2728), + [anon_sym_RBRACE] = ACTIONS(2728), + [anon_sym_STAR] = ACTIONS(2728), + [anon_sym_u8] = ACTIONS(2730), + [anon_sym_i8] = ACTIONS(2730), + [anon_sym_u16] = ACTIONS(2730), + [anon_sym_i16] = ACTIONS(2730), + [anon_sym_u32] = ACTIONS(2730), + [anon_sym_i32] = ACTIONS(2730), + [anon_sym_u64] = ACTIONS(2730), + [anon_sym_i64] = ACTIONS(2730), + [anon_sym_u128] = ACTIONS(2730), + [anon_sym_i128] = ACTIONS(2730), + [anon_sym_isize] = ACTIONS(2730), + [anon_sym_usize] = ACTIONS(2730), + [anon_sym_f32] = ACTIONS(2730), + [anon_sym_f64] = ACTIONS(2730), + [anon_sym_bool] = ACTIONS(2730), + [anon_sym_str] = ACTIONS(2730), + [anon_sym_char] = ACTIONS(2730), + [anon_sym_DASH] = ACTIONS(2728), + [anon_sym_BANG] = ACTIONS(2728), + [anon_sym_AMP] = ACTIONS(2728), + [anon_sym_PIPE] = ACTIONS(2728), + [anon_sym_LT] = ACTIONS(2728), + [anon_sym_DOT_DOT] = ACTIONS(2728), + [anon_sym_COLON_COLON] = ACTIONS(2728), + [anon_sym_POUND] = ACTIONS(2728), + [anon_sym_SQUOTE] = ACTIONS(2730), + [anon_sym_async] = ACTIONS(2730), + [anon_sym_break] = ACTIONS(2730), + [anon_sym_const] = ACTIONS(2730), + [anon_sym_continue] = ACTIONS(2730), + [anon_sym_default] = ACTIONS(2730), + [anon_sym_enum] = ACTIONS(2730), + [anon_sym_fn] = ACTIONS(2730), + [anon_sym_for] = ACTIONS(2730), + [anon_sym_gen] = ACTIONS(2730), + [anon_sym_if] = ACTIONS(2730), + [anon_sym_impl] = ACTIONS(2730), + [anon_sym_let] = ACTIONS(2730), + [anon_sym_loop] = ACTIONS(2730), + [anon_sym_match] = ACTIONS(2730), + [anon_sym_mod] = ACTIONS(2730), + [anon_sym_pub] = ACTIONS(2730), + [anon_sym_return] = ACTIONS(2730), + [anon_sym_static] = ACTIONS(2730), + [anon_sym_struct] = ACTIONS(2730), + [anon_sym_trait] = ACTIONS(2730), + [anon_sym_type] = ACTIONS(2730), + [anon_sym_union] = ACTIONS(2730), + [anon_sym_unsafe] = ACTIONS(2730), + [anon_sym_use] = ACTIONS(2730), + [anon_sym_while] = ACTIONS(2730), + [anon_sym_extern] = ACTIONS(2730), + [anon_sym_yield] = ACTIONS(2730), + [anon_sym_move] = ACTIONS(2730), + [anon_sym_try] = ACTIONS(2730), + [sym_integer_literal] = ACTIONS(2728), + [aux_sym_string_literal_token1] = ACTIONS(2728), + [sym_char_literal] = ACTIONS(2728), + [anon_sym_true] = ACTIONS(2730), + [anon_sym_false] = ACTIONS(2730), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2730), + [sym_super] = ACTIONS(2730), + [sym_crate] = ACTIONS(2730), + [sym_metavariable] = ACTIONS(2728), + [sym__raw_string_literal_start] = ACTIONS(2728), + [sym_float_literal] = ACTIONS(2728), }, [STATE(704)] = { [sym_line_comment] = STATE(704), [sym_block_comment] = STATE(704), - [ts_builtin_sym_end] = ACTIONS(2641), - [sym_identifier] = ACTIONS(2643), - [anon_sym_SEMI] = ACTIONS(2641), - [anon_sym_macro_rules_BANG] = ACTIONS(2641), - [anon_sym_LPAREN] = ACTIONS(2641), - [anon_sym_LBRACK] = ACTIONS(2641), - [anon_sym_LBRACE] = ACTIONS(2641), - [anon_sym_RBRACE] = ACTIONS(2641), - [anon_sym_STAR] = ACTIONS(2641), - [anon_sym_u8] = ACTIONS(2643), - [anon_sym_i8] = ACTIONS(2643), - [anon_sym_u16] = ACTIONS(2643), - [anon_sym_i16] = ACTIONS(2643), - [anon_sym_u32] = ACTIONS(2643), - [anon_sym_i32] = ACTIONS(2643), - [anon_sym_u64] = ACTIONS(2643), - [anon_sym_i64] = ACTIONS(2643), - [anon_sym_u128] = ACTIONS(2643), - [anon_sym_i128] = ACTIONS(2643), - [anon_sym_isize] = ACTIONS(2643), - [anon_sym_usize] = ACTIONS(2643), - [anon_sym_f32] = ACTIONS(2643), - [anon_sym_f64] = ACTIONS(2643), - [anon_sym_bool] = ACTIONS(2643), - [anon_sym_str] = ACTIONS(2643), - [anon_sym_char] = ACTIONS(2643), - [anon_sym_DASH] = ACTIONS(2641), - [anon_sym_BANG] = ACTIONS(2641), - [anon_sym_AMP] = ACTIONS(2641), - [anon_sym_PIPE] = ACTIONS(2641), - [anon_sym_LT] = ACTIONS(2641), - [anon_sym_DOT_DOT] = ACTIONS(2641), - [anon_sym_COLON_COLON] = ACTIONS(2641), - [anon_sym_POUND] = ACTIONS(2641), - [anon_sym_SQUOTE] = ACTIONS(2643), - [anon_sym_async] = ACTIONS(2643), - [anon_sym_break] = ACTIONS(2643), - [anon_sym_const] = ACTIONS(2643), - [anon_sym_continue] = ACTIONS(2643), - [anon_sym_default] = ACTIONS(2643), - [anon_sym_enum] = ACTIONS(2643), - [anon_sym_fn] = ACTIONS(2643), - [anon_sym_for] = ACTIONS(2643), - [anon_sym_gen] = ACTIONS(2643), - [anon_sym_if] = ACTIONS(2643), - [anon_sym_impl] = ACTIONS(2643), - [anon_sym_let] = ACTIONS(2643), - [anon_sym_loop] = ACTIONS(2643), - [anon_sym_match] = ACTIONS(2643), - [anon_sym_mod] = ACTIONS(2643), - [anon_sym_pub] = ACTIONS(2643), - [anon_sym_return] = ACTIONS(2643), - [anon_sym_static] = ACTIONS(2643), - [anon_sym_struct] = ACTIONS(2643), - [anon_sym_trait] = ACTIONS(2643), - [anon_sym_type] = ACTIONS(2643), - [anon_sym_union] = ACTIONS(2643), - [anon_sym_unsafe] = ACTIONS(2643), - [anon_sym_use] = ACTIONS(2643), - [anon_sym_while] = ACTIONS(2643), - [anon_sym_extern] = ACTIONS(2643), - [anon_sym_yield] = ACTIONS(2643), - [anon_sym_move] = ACTIONS(2643), - [anon_sym_try] = ACTIONS(2643), - [sym_integer_literal] = ACTIONS(2641), - [aux_sym_string_literal_token1] = ACTIONS(2641), - [sym_char_literal] = ACTIONS(2641), - [anon_sym_true] = ACTIONS(2643), - [anon_sym_false] = ACTIONS(2643), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2643), - [sym_super] = ACTIONS(2643), - [sym_crate] = ACTIONS(2643), - [sym_metavariable] = ACTIONS(2641), - [sym__raw_string_literal_start] = ACTIONS(2641), - [sym_float_literal] = ACTIONS(2641), + [ts_builtin_sym_end] = ACTIONS(2732), + [sym_identifier] = ACTIONS(2734), + [anon_sym_SEMI] = ACTIONS(2732), + [anon_sym_macro_rules_BANG] = ACTIONS(2732), + [anon_sym_LPAREN] = ACTIONS(2732), + [anon_sym_LBRACK] = ACTIONS(2732), + [anon_sym_LBRACE] = ACTIONS(2732), + [anon_sym_RBRACE] = ACTIONS(2732), + [anon_sym_STAR] = ACTIONS(2732), + [anon_sym_u8] = ACTIONS(2734), + [anon_sym_i8] = ACTIONS(2734), + [anon_sym_u16] = ACTIONS(2734), + [anon_sym_i16] = ACTIONS(2734), + [anon_sym_u32] = ACTIONS(2734), + [anon_sym_i32] = ACTIONS(2734), + [anon_sym_u64] = ACTIONS(2734), + [anon_sym_i64] = ACTIONS(2734), + [anon_sym_u128] = ACTIONS(2734), + [anon_sym_i128] = ACTIONS(2734), + [anon_sym_isize] = ACTIONS(2734), + [anon_sym_usize] = ACTIONS(2734), + [anon_sym_f32] = ACTIONS(2734), + [anon_sym_f64] = ACTIONS(2734), + [anon_sym_bool] = ACTIONS(2734), + [anon_sym_str] = ACTIONS(2734), + [anon_sym_char] = ACTIONS(2734), + [anon_sym_DASH] = ACTIONS(2732), + [anon_sym_BANG] = ACTIONS(2732), + [anon_sym_AMP] = ACTIONS(2732), + [anon_sym_PIPE] = ACTIONS(2732), + [anon_sym_LT] = ACTIONS(2732), + [anon_sym_DOT_DOT] = ACTIONS(2732), + [anon_sym_COLON_COLON] = ACTIONS(2732), + [anon_sym_POUND] = ACTIONS(2732), + [anon_sym_SQUOTE] = ACTIONS(2734), + [anon_sym_async] = ACTIONS(2734), + [anon_sym_break] = ACTIONS(2734), + [anon_sym_const] = ACTIONS(2734), + [anon_sym_continue] = ACTIONS(2734), + [anon_sym_default] = ACTIONS(2734), + [anon_sym_enum] = ACTIONS(2734), + [anon_sym_fn] = ACTIONS(2734), + [anon_sym_for] = ACTIONS(2734), + [anon_sym_gen] = ACTIONS(2734), + [anon_sym_if] = ACTIONS(2734), + [anon_sym_impl] = ACTIONS(2734), + [anon_sym_let] = ACTIONS(2734), + [anon_sym_loop] = ACTIONS(2734), + [anon_sym_match] = ACTIONS(2734), + [anon_sym_mod] = ACTIONS(2734), + [anon_sym_pub] = ACTIONS(2734), + [anon_sym_return] = ACTIONS(2734), + [anon_sym_static] = ACTIONS(2734), + [anon_sym_struct] = ACTIONS(2734), + [anon_sym_trait] = ACTIONS(2734), + [anon_sym_type] = ACTIONS(2734), + [anon_sym_union] = ACTIONS(2734), + [anon_sym_unsafe] = ACTIONS(2734), + [anon_sym_use] = ACTIONS(2734), + [anon_sym_while] = ACTIONS(2734), + [anon_sym_extern] = ACTIONS(2734), + [anon_sym_yield] = ACTIONS(2734), + [anon_sym_move] = ACTIONS(2734), + [anon_sym_try] = ACTIONS(2734), + [sym_integer_literal] = ACTIONS(2732), + [aux_sym_string_literal_token1] = ACTIONS(2732), + [sym_char_literal] = ACTIONS(2732), + [anon_sym_true] = ACTIONS(2734), + [anon_sym_false] = ACTIONS(2734), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2734), + [sym_super] = ACTIONS(2734), + [sym_crate] = ACTIONS(2734), + [sym_metavariable] = ACTIONS(2732), + [sym__raw_string_literal_start] = ACTIONS(2732), + [sym_float_literal] = ACTIONS(2732), }, [STATE(705)] = { [sym_line_comment] = STATE(705), [sym_block_comment] = STATE(705), - [ts_builtin_sym_end] = ACTIONS(2645), - [sym_identifier] = ACTIONS(2647), - [anon_sym_SEMI] = ACTIONS(2645), - [anon_sym_macro_rules_BANG] = ACTIONS(2645), - [anon_sym_LPAREN] = ACTIONS(2645), - [anon_sym_LBRACK] = ACTIONS(2645), - [anon_sym_LBRACE] = ACTIONS(2645), - [anon_sym_RBRACE] = ACTIONS(2645), - [anon_sym_STAR] = ACTIONS(2645), - [anon_sym_u8] = ACTIONS(2647), - [anon_sym_i8] = ACTIONS(2647), - [anon_sym_u16] = ACTIONS(2647), - [anon_sym_i16] = ACTIONS(2647), - [anon_sym_u32] = ACTIONS(2647), - [anon_sym_i32] = ACTIONS(2647), - [anon_sym_u64] = ACTIONS(2647), - [anon_sym_i64] = ACTIONS(2647), - [anon_sym_u128] = ACTIONS(2647), - [anon_sym_i128] = ACTIONS(2647), - [anon_sym_isize] = ACTIONS(2647), - [anon_sym_usize] = ACTIONS(2647), - [anon_sym_f32] = ACTIONS(2647), - [anon_sym_f64] = ACTIONS(2647), - [anon_sym_bool] = ACTIONS(2647), - [anon_sym_str] = ACTIONS(2647), - [anon_sym_char] = ACTIONS(2647), - [anon_sym_DASH] = ACTIONS(2645), - [anon_sym_BANG] = ACTIONS(2645), - [anon_sym_AMP] = ACTIONS(2645), - [anon_sym_PIPE] = ACTIONS(2645), - [anon_sym_LT] = ACTIONS(2645), - [anon_sym_DOT_DOT] = ACTIONS(2645), - [anon_sym_COLON_COLON] = ACTIONS(2645), - [anon_sym_POUND] = ACTIONS(2645), - [anon_sym_SQUOTE] = ACTIONS(2647), - [anon_sym_async] = ACTIONS(2647), - [anon_sym_break] = ACTIONS(2647), - [anon_sym_const] = ACTIONS(2647), - [anon_sym_continue] = ACTIONS(2647), - [anon_sym_default] = ACTIONS(2647), - [anon_sym_enum] = ACTIONS(2647), - [anon_sym_fn] = ACTIONS(2647), - [anon_sym_for] = ACTIONS(2647), - [anon_sym_gen] = ACTIONS(2647), - [anon_sym_if] = ACTIONS(2647), - [anon_sym_impl] = ACTIONS(2647), - [anon_sym_let] = ACTIONS(2647), - [anon_sym_loop] = ACTIONS(2647), - [anon_sym_match] = ACTIONS(2647), - [anon_sym_mod] = ACTIONS(2647), - [anon_sym_pub] = ACTIONS(2647), - [anon_sym_return] = ACTIONS(2647), - [anon_sym_static] = ACTIONS(2647), - [anon_sym_struct] = ACTIONS(2647), - [anon_sym_trait] = ACTIONS(2647), - [anon_sym_type] = ACTIONS(2647), - [anon_sym_union] = ACTIONS(2647), - [anon_sym_unsafe] = ACTIONS(2647), - [anon_sym_use] = ACTIONS(2647), - [anon_sym_while] = ACTIONS(2647), - [anon_sym_extern] = ACTIONS(2647), - [anon_sym_yield] = ACTIONS(2647), - [anon_sym_move] = ACTIONS(2647), - [anon_sym_try] = ACTIONS(2647), - [sym_integer_literal] = ACTIONS(2645), - [aux_sym_string_literal_token1] = ACTIONS(2645), - [sym_char_literal] = ACTIONS(2645), - [anon_sym_true] = ACTIONS(2647), - [anon_sym_false] = ACTIONS(2647), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2647), - [sym_super] = ACTIONS(2647), - [sym_crate] = ACTIONS(2647), - [sym_metavariable] = ACTIONS(2645), - [sym__raw_string_literal_start] = ACTIONS(2645), - [sym_float_literal] = ACTIONS(2645), + [ts_builtin_sym_end] = ACTIONS(2736), + [sym_identifier] = ACTIONS(2738), + [anon_sym_SEMI] = ACTIONS(2736), + [anon_sym_macro_rules_BANG] = ACTIONS(2736), + [anon_sym_LPAREN] = ACTIONS(2736), + [anon_sym_LBRACK] = ACTIONS(2736), + [anon_sym_LBRACE] = ACTIONS(2736), + [anon_sym_RBRACE] = ACTIONS(2736), + [anon_sym_STAR] = ACTIONS(2736), + [anon_sym_u8] = ACTIONS(2738), + [anon_sym_i8] = ACTIONS(2738), + [anon_sym_u16] = ACTIONS(2738), + [anon_sym_i16] = ACTIONS(2738), + [anon_sym_u32] = ACTIONS(2738), + [anon_sym_i32] = ACTIONS(2738), + [anon_sym_u64] = ACTIONS(2738), + [anon_sym_i64] = ACTIONS(2738), + [anon_sym_u128] = ACTIONS(2738), + [anon_sym_i128] = ACTIONS(2738), + [anon_sym_isize] = ACTIONS(2738), + [anon_sym_usize] = ACTIONS(2738), + [anon_sym_f32] = ACTIONS(2738), + [anon_sym_f64] = ACTIONS(2738), + [anon_sym_bool] = ACTIONS(2738), + [anon_sym_str] = ACTIONS(2738), + [anon_sym_char] = ACTIONS(2738), + [anon_sym_DASH] = ACTIONS(2736), + [anon_sym_BANG] = ACTIONS(2736), + [anon_sym_AMP] = ACTIONS(2736), + [anon_sym_PIPE] = ACTIONS(2736), + [anon_sym_LT] = ACTIONS(2736), + [anon_sym_DOT_DOT] = ACTIONS(2736), + [anon_sym_COLON_COLON] = ACTIONS(2736), + [anon_sym_POUND] = ACTIONS(2736), + [anon_sym_SQUOTE] = ACTIONS(2738), + [anon_sym_async] = ACTIONS(2738), + [anon_sym_break] = ACTIONS(2738), + [anon_sym_const] = ACTIONS(2738), + [anon_sym_continue] = ACTIONS(2738), + [anon_sym_default] = ACTIONS(2738), + [anon_sym_enum] = ACTIONS(2738), + [anon_sym_fn] = ACTIONS(2738), + [anon_sym_for] = ACTIONS(2738), + [anon_sym_gen] = ACTIONS(2738), + [anon_sym_if] = ACTIONS(2738), + [anon_sym_impl] = ACTIONS(2738), + [anon_sym_let] = ACTIONS(2738), + [anon_sym_loop] = ACTIONS(2738), + [anon_sym_match] = ACTIONS(2738), + [anon_sym_mod] = ACTIONS(2738), + [anon_sym_pub] = ACTIONS(2738), + [anon_sym_return] = ACTIONS(2738), + [anon_sym_static] = ACTIONS(2738), + [anon_sym_struct] = ACTIONS(2738), + [anon_sym_trait] = ACTIONS(2738), + [anon_sym_type] = ACTIONS(2738), + [anon_sym_union] = ACTIONS(2738), + [anon_sym_unsafe] = ACTIONS(2738), + [anon_sym_use] = ACTIONS(2738), + [anon_sym_while] = ACTIONS(2738), + [anon_sym_extern] = ACTIONS(2738), + [anon_sym_yield] = ACTIONS(2738), + [anon_sym_move] = ACTIONS(2738), + [anon_sym_try] = ACTIONS(2738), + [sym_integer_literal] = ACTIONS(2736), + [aux_sym_string_literal_token1] = ACTIONS(2736), + [sym_char_literal] = ACTIONS(2736), + [anon_sym_true] = ACTIONS(2738), + [anon_sym_false] = ACTIONS(2738), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2738), + [sym_super] = ACTIONS(2738), + [sym_crate] = ACTIONS(2738), + [sym_metavariable] = ACTIONS(2736), + [sym__raw_string_literal_start] = ACTIONS(2736), + [sym_float_literal] = ACTIONS(2736), }, [STATE(706)] = { [sym_line_comment] = STATE(706), [sym_block_comment] = STATE(706), - [ts_builtin_sym_end] = ACTIONS(2649), - [sym_identifier] = ACTIONS(2651), - [anon_sym_SEMI] = ACTIONS(2649), - [anon_sym_macro_rules_BANG] = ACTIONS(2649), - [anon_sym_LPAREN] = ACTIONS(2649), - [anon_sym_LBRACK] = ACTIONS(2649), - [anon_sym_LBRACE] = ACTIONS(2649), - [anon_sym_RBRACE] = ACTIONS(2649), - [anon_sym_STAR] = ACTIONS(2649), - [anon_sym_u8] = ACTIONS(2651), - [anon_sym_i8] = ACTIONS(2651), - [anon_sym_u16] = ACTIONS(2651), - [anon_sym_i16] = ACTIONS(2651), - [anon_sym_u32] = ACTIONS(2651), - [anon_sym_i32] = ACTIONS(2651), - [anon_sym_u64] = ACTIONS(2651), - [anon_sym_i64] = ACTIONS(2651), - [anon_sym_u128] = ACTIONS(2651), - [anon_sym_i128] = ACTIONS(2651), - [anon_sym_isize] = ACTIONS(2651), - [anon_sym_usize] = ACTIONS(2651), - [anon_sym_f32] = ACTIONS(2651), - [anon_sym_f64] = ACTIONS(2651), - [anon_sym_bool] = ACTIONS(2651), - [anon_sym_str] = ACTIONS(2651), - [anon_sym_char] = ACTIONS(2651), - [anon_sym_DASH] = ACTIONS(2649), - [anon_sym_BANG] = ACTIONS(2649), - [anon_sym_AMP] = ACTIONS(2649), - [anon_sym_PIPE] = ACTIONS(2649), - [anon_sym_LT] = ACTIONS(2649), - [anon_sym_DOT_DOT] = ACTIONS(2649), - [anon_sym_COLON_COLON] = ACTIONS(2649), - [anon_sym_POUND] = ACTIONS(2649), - [anon_sym_SQUOTE] = ACTIONS(2651), - [anon_sym_async] = ACTIONS(2651), - [anon_sym_break] = ACTIONS(2651), - [anon_sym_const] = ACTIONS(2651), - [anon_sym_continue] = ACTIONS(2651), - [anon_sym_default] = ACTIONS(2651), - [anon_sym_enum] = ACTIONS(2651), - [anon_sym_fn] = ACTIONS(2651), - [anon_sym_for] = ACTIONS(2651), - [anon_sym_gen] = ACTIONS(2651), - [anon_sym_if] = ACTIONS(2651), - [anon_sym_impl] = ACTIONS(2651), - [anon_sym_let] = ACTIONS(2651), - [anon_sym_loop] = ACTIONS(2651), - [anon_sym_match] = ACTIONS(2651), - [anon_sym_mod] = ACTIONS(2651), - [anon_sym_pub] = ACTIONS(2651), - [anon_sym_return] = ACTIONS(2651), - [anon_sym_static] = ACTIONS(2651), - [anon_sym_struct] = ACTIONS(2651), - [anon_sym_trait] = ACTIONS(2651), - [anon_sym_type] = ACTIONS(2651), - [anon_sym_union] = ACTIONS(2651), - [anon_sym_unsafe] = ACTIONS(2651), - [anon_sym_use] = ACTIONS(2651), - [anon_sym_while] = ACTIONS(2651), - [anon_sym_extern] = ACTIONS(2651), - [anon_sym_yield] = ACTIONS(2651), - [anon_sym_move] = ACTIONS(2651), - [anon_sym_try] = ACTIONS(2651), - [sym_integer_literal] = ACTIONS(2649), - [aux_sym_string_literal_token1] = ACTIONS(2649), - [sym_char_literal] = ACTIONS(2649), - [anon_sym_true] = ACTIONS(2651), - [anon_sym_false] = ACTIONS(2651), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2651), - [sym_super] = ACTIONS(2651), - [sym_crate] = ACTIONS(2651), - [sym_metavariable] = ACTIONS(2649), - [sym__raw_string_literal_start] = ACTIONS(2649), - [sym_float_literal] = ACTIONS(2649), + [ts_builtin_sym_end] = ACTIONS(2740), + [sym_identifier] = ACTIONS(2742), + [anon_sym_SEMI] = ACTIONS(2740), + [anon_sym_macro_rules_BANG] = ACTIONS(2740), + [anon_sym_LPAREN] = ACTIONS(2740), + [anon_sym_LBRACK] = ACTIONS(2740), + [anon_sym_LBRACE] = ACTIONS(2740), + [anon_sym_RBRACE] = ACTIONS(2740), + [anon_sym_STAR] = ACTIONS(2740), + [anon_sym_u8] = ACTIONS(2742), + [anon_sym_i8] = ACTIONS(2742), + [anon_sym_u16] = ACTIONS(2742), + [anon_sym_i16] = ACTIONS(2742), + [anon_sym_u32] = ACTIONS(2742), + [anon_sym_i32] = ACTIONS(2742), + [anon_sym_u64] = ACTIONS(2742), + [anon_sym_i64] = ACTIONS(2742), + [anon_sym_u128] = ACTIONS(2742), + [anon_sym_i128] = ACTIONS(2742), + [anon_sym_isize] = ACTIONS(2742), + [anon_sym_usize] = ACTIONS(2742), + [anon_sym_f32] = ACTIONS(2742), + [anon_sym_f64] = ACTIONS(2742), + [anon_sym_bool] = ACTIONS(2742), + [anon_sym_str] = ACTIONS(2742), + [anon_sym_char] = ACTIONS(2742), + [anon_sym_DASH] = ACTIONS(2740), + [anon_sym_BANG] = ACTIONS(2740), + [anon_sym_AMP] = ACTIONS(2740), + [anon_sym_PIPE] = ACTIONS(2740), + [anon_sym_LT] = ACTIONS(2740), + [anon_sym_DOT_DOT] = ACTIONS(2740), + [anon_sym_COLON_COLON] = ACTIONS(2740), + [anon_sym_POUND] = ACTIONS(2740), + [anon_sym_SQUOTE] = ACTIONS(2742), + [anon_sym_async] = ACTIONS(2742), + [anon_sym_break] = ACTIONS(2742), + [anon_sym_const] = ACTIONS(2742), + [anon_sym_continue] = ACTIONS(2742), + [anon_sym_default] = ACTIONS(2742), + [anon_sym_enum] = ACTIONS(2742), + [anon_sym_fn] = ACTIONS(2742), + [anon_sym_for] = ACTIONS(2742), + [anon_sym_gen] = ACTIONS(2742), + [anon_sym_if] = ACTIONS(2742), + [anon_sym_impl] = ACTIONS(2742), + [anon_sym_let] = ACTIONS(2742), + [anon_sym_loop] = ACTIONS(2742), + [anon_sym_match] = ACTIONS(2742), + [anon_sym_mod] = ACTIONS(2742), + [anon_sym_pub] = ACTIONS(2742), + [anon_sym_return] = ACTIONS(2742), + [anon_sym_static] = ACTIONS(2742), + [anon_sym_struct] = ACTIONS(2742), + [anon_sym_trait] = ACTIONS(2742), + [anon_sym_type] = ACTIONS(2742), + [anon_sym_union] = ACTIONS(2742), + [anon_sym_unsafe] = ACTIONS(2742), + [anon_sym_use] = ACTIONS(2742), + [anon_sym_while] = ACTIONS(2742), + [anon_sym_extern] = ACTIONS(2742), + [anon_sym_yield] = ACTIONS(2742), + [anon_sym_move] = ACTIONS(2742), + [anon_sym_try] = ACTIONS(2742), + [sym_integer_literal] = ACTIONS(2740), + [aux_sym_string_literal_token1] = ACTIONS(2740), + [sym_char_literal] = ACTIONS(2740), + [anon_sym_true] = ACTIONS(2742), + [anon_sym_false] = ACTIONS(2742), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2742), + [sym_super] = ACTIONS(2742), + [sym_crate] = ACTIONS(2742), + [sym_metavariable] = ACTIONS(2740), + [sym__raw_string_literal_start] = ACTIONS(2740), + [sym_float_literal] = ACTIONS(2740), }, [STATE(707)] = { [sym_line_comment] = STATE(707), [sym_block_comment] = STATE(707), - [ts_builtin_sym_end] = ACTIONS(2653), - [sym_identifier] = ACTIONS(2655), - [anon_sym_SEMI] = ACTIONS(2653), - [anon_sym_macro_rules_BANG] = ACTIONS(2653), - [anon_sym_LPAREN] = ACTIONS(2653), - [anon_sym_LBRACK] = ACTIONS(2653), - [anon_sym_LBRACE] = ACTIONS(2653), - [anon_sym_RBRACE] = ACTIONS(2653), - [anon_sym_STAR] = ACTIONS(2653), - [anon_sym_u8] = ACTIONS(2655), - [anon_sym_i8] = ACTIONS(2655), - [anon_sym_u16] = ACTIONS(2655), - [anon_sym_i16] = ACTIONS(2655), - [anon_sym_u32] = ACTIONS(2655), - [anon_sym_i32] = ACTIONS(2655), - [anon_sym_u64] = ACTIONS(2655), - [anon_sym_i64] = ACTIONS(2655), - [anon_sym_u128] = ACTIONS(2655), - [anon_sym_i128] = ACTIONS(2655), - [anon_sym_isize] = ACTIONS(2655), - [anon_sym_usize] = ACTIONS(2655), - [anon_sym_f32] = ACTIONS(2655), - [anon_sym_f64] = ACTIONS(2655), - [anon_sym_bool] = ACTIONS(2655), - [anon_sym_str] = ACTIONS(2655), - [anon_sym_char] = ACTIONS(2655), - [anon_sym_DASH] = ACTIONS(2653), - [anon_sym_BANG] = ACTIONS(2653), - [anon_sym_AMP] = ACTIONS(2653), - [anon_sym_PIPE] = ACTIONS(2653), - [anon_sym_LT] = ACTIONS(2653), - [anon_sym_DOT_DOT] = ACTIONS(2653), - [anon_sym_COLON_COLON] = ACTIONS(2653), - [anon_sym_POUND] = ACTIONS(2653), - [anon_sym_SQUOTE] = ACTIONS(2655), - [anon_sym_async] = ACTIONS(2655), - [anon_sym_break] = ACTIONS(2655), - [anon_sym_const] = ACTIONS(2655), - [anon_sym_continue] = ACTIONS(2655), - [anon_sym_default] = ACTIONS(2655), - [anon_sym_enum] = ACTIONS(2655), - [anon_sym_fn] = ACTIONS(2655), - [anon_sym_for] = ACTIONS(2655), - [anon_sym_gen] = ACTIONS(2655), - [anon_sym_if] = ACTIONS(2655), - [anon_sym_impl] = ACTIONS(2655), - [anon_sym_let] = ACTIONS(2655), - [anon_sym_loop] = ACTIONS(2655), - [anon_sym_match] = ACTIONS(2655), - [anon_sym_mod] = ACTIONS(2655), - [anon_sym_pub] = ACTIONS(2655), - [anon_sym_return] = ACTIONS(2655), - [anon_sym_static] = ACTIONS(2655), - [anon_sym_struct] = ACTIONS(2655), - [anon_sym_trait] = ACTIONS(2655), - [anon_sym_type] = ACTIONS(2655), - [anon_sym_union] = ACTIONS(2655), - [anon_sym_unsafe] = ACTIONS(2655), - [anon_sym_use] = ACTIONS(2655), - [anon_sym_while] = ACTIONS(2655), - [anon_sym_extern] = ACTIONS(2655), - [anon_sym_yield] = ACTIONS(2655), - [anon_sym_move] = ACTIONS(2655), - [anon_sym_try] = ACTIONS(2655), - [sym_integer_literal] = ACTIONS(2653), - [aux_sym_string_literal_token1] = ACTIONS(2653), - [sym_char_literal] = ACTIONS(2653), - [anon_sym_true] = ACTIONS(2655), - [anon_sym_false] = ACTIONS(2655), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2655), - [sym_super] = ACTIONS(2655), - [sym_crate] = ACTIONS(2655), - [sym_metavariable] = ACTIONS(2653), - [sym__raw_string_literal_start] = ACTIONS(2653), - [sym_float_literal] = ACTIONS(2653), + [ts_builtin_sym_end] = ACTIONS(2744), + [sym_identifier] = ACTIONS(2746), + [anon_sym_SEMI] = ACTIONS(2744), + [anon_sym_macro_rules_BANG] = ACTIONS(2744), + [anon_sym_LPAREN] = ACTIONS(2744), + [anon_sym_LBRACK] = ACTIONS(2744), + [anon_sym_LBRACE] = ACTIONS(2744), + [anon_sym_RBRACE] = ACTIONS(2744), + [anon_sym_STAR] = ACTIONS(2744), + [anon_sym_u8] = ACTIONS(2746), + [anon_sym_i8] = ACTIONS(2746), + [anon_sym_u16] = ACTIONS(2746), + [anon_sym_i16] = ACTIONS(2746), + [anon_sym_u32] = ACTIONS(2746), + [anon_sym_i32] = ACTIONS(2746), + [anon_sym_u64] = ACTIONS(2746), + [anon_sym_i64] = ACTIONS(2746), + [anon_sym_u128] = ACTIONS(2746), + [anon_sym_i128] = ACTIONS(2746), + [anon_sym_isize] = ACTIONS(2746), + [anon_sym_usize] = ACTIONS(2746), + [anon_sym_f32] = ACTIONS(2746), + [anon_sym_f64] = ACTIONS(2746), + [anon_sym_bool] = ACTIONS(2746), + [anon_sym_str] = ACTIONS(2746), + [anon_sym_char] = ACTIONS(2746), + [anon_sym_DASH] = ACTIONS(2744), + [anon_sym_BANG] = ACTIONS(2744), + [anon_sym_AMP] = ACTIONS(2744), + [anon_sym_PIPE] = ACTIONS(2744), + [anon_sym_LT] = ACTIONS(2744), + [anon_sym_DOT_DOT] = ACTIONS(2744), + [anon_sym_COLON_COLON] = ACTIONS(2744), + [anon_sym_POUND] = ACTIONS(2744), + [anon_sym_SQUOTE] = ACTIONS(2746), + [anon_sym_async] = ACTIONS(2746), + [anon_sym_break] = ACTIONS(2746), + [anon_sym_const] = ACTIONS(2746), + [anon_sym_continue] = ACTIONS(2746), + [anon_sym_default] = ACTIONS(2746), + [anon_sym_enum] = ACTIONS(2746), + [anon_sym_fn] = ACTIONS(2746), + [anon_sym_for] = ACTIONS(2746), + [anon_sym_gen] = ACTIONS(2746), + [anon_sym_if] = ACTIONS(2746), + [anon_sym_impl] = ACTIONS(2746), + [anon_sym_let] = ACTIONS(2746), + [anon_sym_loop] = ACTIONS(2746), + [anon_sym_match] = ACTIONS(2746), + [anon_sym_mod] = ACTIONS(2746), + [anon_sym_pub] = ACTIONS(2746), + [anon_sym_return] = ACTIONS(2746), + [anon_sym_static] = ACTIONS(2746), + [anon_sym_struct] = ACTIONS(2746), + [anon_sym_trait] = ACTIONS(2746), + [anon_sym_type] = ACTIONS(2746), + [anon_sym_union] = ACTIONS(2746), + [anon_sym_unsafe] = ACTIONS(2746), + [anon_sym_use] = ACTIONS(2746), + [anon_sym_while] = ACTIONS(2746), + [anon_sym_extern] = ACTIONS(2746), + [anon_sym_yield] = ACTIONS(2746), + [anon_sym_move] = ACTIONS(2746), + [anon_sym_try] = ACTIONS(2746), + [sym_integer_literal] = ACTIONS(2744), + [aux_sym_string_literal_token1] = ACTIONS(2744), + [sym_char_literal] = ACTIONS(2744), + [anon_sym_true] = ACTIONS(2746), + [anon_sym_false] = ACTIONS(2746), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2746), + [sym_super] = ACTIONS(2746), + [sym_crate] = ACTIONS(2746), + [sym_metavariable] = ACTIONS(2744), + [sym__raw_string_literal_start] = ACTIONS(2744), + [sym_float_literal] = ACTIONS(2744), }, [STATE(708)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(3061), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2557), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), [sym_line_comment] = STATE(708), [sym_block_comment] = STATE(708), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(2661), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(2669), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [ts_builtin_sym_end] = ACTIONS(2748), + [sym_identifier] = ACTIONS(2750), + [anon_sym_SEMI] = ACTIONS(2748), + [anon_sym_macro_rules_BANG] = ACTIONS(2748), + [anon_sym_LPAREN] = ACTIONS(2748), + [anon_sym_LBRACK] = ACTIONS(2748), + [anon_sym_LBRACE] = ACTIONS(2748), + [anon_sym_RBRACE] = ACTIONS(2748), + [anon_sym_STAR] = ACTIONS(2748), + [anon_sym_u8] = ACTIONS(2750), + [anon_sym_i8] = ACTIONS(2750), + [anon_sym_u16] = ACTIONS(2750), + [anon_sym_i16] = ACTIONS(2750), + [anon_sym_u32] = ACTIONS(2750), + [anon_sym_i32] = ACTIONS(2750), + [anon_sym_u64] = ACTIONS(2750), + [anon_sym_i64] = ACTIONS(2750), + [anon_sym_u128] = ACTIONS(2750), + [anon_sym_i128] = ACTIONS(2750), + [anon_sym_isize] = ACTIONS(2750), + [anon_sym_usize] = ACTIONS(2750), + [anon_sym_f32] = ACTIONS(2750), + [anon_sym_f64] = ACTIONS(2750), + [anon_sym_bool] = ACTIONS(2750), + [anon_sym_str] = ACTIONS(2750), + [anon_sym_char] = ACTIONS(2750), + [anon_sym_DASH] = ACTIONS(2748), + [anon_sym_BANG] = ACTIONS(2748), + [anon_sym_AMP] = ACTIONS(2748), + [anon_sym_PIPE] = ACTIONS(2748), + [anon_sym_LT] = ACTIONS(2748), + [anon_sym_DOT_DOT] = ACTIONS(2748), + [anon_sym_COLON_COLON] = ACTIONS(2748), + [anon_sym_POUND] = ACTIONS(2748), + [anon_sym_SQUOTE] = ACTIONS(2750), + [anon_sym_async] = ACTIONS(2750), + [anon_sym_break] = ACTIONS(2750), + [anon_sym_const] = ACTIONS(2750), + [anon_sym_continue] = ACTIONS(2750), + [anon_sym_default] = ACTIONS(2750), + [anon_sym_enum] = ACTIONS(2750), + [anon_sym_fn] = ACTIONS(2750), + [anon_sym_for] = ACTIONS(2750), + [anon_sym_gen] = ACTIONS(2750), + [anon_sym_if] = ACTIONS(2750), + [anon_sym_impl] = ACTIONS(2750), + [anon_sym_let] = ACTIONS(2750), + [anon_sym_loop] = ACTIONS(2750), + [anon_sym_match] = ACTIONS(2750), + [anon_sym_mod] = ACTIONS(2750), + [anon_sym_pub] = ACTIONS(2750), + [anon_sym_return] = ACTIONS(2750), + [anon_sym_static] = ACTIONS(2750), + [anon_sym_struct] = ACTIONS(2750), + [anon_sym_trait] = ACTIONS(2750), + [anon_sym_type] = ACTIONS(2750), + [anon_sym_union] = ACTIONS(2750), + [anon_sym_unsafe] = ACTIONS(2750), + [anon_sym_use] = ACTIONS(2750), + [anon_sym_while] = ACTIONS(2750), + [anon_sym_extern] = ACTIONS(2750), + [anon_sym_yield] = ACTIONS(2750), + [anon_sym_move] = ACTIONS(2750), + [anon_sym_try] = ACTIONS(2750), + [sym_integer_literal] = ACTIONS(2748), + [aux_sym_string_literal_token1] = ACTIONS(2748), + [sym_char_literal] = ACTIONS(2748), + [anon_sym_true] = ACTIONS(2750), + [anon_sym_false] = ACTIONS(2750), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2750), + [sym_super] = ACTIONS(2750), + [sym_crate] = ACTIONS(2750), + [sym_metavariable] = ACTIONS(2748), + [sym__raw_string_literal_start] = ACTIONS(2748), + [sym_float_literal] = ACTIONS(2748), }, [STATE(709)] = { - [sym_empty_statement] = STATE(1104), - [sym_macro_definition] = STATE(1104), - [sym_attribute_item] = STATE(1104), - [sym_inner_attribute_item] = STATE(1104), - [sym_mod_item] = STATE(1104), - [sym_foreign_mod_item] = STATE(1104), - [sym_struct_item] = STATE(1104), - [sym_union_item] = STATE(1104), - [sym_enum_item] = STATE(1104), - [sym_extern_crate_declaration] = STATE(1104), - [sym_const_item] = STATE(1104), - [sym_static_item] = STATE(1104), - [sym_type_item] = STATE(1104), - [sym_function_item] = STATE(1104), - [sym_function_signature_item] = STATE(1104), - [sym_function_modifiers] = STATE(3659), - [sym_impl_item] = STATE(1104), - [sym_trait_item] = STATE(1104), - [sym_associated_type] = STATE(1104), - [sym_let_declaration] = STATE(1104), - [sym_use_declaration] = STATE(1104), - [sym_extern_modifier] = STATE(2190), - [sym_visibility_modifier] = STATE(1969), - [sym_bracketed_type] = STATE(3387), - [sym_generic_type_with_turbofish] = STATE(3413), - [sym_macro_invocation] = STATE(1104), - [sym_scoped_identifier] = STATE(3248), [sym_line_comment] = STATE(709), [sym_block_comment] = STATE(709), - [aux_sym_declaration_list_repeat1] = STATE(711), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(2443), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_macro_rules_BANG] = ACTIONS(2447), - [anon_sym_RBRACE] = ACTIONS(2681), - [anon_sym_u8] = ACTIONS(2451), - [anon_sym_i8] = ACTIONS(2451), - [anon_sym_u16] = ACTIONS(2451), - [anon_sym_i16] = ACTIONS(2451), - [anon_sym_u32] = ACTIONS(2451), - [anon_sym_i32] = ACTIONS(2451), - [anon_sym_u64] = ACTIONS(2451), - [anon_sym_i64] = ACTIONS(2451), - [anon_sym_u128] = ACTIONS(2451), - [anon_sym_i128] = ACTIONS(2451), - [anon_sym_isize] = ACTIONS(2451), - [anon_sym_usize] = ACTIONS(2451), - [anon_sym_f32] = ACTIONS(2451), - [anon_sym_f64] = ACTIONS(2451), - [anon_sym_bool] = ACTIONS(2451), - [anon_sym_str] = ACTIONS(2451), - [anon_sym_char] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2453), - [anon_sym_POUND] = ACTIONS(2455), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(2457), - [anon_sym_default] = ACTIONS(2459), - [anon_sym_enum] = ACTIONS(2461), - [anon_sym_fn] = ACTIONS(2463), - [anon_sym_gen] = ACTIONS(2465), - [anon_sym_impl] = ACTIONS(2467), - [anon_sym_let] = ACTIONS(2469), - [anon_sym_mod] = ACTIONS(2471), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_trait] = ACTIONS(2477), - [anon_sym_type] = ACTIONS(2479), - [anon_sym_union] = ACTIONS(2481), - [anon_sym_unsafe] = ACTIONS(2483), - [anon_sym_use] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2487), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2489), - [sym_super] = ACTIONS(2489), - [sym_crate] = ACTIONS(2491), - [sym_metavariable] = ACTIONS(2493), + [ts_builtin_sym_end] = ACTIONS(2752), + [sym_identifier] = ACTIONS(2754), + [anon_sym_SEMI] = ACTIONS(2752), + [anon_sym_macro_rules_BANG] = ACTIONS(2752), + [anon_sym_LPAREN] = ACTIONS(2752), + [anon_sym_LBRACK] = ACTIONS(2752), + [anon_sym_LBRACE] = ACTIONS(2752), + [anon_sym_RBRACE] = ACTIONS(2752), + [anon_sym_STAR] = ACTIONS(2752), + [anon_sym_u8] = ACTIONS(2754), + [anon_sym_i8] = ACTIONS(2754), + [anon_sym_u16] = ACTIONS(2754), + [anon_sym_i16] = ACTIONS(2754), + [anon_sym_u32] = ACTIONS(2754), + [anon_sym_i32] = ACTIONS(2754), + [anon_sym_u64] = ACTIONS(2754), + [anon_sym_i64] = ACTIONS(2754), + [anon_sym_u128] = ACTIONS(2754), + [anon_sym_i128] = ACTIONS(2754), + [anon_sym_isize] = ACTIONS(2754), + [anon_sym_usize] = ACTIONS(2754), + [anon_sym_f32] = ACTIONS(2754), + [anon_sym_f64] = ACTIONS(2754), + [anon_sym_bool] = ACTIONS(2754), + [anon_sym_str] = ACTIONS(2754), + [anon_sym_char] = ACTIONS(2754), + [anon_sym_DASH] = ACTIONS(2752), + [anon_sym_BANG] = ACTIONS(2752), + [anon_sym_AMP] = ACTIONS(2752), + [anon_sym_PIPE] = ACTIONS(2752), + [anon_sym_LT] = ACTIONS(2752), + [anon_sym_DOT_DOT] = ACTIONS(2752), + [anon_sym_COLON_COLON] = ACTIONS(2752), + [anon_sym_POUND] = ACTIONS(2752), + [anon_sym_SQUOTE] = ACTIONS(2754), + [anon_sym_async] = ACTIONS(2754), + [anon_sym_break] = ACTIONS(2754), + [anon_sym_const] = ACTIONS(2754), + [anon_sym_continue] = ACTIONS(2754), + [anon_sym_default] = ACTIONS(2754), + [anon_sym_enum] = ACTIONS(2754), + [anon_sym_fn] = ACTIONS(2754), + [anon_sym_for] = ACTIONS(2754), + [anon_sym_gen] = ACTIONS(2754), + [anon_sym_if] = ACTIONS(2754), + [anon_sym_impl] = ACTIONS(2754), + [anon_sym_let] = ACTIONS(2754), + [anon_sym_loop] = ACTIONS(2754), + [anon_sym_match] = ACTIONS(2754), + [anon_sym_mod] = ACTIONS(2754), + [anon_sym_pub] = ACTIONS(2754), + [anon_sym_return] = ACTIONS(2754), + [anon_sym_static] = ACTIONS(2754), + [anon_sym_struct] = ACTIONS(2754), + [anon_sym_trait] = ACTIONS(2754), + [anon_sym_type] = ACTIONS(2754), + [anon_sym_union] = ACTIONS(2754), + [anon_sym_unsafe] = ACTIONS(2754), + [anon_sym_use] = ACTIONS(2754), + [anon_sym_while] = ACTIONS(2754), + [anon_sym_extern] = ACTIONS(2754), + [anon_sym_yield] = ACTIONS(2754), + [anon_sym_move] = ACTIONS(2754), + [anon_sym_try] = ACTIONS(2754), + [sym_integer_literal] = ACTIONS(2752), + [aux_sym_string_literal_token1] = ACTIONS(2752), + [sym_char_literal] = ACTIONS(2752), + [anon_sym_true] = ACTIONS(2754), + [anon_sym_false] = ACTIONS(2754), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2754), + [sym_super] = ACTIONS(2754), + [sym_crate] = ACTIONS(2754), + [sym_metavariable] = ACTIONS(2752), + [sym__raw_string_literal_start] = ACTIONS(2752), + [sym_float_literal] = ACTIONS(2752), }, [STATE(710)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(2989), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2625), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), [sym_line_comment] = STATE(710), [sym_block_comment] = STATE(710), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(2683), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(1521), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [ts_builtin_sym_end] = ACTIONS(2756), + [sym_identifier] = ACTIONS(2758), + [anon_sym_SEMI] = ACTIONS(2756), + [anon_sym_macro_rules_BANG] = ACTIONS(2756), + [anon_sym_LPAREN] = ACTIONS(2756), + [anon_sym_LBRACK] = ACTIONS(2756), + [anon_sym_LBRACE] = ACTIONS(2756), + [anon_sym_RBRACE] = ACTIONS(2756), + [anon_sym_STAR] = ACTIONS(2756), + [anon_sym_u8] = ACTIONS(2758), + [anon_sym_i8] = ACTIONS(2758), + [anon_sym_u16] = ACTIONS(2758), + [anon_sym_i16] = ACTIONS(2758), + [anon_sym_u32] = ACTIONS(2758), + [anon_sym_i32] = ACTIONS(2758), + [anon_sym_u64] = ACTIONS(2758), + [anon_sym_i64] = ACTIONS(2758), + [anon_sym_u128] = ACTIONS(2758), + [anon_sym_i128] = ACTIONS(2758), + [anon_sym_isize] = ACTIONS(2758), + [anon_sym_usize] = ACTIONS(2758), + [anon_sym_f32] = ACTIONS(2758), + [anon_sym_f64] = ACTIONS(2758), + [anon_sym_bool] = ACTIONS(2758), + [anon_sym_str] = ACTIONS(2758), + [anon_sym_char] = ACTIONS(2758), + [anon_sym_DASH] = ACTIONS(2756), + [anon_sym_BANG] = ACTIONS(2756), + [anon_sym_AMP] = ACTIONS(2756), + [anon_sym_PIPE] = ACTIONS(2756), + [anon_sym_LT] = ACTIONS(2756), + [anon_sym_DOT_DOT] = ACTIONS(2756), + [anon_sym_COLON_COLON] = ACTIONS(2756), + [anon_sym_POUND] = ACTIONS(2756), + [anon_sym_SQUOTE] = ACTIONS(2758), + [anon_sym_async] = ACTIONS(2758), + [anon_sym_break] = ACTIONS(2758), + [anon_sym_const] = ACTIONS(2758), + [anon_sym_continue] = ACTIONS(2758), + [anon_sym_default] = ACTIONS(2758), + [anon_sym_enum] = ACTIONS(2758), + [anon_sym_fn] = ACTIONS(2758), + [anon_sym_for] = ACTIONS(2758), + [anon_sym_gen] = ACTIONS(2758), + [anon_sym_if] = ACTIONS(2758), + [anon_sym_impl] = ACTIONS(2758), + [anon_sym_let] = ACTIONS(2758), + [anon_sym_loop] = ACTIONS(2758), + [anon_sym_match] = ACTIONS(2758), + [anon_sym_mod] = ACTIONS(2758), + [anon_sym_pub] = ACTIONS(2758), + [anon_sym_return] = ACTIONS(2758), + [anon_sym_static] = ACTIONS(2758), + [anon_sym_struct] = ACTIONS(2758), + [anon_sym_trait] = ACTIONS(2758), + [anon_sym_type] = ACTIONS(2758), + [anon_sym_union] = ACTIONS(2758), + [anon_sym_unsafe] = ACTIONS(2758), + [anon_sym_use] = ACTIONS(2758), + [anon_sym_while] = ACTIONS(2758), + [anon_sym_extern] = ACTIONS(2758), + [anon_sym_yield] = ACTIONS(2758), + [anon_sym_move] = ACTIONS(2758), + [anon_sym_try] = ACTIONS(2758), + [sym_integer_literal] = ACTIONS(2756), + [aux_sym_string_literal_token1] = ACTIONS(2756), + [sym_char_literal] = ACTIONS(2756), + [anon_sym_true] = ACTIONS(2758), + [anon_sym_false] = ACTIONS(2758), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2758), + [sym_super] = ACTIONS(2758), + [sym_crate] = ACTIONS(2758), + [sym_metavariable] = ACTIONS(2756), + [sym__raw_string_literal_start] = ACTIONS(2756), + [sym_float_literal] = ACTIONS(2756), }, [STATE(711)] = { - [sym_empty_statement] = STATE(1104), - [sym_macro_definition] = STATE(1104), - [sym_attribute_item] = STATE(1104), - [sym_inner_attribute_item] = STATE(1104), - [sym_mod_item] = STATE(1104), - [sym_foreign_mod_item] = STATE(1104), - [sym_struct_item] = STATE(1104), - [sym_union_item] = STATE(1104), - [sym_enum_item] = STATE(1104), - [sym_extern_crate_declaration] = STATE(1104), - [sym_const_item] = STATE(1104), - [sym_static_item] = STATE(1104), - [sym_type_item] = STATE(1104), - [sym_function_item] = STATE(1104), - [sym_function_signature_item] = STATE(1104), - [sym_function_modifiers] = STATE(3659), - [sym_impl_item] = STATE(1104), - [sym_trait_item] = STATE(1104), - [sym_associated_type] = STATE(1104), - [sym_let_declaration] = STATE(1104), - [sym_use_declaration] = STATE(1104), - [sym_extern_modifier] = STATE(2190), - [sym_visibility_modifier] = STATE(1969), - [sym_bracketed_type] = STATE(3387), - [sym_generic_type_with_turbofish] = STATE(3413), - [sym_macro_invocation] = STATE(1104), - [sym_scoped_identifier] = STATE(3248), [sym_line_comment] = STATE(711), [sym_block_comment] = STATE(711), - [aux_sym_declaration_list_repeat1] = STATE(739), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(2443), - [anon_sym_SEMI] = ACTIONS(2445), - [anon_sym_macro_rules_BANG] = ACTIONS(2447), - [anon_sym_RBRACE] = ACTIONS(2685), - [anon_sym_u8] = ACTIONS(2451), - [anon_sym_i8] = ACTIONS(2451), - [anon_sym_u16] = ACTIONS(2451), - [anon_sym_i16] = ACTIONS(2451), - [anon_sym_u32] = ACTIONS(2451), - [anon_sym_i32] = ACTIONS(2451), - [anon_sym_u64] = ACTIONS(2451), - [anon_sym_i64] = ACTIONS(2451), - [anon_sym_u128] = ACTIONS(2451), - [anon_sym_i128] = ACTIONS(2451), - [anon_sym_isize] = ACTIONS(2451), - [anon_sym_usize] = ACTIONS(2451), - [anon_sym_f32] = ACTIONS(2451), - [anon_sym_f64] = ACTIONS(2451), - [anon_sym_bool] = ACTIONS(2451), - [anon_sym_str] = ACTIONS(2451), - [anon_sym_char] = ACTIONS(2451), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(2453), - [anon_sym_POUND] = ACTIONS(2455), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(2457), - [anon_sym_default] = ACTIONS(2459), - [anon_sym_enum] = ACTIONS(2461), - [anon_sym_fn] = ACTIONS(2463), - [anon_sym_gen] = ACTIONS(2465), - [anon_sym_impl] = ACTIONS(2467), - [anon_sym_let] = ACTIONS(2469), - [anon_sym_mod] = ACTIONS(2471), - [anon_sym_pub] = ACTIONS(69), - [anon_sym_static] = ACTIONS(2473), - [anon_sym_struct] = ACTIONS(2475), - [anon_sym_trait] = ACTIONS(2477), - [anon_sym_type] = ACTIONS(2479), - [anon_sym_union] = ACTIONS(2481), - [anon_sym_unsafe] = ACTIONS(2483), - [anon_sym_use] = ACTIONS(2485), - [anon_sym_extern] = ACTIONS(2487), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2489), - [sym_super] = ACTIONS(2489), - [sym_crate] = ACTIONS(2491), - [sym_metavariable] = ACTIONS(2493), + [ts_builtin_sym_end] = ACTIONS(2760), + [sym_identifier] = ACTIONS(2762), + [anon_sym_SEMI] = ACTIONS(2760), + [anon_sym_macro_rules_BANG] = ACTIONS(2760), + [anon_sym_LPAREN] = ACTIONS(2760), + [anon_sym_LBRACK] = ACTIONS(2760), + [anon_sym_LBRACE] = ACTIONS(2760), + [anon_sym_RBRACE] = ACTIONS(2760), + [anon_sym_STAR] = ACTIONS(2760), + [anon_sym_u8] = ACTIONS(2762), + [anon_sym_i8] = ACTIONS(2762), + [anon_sym_u16] = ACTIONS(2762), + [anon_sym_i16] = ACTIONS(2762), + [anon_sym_u32] = ACTIONS(2762), + [anon_sym_i32] = ACTIONS(2762), + [anon_sym_u64] = ACTIONS(2762), + [anon_sym_i64] = ACTIONS(2762), + [anon_sym_u128] = ACTIONS(2762), + [anon_sym_i128] = ACTIONS(2762), + [anon_sym_isize] = ACTIONS(2762), + [anon_sym_usize] = ACTIONS(2762), + [anon_sym_f32] = ACTIONS(2762), + [anon_sym_f64] = ACTIONS(2762), + [anon_sym_bool] = ACTIONS(2762), + [anon_sym_str] = ACTIONS(2762), + [anon_sym_char] = ACTIONS(2762), + [anon_sym_DASH] = ACTIONS(2760), + [anon_sym_BANG] = ACTIONS(2760), + [anon_sym_AMP] = ACTIONS(2760), + [anon_sym_PIPE] = ACTIONS(2760), + [anon_sym_LT] = ACTIONS(2760), + [anon_sym_DOT_DOT] = ACTIONS(2760), + [anon_sym_COLON_COLON] = ACTIONS(2760), + [anon_sym_POUND] = ACTIONS(2760), + [anon_sym_SQUOTE] = ACTIONS(2762), + [anon_sym_async] = ACTIONS(2762), + [anon_sym_break] = ACTIONS(2762), + [anon_sym_const] = ACTIONS(2762), + [anon_sym_continue] = ACTIONS(2762), + [anon_sym_default] = ACTIONS(2762), + [anon_sym_enum] = ACTIONS(2762), + [anon_sym_fn] = ACTIONS(2762), + [anon_sym_for] = ACTIONS(2762), + [anon_sym_gen] = ACTIONS(2762), + [anon_sym_if] = ACTIONS(2762), + [anon_sym_impl] = ACTIONS(2762), + [anon_sym_let] = ACTIONS(2762), + [anon_sym_loop] = ACTIONS(2762), + [anon_sym_match] = ACTIONS(2762), + [anon_sym_mod] = ACTIONS(2762), + [anon_sym_pub] = ACTIONS(2762), + [anon_sym_return] = ACTIONS(2762), + [anon_sym_static] = ACTIONS(2762), + [anon_sym_struct] = ACTIONS(2762), + [anon_sym_trait] = ACTIONS(2762), + [anon_sym_type] = ACTIONS(2762), + [anon_sym_union] = ACTIONS(2762), + [anon_sym_unsafe] = ACTIONS(2762), + [anon_sym_use] = ACTIONS(2762), + [anon_sym_while] = ACTIONS(2762), + [anon_sym_extern] = ACTIONS(2762), + [anon_sym_yield] = ACTIONS(2762), + [anon_sym_move] = ACTIONS(2762), + [anon_sym_try] = ACTIONS(2762), + [sym_integer_literal] = ACTIONS(2760), + [aux_sym_string_literal_token1] = ACTIONS(2760), + [sym_char_literal] = ACTIONS(2760), + [anon_sym_true] = ACTIONS(2762), + [anon_sym_false] = ACTIONS(2762), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2762), + [sym_super] = ACTIONS(2762), + [sym_crate] = ACTIONS(2762), + [sym_metavariable] = ACTIONS(2760), + [sym__raw_string_literal_start] = ACTIONS(2760), + [sym_float_literal] = ACTIONS(2760), }, [STATE(712)] = { [sym_line_comment] = STATE(712), [sym_block_comment] = STATE(712), - [ts_builtin_sym_end] = ACTIONS(2687), - [sym_identifier] = ACTIONS(2689), - [anon_sym_SEMI] = ACTIONS(2687), - [anon_sym_macro_rules_BANG] = ACTIONS(2687), - [anon_sym_LPAREN] = ACTIONS(2687), - [anon_sym_LBRACK] = ACTIONS(2687), - [anon_sym_LBRACE] = ACTIONS(2687), - [anon_sym_RBRACE] = ACTIONS(2687), - [anon_sym_STAR] = ACTIONS(2687), - [anon_sym_u8] = ACTIONS(2689), - [anon_sym_i8] = ACTIONS(2689), - [anon_sym_u16] = ACTIONS(2689), - [anon_sym_i16] = ACTIONS(2689), - [anon_sym_u32] = ACTIONS(2689), - [anon_sym_i32] = ACTIONS(2689), - [anon_sym_u64] = ACTIONS(2689), - [anon_sym_i64] = ACTIONS(2689), - [anon_sym_u128] = ACTIONS(2689), - [anon_sym_i128] = ACTIONS(2689), - [anon_sym_isize] = ACTIONS(2689), - [anon_sym_usize] = ACTIONS(2689), - [anon_sym_f32] = ACTIONS(2689), - [anon_sym_f64] = ACTIONS(2689), - [anon_sym_bool] = ACTIONS(2689), - [anon_sym_str] = ACTIONS(2689), - [anon_sym_char] = ACTIONS(2689), - [anon_sym_DASH] = ACTIONS(2687), - [anon_sym_BANG] = ACTIONS(2687), - [anon_sym_AMP] = ACTIONS(2687), - [anon_sym_PIPE] = ACTIONS(2687), - [anon_sym_LT] = ACTIONS(2687), - [anon_sym_DOT_DOT] = ACTIONS(2687), - [anon_sym_COLON_COLON] = ACTIONS(2687), - [anon_sym_POUND] = ACTIONS(2687), - [anon_sym_SQUOTE] = ACTIONS(2689), - [anon_sym_async] = ACTIONS(2689), - [anon_sym_break] = ACTIONS(2689), - [anon_sym_const] = ACTIONS(2689), - [anon_sym_continue] = ACTIONS(2689), - [anon_sym_default] = ACTIONS(2689), - [anon_sym_enum] = ACTIONS(2689), - [anon_sym_fn] = ACTIONS(2689), - [anon_sym_for] = ACTIONS(2689), - [anon_sym_gen] = ACTIONS(2689), - [anon_sym_if] = ACTIONS(2689), - [anon_sym_impl] = ACTIONS(2689), - [anon_sym_let] = ACTIONS(2689), - [anon_sym_loop] = ACTIONS(2689), - [anon_sym_match] = ACTIONS(2689), - [anon_sym_mod] = ACTIONS(2689), - [anon_sym_pub] = ACTIONS(2689), - [anon_sym_return] = ACTIONS(2689), - [anon_sym_static] = ACTIONS(2689), - [anon_sym_struct] = ACTIONS(2689), - [anon_sym_trait] = ACTIONS(2689), - [anon_sym_type] = ACTIONS(2689), - [anon_sym_union] = ACTIONS(2689), - [anon_sym_unsafe] = ACTIONS(2689), - [anon_sym_use] = ACTIONS(2689), - [anon_sym_while] = ACTIONS(2689), - [anon_sym_extern] = ACTIONS(2689), - [anon_sym_yield] = ACTIONS(2689), - [anon_sym_move] = ACTIONS(2689), - [anon_sym_try] = ACTIONS(2689), - [sym_integer_literal] = ACTIONS(2687), - [aux_sym_string_literal_token1] = ACTIONS(2687), - [sym_char_literal] = ACTIONS(2687), - [anon_sym_true] = ACTIONS(2689), - [anon_sym_false] = ACTIONS(2689), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2689), - [sym_super] = ACTIONS(2689), - [sym_crate] = ACTIONS(2689), - [sym_metavariable] = ACTIONS(2687), - [sym__raw_string_literal_start] = ACTIONS(2687), - [sym_float_literal] = ACTIONS(2687), + [ts_builtin_sym_end] = ACTIONS(2764), + [sym_identifier] = ACTIONS(2766), + [anon_sym_SEMI] = ACTIONS(2764), + [anon_sym_macro_rules_BANG] = ACTIONS(2764), + [anon_sym_LPAREN] = ACTIONS(2764), + [anon_sym_LBRACK] = ACTIONS(2764), + [anon_sym_LBRACE] = ACTIONS(2764), + [anon_sym_RBRACE] = ACTIONS(2764), + [anon_sym_STAR] = ACTIONS(2764), + [anon_sym_u8] = ACTIONS(2766), + [anon_sym_i8] = ACTIONS(2766), + [anon_sym_u16] = ACTIONS(2766), + [anon_sym_i16] = ACTIONS(2766), + [anon_sym_u32] = ACTIONS(2766), + [anon_sym_i32] = ACTIONS(2766), + [anon_sym_u64] = ACTIONS(2766), + [anon_sym_i64] = ACTIONS(2766), + [anon_sym_u128] = ACTIONS(2766), + [anon_sym_i128] = ACTIONS(2766), + [anon_sym_isize] = ACTIONS(2766), + [anon_sym_usize] = ACTIONS(2766), + [anon_sym_f32] = ACTIONS(2766), + [anon_sym_f64] = ACTIONS(2766), + [anon_sym_bool] = ACTIONS(2766), + [anon_sym_str] = ACTIONS(2766), + [anon_sym_char] = ACTIONS(2766), + [anon_sym_DASH] = ACTIONS(2764), + [anon_sym_BANG] = ACTIONS(2764), + [anon_sym_AMP] = ACTIONS(2764), + [anon_sym_PIPE] = ACTIONS(2764), + [anon_sym_LT] = ACTIONS(2764), + [anon_sym_DOT_DOT] = ACTIONS(2764), + [anon_sym_COLON_COLON] = ACTIONS(2764), + [anon_sym_POUND] = ACTIONS(2764), + [anon_sym_SQUOTE] = ACTIONS(2766), + [anon_sym_async] = ACTIONS(2766), + [anon_sym_break] = ACTIONS(2766), + [anon_sym_const] = ACTIONS(2766), + [anon_sym_continue] = ACTIONS(2766), + [anon_sym_default] = ACTIONS(2766), + [anon_sym_enum] = ACTIONS(2766), + [anon_sym_fn] = ACTIONS(2766), + [anon_sym_for] = ACTIONS(2766), + [anon_sym_gen] = ACTIONS(2766), + [anon_sym_if] = ACTIONS(2766), + [anon_sym_impl] = ACTIONS(2766), + [anon_sym_let] = ACTIONS(2766), + [anon_sym_loop] = ACTIONS(2766), + [anon_sym_match] = ACTIONS(2766), + [anon_sym_mod] = ACTIONS(2766), + [anon_sym_pub] = ACTIONS(2766), + [anon_sym_return] = ACTIONS(2766), + [anon_sym_static] = ACTIONS(2766), + [anon_sym_struct] = ACTIONS(2766), + [anon_sym_trait] = ACTIONS(2766), + [anon_sym_type] = ACTIONS(2766), + [anon_sym_union] = ACTIONS(2766), + [anon_sym_unsafe] = ACTIONS(2766), + [anon_sym_use] = ACTIONS(2766), + [anon_sym_while] = ACTIONS(2766), + [anon_sym_extern] = ACTIONS(2766), + [anon_sym_yield] = ACTIONS(2766), + [anon_sym_move] = ACTIONS(2766), + [anon_sym_try] = ACTIONS(2766), + [sym_integer_literal] = ACTIONS(2764), + [aux_sym_string_literal_token1] = ACTIONS(2764), + [sym_char_literal] = ACTIONS(2764), + [anon_sym_true] = ACTIONS(2766), + [anon_sym_false] = ACTIONS(2766), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2766), + [sym_super] = ACTIONS(2766), + [sym_crate] = ACTIONS(2766), + [sym_metavariable] = ACTIONS(2764), + [sym__raw_string_literal_start] = ACTIONS(2764), + [sym_float_literal] = ACTIONS(2764), }, [STATE(713)] = { [sym_line_comment] = STATE(713), [sym_block_comment] = STATE(713), - [ts_builtin_sym_end] = ACTIONS(2691), - [sym_identifier] = ACTIONS(2693), - [anon_sym_SEMI] = ACTIONS(2691), - [anon_sym_macro_rules_BANG] = ACTIONS(2691), - [anon_sym_LPAREN] = ACTIONS(2691), - [anon_sym_LBRACK] = ACTIONS(2691), - [anon_sym_LBRACE] = ACTIONS(2691), - [anon_sym_RBRACE] = ACTIONS(2691), - [anon_sym_STAR] = ACTIONS(2691), - [anon_sym_u8] = ACTIONS(2693), - [anon_sym_i8] = ACTIONS(2693), - [anon_sym_u16] = ACTIONS(2693), - [anon_sym_i16] = ACTIONS(2693), - [anon_sym_u32] = ACTIONS(2693), - [anon_sym_i32] = ACTIONS(2693), - [anon_sym_u64] = ACTIONS(2693), - [anon_sym_i64] = ACTIONS(2693), - [anon_sym_u128] = ACTIONS(2693), - [anon_sym_i128] = ACTIONS(2693), - [anon_sym_isize] = ACTIONS(2693), - [anon_sym_usize] = ACTIONS(2693), - [anon_sym_f32] = ACTIONS(2693), - [anon_sym_f64] = ACTIONS(2693), - [anon_sym_bool] = ACTIONS(2693), - [anon_sym_str] = ACTIONS(2693), - [anon_sym_char] = ACTIONS(2693), - [anon_sym_DASH] = ACTIONS(2691), - [anon_sym_BANG] = ACTIONS(2691), - [anon_sym_AMP] = ACTIONS(2691), - [anon_sym_PIPE] = ACTIONS(2691), - [anon_sym_LT] = ACTIONS(2691), - [anon_sym_DOT_DOT] = ACTIONS(2691), - [anon_sym_COLON_COLON] = ACTIONS(2691), - [anon_sym_POUND] = ACTIONS(2691), - [anon_sym_SQUOTE] = ACTIONS(2693), - [anon_sym_async] = ACTIONS(2693), - [anon_sym_break] = ACTIONS(2693), - [anon_sym_const] = ACTIONS(2693), - [anon_sym_continue] = ACTIONS(2693), - [anon_sym_default] = ACTIONS(2693), - [anon_sym_enum] = ACTIONS(2693), - [anon_sym_fn] = ACTIONS(2693), - [anon_sym_for] = ACTIONS(2693), - [anon_sym_gen] = ACTIONS(2693), - [anon_sym_if] = ACTIONS(2693), - [anon_sym_impl] = ACTIONS(2693), - [anon_sym_let] = ACTIONS(2693), - [anon_sym_loop] = ACTIONS(2693), - [anon_sym_match] = ACTIONS(2693), - [anon_sym_mod] = ACTIONS(2693), - [anon_sym_pub] = ACTIONS(2693), - [anon_sym_return] = ACTIONS(2693), - [anon_sym_static] = ACTIONS(2693), - [anon_sym_struct] = ACTIONS(2693), - [anon_sym_trait] = ACTIONS(2693), - [anon_sym_type] = ACTIONS(2693), - [anon_sym_union] = ACTIONS(2693), - [anon_sym_unsafe] = ACTIONS(2693), - [anon_sym_use] = ACTIONS(2693), - [anon_sym_while] = ACTIONS(2693), - [anon_sym_extern] = ACTIONS(2693), - [anon_sym_yield] = ACTIONS(2693), - [anon_sym_move] = ACTIONS(2693), - [anon_sym_try] = ACTIONS(2693), - [sym_integer_literal] = ACTIONS(2691), - [aux_sym_string_literal_token1] = ACTIONS(2691), - [sym_char_literal] = ACTIONS(2691), - [anon_sym_true] = ACTIONS(2693), - [anon_sym_false] = ACTIONS(2693), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2693), - [sym_super] = ACTIONS(2693), - [sym_crate] = ACTIONS(2693), - [sym_metavariable] = ACTIONS(2691), - [sym__raw_string_literal_start] = ACTIONS(2691), - [sym_float_literal] = ACTIONS(2691), + [ts_builtin_sym_end] = ACTIONS(2768), + [sym_identifier] = ACTIONS(2770), + [anon_sym_SEMI] = ACTIONS(2768), + [anon_sym_macro_rules_BANG] = ACTIONS(2768), + [anon_sym_LPAREN] = ACTIONS(2768), + [anon_sym_LBRACK] = ACTIONS(2768), + [anon_sym_LBRACE] = ACTIONS(2768), + [anon_sym_RBRACE] = ACTIONS(2768), + [anon_sym_STAR] = ACTIONS(2768), + [anon_sym_u8] = ACTIONS(2770), + [anon_sym_i8] = ACTIONS(2770), + [anon_sym_u16] = ACTIONS(2770), + [anon_sym_i16] = ACTIONS(2770), + [anon_sym_u32] = ACTIONS(2770), + [anon_sym_i32] = ACTIONS(2770), + [anon_sym_u64] = ACTIONS(2770), + [anon_sym_i64] = ACTIONS(2770), + [anon_sym_u128] = ACTIONS(2770), + [anon_sym_i128] = ACTIONS(2770), + [anon_sym_isize] = ACTIONS(2770), + [anon_sym_usize] = ACTIONS(2770), + [anon_sym_f32] = ACTIONS(2770), + [anon_sym_f64] = ACTIONS(2770), + [anon_sym_bool] = ACTIONS(2770), + [anon_sym_str] = ACTIONS(2770), + [anon_sym_char] = ACTIONS(2770), + [anon_sym_DASH] = ACTIONS(2768), + [anon_sym_BANG] = ACTIONS(2768), + [anon_sym_AMP] = ACTIONS(2768), + [anon_sym_PIPE] = ACTIONS(2768), + [anon_sym_LT] = ACTIONS(2768), + [anon_sym_DOT_DOT] = ACTIONS(2768), + [anon_sym_COLON_COLON] = ACTIONS(2768), + [anon_sym_POUND] = ACTIONS(2768), + [anon_sym_SQUOTE] = ACTIONS(2770), + [anon_sym_async] = ACTIONS(2770), + [anon_sym_break] = ACTIONS(2770), + [anon_sym_const] = ACTIONS(2770), + [anon_sym_continue] = ACTIONS(2770), + [anon_sym_default] = ACTIONS(2770), + [anon_sym_enum] = ACTIONS(2770), + [anon_sym_fn] = ACTIONS(2770), + [anon_sym_for] = ACTIONS(2770), + [anon_sym_gen] = ACTIONS(2770), + [anon_sym_if] = ACTIONS(2770), + [anon_sym_impl] = ACTIONS(2770), + [anon_sym_let] = ACTIONS(2770), + [anon_sym_loop] = ACTIONS(2770), + [anon_sym_match] = ACTIONS(2770), + [anon_sym_mod] = ACTIONS(2770), + [anon_sym_pub] = ACTIONS(2770), + [anon_sym_return] = ACTIONS(2770), + [anon_sym_static] = ACTIONS(2770), + [anon_sym_struct] = ACTIONS(2770), + [anon_sym_trait] = ACTIONS(2770), + [anon_sym_type] = ACTIONS(2770), + [anon_sym_union] = ACTIONS(2770), + [anon_sym_unsafe] = ACTIONS(2770), + [anon_sym_use] = ACTIONS(2770), + [anon_sym_while] = ACTIONS(2770), + [anon_sym_extern] = ACTIONS(2770), + [anon_sym_yield] = ACTIONS(2770), + [anon_sym_move] = ACTIONS(2770), + [anon_sym_try] = ACTIONS(2770), + [sym_integer_literal] = ACTIONS(2768), + [aux_sym_string_literal_token1] = ACTIONS(2768), + [sym_char_literal] = ACTIONS(2768), + [anon_sym_true] = ACTIONS(2770), + [anon_sym_false] = ACTIONS(2770), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2770), + [sym_super] = ACTIONS(2770), + [sym_crate] = ACTIONS(2770), + [sym_metavariable] = ACTIONS(2768), + [sym__raw_string_literal_start] = ACTIONS(2768), + [sym_float_literal] = ACTIONS(2768), }, [STATE(714)] = { [sym_line_comment] = STATE(714), [sym_block_comment] = STATE(714), - [ts_builtin_sym_end] = ACTIONS(2695), - [sym_identifier] = ACTIONS(2697), - [anon_sym_SEMI] = ACTIONS(2695), - [anon_sym_macro_rules_BANG] = ACTIONS(2695), - [anon_sym_LPAREN] = ACTIONS(2695), - [anon_sym_LBRACK] = ACTIONS(2695), - [anon_sym_LBRACE] = ACTIONS(2695), - [anon_sym_RBRACE] = ACTIONS(2695), - [anon_sym_STAR] = ACTIONS(2695), - [anon_sym_u8] = ACTIONS(2697), - [anon_sym_i8] = ACTIONS(2697), - [anon_sym_u16] = ACTIONS(2697), - [anon_sym_i16] = ACTIONS(2697), - [anon_sym_u32] = ACTIONS(2697), - [anon_sym_i32] = ACTIONS(2697), - [anon_sym_u64] = ACTIONS(2697), - [anon_sym_i64] = ACTIONS(2697), - [anon_sym_u128] = ACTIONS(2697), - [anon_sym_i128] = ACTIONS(2697), - [anon_sym_isize] = ACTIONS(2697), - [anon_sym_usize] = ACTIONS(2697), - [anon_sym_f32] = ACTIONS(2697), - [anon_sym_f64] = ACTIONS(2697), - [anon_sym_bool] = ACTIONS(2697), - [anon_sym_str] = ACTIONS(2697), - [anon_sym_char] = ACTIONS(2697), - [anon_sym_DASH] = ACTIONS(2695), - [anon_sym_BANG] = ACTIONS(2695), - [anon_sym_AMP] = ACTIONS(2695), - [anon_sym_PIPE] = ACTIONS(2695), - [anon_sym_LT] = ACTIONS(2695), - [anon_sym_DOT_DOT] = ACTIONS(2695), - [anon_sym_COLON_COLON] = ACTIONS(2695), - [anon_sym_POUND] = ACTIONS(2695), - [anon_sym_SQUOTE] = ACTIONS(2697), - [anon_sym_async] = ACTIONS(2697), - [anon_sym_break] = ACTIONS(2697), - [anon_sym_const] = ACTIONS(2697), - [anon_sym_continue] = ACTIONS(2697), - [anon_sym_default] = ACTIONS(2697), - [anon_sym_enum] = ACTIONS(2697), - [anon_sym_fn] = ACTIONS(2697), - [anon_sym_for] = ACTIONS(2697), - [anon_sym_gen] = ACTIONS(2697), - [anon_sym_if] = ACTIONS(2697), - [anon_sym_impl] = ACTIONS(2697), - [anon_sym_let] = ACTIONS(2697), - [anon_sym_loop] = ACTIONS(2697), - [anon_sym_match] = ACTIONS(2697), - [anon_sym_mod] = ACTIONS(2697), - [anon_sym_pub] = ACTIONS(2697), - [anon_sym_return] = ACTIONS(2697), - [anon_sym_static] = ACTIONS(2697), - [anon_sym_struct] = ACTIONS(2697), - [anon_sym_trait] = ACTIONS(2697), - [anon_sym_type] = ACTIONS(2697), - [anon_sym_union] = ACTIONS(2697), - [anon_sym_unsafe] = ACTIONS(2697), - [anon_sym_use] = ACTIONS(2697), - [anon_sym_while] = ACTIONS(2697), - [anon_sym_extern] = ACTIONS(2697), - [anon_sym_yield] = ACTIONS(2697), - [anon_sym_move] = ACTIONS(2697), - [anon_sym_try] = ACTIONS(2697), - [sym_integer_literal] = ACTIONS(2695), - [aux_sym_string_literal_token1] = ACTIONS(2695), - [sym_char_literal] = ACTIONS(2695), - [anon_sym_true] = ACTIONS(2697), - [anon_sym_false] = ACTIONS(2697), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2697), - [sym_super] = ACTIONS(2697), - [sym_crate] = ACTIONS(2697), - [sym_metavariable] = ACTIONS(2695), - [sym__raw_string_literal_start] = ACTIONS(2695), - [sym_float_literal] = ACTIONS(2695), + [ts_builtin_sym_end] = ACTIONS(2772), + [sym_identifier] = ACTIONS(2774), + [anon_sym_SEMI] = ACTIONS(2772), + [anon_sym_macro_rules_BANG] = ACTIONS(2772), + [anon_sym_LPAREN] = ACTIONS(2772), + [anon_sym_LBRACK] = ACTIONS(2772), + [anon_sym_LBRACE] = ACTIONS(2772), + [anon_sym_RBRACE] = ACTIONS(2772), + [anon_sym_STAR] = ACTIONS(2772), + [anon_sym_u8] = ACTIONS(2774), + [anon_sym_i8] = ACTIONS(2774), + [anon_sym_u16] = ACTIONS(2774), + [anon_sym_i16] = ACTIONS(2774), + [anon_sym_u32] = ACTIONS(2774), + [anon_sym_i32] = ACTIONS(2774), + [anon_sym_u64] = ACTIONS(2774), + [anon_sym_i64] = ACTIONS(2774), + [anon_sym_u128] = ACTIONS(2774), + [anon_sym_i128] = ACTIONS(2774), + [anon_sym_isize] = ACTIONS(2774), + [anon_sym_usize] = ACTIONS(2774), + [anon_sym_f32] = ACTIONS(2774), + [anon_sym_f64] = ACTIONS(2774), + [anon_sym_bool] = ACTIONS(2774), + [anon_sym_str] = ACTIONS(2774), + [anon_sym_char] = ACTIONS(2774), + [anon_sym_DASH] = ACTIONS(2772), + [anon_sym_BANG] = ACTIONS(2772), + [anon_sym_AMP] = ACTIONS(2772), + [anon_sym_PIPE] = ACTIONS(2772), + [anon_sym_LT] = ACTIONS(2772), + [anon_sym_DOT_DOT] = ACTIONS(2772), + [anon_sym_COLON_COLON] = ACTIONS(2772), + [anon_sym_POUND] = ACTIONS(2772), + [anon_sym_SQUOTE] = ACTIONS(2774), + [anon_sym_async] = ACTIONS(2774), + [anon_sym_break] = ACTIONS(2774), + [anon_sym_const] = ACTIONS(2774), + [anon_sym_continue] = ACTIONS(2774), + [anon_sym_default] = ACTIONS(2774), + [anon_sym_enum] = ACTIONS(2774), + [anon_sym_fn] = ACTIONS(2774), + [anon_sym_for] = ACTIONS(2774), + [anon_sym_gen] = ACTIONS(2774), + [anon_sym_if] = ACTIONS(2774), + [anon_sym_impl] = ACTIONS(2774), + [anon_sym_let] = ACTIONS(2774), + [anon_sym_loop] = ACTIONS(2774), + [anon_sym_match] = ACTIONS(2774), + [anon_sym_mod] = ACTIONS(2774), + [anon_sym_pub] = ACTIONS(2774), + [anon_sym_return] = ACTIONS(2774), + [anon_sym_static] = ACTIONS(2774), + [anon_sym_struct] = ACTIONS(2774), + [anon_sym_trait] = ACTIONS(2774), + [anon_sym_type] = ACTIONS(2774), + [anon_sym_union] = ACTIONS(2774), + [anon_sym_unsafe] = ACTIONS(2774), + [anon_sym_use] = ACTIONS(2774), + [anon_sym_while] = ACTIONS(2774), + [anon_sym_extern] = ACTIONS(2774), + [anon_sym_yield] = ACTIONS(2774), + [anon_sym_move] = ACTIONS(2774), + [anon_sym_try] = ACTIONS(2774), + [sym_integer_literal] = ACTIONS(2772), + [aux_sym_string_literal_token1] = ACTIONS(2772), + [sym_char_literal] = ACTIONS(2772), + [anon_sym_true] = ACTIONS(2774), + [anon_sym_false] = ACTIONS(2774), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2774), + [sym_super] = ACTIONS(2774), + [sym_crate] = ACTIONS(2774), + [sym_metavariable] = ACTIONS(2772), + [sym__raw_string_literal_start] = ACTIONS(2772), + [sym_float_literal] = ACTIONS(2772), }, [STATE(715)] = { [sym_line_comment] = STATE(715), [sym_block_comment] = STATE(715), - [ts_builtin_sym_end] = ACTIONS(2699), - [sym_identifier] = ACTIONS(2701), - [anon_sym_SEMI] = ACTIONS(2699), - [anon_sym_macro_rules_BANG] = ACTIONS(2699), - [anon_sym_LPAREN] = ACTIONS(2699), - [anon_sym_LBRACK] = ACTIONS(2699), - [anon_sym_LBRACE] = ACTIONS(2699), - [anon_sym_RBRACE] = ACTIONS(2699), - [anon_sym_STAR] = ACTIONS(2699), - [anon_sym_u8] = ACTIONS(2701), - [anon_sym_i8] = ACTIONS(2701), - [anon_sym_u16] = ACTIONS(2701), - [anon_sym_i16] = ACTIONS(2701), - [anon_sym_u32] = ACTIONS(2701), - [anon_sym_i32] = ACTIONS(2701), - [anon_sym_u64] = ACTIONS(2701), - [anon_sym_i64] = ACTIONS(2701), - [anon_sym_u128] = ACTIONS(2701), - [anon_sym_i128] = ACTIONS(2701), - [anon_sym_isize] = ACTIONS(2701), - [anon_sym_usize] = ACTIONS(2701), - [anon_sym_f32] = ACTIONS(2701), - [anon_sym_f64] = ACTIONS(2701), - [anon_sym_bool] = ACTIONS(2701), - [anon_sym_str] = ACTIONS(2701), - [anon_sym_char] = ACTIONS(2701), - [anon_sym_DASH] = ACTIONS(2699), - [anon_sym_BANG] = ACTIONS(2699), - [anon_sym_AMP] = ACTIONS(2699), - [anon_sym_PIPE] = ACTIONS(2699), - [anon_sym_LT] = ACTIONS(2699), - [anon_sym_DOT_DOT] = ACTIONS(2699), - [anon_sym_COLON_COLON] = ACTIONS(2699), - [anon_sym_POUND] = ACTIONS(2699), - [anon_sym_SQUOTE] = ACTIONS(2701), - [anon_sym_async] = ACTIONS(2701), - [anon_sym_break] = ACTIONS(2701), - [anon_sym_const] = ACTIONS(2701), - [anon_sym_continue] = ACTIONS(2701), - [anon_sym_default] = ACTIONS(2701), - [anon_sym_enum] = ACTIONS(2701), - [anon_sym_fn] = ACTIONS(2701), - [anon_sym_for] = ACTIONS(2701), - [anon_sym_gen] = ACTIONS(2701), - [anon_sym_if] = ACTIONS(2701), - [anon_sym_impl] = ACTIONS(2701), - [anon_sym_let] = ACTIONS(2701), - [anon_sym_loop] = ACTIONS(2701), - [anon_sym_match] = ACTIONS(2701), - [anon_sym_mod] = ACTIONS(2701), - [anon_sym_pub] = ACTIONS(2701), - [anon_sym_return] = ACTIONS(2701), - [anon_sym_static] = ACTIONS(2701), - [anon_sym_struct] = ACTIONS(2701), - [anon_sym_trait] = ACTIONS(2701), - [anon_sym_type] = ACTIONS(2701), - [anon_sym_union] = ACTIONS(2701), - [anon_sym_unsafe] = ACTIONS(2701), - [anon_sym_use] = ACTIONS(2701), - [anon_sym_while] = ACTIONS(2701), - [anon_sym_extern] = ACTIONS(2701), - [anon_sym_yield] = ACTIONS(2701), - [anon_sym_move] = ACTIONS(2701), - [anon_sym_try] = ACTIONS(2701), - [sym_integer_literal] = ACTIONS(2699), - [aux_sym_string_literal_token1] = ACTIONS(2699), - [sym_char_literal] = ACTIONS(2699), - [anon_sym_true] = ACTIONS(2701), - [anon_sym_false] = ACTIONS(2701), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2701), - [sym_super] = ACTIONS(2701), - [sym_crate] = ACTIONS(2701), - [sym_metavariable] = ACTIONS(2699), - [sym__raw_string_literal_start] = ACTIONS(2699), - [sym_float_literal] = ACTIONS(2699), + [ts_builtin_sym_end] = ACTIONS(2776), + [sym_identifier] = ACTIONS(2778), + [anon_sym_SEMI] = ACTIONS(2776), + [anon_sym_macro_rules_BANG] = ACTIONS(2776), + [anon_sym_LPAREN] = ACTIONS(2776), + [anon_sym_LBRACK] = ACTIONS(2776), + [anon_sym_LBRACE] = ACTIONS(2776), + [anon_sym_RBRACE] = ACTIONS(2776), + [anon_sym_STAR] = ACTIONS(2776), + [anon_sym_u8] = ACTIONS(2778), + [anon_sym_i8] = ACTIONS(2778), + [anon_sym_u16] = ACTIONS(2778), + [anon_sym_i16] = ACTIONS(2778), + [anon_sym_u32] = ACTIONS(2778), + [anon_sym_i32] = ACTIONS(2778), + [anon_sym_u64] = ACTIONS(2778), + [anon_sym_i64] = ACTIONS(2778), + [anon_sym_u128] = ACTIONS(2778), + [anon_sym_i128] = ACTIONS(2778), + [anon_sym_isize] = ACTIONS(2778), + [anon_sym_usize] = ACTIONS(2778), + [anon_sym_f32] = ACTIONS(2778), + [anon_sym_f64] = ACTIONS(2778), + [anon_sym_bool] = ACTIONS(2778), + [anon_sym_str] = ACTIONS(2778), + [anon_sym_char] = ACTIONS(2778), + [anon_sym_DASH] = ACTIONS(2776), + [anon_sym_BANG] = ACTIONS(2776), + [anon_sym_AMP] = ACTIONS(2776), + [anon_sym_PIPE] = ACTIONS(2776), + [anon_sym_LT] = ACTIONS(2776), + [anon_sym_DOT_DOT] = ACTIONS(2776), + [anon_sym_COLON_COLON] = ACTIONS(2776), + [anon_sym_POUND] = ACTIONS(2776), + [anon_sym_SQUOTE] = ACTIONS(2778), + [anon_sym_async] = ACTIONS(2778), + [anon_sym_break] = ACTIONS(2778), + [anon_sym_const] = ACTIONS(2778), + [anon_sym_continue] = ACTIONS(2778), + [anon_sym_default] = ACTIONS(2778), + [anon_sym_enum] = ACTIONS(2778), + [anon_sym_fn] = ACTIONS(2778), + [anon_sym_for] = ACTIONS(2778), + [anon_sym_gen] = ACTIONS(2778), + [anon_sym_if] = ACTIONS(2778), + [anon_sym_impl] = ACTIONS(2778), + [anon_sym_let] = ACTIONS(2778), + [anon_sym_loop] = ACTIONS(2778), + [anon_sym_match] = ACTIONS(2778), + [anon_sym_mod] = ACTIONS(2778), + [anon_sym_pub] = ACTIONS(2778), + [anon_sym_return] = ACTIONS(2778), + [anon_sym_static] = ACTIONS(2778), + [anon_sym_struct] = ACTIONS(2778), + [anon_sym_trait] = ACTIONS(2778), + [anon_sym_type] = ACTIONS(2778), + [anon_sym_union] = ACTIONS(2778), + [anon_sym_unsafe] = ACTIONS(2778), + [anon_sym_use] = ACTIONS(2778), + [anon_sym_while] = ACTIONS(2778), + [anon_sym_extern] = ACTIONS(2778), + [anon_sym_yield] = ACTIONS(2778), + [anon_sym_move] = ACTIONS(2778), + [anon_sym_try] = ACTIONS(2778), + [sym_integer_literal] = ACTIONS(2776), + [aux_sym_string_literal_token1] = ACTIONS(2776), + [sym_char_literal] = ACTIONS(2776), + [anon_sym_true] = ACTIONS(2778), + [anon_sym_false] = ACTIONS(2778), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2778), + [sym_super] = ACTIONS(2778), + [sym_crate] = ACTIONS(2778), + [sym_metavariable] = ACTIONS(2776), + [sym__raw_string_literal_start] = ACTIONS(2776), + [sym_float_literal] = ACTIONS(2776), }, [STATE(716)] = { [sym_line_comment] = STATE(716), [sym_block_comment] = STATE(716), - [ts_builtin_sym_end] = ACTIONS(2703), - [sym_identifier] = ACTIONS(2705), - [anon_sym_SEMI] = ACTIONS(2703), - [anon_sym_macro_rules_BANG] = ACTIONS(2703), - [anon_sym_LPAREN] = ACTIONS(2703), - [anon_sym_LBRACK] = ACTIONS(2703), - [anon_sym_LBRACE] = ACTIONS(2703), - [anon_sym_RBRACE] = ACTIONS(2703), - [anon_sym_STAR] = ACTIONS(2703), - [anon_sym_u8] = ACTIONS(2705), - [anon_sym_i8] = ACTIONS(2705), - [anon_sym_u16] = ACTIONS(2705), - [anon_sym_i16] = ACTIONS(2705), - [anon_sym_u32] = ACTIONS(2705), - [anon_sym_i32] = ACTIONS(2705), - [anon_sym_u64] = ACTIONS(2705), - [anon_sym_i64] = ACTIONS(2705), - [anon_sym_u128] = ACTIONS(2705), - [anon_sym_i128] = ACTIONS(2705), - [anon_sym_isize] = ACTIONS(2705), - [anon_sym_usize] = ACTIONS(2705), - [anon_sym_f32] = ACTIONS(2705), - [anon_sym_f64] = ACTIONS(2705), - [anon_sym_bool] = ACTIONS(2705), - [anon_sym_str] = ACTIONS(2705), - [anon_sym_char] = ACTIONS(2705), - [anon_sym_DASH] = ACTIONS(2703), - [anon_sym_BANG] = ACTIONS(2703), - [anon_sym_AMP] = ACTIONS(2703), - [anon_sym_PIPE] = ACTIONS(2703), - [anon_sym_LT] = ACTIONS(2703), - [anon_sym_DOT_DOT] = ACTIONS(2703), - [anon_sym_COLON_COLON] = ACTIONS(2703), - [anon_sym_POUND] = ACTIONS(2703), - [anon_sym_SQUOTE] = ACTIONS(2705), - [anon_sym_async] = ACTIONS(2705), - [anon_sym_break] = ACTIONS(2705), - [anon_sym_const] = ACTIONS(2705), - [anon_sym_continue] = ACTIONS(2705), - [anon_sym_default] = ACTIONS(2705), - [anon_sym_enum] = ACTIONS(2705), - [anon_sym_fn] = ACTIONS(2705), - [anon_sym_for] = ACTIONS(2705), - [anon_sym_gen] = ACTIONS(2705), - [anon_sym_if] = ACTIONS(2705), - [anon_sym_impl] = ACTIONS(2705), - [anon_sym_let] = ACTIONS(2705), - [anon_sym_loop] = ACTIONS(2705), - [anon_sym_match] = ACTIONS(2705), - [anon_sym_mod] = ACTIONS(2705), - [anon_sym_pub] = ACTIONS(2705), - [anon_sym_return] = ACTIONS(2705), - [anon_sym_static] = ACTIONS(2705), - [anon_sym_struct] = ACTIONS(2705), - [anon_sym_trait] = ACTIONS(2705), - [anon_sym_type] = ACTIONS(2705), - [anon_sym_union] = ACTIONS(2705), - [anon_sym_unsafe] = ACTIONS(2705), - [anon_sym_use] = ACTIONS(2705), - [anon_sym_while] = ACTIONS(2705), - [anon_sym_extern] = ACTIONS(2705), - [anon_sym_yield] = ACTIONS(2705), - [anon_sym_move] = ACTIONS(2705), - [anon_sym_try] = ACTIONS(2705), - [sym_integer_literal] = ACTIONS(2703), - [aux_sym_string_literal_token1] = ACTIONS(2703), - [sym_char_literal] = ACTIONS(2703), - [anon_sym_true] = ACTIONS(2705), - [anon_sym_false] = ACTIONS(2705), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2705), - [sym_super] = ACTIONS(2705), - [sym_crate] = ACTIONS(2705), - [sym_metavariable] = ACTIONS(2703), - [sym__raw_string_literal_start] = ACTIONS(2703), - [sym_float_literal] = ACTIONS(2703), + [ts_builtin_sym_end] = ACTIONS(2780), + [sym_identifier] = ACTIONS(2782), + [anon_sym_SEMI] = ACTIONS(2780), + [anon_sym_macro_rules_BANG] = ACTIONS(2780), + [anon_sym_LPAREN] = ACTIONS(2780), + [anon_sym_LBRACK] = ACTIONS(2780), + [anon_sym_LBRACE] = ACTIONS(2780), + [anon_sym_RBRACE] = ACTIONS(2780), + [anon_sym_STAR] = ACTIONS(2780), + [anon_sym_u8] = ACTIONS(2782), + [anon_sym_i8] = ACTIONS(2782), + [anon_sym_u16] = ACTIONS(2782), + [anon_sym_i16] = ACTIONS(2782), + [anon_sym_u32] = ACTIONS(2782), + [anon_sym_i32] = ACTIONS(2782), + [anon_sym_u64] = ACTIONS(2782), + [anon_sym_i64] = ACTIONS(2782), + [anon_sym_u128] = ACTIONS(2782), + [anon_sym_i128] = ACTIONS(2782), + [anon_sym_isize] = ACTIONS(2782), + [anon_sym_usize] = ACTIONS(2782), + [anon_sym_f32] = ACTIONS(2782), + [anon_sym_f64] = ACTIONS(2782), + [anon_sym_bool] = ACTIONS(2782), + [anon_sym_str] = ACTIONS(2782), + [anon_sym_char] = ACTIONS(2782), + [anon_sym_DASH] = ACTIONS(2780), + [anon_sym_BANG] = ACTIONS(2780), + [anon_sym_AMP] = ACTIONS(2780), + [anon_sym_PIPE] = ACTIONS(2780), + [anon_sym_LT] = ACTIONS(2780), + [anon_sym_DOT_DOT] = ACTIONS(2780), + [anon_sym_COLON_COLON] = ACTIONS(2780), + [anon_sym_POUND] = ACTIONS(2780), + [anon_sym_SQUOTE] = ACTIONS(2782), + [anon_sym_async] = ACTIONS(2782), + [anon_sym_break] = ACTIONS(2782), + [anon_sym_const] = ACTIONS(2782), + [anon_sym_continue] = ACTIONS(2782), + [anon_sym_default] = ACTIONS(2782), + [anon_sym_enum] = ACTIONS(2782), + [anon_sym_fn] = ACTIONS(2782), + [anon_sym_for] = ACTIONS(2782), + [anon_sym_gen] = ACTIONS(2782), + [anon_sym_if] = ACTIONS(2782), + [anon_sym_impl] = ACTIONS(2782), + [anon_sym_let] = ACTIONS(2782), + [anon_sym_loop] = ACTIONS(2782), + [anon_sym_match] = ACTIONS(2782), + [anon_sym_mod] = ACTIONS(2782), + [anon_sym_pub] = ACTIONS(2782), + [anon_sym_return] = ACTIONS(2782), + [anon_sym_static] = ACTIONS(2782), + [anon_sym_struct] = ACTIONS(2782), + [anon_sym_trait] = ACTIONS(2782), + [anon_sym_type] = ACTIONS(2782), + [anon_sym_union] = ACTIONS(2782), + [anon_sym_unsafe] = ACTIONS(2782), + [anon_sym_use] = ACTIONS(2782), + [anon_sym_while] = ACTIONS(2782), + [anon_sym_extern] = ACTIONS(2782), + [anon_sym_yield] = ACTIONS(2782), + [anon_sym_move] = ACTIONS(2782), + [anon_sym_try] = ACTIONS(2782), + [sym_integer_literal] = ACTIONS(2780), + [aux_sym_string_literal_token1] = ACTIONS(2780), + [sym_char_literal] = ACTIONS(2780), + [anon_sym_true] = ACTIONS(2782), + [anon_sym_false] = ACTIONS(2782), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2782), + [sym_super] = ACTIONS(2782), + [sym_crate] = ACTIONS(2782), + [sym_metavariable] = ACTIONS(2780), + [sym__raw_string_literal_start] = ACTIONS(2780), + [sym_float_literal] = ACTIONS(2780), }, [STATE(717)] = { [sym_line_comment] = STATE(717), [sym_block_comment] = STATE(717), - [ts_builtin_sym_end] = ACTIONS(2707), - [sym_identifier] = ACTIONS(2709), - [anon_sym_SEMI] = ACTIONS(2707), - [anon_sym_macro_rules_BANG] = ACTIONS(2707), - [anon_sym_LPAREN] = ACTIONS(2707), - [anon_sym_LBRACK] = ACTIONS(2707), - [anon_sym_LBRACE] = ACTIONS(2707), - [anon_sym_RBRACE] = ACTIONS(2707), - [anon_sym_STAR] = ACTIONS(2707), - [anon_sym_u8] = ACTIONS(2709), - [anon_sym_i8] = ACTIONS(2709), - [anon_sym_u16] = ACTIONS(2709), - [anon_sym_i16] = ACTIONS(2709), - [anon_sym_u32] = ACTIONS(2709), - [anon_sym_i32] = ACTIONS(2709), - [anon_sym_u64] = ACTIONS(2709), - [anon_sym_i64] = ACTIONS(2709), - [anon_sym_u128] = ACTIONS(2709), - [anon_sym_i128] = ACTIONS(2709), - [anon_sym_isize] = ACTIONS(2709), - [anon_sym_usize] = ACTIONS(2709), - [anon_sym_f32] = ACTIONS(2709), - [anon_sym_f64] = ACTIONS(2709), - [anon_sym_bool] = ACTIONS(2709), - [anon_sym_str] = ACTIONS(2709), - [anon_sym_char] = ACTIONS(2709), - [anon_sym_DASH] = ACTIONS(2707), - [anon_sym_BANG] = ACTIONS(2707), - [anon_sym_AMP] = ACTIONS(2707), - [anon_sym_PIPE] = ACTIONS(2707), - [anon_sym_LT] = ACTIONS(2707), - [anon_sym_DOT_DOT] = ACTIONS(2707), - [anon_sym_COLON_COLON] = ACTIONS(2707), - [anon_sym_POUND] = ACTIONS(2707), - [anon_sym_SQUOTE] = ACTIONS(2709), - [anon_sym_async] = ACTIONS(2709), - [anon_sym_break] = ACTIONS(2709), - [anon_sym_const] = ACTIONS(2709), - [anon_sym_continue] = ACTIONS(2709), - [anon_sym_default] = ACTIONS(2709), - [anon_sym_enum] = ACTIONS(2709), - [anon_sym_fn] = ACTIONS(2709), - [anon_sym_for] = ACTIONS(2709), - [anon_sym_gen] = ACTIONS(2709), - [anon_sym_if] = ACTIONS(2709), - [anon_sym_impl] = ACTIONS(2709), - [anon_sym_let] = ACTIONS(2709), - [anon_sym_loop] = ACTIONS(2709), - [anon_sym_match] = ACTIONS(2709), - [anon_sym_mod] = ACTIONS(2709), - [anon_sym_pub] = ACTIONS(2709), - [anon_sym_return] = ACTIONS(2709), - [anon_sym_static] = ACTIONS(2709), - [anon_sym_struct] = ACTIONS(2709), - [anon_sym_trait] = ACTIONS(2709), - [anon_sym_type] = ACTIONS(2709), - [anon_sym_union] = ACTIONS(2709), - [anon_sym_unsafe] = ACTIONS(2709), - [anon_sym_use] = ACTIONS(2709), - [anon_sym_while] = ACTIONS(2709), - [anon_sym_extern] = ACTIONS(2709), - [anon_sym_yield] = ACTIONS(2709), - [anon_sym_move] = ACTIONS(2709), - [anon_sym_try] = ACTIONS(2709), - [sym_integer_literal] = ACTIONS(2707), - [aux_sym_string_literal_token1] = ACTIONS(2707), - [sym_char_literal] = ACTIONS(2707), - [anon_sym_true] = ACTIONS(2709), - [anon_sym_false] = ACTIONS(2709), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2709), - [sym_super] = ACTIONS(2709), - [sym_crate] = ACTIONS(2709), - [sym_metavariable] = ACTIONS(2707), - [sym__raw_string_literal_start] = ACTIONS(2707), - [sym_float_literal] = ACTIONS(2707), + [ts_builtin_sym_end] = ACTIONS(2784), + [sym_identifier] = ACTIONS(2786), + [anon_sym_SEMI] = ACTIONS(2784), + [anon_sym_macro_rules_BANG] = ACTIONS(2784), + [anon_sym_LPAREN] = ACTIONS(2784), + [anon_sym_LBRACK] = ACTIONS(2784), + [anon_sym_LBRACE] = ACTIONS(2784), + [anon_sym_RBRACE] = ACTIONS(2784), + [anon_sym_STAR] = ACTIONS(2784), + [anon_sym_u8] = ACTIONS(2786), + [anon_sym_i8] = ACTIONS(2786), + [anon_sym_u16] = ACTIONS(2786), + [anon_sym_i16] = ACTIONS(2786), + [anon_sym_u32] = ACTIONS(2786), + [anon_sym_i32] = ACTIONS(2786), + [anon_sym_u64] = ACTIONS(2786), + [anon_sym_i64] = ACTIONS(2786), + [anon_sym_u128] = ACTIONS(2786), + [anon_sym_i128] = ACTIONS(2786), + [anon_sym_isize] = ACTIONS(2786), + [anon_sym_usize] = ACTIONS(2786), + [anon_sym_f32] = ACTIONS(2786), + [anon_sym_f64] = ACTIONS(2786), + [anon_sym_bool] = ACTIONS(2786), + [anon_sym_str] = ACTIONS(2786), + [anon_sym_char] = ACTIONS(2786), + [anon_sym_DASH] = ACTIONS(2784), + [anon_sym_BANG] = ACTIONS(2784), + [anon_sym_AMP] = ACTIONS(2784), + [anon_sym_PIPE] = ACTIONS(2784), + [anon_sym_LT] = ACTIONS(2784), + [anon_sym_DOT_DOT] = ACTIONS(2784), + [anon_sym_COLON_COLON] = ACTIONS(2784), + [anon_sym_POUND] = ACTIONS(2784), + [anon_sym_SQUOTE] = ACTIONS(2786), + [anon_sym_async] = ACTIONS(2786), + [anon_sym_break] = ACTIONS(2786), + [anon_sym_const] = ACTIONS(2786), + [anon_sym_continue] = ACTIONS(2786), + [anon_sym_default] = ACTIONS(2786), + [anon_sym_enum] = ACTIONS(2786), + [anon_sym_fn] = ACTIONS(2786), + [anon_sym_for] = ACTIONS(2786), + [anon_sym_gen] = ACTIONS(2786), + [anon_sym_if] = ACTIONS(2786), + [anon_sym_impl] = ACTIONS(2786), + [anon_sym_let] = ACTIONS(2786), + [anon_sym_loop] = ACTIONS(2786), + [anon_sym_match] = ACTIONS(2786), + [anon_sym_mod] = ACTIONS(2786), + [anon_sym_pub] = ACTIONS(2786), + [anon_sym_return] = ACTIONS(2786), + [anon_sym_static] = ACTIONS(2786), + [anon_sym_struct] = ACTIONS(2786), + [anon_sym_trait] = ACTIONS(2786), + [anon_sym_type] = ACTIONS(2786), + [anon_sym_union] = ACTIONS(2786), + [anon_sym_unsafe] = ACTIONS(2786), + [anon_sym_use] = ACTIONS(2786), + [anon_sym_while] = ACTIONS(2786), + [anon_sym_extern] = ACTIONS(2786), + [anon_sym_yield] = ACTIONS(2786), + [anon_sym_move] = ACTIONS(2786), + [anon_sym_try] = ACTIONS(2786), + [sym_integer_literal] = ACTIONS(2784), + [aux_sym_string_literal_token1] = ACTIONS(2784), + [sym_char_literal] = ACTIONS(2784), + [anon_sym_true] = ACTIONS(2786), + [anon_sym_false] = ACTIONS(2786), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2786), + [sym_super] = ACTIONS(2786), + [sym_crate] = ACTIONS(2786), + [sym_metavariable] = ACTIONS(2784), + [sym__raw_string_literal_start] = ACTIONS(2784), + [sym_float_literal] = ACTIONS(2784), }, [STATE(718)] = { [sym_line_comment] = STATE(718), [sym_block_comment] = STATE(718), - [ts_builtin_sym_end] = ACTIONS(2711), - [sym_identifier] = ACTIONS(2713), - [anon_sym_SEMI] = ACTIONS(2711), - [anon_sym_macro_rules_BANG] = ACTIONS(2711), - [anon_sym_LPAREN] = ACTIONS(2711), - [anon_sym_LBRACK] = ACTIONS(2711), - [anon_sym_LBRACE] = ACTIONS(2711), - [anon_sym_RBRACE] = ACTIONS(2711), - [anon_sym_STAR] = ACTIONS(2711), - [anon_sym_u8] = ACTIONS(2713), - [anon_sym_i8] = ACTIONS(2713), - [anon_sym_u16] = ACTIONS(2713), - [anon_sym_i16] = ACTIONS(2713), - [anon_sym_u32] = ACTIONS(2713), - [anon_sym_i32] = ACTIONS(2713), - [anon_sym_u64] = ACTIONS(2713), - [anon_sym_i64] = ACTIONS(2713), - [anon_sym_u128] = ACTIONS(2713), - [anon_sym_i128] = ACTIONS(2713), - [anon_sym_isize] = ACTIONS(2713), - [anon_sym_usize] = ACTIONS(2713), - [anon_sym_f32] = ACTIONS(2713), - [anon_sym_f64] = ACTIONS(2713), - [anon_sym_bool] = ACTIONS(2713), - [anon_sym_str] = ACTIONS(2713), - [anon_sym_char] = ACTIONS(2713), - [anon_sym_DASH] = ACTIONS(2711), - [anon_sym_BANG] = ACTIONS(2711), - [anon_sym_AMP] = ACTIONS(2711), - [anon_sym_PIPE] = ACTIONS(2711), - [anon_sym_LT] = ACTIONS(2711), - [anon_sym_DOT_DOT] = ACTIONS(2711), - [anon_sym_COLON_COLON] = ACTIONS(2711), - [anon_sym_POUND] = ACTIONS(2711), - [anon_sym_SQUOTE] = ACTIONS(2713), - [anon_sym_async] = ACTIONS(2713), - [anon_sym_break] = ACTIONS(2713), - [anon_sym_const] = ACTIONS(2713), - [anon_sym_continue] = ACTIONS(2713), - [anon_sym_default] = ACTIONS(2713), - [anon_sym_enum] = ACTIONS(2713), - [anon_sym_fn] = ACTIONS(2713), - [anon_sym_for] = ACTIONS(2713), - [anon_sym_gen] = ACTIONS(2713), - [anon_sym_if] = ACTIONS(2713), - [anon_sym_impl] = ACTIONS(2713), - [anon_sym_let] = ACTIONS(2713), - [anon_sym_loop] = ACTIONS(2713), - [anon_sym_match] = ACTIONS(2713), - [anon_sym_mod] = ACTIONS(2713), - [anon_sym_pub] = ACTIONS(2713), - [anon_sym_return] = ACTIONS(2713), - [anon_sym_static] = ACTIONS(2713), - [anon_sym_struct] = ACTIONS(2713), - [anon_sym_trait] = ACTIONS(2713), - [anon_sym_type] = ACTIONS(2713), - [anon_sym_union] = ACTIONS(2713), - [anon_sym_unsafe] = ACTIONS(2713), - [anon_sym_use] = ACTIONS(2713), - [anon_sym_while] = ACTIONS(2713), - [anon_sym_extern] = ACTIONS(2713), - [anon_sym_yield] = ACTIONS(2713), - [anon_sym_move] = ACTIONS(2713), - [anon_sym_try] = ACTIONS(2713), - [sym_integer_literal] = ACTIONS(2711), - [aux_sym_string_literal_token1] = ACTIONS(2711), - [sym_char_literal] = ACTIONS(2711), - [anon_sym_true] = ACTIONS(2713), - [anon_sym_false] = ACTIONS(2713), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2713), - [sym_super] = ACTIONS(2713), - [sym_crate] = ACTIONS(2713), - [sym_metavariable] = ACTIONS(2711), - [sym__raw_string_literal_start] = ACTIONS(2711), - [sym_float_literal] = ACTIONS(2711), + [ts_builtin_sym_end] = ACTIONS(2788), + [sym_identifier] = ACTIONS(2790), + [anon_sym_SEMI] = ACTIONS(2788), + [anon_sym_macro_rules_BANG] = ACTIONS(2788), + [anon_sym_LPAREN] = ACTIONS(2788), + [anon_sym_LBRACK] = ACTIONS(2788), + [anon_sym_LBRACE] = ACTIONS(2788), + [anon_sym_RBRACE] = ACTIONS(2788), + [anon_sym_STAR] = ACTIONS(2788), + [anon_sym_u8] = ACTIONS(2790), + [anon_sym_i8] = ACTIONS(2790), + [anon_sym_u16] = ACTIONS(2790), + [anon_sym_i16] = ACTIONS(2790), + [anon_sym_u32] = ACTIONS(2790), + [anon_sym_i32] = ACTIONS(2790), + [anon_sym_u64] = ACTIONS(2790), + [anon_sym_i64] = ACTIONS(2790), + [anon_sym_u128] = ACTIONS(2790), + [anon_sym_i128] = ACTIONS(2790), + [anon_sym_isize] = ACTIONS(2790), + [anon_sym_usize] = ACTIONS(2790), + [anon_sym_f32] = ACTIONS(2790), + [anon_sym_f64] = ACTIONS(2790), + [anon_sym_bool] = ACTIONS(2790), + [anon_sym_str] = ACTIONS(2790), + [anon_sym_char] = ACTIONS(2790), + [anon_sym_DASH] = ACTIONS(2788), + [anon_sym_BANG] = ACTIONS(2788), + [anon_sym_AMP] = ACTIONS(2788), + [anon_sym_PIPE] = ACTIONS(2788), + [anon_sym_LT] = ACTIONS(2788), + [anon_sym_DOT_DOT] = ACTIONS(2788), + [anon_sym_COLON_COLON] = ACTIONS(2788), + [anon_sym_POUND] = ACTIONS(2788), + [anon_sym_SQUOTE] = ACTIONS(2790), + [anon_sym_async] = ACTIONS(2790), + [anon_sym_break] = ACTIONS(2790), + [anon_sym_const] = ACTIONS(2790), + [anon_sym_continue] = ACTIONS(2790), + [anon_sym_default] = ACTIONS(2790), + [anon_sym_enum] = ACTIONS(2790), + [anon_sym_fn] = ACTIONS(2790), + [anon_sym_for] = ACTIONS(2790), + [anon_sym_gen] = ACTIONS(2790), + [anon_sym_if] = ACTIONS(2790), + [anon_sym_impl] = ACTIONS(2790), + [anon_sym_let] = ACTIONS(2790), + [anon_sym_loop] = ACTIONS(2790), + [anon_sym_match] = ACTIONS(2790), + [anon_sym_mod] = ACTIONS(2790), + [anon_sym_pub] = ACTIONS(2790), + [anon_sym_return] = ACTIONS(2790), + [anon_sym_static] = ACTIONS(2790), + [anon_sym_struct] = ACTIONS(2790), + [anon_sym_trait] = ACTIONS(2790), + [anon_sym_type] = ACTIONS(2790), + [anon_sym_union] = ACTIONS(2790), + [anon_sym_unsafe] = ACTIONS(2790), + [anon_sym_use] = ACTIONS(2790), + [anon_sym_while] = ACTIONS(2790), + [anon_sym_extern] = ACTIONS(2790), + [anon_sym_yield] = ACTIONS(2790), + [anon_sym_move] = ACTIONS(2790), + [anon_sym_try] = ACTIONS(2790), + [sym_integer_literal] = ACTIONS(2788), + [aux_sym_string_literal_token1] = ACTIONS(2788), + [sym_char_literal] = ACTIONS(2788), + [anon_sym_true] = ACTIONS(2790), + [anon_sym_false] = ACTIONS(2790), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2790), + [sym_super] = ACTIONS(2790), + [sym_crate] = ACTIONS(2790), + [sym_metavariable] = ACTIONS(2788), + [sym__raw_string_literal_start] = ACTIONS(2788), + [sym_float_literal] = ACTIONS(2788), }, [STATE(719)] = { [sym_line_comment] = STATE(719), [sym_block_comment] = STATE(719), - [ts_builtin_sym_end] = ACTIONS(2715), - [sym_identifier] = ACTIONS(2717), - [anon_sym_SEMI] = ACTIONS(2715), - [anon_sym_macro_rules_BANG] = ACTIONS(2715), - [anon_sym_LPAREN] = ACTIONS(2715), - [anon_sym_LBRACK] = ACTIONS(2715), - [anon_sym_LBRACE] = ACTIONS(2715), - [anon_sym_RBRACE] = ACTIONS(2715), - [anon_sym_STAR] = ACTIONS(2715), - [anon_sym_u8] = ACTIONS(2717), - [anon_sym_i8] = ACTIONS(2717), - [anon_sym_u16] = ACTIONS(2717), - [anon_sym_i16] = ACTIONS(2717), - [anon_sym_u32] = ACTIONS(2717), - [anon_sym_i32] = ACTIONS(2717), - [anon_sym_u64] = ACTIONS(2717), - [anon_sym_i64] = ACTIONS(2717), - [anon_sym_u128] = ACTIONS(2717), - [anon_sym_i128] = ACTIONS(2717), - [anon_sym_isize] = ACTIONS(2717), - [anon_sym_usize] = ACTIONS(2717), - [anon_sym_f32] = ACTIONS(2717), - [anon_sym_f64] = ACTIONS(2717), - [anon_sym_bool] = ACTIONS(2717), - [anon_sym_str] = ACTIONS(2717), - [anon_sym_char] = ACTIONS(2717), - [anon_sym_DASH] = ACTIONS(2715), - [anon_sym_BANG] = ACTIONS(2715), - [anon_sym_AMP] = ACTIONS(2715), - [anon_sym_PIPE] = ACTIONS(2715), - [anon_sym_LT] = ACTIONS(2715), - [anon_sym_DOT_DOT] = ACTIONS(2715), - [anon_sym_COLON_COLON] = ACTIONS(2715), - [anon_sym_POUND] = ACTIONS(2715), - [anon_sym_SQUOTE] = ACTIONS(2717), - [anon_sym_async] = ACTIONS(2717), - [anon_sym_break] = ACTIONS(2717), - [anon_sym_const] = ACTIONS(2717), - [anon_sym_continue] = ACTIONS(2717), - [anon_sym_default] = ACTIONS(2717), - [anon_sym_enum] = ACTIONS(2717), - [anon_sym_fn] = ACTIONS(2717), - [anon_sym_for] = ACTIONS(2717), - [anon_sym_gen] = ACTIONS(2717), - [anon_sym_if] = ACTIONS(2717), - [anon_sym_impl] = ACTIONS(2717), - [anon_sym_let] = ACTIONS(2717), - [anon_sym_loop] = ACTIONS(2717), - [anon_sym_match] = ACTIONS(2717), - [anon_sym_mod] = ACTIONS(2717), - [anon_sym_pub] = ACTIONS(2717), - [anon_sym_return] = ACTIONS(2717), - [anon_sym_static] = ACTIONS(2717), - [anon_sym_struct] = ACTIONS(2717), - [anon_sym_trait] = ACTIONS(2717), - [anon_sym_type] = ACTIONS(2717), - [anon_sym_union] = ACTIONS(2717), - [anon_sym_unsafe] = ACTIONS(2717), - [anon_sym_use] = ACTIONS(2717), - [anon_sym_while] = ACTIONS(2717), - [anon_sym_extern] = ACTIONS(2717), - [anon_sym_yield] = ACTIONS(2717), - [anon_sym_move] = ACTIONS(2717), - [anon_sym_try] = ACTIONS(2717), - [sym_integer_literal] = ACTIONS(2715), - [aux_sym_string_literal_token1] = ACTIONS(2715), - [sym_char_literal] = ACTIONS(2715), - [anon_sym_true] = ACTIONS(2717), - [anon_sym_false] = ACTIONS(2717), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2717), - [sym_super] = ACTIONS(2717), - [sym_crate] = ACTIONS(2717), - [sym_metavariable] = ACTIONS(2715), - [sym__raw_string_literal_start] = ACTIONS(2715), - [sym_float_literal] = ACTIONS(2715), + [ts_builtin_sym_end] = ACTIONS(2792), + [sym_identifier] = ACTIONS(2794), + [anon_sym_SEMI] = ACTIONS(2792), + [anon_sym_macro_rules_BANG] = ACTIONS(2792), + [anon_sym_LPAREN] = ACTIONS(2792), + [anon_sym_LBRACK] = ACTIONS(2792), + [anon_sym_LBRACE] = ACTIONS(2792), + [anon_sym_RBRACE] = ACTIONS(2792), + [anon_sym_STAR] = ACTIONS(2792), + [anon_sym_u8] = ACTIONS(2794), + [anon_sym_i8] = ACTIONS(2794), + [anon_sym_u16] = ACTIONS(2794), + [anon_sym_i16] = ACTIONS(2794), + [anon_sym_u32] = ACTIONS(2794), + [anon_sym_i32] = ACTIONS(2794), + [anon_sym_u64] = ACTIONS(2794), + [anon_sym_i64] = ACTIONS(2794), + [anon_sym_u128] = ACTIONS(2794), + [anon_sym_i128] = ACTIONS(2794), + [anon_sym_isize] = ACTIONS(2794), + [anon_sym_usize] = ACTIONS(2794), + [anon_sym_f32] = ACTIONS(2794), + [anon_sym_f64] = ACTIONS(2794), + [anon_sym_bool] = ACTIONS(2794), + [anon_sym_str] = ACTIONS(2794), + [anon_sym_char] = ACTIONS(2794), + [anon_sym_DASH] = ACTIONS(2792), + [anon_sym_BANG] = ACTIONS(2792), + [anon_sym_AMP] = ACTIONS(2792), + [anon_sym_PIPE] = ACTIONS(2792), + [anon_sym_LT] = ACTIONS(2792), + [anon_sym_DOT_DOT] = ACTIONS(2792), + [anon_sym_COLON_COLON] = ACTIONS(2792), + [anon_sym_POUND] = ACTIONS(2792), + [anon_sym_SQUOTE] = ACTIONS(2794), + [anon_sym_async] = ACTIONS(2794), + [anon_sym_break] = ACTIONS(2794), + [anon_sym_const] = ACTIONS(2794), + [anon_sym_continue] = ACTIONS(2794), + [anon_sym_default] = ACTIONS(2794), + [anon_sym_enum] = ACTIONS(2794), + [anon_sym_fn] = ACTIONS(2794), + [anon_sym_for] = ACTIONS(2794), + [anon_sym_gen] = ACTIONS(2794), + [anon_sym_if] = ACTIONS(2794), + [anon_sym_impl] = ACTIONS(2794), + [anon_sym_let] = ACTIONS(2794), + [anon_sym_loop] = ACTIONS(2794), + [anon_sym_match] = ACTIONS(2794), + [anon_sym_mod] = ACTIONS(2794), + [anon_sym_pub] = ACTIONS(2794), + [anon_sym_return] = ACTIONS(2794), + [anon_sym_static] = ACTIONS(2794), + [anon_sym_struct] = ACTIONS(2794), + [anon_sym_trait] = ACTIONS(2794), + [anon_sym_type] = ACTIONS(2794), + [anon_sym_union] = ACTIONS(2794), + [anon_sym_unsafe] = ACTIONS(2794), + [anon_sym_use] = ACTIONS(2794), + [anon_sym_while] = ACTIONS(2794), + [anon_sym_extern] = ACTIONS(2794), + [anon_sym_yield] = ACTIONS(2794), + [anon_sym_move] = ACTIONS(2794), + [anon_sym_try] = ACTIONS(2794), + [sym_integer_literal] = ACTIONS(2792), + [aux_sym_string_literal_token1] = ACTIONS(2792), + [sym_char_literal] = ACTIONS(2792), + [anon_sym_true] = ACTIONS(2794), + [anon_sym_false] = ACTIONS(2794), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2794), + [sym_super] = ACTIONS(2794), + [sym_crate] = ACTIONS(2794), + [sym_metavariable] = ACTIONS(2792), + [sym__raw_string_literal_start] = ACTIONS(2792), + [sym_float_literal] = ACTIONS(2792), }, [STATE(720)] = { [sym_line_comment] = STATE(720), [sym_block_comment] = STATE(720), - [ts_builtin_sym_end] = ACTIONS(2719), - [sym_identifier] = ACTIONS(2721), - [anon_sym_SEMI] = ACTIONS(2719), - [anon_sym_macro_rules_BANG] = ACTIONS(2719), - [anon_sym_LPAREN] = ACTIONS(2719), - [anon_sym_LBRACK] = ACTIONS(2719), - [anon_sym_LBRACE] = ACTIONS(2719), - [anon_sym_RBRACE] = ACTIONS(2719), - [anon_sym_STAR] = ACTIONS(2719), - [anon_sym_u8] = ACTIONS(2721), - [anon_sym_i8] = ACTIONS(2721), - [anon_sym_u16] = ACTIONS(2721), - [anon_sym_i16] = ACTIONS(2721), - [anon_sym_u32] = ACTIONS(2721), - [anon_sym_i32] = ACTIONS(2721), - [anon_sym_u64] = ACTIONS(2721), - [anon_sym_i64] = ACTIONS(2721), - [anon_sym_u128] = ACTIONS(2721), - [anon_sym_i128] = ACTIONS(2721), - [anon_sym_isize] = ACTIONS(2721), - [anon_sym_usize] = ACTIONS(2721), - [anon_sym_f32] = ACTIONS(2721), - [anon_sym_f64] = ACTIONS(2721), - [anon_sym_bool] = ACTIONS(2721), - [anon_sym_str] = ACTIONS(2721), - [anon_sym_char] = ACTIONS(2721), - [anon_sym_DASH] = ACTIONS(2719), - [anon_sym_BANG] = ACTIONS(2719), - [anon_sym_AMP] = ACTIONS(2719), - [anon_sym_PIPE] = ACTIONS(2719), - [anon_sym_LT] = ACTIONS(2719), - [anon_sym_DOT_DOT] = ACTIONS(2719), - [anon_sym_COLON_COLON] = ACTIONS(2719), - [anon_sym_POUND] = ACTIONS(2719), - [anon_sym_SQUOTE] = ACTIONS(2721), - [anon_sym_async] = ACTIONS(2721), - [anon_sym_break] = ACTIONS(2721), - [anon_sym_const] = ACTIONS(2721), - [anon_sym_continue] = ACTIONS(2721), - [anon_sym_default] = ACTIONS(2721), - [anon_sym_enum] = ACTIONS(2721), - [anon_sym_fn] = ACTIONS(2721), - [anon_sym_for] = ACTIONS(2721), - [anon_sym_gen] = ACTIONS(2721), - [anon_sym_if] = ACTIONS(2721), - [anon_sym_impl] = ACTIONS(2721), - [anon_sym_let] = ACTIONS(2721), - [anon_sym_loop] = ACTIONS(2721), - [anon_sym_match] = ACTIONS(2721), - [anon_sym_mod] = ACTIONS(2721), - [anon_sym_pub] = ACTIONS(2721), - [anon_sym_return] = ACTIONS(2721), - [anon_sym_static] = ACTIONS(2721), - [anon_sym_struct] = ACTIONS(2721), - [anon_sym_trait] = ACTIONS(2721), - [anon_sym_type] = ACTIONS(2721), - [anon_sym_union] = ACTIONS(2721), - [anon_sym_unsafe] = ACTIONS(2721), - [anon_sym_use] = ACTIONS(2721), - [anon_sym_while] = ACTIONS(2721), - [anon_sym_extern] = ACTIONS(2721), - [anon_sym_yield] = ACTIONS(2721), - [anon_sym_move] = ACTIONS(2721), - [anon_sym_try] = ACTIONS(2721), - [sym_integer_literal] = ACTIONS(2719), - [aux_sym_string_literal_token1] = ACTIONS(2719), - [sym_char_literal] = ACTIONS(2719), - [anon_sym_true] = ACTIONS(2721), - [anon_sym_false] = ACTIONS(2721), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2721), - [sym_super] = ACTIONS(2721), - [sym_crate] = ACTIONS(2721), - [sym_metavariable] = ACTIONS(2719), - [sym__raw_string_literal_start] = ACTIONS(2719), - [sym_float_literal] = ACTIONS(2719), + [ts_builtin_sym_end] = ACTIONS(2796), + [sym_identifier] = ACTIONS(2798), + [anon_sym_SEMI] = ACTIONS(2796), + [anon_sym_macro_rules_BANG] = ACTIONS(2796), + [anon_sym_LPAREN] = ACTIONS(2796), + [anon_sym_LBRACK] = ACTIONS(2796), + [anon_sym_LBRACE] = ACTIONS(2796), + [anon_sym_RBRACE] = ACTIONS(2796), + [anon_sym_STAR] = ACTIONS(2796), + [anon_sym_u8] = ACTIONS(2798), + [anon_sym_i8] = ACTIONS(2798), + [anon_sym_u16] = ACTIONS(2798), + [anon_sym_i16] = ACTIONS(2798), + [anon_sym_u32] = ACTIONS(2798), + [anon_sym_i32] = ACTIONS(2798), + [anon_sym_u64] = ACTIONS(2798), + [anon_sym_i64] = ACTIONS(2798), + [anon_sym_u128] = ACTIONS(2798), + [anon_sym_i128] = ACTIONS(2798), + [anon_sym_isize] = ACTIONS(2798), + [anon_sym_usize] = ACTIONS(2798), + [anon_sym_f32] = ACTIONS(2798), + [anon_sym_f64] = ACTIONS(2798), + [anon_sym_bool] = ACTIONS(2798), + [anon_sym_str] = ACTIONS(2798), + [anon_sym_char] = ACTIONS(2798), + [anon_sym_DASH] = ACTIONS(2796), + [anon_sym_BANG] = ACTIONS(2796), + [anon_sym_AMP] = ACTIONS(2796), + [anon_sym_PIPE] = ACTIONS(2796), + [anon_sym_LT] = ACTIONS(2796), + [anon_sym_DOT_DOT] = ACTIONS(2796), + [anon_sym_COLON_COLON] = ACTIONS(2796), + [anon_sym_POUND] = ACTIONS(2796), + [anon_sym_SQUOTE] = ACTIONS(2798), + [anon_sym_async] = ACTIONS(2798), + [anon_sym_break] = ACTIONS(2798), + [anon_sym_const] = ACTIONS(2798), + [anon_sym_continue] = ACTIONS(2798), + [anon_sym_default] = ACTIONS(2798), + [anon_sym_enum] = ACTIONS(2798), + [anon_sym_fn] = ACTIONS(2798), + [anon_sym_for] = ACTIONS(2798), + [anon_sym_gen] = ACTIONS(2798), + [anon_sym_if] = ACTIONS(2798), + [anon_sym_impl] = ACTIONS(2798), + [anon_sym_let] = ACTIONS(2798), + [anon_sym_loop] = ACTIONS(2798), + [anon_sym_match] = ACTIONS(2798), + [anon_sym_mod] = ACTIONS(2798), + [anon_sym_pub] = ACTIONS(2798), + [anon_sym_return] = ACTIONS(2798), + [anon_sym_static] = ACTIONS(2798), + [anon_sym_struct] = ACTIONS(2798), + [anon_sym_trait] = ACTIONS(2798), + [anon_sym_type] = ACTIONS(2798), + [anon_sym_union] = ACTIONS(2798), + [anon_sym_unsafe] = ACTIONS(2798), + [anon_sym_use] = ACTIONS(2798), + [anon_sym_while] = ACTIONS(2798), + [anon_sym_extern] = ACTIONS(2798), + [anon_sym_yield] = ACTIONS(2798), + [anon_sym_move] = ACTIONS(2798), + [anon_sym_try] = ACTIONS(2798), + [sym_integer_literal] = ACTIONS(2796), + [aux_sym_string_literal_token1] = ACTIONS(2796), + [sym_char_literal] = ACTIONS(2796), + [anon_sym_true] = ACTIONS(2798), + [anon_sym_false] = ACTIONS(2798), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2798), + [sym_super] = ACTIONS(2798), + [sym_crate] = ACTIONS(2798), + [sym_metavariable] = ACTIONS(2796), + [sym__raw_string_literal_start] = ACTIONS(2796), + [sym_float_literal] = ACTIONS(2796), }, [STATE(721)] = { [sym_line_comment] = STATE(721), [sym_block_comment] = STATE(721), - [ts_builtin_sym_end] = ACTIONS(2723), - [sym_identifier] = ACTIONS(2725), - [anon_sym_SEMI] = ACTIONS(2723), - [anon_sym_macro_rules_BANG] = ACTIONS(2723), - [anon_sym_LPAREN] = ACTIONS(2723), - [anon_sym_LBRACK] = ACTIONS(2723), - [anon_sym_LBRACE] = ACTIONS(2723), - [anon_sym_RBRACE] = ACTIONS(2723), - [anon_sym_STAR] = ACTIONS(2723), - [anon_sym_u8] = ACTIONS(2725), - [anon_sym_i8] = ACTIONS(2725), - [anon_sym_u16] = ACTIONS(2725), - [anon_sym_i16] = ACTIONS(2725), - [anon_sym_u32] = ACTIONS(2725), - [anon_sym_i32] = ACTIONS(2725), - [anon_sym_u64] = ACTIONS(2725), - [anon_sym_i64] = ACTIONS(2725), - [anon_sym_u128] = ACTIONS(2725), - [anon_sym_i128] = ACTIONS(2725), - [anon_sym_isize] = ACTIONS(2725), - [anon_sym_usize] = ACTIONS(2725), - [anon_sym_f32] = ACTIONS(2725), - [anon_sym_f64] = ACTIONS(2725), - [anon_sym_bool] = ACTIONS(2725), - [anon_sym_str] = ACTIONS(2725), - [anon_sym_char] = ACTIONS(2725), - [anon_sym_DASH] = ACTIONS(2723), - [anon_sym_BANG] = ACTIONS(2723), - [anon_sym_AMP] = ACTIONS(2723), - [anon_sym_PIPE] = ACTIONS(2723), - [anon_sym_LT] = ACTIONS(2723), - [anon_sym_DOT_DOT] = ACTIONS(2723), - [anon_sym_COLON_COLON] = ACTIONS(2723), - [anon_sym_POUND] = ACTIONS(2723), - [anon_sym_SQUOTE] = ACTIONS(2725), - [anon_sym_async] = ACTIONS(2725), - [anon_sym_break] = ACTIONS(2725), - [anon_sym_const] = ACTIONS(2725), - [anon_sym_continue] = ACTIONS(2725), - [anon_sym_default] = ACTIONS(2725), - [anon_sym_enum] = ACTIONS(2725), - [anon_sym_fn] = ACTIONS(2725), - [anon_sym_for] = ACTIONS(2725), - [anon_sym_gen] = ACTIONS(2725), - [anon_sym_if] = ACTIONS(2725), - [anon_sym_impl] = ACTIONS(2725), - [anon_sym_let] = ACTIONS(2725), - [anon_sym_loop] = ACTIONS(2725), - [anon_sym_match] = ACTIONS(2725), - [anon_sym_mod] = ACTIONS(2725), - [anon_sym_pub] = ACTIONS(2725), - [anon_sym_return] = ACTIONS(2725), - [anon_sym_static] = ACTIONS(2725), - [anon_sym_struct] = ACTIONS(2725), - [anon_sym_trait] = ACTIONS(2725), - [anon_sym_type] = ACTIONS(2725), - [anon_sym_union] = ACTIONS(2725), - [anon_sym_unsafe] = ACTIONS(2725), - [anon_sym_use] = ACTIONS(2725), - [anon_sym_while] = ACTIONS(2725), - [anon_sym_extern] = ACTIONS(2725), - [anon_sym_yield] = ACTIONS(2725), - [anon_sym_move] = ACTIONS(2725), - [anon_sym_try] = ACTIONS(2725), - [sym_integer_literal] = ACTIONS(2723), - [aux_sym_string_literal_token1] = ACTIONS(2723), - [sym_char_literal] = ACTIONS(2723), - [anon_sym_true] = ACTIONS(2725), - [anon_sym_false] = ACTIONS(2725), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2725), - [sym_super] = ACTIONS(2725), - [sym_crate] = ACTIONS(2725), - [sym_metavariable] = ACTIONS(2723), - [sym__raw_string_literal_start] = ACTIONS(2723), - [sym_float_literal] = ACTIONS(2723), + [ts_builtin_sym_end] = ACTIONS(2800), + [sym_identifier] = ACTIONS(2802), + [anon_sym_SEMI] = ACTIONS(2800), + [anon_sym_macro_rules_BANG] = ACTIONS(2800), + [anon_sym_LPAREN] = ACTIONS(2800), + [anon_sym_LBRACK] = ACTIONS(2800), + [anon_sym_LBRACE] = ACTIONS(2800), + [anon_sym_RBRACE] = ACTIONS(2800), + [anon_sym_STAR] = ACTIONS(2800), + [anon_sym_u8] = ACTIONS(2802), + [anon_sym_i8] = ACTIONS(2802), + [anon_sym_u16] = ACTIONS(2802), + [anon_sym_i16] = ACTIONS(2802), + [anon_sym_u32] = ACTIONS(2802), + [anon_sym_i32] = ACTIONS(2802), + [anon_sym_u64] = ACTIONS(2802), + [anon_sym_i64] = ACTIONS(2802), + [anon_sym_u128] = ACTIONS(2802), + [anon_sym_i128] = ACTIONS(2802), + [anon_sym_isize] = ACTIONS(2802), + [anon_sym_usize] = ACTIONS(2802), + [anon_sym_f32] = ACTIONS(2802), + [anon_sym_f64] = ACTIONS(2802), + [anon_sym_bool] = ACTIONS(2802), + [anon_sym_str] = ACTIONS(2802), + [anon_sym_char] = ACTIONS(2802), + [anon_sym_DASH] = ACTIONS(2800), + [anon_sym_BANG] = ACTIONS(2800), + [anon_sym_AMP] = ACTIONS(2800), + [anon_sym_PIPE] = ACTIONS(2800), + [anon_sym_LT] = ACTIONS(2800), + [anon_sym_DOT_DOT] = ACTIONS(2800), + [anon_sym_COLON_COLON] = ACTIONS(2800), + [anon_sym_POUND] = ACTIONS(2800), + [anon_sym_SQUOTE] = ACTIONS(2802), + [anon_sym_async] = ACTIONS(2802), + [anon_sym_break] = ACTIONS(2802), + [anon_sym_const] = ACTIONS(2802), + [anon_sym_continue] = ACTIONS(2802), + [anon_sym_default] = ACTIONS(2802), + [anon_sym_enum] = ACTIONS(2802), + [anon_sym_fn] = ACTIONS(2802), + [anon_sym_for] = ACTIONS(2802), + [anon_sym_gen] = ACTIONS(2802), + [anon_sym_if] = ACTIONS(2802), + [anon_sym_impl] = ACTIONS(2802), + [anon_sym_let] = ACTIONS(2802), + [anon_sym_loop] = ACTIONS(2802), + [anon_sym_match] = ACTIONS(2802), + [anon_sym_mod] = ACTIONS(2802), + [anon_sym_pub] = ACTIONS(2802), + [anon_sym_return] = ACTIONS(2802), + [anon_sym_static] = ACTIONS(2802), + [anon_sym_struct] = ACTIONS(2802), + [anon_sym_trait] = ACTIONS(2802), + [anon_sym_type] = ACTIONS(2802), + [anon_sym_union] = ACTIONS(2802), + [anon_sym_unsafe] = ACTIONS(2802), + [anon_sym_use] = ACTIONS(2802), + [anon_sym_while] = ACTIONS(2802), + [anon_sym_extern] = ACTIONS(2802), + [anon_sym_yield] = ACTIONS(2802), + [anon_sym_move] = ACTIONS(2802), + [anon_sym_try] = ACTIONS(2802), + [sym_integer_literal] = ACTIONS(2800), + [aux_sym_string_literal_token1] = ACTIONS(2800), + [sym_char_literal] = ACTIONS(2800), + [anon_sym_true] = ACTIONS(2802), + [anon_sym_false] = ACTIONS(2802), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2802), + [sym_super] = ACTIONS(2802), + [sym_crate] = ACTIONS(2802), + [sym_metavariable] = ACTIONS(2800), + [sym__raw_string_literal_start] = ACTIONS(2800), + [sym_float_literal] = ACTIONS(2800), }, [STATE(722)] = { [sym_line_comment] = STATE(722), [sym_block_comment] = STATE(722), - [ts_builtin_sym_end] = ACTIONS(2727), - [sym_identifier] = ACTIONS(2729), - [anon_sym_SEMI] = ACTIONS(2727), - [anon_sym_macro_rules_BANG] = ACTIONS(2727), - [anon_sym_LPAREN] = ACTIONS(2727), - [anon_sym_LBRACK] = ACTIONS(2727), - [anon_sym_LBRACE] = ACTIONS(2727), - [anon_sym_RBRACE] = ACTIONS(2727), - [anon_sym_STAR] = ACTIONS(2727), - [anon_sym_u8] = ACTIONS(2729), - [anon_sym_i8] = ACTIONS(2729), - [anon_sym_u16] = ACTIONS(2729), - [anon_sym_i16] = ACTIONS(2729), - [anon_sym_u32] = ACTIONS(2729), - [anon_sym_i32] = ACTIONS(2729), - [anon_sym_u64] = ACTIONS(2729), - [anon_sym_i64] = ACTIONS(2729), - [anon_sym_u128] = ACTIONS(2729), - [anon_sym_i128] = ACTIONS(2729), - [anon_sym_isize] = ACTIONS(2729), - [anon_sym_usize] = ACTIONS(2729), - [anon_sym_f32] = ACTIONS(2729), - [anon_sym_f64] = ACTIONS(2729), - [anon_sym_bool] = ACTIONS(2729), - [anon_sym_str] = ACTIONS(2729), - [anon_sym_char] = ACTIONS(2729), - [anon_sym_DASH] = ACTIONS(2727), - [anon_sym_BANG] = ACTIONS(2727), - [anon_sym_AMP] = ACTIONS(2727), - [anon_sym_PIPE] = ACTIONS(2727), - [anon_sym_LT] = ACTIONS(2727), - [anon_sym_DOT_DOT] = ACTIONS(2727), - [anon_sym_COLON_COLON] = ACTIONS(2727), - [anon_sym_POUND] = ACTIONS(2727), - [anon_sym_SQUOTE] = ACTIONS(2729), - [anon_sym_async] = ACTIONS(2729), - [anon_sym_break] = ACTIONS(2729), - [anon_sym_const] = ACTIONS(2729), - [anon_sym_continue] = ACTIONS(2729), - [anon_sym_default] = ACTIONS(2729), - [anon_sym_enum] = ACTIONS(2729), - [anon_sym_fn] = ACTIONS(2729), - [anon_sym_for] = ACTIONS(2729), - [anon_sym_gen] = ACTIONS(2729), - [anon_sym_if] = ACTIONS(2729), - [anon_sym_impl] = ACTIONS(2729), - [anon_sym_let] = ACTIONS(2729), - [anon_sym_loop] = ACTIONS(2729), - [anon_sym_match] = ACTIONS(2729), - [anon_sym_mod] = ACTIONS(2729), - [anon_sym_pub] = ACTIONS(2729), - [anon_sym_return] = ACTIONS(2729), - [anon_sym_static] = ACTIONS(2729), - [anon_sym_struct] = ACTIONS(2729), - [anon_sym_trait] = ACTIONS(2729), - [anon_sym_type] = ACTIONS(2729), - [anon_sym_union] = ACTIONS(2729), - [anon_sym_unsafe] = ACTIONS(2729), - [anon_sym_use] = ACTIONS(2729), - [anon_sym_while] = ACTIONS(2729), - [anon_sym_extern] = ACTIONS(2729), - [anon_sym_yield] = ACTIONS(2729), - [anon_sym_move] = ACTIONS(2729), - [anon_sym_try] = ACTIONS(2729), - [sym_integer_literal] = ACTIONS(2727), - [aux_sym_string_literal_token1] = ACTIONS(2727), - [sym_char_literal] = ACTIONS(2727), - [anon_sym_true] = ACTIONS(2729), - [anon_sym_false] = ACTIONS(2729), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2729), - [sym_super] = ACTIONS(2729), - [sym_crate] = ACTIONS(2729), - [sym_metavariable] = ACTIONS(2727), - [sym__raw_string_literal_start] = ACTIONS(2727), - [sym_float_literal] = ACTIONS(2727), + [ts_builtin_sym_end] = ACTIONS(2804), + [sym_identifier] = ACTIONS(2806), + [anon_sym_SEMI] = ACTIONS(2804), + [anon_sym_macro_rules_BANG] = ACTIONS(2804), + [anon_sym_LPAREN] = ACTIONS(2804), + [anon_sym_LBRACK] = ACTIONS(2804), + [anon_sym_LBRACE] = ACTIONS(2804), + [anon_sym_RBRACE] = ACTIONS(2804), + [anon_sym_STAR] = ACTIONS(2804), + [anon_sym_u8] = ACTIONS(2806), + [anon_sym_i8] = ACTIONS(2806), + [anon_sym_u16] = ACTIONS(2806), + [anon_sym_i16] = ACTIONS(2806), + [anon_sym_u32] = ACTIONS(2806), + [anon_sym_i32] = ACTIONS(2806), + [anon_sym_u64] = ACTIONS(2806), + [anon_sym_i64] = ACTIONS(2806), + [anon_sym_u128] = ACTIONS(2806), + [anon_sym_i128] = ACTIONS(2806), + [anon_sym_isize] = ACTIONS(2806), + [anon_sym_usize] = ACTIONS(2806), + [anon_sym_f32] = ACTIONS(2806), + [anon_sym_f64] = ACTIONS(2806), + [anon_sym_bool] = ACTIONS(2806), + [anon_sym_str] = ACTIONS(2806), + [anon_sym_char] = ACTIONS(2806), + [anon_sym_DASH] = ACTIONS(2804), + [anon_sym_BANG] = ACTIONS(2804), + [anon_sym_AMP] = ACTIONS(2804), + [anon_sym_PIPE] = ACTIONS(2804), + [anon_sym_LT] = ACTIONS(2804), + [anon_sym_DOT_DOT] = ACTIONS(2804), + [anon_sym_COLON_COLON] = ACTIONS(2804), + [anon_sym_POUND] = ACTIONS(2804), + [anon_sym_SQUOTE] = ACTIONS(2806), + [anon_sym_async] = ACTIONS(2806), + [anon_sym_break] = ACTIONS(2806), + [anon_sym_const] = ACTIONS(2806), + [anon_sym_continue] = ACTIONS(2806), + [anon_sym_default] = ACTIONS(2806), + [anon_sym_enum] = ACTIONS(2806), + [anon_sym_fn] = ACTIONS(2806), + [anon_sym_for] = ACTIONS(2806), + [anon_sym_gen] = ACTIONS(2806), + [anon_sym_if] = ACTIONS(2806), + [anon_sym_impl] = ACTIONS(2806), + [anon_sym_let] = ACTIONS(2806), + [anon_sym_loop] = ACTIONS(2806), + [anon_sym_match] = ACTIONS(2806), + [anon_sym_mod] = ACTIONS(2806), + [anon_sym_pub] = ACTIONS(2806), + [anon_sym_return] = ACTIONS(2806), + [anon_sym_static] = ACTIONS(2806), + [anon_sym_struct] = ACTIONS(2806), + [anon_sym_trait] = ACTIONS(2806), + [anon_sym_type] = ACTIONS(2806), + [anon_sym_union] = ACTIONS(2806), + [anon_sym_unsafe] = ACTIONS(2806), + [anon_sym_use] = ACTIONS(2806), + [anon_sym_while] = ACTIONS(2806), + [anon_sym_extern] = ACTIONS(2806), + [anon_sym_yield] = ACTIONS(2806), + [anon_sym_move] = ACTIONS(2806), + [anon_sym_try] = ACTIONS(2806), + [sym_integer_literal] = ACTIONS(2804), + [aux_sym_string_literal_token1] = ACTIONS(2804), + [sym_char_literal] = ACTIONS(2804), + [anon_sym_true] = ACTIONS(2806), + [anon_sym_false] = ACTIONS(2806), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2806), + [sym_super] = ACTIONS(2806), + [sym_crate] = ACTIONS(2806), + [sym_metavariable] = ACTIONS(2804), + [sym__raw_string_literal_start] = ACTIONS(2804), + [sym_float_literal] = ACTIONS(2804), }, [STATE(723)] = { [sym_line_comment] = STATE(723), [sym_block_comment] = STATE(723), - [ts_builtin_sym_end] = ACTIONS(2731), - [sym_identifier] = ACTIONS(2733), - [anon_sym_SEMI] = ACTIONS(2731), - [anon_sym_macro_rules_BANG] = ACTIONS(2731), - [anon_sym_LPAREN] = ACTIONS(2731), - [anon_sym_LBRACK] = ACTIONS(2731), - [anon_sym_LBRACE] = ACTIONS(2731), - [anon_sym_RBRACE] = ACTIONS(2731), - [anon_sym_STAR] = ACTIONS(2731), - [anon_sym_u8] = ACTIONS(2733), - [anon_sym_i8] = ACTIONS(2733), - [anon_sym_u16] = ACTIONS(2733), - [anon_sym_i16] = ACTIONS(2733), - [anon_sym_u32] = ACTIONS(2733), - [anon_sym_i32] = ACTIONS(2733), - [anon_sym_u64] = ACTIONS(2733), - [anon_sym_i64] = ACTIONS(2733), - [anon_sym_u128] = ACTIONS(2733), - [anon_sym_i128] = ACTIONS(2733), - [anon_sym_isize] = ACTIONS(2733), - [anon_sym_usize] = ACTIONS(2733), - [anon_sym_f32] = ACTIONS(2733), - [anon_sym_f64] = ACTIONS(2733), - [anon_sym_bool] = ACTIONS(2733), - [anon_sym_str] = ACTIONS(2733), - [anon_sym_char] = ACTIONS(2733), - [anon_sym_DASH] = ACTIONS(2731), - [anon_sym_BANG] = ACTIONS(2731), - [anon_sym_AMP] = ACTIONS(2731), - [anon_sym_PIPE] = ACTIONS(2731), - [anon_sym_LT] = ACTIONS(2731), - [anon_sym_DOT_DOT] = ACTIONS(2731), - [anon_sym_COLON_COLON] = ACTIONS(2731), - [anon_sym_POUND] = ACTIONS(2731), - [anon_sym_SQUOTE] = ACTIONS(2733), - [anon_sym_async] = ACTIONS(2733), - [anon_sym_break] = ACTIONS(2733), - [anon_sym_const] = ACTIONS(2733), - [anon_sym_continue] = ACTIONS(2733), - [anon_sym_default] = ACTIONS(2733), - [anon_sym_enum] = ACTIONS(2733), - [anon_sym_fn] = ACTIONS(2733), - [anon_sym_for] = ACTIONS(2733), - [anon_sym_gen] = ACTIONS(2733), - [anon_sym_if] = ACTIONS(2733), - [anon_sym_impl] = ACTIONS(2733), - [anon_sym_let] = ACTIONS(2733), - [anon_sym_loop] = ACTIONS(2733), - [anon_sym_match] = ACTIONS(2733), - [anon_sym_mod] = ACTIONS(2733), - [anon_sym_pub] = ACTIONS(2733), - [anon_sym_return] = ACTIONS(2733), - [anon_sym_static] = ACTIONS(2733), - [anon_sym_struct] = ACTIONS(2733), - [anon_sym_trait] = ACTIONS(2733), - [anon_sym_type] = ACTIONS(2733), - [anon_sym_union] = ACTIONS(2733), - [anon_sym_unsafe] = ACTIONS(2733), - [anon_sym_use] = ACTIONS(2733), - [anon_sym_while] = ACTIONS(2733), - [anon_sym_extern] = ACTIONS(2733), - [anon_sym_yield] = ACTIONS(2733), - [anon_sym_move] = ACTIONS(2733), - [anon_sym_try] = ACTIONS(2733), - [sym_integer_literal] = ACTIONS(2731), - [aux_sym_string_literal_token1] = ACTIONS(2731), - [sym_char_literal] = ACTIONS(2731), - [anon_sym_true] = ACTIONS(2733), - [anon_sym_false] = ACTIONS(2733), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2733), - [sym_super] = ACTIONS(2733), - [sym_crate] = ACTIONS(2733), - [sym_metavariable] = ACTIONS(2731), - [sym__raw_string_literal_start] = ACTIONS(2731), - [sym_float_literal] = ACTIONS(2731), + [ts_builtin_sym_end] = ACTIONS(2808), + [sym_identifier] = ACTIONS(2810), + [anon_sym_SEMI] = ACTIONS(2808), + [anon_sym_macro_rules_BANG] = ACTIONS(2808), + [anon_sym_LPAREN] = ACTIONS(2808), + [anon_sym_LBRACK] = ACTIONS(2808), + [anon_sym_LBRACE] = ACTIONS(2808), + [anon_sym_RBRACE] = ACTIONS(2808), + [anon_sym_STAR] = ACTIONS(2808), + [anon_sym_u8] = ACTIONS(2810), + [anon_sym_i8] = ACTIONS(2810), + [anon_sym_u16] = ACTIONS(2810), + [anon_sym_i16] = ACTIONS(2810), + [anon_sym_u32] = ACTIONS(2810), + [anon_sym_i32] = ACTIONS(2810), + [anon_sym_u64] = ACTIONS(2810), + [anon_sym_i64] = ACTIONS(2810), + [anon_sym_u128] = ACTIONS(2810), + [anon_sym_i128] = ACTIONS(2810), + [anon_sym_isize] = ACTIONS(2810), + [anon_sym_usize] = ACTIONS(2810), + [anon_sym_f32] = ACTIONS(2810), + [anon_sym_f64] = ACTIONS(2810), + [anon_sym_bool] = ACTIONS(2810), + [anon_sym_str] = ACTIONS(2810), + [anon_sym_char] = ACTIONS(2810), + [anon_sym_DASH] = ACTIONS(2808), + [anon_sym_BANG] = ACTIONS(2808), + [anon_sym_AMP] = ACTIONS(2808), + [anon_sym_PIPE] = ACTIONS(2808), + [anon_sym_LT] = ACTIONS(2808), + [anon_sym_DOT_DOT] = ACTIONS(2808), + [anon_sym_COLON_COLON] = ACTIONS(2808), + [anon_sym_POUND] = ACTIONS(2808), + [anon_sym_SQUOTE] = ACTIONS(2810), + [anon_sym_async] = ACTIONS(2810), + [anon_sym_break] = ACTIONS(2810), + [anon_sym_const] = ACTIONS(2810), + [anon_sym_continue] = ACTIONS(2810), + [anon_sym_default] = ACTIONS(2810), + [anon_sym_enum] = ACTIONS(2810), + [anon_sym_fn] = ACTIONS(2810), + [anon_sym_for] = ACTIONS(2810), + [anon_sym_gen] = ACTIONS(2810), + [anon_sym_if] = ACTIONS(2810), + [anon_sym_impl] = ACTIONS(2810), + [anon_sym_let] = ACTIONS(2810), + [anon_sym_loop] = ACTIONS(2810), + [anon_sym_match] = ACTIONS(2810), + [anon_sym_mod] = ACTIONS(2810), + [anon_sym_pub] = ACTIONS(2810), + [anon_sym_return] = ACTIONS(2810), + [anon_sym_static] = ACTIONS(2810), + [anon_sym_struct] = ACTIONS(2810), + [anon_sym_trait] = ACTIONS(2810), + [anon_sym_type] = ACTIONS(2810), + [anon_sym_union] = ACTIONS(2810), + [anon_sym_unsafe] = ACTIONS(2810), + [anon_sym_use] = ACTIONS(2810), + [anon_sym_while] = ACTIONS(2810), + [anon_sym_extern] = ACTIONS(2810), + [anon_sym_yield] = ACTIONS(2810), + [anon_sym_move] = ACTIONS(2810), + [anon_sym_try] = ACTIONS(2810), + [sym_integer_literal] = ACTIONS(2808), + [aux_sym_string_literal_token1] = ACTIONS(2808), + [sym_char_literal] = ACTIONS(2808), + [anon_sym_true] = ACTIONS(2810), + [anon_sym_false] = ACTIONS(2810), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2810), + [sym_super] = ACTIONS(2810), + [sym_crate] = ACTIONS(2810), + [sym_metavariable] = ACTIONS(2808), + [sym__raw_string_literal_start] = ACTIONS(2808), + [sym_float_literal] = ACTIONS(2808), }, [STATE(724)] = { [sym_line_comment] = STATE(724), [sym_block_comment] = STATE(724), - [ts_builtin_sym_end] = ACTIONS(2735), - [sym_identifier] = ACTIONS(2737), - [anon_sym_SEMI] = ACTIONS(2735), - [anon_sym_macro_rules_BANG] = ACTIONS(2735), - [anon_sym_LPAREN] = ACTIONS(2735), - [anon_sym_LBRACK] = ACTIONS(2735), - [anon_sym_LBRACE] = ACTIONS(2735), - [anon_sym_RBRACE] = ACTIONS(2735), - [anon_sym_STAR] = ACTIONS(2735), - [anon_sym_u8] = ACTIONS(2737), - [anon_sym_i8] = ACTIONS(2737), - [anon_sym_u16] = ACTIONS(2737), - [anon_sym_i16] = ACTIONS(2737), - [anon_sym_u32] = ACTIONS(2737), - [anon_sym_i32] = ACTIONS(2737), - [anon_sym_u64] = ACTIONS(2737), - [anon_sym_i64] = ACTIONS(2737), - [anon_sym_u128] = ACTIONS(2737), - [anon_sym_i128] = ACTIONS(2737), - [anon_sym_isize] = ACTIONS(2737), - [anon_sym_usize] = ACTIONS(2737), - [anon_sym_f32] = ACTIONS(2737), - [anon_sym_f64] = ACTIONS(2737), - [anon_sym_bool] = ACTIONS(2737), - [anon_sym_str] = ACTIONS(2737), - [anon_sym_char] = ACTIONS(2737), - [anon_sym_DASH] = ACTIONS(2735), - [anon_sym_BANG] = ACTIONS(2735), - [anon_sym_AMP] = ACTIONS(2735), - [anon_sym_PIPE] = ACTIONS(2735), - [anon_sym_LT] = ACTIONS(2735), - [anon_sym_DOT_DOT] = ACTIONS(2735), - [anon_sym_COLON_COLON] = ACTIONS(2735), - [anon_sym_POUND] = ACTIONS(2735), - [anon_sym_SQUOTE] = ACTIONS(2737), - [anon_sym_async] = ACTIONS(2737), - [anon_sym_break] = ACTIONS(2737), - [anon_sym_const] = ACTIONS(2737), - [anon_sym_continue] = ACTIONS(2737), - [anon_sym_default] = ACTIONS(2737), - [anon_sym_enum] = ACTIONS(2737), - [anon_sym_fn] = ACTIONS(2737), - [anon_sym_for] = ACTIONS(2737), - [anon_sym_gen] = ACTIONS(2737), - [anon_sym_if] = ACTIONS(2737), - [anon_sym_impl] = ACTIONS(2737), - [anon_sym_let] = ACTIONS(2737), - [anon_sym_loop] = ACTIONS(2737), - [anon_sym_match] = ACTIONS(2737), - [anon_sym_mod] = ACTIONS(2737), - [anon_sym_pub] = ACTIONS(2737), - [anon_sym_return] = ACTIONS(2737), - [anon_sym_static] = ACTIONS(2737), - [anon_sym_struct] = ACTIONS(2737), - [anon_sym_trait] = ACTIONS(2737), - [anon_sym_type] = ACTIONS(2737), - [anon_sym_union] = ACTIONS(2737), - [anon_sym_unsafe] = ACTIONS(2737), - [anon_sym_use] = ACTIONS(2737), - [anon_sym_while] = ACTIONS(2737), - [anon_sym_extern] = ACTIONS(2737), - [anon_sym_yield] = ACTIONS(2737), - [anon_sym_move] = ACTIONS(2737), - [anon_sym_try] = ACTIONS(2737), - [sym_integer_literal] = ACTIONS(2735), - [aux_sym_string_literal_token1] = ACTIONS(2735), - [sym_char_literal] = ACTIONS(2735), - [anon_sym_true] = ACTIONS(2737), - [anon_sym_false] = ACTIONS(2737), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2737), - [sym_super] = ACTIONS(2737), - [sym_crate] = ACTIONS(2737), - [sym_metavariable] = ACTIONS(2735), - [sym__raw_string_literal_start] = ACTIONS(2735), - [sym_float_literal] = ACTIONS(2735), + [ts_builtin_sym_end] = ACTIONS(2812), + [sym_identifier] = ACTIONS(2814), + [anon_sym_SEMI] = ACTIONS(2812), + [anon_sym_macro_rules_BANG] = ACTIONS(2812), + [anon_sym_LPAREN] = ACTIONS(2812), + [anon_sym_LBRACK] = ACTIONS(2812), + [anon_sym_LBRACE] = ACTIONS(2812), + [anon_sym_RBRACE] = ACTIONS(2812), + [anon_sym_STAR] = ACTIONS(2812), + [anon_sym_u8] = ACTIONS(2814), + [anon_sym_i8] = ACTIONS(2814), + [anon_sym_u16] = ACTIONS(2814), + [anon_sym_i16] = ACTIONS(2814), + [anon_sym_u32] = ACTIONS(2814), + [anon_sym_i32] = ACTIONS(2814), + [anon_sym_u64] = ACTIONS(2814), + [anon_sym_i64] = ACTIONS(2814), + [anon_sym_u128] = ACTIONS(2814), + [anon_sym_i128] = ACTIONS(2814), + [anon_sym_isize] = ACTIONS(2814), + [anon_sym_usize] = ACTIONS(2814), + [anon_sym_f32] = ACTIONS(2814), + [anon_sym_f64] = ACTIONS(2814), + [anon_sym_bool] = ACTIONS(2814), + [anon_sym_str] = ACTIONS(2814), + [anon_sym_char] = ACTIONS(2814), + [anon_sym_DASH] = ACTIONS(2812), + [anon_sym_BANG] = ACTIONS(2812), + [anon_sym_AMP] = ACTIONS(2812), + [anon_sym_PIPE] = ACTIONS(2812), + [anon_sym_LT] = ACTIONS(2812), + [anon_sym_DOT_DOT] = ACTIONS(2812), + [anon_sym_COLON_COLON] = ACTIONS(2812), + [anon_sym_POUND] = ACTIONS(2812), + [anon_sym_SQUOTE] = ACTIONS(2814), + [anon_sym_async] = ACTIONS(2814), + [anon_sym_break] = ACTIONS(2814), + [anon_sym_const] = ACTIONS(2814), + [anon_sym_continue] = ACTIONS(2814), + [anon_sym_default] = ACTIONS(2814), + [anon_sym_enum] = ACTIONS(2814), + [anon_sym_fn] = ACTIONS(2814), + [anon_sym_for] = ACTIONS(2814), + [anon_sym_gen] = ACTIONS(2814), + [anon_sym_if] = ACTIONS(2814), + [anon_sym_impl] = ACTIONS(2814), + [anon_sym_let] = ACTIONS(2814), + [anon_sym_loop] = ACTIONS(2814), + [anon_sym_match] = ACTIONS(2814), + [anon_sym_mod] = ACTIONS(2814), + [anon_sym_pub] = ACTIONS(2814), + [anon_sym_return] = ACTIONS(2814), + [anon_sym_static] = ACTIONS(2814), + [anon_sym_struct] = ACTIONS(2814), + [anon_sym_trait] = ACTIONS(2814), + [anon_sym_type] = ACTIONS(2814), + [anon_sym_union] = ACTIONS(2814), + [anon_sym_unsafe] = ACTIONS(2814), + [anon_sym_use] = ACTIONS(2814), + [anon_sym_while] = ACTIONS(2814), + [anon_sym_extern] = ACTIONS(2814), + [anon_sym_yield] = ACTIONS(2814), + [anon_sym_move] = ACTIONS(2814), + [anon_sym_try] = ACTIONS(2814), + [sym_integer_literal] = ACTIONS(2812), + [aux_sym_string_literal_token1] = ACTIONS(2812), + [sym_char_literal] = ACTIONS(2812), + [anon_sym_true] = ACTIONS(2814), + [anon_sym_false] = ACTIONS(2814), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2814), + [sym_super] = ACTIONS(2814), + [sym_crate] = ACTIONS(2814), + [sym_metavariable] = ACTIONS(2812), + [sym__raw_string_literal_start] = ACTIONS(2812), + [sym_float_literal] = ACTIONS(2812), }, [STATE(725)] = { [sym_line_comment] = STATE(725), [sym_block_comment] = STATE(725), - [ts_builtin_sym_end] = ACTIONS(2739), - [sym_identifier] = ACTIONS(2741), - [anon_sym_SEMI] = ACTIONS(2739), - [anon_sym_macro_rules_BANG] = ACTIONS(2739), - [anon_sym_LPAREN] = ACTIONS(2739), - [anon_sym_LBRACK] = ACTIONS(2739), - [anon_sym_LBRACE] = ACTIONS(2739), - [anon_sym_RBRACE] = ACTIONS(2739), - [anon_sym_STAR] = ACTIONS(2739), - [anon_sym_u8] = ACTIONS(2741), - [anon_sym_i8] = ACTIONS(2741), - [anon_sym_u16] = ACTIONS(2741), - [anon_sym_i16] = ACTIONS(2741), - [anon_sym_u32] = ACTIONS(2741), - [anon_sym_i32] = ACTIONS(2741), - [anon_sym_u64] = ACTIONS(2741), - [anon_sym_i64] = ACTIONS(2741), - [anon_sym_u128] = ACTIONS(2741), - [anon_sym_i128] = ACTIONS(2741), - [anon_sym_isize] = ACTIONS(2741), - [anon_sym_usize] = ACTIONS(2741), - [anon_sym_f32] = ACTIONS(2741), - [anon_sym_f64] = ACTIONS(2741), - [anon_sym_bool] = ACTIONS(2741), - [anon_sym_str] = ACTIONS(2741), - [anon_sym_char] = ACTIONS(2741), - [anon_sym_DASH] = ACTIONS(2739), - [anon_sym_BANG] = ACTIONS(2739), - [anon_sym_AMP] = ACTIONS(2739), - [anon_sym_PIPE] = ACTIONS(2739), - [anon_sym_LT] = ACTIONS(2739), - [anon_sym_DOT_DOT] = ACTIONS(2739), - [anon_sym_COLON_COLON] = ACTIONS(2739), - [anon_sym_POUND] = ACTIONS(2739), - [anon_sym_SQUOTE] = ACTIONS(2741), - [anon_sym_async] = ACTIONS(2741), - [anon_sym_break] = ACTIONS(2741), - [anon_sym_const] = ACTIONS(2741), - [anon_sym_continue] = ACTIONS(2741), - [anon_sym_default] = ACTIONS(2741), - [anon_sym_enum] = ACTIONS(2741), - [anon_sym_fn] = ACTIONS(2741), - [anon_sym_for] = ACTIONS(2741), - [anon_sym_gen] = ACTIONS(2741), - [anon_sym_if] = ACTIONS(2741), - [anon_sym_impl] = ACTIONS(2741), - [anon_sym_let] = ACTIONS(2741), - [anon_sym_loop] = ACTIONS(2741), - [anon_sym_match] = ACTIONS(2741), - [anon_sym_mod] = ACTIONS(2741), - [anon_sym_pub] = ACTIONS(2741), - [anon_sym_return] = ACTIONS(2741), - [anon_sym_static] = ACTIONS(2741), - [anon_sym_struct] = ACTIONS(2741), - [anon_sym_trait] = ACTIONS(2741), - [anon_sym_type] = ACTIONS(2741), - [anon_sym_union] = ACTIONS(2741), - [anon_sym_unsafe] = ACTIONS(2741), - [anon_sym_use] = ACTIONS(2741), - [anon_sym_while] = ACTIONS(2741), - [anon_sym_extern] = ACTIONS(2741), - [anon_sym_yield] = ACTIONS(2741), - [anon_sym_move] = ACTIONS(2741), - [anon_sym_try] = ACTIONS(2741), - [sym_integer_literal] = ACTIONS(2739), - [aux_sym_string_literal_token1] = ACTIONS(2739), - [sym_char_literal] = ACTIONS(2739), - [anon_sym_true] = ACTIONS(2741), - [anon_sym_false] = ACTIONS(2741), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2741), - [sym_super] = ACTIONS(2741), - [sym_crate] = ACTIONS(2741), - [sym_metavariable] = ACTIONS(2739), - [sym__raw_string_literal_start] = ACTIONS(2739), - [sym_float_literal] = ACTIONS(2739), + [ts_builtin_sym_end] = ACTIONS(2816), + [sym_identifier] = ACTIONS(2818), + [anon_sym_SEMI] = ACTIONS(2816), + [anon_sym_macro_rules_BANG] = ACTIONS(2816), + [anon_sym_LPAREN] = ACTIONS(2816), + [anon_sym_LBRACK] = ACTIONS(2816), + [anon_sym_LBRACE] = ACTIONS(2816), + [anon_sym_RBRACE] = ACTIONS(2816), + [anon_sym_STAR] = ACTIONS(2816), + [anon_sym_u8] = ACTIONS(2818), + [anon_sym_i8] = ACTIONS(2818), + [anon_sym_u16] = ACTIONS(2818), + [anon_sym_i16] = ACTIONS(2818), + [anon_sym_u32] = ACTIONS(2818), + [anon_sym_i32] = ACTIONS(2818), + [anon_sym_u64] = ACTIONS(2818), + [anon_sym_i64] = ACTIONS(2818), + [anon_sym_u128] = ACTIONS(2818), + [anon_sym_i128] = ACTIONS(2818), + [anon_sym_isize] = ACTIONS(2818), + [anon_sym_usize] = ACTIONS(2818), + [anon_sym_f32] = ACTIONS(2818), + [anon_sym_f64] = ACTIONS(2818), + [anon_sym_bool] = ACTIONS(2818), + [anon_sym_str] = ACTIONS(2818), + [anon_sym_char] = ACTIONS(2818), + [anon_sym_DASH] = ACTIONS(2816), + [anon_sym_BANG] = ACTIONS(2816), + [anon_sym_AMP] = ACTIONS(2816), + [anon_sym_PIPE] = ACTIONS(2816), + [anon_sym_LT] = ACTIONS(2816), + [anon_sym_DOT_DOT] = ACTIONS(2816), + [anon_sym_COLON_COLON] = ACTIONS(2816), + [anon_sym_POUND] = ACTIONS(2816), + [anon_sym_SQUOTE] = ACTIONS(2818), + [anon_sym_async] = ACTIONS(2818), + [anon_sym_break] = ACTIONS(2818), + [anon_sym_const] = ACTIONS(2818), + [anon_sym_continue] = ACTIONS(2818), + [anon_sym_default] = ACTIONS(2818), + [anon_sym_enum] = ACTIONS(2818), + [anon_sym_fn] = ACTIONS(2818), + [anon_sym_for] = ACTIONS(2818), + [anon_sym_gen] = ACTIONS(2818), + [anon_sym_if] = ACTIONS(2818), + [anon_sym_impl] = ACTIONS(2818), + [anon_sym_let] = ACTIONS(2818), + [anon_sym_loop] = ACTIONS(2818), + [anon_sym_match] = ACTIONS(2818), + [anon_sym_mod] = ACTIONS(2818), + [anon_sym_pub] = ACTIONS(2818), + [anon_sym_return] = ACTIONS(2818), + [anon_sym_static] = ACTIONS(2818), + [anon_sym_struct] = ACTIONS(2818), + [anon_sym_trait] = ACTIONS(2818), + [anon_sym_type] = ACTIONS(2818), + [anon_sym_union] = ACTIONS(2818), + [anon_sym_unsafe] = ACTIONS(2818), + [anon_sym_use] = ACTIONS(2818), + [anon_sym_while] = ACTIONS(2818), + [anon_sym_extern] = ACTIONS(2818), + [anon_sym_yield] = ACTIONS(2818), + [anon_sym_move] = ACTIONS(2818), + [anon_sym_try] = ACTIONS(2818), + [sym_integer_literal] = ACTIONS(2816), + [aux_sym_string_literal_token1] = ACTIONS(2816), + [sym_char_literal] = ACTIONS(2816), + [anon_sym_true] = ACTIONS(2818), + [anon_sym_false] = ACTIONS(2818), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2818), + [sym_super] = ACTIONS(2818), + [sym_crate] = ACTIONS(2818), + [sym_metavariable] = ACTIONS(2816), + [sym__raw_string_literal_start] = ACTIONS(2816), + [sym_float_literal] = ACTIONS(2816), }, [STATE(726)] = { [sym_line_comment] = STATE(726), [sym_block_comment] = STATE(726), - [ts_builtin_sym_end] = ACTIONS(2743), - [sym_identifier] = ACTIONS(2745), - [anon_sym_SEMI] = ACTIONS(2743), - [anon_sym_macro_rules_BANG] = ACTIONS(2743), - [anon_sym_LPAREN] = ACTIONS(2743), - [anon_sym_LBRACK] = ACTIONS(2743), - [anon_sym_LBRACE] = ACTIONS(2743), - [anon_sym_RBRACE] = ACTIONS(2743), - [anon_sym_STAR] = ACTIONS(2743), - [anon_sym_u8] = ACTIONS(2745), - [anon_sym_i8] = ACTIONS(2745), - [anon_sym_u16] = ACTIONS(2745), - [anon_sym_i16] = ACTIONS(2745), - [anon_sym_u32] = ACTIONS(2745), - [anon_sym_i32] = ACTIONS(2745), - [anon_sym_u64] = ACTIONS(2745), - [anon_sym_i64] = ACTIONS(2745), - [anon_sym_u128] = ACTIONS(2745), - [anon_sym_i128] = ACTIONS(2745), - [anon_sym_isize] = ACTIONS(2745), - [anon_sym_usize] = ACTIONS(2745), - [anon_sym_f32] = ACTIONS(2745), - [anon_sym_f64] = ACTIONS(2745), - [anon_sym_bool] = ACTIONS(2745), - [anon_sym_str] = ACTIONS(2745), - [anon_sym_char] = ACTIONS(2745), - [anon_sym_DASH] = ACTIONS(2743), - [anon_sym_BANG] = ACTIONS(2743), - [anon_sym_AMP] = ACTIONS(2743), - [anon_sym_PIPE] = ACTIONS(2743), - [anon_sym_LT] = ACTIONS(2743), - [anon_sym_DOT_DOT] = ACTIONS(2743), - [anon_sym_COLON_COLON] = ACTIONS(2743), - [anon_sym_POUND] = ACTIONS(2743), - [anon_sym_SQUOTE] = ACTIONS(2745), - [anon_sym_async] = ACTIONS(2745), - [anon_sym_break] = ACTIONS(2745), - [anon_sym_const] = ACTIONS(2745), - [anon_sym_continue] = ACTIONS(2745), - [anon_sym_default] = ACTIONS(2745), - [anon_sym_enum] = ACTIONS(2745), - [anon_sym_fn] = ACTIONS(2745), - [anon_sym_for] = ACTIONS(2745), - [anon_sym_gen] = ACTIONS(2745), - [anon_sym_if] = ACTIONS(2745), - [anon_sym_impl] = ACTIONS(2745), - [anon_sym_let] = ACTIONS(2745), - [anon_sym_loop] = ACTIONS(2745), - [anon_sym_match] = ACTIONS(2745), - [anon_sym_mod] = ACTIONS(2745), - [anon_sym_pub] = ACTIONS(2745), - [anon_sym_return] = ACTIONS(2745), - [anon_sym_static] = ACTIONS(2745), - [anon_sym_struct] = ACTIONS(2745), - [anon_sym_trait] = ACTIONS(2745), - [anon_sym_type] = ACTIONS(2745), - [anon_sym_union] = ACTIONS(2745), - [anon_sym_unsafe] = ACTIONS(2745), - [anon_sym_use] = ACTIONS(2745), - [anon_sym_while] = ACTIONS(2745), - [anon_sym_extern] = ACTIONS(2745), - [anon_sym_yield] = ACTIONS(2745), - [anon_sym_move] = ACTIONS(2745), - [anon_sym_try] = ACTIONS(2745), - [sym_integer_literal] = ACTIONS(2743), - [aux_sym_string_literal_token1] = ACTIONS(2743), - [sym_char_literal] = ACTIONS(2743), - [anon_sym_true] = ACTIONS(2745), - [anon_sym_false] = ACTIONS(2745), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2745), - [sym_super] = ACTIONS(2745), - [sym_crate] = ACTIONS(2745), - [sym_metavariable] = ACTIONS(2743), - [sym__raw_string_literal_start] = ACTIONS(2743), - [sym_float_literal] = ACTIONS(2743), + [ts_builtin_sym_end] = ACTIONS(2820), + [sym_identifier] = ACTIONS(2822), + [anon_sym_SEMI] = ACTIONS(2820), + [anon_sym_macro_rules_BANG] = ACTIONS(2820), + [anon_sym_LPAREN] = ACTIONS(2820), + [anon_sym_LBRACK] = ACTIONS(2820), + [anon_sym_LBRACE] = ACTIONS(2820), + [anon_sym_RBRACE] = ACTIONS(2820), + [anon_sym_STAR] = ACTIONS(2820), + [anon_sym_u8] = ACTIONS(2822), + [anon_sym_i8] = ACTIONS(2822), + [anon_sym_u16] = ACTIONS(2822), + [anon_sym_i16] = ACTIONS(2822), + [anon_sym_u32] = ACTIONS(2822), + [anon_sym_i32] = ACTIONS(2822), + [anon_sym_u64] = ACTIONS(2822), + [anon_sym_i64] = ACTIONS(2822), + [anon_sym_u128] = ACTIONS(2822), + [anon_sym_i128] = ACTIONS(2822), + [anon_sym_isize] = ACTIONS(2822), + [anon_sym_usize] = ACTIONS(2822), + [anon_sym_f32] = ACTIONS(2822), + [anon_sym_f64] = ACTIONS(2822), + [anon_sym_bool] = ACTIONS(2822), + [anon_sym_str] = ACTIONS(2822), + [anon_sym_char] = ACTIONS(2822), + [anon_sym_DASH] = ACTIONS(2820), + [anon_sym_BANG] = ACTIONS(2820), + [anon_sym_AMP] = ACTIONS(2820), + [anon_sym_PIPE] = ACTIONS(2820), + [anon_sym_LT] = ACTIONS(2820), + [anon_sym_DOT_DOT] = ACTIONS(2820), + [anon_sym_COLON_COLON] = ACTIONS(2820), + [anon_sym_POUND] = ACTIONS(2820), + [anon_sym_SQUOTE] = ACTIONS(2822), + [anon_sym_async] = ACTIONS(2822), + [anon_sym_break] = ACTIONS(2822), + [anon_sym_const] = ACTIONS(2822), + [anon_sym_continue] = ACTIONS(2822), + [anon_sym_default] = ACTIONS(2822), + [anon_sym_enum] = ACTIONS(2822), + [anon_sym_fn] = ACTIONS(2822), + [anon_sym_for] = ACTIONS(2822), + [anon_sym_gen] = ACTIONS(2822), + [anon_sym_if] = ACTIONS(2822), + [anon_sym_impl] = ACTIONS(2822), + [anon_sym_let] = ACTIONS(2822), + [anon_sym_loop] = ACTIONS(2822), + [anon_sym_match] = ACTIONS(2822), + [anon_sym_mod] = ACTIONS(2822), + [anon_sym_pub] = ACTIONS(2822), + [anon_sym_return] = ACTIONS(2822), + [anon_sym_static] = ACTIONS(2822), + [anon_sym_struct] = ACTIONS(2822), + [anon_sym_trait] = ACTIONS(2822), + [anon_sym_type] = ACTIONS(2822), + [anon_sym_union] = ACTIONS(2822), + [anon_sym_unsafe] = ACTIONS(2822), + [anon_sym_use] = ACTIONS(2822), + [anon_sym_while] = ACTIONS(2822), + [anon_sym_extern] = ACTIONS(2822), + [anon_sym_yield] = ACTIONS(2822), + [anon_sym_move] = ACTIONS(2822), + [anon_sym_try] = ACTIONS(2822), + [sym_integer_literal] = ACTIONS(2820), + [aux_sym_string_literal_token1] = ACTIONS(2820), + [sym_char_literal] = ACTIONS(2820), + [anon_sym_true] = ACTIONS(2822), + [anon_sym_false] = ACTIONS(2822), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2822), + [sym_super] = ACTIONS(2822), + [sym_crate] = ACTIONS(2822), + [sym_metavariable] = ACTIONS(2820), + [sym__raw_string_literal_start] = ACTIONS(2820), + [sym_float_literal] = ACTIONS(2820), }, [STATE(727)] = { + [sym_attribute_item] = STATE(1306), + [sym_inner_attribute_item] = STATE(1306), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_match_pattern] = STATE(3692), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3020), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(727), [sym_block_comment] = STATE(727), - [ts_builtin_sym_end] = ACTIONS(2747), - [sym_identifier] = ACTIONS(2749), - [anon_sym_SEMI] = ACTIONS(2747), - [anon_sym_macro_rules_BANG] = ACTIONS(2747), - [anon_sym_LPAREN] = ACTIONS(2747), - [anon_sym_LBRACK] = ACTIONS(2747), - [anon_sym_LBRACE] = ACTIONS(2747), - [anon_sym_RBRACE] = ACTIONS(2747), - [anon_sym_STAR] = ACTIONS(2747), - [anon_sym_u8] = ACTIONS(2749), - [anon_sym_i8] = ACTIONS(2749), - [anon_sym_u16] = ACTIONS(2749), - [anon_sym_i16] = ACTIONS(2749), - [anon_sym_u32] = ACTIONS(2749), - [anon_sym_i32] = ACTIONS(2749), - [anon_sym_u64] = ACTIONS(2749), - [anon_sym_i64] = ACTIONS(2749), - [anon_sym_u128] = ACTIONS(2749), - [anon_sym_i128] = ACTIONS(2749), - [anon_sym_isize] = ACTIONS(2749), - [anon_sym_usize] = ACTIONS(2749), - [anon_sym_f32] = ACTIONS(2749), - [anon_sym_f64] = ACTIONS(2749), - [anon_sym_bool] = ACTIONS(2749), - [anon_sym_str] = ACTIONS(2749), - [anon_sym_char] = ACTIONS(2749), - [anon_sym_DASH] = ACTIONS(2747), - [anon_sym_BANG] = ACTIONS(2747), - [anon_sym_AMP] = ACTIONS(2747), - [anon_sym_PIPE] = ACTIONS(2747), - [anon_sym_LT] = ACTIONS(2747), - [anon_sym_DOT_DOT] = ACTIONS(2747), - [anon_sym_COLON_COLON] = ACTIONS(2747), - [anon_sym_POUND] = ACTIONS(2747), - [anon_sym_SQUOTE] = ACTIONS(2749), - [anon_sym_async] = ACTIONS(2749), - [anon_sym_break] = ACTIONS(2749), - [anon_sym_const] = ACTIONS(2749), - [anon_sym_continue] = ACTIONS(2749), - [anon_sym_default] = ACTIONS(2749), - [anon_sym_enum] = ACTIONS(2749), - [anon_sym_fn] = ACTIONS(2749), - [anon_sym_for] = ACTIONS(2749), - [anon_sym_gen] = ACTIONS(2749), - [anon_sym_if] = ACTIONS(2749), - [anon_sym_impl] = ACTIONS(2749), - [anon_sym_let] = ACTIONS(2749), - [anon_sym_loop] = ACTIONS(2749), - [anon_sym_match] = ACTIONS(2749), - [anon_sym_mod] = ACTIONS(2749), - [anon_sym_pub] = ACTIONS(2749), - [anon_sym_return] = ACTIONS(2749), - [anon_sym_static] = ACTIONS(2749), - [anon_sym_struct] = ACTIONS(2749), - [anon_sym_trait] = ACTIONS(2749), - [anon_sym_type] = ACTIONS(2749), - [anon_sym_union] = ACTIONS(2749), - [anon_sym_unsafe] = ACTIONS(2749), - [anon_sym_use] = ACTIONS(2749), - [anon_sym_while] = ACTIONS(2749), - [anon_sym_extern] = ACTIONS(2749), - [anon_sym_yield] = ACTIONS(2749), - [anon_sym_move] = ACTIONS(2749), - [anon_sym_try] = ACTIONS(2749), - [sym_integer_literal] = ACTIONS(2747), - [aux_sym_string_literal_token1] = ACTIONS(2747), - [sym_char_literal] = ACTIONS(2747), - [anon_sym_true] = ACTIONS(2749), - [anon_sym_false] = ACTIONS(2749), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2749), - [sym_super] = ACTIONS(2749), - [sym_crate] = ACTIONS(2749), - [sym_metavariable] = ACTIONS(2747), - [sym__raw_string_literal_start] = ACTIONS(2747), - [sym_float_literal] = ACTIONS(2747), + [aux_sym_match_arm_repeat1] = STATE(1037), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_COLON_COLON] = ACTIONS(1667), + [anon_sym_POUND] = ACTIONS(1669), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_gen] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_ref] = ACTIONS(1675), + [sym_mutable_specifier] = ACTIONS(1677), + [sym_integer_literal] = ACTIONS(1679), + [aux_sym_string_literal_token1] = ACTIONS(1681), + [sym_char_literal] = ACTIONS(1679), + [anon_sym_true] = ACTIONS(1683), + [anon_sym_false] = ACTIONS(1683), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1685), + [sym_super] = ACTIONS(1685), + [sym_crate] = ACTIONS(1685), + [sym_metavariable] = ACTIONS(1687), + [sym__raw_string_literal_start] = ACTIONS(1689), + [sym_float_literal] = ACTIONS(1679), }, [STATE(728)] = { [sym_line_comment] = STATE(728), [sym_block_comment] = STATE(728), - [ts_builtin_sym_end] = ACTIONS(2751), - [sym_identifier] = ACTIONS(2753), - [anon_sym_SEMI] = ACTIONS(2751), - [anon_sym_macro_rules_BANG] = ACTIONS(2751), - [anon_sym_LPAREN] = ACTIONS(2751), - [anon_sym_LBRACK] = ACTIONS(2751), - [anon_sym_LBRACE] = ACTIONS(2751), - [anon_sym_RBRACE] = ACTIONS(2751), - [anon_sym_STAR] = ACTIONS(2751), - [anon_sym_u8] = ACTIONS(2753), - [anon_sym_i8] = ACTIONS(2753), - [anon_sym_u16] = ACTIONS(2753), - [anon_sym_i16] = ACTIONS(2753), - [anon_sym_u32] = ACTIONS(2753), - [anon_sym_i32] = ACTIONS(2753), - [anon_sym_u64] = ACTIONS(2753), - [anon_sym_i64] = ACTIONS(2753), - [anon_sym_u128] = ACTIONS(2753), - [anon_sym_i128] = ACTIONS(2753), - [anon_sym_isize] = ACTIONS(2753), - [anon_sym_usize] = ACTIONS(2753), - [anon_sym_f32] = ACTIONS(2753), - [anon_sym_f64] = ACTIONS(2753), - [anon_sym_bool] = ACTIONS(2753), - [anon_sym_str] = ACTIONS(2753), - [anon_sym_char] = ACTIONS(2753), - [anon_sym_DASH] = ACTIONS(2751), - [anon_sym_BANG] = ACTIONS(2751), - [anon_sym_AMP] = ACTIONS(2751), - [anon_sym_PIPE] = ACTIONS(2751), - [anon_sym_LT] = ACTIONS(2751), - [anon_sym_DOT_DOT] = ACTIONS(2751), - [anon_sym_COLON_COLON] = ACTIONS(2751), - [anon_sym_POUND] = ACTIONS(2751), - [anon_sym_SQUOTE] = ACTIONS(2753), - [anon_sym_async] = ACTIONS(2753), - [anon_sym_break] = ACTIONS(2753), - [anon_sym_const] = ACTIONS(2753), - [anon_sym_continue] = ACTIONS(2753), - [anon_sym_default] = ACTIONS(2753), - [anon_sym_enum] = ACTIONS(2753), - [anon_sym_fn] = ACTIONS(2753), - [anon_sym_for] = ACTIONS(2753), - [anon_sym_gen] = ACTIONS(2753), - [anon_sym_if] = ACTIONS(2753), - [anon_sym_impl] = ACTIONS(2753), - [anon_sym_let] = ACTIONS(2753), - [anon_sym_loop] = ACTIONS(2753), - [anon_sym_match] = ACTIONS(2753), - [anon_sym_mod] = ACTIONS(2753), - [anon_sym_pub] = ACTIONS(2753), - [anon_sym_return] = ACTIONS(2753), - [anon_sym_static] = ACTIONS(2753), - [anon_sym_struct] = ACTIONS(2753), - [anon_sym_trait] = ACTIONS(2753), - [anon_sym_type] = ACTIONS(2753), - [anon_sym_union] = ACTIONS(2753), - [anon_sym_unsafe] = ACTIONS(2753), - [anon_sym_use] = ACTIONS(2753), - [anon_sym_while] = ACTIONS(2753), - [anon_sym_extern] = ACTIONS(2753), - [anon_sym_yield] = ACTIONS(2753), - [anon_sym_move] = ACTIONS(2753), - [anon_sym_try] = ACTIONS(2753), - [sym_integer_literal] = ACTIONS(2751), - [aux_sym_string_literal_token1] = ACTIONS(2751), - [sym_char_literal] = ACTIONS(2751), - [anon_sym_true] = ACTIONS(2753), - [anon_sym_false] = ACTIONS(2753), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2753), - [sym_super] = ACTIONS(2753), - [sym_crate] = ACTIONS(2753), - [sym_metavariable] = ACTIONS(2751), - [sym__raw_string_literal_start] = ACTIONS(2751), - [sym_float_literal] = ACTIONS(2751), + [ts_builtin_sym_end] = ACTIONS(2824), + [sym_identifier] = ACTIONS(2826), + [anon_sym_SEMI] = ACTIONS(2824), + [anon_sym_macro_rules_BANG] = ACTIONS(2824), + [anon_sym_LPAREN] = ACTIONS(2824), + [anon_sym_LBRACK] = ACTIONS(2824), + [anon_sym_LBRACE] = ACTIONS(2824), + [anon_sym_RBRACE] = ACTIONS(2824), + [anon_sym_STAR] = ACTIONS(2824), + [anon_sym_u8] = ACTIONS(2826), + [anon_sym_i8] = ACTIONS(2826), + [anon_sym_u16] = ACTIONS(2826), + [anon_sym_i16] = ACTIONS(2826), + [anon_sym_u32] = ACTIONS(2826), + [anon_sym_i32] = ACTIONS(2826), + [anon_sym_u64] = ACTIONS(2826), + [anon_sym_i64] = ACTIONS(2826), + [anon_sym_u128] = ACTIONS(2826), + [anon_sym_i128] = ACTIONS(2826), + [anon_sym_isize] = ACTIONS(2826), + [anon_sym_usize] = ACTIONS(2826), + [anon_sym_f32] = ACTIONS(2826), + [anon_sym_f64] = ACTIONS(2826), + [anon_sym_bool] = ACTIONS(2826), + [anon_sym_str] = ACTIONS(2826), + [anon_sym_char] = ACTIONS(2826), + [anon_sym_DASH] = ACTIONS(2824), + [anon_sym_BANG] = ACTIONS(2824), + [anon_sym_AMP] = ACTIONS(2824), + [anon_sym_PIPE] = ACTIONS(2824), + [anon_sym_LT] = ACTIONS(2824), + [anon_sym_DOT_DOT] = ACTIONS(2824), + [anon_sym_COLON_COLON] = ACTIONS(2824), + [anon_sym_POUND] = ACTIONS(2824), + [anon_sym_SQUOTE] = ACTIONS(2826), + [anon_sym_async] = ACTIONS(2826), + [anon_sym_break] = ACTIONS(2826), + [anon_sym_const] = ACTIONS(2826), + [anon_sym_continue] = ACTIONS(2826), + [anon_sym_default] = ACTIONS(2826), + [anon_sym_enum] = ACTIONS(2826), + [anon_sym_fn] = ACTIONS(2826), + [anon_sym_for] = ACTIONS(2826), + [anon_sym_gen] = ACTIONS(2826), + [anon_sym_if] = ACTIONS(2826), + [anon_sym_impl] = ACTIONS(2826), + [anon_sym_let] = ACTIONS(2826), + [anon_sym_loop] = ACTIONS(2826), + [anon_sym_match] = ACTIONS(2826), + [anon_sym_mod] = ACTIONS(2826), + [anon_sym_pub] = ACTIONS(2826), + [anon_sym_return] = ACTIONS(2826), + [anon_sym_static] = ACTIONS(2826), + [anon_sym_struct] = ACTIONS(2826), + [anon_sym_trait] = ACTIONS(2826), + [anon_sym_type] = ACTIONS(2826), + [anon_sym_union] = ACTIONS(2826), + [anon_sym_unsafe] = ACTIONS(2826), + [anon_sym_use] = ACTIONS(2826), + [anon_sym_while] = ACTIONS(2826), + [anon_sym_extern] = ACTIONS(2826), + [anon_sym_yield] = ACTIONS(2826), + [anon_sym_move] = ACTIONS(2826), + [anon_sym_try] = ACTIONS(2826), + [sym_integer_literal] = ACTIONS(2824), + [aux_sym_string_literal_token1] = ACTIONS(2824), + [sym_char_literal] = ACTIONS(2824), + [anon_sym_true] = ACTIONS(2826), + [anon_sym_false] = ACTIONS(2826), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2826), + [sym_super] = ACTIONS(2826), + [sym_crate] = ACTIONS(2826), + [sym_metavariable] = ACTIONS(2824), + [sym__raw_string_literal_start] = ACTIONS(2824), + [sym_float_literal] = ACTIONS(2824), }, [STATE(729)] = { [sym_line_comment] = STATE(729), [sym_block_comment] = STATE(729), - [ts_builtin_sym_end] = ACTIONS(2755), - [sym_identifier] = ACTIONS(2757), - [anon_sym_SEMI] = ACTIONS(2755), - [anon_sym_macro_rules_BANG] = ACTIONS(2755), - [anon_sym_LPAREN] = ACTIONS(2755), - [anon_sym_LBRACK] = ACTIONS(2755), - [anon_sym_LBRACE] = ACTIONS(2755), - [anon_sym_RBRACE] = ACTIONS(2755), - [anon_sym_STAR] = ACTIONS(2755), - [anon_sym_u8] = ACTIONS(2757), - [anon_sym_i8] = ACTIONS(2757), - [anon_sym_u16] = ACTIONS(2757), - [anon_sym_i16] = ACTIONS(2757), - [anon_sym_u32] = ACTIONS(2757), - [anon_sym_i32] = ACTIONS(2757), - [anon_sym_u64] = ACTIONS(2757), - [anon_sym_i64] = ACTIONS(2757), - [anon_sym_u128] = ACTIONS(2757), - [anon_sym_i128] = ACTIONS(2757), - [anon_sym_isize] = ACTIONS(2757), - [anon_sym_usize] = ACTIONS(2757), - [anon_sym_f32] = ACTIONS(2757), - [anon_sym_f64] = ACTIONS(2757), - [anon_sym_bool] = ACTIONS(2757), - [anon_sym_str] = ACTIONS(2757), - [anon_sym_char] = ACTIONS(2757), - [anon_sym_DASH] = ACTIONS(2755), - [anon_sym_BANG] = ACTIONS(2755), - [anon_sym_AMP] = ACTIONS(2755), - [anon_sym_PIPE] = ACTIONS(2755), - [anon_sym_LT] = ACTIONS(2755), - [anon_sym_DOT_DOT] = ACTIONS(2755), - [anon_sym_COLON_COLON] = ACTIONS(2755), - [anon_sym_POUND] = ACTIONS(2755), - [anon_sym_SQUOTE] = ACTIONS(2757), - [anon_sym_async] = ACTIONS(2757), - [anon_sym_break] = ACTIONS(2757), - [anon_sym_const] = ACTIONS(2757), - [anon_sym_continue] = ACTIONS(2757), - [anon_sym_default] = ACTIONS(2757), - [anon_sym_enum] = ACTIONS(2757), - [anon_sym_fn] = ACTIONS(2757), - [anon_sym_for] = ACTIONS(2757), - [anon_sym_gen] = ACTIONS(2757), - [anon_sym_if] = ACTIONS(2757), - [anon_sym_impl] = ACTIONS(2757), - [anon_sym_let] = ACTIONS(2757), - [anon_sym_loop] = ACTIONS(2757), - [anon_sym_match] = ACTIONS(2757), - [anon_sym_mod] = ACTIONS(2757), - [anon_sym_pub] = ACTIONS(2757), - [anon_sym_return] = ACTIONS(2757), - [anon_sym_static] = ACTIONS(2757), - [anon_sym_struct] = ACTIONS(2757), - [anon_sym_trait] = ACTIONS(2757), - [anon_sym_type] = ACTIONS(2757), - [anon_sym_union] = ACTIONS(2757), - [anon_sym_unsafe] = ACTIONS(2757), - [anon_sym_use] = ACTIONS(2757), - [anon_sym_while] = ACTIONS(2757), - [anon_sym_extern] = ACTIONS(2757), - [anon_sym_yield] = ACTIONS(2757), - [anon_sym_move] = ACTIONS(2757), - [anon_sym_try] = ACTIONS(2757), - [sym_integer_literal] = ACTIONS(2755), - [aux_sym_string_literal_token1] = ACTIONS(2755), - [sym_char_literal] = ACTIONS(2755), - [anon_sym_true] = ACTIONS(2757), - [anon_sym_false] = ACTIONS(2757), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2757), - [sym_super] = ACTIONS(2757), - [sym_crate] = ACTIONS(2757), - [sym_metavariable] = ACTIONS(2755), - [sym__raw_string_literal_start] = ACTIONS(2755), - [sym_float_literal] = ACTIONS(2755), + [ts_builtin_sym_end] = ACTIONS(2828), + [sym_identifier] = ACTIONS(2830), + [anon_sym_SEMI] = ACTIONS(2828), + [anon_sym_macro_rules_BANG] = ACTIONS(2828), + [anon_sym_LPAREN] = ACTIONS(2828), + [anon_sym_LBRACK] = ACTIONS(2828), + [anon_sym_LBRACE] = ACTIONS(2828), + [anon_sym_RBRACE] = ACTIONS(2828), + [anon_sym_STAR] = ACTIONS(2828), + [anon_sym_u8] = ACTIONS(2830), + [anon_sym_i8] = ACTIONS(2830), + [anon_sym_u16] = ACTIONS(2830), + [anon_sym_i16] = ACTIONS(2830), + [anon_sym_u32] = ACTIONS(2830), + [anon_sym_i32] = ACTIONS(2830), + [anon_sym_u64] = ACTIONS(2830), + [anon_sym_i64] = ACTIONS(2830), + [anon_sym_u128] = ACTIONS(2830), + [anon_sym_i128] = ACTIONS(2830), + [anon_sym_isize] = ACTIONS(2830), + [anon_sym_usize] = ACTIONS(2830), + [anon_sym_f32] = ACTIONS(2830), + [anon_sym_f64] = ACTIONS(2830), + [anon_sym_bool] = ACTIONS(2830), + [anon_sym_str] = ACTIONS(2830), + [anon_sym_char] = ACTIONS(2830), + [anon_sym_DASH] = ACTIONS(2828), + [anon_sym_BANG] = ACTIONS(2828), + [anon_sym_AMP] = ACTIONS(2828), + [anon_sym_PIPE] = ACTIONS(2828), + [anon_sym_LT] = ACTIONS(2828), + [anon_sym_DOT_DOT] = ACTIONS(2828), + [anon_sym_COLON_COLON] = ACTIONS(2828), + [anon_sym_POUND] = ACTIONS(2828), + [anon_sym_SQUOTE] = ACTIONS(2830), + [anon_sym_async] = ACTIONS(2830), + [anon_sym_break] = ACTIONS(2830), + [anon_sym_const] = ACTIONS(2830), + [anon_sym_continue] = ACTIONS(2830), + [anon_sym_default] = ACTIONS(2830), + [anon_sym_enum] = ACTIONS(2830), + [anon_sym_fn] = ACTIONS(2830), + [anon_sym_for] = ACTIONS(2830), + [anon_sym_gen] = ACTIONS(2830), + [anon_sym_if] = ACTIONS(2830), + [anon_sym_impl] = ACTIONS(2830), + [anon_sym_let] = ACTIONS(2830), + [anon_sym_loop] = ACTIONS(2830), + [anon_sym_match] = ACTIONS(2830), + [anon_sym_mod] = ACTIONS(2830), + [anon_sym_pub] = ACTIONS(2830), + [anon_sym_return] = ACTIONS(2830), + [anon_sym_static] = ACTIONS(2830), + [anon_sym_struct] = ACTIONS(2830), + [anon_sym_trait] = ACTIONS(2830), + [anon_sym_type] = ACTIONS(2830), + [anon_sym_union] = ACTIONS(2830), + [anon_sym_unsafe] = ACTIONS(2830), + [anon_sym_use] = ACTIONS(2830), + [anon_sym_while] = ACTIONS(2830), + [anon_sym_extern] = ACTIONS(2830), + [anon_sym_yield] = ACTIONS(2830), + [anon_sym_move] = ACTIONS(2830), + [anon_sym_try] = ACTIONS(2830), + [sym_integer_literal] = ACTIONS(2828), + [aux_sym_string_literal_token1] = ACTIONS(2828), + [sym_char_literal] = ACTIONS(2828), + [anon_sym_true] = ACTIONS(2830), + [anon_sym_false] = ACTIONS(2830), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2830), + [sym_super] = ACTIONS(2830), + [sym_crate] = ACTIONS(2830), + [sym_metavariable] = ACTIONS(2828), + [sym__raw_string_literal_start] = ACTIONS(2828), + [sym_float_literal] = ACTIONS(2828), }, [STATE(730)] = { [sym_line_comment] = STATE(730), [sym_block_comment] = STATE(730), - [ts_builtin_sym_end] = ACTIONS(2759), - [sym_identifier] = ACTIONS(2761), - [anon_sym_SEMI] = ACTIONS(2759), - [anon_sym_macro_rules_BANG] = ACTIONS(2759), - [anon_sym_LPAREN] = ACTIONS(2759), - [anon_sym_LBRACK] = ACTIONS(2759), - [anon_sym_LBRACE] = ACTIONS(2759), - [anon_sym_RBRACE] = ACTIONS(2759), - [anon_sym_STAR] = ACTIONS(2759), - [anon_sym_u8] = ACTIONS(2761), - [anon_sym_i8] = ACTIONS(2761), - [anon_sym_u16] = ACTIONS(2761), - [anon_sym_i16] = ACTIONS(2761), - [anon_sym_u32] = ACTIONS(2761), - [anon_sym_i32] = ACTIONS(2761), - [anon_sym_u64] = ACTIONS(2761), - [anon_sym_i64] = ACTIONS(2761), - [anon_sym_u128] = ACTIONS(2761), - [anon_sym_i128] = ACTIONS(2761), - [anon_sym_isize] = ACTIONS(2761), - [anon_sym_usize] = ACTIONS(2761), - [anon_sym_f32] = ACTIONS(2761), - [anon_sym_f64] = ACTIONS(2761), - [anon_sym_bool] = ACTIONS(2761), - [anon_sym_str] = ACTIONS(2761), - [anon_sym_char] = ACTIONS(2761), - [anon_sym_DASH] = ACTIONS(2759), - [anon_sym_BANG] = ACTIONS(2759), - [anon_sym_AMP] = ACTIONS(2759), - [anon_sym_PIPE] = ACTIONS(2759), - [anon_sym_LT] = ACTIONS(2759), - [anon_sym_DOT_DOT] = ACTIONS(2759), - [anon_sym_COLON_COLON] = ACTIONS(2759), - [anon_sym_POUND] = ACTIONS(2759), - [anon_sym_SQUOTE] = ACTIONS(2761), - [anon_sym_async] = ACTIONS(2761), - [anon_sym_break] = ACTIONS(2761), - [anon_sym_const] = ACTIONS(2761), - [anon_sym_continue] = ACTIONS(2761), - [anon_sym_default] = ACTIONS(2761), - [anon_sym_enum] = ACTIONS(2761), - [anon_sym_fn] = ACTIONS(2761), - [anon_sym_for] = ACTIONS(2761), - [anon_sym_gen] = ACTIONS(2761), - [anon_sym_if] = ACTIONS(2761), - [anon_sym_impl] = ACTIONS(2761), - [anon_sym_let] = ACTIONS(2761), - [anon_sym_loop] = ACTIONS(2761), - [anon_sym_match] = ACTIONS(2761), - [anon_sym_mod] = ACTIONS(2761), - [anon_sym_pub] = ACTIONS(2761), - [anon_sym_return] = ACTIONS(2761), - [anon_sym_static] = ACTIONS(2761), - [anon_sym_struct] = ACTIONS(2761), - [anon_sym_trait] = ACTIONS(2761), - [anon_sym_type] = ACTIONS(2761), - [anon_sym_union] = ACTIONS(2761), - [anon_sym_unsafe] = ACTIONS(2761), - [anon_sym_use] = ACTIONS(2761), - [anon_sym_while] = ACTIONS(2761), - [anon_sym_extern] = ACTIONS(2761), - [anon_sym_yield] = ACTIONS(2761), - [anon_sym_move] = ACTIONS(2761), - [anon_sym_try] = ACTIONS(2761), - [sym_integer_literal] = ACTIONS(2759), - [aux_sym_string_literal_token1] = ACTIONS(2759), - [sym_char_literal] = ACTIONS(2759), - [anon_sym_true] = ACTIONS(2761), - [anon_sym_false] = ACTIONS(2761), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2761), - [sym_super] = ACTIONS(2761), - [sym_crate] = ACTIONS(2761), - [sym_metavariable] = ACTIONS(2759), - [sym__raw_string_literal_start] = ACTIONS(2759), - [sym_float_literal] = ACTIONS(2759), + [ts_builtin_sym_end] = ACTIONS(2832), + [sym_identifier] = ACTIONS(2834), + [anon_sym_SEMI] = ACTIONS(2832), + [anon_sym_macro_rules_BANG] = ACTIONS(2832), + [anon_sym_LPAREN] = ACTIONS(2832), + [anon_sym_LBRACK] = ACTIONS(2832), + [anon_sym_LBRACE] = ACTIONS(2832), + [anon_sym_RBRACE] = ACTIONS(2832), + [anon_sym_STAR] = ACTIONS(2832), + [anon_sym_u8] = ACTIONS(2834), + [anon_sym_i8] = ACTIONS(2834), + [anon_sym_u16] = ACTIONS(2834), + [anon_sym_i16] = ACTIONS(2834), + [anon_sym_u32] = ACTIONS(2834), + [anon_sym_i32] = ACTIONS(2834), + [anon_sym_u64] = ACTIONS(2834), + [anon_sym_i64] = ACTIONS(2834), + [anon_sym_u128] = ACTIONS(2834), + [anon_sym_i128] = ACTIONS(2834), + [anon_sym_isize] = ACTIONS(2834), + [anon_sym_usize] = ACTIONS(2834), + [anon_sym_f32] = ACTIONS(2834), + [anon_sym_f64] = ACTIONS(2834), + [anon_sym_bool] = ACTIONS(2834), + [anon_sym_str] = ACTIONS(2834), + [anon_sym_char] = ACTIONS(2834), + [anon_sym_DASH] = ACTIONS(2832), + [anon_sym_BANG] = ACTIONS(2832), + [anon_sym_AMP] = ACTIONS(2832), + [anon_sym_PIPE] = ACTIONS(2832), + [anon_sym_LT] = ACTIONS(2832), + [anon_sym_DOT_DOT] = ACTIONS(2832), + [anon_sym_COLON_COLON] = ACTIONS(2832), + [anon_sym_POUND] = ACTIONS(2832), + [anon_sym_SQUOTE] = ACTIONS(2834), + [anon_sym_async] = ACTIONS(2834), + [anon_sym_break] = ACTIONS(2834), + [anon_sym_const] = ACTIONS(2834), + [anon_sym_continue] = ACTIONS(2834), + [anon_sym_default] = ACTIONS(2834), + [anon_sym_enum] = ACTIONS(2834), + [anon_sym_fn] = ACTIONS(2834), + [anon_sym_for] = ACTIONS(2834), + [anon_sym_gen] = ACTIONS(2834), + [anon_sym_if] = ACTIONS(2834), + [anon_sym_impl] = ACTIONS(2834), + [anon_sym_let] = ACTIONS(2834), + [anon_sym_loop] = ACTIONS(2834), + [anon_sym_match] = ACTIONS(2834), + [anon_sym_mod] = ACTIONS(2834), + [anon_sym_pub] = ACTIONS(2834), + [anon_sym_return] = ACTIONS(2834), + [anon_sym_static] = ACTIONS(2834), + [anon_sym_struct] = ACTIONS(2834), + [anon_sym_trait] = ACTIONS(2834), + [anon_sym_type] = ACTIONS(2834), + [anon_sym_union] = ACTIONS(2834), + [anon_sym_unsafe] = ACTIONS(2834), + [anon_sym_use] = ACTIONS(2834), + [anon_sym_while] = ACTIONS(2834), + [anon_sym_extern] = ACTIONS(2834), + [anon_sym_yield] = ACTIONS(2834), + [anon_sym_move] = ACTIONS(2834), + [anon_sym_try] = ACTIONS(2834), + [sym_integer_literal] = ACTIONS(2832), + [aux_sym_string_literal_token1] = ACTIONS(2832), + [sym_char_literal] = ACTIONS(2832), + [anon_sym_true] = ACTIONS(2834), + [anon_sym_false] = ACTIONS(2834), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2834), + [sym_super] = ACTIONS(2834), + [sym_crate] = ACTIONS(2834), + [sym_metavariable] = ACTIONS(2832), + [sym__raw_string_literal_start] = ACTIONS(2832), + [sym_float_literal] = ACTIONS(2832), }, [STATE(731)] = { [sym_line_comment] = STATE(731), [sym_block_comment] = STATE(731), - [ts_builtin_sym_end] = ACTIONS(2763), - [sym_identifier] = ACTIONS(2765), - [anon_sym_SEMI] = ACTIONS(2763), - [anon_sym_macro_rules_BANG] = ACTIONS(2763), - [anon_sym_LPAREN] = ACTIONS(2763), - [anon_sym_LBRACK] = ACTIONS(2763), - [anon_sym_LBRACE] = ACTIONS(2763), - [anon_sym_RBRACE] = ACTIONS(2763), - [anon_sym_STAR] = ACTIONS(2763), - [anon_sym_u8] = ACTIONS(2765), - [anon_sym_i8] = ACTIONS(2765), - [anon_sym_u16] = ACTIONS(2765), - [anon_sym_i16] = ACTIONS(2765), - [anon_sym_u32] = ACTIONS(2765), - [anon_sym_i32] = ACTIONS(2765), - [anon_sym_u64] = ACTIONS(2765), - [anon_sym_i64] = ACTIONS(2765), - [anon_sym_u128] = ACTIONS(2765), - [anon_sym_i128] = ACTIONS(2765), - [anon_sym_isize] = ACTIONS(2765), - [anon_sym_usize] = ACTIONS(2765), - [anon_sym_f32] = ACTIONS(2765), - [anon_sym_f64] = ACTIONS(2765), - [anon_sym_bool] = ACTIONS(2765), - [anon_sym_str] = ACTIONS(2765), - [anon_sym_char] = ACTIONS(2765), - [anon_sym_DASH] = ACTIONS(2763), - [anon_sym_BANG] = ACTIONS(2763), - [anon_sym_AMP] = ACTIONS(2763), - [anon_sym_PIPE] = ACTIONS(2763), - [anon_sym_LT] = ACTIONS(2763), - [anon_sym_DOT_DOT] = ACTIONS(2763), - [anon_sym_COLON_COLON] = ACTIONS(2763), - [anon_sym_POUND] = ACTIONS(2763), - [anon_sym_SQUOTE] = ACTIONS(2765), - [anon_sym_async] = ACTIONS(2765), - [anon_sym_break] = ACTIONS(2765), - [anon_sym_const] = ACTIONS(2765), - [anon_sym_continue] = ACTIONS(2765), - [anon_sym_default] = ACTIONS(2765), - [anon_sym_enum] = ACTIONS(2765), - [anon_sym_fn] = ACTIONS(2765), - [anon_sym_for] = ACTIONS(2765), - [anon_sym_gen] = ACTIONS(2765), - [anon_sym_if] = ACTIONS(2765), - [anon_sym_impl] = ACTIONS(2765), - [anon_sym_let] = ACTIONS(2765), - [anon_sym_loop] = ACTIONS(2765), - [anon_sym_match] = ACTIONS(2765), - [anon_sym_mod] = ACTIONS(2765), - [anon_sym_pub] = ACTIONS(2765), - [anon_sym_return] = ACTIONS(2765), - [anon_sym_static] = ACTIONS(2765), - [anon_sym_struct] = ACTIONS(2765), - [anon_sym_trait] = ACTIONS(2765), - [anon_sym_type] = ACTIONS(2765), - [anon_sym_union] = ACTIONS(2765), - [anon_sym_unsafe] = ACTIONS(2765), - [anon_sym_use] = ACTIONS(2765), - [anon_sym_while] = ACTIONS(2765), - [anon_sym_extern] = ACTIONS(2765), - [anon_sym_yield] = ACTIONS(2765), - [anon_sym_move] = ACTIONS(2765), - [anon_sym_try] = ACTIONS(2765), - [sym_integer_literal] = ACTIONS(2763), - [aux_sym_string_literal_token1] = ACTIONS(2763), - [sym_char_literal] = ACTIONS(2763), - [anon_sym_true] = ACTIONS(2765), - [anon_sym_false] = ACTIONS(2765), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2765), - [sym_super] = ACTIONS(2765), - [sym_crate] = ACTIONS(2765), - [sym_metavariable] = ACTIONS(2763), - [sym__raw_string_literal_start] = ACTIONS(2763), - [sym_float_literal] = ACTIONS(2763), + [ts_builtin_sym_end] = ACTIONS(2836), + [sym_identifier] = ACTIONS(2838), + [anon_sym_SEMI] = ACTIONS(2836), + [anon_sym_macro_rules_BANG] = ACTIONS(2836), + [anon_sym_LPAREN] = ACTIONS(2836), + [anon_sym_LBRACK] = ACTIONS(2836), + [anon_sym_LBRACE] = ACTIONS(2836), + [anon_sym_RBRACE] = ACTIONS(2836), + [anon_sym_STAR] = ACTIONS(2836), + [anon_sym_u8] = ACTIONS(2838), + [anon_sym_i8] = ACTIONS(2838), + [anon_sym_u16] = ACTIONS(2838), + [anon_sym_i16] = ACTIONS(2838), + [anon_sym_u32] = ACTIONS(2838), + [anon_sym_i32] = ACTIONS(2838), + [anon_sym_u64] = ACTIONS(2838), + [anon_sym_i64] = ACTIONS(2838), + [anon_sym_u128] = ACTIONS(2838), + [anon_sym_i128] = ACTIONS(2838), + [anon_sym_isize] = ACTIONS(2838), + [anon_sym_usize] = ACTIONS(2838), + [anon_sym_f32] = ACTIONS(2838), + [anon_sym_f64] = ACTIONS(2838), + [anon_sym_bool] = ACTIONS(2838), + [anon_sym_str] = ACTIONS(2838), + [anon_sym_char] = ACTIONS(2838), + [anon_sym_DASH] = ACTIONS(2836), + [anon_sym_BANG] = ACTIONS(2836), + [anon_sym_AMP] = ACTIONS(2836), + [anon_sym_PIPE] = ACTIONS(2836), + [anon_sym_LT] = ACTIONS(2836), + [anon_sym_DOT_DOT] = ACTIONS(2836), + [anon_sym_COLON_COLON] = ACTIONS(2836), + [anon_sym_POUND] = ACTIONS(2836), + [anon_sym_SQUOTE] = ACTIONS(2838), + [anon_sym_async] = ACTIONS(2838), + [anon_sym_break] = ACTIONS(2838), + [anon_sym_const] = ACTIONS(2838), + [anon_sym_continue] = ACTIONS(2838), + [anon_sym_default] = ACTIONS(2838), + [anon_sym_enum] = ACTIONS(2838), + [anon_sym_fn] = ACTIONS(2838), + [anon_sym_for] = ACTIONS(2838), + [anon_sym_gen] = ACTIONS(2838), + [anon_sym_if] = ACTIONS(2838), + [anon_sym_impl] = ACTIONS(2838), + [anon_sym_let] = ACTIONS(2838), + [anon_sym_loop] = ACTIONS(2838), + [anon_sym_match] = ACTIONS(2838), + [anon_sym_mod] = ACTIONS(2838), + [anon_sym_pub] = ACTIONS(2838), + [anon_sym_return] = ACTIONS(2838), + [anon_sym_static] = ACTIONS(2838), + [anon_sym_struct] = ACTIONS(2838), + [anon_sym_trait] = ACTIONS(2838), + [anon_sym_type] = ACTIONS(2838), + [anon_sym_union] = ACTIONS(2838), + [anon_sym_unsafe] = ACTIONS(2838), + [anon_sym_use] = ACTIONS(2838), + [anon_sym_while] = ACTIONS(2838), + [anon_sym_extern] = ACTIONS(2838), + [anon_sym_yield] = ACTIONS(2838), + [anon_sym_move] = ACTIONS(2838), + [anon_sym_try] = ACTIONS(2838), + [sym_integer_literal] = ACTIONS(2836), + [aux_sym_string_literal_token1] = ACTIONS(2836), + [sym_char_literal] = ACTIONS(2836), + [anon_sym_true] = ACTIONS(2838), + [anon_sym_false] = ACTIONS(2838), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2838), + [sym_super] = ACTIONS(2838), + [sym_crate] = ACTIONS(2838), + [sym_metavariable] = ACTIONS(2836), + [sym__raw_string_literal_start] = ACTIONS(2836), + [sym_float_literal] = ACTIONS(2836), }, [STATE(732)] = { [sym_line_comment] = STATE(732), [sym_block_comment] = STATE(732), - [ts_builtin_sym_end] = ACTIONS(2767), - [sym_identifier] = ACTIONS(2769), - [anon_sym_SEMI] = ACTIONS(2767), - [anon_sym_macro_rules_BANG] = ACTIONS(2767), - [anon_sym_LPAREN] = ACTIONS(2767), - [anon_sym_LBRACK] = ACTIONS(2767), - [anon_sym_LBRACE] = ACTIONS(2767), - [anon_sym_RBRACE] = ACTIONS(2767), - [anon_sym_STAR] = ACTIONS(2767), - [anon_sym_u8] = ACTIONS(2769), - [anon_sym_i8] = ACTIONS(2769), - [anon_sym_u16] = ACTIONS(2769), - [anon_sym_i16] = ACTIONS(2769), - [anon_sym_u32] = ACTIONS(2769), - [anon_sym_i32] = ACTIONS(2769), - [anon_sym_u64] = ACTIONS(2769), - [anon_sym_i64] = ACTIONS(2769), - [anon_sym_u128] = ACTIONS(2769), - [anon_sym_i128] = ACTIONS(2769), - [anon_sym_isize] = ACTIONS(2769), - [anon_sym_usize] = ACTIONS(2769), - [anon_sym_f32] = ACTIONS(2769), - [anon_sym_f64] = ACTIONS(2769), - [anon_sym_bool] = ACTIONS(2769), - [anon_sym_str] = ACTIONS(2769), - [anon_sym_char] = ACTIONS(2769), - [anon_sym_DASH] = ACTIONS(2767), - [anon_sym_BANG] = ACTIONS(2767), - [anon_sym_AMP] = ACTIONS(2767), - [anon_sym_PIPE] = ACTIONS(2767), - [anon_sym_LT] = ACTIONS(2767), - [anon_sym_DOT_DOT] = ACTIONS(2767), - [anon_sym_COLON_COLON] = ACTIONS(2767), - [anon_sym_POUND] = ACTIONS(2767), - [anon_sym_SQUOTE] = ACTIONS(2769), - [anon_sym_async] = ACTIONS(2769), - [anon_sym_break] = ACTIONS(2769), - [anon_sym_const] = ACTIONS(2769), - [anon_sym_continue] = ACTIONS(2769), - [anon_sym_default] = ACTIONS(2769), - [anon_sym_enum] = ACTIONS(2769), - [anon_sym_fn] = ACTIONS(2769), - [anon_sym_for] = ACTIONS(2769), - [anon_sym_gen] = ACTIONS(2769), - [anon_sym_if] = ACTIONS(2769), - [anon_sym_impl] = ACTIONS(2769), - [anon_sym_let] = ACTIONS(2769), - [anon_sym_loop] = ACTIONS(2769), - [anon_sym_match] = ACTIONS(2769), - [anon_sym_mod] = ACTIONS(2769), - [anon_sym_pub] = ACTIONS(2769), - [anon_sym_return] = ACTIONS(2769), - [anon_sym_static] = ACTIONS(2769), - [anon_sym_struct] = ACTIONS(2769), - [anon_sym_trait] = ACTIONS(2769), - [anon_sym_type] = ACTIONS(2769), - [anon_sym_union] = ACTIONS(2769), - [anon_sym_unsafe] = ACTIONS(2769), - [anon_sym_use] = ACTIONS(2769), - [anon_sym_while] = ACTIONS(2769), - [anon_sym_extern] = ACTIONS(2769), - [anon_sym_yield] = ACTIONS(2769), - [anon_sym_move] = ACTIONS(2769), - [anon_sym_try] = ACTIONS(2769), - [sym_integer_literal] = ACTIONS(2767), - [aux_sym_string_literal_token1] = ACTIONS(2767), - [sym_char_literal] = ACTIONS(2767), - [anon_sym_true] = ACTIONS(2769), - [anon_sym_false] = ACTIONS(2769), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2769), - [sym_super] = ACTIONS(2769), - [sym_crate] = ACTIONS(2769), - [sym_metavariable] = ACTIONS(2767), - [sym__raw_string_literal_start] = ACTIONS(2767), - [sym_float_literal] = ACTIONS(2767), + [ts_builtin_sym_end] = ACTIONS(2840), + [sym_identifier] = ACTIONS(2842), + [anon_sym_SEMI] = ACTIONS(2840), + [anon_sym_macro_rules_BANG] = ACTIONS(2840), + [anon_sym_LPAREN] = ACTIONS(2840), + [anon_sym_LBRACK] = ACTIONS(2840), + [anon_sym_LBRACE] = ACTIONS(2840), + [anon_sym_RBRACE] = ACTIONS(2840), + [anon_sym_STAR] = ACTIONS(2840), + [anon_sym_u8] = ACTIONS(2842), + [anon_sym_i8] = ACTIONS(2842), + [anon_sym_u16] = ACTIONS(2842), + [anon_sym_i16] = ACTIONS(2842), + [anon_sym_u32] = ACTIONS(2842), + [anon_sym_i32] = ACTIONS(2842), + [anon_sym_u64] = ACTIONS(2842), + [anon_sym_i64] = ACTIONS(2842), + [anon_sym_u128] = ACTIONS(2842), + [anon_sym_i128] = ACTIONS(2842), + [anon_sym_isize] = ACTIONS(2842), + [anon_sym_usize] = ACTIONS(2842), + [anon_sym_f32] = ACTIONS(2842), + [anon_sym_f64] = ACTIONS(2842), + [anon_sym_bool] = ACTIONS(2842), + [anon_sym_str] = ACTIONS(2842), + [anon_sym_char] = ACTIONS(2842), + [anon_sym_DASH] = ACTIONS(2840), + [anon_sym_BANG] = ACTIONS(2840), + [anon_sym_AMP] = ACTIONS(2840), + [anon_sym_PIPE] = ACTIONS(2840), + [anon_sym_LT] = ACTIONS(2840), + [anon_sym_DOT_DOT] = ACTIONS(2840), + [anon_sym_COLON_COLON] = ACTIONS(2840), + [anon_sym_POUND] = ACTIONS(2840), + [anon_sym_SQUOTE] = ACTIONS(2842), + [anon_sym_async] = ACTIONS(2842), + [anon_sym_break] = ACTIONS(2842), + [anon_sym_const] = ACTIONS(2842), + [anon_sym_continue] = ACTIONS(2842), + [anon_sym_default] = ACTIONS(2842), + [anon_sym_enum] = ACTIONS(2842), + [anon_sym_fn] = ACTIONS(2842), + [anon_sym_for] = ACTIONS(2842), + [anon_sym_gen] = ACTIONS(2842), + [anon_sym_if] = ACTIONS(2842), + [anon_sym_impl] = ACTIONS(2842), + [anon_sym_let] = ACTIONS(2842), + [anon_sym_loop] = ACTIONS(2842), + [anon_sym_match] = ACTIONS(2842), + [anon_sym_mod] = ACTIONS(2842), + [anon_sym_pub] = ACTIONS(2842), + [anon_sym_return] = ACTIONS(2842), + [anon_sym_static] = ACTIONS(2842), + [anon_sym_struct] = ACTIONS(2842), + [anon_sym_trait] = ACTIONS(2842), + [anon_sym_type] = ACTIONS(2842), + [anon_sym_union] = ACTIONS(2842), + [anon_sym_unsafe] = ACTIONS(2842), + [anon_sym_use] = ACTIONS(2842), + [anon_sym_while] = ACTIONS(2842), + [anon_sym_extern] = ACTIONS(2842), + [anon_sym_yield] = ACTIONS(2842), + [anon_sym_move] = ACTIONS(2842), + [anon_sym_try] = ACTIONS(2842), + [sym_integer_literal] = ACTIONS(2840), + [aux_sym_string_literal_token1] = ACTIONS(2840), + [sym_char_literal] = ACTIONS(2840), + [anon_sym_true] = ACTIONS(2842), + [anon_sym_false] = ACTIONS(2842), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2842), + [sym_super] = ACTIONS(2842), + [sym_crate] = ACTIONS(2842), + [sym_metavariable] = ACTIONS(2840), + [sym__raw_string_literal_start] = ACTIONS(2840), + [sym_float_literal] = ACTIONS(2840), }, [STATE(733)] = { [sym_line_comment] = STATE(733), [sym_block_comment] = STATE(733), - [ts_builtin_sym_end] = ACTIONS(2771), - [sym_identifier] = ACTIONS(2773), - [anon_sym_SEMI] = ACTIONS(2771), - [anon_sym_macro_rules_BANG] = ACTIONS(2771), - [anon_sym_LPAREN] = ACTIONS(2771), - [anon_sym_LBRACK] = ACTIONS(2771), - [anon_sym_LBRACE] = ACTIONS(2771), - [anon_sym_RBRACE] = ACTIONS(2771), - [anon_sym_STAR] = ACTIONS(2771), - [anon_sym_u8] = ACTIONS(2773), - [anon_sym_i8] = ACTIONS(2773), - [anon_sym_u16] = ACTIONS(2773), - [anon_sym_i16] = ACTIONS(2773), - [anon_sym_u32] = ACTIONS(2773), - [anon_sym_i32] = ACTIONS(2773), - [anon_sym_u64] = ACTIONS(2773), - [anon_sym_i64] = ACTIONS(2773), - [anon_sym_u128] = ACTIONS(2773), - [anon_sym_i128] = ACTIONS(2773), - [anon_sym_isize] = ACTIONS(2773), - [anon_sym_usize] = ACTIONS(2773), - [anon_sym_f32] = ACTIONS(2773), - [anon_sym_f64] = ACTIONS(2773), - [anon_sym_bool] = ACTIONS(2773), - [anon_sym_str] = ACTIONS(2773), - [anon_sym_char] = ACTIONS(2773), - [anon_sym_DASH] = ACTIONS(2771), - [anon_sym_BANG] = ACTIONS(2771), - [anon_sym_AMP] = ACTIONS(2771), - [anon_sym_PIPE] = ACTIONS(2771), - [anon_sym_LT] = ACTIONS(2771), - [anon_sym_DOT_DOT] = ACTIONS(2771), - [anon_sym_COLON_COLON] = ACTIONS(2771), - [anon_sym_POUND] = ACTIONS(2771), - [anon_sym_SQUOTE] = ACTIONS(2773), - [anon_sym_async] = ACTIONS(2773), - [anon_sym_break] = ACTIONS(2773), - [anon_sym_const] = ACTIONS(2773), - [anon_sym_continue] = ACTIONS(2773), - [anon_sym_default] = ACTIONS(2773), - [anon_sym_enum] = ACTIONS(2773), - [anon_sym_fn] = ACTIONS(2773), - [anon_sym_for] = ACTIONS(2773), - [anon_sym_gen] = ACTIONS(2773), - [anon_sym_if] = ACTIONS(2773), - [anon_sym_impl] = ACTIONS(2773), - [anon_sym_let] = ACTIONS(2773), - [anon_sym_loop] = ACTIONS(2773), - [anon_sym_match] = ACTIONS(2773), - [anon_sym_mod] = ACTIONS(2773), - [anon_sym_pub] = ACTIONS(2773), - [anon_sym_return] = ACTIONS(2773), - [anon_sym_static] = ACTIONS(2773), - [anon_sym_struct] = ACTIONS(2773), - [anon_sym_trait] = ACTIONS(2773), - [anon_sym_type] = ACTIONS(2773), - [anon_sym_union] = ACTIONS(2773), - [anon_sym_unsafe] = ACTIONS(2773), - [anon_sym_use] = ACTIONS(2773), - [anon_sym_while] = ACTIONS(2773), - [anon_sym_extern] = ACTIONS(2773), - [anon_sym_yield] = ACTIONS(2773), - [anon_sym_move] = ACTIONS(2773), - [anon_sym_try] = ACTIONS(2773), - [sym_integer_literal] = ACTIONS(2771), - [aux_sym_string_literal_token1] = ACTIONS(2771), - [sym_char_literal] = ACTIONS(2771), - [anon_sym_true] = ACTIONS(2773), - [anon_sym_false] = ACTIONS(2773), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2773), - [sym_super] = ACTIONS(2773), - [sym_crate] = ACTIONS(2773), - [sym_metavariable] = ACTIONS(2771), - [sym__raw_string_literal_start] = ACTIONS(2771), - [sym_float_literal] = ACTIONS(2771), + [ts_builtin_sym_end] = ACTIONS(2844), + [sym_identifier] = ACTIONS(2846), + [anon_sym_SEMI] = ACTIONS(2844), + [anon_sym_macro_rules_BANG] = ACTIONS(2844), + [anon_sym_LPAREN] = ACTIONS(2844), + [anon_sym_LBRACK] = ACTIONS(2844), + [anon_sym_LBRACE] = ACTIONS(2844), + [anon_sym_RBRACE] = ACTIONS(2844), + [anon_sym_STAR] = ACTIONS(2844), + [anon_sym_u8] = ACTIONS(2846), + [anon_sym_i8] = ACTIONS(2846), + [anon_sym_u16] = ACTIONS(2846), + [anon_sym_i16] = ACTIONS(2846), + [anon_sym_u32] = ACTIONS(2846), + [anon_sym_i32] = ACTIONS(2846), + [anon_sym_u64] = ACTIONS(2846), + [anon_sym_i64] = ACTIONS(2846), + [anon_sym_u128] = ACTIONS(2846), + [anon_sym_i128] = ACTIONS(2846), + [anon_sym_isize] = ACTIONS(2846), + [anon_sym_usize] = ACTIONS(2846), + [anon_sym_f32] = ACTIONS(2846), + [anon_sym_f64] = ACTIONS(2846), + [anon_sym_bool] = ACTIONS(2846), + [anon_sym_str] = ACTIONS(2846), + [anon_sym_char] = ACTIONS(2846), + [anon_sym_DASH] = ACTIONS(2844), + [anon_sym_BANG] = ACTIONS(2844), + [anon_sym_AMP] = ACTIONS(2844), + [anon_sym_PIPE] = ACTIONS(2844), + [anon_sym_LT] = ACTIONS(2844), + [anon_sym_DOT_DOT] = ACTIONS(2844), + [anon_sym_COLON_COLON] = ACTIONS(2844), + [anon_sym_POUND] = ACTIONS(2844), + [anon_sym_SQUOTE] = ACTIONS(2846), + [anon_sym_async] = ACTIONS(2846), + [anon_sym_break] = ACTIONS(2846), + [anon_sym_const] = ACTIONS(2846), + [anon_sym_continue] = ACTIONS(2846), + [anon_sym_default] = ACTIONS(2846), + [anon_sym_enum] = ACTIONS(2846), + [anon_sym_fn] = ACTIONS(2846), + [anon_sym_for] = ACTIONS(2846), + [anon_sym_gen] = ACTIONS(2846), + [anon_sym_if] = ACTIONS(2846), + [anon_sym_impl] = ACTIONS(2846), + [anon_sym_let] = ACTIONS(2846), + [anon_sym_loop] = ACTIONS(2846), + [anon_sym_match] = ACTIONS(2846), + [anon_sym_mod] = ACTIONS(2846), + [anon_sym_pub] = ACTIONS(2846), + [anon_sym_return] = ACTIONS(2846), + [anon_sym_static] = ACTIONS(2846), + [anon_sym_struct] = ACTIONS(2846), + [anon_sym_trait] = ACTIONS(2846), + [anon_sym_type] = ACTIONS(2846), + [anon_sym_union] = ACTIONS(2846), + [anon_sym_unsafe] = ACTIONS(2846), + [anon_sym_use] = ACTIONS(2846), + [anon_sym_while] = ACTIONS(2846), + [anon_sym_extern] = ACTIONS(2846), + [anon_sym_yield] = ACTIONS(2846), + [anon_sym_move] = ACTIONS(2846), + [anon_sym_try] = ACTIONS(2846), + [sym_integer_literal] = ACTIONS(2844), + [aux_sym_string_literal_token1] = ACTIONS(2844), + [sym_char_literal] = ACTIONS(2844), + [anon_sym_true] = ACTIONS(2846), + [anon_sym_false] = ACTIONS(2846), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2846), + [sym_super] = ACTIONS(2846), + [sym_crate] = ACTIONS(2846), + [sym_metavariable] = ACTIONS(2844), + [sym__raw_string_literal_start] = ACTIONS(2844), + [sym_float_literal] = ACTIONS(2844), }, [STATE(734)] = { [sym_line_comment] = STATE(734), [sym_block_comment] = STATE(734), - [ts_builtin_sym_end] = ACTIONS(2775), - [sym_identifier] = ACTIONS(2777), - [anon_sym_SEMI] = ACTIONS(2775), - [anon_sym_macro_rules_BANG] = ACTIONS(2775), - [anon_sym_LPAREN] = ACTIONS(2775), - [anon_sym_LBRACK] = ACTIONS(2775), - [anon_sym_LBRACE] = ACTIONS(2775), - [anon_sym_RBRACE] = ACTIONS(2775), - [anon_sym_STAR] = ACTIONS(2775), - [anon_sym_u8] = ACTIONS(2777), - [anon_sym_i8] = ACTIONS(2777), - [anon_sym_u16] = ACTIONS(2777), - [anon_sym_i16] = ACTIONS(2777), - [anon_sym_u32] = ACTIONS(2777), - [anon_sym_i32] = ACTIONS(2777), - [anon_sym_u64] = ACTIONS(2777), - [anon_sym_i64] = ACTIONS(2777), - [anon_sym_u128] = ACTIONS(2777), - [anon_sym_i128] = ACTIONS(2777), - [anon_sym_isize] = ACTIONS(2777), - [anon_sym_usize] = ACTIONS(2777), - [anon_sym_f32] = ACTIONS(2777), - [anon_sym_f64] = ACTIONS(2777), - [anon_sym_bool] = ACTIONS(2777), - [anon_sym_str] = ACTIONS(2777), - [anon_sym_char] = ACTIONS(2777), - [anon_sym_DASH] = ACTIONS(2775), - [anon_sym_BANG] = ACTIONS(2775), - [anon_sym_AMP] = ACTIONS(2775), - [anon_sym_PIPE] = ACTIONS(2775), - [anon_sym_LT] = ACTIONS(2775), - [anon_sym_DOT_DOT] = ACTIONS(2775), - [anon_sym_COLON_COLON] = ACTIONS(2775), - [anon_sym_POUND] = ACTIONS(2775), - [anon_sym_SQUOTE] = ACTIONS(2777), - [anon_sym_async] = ACTIONS(2777), - [anon_sym_break] = ACTIONS(2777), - [anon_sym_const] = ACTIONS(2777), - [anon_sym_continue] = ACTIONS(2777), - [anon_sym_default] = ACTIONS(2777), - [anon_sym_enum] = ACTIONS(2777), - [anon_sym_fn] = ACTIONS(2777), - [anon_sym_for] = ACTIONS(2777), - [anon_sym_gen] = ACTIONS(2777), - [anon_sym_if] = ACTIONS(2777), - [anon_sym_impl] = ACTIONS(2777), - [anon_sym_let] = ACTIONS(2777), - [anon_sym_loop] = ACTIONS(2777), - [anon_sym_match] = ACTIONS(2777), - [anon_sym_mod] = ACTIONS(2777), - [anon_sym_pub] = ACTIONS(2777), - [anon_sym_return] = ACTIONS(2777), - [anon_sym_static] = ACTIONS(2777), - [anon_sym_struct] = ACTIONS(2777), - [anon_sym_trait] = ACTIONS(2777), - [anon_sym_type] = ACTIONS(2777), - [anon_sym_union] = ACTIONS(2777), - [anon_sym_unsafe] = ACTIONS(2777), - [anon_sym_use] = ACTIONS(2777), - [anon_sym_while] = ACTIONS(2777), - [anon_sym_extern] = ACTIONS(2777), - [anon_sym_yield] = ACTIONS(2777), - [anon_sym_move] = ACTIONS(2777), - [anon_sym_try] = ACTIONS(2777), - [sym_integer_literal] = ACTIONS(2775), - [aux_sym_string_literal_token1] = ACTIONS(2775), - [sym_char_literal] = ACTIONS(2775), - [anon_sym_true] = ACTIONS(2777), - [anon_sym_false] = ACTIONS(2777), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2777), - [sym_super] = ACTIONS(2777), - [sym_crate] = ACTIONS(2777), - [sym_metavariable] = ACTIONS(2775), - [sym__raw_string_literal_start] = ACTIONS(2775), - [sym_float_literal] = ACTIONS(2775), + [ts_builtin_sym_end] = ACTIONS(2848), + [sym_identifier] = ACTIONS(2850), + [anon_sym_SEMI] = ACTIONS(2848), + [anon_sym_macro_rules_BANG] = ACTIONS(2848), + [anon_sym_LPAREN] = ACTIONS(2848), + [anon_sym_LBRACK] = ACTIONS(2848), + [anon_sym_LBRACE] = ACTIONS(2848), + [anon_sym_RBRACE] = ACTIONS(2848), + [anon_sym_STAR] = ACTIONS(2848), + [anon_sym_u8] = ACTIONS(2850), + [anon_sym_i8] = ACTIONS(2850), + [anon_sym_u16] = ACTIONS(2850), + [anon_sym_i16] = ACTIONS(2850), + [anon_sym_u32] = ACTIONS(2850), + [anon_sym_i32] = ACTIONS(2850), + [anon_sym_u64] = ACTIONS(2850), + [anon_sym_i64] = ACTIONS(2850), + [anon_sym_u128] = ACTIONS(2850), + [anon_sym_i128] = ACTIONS(2850), + [anon_sym_isize] = ACTIONS(2850), + [anon_sym_usize] = ACTIONS(2850), + [anon_sym_f32] = ACTIONS(2850), + [anon_sym_f64] = ACTIONS(2850), + [anon_sym_bool] = ACTIONS(2850), + [anon_sym_str] = ACTIONS(2850), + [anon_sym_char] = ACTIONS(2850), + [anon_sym_DASH] = ACTIONS(2848), + [anon_sym_BANG] = ACTIONS(2848), + [anon_sym_AMP] = ACTIONS(2848), + [anon_sym_PIPE] = ACTIONS(2848), + [anon_sym_LT] = ACTIONS(2848), + [anon_sym_DOT_DOT] = ACTIONS(2848), + [anon_sym_COLON_COLON] = ACTIONS(2848), + [anon_sym_POUND] = ACTIONS(2848), + [anon_sym_SQUOTE] = ACTIONS(2850), + [anon_sym_async] = ACTIONS(2850), + [anon_sym_break] = ACTIONS(2850), + [anon_sym_const] = ACTIONS(2850), + [anon_sym_continue] = ACTIONS(2850), + [anon_sym_default] = ACTIONS(2850), + [anon_sym_enum] = ACTIONS(2850), + [anon_sym_fn] = ACTIONS(2850), + [anon_sym_for] = ACTIONS(2850), + [anon_sym_gen] = ACTIONS(2850), + [anon_sym_if] = ACTIONS(2850), + [anon_sym_impl] = ACTIONS(2850), + [anon_sym_let] = ACTIONS(2850), + [anon_sym_loop] = ACTIONS(2850), + [anon_sym_match] = ACTIONS(2850), + [anon_sym_mod] = ACTIONS(2850), + [anon_sym_pub] = ACTIONS(2850), + [anon_sym_return] = ACTIONS(2850), + [anon_sym_static] = ACTIONS(2850), + [anon_sym_struct] = ACTIONS(2850), + [anon_sym_trait] = ACTIONS(2850), + [anon_sym_type] = ACTIONS(2850), + [anon_sym_union] = ACTIONS(2850), + [anon_sym_unsafe] = ACTIONS(2850), + [anon_sym_use] = ACTIONS(2850), + [anon_sym_while] = ACTIONS(2850), + [anon_sym_extern] = ACTIONS(2850), + [anon_sym_yield] = ACTIONS(2850), + [anon_sym_move] = ACTIONS(2850), + [anon_sym_try] = ACTIONS(2850), + [sym_integer_literal] = ACTIONS(2848), + [aux_sym_string_literal_token1] = ACTIONS(2848), + [sym_char_literal] = ACTIONS(2848), + [anon_sym_true] = ACTIONS(2850), + [anon_sym_false] = ACTIONS(2850), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2850), + [sym_super] = ACTIONS(2850), + [sym_crate] = ACTIONS(2850), + [sym_metavariable] = ACTIONS(2848), + [sym__raw_string_literal_start] = ACTIONS(2848), + [sym_float_literal] = ACTIONS(2848), }, [STATE(735)] = { [sym_line_comment] = STATE(735), [sym_block_comment] = STATE(735), - [ts_builtin_sym_end] = ACTIONS(2779), - [sym_identifier] = ACTIONS(2781), - [anon_sym_SEMI] = ACTIONS(2779), - [anon_sym_macro_rules_BANG] = ACTIONS(2779), - [anon_sym_LPAREN] = ACTIONS(2779), - [anon_sym_LBRACK] = ACTIONS(2779), - [anon_sym_LBRACE] = ACTIONS(2779), - [anon_sym_RBRACE] = ACTIONS(2779), - [anon_sym_STAR] = ACTIONS(2779), - [anon_sym_u8] = ACTIONS(2781), - [anon_sym_i8] = ACTIONS(2781), - [anon_sym_u16] = ACTIONS(2781), - [anon_sym_i16] = ACTIONS(2781), - [anon_sym_u32] = ACTIONS(2781), - [anon_sym_i32] = ACTIONS(2781), - [anon_sym_u64] = ACTIONS(2781), - [anon_sym_i64] = ACTIONS(2781), - [anon_sym_u128] = ACTIONS(2781), - [anon_sym_i128] = ACTIONS(2781), - [anon_sym_isize] = ACTIONS(2781), - [anon_sym_usize] = ACTIONS(2781), - [anon_sym_f32] = ACTIONS(2781), - [anon_sym_f64] = ACTIONS(2781), - [anon_sym_bool] = ACTIONS(2781), - [anon_sym_str] = ACTIONS(2781), - [anon_sym_char] = ACTIONS(2781), - [anon_sym_DASH] = ACTIONS(2779), - [anon_sym_BANG] = ACTIONS(2779), - [anon_sym_AMP] = ACTIONS(2779), - [anon_sym_PIPE] = ACTIONS(2779), - [anon_sym_LT] = ACTIONS(2779), - [anon_sym_DOT_DOT] = ACTIONS(2779), - [anon_sym_COLON_COLON] = ACTIONS(2779), - [anon_sym_POUND] = ACTIONS(2779), - [anon_sym_SQUOTE] = ACTIONS(2781), - [anon_sym_async] = ACTIONS(2781), - [anon_sym_break] = ACTIONS(2781), - [anon_sym_const] = ACTIONS(2781), - [anon_sym_continue] = ACTIONS(2781), - [anon_sym_default] = ACTIONS(2781), - [anon_sym_enum] = ACTIONS(2781), - [anon_sym_fn] = ACTIONS(2781), - [anon_sym_for] = ACTIONS(2781), - [anon_sym_gen] = ACTIONS(2781), - [anon_sym_if] = ACTIONS(2781), - [anon_sym_impl] = ACTIONS(2781), - [anon_sym_let] = ACTIONS(2781), - [anon_sym_loop] = ACTIONS(2781), - [anon_sym_match] = ACTIONS(2781), - [anon_sym_mod] = ACTIONS(2781), - [anon_sym_pub] = ACTIONS(2781), - [anon_sym_return] = ACTIONS(2781), - [anon_sym_static] = ACTIONS(2781), - [anon_sym_struct] = ACTIONS(2781), - [anon_sym_trait] = ACTIONS(2781), - [anon_sym_type] = ACTIONS(2781), - [anon_sym_union] = ACTIONS(2781), - [anon_sym_unsafe] = ACTIONS(2781), - [anon_sym_use] = ACTIONS(2781), - [anon_sym_while] = ACTIONS(2781), - [anon_sym_extern] = ACTIONS(2781), - [anon_sym_yield] = ACTIONS(2781), - [anon_sym_move] = ACTIONS(2781), - [anon_sym_try] = ACTIONS(2781), - [sym_integer_literal] = ACTIONS(2779), - [aux_sym_string_literal_token1] = ACTIONS(2779), - [sym_char_literal] = ACTIONS(2779), - [anon_sym_true] = ACTIONS(2781), - [anon_sym_false] = ACTIONS(2781), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2781), - [sym_super] = ACTIONS(2781), - [sym_crate] = ACTIONS(2781), - [sym_metavariable] = ACTIONS(2779), - [sym__raw_string_literal_start] = ACTIONS(2779), - [sym_float_literal] = ACTIONS(2779), + [ts_builtin_sym_end] = ACTIONS(2852), + [sym_identifier] = ACTIONS(2854), + [anon_sym_SEMI] = ACTIONS(2852), + [anon_sym_macro_rules_BANG] = ACTIONS(2852), + [anon_sym_LPAREN] = ACTIONS(2852), + [anon_sym_LBRACK] = ACTIONS(2852), + [anon_sym_LBRACE] = ACTIONS(2852), + [anon_sym_RBRACE] = ACTIONS(2852), + [anon_sym_STAR] = ACTIONS(2852), + [anon_sym_u8] = ACTIONS(2854), + [anon_sym_i8] = ACTIONS(2854), + [anon_sym_u16] = ACTIONS(2854), + [anon_sym_i16] = ACTIONS(2854), + [anon_sym_u32] = ACTIONS(2854), + [anon_sym_i32] = ACTIONS(2854), + [anon_sym_u64] = ACTIONS(2854), + [anon_sym_i64] = ACTIONS(2854), + [anon_sym_u128] = ACTIONS(2854), + [anon_sym_i128] = ACTIONS(2854), + [anon_sym_isize] = ACTIONS(2854), + [anon_sym_usize] = ACTIONS(2854), + [anon_sym_f32] = ACTIONS(2854), + [anon_sym_f64] = ACTIONS(2854), + [anon_sym_bool] = ACTIONS(2854), + [anon_sym_str] = ACTIONS(2854), + [anon_sym_char] = ACTIONS(2854), + [anon_sym_DASH] = ACTIONS(2852), + [anon_sym_BANG] = ACTIONS(2852), + [anon_sym_AMP] = ACTIONS(2852), + [anon_sym_PIPE] = ACTIONS(2852), + [anon_sym_LT] = ACTIONS(2852), + [anon_sym_DOT_DOT] = ACTIONS(2852), + [anon_sym_COLON_COLON] = ACTIONS(2852), + [anon_sym_POUND] = ACTIONS(2852), + [anon_sym_SQUOTE] = ACTIONS(2854), + [anon_sym_async] = ACTIONS(2854), + [anon_sym_break] = ACTIONS(2854), + [anon_sym_const] = ACTIONS(2854), + [anon_sym_continue] = ACTIONS(2854), + [anon_sym_default] = ACTIONS(2854), + [anon_sym_enum] = ACTIONS(2854), + [anon_sym_fn] = ACTIONS(2854), + [anon_sym_for] = ACTIONS(2854), + [anon_sym_gen] = ACTIONS(2854), + [anon_sym_if] = ACTIONS(2854), + [anon_sym_impl] = ACTIONS(2854), + [anon_sym_let] = ACTIONS(2854), + [anon_sym_loop] = ACTIONS(2854), + [anon_sym_match] = ACTIONS(2854), + [anon_sym_mod] = ACTIONS(2854), + [anon_sym_pub] = ACTIONS(2854), + [anon_sym_return] = ACTIONS(2854), + [anon_sym_static] = ACTIONS(2854), + [anon_sym_struct] = ACTIONS(2854), + [anon_sym_trait] = ACTIONS(2854), + [anon_sym_type] = ACTIONS(2854), + [anon_sym_union] = ACTIONS(2854), + [anon_sym_unsafe] = ACTIONS(2854), + [anon_sym_use] = ACTIONS(2854), + [anon_sym_while] = ACTIONS(2854), + [anon_sym_extern] = ACTIONS(2854), + [anon_sym_yield] = ACTIONS(2854), + [anon_sym_move] = ACTIONS(2854), + [anon_sym_try] = ACTIONS(2854), + [sym_integer_literal] = ACTIONS(2852), + [aux_sym_string_literal_token1] = ACTIONS(2852), + [sym_char_literal] = ACTIONS(2852), + [anon_sym_true] = ACTIONS(2854), + [anon_sym_false] = ACTIONS(2854), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2854), + [sym_super] = ACTIONS(2854), + [sym_crate] = ACTIONS(2854), + [sym_metavariable] = ACTIONS(2852), + [sym__raw_string_literal_start] = ACTIONS(2852), + [sym_float_literal] = ACTIONS(2852), }, [STATE(736)] = { [sym_line_comment] = STATE(736), [sym_block_comment] = STATE(736), - [ts_builtin_sym_end] = ACTIONS(2783), - [sym_identifier] = ACTIONS(2785), - [anon_sym_SEMI] = ACTIONS(2783), - [anon_sym_macro_rules_BANG] = ACTIONS(2783), - [anon_sym_LPAREN] = ACTIONS(2783), - [anon_sym_LBRACK] = ACTIONS(2783), - [anon_sym_LBRACE] = ACTIONS(2783), - [anon_sym_RBRACE] = ACTIONS(2783), - [anon_sym_STAR] = ACTIONS(2783), - [anon_sym_u8] = ACTIONS(2785), - [anon_sym_i8] = ACTIONS(2785), - [anon_sym_u16] = ACTIONS(2785), - [anon_sym_i16] = ACTIONS(2785), - [anon_sym_u32] = ACTIONS(2785), - [anon_sym_i32] = ACTIONS(2785), - [anon_sym_u64] = ACTIONS(2785), - [anon_sym_i64] = ACTIONS(2785), - [anon_sym_u128] = ACTIONS(2785), - [anon_sym_i128] = ACTIONS(2785), - [anon_sym_isize] = ACTIONS(2785), - [anon_sym_usize] = ACTIONS(2785), - [anon_sym_f32] = ACTIONS(2785), - [anon_sym_f64] = ACTIONS(2785), - [anon_sym_bool] = ACTIONS(2785), - [anon_sym_str] = ACTIONS(2785), - [anon_sym_char] = ACTIONS(2785), - [anon_sym_DASH] = ACTIONS(2783), - [anon_sym_BANG] = ACTIONS(2783), - [anon_sym_AMP] = ACTIONS(2783), - [anon_sym_PIPE] = ACTIONS(2783), - [anon_sym_LT] = ACTIONS(2783), - [anon_sym_DOT_DOT] = ACTIONS(2783), - [anon_sym_COLON_COLON] = ACTIONS(2783), - [anon_sym_POUND] = ACTIONS(2783), - [anon_sym_SQUOTE] = ACTIONS(2785), - [anon_sym_async] = ACTIONS(2785), - [anon_sym_break] = ACTIONS(2785), - [anon_sym_const] = ACTIONS(2785), - [anon_sym_continue] = ACTIONS(2785), - [anon_sym_default] = ACTIONS(2785), - [anon_sym_enum] = ACTIONS(2785), - [anon_sym_fn] = ACTIONS(2785), - [anon_sym_for] = ACTIONS(2785), - [anon_sym_gen] = ACTIONS(2785), - [anon_sym_if] = ACTIONS(2785), - [anon_sym_impl] = ACTIONS(2785), - [anon_sym_let] = ACTIONS(2785), - [anon_sym_loop] = ACTIONS(2785), - [anon_sym_match] = ACTIONS(2785), - [anon_sym_mod] = ACTIONS(2785), - [anon_sym_pub] = ACTIONS(2785), - [anon_sym_return] = ACTIONS(2785), - [anon_sym_static] = ACTIONS(2785), - [anon_sym_struct] = ACTIONS(2785), - [anon_sym_trait] = ACTIONS(2785), - [anon_sym_type] = ACTIONS(2785), - [anon_sym_union] = ACTIONS(2785), - [anon_sym_unsafe] = ACTIONS(2785), - [anon_sym_use] = ACTIONS(2785), - [anon_sym_while] = ACTIONS(2785), - [anon_sym_extern] = ACTIONS(2785), - [anon_sym_yield] = ACTIONS(2785), - [anon_sym_move] = ACTIONS(2785), - [anon_sym_try] = ACTIONS(2785), - [sym_integer_literal] = ACTIONS(2783), - [aux_sym_string_literal_token1] = ACTIONS(2783), - [sym_char_literal] = ACTIONS(2783), - [anon_sym_true] = ACTIONS(2785), - [anon_sym_false] = ACTIONS(2785), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2785), - [sym_super] = ACTIONS(2785), - [sym_crate] = ACTIONS(2785), - [sym_metavariable] = ACTIONS(2783), - [sym__raw_string_literal_start] = ACTIONS(2783), - [sym_float_literal] = ACTIONS(2783), + [ts_builtin_sym_end] = ACTIONS(2856), + [sym_identifier] = ACTIONS(2858), + [anon_sym_SEMI] = ACTIONS(2856), + [anon_sym_macro_rules_BANG] = ACTIONS(2856), + [anon_sym_LPAREN] = ACTIONS(2856), + [anon_sym_LBRACK] = ACTIONS(2856), + [anon_sym_LBRACE] = ACTIONS(2856), + [anon_sym_RBRACE] = ACTIONS(2856), + [anon_sym_STAR] = ACTIONS(2856), + [anon_sym_u8] = ACTIONS(2858), + [anon_sym_i8] = ACTIONS(2858), + [anon_sym_u16] = ACTIONS(2858), + [anon_sym_i16] = ACTIONS(2858), + [anon_sym_u32] = ACTIONS(2858), + [anon_sym_i32] = ACTIONS(2858), + [anon_sym_u64] = ACTIONS(2858), + [anon_sym_i64] = ACTIONS(2858), + [anon_sym_u128] = ACTIONS(2858), + [anon_sym_i128] = ACTIONS(2858), + [anon_sym_isize] = ACTIONS(2858), + [anon_sym_usize] = ACTIONS(2858), + [anon_sym_f32] = ACTIONS(2858), + [anon_sym_f64] = ACTIONS(2858), + [anon_sym_bool] = ACTIONS(2858), + [anon_sym_str] = ACTIONS(2858), + [anon_sym_char] = ACTIONS(2858), + [anon_sym_DASH] = ACTIONS(2856), + [anon_sym_BANG] = ACTIONS(2856), + [anon_sym_AMP] = ACTIONS(2856), + [anon_sym_PIPE] = ACTIONS(2856), + [anon_sym_LT] = ACTIONS(2856), + [anon_sym_DOT_DOT] = ACTIONS(2856), + [anon_sym_COLON_COLON] = ACTIONS(2856), + [anon_sym_POUND] = ACTIONS(2856), + [anon_sym_SQUOTE] = ACTIONS(2858), + [anon_sym_async] = ACTIONS(2858), + [anon_sym_break] = ACTIONS(2858), + [anon_sym_const] = ACTIONS(2858), + [anon_sym_continue] = ACTIONS(2858), + [anon_sym_default] = ACTIONS(2858), + [anon_sym_enum] = ACTIONS(2858), + [anon_sym_fn] = ACTIONS(2858), + [anon_sym_for] = ACTIONS(2858), + [anon_sym_gen] = ACTIONS(2858), + [anon_sym_if] = ACTIONS(2858), + [anon_sym_impl] = ACTIONS(2858), + [anon_sym_let] = ACTIONS(2858), + [anon_sym_loop] = ACTIONS(2858), + [anon_sym_match] = ACTIONS(2858), + [anon_sym_mod] = ACTIONS(2858), + [anon_sym_pub] = ACTIONS(2858), + [anon_sym_return] = ACTIONS(2858), + [anon_sym_static] = ACTIONS(2858), + [anon_sym_struct] = ACTIONS(2858), + [anon_sym_trait] = ACTIONS(2858), + [anon_sym_type] = ACTIONS(2858), + [anon_sym_union] = ACTIONS(2858), + [anon_sym_unsafe] = ACTIONS(2858), + [anon_sym_use] = ACTIONS(2858), + [anon_sym_while] = ACTIONS(2858), + [anon_sym_extern] = ACTIONS(2858), + [anon_sym_yield] = ACTIONS(2858), + [anon_sym_move] = ACTIONS(2858), + [anon_sym_try] = ACTIONS(2858), + [sym_integer_literal] = ACTIONS(2856), + [aux_sym_string_literal_token1] = ACTIONS(2856), + [sym_char_literal] = ACTIONS(2856), + [anon_sym_true] = ACTIONS(2858), + [anon_sym_false] = ACTIONS(2858), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2858), + [sym_super] = ACTIONS(2858), + [sym_crate] = ACTIONS(2858), + [sym_metavariable] = ACTIONS(2856), + [sym__raw_string_literal_start] = ACTIONS(2856), + [sym_float_literal] = ACTIONS(2856), }, [STATE(737)] = { [sym_line_comment] = STATE(737), [sym_block_comment] = STATE(737), - [ts_builtin_sym_end] = ACTIONS(2787), - [sym_identifier] = ACTIONS(2789), - [anon_sym_SEMI] = ACTIONS(2787), - [anon_sym_macro_rules_BANG] = ACTIONS(2787), - [anon_sym_LPAREN] = ACTIONS(2787), - [anon_sym_LBRACK] = ACTIONS(2787), - [anon_sym_LBRACE] = ACTIONS(2787), - [anon_sym_RBRACE] = ACTIONS(2787), - [anon_sym_STAR] = ACTIONS(2787), - [anon_sym_u8] = ACTIONS(2789), - [anon_sym_i8] = ACTIONS(2789), - [anon_sym_u16] = ACTIONS(2789), - [anon_sym_i16] = ACTIONS(2789), - [anon_sym_u32] = ACTIONS(2789), - [anon_sym_i32] = ACTIONS(2789), - [anon_sym_u64] = ACTIONS(2789), - [anon_sym_i64] = ACTIONS(2789), - [anon_sym_u128] = ACTIONS(2789), - [anon_sym_i128] = ACTIONS(2789), - [anon_sym_isize] = ACTIONS(2789), - [anon_sym_usize] = ACTIONS(2789), - [anon_sym_f32] = ACTIONS(2789), - [anon_sym_f64] = ACTIONS(2789), - [anon_sym_bool] = ACTIONS(2789), - [anon_sym_str] = ACTIONS(2789), - [anon_sym_char] = ACTIONS(2789), - [anon_sym_DASH] = ACTIONS(2787), - [anon_sym_BANG] = ACTIONS(2787), - [anon_sym_AMP] = ACTIONS(2787), - [anon_sym_PIPE] = ACTIONS(2787), - [anon_sym_LT] = ACTIONS(2787), - [anon_sym_DOT_DOT] = ACTIONS(2787), - [anon_sym_COLON_COLON] = ACTIONS(2787), - [anon_sym_POUND] = ACTIONS(2787), - [anon_sym_SQUOTE] = ACTIONS(2789), - [anon_sym_async] = ACTIONS(2789), - [anon_sym_break] = ACTIONS(2789), - [anon_sym_const] = ACTIONS(2789), - [anon_sym_continue] = ACTIONS(2789), - [anon_sym_default] = ACTIONS(2789), - [anon_sym_enum] = ACTIONS(2789), - [anon_sym_fn] = ACTIONS(2789), - [anon_sym_for] = ACTIONS(2789), - [anon_sym_gen] = ACTIONS(2789), - [anon_sym_if] = ACTIONS(2789), - [anon_sym_impl] = ACTIONS(2789), - [anon_sym_let] = ACTIONS(2789), - [anon_sym_loop] = ACTIONS(2789), - [anon_sym_match] = ACTIONS(2789), - [anon_sym_mod] = ACTIONS(2789), - [anon_sym_pub] = ACTIONS(2789), - [anon_sym_return] = ACTIONS(2789), - [anon_sym_static] = ACTIONS(2789), - [anon_sym_struct] = ACTIONS(2789), - [anon_sym_trait] = ACTIONS(2789), - [anon_sym_type] = ACTIONS(2789), - [anon_sym_union] = ACTIONS(2789), - [anon_sym_unsafe] = ACTIONS(2789), - [anon_sym_use] = ACTIONS(2789), - [anon_sym_while] = ACTIONS(2789), - [anon_sym_extern] = ACTIONS(2789), - [anon_sym_yield] = ACTIONS(2789), - [anon_sym_move] = ACTIONS(2789), - [anon_sym_try] = ACTIONS(2789), - [sym_integer_literal] = ACTIONS(2787), - [aux_sym_string_literal_token1] = ACTIONS(2787), - [sym_char_literal] = ACTIONS(2787), - [anon_sym_true] = ACTIONS(2789), - [anon_sym_false] = ACTIONS(2789), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2789), - [sym_super] = ACTIONS(2789), - [sym_crate] = ACTIONS(2789), - [sym_metavariable] = ACTIONS(2787), - [sym__raw_string_literal_start] = ACTIONS(2787), - [sym_float_literal] = ACTIONS(2787), + [ts_builtin_sym_end] = ACTIONS(2860), + [sym_identifier] = ACTIONS(2862), + [anon_sym_SEMI] = ACTIONS(2860), + [anon_sym_macro_rules_BANG] = ACTIONS(2860), + [anon_sym_LPAREN] = ACTIONS(2860), + [anon_sym_LBRACK] = ACTIONS(2860), + [anon_sym_LBRACE] = ACTIONS(2860), + [anon_sym_RBRACE] = ACTIONS(2860), + [anon_sym_STAR] = ACTIONS(2860), + [anon_sym_u8] = ACTIONS(2862), + [anon_sym_i8] = ACTIONS(2862), + [anon_sym_u16] = ACTIONS(2862), + [anon_sym_i16] = ACTIONS(2862), + [anon_sym_u32] = ACTIONS(2862), + [anon_sym_i32] = ACTIONS(2862), + [anon_sym_u64] = ACTIONS(2862), + [anon_sym_i64] = ACTIONS(2862), + [anon_sym_u128] = ACTIONS(2862), + [anon_sym_i128] = ACTIONS(2862), + [anon_sym_isize] = ACTIONS(2862), + [anon_sym_usize] = ACTIONS(2862), + [anon_sym_f32] = ACTIONS(2862), + [anon_sym_f64] = ACTIONS(2862), + [anon_sym_bool] = ACTIONS(2862), + [anon_sym_str] = ACTIONS(2862), + [anon_sym_char] = ACTIONS(2862), + [anon_sym_DASH] = ACTIONS(2860), + [anon_sym_BANG] = ACTIONS(2860), + [anon_sym_AMP] = ACTIONS(2860), + [anon_sym_PIPE] = ACTIONS(2860), + [anon_sym_LT] = ACTIONS(2860), + [anon_sym_DOT_DOT] = ACTIONS(2860), + [anon_sym_COLON_COLON] = ACTIONS(2860), + [anon_sym_POUND] = ACTIONS(2860), + [anon_sym_SQUOTE] = ACTIONS(2862), + [anon_sym_async] = ACTIONS(2862), + [anon_sym_break] = ACTIONS(2862), + [anon_sym_const] = ACTIONS(2862), + [anon_sym_continue] = ACTIONS(2862), + [anon_sym_default] = ACTIONS(2862), + [anon_sym_enum] = ACTIONS(2862), + [anon_sym_fn] = ACTIONS(2862), + [anon_sym_for] = ACTIONS(2862), + [anon_sym_gen] = ACTIONS(2862), + [anon_sym_if] = ACTIONS(2862), + [anon_sym_impl] = ACTIONS(2862), + [anon_sym_let] = ACTIONS(2862), + [anon_sym_loop] = ACTIONS(2862), + [anon_sym_match] = ACTIONS(2862), + [anon_sym_mod] = ACTIONS(2862), + [anon_sym_pub] = ACTIONS(2862), + [anon_sym_return] = ACTIONS(2862), + [anon_sym_static] = ACTIONS(2862), + [anon_sym_struct] = ACTIONS(2862), + [anon_sym_trait] = ACTIONS(2862), + [anon_sym_type] = ACTIONS(2862), + [anon_sym_union] = ACTIONS(2862), + [anon_sym_unsafe] = ACTIONS(2862), + [anon_sym_use] = ACTIONS(2862), + [anon_sym_while] = ACTIONS(2862), + [anon_sym_extern] = ACTIONS(2862), + [anon_sym_yield] = ACTIONS(2862), + [anon_sym_move] = ACTIONS(2862), + [anon_sym_try] = ACTIONS(2862), + [sym_integer_literal] = ACTIONS(2860), + [aux_sym_string_literal_token1] = ACTIONS(2860), + [sym_char_literal] = ACTIONS(2860), + [anon_sym_true] = ACTIONS(2862), + [anon_sym_false] = ACTIONS(2862), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2862), + [sym_super] = ACTIONS(2862), + [sym_crate] = ACTIONS(2862), + [sym_metavariable] = ACTIONS(2860), + [sym__raw_string_literal_start] = ACTIONS(2860), + [sym_float_literal] = ACTIONS(2860), }, [STATE(738)] = { [sym_line_comment] = STATE(738), [sym_block_comment] = STATE(738), - [ts_builtin_sym_end] = ACTIONS(2791), - [sym_identifier] = ACTIONS(2793), - [anon_sym_SEMI] = ACTIONS(2791), - [anon_sym_macro_rules_BANG] = ACTIONS(2791), - [anon_sym_LPAREN] = ACTIONS(2791), - [anon_sym_LBRACK] = ACTIONS(2791), - [anon_sym_LBRACE] = ACTIONS(2791), - [anon_sym_RBRACE] = ACTIONS(2791), - [anon_sym_STAR] = ACTIONS(2791), - [anon_sym_u8] = ACTIONS(2793), - [anon_sym_i8] = ACTIONS(2793), - [anon_sym_u16] = ACTIONS(2793), - [anon_sym_i16] = ACTIONS(2793), - [anon_sym_u32] = ACTIONS(2793), - [anon_sym_i32] = ACTIONS(2793), - [anon_sym_u64] = ACTIONS(2793), - [anon_sym_i64] = ACTIONS(2793), - [anon_sym_u128] = ACTIONS(2793), - [anon_sym_i128] = ACTIONS(2793), - [anon_sym_isize] = ACTIONS(2793), - [anon_sym_usize] = ACTIONS(2793), - [anon_sym_f32] = ACTIONS(2793), - [anon_sym_f64] = ACTIONS(2793), - [anon_sym_bool] = ACTIONS(2793), - [anon_sym_str] = ACTIONS(2793), - [anon_sym_char] = ACTIONS(2793), - [anon_sym_DASH] = ACTIONS(2791), - [anon_sym_BANG] = ACTIONS(2791), - [anon_sym_AMP] = ACTIONS(2791), - [anon_sym_PIPE] = ACTIONS(2791), - [anon_sym_LT] = ACTIONS(2791), - [anon_sym_DOT_DOT] = ACTIONS(2791), - [anon_sym_COLON_COLON] = ACTIONS(2791), - [anon_sym_POUND] = ACTIONS(2791), - [anon_sym_SQUOTE] = ACTIONS(2793), - [anon_sym_async] = ACTIONS(2793), - [anon_sym_break] = ACTIONS(2793), - [anon_sym_const] = ACTIONS(2793), - [anon_sym_continue] = ACTIONS(2793), - [anon_sym_default] = ACTIONS(2793), - [anon_sym_enum] = ACTIONS(2793), - [anon_sym_fn] = ACTIONS(2793), - [anon_sym_for] = ACTIONS(2793), - [anon_sym_gen] = ACTIONS(2793), - [anon_sym_if] = ACTIONS(2793), - [anon_sym_impl] = ACTIONS(2793), - [anon_sym_let] = ACTIONS(2793), - [anon_sym_loop] = ACTIONS(2793), - [anon_sym_match] = ACTIONS(2793), - [anon_sym_mod] = ACTIONS(2793), - [anon_sym_pub] = ACTIONS(2793), - [anon_sym_return] = ACTIONS(2793), - [anon_sym_static] = ACTIONS(2793), - [anon_sym_struct] = ACTIONS(2793), - [anon_sym_trait] = ACTIONS(2793), - [anon_sym_type] = ACTIONS(2793), - [anon_sym_union] = ACTIONS(2793), - [anon_sym_unsafe] = ACTIONS(2793), - [anon_sym_use] = ACTIONS(2793), - [anon_sym_while] = ACTIONS(2793), - [anon_sym_extern] = ACTIONS(2793), - [anon_sym_yield] = ACTIONS(2793), - [anon_sym_move] = ACTIONS(2793), - [anon_sym_try] = ACTIONS(2793), - [sym_integer_literal] = ACTIONS(2791), - [aux_sym_string_literal_token1] = ACTIONS(2791), - [sym_char_literal] = ACTIONS(2791), - [anon_sym_true] = ACTIONS(2793), - [anon_sym_false] = ACTIONS(2793), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2793), - [sym_super] = ACTIONS(2793), - [sym_crate] = ACTIONS(2793), - [sym_metavariable] = ACTIONS(2791), - [sym__raw_string_literal_start] = ACTIONS(2791), - [sym_float_literal] = ACTIONS(2791), + [ts_builtin_sym_end] = ACTIONS(2864), + [sym_identifier] = ACTIONS(2866), + [anon_sym_SEMI] = ACTIONS(2864), + [anon_sym_macro_rules_BANG] = ACTIONS(2864), + [anon_sym_LPAREN] = ACTIONS(2864), + [anon_sym_LBRACK] = ACTIONS(2864), + [anon_sym_LBRACE] = ACTIONS(2864), + [anon_sym_RBRACE] = ACTIONS(2864), + [anon_sym_STAR] = ACTIONS(2864), + [anon_sym_u8] = ACTIONS(2866), + [anon_sym_i8] = ACTIONS(2866), + [anon_sym_u16] = ACTIONS(2866), + [anon_sym_i16] = ACTIONS(2866), + [anon_sym_u32] = ACTIONS(2866), + [anon_sym_i32] = ACTIONS(2866), + [anon_sym_u64] = ACTIONS(2866), + [anon_sym_i64] = ACTIONS(2866), + [anon_sym_u128] = ACTIONS(2866), + [anon_sym_i128] = ACTIONS(2866), + [anon_sym_isize] = ACTIONS(2866), + [anon_sym_usize] = ACTIONS(2866), + [anon_sym_f32] = ACTIONS(2866), + [anon_sym_f64] = ACTIONS(2866), + [anon_sym_bool] = ACTIONS(2866), + [anon_sym_str] = ACTIONS(2866), + [anon_sym_char] = ACTIONS(2866), + [anon_sym_DASH] = ACTIONS(2864), + [anon_sym_BANG] = ACTIONS(2864), + [anon_sym_AMP] = ACTIONS(2864), + [anon_sym_PIPE] = ACTIONS(2864), + [anon_sym_LT] = ACTIONS(2864), + [anon_sym_DOT_DOT] = ACTIONS(2864), + [anon_sym_COLON_COLON] = ACTIONS(2864), + [anon_sym_POUND] = ACTIONS(2864), + [anon_sym_SQUOTE] = ACTIONS(2866), + [anon_sym_async] = ACTIONS(2866), + [anon_sym_break] = ACTIONS(2866), + [anon_sym_const] = ACTIONS(2866), + [anon_sym_continue] = ACTIONS(2866), + [anon_sym_default] = ACTIONS(2866), + [anon_sym_enum] = ACTIONS(2866), + [anon_sym_fn] = ACTIONS(2866), + [anon_sym_for] = ACTIONS(2866), + [anon_sym_gen] = ACTIONS(2866), + [anon_sym_if] = ACTIONS(2866), + [anon_sym_impl] = ACTIONS(2866), + [anon_sym_let] = ACTIONS(2866), + [anon_sym_loop] = ACTIONS(2866), + [anon_sym_match] = ACTIONS(2866), + [anon_sym_mod] = ACTIONS(2866), + [anon_sym_pub] = ACTIONS(2866), + [anon_sym_return] = ACTIONS(2866), + [anon_sym_static] = ACTIONS(2866), + [anon_sym_struct] = ACTIONS(2866), + [anon_sym_trait] = ACTIONS(2866), + [anon_sym_type] = ACTIONS(2866), + [anon_sym_union] = ACTIONS(2866), + [anon_sym_unsafe] = ACTIONS(2866), + [anon_sym_use] = ACTIONS(2866), + [anon_sym_while] = ACTIONS(2866), + [anon_sym_extern] = ACTIONS(2866), + [anon_sym_yield] = ACTIONS(2866), + [anon_sym_move] = ACTIONS(2866), + [anon_sym_try] = ACTIONS(2866), + [sym_integer_literal] = ACTIONS(2864), + [aux_sym_string_literal_token1] = ACTIONS(2864), + [sym_char_literal] = ACTIONS(2864), + [anon_sym_true] = ACTIONS(2866), + [anon_sym_false] = ACTIONS(2866), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2866), + [sym_super] = ACTIONS(2866), + [sym_crate] = ACTIONS(2866), + [sym_metavariable] = ACTIONS(2864), + [sym__raw_string_literal_start] = ACTIONS(2864), + [sym_float_literal] = ACTIONS(2864), }, [STATE(739)] = { - [sym_empty_statement] = STATE(1104), - [sym_macro_definition] = STATE(1104), - [sym_attribute_item] = STATE(1104), - [sym_inner_attribute_item] = STATE(1104), - [sym_mod_item] = STATE(1104), - [sym_foreign_mod_item] = STATE(1104), - [sym_struct_item] = STATE(1104), - [sym_union_item] = STATE(1104), - [sym_enum_item] = STATE(1104), - [sym_extern_crate_declaration] = STATE(1104), - [sym_const_item] = STATE(1104), - [sym_static_item] = STATE(1104), - [sym_type_item] = STATE(1104), - [sym_function_item] = STATE(1104), - [sym_function_signature_item] = STATE(1104), - [sym_function_modifiers] = STATE(3659), - [sym_impl_item] = STATE(1104), - [sym_trait_item] = STATE(1104), - [sym_associated_type] = STATE(1104), - [sym_let_declaration] = STATE(1104), - [sym_use_declaration] = STATE(1104), - [sym_extern_modifier] = STATE(2190), - [sym_visibility_modifier] = STATE(1969), - [sym_bracketed_type] = STATE(3387), - [sym_generic_type_with_turbofish] = STATE(3413), - [sym_macro_invocation] = STATE(1104), - [sym_scoped_identifier] = STATE(3248), [sym_line_comment] = STATE(739), [sym_block_comment] = STATE(739), - [aux_sym_declaration_list_repeat1] = STATE(739), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(2795), - [anon_sym_SEMI] = ACTIONS(2798), - [anon_sym_macro_rules_BANG] = ACTIONS(2801), - [anon_sym_RBRACE] = ACTIONS(2804), - [anon_sym_u8] = ACTIONS(2806), - [anon_sym_i8] = ACTIONS(2806), - [anon_sym_u16] = ACTIONS(2806), - [anon_sym_i16] = ACTIONS(2806), - [anon_sym_u32] = ACTIONS(2806), - [anon_sym_i32] = ACTIONS(2806), - [anon_sym_u64] = ACTIONS(2806), - [anon_sym_i64] = ACTIONS(2806), - [anon_sym_u128] = ACTIONS(2806), - [anon_sym_i128] = ACTIONS(2806), - [anon_sym_isize] = ACTIONS(2806), - [anon_sym_usize] = ACTIONS(2806), - [anon_sym_f32] = ACTIONS(2806), - [anon_sym_f64] = ACTIONS(2806), - [anon_sym_bool] = ACTIONS(2806), - [anon_sym_str] = ACTIONS(2806), - [anon_sym_char] = ACTIONS(2806), - [anon_sym_LT] = ACTIONS(2809), - [anon_sym_COLON_COLON] = ACTIONS(2812), - [anon_sym_POUND] = ACTIONS(2815), - [anon_sym_async] = ACTIONS(2818), - [anon_sym_const] = ACTIONS(2821), - [anon_sym_default] = ACTIONS(2824), - [anon_sym_enum] = ACTIONS(2827), - [anon_sym_fn] = ACTIONS(2830), - [anon_sym_gen] = ACTIONS(2833), - [anon_sym_impl] = ACTIONS(2836), - [anon_sym_let] = ACTIONS(2839), - [anon_sym_mod] = ACTIONS(2842), - [anon_sym_pub] = ACTIONS(2845), - [anon_sym_static] = ACTIONS(2848), - [anon_sym_struct] = ACTIONS(2851), - [anon_sym_trait] = ACTIONS(2854), - [anon_sym_type] = ACTIONS(2857), - [anon_sym_union] = ACTIONS(2860), - [anon_sym_unsafe] = ACTIONS(2863), - [anon_sym_use] = ACTIONS(2866), - [anon_sym_extern] = ACTIONS(2869), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2872), - [sym_super] = ACTIONS(2872), - [sym_crate] = ACTIONS(2875), - [sym_metavariable] = ACTIONS(2878), + [ts_builtin_sym_end] = ACTIONS(2868), + [sym_identifier] = ACTIONS(2870), + [anon_sym_SEMI] = ACTIONS(2868), + [anon_sym_macro_rules_BANG] = ACTIONS(2868), + [anon_sym_LPAREN] = ACTIONS(2868), + [anon_sym_LBRACK] = ACTIONS(2868), + [anon_sym_LBRACE] = ACTIONS(2868), + [anon_sym_RBRACE] = ACTIONS(2868), + [anon_sym_STAR] = ACTIONS(2868), + [anon_sym_u8] = ACTIONS(2870), + [anon_sym_i8] = ACTIONS(2870), + [anon_sym_u16] = ACTIONS(2870), + [anon_sym_i16] = ACTIONS(2870), + [anon_sym_u32] = ACTIONS(2870), + [anon_sym_i32] = ACTIONS(2870), + [anon_sym_u64] = ACTIONS(2870), + [anon_sym_i64] = ACTIONS(2870), + [anon_sym_u128] = ACTIONS(2870), + [anon_sym_i128] = ACTIONS(2870), + [anon_sym_isize] = ACTIONS(2870), + [anon_sym_usize] = ACTIONS(2870), + [anon_sym_f32] = ACTIONS(2870), + [anon_sym_f64] = ACTIONS(2870), + [anon_sym_bool] = ACTIONS(2870), + [anon_sym_str] = ACTIONS(2870), + [anon_sym_char] = ACTIONS(2870), + [anon_sym_DASH] = ACTIONS(2868), + [anon_sym_BANG] = ACTIONS(2868), + [anon_sym_AMP] = ACTIONS(2868), + [anon_sym_PIPE] = ACTIONS(2868), + [anon_sym_LT] = ACTIONS(2868), + [anon_sym_DOT_DOT] = ACTIONS(2868), + [anon_sym_COLON_COLON] = ACTIONS(2868), + [anon_sym_POUND] = ACTIONS(2868), + [anon_sym_SQUOTE] = ACTIONS(2870), + [anon_sym_async] = ACTIONS(2870), + [anon_sym_break] = ACTIONS(2870), + [anon_sym_const] = ACTIONS(2870), + [anon_sym_continue] = ACTIONS(2870), + [anon_sym_default] = ACTIONS(2870), + [anon_sym_enum] = ACTIONS(2870), + [anon_sym_fn] = ACTIONS(2870), + [anon_sym_for] = ACTIONS(2870), + [anon_sym_gen] = ACTIONS(2870), + [anon_sym_if] = ACTIONS(2870), + [anon_sym_impl] = ACTIONS(2870), + [anon_sym_let] = ACTIONS(2870), + [anon_sym_loop] = ACTIONS(2870), + [anon_sym_match] = ACTIONS(2870), + [anon_sym_mod] = ACTIONS(2870), + [anon_sym_pub] = ACTIONS(2870), + [anon_sym_return] = ACTIONS(2870), + [anon_sym_static] = ACTIONS(2870), + [anon_sym_struct] = ACTIONS(2870), + [anon_sym_trait] = ACTIONS(2870), + [anon_sym_type] = ACTIONS(2870), + [anon_sym_union] = ACTIONS(2870), + [anon_sym_unsafe] = ACTIONS(2870), + [anon_sym_use] = ACTIONS(2870), + [anon_sym_while] = ACTIONS(2870), + [anon_sym_extern] = ACTIONS(2870), + [anon_sym_yield] = ACTIONS(2870), + [anon_sym_move] = ACTIONS(2870), + [anon_sym_try] = ACTIONS(2870), + [sym_integer_literal] = ACTIONS(2868), + [aux_sym_string_literal_token1] = ACTIONS(2868), + [sym_char_literal] = ACTIONS(2868), + [anon_sym_true] = ACTIONS(2870), + [anon_sym_false] = ACTIONS(2870), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2870), + [sym_super] = ACTIONS(2870), + [sym_crate] = ACTIONS(2870), + [sym_metavariable] = ACTIONS(2868), + [sym__raw_string_literal_start] = ACTIONS(2868), + [sym_float_literal] = ACTIONS(2868), }, [STATE(740)] = { [sym_line_comment] = STATE(740), [sym_block_comment] = STATE(740), - [ts_builtin_sym_end] = ACTIONS(2881), - [sym_identifier] = ACTIONS(2883), - [anon_sym_SEMI] = ACTIONS(2881), - [anon_sym_macro_rules_BANG] = ACTIONS(2881), - [anon_sym_LPAREN] = ACTIONS(2881), - [anon_sym_LBRACK] = ACTIONS(2881), - [anon_sym_LBRACE] = ACTIONS(2881), - [anon_sym_RBRACE] = ACTIONS(2881), - [anon_sym_STAR] = ACTIONS(2881), - [anon_sym_u8] = ACTIONS(2883), - [anon_sym_i8] = ACTIONS(2883), - [anon_sym_u16] = ACTIONS(2883), - [anon_sym_i16] = ACTIONS(2883), - [anon_sym_u32] = ACTIONS(2883), - [anon_sym_i32] = ACTIONS(2883), - [anon_sym_u64] = ACTIONS(2883), - [anon_sym_i64] = ACTIONS(2883), - [anon_sym_u128] = ACTIONS(2883), - [anon_sym_i128] = ACTIONS(2883), - [anon_sym_isize] = ACTIONS(2883), - [anon_sym_usize] = ACTIONS(2883), - [anon_sym_f32] = ACTIONS(2883), - [anon_sym_f64] = ACTIONS(2883), - [anon_sym_bool] = ACTIONS(2883), - [anon_sym_str] = ACTIONS(2883), - [anon_sym_char] = ACTIONS(2883), - [anon_sym_DASH] = ACTIONS(2881), - [anon_sym_BANG] = ACTIONS(2881), - [anon_sym_AMP] = ACTIONS(2881), - [anon_sym_PIPE] = ACTIONS(2881), - [anon_sym_LT] = ACTIONS(2881), - [anon_sym_DOT_DOT] = ACTIONS(2881), - [anon_sym_COLON_COLON] = ACTIONS(2881), - [anon_sym_POUND] = ACTIONS(2881), - [anon_sym_SQUOTE] = ACTIONS(2883), - [anon_sym_async] = ACTIONS(2883), - [anon_sym_break] = ACTIONS(2883), - [anon_sym_const] = ACTIONS(2883), - [anon_sym_continue] = ACTIONS(2883), - [anon_sym_default] = ACTIONS(2883), - [anon_sym_enum] = ACTIONS(2883), - [anon_sym_fn] = ACTIONS(2883), - [anon_sym_for] = ACTIONS(2883), - [anon_sym_gen] = ACTIONS(2883), - [anon_sym_if] = ACTIONS(2883), - [anon_sym_impl] = ACTIONS(2883), - [anon_sym_let] = ACTIONS(2883), - [anon_sym_loop] = ACTIONS(2883), - [anon_sym_match] = ACTIONS(2883), - [anon_sym_mod] = ACTIONS(2883), - [anon_sym_pub] = ACTIONS(2883), - [anon_sym_return] = ACTIONS(2883), - [anon_sym_static] = ACTIONS(2883), - [anon_sym_struct] = ACTIONS(2883), - [anon_sym_trait] = ACTIONS(2883), - [anon_sym_type] = ACTIONS(2883), - [anon_sym_union] = ACTIONS(2883), - [anon_sym_unsafe] = ACTIONS(2883), - [anon_sym_use] = ACTIONS(2883), - [anon_sym_while] = ACTIONS(2883), - [anon_sym_extern] = ACTIONS(2883), - [anon_sym_yield] = ACTIONS(2883), - [anon_sym_move] = ACTIONS(2883), - [anon_sym_try] = ACTIONS(2883), - [sym_integer_literal] = ACTIONS(2881), - [aux_sym_string_literal_token1] = ACTIONS(2881), - [sym_char_literal] = ACTIONS(2881), - [anon_sym_true] = ACTIONS(2883), - [anon_sym_false] = ACTIONS(2883), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2883), - [sym_super] = ACTIONS(2883), - [sym_crate] = ACTIONS(2883), - [sym_metavariable] = ACTIONS(2881), - [sym__raw_string_literal_start] = ACTIONS(2881), - [sym_float_literal] = ACTIONS(2881), + [ts_builtin_sym_end] = ACTIONS(2872), + [sym_identifier] = ACTIONS(2874), + [anon_sym_SEMI] = ACTIONS(2872), + [anon_sym_macro_rules_BANG] = ACTIONS(2872), + [anon_sym_LPAREN] = ACTIONS(2872), + [anon_sym_LBRACK] = ACTIONS(2872), + [anon_sym_LBRACE] = ACTIONS(2872), + [anon_sym_RBRACE] = ACTIONS(2872), + [anon_sym_STAR] = ACTIONS(2872), + [anon_sym_u8] = ACTIONS(2874), + [anon_sym_i8] = ACTIONS(2874), + [anon_sym_u16] = ACTIONS(2874), + [anon_sym_i16] = ACTIONS(2874), + [anon_sym_u32] = ACTIONS(2874), + [anon_sym_i32] = ACTIONS(2874), + [anon_sym_u64] = ACTIONS(2874), + [anon_sym_i64] = ACTIONS(2874), + [anon_sym_u128] = ACTIONS(2874), + [anon_sym_i128] = ACTIONS(2874), + [anon_sym_isize] = ACTIONS(2874), + [anon_sym_usize] = ACTIONS(2874), + [anon_sym_f32] = ACTIONS(2874), + [anon_sym_f64] = ACTIONS(2874), + [anon_sym_bool] = ACTIONS(2874), + [anon_sym_str] = ACTIONS(2874), + [anon_sym_char] = ACTIONS(2874), + [anon_sym_DASH] = ACTIONS(2872), + [anon_sym_BANG] = ACTIONS(2872), + [anon_sym_AMP] = ACTIONS(2872), + [anon_sym_PIPE] = ACTIONS(2872), + [anon_sym_LT] = ACTIONS(2872), + [anon_sym_DOT_DOT] = ACTIONS(2872), + [anon_sym_COLON_COLON] = ACTIONS(2872), + [anon_sym_POUND] = ACTIONS(2872), + [anon_sym_SQUOTE] = ACTIONS(2874), + [anon_sym_async] = ACTIONS(2874), + [anon_sym_break] = ACTIONS(2874), + [anon_sym_const] = ACTIONS(2874), + [anon_sym_continue] = ACTIONS(2874), + [anon_sym_default] = ACTIONS(2874), + [anon_sym_enum] = ACTIONS(2874), + [anon_sym_fn] = ACTIONS(2874), + [anon_sym_for] = ACTIONS(2874), + [anon_sym_gen] = ACTIONS(2874), + [anon_sym_if] = ACTIONS(2874), + [anon_sym_impl] = ACTIONS(2874), + [anon_sym_let] = ACTIONS(2874), + [anon_sym_loop] = ACTIONS(2874), + [anon_sym_match] = ACTIONS(2874), + [anon_sym_mod] = ACTIONS(2874), + [anon_sym_pub] = ACTIONS(2874), + [anon_sym_return] = ACTIONS(2874), + [anon_sym_static] = ACTIONS(2874), + [anon_sym_struct] = ACTIONS(2874), + [anon_sym_trait] = ACTIONS(2874), + [anon_sym_type] = ACTIONS(2874), + [anon_sym_union] = ACTIONS(2874), + [anon_sym_unsafe] = ACTIONS(2874), + [anon_sym_use] = ACTIONS(2874), + [anon_sym_while] = ACTIONS(2874), + [anon_sym_extern] = ACTIONS(2874), + [anon_sym_yield] = ACTIONS(2874), + [anon_sym_move] = ACTIONS(2874), + [anon_sym_try] = ACTIONS(2874), + [sym_integer_literal] = ACTIONS(2872), + [aux_sym_string_literal_token1] = ACTIONS(2872), + [sym_char_literal] = ACTIONS(2872), + [anon_sym_true] = ACTIONS(2874), + [anon_sym_false] = ACTIONS(2874), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2874), + [sym_super] = ACTIONS(2874), + [sym_crate] = ACTIONS(2874), + [sym_metavariable] = ACTIONS(2872), + [sym__raw_string_literal_start] = ACTIONS(2872), + [sym_float_literal] = ACTIONS(2872), }, [STATE(741)] = { [sym_line_comment] = STATE(741), [sym_block_comment] = STATE(741), - [ts_builtin_sym_end] = ACTIONS(2885), - [sym_identifier] = ACTIONS(2887), - [anon_sym_SEMI] = ACTIONS(2885), - [anon_sym_macro_rules_BANG] = ACTIONS(2885), - [anon_sym_LPAREN] = ACTIONS(2885), - [anon_sym_LBRACK] = ACTIONS(2885), - [anon_sym_LBRACE] = ACTIONS(2885), - [anon_sym_RBRACE] = ACTIONS(2885), - [anon_sym_STAR] = ACTIONS(2885), - [anon_sym_u8] = ACTIONS(2887), - [anon_sym_i8] = ACTIONS(2887), - [anon_sym_u16] = ACTIONS(2887), - [anon_sym_i16] = ACTIONS(2887), - [anon_sym_u32] = ACTIONS(2887), - [anon_sym_i32] = ACTIONS(2887), - [anon_sym_u64] = ACTIONS(2887), - [anon_sym_i64] = ACTIONS(2887), - [anon_sym_u128] = ACTIONS(2887), - [anon_sym_i128] = ACTIONS(2887), - [anon_sym_isize] = ACTIONS(2887), - [anon_sym_usize] = ACTIONS(2887), - [anon_sym_f32] = ACTIONS(2887), - [anon_sym_f64] = ACTIONS(2887), - [anon_sym_bool] = ACTIONS(2887), - [anon_sym_str] = ACTIONS(2887), - [anon_sym_char] = ACTIONS(2887), - [anon_sym_DASH] = ACTIONS(2885), - [anon_sym_BANG] = ACTIONS(2885), - [anon_sym_AMP] = ACTIONS(2885), - [anon_sym_PIPE] = ACTIONS(2885), - [anon_sym_LT] = ACTIONS(2885), - [anon_sym_DOT_DOT] = ACTIONS(2885), - [anon_sym_COLON_COLON] = ACTIONS(2885), - [anon_sym_POUND] = ACTIONS(2885), - [anon_sym_SQUOTE] = ACTIONS(2887), - [anon_sym_async] = ACTIONS(2887), - [anon_sym_break] = ACTIONS(2887), - [anon_sym_const] = ACTIONS(2887), - [anon_sym_continue] = ACTIONS(2887), - [anon_sym_default] = ACTIONS(2887), - [anon_sym_enum] = ACTIONS(2887), - [anon_sym_fn] = ACTIONS(2887), - [anon_sym_for] = ACTIONS(2887), - [anon_sym_gen] = ACTIONS(2887), - [anon_sym_if] = ACTIONS(2887), - [anon_sym_impl] = ACTIONS(2887), - [anon_sym_let] = ACTIONS(2887), - [anon_sym_loop] = ACTIONS(2887), - [anon_sym_match] = ACTIONS(2887), - [anon_sym_mod] = ACTIONS(2887), - [anon_sym_pub] = ACTIONS(2887), - [anon_sym_return] = ACTIONS(2887), - [anon_sym_static] = ACTIONS(2887), - [anon_sym_struct] = ACTIONS(2887), - [anon_sym_trait] = ACTIONS(2887), - [anon_sym_type] = ACTIONS(2887), - [anon_sym_union] = ACTIONS(2887), - [anon_sym_unsafe] = ACTIONS(2887), - [anon_sym_use] = ACTIONS(2887), - [anon_sym_while] = ACTIONS(2887), - [anon_sym_extern] = ACTIONS(2887), - [anon_sym_yield] = ACTIONS(2887), - [anon_sym_move] = ACTIONS(2887), - [anon_sym_try] = ACTIONS(2887), - [sym_integer_literal] = ACTIONS(2885), - [aux_sym_string_literal_token1] = ACTIONS(2885), - [sym_char_literal] = ACTIONS(2885), - [anon_sym_true] = ACTIONS(2887), - [anon_sym_false] = ACTIONS(2887), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2887), - [sym_super] = ACTIONS(2887), - [sym_crate] = ACTIONS(2887), - [sym_metavariable] = ACTIONS(2885), - [sym__raw_string_literal_start] = ACTIONS(2885), - [sym_float_literal] = ACTIONS(2885), + [ts_builtin_sym_end] = ACTIONS(2876), + [sym_identifier] = ACTIONS(2878), + [anon_sym_SEMI] = ACTIONS(2876), + [anon_sym_macro_rules_BANG] = ACTIONS(2876), + [anon_sym_LPAREN] = ACTIONS(2876), + [anon_sym_LBRACK] = ACTIONS(2876), + [anon_sym_LBRACE] = ACTIONS(2876), + [anon_sym_RBRACE] = ACTIONS(2876), + [anon_sym_STAR] = ACTIONS(2876), + [anon_sym_u8] = ACTIONS(2878), + [anon_sym_i8] = ACTIONS(2878), + [anon_sym_u16] = ACTIONS(2878), + [anon_sym_i16] = ACTIONS(2878), + [anon_sym_u32] = ACTIONS(2878), + [anon_sym_i32] = ACTIONS(2878), + [anon_sym_u64] = ACTIONS(2878), + [anon_sym_i64] = ACTIONS(2878), + [anon_sym_u128] = ACTIONS(2878), + [anon_sym_i128] = ACTIONS(2878), + [anon_sym_isize] = ACTIONS(2878), + [anon_sym_usize] = ACTIONS(2878), + [anon_sym_f32] = ACTIONS(2878), + [anon_sym_f64] = ACTIONS(2878), + [anon_sym_bool] = ACTIONS(2878), + [anon_sym_str] = ACTIONS(2878), + [anon_sym_char] = ACTIONS(2878), + [anon_sym_DASH] = ACTIONS(2876), + [anon_sym_BANG] = ACTIONS(2876), + [anon_sym_AMP] = ACTIONS(2876), + [anon_sym_PIPE] = ACTIONS(2876), + [anon_sym_LT] = ACTIONS(2876), + [anon_sym_DOT_DOT] = ACTIONS(2876), + [anon_sym_COLON_COLON] = ACTIONS(2876), + [anon_sym_POUND] = ACTIONS(2876), + [anon_sym_SQUOTE] = ACTIONS(2878), + [anon_sym_async] = ACTIONS(2878), + [anon_sym_break] = ACTIONS(2878), + [anon_sym_const] = ACTIONS(2878), + [anon_sym_continue] = ACTIONS(2878), + [anon_sym_default] = ACTIONS(2878), + [anon_sym_enum] = ACTIONS(2878), + [anon_sym_fn] = ACTIONS(2878), + [anon_sym_for] = ACTIONS(2878), + [anon_sym_gen] = ACTIONS(2878), + [anon_sym_if] = ACTIONS(2878), + [anon_sym_impl] = ACTIONS(2878), + [anon_sym_let] = ACTIONS(2878), + [anon_sym_loop] = ACTIONS(2878), + [anon_sym_match] = ACTIONS(2878), + [anon_sym_mod] = ACTIONS(2878), + [anon_sym_pub] = ACTIONS(2878), + [anon_sym_return] = ACTIONS(2878), + [anon_sym_static] = ACTIONS(2878), + [anon_sym_struct] = ACTIONS(2878), + [anon_sym_trait] = ACTIONS(2878), + [anon_sym_type] = ACTIONS(2878), + [anon_sym_union] = ACTIONS(2878), + [anon_sym_unsafe] = ACTIONS(2878), + [anon_sym_use] = ACTIONS(2878), + [anon_sym_while] = ACTIONS(2878), + [anon_sym_extern] = ACTIONS(2878), + [anon_sym_yield] = ACTIONS(2878), + [anon_sym_move] = ACTIONS(2878), + [anon_sym_try] = ACTIONS(2878), + [sym_integer_literal] = ACTIONS(2876), + [aux_sym_string_literal_token1] = ACTIONS(2876), + [sym_char_literal] = ACTIONS(2876), + [anon_sym_true] = ACTIONS(2878), + [anon_sym_false] = ACTIONS(2878), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2878), + [sym_super] = ACTIONS(2878), + [sym_crate] = ACTIONS(2878), + [sym_metavariable] = ACTIONS(2876), + [sym__raw_string_literal_start] = ACTIONS(2876), + [sym_float_literal] = ACTIONS(2876), }, [STATE(742)] = { [sym_line_comment] = STATE(742), [sym_block_comment] = STATE(742), - [ts_builtin_sym_end] = ACTIONS(2889), - [sym_identifier] = ACTIONS(2891), - [anon_sym_SEMI] = ACTIONS(2889), - [anon_sym_macro_rules_BANG] = ACTIONS(2889), - [anon_sym_LPAREN] = ACTIONS(2889), - [anon_sym_LBRACK] = ACTIONS(2889), - [anon_sym_LBRACE] = ACTIONS(2889), - [anon_sym_RBRACE] = ACTIONS(2889), - [anon_sym_STAR] = ACTIONS(2889), - [anon_sym_u8] = ACTIONS(2891), - [anon_sym_i8] = ACTIONS(2891), - [anon_sym_u16] = ACTIONS(2891), - [anon_sym_i16] = ACTIONS(2891), - [anon_sym_u32] = ACTIONS(2891), - [anon_sym_i32] = ACTIONS(2891), - [anon_sym_u64] = ACTIONS(2891), - [anon_sym_i64] = ACTIONS(2891), - [anon_sym_u128] = ACTIONS(2891), - [anon_sym_i128] = ACTIONS(2891), - [anon_sym_isize] = ACTIONS(2891), - [anon_sym_usize] = ACTIONS(2891), - [anon_sym_f32] = ACTIONS(2891), - [anon_sym_f64] = ACTIONS(2891), - [anon_sym_bool] = ACTIONS(2891), - [anon_sym_str] = ACTIONS(2891), - [anon_sym_char] = ACTIONS(2891), - [anon_sym_DASH] = ACTIONS(2889), - [anon_sym_BANG] = ACTIONS(2889), - [anon_sym_AMP] = ACTIONS(2889), - [anon_sym_PIPE] = ACTIONS(2889), - [anon_sym_LT] = ACTIONS(2889), - [anon_sym_DOT_DOT] = ACTIONS(2889), - [anon_sym_COLON_COLON] = ACTIONS(2889), - [anon_sym_POUND] = ACTIONS(2889), - [anon_sym_SQUOTE] = ACTIONS(2891), - [anon_sym_async] = ACTIONS(2891), - [anon_sym_break] = ACTIONS(2891), - [anon_sym_const] = ACTIONS(2891), - [anon_sym_continue] = ACTIONS(2891), - [anon_sym_default] = ACTIONS(2891), - [anon_sym_enum] = ACTIONS(2891), - [anon_sym_fn] = ACTIONS(2891), - [anon_sym_for] = ACTIONS(2891), - [anon_sym_gen] = ACTIONS(2891), - [anon_sym_if] = ACTIONS(2891), - [anon_sym_impl] = ACTIONS(2891), - [anon_sym_let] = ACTIONS(2891), - [anon_sym_loop] = ACTIONS(2891), - [anon_sym_match] = ACTIONS(2891), - [anon_sym_mod] = ACTIONS(2891), - [anon_sym_pub] = ACTIONS(2891), - [anon_sym_return] = ACTIONS(2891), - [anon_sym_static] = ACTIONS(2891), - [anon_sym_struct] = ACTIONS(2891), - [anon_sym_trait] = ACTIONS(2891), - [anon_sym_type] = ACTIONS(2891), - [anon_sym_union] = ACTIONS(2891), - [anon_sym_unsafe] = ACTIONS(2891), - [anon_sym_use] = ACTIONS(2891), - [anon_sym_while] = ACTIONS(2891), - [anon_sym_extern] = ACTIONS(2891), - [anon_sym_yield] = ACTIONS(2891), - [anon_sym_move] = ACTIONS(2891), - [anon_sym_try] = ACTIONS(2891), - [sym_integer_literal] = ACTIONS(2889), - [aux_sym_string_literal_token1] = ACTIONS(2889), - [sym_char_literal] = ACTIONS(2889), - [anon_sym_true] = ACTIONS(2891), - [anon_sym_false] = ACTIONS(2891), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2891), - [sym_super] = ACTIONS(2891), - [sym_crate] = ACTIONS(2891), - [sym_metavariable] = ACTIONS(2889), - [sym__raw_string_literal_start] = ACTIONS(2889), - [sym_float_literal] = ACTIONS(2889), + [ts_builtin_sym_end] = ACTIONS(2880), + [sym_identifier] = ACTIONS(2882), + [anon_sym_SEMI] = ACTIONS(2880), + [anon_sym_macro_rules_BANG] = ACTIONS(2880), + [anon_sym_LPAREN] = ACTIONS(2880), + [anon_sym_LBRACK] = ACTIONS(2880), + [anon_sym_LBRACE] = ACTIONS(2880), + [anon_sym_RBRACE] = ACTIONS(2880), + [anon_sym_STAR] = ACTIONS(2880), + [anon_sym_u8] = ACTIONS(2882), + [anon_sym_i8] = ACTIONS(2882), + [anon_sym_u16] = ACTIONS(2882), + [anon_sym_i16] = ACTIONS(2882), + [anon_sym_u32] = ACTIONS(2882), + [anon_sym_i32] = ACTIONS(2882), + [anon_sym_u64] = ACTIONS(2882), + [anon_sym_i64] = ACTIONS(2882), + [anon_sym_u128] = ACTIONS(2882), + [anon_sym_i128] = ACTIONS(2882), + [anon_sym_isize] = ACTIONS(2882), + [anon_sym_usize] = ACTIONS(2882), + [anon_sym_f32] = ACTIONS(2882), + [anon_sym_f64] = ACTIONS(2882), + [anon_sym_bool] = ACTIONS(2882), + [anon_sym_str] = ACTIONS(2882), + [anon_sym_char] = ACTIONS(2882), + [anon_sym_DASH] = ACTIONS(2880), + [anon_sym_BANG] = ACTIONS(2880), + [anon_sym_AMP] = ACTIONS(2880), + [anon_sym_PIPE] = ACTIONS(2880), + [anon_sym_LT] = ACTIONS(2880), + [anon_sym_DOT_DOT] = ACTIONS(2880), + [anon_sym_COLON_COLON] = ACTIONS(2880), + [anon_sym_POUND] = ACTIONS(2880), + [anon_sym_SQUOTE] = ACTIONS(2882), + [anon_sym_async] = ACTIONS(2882), + [anon_sym_break] = ACTIONS(2882), + [anon_sym_const] = ACTIONS(2882), + [anon_sym_continue] = ACTIONS(2882), + [anon_sym_default] = ACTIONS(2882), + [anon_sym_enum] = ACTIONS(2882), + [anon_sym_fn] = ACTIONS(2882), + [anon_sym_for] = ACTIONS(2882), + [anon_sym_gen] = ACTIONS(2882), + [anon_sym_if] = ACTIONS(2882), + [anon_sym_impl] = ACTIONS(2882), + [anon_sym_let] = ACTIONS(2882), + [anon_sym_loop] = ACTIONS(2882), + [anon_sym_match] = ACTIONS(2882), + [anon_sym_mod] = ACTIONS(2882), + [anon_sym_pub] = ACTIONS(2882), + [anon_sym_return] = ACTIONS(2882), + [anon_sym_static] = ACTIONS(2882), + [anon_sym_struct] = ACTIONS(2882), + [anon_sym_trait] = ACTIONS(2882), + [anon_sym_type] = ACTIONS(2882), + [anon_sym_union] = ACTIONS(2882), + [anon_sym_unsafe] = ACTIONS(2882), + [anon_sym_use] = ACTIONS(2882), + [anon_sym_while] = ACTIONS(2882), + [anon_sym_extern] = ACTIONS(2882), + [anon_sym_yield] = ACTIONS(2882), + [anon_sym_move] = ACTIONS(2882), + [anon_sym_try] = ACTIONS(2882), + [sym_integer_literal] = ACTIONS(2880), + [aux_sym_string_literal_token1] = ACTIONS(2880), + [sym_char_literal] = ACTIONS(2880), + [anon_sym_true] = ACTIONS(2882), + [anon_sym_false] = ACTIONS(2882), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2882), + [sym_super] = ACTIONS(2882), + [sym_crate] = ACTIONS(2882), + [sym_metavariable] = ACTIONS(2880), + [sym__raw_string_literal_start] = ACTIONS(2880), + [sym_float_literal] = ACTIONS(2880), }, [STATE(743)] = { [sym_line_comment] = STATE(743), [sym_block_comment] = STATE(743), - [ts_builtin_sym_end] = ACTIONS(2893), - [sym_identifier] = ACTIONS(2895), - [anon_sym_SEMI] = ACTIONS(2893), - [anon_sym_macro_rules_BANG] = ACTIONS(2893), - [anon_sym_LPAREN] = ACTIONS(2893), - [anon_sym_LBRACK] = ACTIONS(2893), - [anon_sym_LBRACE] = ACTIONS(2893), - [anon_sym_RBRACE] = ACTIONS(2893), - [anon_sym_STAR] = ACTIONS(2893), - [anon_sym_u8] = ACTIONS(2895), - [anon_sym_i8] = ACTIONS(2895), - [anon_sym_u16] = ACTIONS(2895), - [anon_sym_i16] = ACTIONS(2895), - [anon_sym_u32] = ACTIONS(2895), - [anon_sym_i32] = ACTIONS(2895), - [anon_sym_u64] = ACTIONS(2895), - [anon_sym_i64] = ACTIONS(2895), - [anon_sym_u128] = ACTIONS(2895), - [anon_sym_i128] = ACTIONS(2895), - [anon_sym_isize] = ACTIONS(2895), - [anon_sym_usize] = ACTIONS(2895), - [anon_sym_f32] = ACTIONS(2895), - [anon_sym_f64] = ACTIONS(2895), - [anon_sym_bool] = ACTIONS(2895), - [anon_sym_str] = ACTIONS(2895), - [anon_sym_char] = ACTIONS(2895), - [anon_sym_DASH] = ACTIONS(2893), - [anon_sym_BANG] = ACTIONS(2893), - [anon_sym_AMP] = ACTIONS(2893), - [anon_sym_PIPE] = ACTIONS(2893), - [anon_sym_LT] = ACTIONS(2893), - [anon_sym_DOT_DOT] = ACTIONS(2893), - [anon_sym_COLON_COLON] = ACTIONS(2893), - [anon_sym_POUND] = ACTIONS(2893), - [anon_sym_SQUOTE] = ACTIONS(2895), - [anon_sym_async] = ACTIONS(2895), - [anon_sym_break] = ACTIONS(2895), - [anon_sym_const] = ACTIONS(2895), - [anon_sym_continue] = ACTIONS(2895), - [anon_sym_default] = ACTIONS(2895), - [anon_sym_enum] = ACTIONS(2895), - [anon_sym_fn] = ACTIONS(2895), - [anon_sym_for] = ACTIONS(2895), - [anon_sym_gen] = ACTIONS(2895), - [anon_sym_if] = ACTIONS(2895), - [anon_sym_impl] = ACTIONS(2895), - [anon_sym_let] = ACTIONS(2895), - [anon_sym_loop] = ACTIONS(2895), - [anon_sym_match] = ACTIONS(2895), - [anon_sym_mod] = ACTIONS(2895), - [anon_sym_pub] = ACTIONS(2895), - [anon_sym_return] = ACTIONS(2895), - [anon_sym_static] = ACTIONS(2895), - [anon_sym_struct] = ACTIONS(2895), - [anon_sym_trait] = ACTIONS(2895), - [anon_sym_type] = ACTIONS(2895), - [anon_sym_union] = ACTIONS(2895), - [anon_sym_unsafe] = ACTIONS(2895), - [anon_sym_use] = ACTIONS(2895), - [anon_sym_while] = ACTIONS(2895), - [anon_sym_extern] = ACTIONS(2895), - [anon_sym_yield] = ACTIONS(2895), - [anon_sym_move] = ACTIONS(2895), - [anon_sym_try] = ACTIONS(2895), - [sym_integer_literal] = ACTIONS(2893), - [aux_sym_string_literal_token1] = ACTIONS(2893), - [sym_char_literal] = ACTIONS(2893), - [anon_sym_true] = ACTIONS(2895), - [anon_sym_false] = ACTIONS(2895), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2895), - [sym_super] = ACTIONS(2895), - [sym_crate] = ACTIONS(2895), - [sym_metavariable] = ACTIONS(2893), - [sym__raw_string_literal_start] = ACTIONS(2893), - [sym_float_literal] = ACTIONS(2893), + [ts_builtin_sym_end] = ACTIONS(2884), + [sym_identifier] = ACTIONS(2886), + [anon_sym_SEMI] = ACTIONS(2884), + [anon_sym_macro_rules_BANG] = ACTIONS(2884), + [anon_sym_LPAREN] = ACTIONS(2884), + [anon_sym_LBRACK] = ACTIONS(2884), + [anon_sym_LBRACE] = ACTIONS(2884), + [anon_sym_RBRACE] = ACTIONS(2884), + [anon_sym_STAR] = ACTIONS(2884), + [anon_sym_u8] = ACTIONS(2886), + [anon_sym_i8] = ACTIONS(2886), + [anon_sym_u16] = ACTIONS(2886), + [anon_sym_i16] = ACTIONS(2886), + [anon_sym_u32] = ACTIONS(2886), + [anon_sym_i32] = ACTIONS(2886), + [anon_sym_u64] = ACTIONS(2886), + [anon_sym_i64] = ACTIONS(2886), + [anon_sym_u128] = ACTIONS(2886), + [anon_sym_i128] = ACTIONS(2886), + [anon_sym_isize] = ACTIONS(2886), + [anon_sym_usize] = ACTIONS(2886), + [anon_sym_f32] = ACTIONS(2886), + [anon_sym_f64] = ACTIONS(2886), + [anon_sym_bool] = ACTIONS(2886), + [anon_sym_str] = ACTIONS(2886), + [anon_sym_char] = ACTIONS(2886), + [anon_sym_DASH] = ACTIONS(2884), + [anon_sym_BANG] = ACTIONS(2884), + [anon_sym_AMP] = ACTIONS(2884), + [anon_sym_PIPE] = ACTIONS(2884), + [anon_sym_LT] = ACTIONS(2884), + [anon_sym_DOT_DOT] = ACTIONS(2884), + [anon_sym_COLON_COLON] = ACTIONS(2884), + [anon_sym_POUND] = ACTIONS(2884), + [anon_sym_SQUOTE] = ACTIONS(2886), + [anon_sym_async] = ACTIONS(2886), + [anon_sym_break] = ACTIONS(2886), + [anon_sym_const] = ACTIONS(2886), + [anon_sym_continue] = ACTIONS(2886), + [anon_sym_default] = ACTIONS(2886), + [anon_sym_enum] = ACTIONS(2886), + [anon_sym_fn] = ACTIONS(2886), + [anon_sym_for] = ACTIONS(2886), + [anon_sym_gen] = ACTIONS(2886), + [anon_sym_if] = ACTIONS(2886), + [anon_sym_impl] = ACTIONS(2886), + [anon_sym_let] = ACTIONS(2886), + [anon_sym_loop] = ACTIONS(2886), + [anon_sym_match] = ACTIONS(2886), + [anon_sym_mod] = ACTIONS(2886), + [anon_sym_pub] = ACTIONS(2886), + [anon_sym_return] = ACTIONS(2886), + [anon_sym_static] = ACTIONS(2886), + [anon_sym_struct] = ACTIONS(2886), + [anon_sym_trait] = ACTIONS(2886), + [anon_sym_type] = ACTIONS(2886), + [anon_sym_union] = ACTIONS(2886), + [anon_sym_unsafe] = ACTIONS(2886), + [anon_sym_use] = ACTIONS(2886), + [anon_sym_while] = ACTIONS(2886), + [anon_sym_extern] = ACTIONS(2886), + [anon_sym_yield] = ACTIONS(2886), + [anon_sym_move] = ACTIONS(2886), + [anon_sym_try] = ACTIONS(2886), + [sym_integer_literal] = ACTIONS(2884), + [aux_sym_string_literal_token1] = ACTIONS(2884), + [sym_char_literal] = ACTIONS(2884), + [anon_sym_true] = ACTIONS(2886), + [anon_sym_false] = ACTIONS(2886), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2886), + [sym_super] = ACTIONS(2886), + [sym_crate] = ACTIONS(2886), + [sym_metavariable] = ACTIONS(2884), + [sym__raw_string_literal_start] = ACTIONS(2884), + [sym_float_literal] = ACTIONS(2884), }, [STATE(744)] = { [sym_line_comment] = STATE(744), [sym_block_comment] = STATE(744), - [ts_builtin_sym_end] = ACTIONS(2897), - [sym_identifier] = ACTIONS(2899), - [anon_sym_SEMI] = ACTIONS(2897), - [anon_sym_macro_rules_BANG] = ACTIONS(2897), - [anon_sym_LPAREN] = ACTIONS(2897), - [anon_sym_LBRACK] = ACTIONS(2897), - [anon_sym_LBRACE] = ACTIONS(2897), - [anon_sym_RBRACE] = ACTIONS(2897), - [anon_sym_STAR] = ACTIONS(2897), - [anon_sym_u8] = ACTIONS(2899), - [anon_sym_i8] = ACTIONS(2899), - [anon_sym_u16] = ACTIONS(2899), - [anon_sym_i16] = ACTIONS(2899), - [anon_sym_u32] = ACTIONS(2899), - [anon_sym_i32] = ACTIONS(2899), - [anon_sym_u64] = ACTIONS(2899), - [anon_sym_i64] = ACTIONS(2899), - [anon_sym_u128] = ACTIONS(2899), - [anon_sym_i128] = ACTIONS(2899), - [anon_sym_isize] = ACTIONS(2899), - [anon_sym_usize] = ACTIONS(2899), - [anon_sym_f32] = ACTIONS(2899), - [anon_sym_f64] = ACTIONS(2899), - [anon_sym_bool] = ACTIONS(2899), - [anon_sym_str] = ACTIONS(2899), - [anon_sym_char] = ACTIONS(2899), - [anon_sym_DASH] = ACTIONS(2897), - [anon_sym_BANG] = ACTIONS(2897), - [anon_sym_AMP] = ACTIONS(2897), - [anon_sym_PIPE] = ACTIONS(2897), - [anon_sym_LT] = ACTIONS(2897), - [anon_sym_DOT_DOT] = ACTIONS(2897), - [anon_sym_COLON_COLON] = ACTIONS(2897), - [anon_sym_POUND] = ACTIONS(2897), - [anon_sym_SQUOTE] = ACTIONS(2899), - [anon_sym_async] = ACTIONS(2899), - [anon_sym_break] = ACTIONS(2899), - [anon_sym_const] = ACTIONS(2899), - [anon_sym_continue] = ACTIONS(2899), - [anon_sym_default] = ACTIONS(2899), - [anon_sym_enum] = ACTIONS(2899), - [anon_sym_fn] = ACTIONS(2899), - [anon_sym_for] = ACTIONS(2899), - [anon_sym_gen] = ACTIONS(2899), - [anon_sym_if] = ACTIONS(2899), - [anon_sym_impl] = ACTIONS(2899), - [anon_sym_let] = ACTIONS(2899), - [anon_sym_loop] = ACTIONS(2899), - [anon_sym_match] = ACTIONS(2899), - [anon_sym_mod] = ACTIONS(2899), - [anon_sym_pub] = ACTIONS(2899), - [anon_sym_return] = ACTIONS(2899), - [anon_sym_static] = ACTIONS(2899), - [anon_sym_struct] = ACTIONS(2899), - [anon_sym_trait] = ACTIONS(2899), - [anon_sym_type] = ACTIONS(2899), - [anon_sym_union] = ACTIONS(2899), - [anon_sym_unsafe] = ACTIONS(2899), - [anon_sym_use] = ACTIONS(2899), - [anon_sym_while] = ACTIONS(2899), - [anon_sym_extern] = ACTIONS(2899), - [anon_sym_yield] = ACTIONS(2899), - [anon_sym_move] = ACTIONS(2899), - [anon_sym_try] = ACTIONS(2899), - [sym_integer_literal] = ACTIONS(2897), - [aux_sym_string_literal_token1] = ACTIONS(2897), - [sym_char_literal] = ACTIONS(2897), - [anon_sym_true] = ACTIONS(2899), - [anon_sym_false] = ACTIONS(2899), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2899), - [sym_super] = ACTIONS(2899), - [sym_crate] = ACTIONS(2899), - [sym_metavariable] = ACTIONS(2897), - [sym__raw_string_literal_start] = ACTIONS(2897), - [sym_float_literal] = ACTIONS(2897), + [ts_builtin_sym_end] = ACTIONS(2888), + [sym_identifier] = ACTIONS(2890), + [anon_sym_SEMI] = ACTIONS(2888), + [anon_sym_macro_rules_BANG] = ACTIONS(2888), + [anon_sym_LPAREN] = ACTIONS(2888), + [anon_sym_LBRACK] = ACTIONS(2888), + [anon_sym_LBRACE] = ACTIONS(2888), + [anon_sym_RBRACE] = ACTIONS(2888), + [anon_sym_STAR] = ACTIONS(2888), + [anon_sym_u8] = ACTIONS(2890), + [anon_sym_i8] = ACTIONS(2890), + [anon_sym_u16] = ACTIONS(2890), + [anon_sym_i16] = ACTIONS(2890), + [anon_sym_u32] = ACTIONS(2890), + [anon_sym_i32] = ACTIONS(2890), + [anon_sym_u64] = ACTIONS(2890), + [anon_sym_i64] = ACTIONS(2890), + [anon_sym_u128] = ACTIONS(2890), + [anon_sym_i128] = ACTIONS(2890), + [anon_sym_isize] = ACTIONS(2890), + [anon_sym_usize] = ACTIONS(2890), + [anon_sym_f32] = ACTIONS(2890), + [anon_sym_f64] = ACTIONS(2890), + [anon_sym_bool] = ACTIONS(2890), + [anon_sym_str] = ACTIONS(2890), + [anon_sym_char] = ACTIONS(2890), + [anon_sym_DASH] = ACTIONS(2888), + [anon_sym_BANG] = ACTIONS(2888), + [anon_sym_AMP] = ACTIONS(2888), + [anon_sym_PIPE] = ACTIONS(2888), + [anon_sym_LT] = ACTIONS(2888), + [anon_sym_DOT_DOT] = ACTIONS(2888), + [anon_sym_COLON_COLON] = ACTIONS(2888), + [anon_sym_POUND] = ACTIONS(2888), + [anon_sym_SQUOTE] = ACTIONS(2890), + [anon_sym_async] = ACTIONS(2890), + [anon_sym_break] = ACTIONS(2890), + [anon_sym_const] = ACTIONS(2890), + [anon_sym_continue] = ACTIONS(2890), + [anon_sym_default] = ACTIONS(2890), + [anon_sym_enum] = ACTIONS(2890), + [anon_sym_fn] = ACTIONS(2890), + [anon_sym_for] = ACTIONS(2890), + [anon_sym_gen] = ACTIONS(2890), + [anon_sym_if] = ACTIONS(2890), + [anon_sym_impl] = ACTIONS(2890), + [anon_sym_let] = ACTIONS(2890), + [anon_sym_loop] = ACTIONS(2890), + [anon_sym_match] = ACTIONS(2890), + [anon_sym_mod] = ACTIONS(2890), + [anon_sym_pub] = ACTIONS(2890), + [anon_sym_return] = ACTIONS(2890), + [anon_sym_static] = ACTIONS(2890), + [anon_sym_struct] = ACTIONS(2890), + [anon_sym_trait] = ACTIONS(2890), + [anon_sym_type] = ACTIONS(2890), + [anon_sym_union] = ACTIONS(2890), + [anon_sym_unsafe] = ACTIONS(2890), + [anon_sym_use] = ACTIONS(2890), + [anon_sym_while] = ACTIONS(2890), + [anon_sym_extern] = ACTIONS(2890), + [anon_sym_yield] = ACTIONS(2890), + [anon_sym_move] = ACTIONS(2890), + [anon_sym_try] = ACTIONS(2890), + [sym_integer_literal] = ACTIONS(2888), + [aux_sym_string_literal_token1] = ACTIONS(2888), + [sym_char_literal] = ACTIONS(2888), + [anon_sym_true] = ACTIONS(2890), + [anon_sym_false] = ACTIONS(2890), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2890), + [sym_super] = ACTIONS(2890), + [sym_crate] = ACTIONS(2890), + [sym_metavariable] = ACTIONS(2888), + [sym__raw_string_literal_start] = ACTIONS(2888), + [sym_float_literal] = ACTIONS(2888), }, [STATE(745)] = { [sym_line_comment] = STATE(745), [sym_block_comment] = STATE(745), - [ts_builtin_sym_end] = ACTIONS(2901), - [sym_identifier] = ACTIONS(2903), - [anon_sym_SEMI] = ACTIONS(2901), - [anon_sym_macro_rules_BANG] = ACTIONS(2901), - [anon_sym_LPAREN] = ACTIONS(2901), - [anon_sym_LBRACK] = ACTIONS(2901), - [anon_sym_LBRACE] = ACTIONS(2901), - [anon_sym_RBRACE] = ACTIONS(2901), - [anon_sym_STAR] = ACTIONS(2901), - [anon_sym_u8] = ACTIONS(2903), - [anon_sym_i8] = ACTIONS(2903), - [anon_sym_u16] = ACTIONS(2903), - [anon_sym_i16] = ACTIONS(2903), - [anon_sym_u32] = ACTIONS(2903), - [anon_sym_i32] = ACTIONS(2903), - [anon_sym_u64] = ACTIONS(2903), - [anon_sym_i64] = ACTIONS(2903), - [anon_sym_u128] = ACTIONS(2903), - [anon_sym_i128] = ACTIONS(2903), - [anon_sym_isize] = ACTIONS(2903), - [anon_sym_usize] = ACTIONS(2903), - [anon_sym_f32] = ACTIONS(2903), - [anon_sym_f64] = ACTIONS(2903), - [anon_sym_bool] = ACTIONS(2903), - [anon_sym_str] = ACTIONS(2903), - [anon_sym_char] = ACTIONS(2903), - [anon_sym_DASH] = ACTIONS(2901), - [anon_sym_BANG] = ACTIONS(2901), - [anon_sym_AMP] = ACTIONS(2901), - [anon_sym_PIPE] = ACTIONS(2901), - [anon_sym_LT] = ACTIONS(2901), - [anon_sym_DOT_DOT] = ACTIONS(2901), - [anon_sym_COLON_COLON] = ACTIONS(2901), - [anon_sym_POUND] = ACTIONS(2901), - [anon_sym_SQUOTE] = ACTIONS(2903), - [anon_sym_async] = ACTIONS(2903), - [anon_sym_break] = ACTIONS(2903), - [anon_sym_const] = ACTIONS(2903), - [anon_sym_continue] = ACTIONS(2903), - [anon_sym_default] = ACTIONS(2903), - [anon_sym_enum] = ACTIONS(2903), - [anon_sym_fn] = ACTIONS(2903), - [anon_sym_for] = ACTIONS(2903), - [anon_sym_gen] = ACTIONS(2903), - [anon_sym_if] = ACTIONS(2903), - [anon_sym_impl] = ACTIONS(2903), - [anon_sym_let] = ACTIONS(2903), - [anon_sym_loop] = ACTIONS(2903), - [anon_sym_match] = ACTIONS(2903), - [anon_sym_mod] = ACTIONS(2903), - [anon_sym_pub] = ACTIONS(2903), - [anon_sym_return] = ACTIONS(2903), - [anon_sym_static] = ACTIONS(2903), - [anon_sym_struct] = ACTIONS(2903), - [anon_sym_trait] = ACTIONS(2903), - [anon_sym_type] = ACTIONS(2903), - [anon_sym_union] = ACTIONS(2903), - [anon_sym_unsafe] = ACTIONS(2903), - [anon_sym_use] = ACTIONS(2903), - [anon_sym_while] = ACTIONS(2903), - [anon_sym_extern] = ACTIONS(2903), - [anon_sym_yield] = ACTIONS(2903), - [anon_sym_move] = ACTIONS(2903), - [anon_sym_try] = ACTIONS(2903), - [sym_integer_literal] = ACTIONS(2901), - [aux_sym_string_literal_token1] = ACTIONS(2901), - [sym_char_literal] = ACTIONS(2901), - [anon_sym_true] = ACTIONS(2903), - [anon_sym_false] = ACTIONS(2903), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2903), - [sym_super] = ACTIONS(2903), - [sym_crate] = ACTIONS(2903), - [sym_metavariable] = ACTIONS(2901), - [sym__raw_string_literal_start] = ACTIONS(2901), - [sym_float_literal] = ACTIONS(2901), + [ts_builtin_sym_end] = ACTIONS(2892), + [sym_identifier] = ACTIONS(2894), + [anon_sym_SEMI] = ACTIONS(2892), + [anon_sym_macro_rules_BANG] = ACTIONS(2892), + [anon_sym_LPAREN] = ACTIONS(2892), + [anon_sym_LBRACK] = ACTIONS(2892), + [anon_sym_LBRACE] = ACTIONS(2892), + [anon_sym_RBRACE] = ACTIONS(2892), + [anon_sym_STAR] = ACTIONS(2892), + [anon_sym_u8] = ACTIONS(2894), + [anon_sym_i8] = ACTIONS(2894), + [anon_sym_u16] = ACTIONS(2894), + [anon_sym_i16] = ACTIONS(2894), + [anon_sym_u32] = ACTIONS(2894), + [anon_sym_i32] = ACTIONS(2894), + [anon_sym_u64] = ACTIONS(2894), + [anon_sym_i64] = ACTIONS(2894), + [anon_sym_u128] = ACTIONS(2894), + [anon_sym_i128] = ACTIONS(2894), + [anon_sym_isize] = ACTIONS(2894), + [anon_sym_usize] = ACTIONS(2894), + [anon_sym_f32] = ACTIONS(2894), + [anon_sym_f64] = ACTIONS(2894), + [anon_sym_bool] = ACTIONS(2894), + [anon_sym_str] = ACTIONS(2894), + [anon_sym_char] = ACTIONS(2894), + [anon_sym_DASH] = ACTIONS(2892), + [anon_sym_BANG] = ACTIONS(2892), + [anon_sym_AMP] = ACTIONS(2892), + [anon_sym_PIPE] = ACTIONS(2892), + [anon_sym_LT] = ACTIONS(2892), + [anon_sym_DOT_DOT] = ACTIONS(2892), + [anon_sym_COLON_COLON] = ACTIONS(2892), + [anon_sym_POUND] = ACTIONS(2892), + [anon_sym_SQUOTE] = ACTIONS(2894), + [anon_sym_async] = ACTIONS(2894), + [anon_sym_break] = ACTIONS(2894), + [anon_sym_const] = ACTIONS(2894), + [anon_sym_continue] = ACTIONS(2894), + [anon_sym_default] = ACTIONS(2894), + [anon_sym_enum] = ACTIONS(2894), + [anon_sym_fn] = ACTIONS(2894), + [anon_sym_for] = ACTIONS(2894), + [anon_sym_gen] = ACTIONS(2894), + [anon_sym_if] = ACTIONS(2894), + [anon_sym_impl] = ACTIONS(2894), + [anon_sym_let] = ACTIONS(2894), + [anon_sym_loop] = ACTIONS(2894), + [anon_sym_match] = ACTIONS(2894), + [anon_sym_mod] = ACTIONS(2894), + [anon_sym_pub] = ACTIONS(2894), + [anon_sym_return] = ACTIONS(2894), + [anon_sym_static] = ACTIONS(2894), + [anon_sym_struct] = ACTIONS(2894), + [anon_sym_trait] = ACTIONS(2894), + [anon_sym_type] = ACTIONS(2894), + [anon_sym_union] = ACTIONS(2894), + [anon_sym_unsafe] = ACTIONS(2894), + [anon_sym_use] = ACTIONS(2894), + [anon_sym_while] = ACTIONS(2894), + [anon_sym_extern] = ACTIONS(2894), + [anon_sym_yield] = ACTIONS(2894), + [anon_sym_move] = ACTIONS(2894), + [anon_sym_try] = ACTIONS(2894), + [sym_integer_literal] = ACTIONS(2892), + [aux_sym_string_literal_token1] = ACTIONS(2892), + [sym_char_literal] = ACTIONS(2892), + [anon_sym_true] = ACTIONS(2894), + [anon_sym_false] = ACTIONS(2894), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2894), + [sym_super] = ACTIONS(2894), + [sym_crate] = ACTIONS(2894), + [sym_metavariable] = ACTIONS(2892), + [sym__raw_string_literal_start] = ACTIONS(2892), + [sym_float_literal] = ACTIONS(2892), }, [STATE(746)] = { [sym_line_comment] = STATE(746), [sym_block_comment] = STATE(746), - [ts_builtin_sym_end] = ACTIONS(2905), - [sym_identifier] = ACTIONS(2907), - [anon_sym_SEMI] = ACTIONS(2905), - [anon_sym_macro_rules_BANG] = ACTIONS(2905), - [anon_sym_LPAREN] = ACTIONS(2905), - [anon_sym_LBRACK] = ACTIONS(2905), - [anon_sym_LBRACE] = ACTIONS(2905), - [anon_sym_RBRACE] = ACTIONS(2905), - [anon_sym_STAR] = ACTIONS(2905), - [anon_sym_u8] = ACTIONS(2907), - [anon_sym_i8] = ACTIONS(2907), - [anon_sym_u16] = ACTIONS(2907), - [anon_sym_i16] = ACTIONS(2907), - [anon_sym_u32] = ACTIONS(2907), - [anon_sym_i32] = ACTIONS(2907), - [anon_sym_u64] = ACTIONS(2907), - [anon_sym_i64] = ACTIONS(2907), - [anon_sym_u128] = ACTIONS(2907), - [anon_sym_i128] = ACTIONS(2907), - [anon_sym_isize] = ACTIONS(2907), - [anon_sym_usize] = ACTIONS(2907), - [anon_sym_f32] = ACTIONS(2907), - [anon_sym_f64] = ACTIONS(2907), - [anon_sym_bool] = ACTIONS(2907), - [anon_sym_str] = ACTIONS(2907), - [anon_sym_char] = ACTIONS(2907), - [anon_sym_DASH] = ACTIONS(2905), - [anon_sym_BANG] = ACTIONS(2905), - [anon_sym_AMP] = ACTIONS(2905), - [anon_sym_PIPE] = ACTIONS(2905), - [anon_sym_LT] = ACTIONS(2905), - [anon_sym_DOT_DOT] = ACTIONS(2905), - [anon_sym_COLON_COLON] = ACTIONS(2905), - [anon_sym_POUND] = ACTIONS(2905), - [anon_sym_SQUOTE] = ACTIONS(2907), - [anon_sym_async] = ACTIONS(2907), - [anon_sym_break] = ACTIONS(2907), - [anon_sym_const] = ACTIONS(2907), - [anon_sym_continue] = ACTIONS(2907), - [anon_sym_default] = ACTIONS(2907), - [anon_sym_enum] = ACTIONS(2907), - [anon_sym_fn] = ACTIONS(2907), - [anon_sym_for] = ACTIONS(2907), - [anon_sym_gen] = ACTIONS(2907), - [anon_sym_if] = ACTIONS(2907), - [anon_sym_impl] = ACTIONS(2907), - [anon_sym_let] = ACTIONS(2907), - [anon_sym_loop] = ACTIONS(2907), - [anon_sym_match] = ACTIONS(2907), - [anon_sym_mod] = ACTIONS(2907), - [anon_sym_pub] = ACTIONS(2907), - [anon_sym_return] = ACTIONS(2907), - [anon_sym_static] = ACTIONS(2907), - [anon_sym_struct] = ACTIONS(2907), - [anon_sym_trait] = ACTIONS(2907), - [anon_sym_type] = ACTIONS(2907), - [anon_sym_union] = ACTIONS(2907), - [anon_sym_unsafe] = ACTIONS(2907), - [anon_sym_use] = ACTIONS(2907), - [anon_sym_while] = ACTIONS(2907), - [anon_sym_extern] = ACTIONS(2907), - [anon_sym_yield] = ACTIONS(2907), - [anon_sym_move] = ACTIONS(2907), - [anon_sym_try] = ACTIONS(2907), - [sym_integer_literal] = ACTIONS(2905), - [aux_sym_string_literal_token1] = ACTIONS(2905), - [sym_char_literal] = ACTIONS(2905), - [anon_sym_true] = ACTIONS(2907), - [anon_sym_false] = ACTIONS(2907), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2907), - [sym_super] = ACTIONS(2907), - [sym_crate] = ACTIONS(2907), - [sym_metavariable] = ACTIONS(2905), - [sym__raw_string_literal_start] = ACTIONS(2905), - [sym_float_literal] = ACTIONS(2905), + [ts_builtin_sym_end] = ACTIONS(2896), + [sym_identifier] = ACTIONS(2898), + [anon_sym_SEMI] = ACTIONS(2896), + [anon_sym_macro_rules_BANG] = ACTIONS(2896), + [anon_sym_LPAREN] = ACTIONS(2896), + [anon_sym_LBRACK] = ACTIONS(2896), + [anon_sym_LBRACE] = ACTIONS(2896), + [anon_sym_RBRACE] = ACTIONS(2896), + [anon_sym_STAR] = ACTIONS(2896), + [anon_sym_u8] = ACTIONS(2898), + [anon_sym_i8] = ACTIONS(2898), + [anon_sym_u16] = ACTIONS(2898), + [anon_sym_i16] = ACTIONS(2898), + [anon_sym_u32] = ACTIONS(2898), + [anon_sym_i32] = ACTIONS(2898), + [anon_sym_u64] = ACTIONS(2898), + [anon_sym_i64] = ACTIONS(2898), + [anon_sym_u128] = ACTIONS(2898), + [anon_sym_i128] = ACTIONS(2898), + [anon_sym_isize] = ACTIONS(2898), + [anon_sym_usize] = ACTIONS(2898), + [anon_sym_f32] = ACTIONS(2898), + [anon_sym_f64] = ACTIONS(2898), + [anon_sym_bool] = ACTIONS(2898), + [anon_sym_str] = ACTIONS(2898), + [anon_sym_char] = ACTIONS(2898), + [anon_sym_DASH] = ACTIONS(2896), + [anon_sym_BANG] = ACTIONS(2896), + [anon_sym_AMP] = ACTIONS(2896), + [anon_sym_PIPE] = ACTIONS(2896), + [anon_sym_LT] = ACTIONS(2896), + [anon_sym_DOT_DOT] = ACTIONS(2896), + [anon_sym_COLON_COLON] = ACTIONS(2896), + [anon_sym_POUND] = ACTIONS(2896), + [anon_sym_SQUOTE] = ACTIONS(2898), + [anon_sym_async] = ACTIONS(2898), + [anon_sym_break] = ACTIONS(2898), + [anon_sym_const] = ACTIONS(2898), + [anon_sym_continue] = ACTIONS(2898), + [anon_sym_default] = ACTIONS(2898), + [anon_sym_enum] = ACTIONS(2898), + [anon_sym_fn] = ACTIONS(2898), + [anon_sym_for] = ACTIONS(2898), + [anon_sym_gen] = ACTIONS(2898), + [anon_sym_if] = ACTIONS(2898), + [anon_sym_impl] = ACTIONS(2898), + [anon_sym_let] = ACTIONS(2898), + [anon_sym_loop] = ACTIONS(2898), + [anon_sym_match] = ACTIONS(2898), + [anon_sym_mod] = ACTIONS(2898), + [anon_sym_pub] = ACTIONS(2898), + [anon_sym_return] = ACTIONS(2898), + [anon_sym_static] = ACTIONS(2898), + [anon_sym_struct] = ACTIONS(2898), + [anon_sym_trait] = ACTIONS(2898), + [anon_sym_type] = ACTIONS(2898), + [anon_sym_union] = ACTIONS(2898), + [anon_sym_unsafe] = ACTIONS(2898), + [anon_sym_use] = ACTIONS(2898), + [anon_sym_while] = ACTIONS(2898), + [anon_sym_extern] = ACTIONS(2898), + [anon_sym_yield] = ACTIONS(2898), + [anon_sym_move] = ACTIONS(2898), + [anon_sym_try] = ACTIONS(2898), + [sym_integer_literal] = ACTIONS(2896), + [aux_sym_string_literal_token1] = ACTIONS(2896), + [sym_char_literal] = ACTIONS(2896), + [anon_sym_true] = ACTIONS(2898), + [anon_sym_false] = ACTIONS(2898), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2898), + [sym_super] = ACTIONS(2898), + [sym_crate] = ACTIONS(2898), + [sym_metavariable] = ACTIONS(2896), + [sym__raw_string_literal_start] = ACTIONS(2896), + [sym_float_literal] = ACTIONS(2896), }, [STATE(747)] = { [sym_line_comment] = STATE(747), [sym_block_comment] = STATE(747), - [ts_builtin_sym_end] = ACTIONS(2909), - [sym_identifier] = ACTIONS(2911), - [anon_sym_SEMI] = ACTIONS(2909), - [anon_sym_macro_rules_BANG] = ACTIONS(2909), - [anon_sym_LPAREN] = ACTIONS(2909), - [anon_sym_LBRACK] = ACTIONS(2909), - [anon_sym_LBRACE] = ACTIONS(2909), - [anon_sym_RBRACE] = ACTIONS(2909), - [anon_sym_STAR] = ACTIONS(2909), - [anon_sym_u8] = ACTIONS(2911), - [anon_sym_i8] = ACTIONS(2911), - [anon_sym_u16] = ACTIONS(2911), - [anon_sym_i16] = ACTIONS(2911), - [anon_sym_u32] = ACTIONS(2911), - [anon_sym_i32] = ACTIONS(2911), - [anon_sym_u64] = ACTIONS(2911), - [anon_sym_i64] = ACTIONS(2911), - [anon_sym_u128] = ACTIONS(2911), - [anon_sym_i128] = ACTIONS(2911), - [anon_sym_isize] = ACTIONS(2911), - [anon_sym_usize] = ACTIONS(2911), - [anon_sym_f32] = ACTIONS(2911), - [anon_sym_f64] = ACTIONS(2911), - [anon_sym_bool] = ACTIONS(2911), - [anon_sym_str] = ACTIONS(2911), - [anon_sym_char] = ACTIONS(2911), - [anon_sym_DASH] = ACTIONS(2909), - [anon_sym_BANG] = ACTIONS(2909), - [anon_sym_AMP] = ACTIONS(2909), - [anon_sym_PIPE] = ACTIONS(2909), - [anon_sym_LT] = ACTIONS(2909), - [anon_sym_DOT_DOT] = ACTIONS(2909), - [anon_sym_COLON_COLON] = ACTIONS(2909), - [anon_sym_POUND] = ACTIONS(2909), - [anon_sym_SQUOTE] = ACTIONS(2911), - [anon_sym_async] = ACTIONS(2911), - [anon_sym_break] = ACTIONS(2911), - [anon_sym_const] = ACTIONS(2911), - [anon_sym_continue] = ACTIONS(2911), - [anon_sym_default] = ACTIONS(2911), - [anon_sym_enum] = ACTIONS(2911), - [anon_sym_fn] = ACTIONS(2911), - [anon_sym_for] = ACTIONS(2911), - [anon_sym_gen] = ACTIONS(2911), - [anon_sym_if] = ACTIONS(2911), - [anon_sym_impl] = ACTIONS(2911), - [anon_sym_let] = ACTIONS(2911), - [anon_sym_loop] = ACTIONS(2911), - [anon_sym_match] = ACTIONS(2911), - [anon_sym_mod] = ACTIONS(2911), - [anon_sym_pub] = ACTIONS(2911), - [anon_sym_return] = ACTIONS(2911), - [anon_sym_static] = ACTIONS(2911), - [anon_sym_struct] = ACTIONS(2911), - [anon_sym_trait] = ACTIONS(2911), - [anon_sym_type] = ACTIONS(2911), - [anon_sym_union] = ACTIONS(2911), - [anon_sym_unsafe] = ACTIONS(2911), - [anon_sym_use] = ACTIONS(2911), - [anon_sym_while] = ACTIONS(2911), - [anon_sym_extern] = ACTIONS(2911), - [anon_sym_yield] = ACTIONS(2911), - [anon_sym_move] = ACTIONS(2911), - [anon_sym_try] = ACTIONS(2911), - [sym_integer_literal] = ACTIONS(2909), - [aux_sym_string_literal_token1] = ACTIONS(2909), - [sym_char_literal] = ACTIONS(2909), - [anon_sym_true] = ACTIONS(2911), - [anon_sym_false] = ACTIONS(2911), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2911), - [sym_super] = ACTIONS(2911), - [sym_crate] = ACTIONS(2911), - [sym_metavariable] = ACTIONS(2909), - [sym__raw_string_literal_start] = ACTIONS(2909), - [sym_float_literal] = ACTIONS(2909), + [ts_builtin_sym_end] = ACTIONS(2900), + [sym_identifier] = ACTIONS(2902), + [anon_sym_SEMI] = ACTIONS(2900), + [anon_sym_macro_rules_BANG] = ACTIONS(2900), + [anon_sym_LPAREN] = ACTIONS(2900), + [anon_sym_LBRACK] = ACTIONS(2900), + [anon_sym_LBRACE] = ACTIONS(2900), + [anon_sym_RBRACE] = ACTIONS(2900), + [anon_sym_STAR] = ACTIONS(2900), + [anon_sym_u8] = ACTIONS(2902), + [anon_sym_i8] = ACTIONS(2902), + [anon_sym_u16] = ACTIONS(2902), + [anon_sym_i16] = ACTIONS(2902), + [anon_sym_u32] = ACTIONS(2902), + [anon_sym_i32] = ACTIONS(2902), + [anon_sym_u64] = ACTIONS(2902), + [anon_sym_i64] = ACTIONS(2902), + [anon_sym_u128] = ACTIONS(2902), + [anon_sym_i128] = ACTIONS(2902), + [anon_sym_isize] = ACTIONS(2902), + [anon_sym_usize] = ACTIONS(2902), + [anon_sym_f32] = ACTIONS(2902), + [anon_sym_f64] = ACTIONS(2902), + [anon_sym_bool] = ACTIONS(2902), + [anon_sym_str] = ACTIONS(2902), + [anon_sym_char] = ACTIONS(2902), + [anon_sym_DASH] = ACTIONS(2900), + [anon_sym_BANG] = ACTIONS(2900), + [anon_sym_AMP] = ACTIONS(2900), + [anon_sym_PIPE] = ACTIONS(2900), + [anon_sym_LT] = ACTIONS(2900), + [anon_sym_DOT_DOT] = ACTIONS(2900), + [anon_sym_COLON_COLON] = ACTIONS(2900), + [anon_sym_POUND] = ACTIONS(2900), + [anon_sym_SQUOTE] = ACTIONS(2902), + [anon_sym_async] = ACTIONS(2902), + [anon_sym_break] = ACTIONS(2902), + [anon_sym_const] = ACTIONS(2902), + [anon_sym_continue] = ACTIONS(2902), + [anon_sym_default] = ACTIONS(2902), + [anon_sym_enum] = ACTIONS(2902), + [anon_sym_fn] = ACTIONS(2902), + [anon_sym_for] = ACTIONS(2902), + [anon_sym_gen] = ACTIONS(2902), + [anon_sym_if] = ACTIONS(2902), + [anon_sym_impl] = ACTIONS(2902), + [anon_sym_let] = ACTIONS(2902), + [anon_sym_loop] = ACTIONS(2902), + [anon_sym_match] = ACTIONS(2902), + [anon_sym_mod] = ACTIONS(2902), + [anon_sym_pub] = ACTIONS(2902), + [anon_sym_return] = ACTIONS(2902), + [anon_sym_static] = ACTIONS(2902), + [anon_sym_struct] = ACTIONS(2902), + [anon_sym_trait] = ACTIONS(2902), + [anon_sym_type] = ACTIONS(2902), + [anon_sym_union] = ACTIONS(2902), + [anon_sym_unsafe] = ACTIONS(2902), + [anon_sym_use] = ACTIONS(2902), + [anon_sym_while] = ACTIONS(2902), + [anon_sym_extern] = ACTIONS(2902), + [anon_sym_yield] = ACTIONS(2902), + [anon_sym_move] = ACTIONS(2902), + [anon_sym_try] = ACTIONS(2902), + [sym_integer_literal] = ACTIONS(2900), + [aux_sym_string_literal_token1] = ACTIONS(2900), + [sym_char_literal] = ACTIONS(2900), + [anon_sym_true] = ACTIONS(2902), + [anon_sym_false] = ACTIONS(2902), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2902), + [sym_super] = ACTIONS(2902), + [sym_crate] = ACTIONS(2902), + [sym_metavariable] = ACTIONS(2900), + [sym__raw_string_literal_start] = ACTIONS(2900), + [sym_float_literal] = ACTIONS(2900), }, [STATE(748)] = { [sym_line_comment] = STATE(748), [sym_block_comment] = STATE(748), - [ts_builtin_sym_end] = ACTIONS(2913), - [sym_identifier] = ACTIONS(2915), - [anon_sym_SEMI] = ACTIONS(2913), - [anon_sym_macro_rules_BANG] = ACTIONS(2913), - [anon_sym_LPAREN] = ACTIONS(2913), - [anon_sym_LBRACK] = ACTIONS(2913), - [anon_sym_LBRACE] = ACTIONS(2913), - [anon_sym_RBRACE] = ACTIONS(2913), - [anon_sym_STAR] = ACTIONS(2913), - [anon_sym_u8] = ACTIONS(2915), - [anon_sym_i8] = ACTIONS(2915), - [anon_sym_u16] = ACTIONS(2915), - [anon_sym_i16] = ACTIONS(2915), - [anon_sym_u32] = ACTIONS(2915), - [anon_sym_i32] = ACTIONS(2915), - [anon_sym_u64] = ACTIONS(2915), - [anon_sym_i64] = ACTIONS(2915), - [anon_sym_u128] = ACTIONS(2915), - [anon_sym_i128] = ACTIONS(2915), - [anon_sym_isize] = ACTIONS(2915), - [anon_sym_usize] = ACTIONS(2915), - [anon_sym_f32] = ACTIONS(2915), - [anon_sym_f64] = ACTIONS(2915), - [anon_sym_bool] = ACTIONS(2915), - [anon_sym_str] = ACTIONS(2915), - [anon_sym_char] = ACTIONS(2915), - [anon_sym_DASH] = ACTIONS(2913), - [anon_sym_BANG] = ACTIONS(2913), - [anon_sym_AMP] = ACTIONS(2913), - [anon_sym_PIPE] = ACTIONS(2913), - [anon_sym_LT] = ACTIONS(2913), - [anon_sym_DOT_DOT] = ACTIONS(2913), - [anon_sym_COLON_COLON] = ACTIONS(2913), - [anon_sym_POUND] = ACTIONS(2913), - [anon_sym_SQUOTE] = ACTIONS(2915), - [anon_sym_async] = ACTIONS(2915), - [anon_sym_break] = ACTIONS(2915), - [anon_sym_const] = ACTIONS(2915), - [anon_sym_continue] = ACTIONS(2915), - [anon_sym_default] = ACTIONS(2915), - [anon_sym_enum] = ACTIONS(2915), - [anon_sym_fn] = ACTIONS(2915), - [anon_sym_for] = ACTIONS(2915), - [anon_sym_gen] = ACTIONS(2915), - [anon_sym_if] = ACTIONS(2915), - [anon_sym_impl] = ACTIONS(2915), - [anon_sym_let] = ACTIONS(2915), - [anon_sym_loop] = ACTIONS(2915), - [anon_sym_match] = ACTIONS(2915), - [anon_sym_mod] = ACTIONS(2915), - [anon_sym_pub] = ACTIONS(2915), - [anon_sym_return] = ACTIONS(2915), - [anon_sym_static] = ACTIONS(2915), - [anon_sym_struct] = ACTIONS(2915), - [anon_sym_trait] = ACTIONS(2915), - [anon_sym_type] = ACTIONS(2915), - [anon_sym_union] = ACTIONS(2915), - [anon_sym_unsafe] = ACTIONS(2915), - [anon_sym_use] = ACTIONS(2915), - [anon_sym_while] = ACTIONS(2915), - [anon_sym_extern] = ACTIONS(2915), - [anon_sym_yield] = ACTIONS(2915), - [anon_sym_move] = ACTIONS(2915), - [anon_sym_try] = ACTIONS(2915), - [sym_integer_literal] = ACTIONS(2913), - [aux_sym_string_literal_token1] = ACTIONS(2913), - [sym_char_literal] = ACTIONS(2913), - [anon_sym_true] = ACTIONS(2915), - [anon_sym_false] = ACTIONS(2915), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2915), - [sym_super] = ACTIONS(2915), - [sym_crate] = ACTIONS(2915), - [sym_metavariable] = ACTIONS(2913), - [sym__raw_string_literal_start] = ACTIONS(2913), - [sym_float_literal] = ACTIONS(2913), + [ts_builtin_sym_end] = ACTIONS(2904), + [sym_identifier] = ACTIONS(2906), + [anon_sym_SEMI] = ACTIONS(2904), + [anon_sym_macro_rules_BANG] = ACTIONS(2904), + [anon_sym_LPAREN] = ACTIONS(2904), + [anon_sym_LBRACK] = ACTIONS(2904), + [anon_sym_LBRACE] = ACTIONS(2904), + [anon_sym_RBRACE] = ACTIONS(2904), + [anon_sym_STAR] = ACTIONS(2904), + [anon_sym_u8] = ACTIONS(2906), + [anon_sym_i8] = ACTIONS(2906), + [anon_sym_u16] = ACTIONS(2906), + [anon_sym_i16] = ACTIONS(2906), + [anon_sym_u32] = ACTIONS(2906), + [anon_sym_i32] = ACTIONS(2906), + [anon_sym_u64] = ACTIONS(2906), + [anon_sym_i64] = ACTIONS(2906), + [anon_sym_u128] = ACTIONS(2906), + [anon_sym_i128] = ACTIONS(2906), + [anon_sym_isize] = ACTIONS(2906), + [anon_sym_usize] = ACTIONS(2906), + [anon_sym_f32] = ACTIONS(2906), + [anon_sym_f64] = ACTIONS(2906), + [anon_sym_bool] = ACTIONS(2906), + [anon_sym_str] = ACTIONS(2906), + [anon_sym_char] = ACTIONS(2906), + [anon_sym_DASH] = ACTIONS(2904), + [anon_sym_BANG] = ACTIONS(2904), + [anon_sym_AMP] = ACTIONS(2904), + [anon_sym_PIPE] = ACTIONS(2904), + [anon_sym_LT] = ACTIONS(2904), + [anon_sym_DOT_DOT] = ACTIONS(2904), + [anon_sym_COLON_COLON] = ACTIONS(2904), + [anon_sym_POUND] = ACTIONS(2904), + [anon_sym_SQUOTE] = ACTIONS(2906), + [anon_sym_async] = ACTIONS(2906), + [anon_sym_break] = ACTIONS(2906), + [anon_sym_const] = ACTIONS(2906), + [anon_sym_continue] = ACTIONS(2906), + [anon_sym_default] = ACTIONS(2906), + [anon_sym_enum] = ACTIONS(2906), + [anon_sym_fn] = ACTIONS(2906), + [anon_sym_for] = ACTIONS(2906), + [anon_sym_gen] = ACTIONS(2906), + [anon_sym_if] = ACTIONS(2906), + [anon_sym_impl] = ACTIONS(2906), + [anon_sym_let] = ACTIONS(2906), + [anon_sym_loop] = ACTIONS(2906), + [anon_sym_match] = ACTIONS(2906), + [anon_sym_mod] = ACTIONS(2906), + [anon_sym_pub] = ACTIONS(2906), + [anon_sym_return] = ACTIONS(2906), + [anon_sym_static] = ACTIONS(2906), + [anon_sym_struct] = ACTIONS(2906), + [anon_sym_trait] = ACTIONS(2906), + [anon_sym_type] = ACTIONS(2906), + [anon_sym_union] = ACTIONS(2906), + [anon_sym_unsafe] = ACTIONS(2906), + [anon_sym_use] = ACTIONS(2906), + [anon_sym_while] = ACTIONS(2906), + [anon_sym_extern] = ACTIONS(2906), + [anon_sym_yield] = ACTIONS(2906), + [anon_sym_move] = ACTIONS(2906), + [anon_sym_try] = ACTIONS(2906), + [sym_integer_literal] = ACTIONS(2904), + [aux_sym_string_literal_token1] = ACTIONS(2904), + [sym_char_literal] = ACTIONS(2904), + [anon_sym_true] = ACTIONS(2906), + [anon_sym_false] = ACTIONS(2906), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2906), + [sym_super] = ACTIONS(2906), + [sym_crate] = ACTIONS(2906), + [sym_metavariable] = ACTIONS(2904), + [sym__raw_string_literal_start] = ACTIONS(2904), + [sym_float_literal] = ACTIONS(2904), }, [STATE(749)] = { [sym_line_comment] = STATE(749), [sym_block_comment] = STATE(749), - [ts_builtin_sym_end] = ACTIONS(2917), - [sym_identifier] = ACTIONS(2919), - [anon_sym_SEMI] = ACTIONS(2917), - [anon_sym_macro_rules_BANG] = ACTIONS(2917), - [anon_sym_LPAREN] = ACTIONS(2917), - [anon_sym_LBRACK] = ACTIONS(2917), - [anon_sym_LBRACE] = ACTIONS(2917), - [anon_sym_RBRACE] = ACTIONS(2917), - [anon_sym_STAR] = ACTIONS(2917), - [anon_sym_u8] = ACTIONS(2919), - [anon_sym_i8] = ACTIONS(2919), - [anon_sym_u16] = ACTIONS(2919), - [anon_sym_i16] = ACTIONS(2919), - [anon_sym_u32] = ACTIONS(2919), - [anon_sym_i32] = ACTIONS(2919), - [anon_sym_u64] = ACTIONS(2919), - [anon_sym_i64] = ACTIONS(2919), - [anon_sym_u128] = ACTIONS(2919), - [anon_sym_i128] = ACTIONS(2919), - [anon_sym_isize] = ACTIONS(2919), - [anon_sym_usize] = ACTIONS(2919), - [anon_sym_f32] = ACTIONS(2919), - [anon_sym_f64] = ACTIONS(2919), - [anon_sym_bool] = ACTIONS(2919), - [anon_sym_str] = ACTIONS(2919), - [anon_sym_char] = ACTIONS(2919), - [anon_sym_DASH] = ACTIONS(2917), - [anon_sym_BANG] = ACTIONS(2917), - [anon_sym_AMP] = ACTIONS(2917), - [anon_sym_PIPE] = ACTIONS(2917), - [anon_sym_LT] = ACTIONS(2917), - [anon_sym_DOT_DOT] = ACTIONS(2917), - [anon_sym_COLON_COLON] = ACTIONS(2917), - [anon_sym_POUND] = ACTIONS(2917), - [anon_sym_SQUOTE] = ACTIONS(2919), - [anon_sym_async] = ACTIONS(2919), - [anon_sym_break] = ACTIONS(2919), - [anon_sym_const] = ACTIONS(2919), - [anon_sym_continue] = ACTIONS(2919), - [anon_sym_default] = ACTIONS(2919), - [anon_sym_enum] = ACTIONS(2919), - [anon_sym_fn] = ACTIONS(2919), - [anon_sym_for] = ACTIONS(2919), - [anon_sym_gen] = ACTIONS(2919), - [anon_sym_if] = ACTIONS(2919), - [anon_sym_impl] = ACTIONS(2919), - [anon_sym_let] = ACTIONS(2919), - [anon_sym_loop] = ACTIONS(2919), - [anon_sym_match] = ACTIONS(2919), - [anon_sym_mod] = ACTIONS(2919), - [anon_sym_pub] = ACTIONS(2919), - [anon_sym_return] = ACTIONS(2919), - [anon_sym_static] = ACTIONS(2919), - [anon_sym_struct] = ACTIONS(2919), - [anon_sym_trait] = ACTIONS(2919), - [anon_sym_type] = ACTIONS(2919), - [anon_sym_union] = ACTIONS(2919), - [anon_sym_unsafe] = ACTIONS(2919), - [anon_sym_use] = ACTIONS(2919), - [anon_sym_while] = ACTIONS(2919), - [anon_sym_extern] = ACTIONS(2919), - [anon_sym_yield] = ACTIONS(2919), - [anon_sym_move] = ACTIONS(2919), - [anon_sym_try] = ACTIONS(2919), - [sym_integer_literal] = ACTIONS(2917), - [aux_sym_string_literal_token1] = ACTIONS(2917), - [sym_char_literal] = ACTIONS(2917), - [anon_sym_true] = ACTIONS(2919), - [anon_sym_false] = ACTIONS(2919), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2919), - [sym_super] = ACTIONS(2919), - [sym_crate] = ACTIONS(2919), - [sym_metavariable] = ACTIONS(2917), - [sym__raw_string_literal_start] = ACTIONS(2917), - [sym_float_literal] = ACTIONS(2917), + [ts_builtin_sym_end] = ACTIONS(2908), + [sym_identifier] = ACTIONS(2910), + [anon_sym_SEMI] = ACTIONS(2908), + [anon_sym_macro_rules_BANG] = ACTIONS(2908), + [anon_sym_LPAREN] = ACTIONS(2908), + [anon_sym_LBRACK] = ACTIONS(2908), + [anon_sym_LBRACE] = ACTIONS(2908), + [anon_sym_RBRACE] = ACTIONS(2908), + [anon_sym_STAR] = ACTIONS(2908), + [anon_sym_u8] = ACTIONS(2910), + [anon_sym_i8] = ACTIONS(2910), + [anon_sym_u16] = ACTIONS(2910), + [anon_sym_i16] = ACTIONS(2910), + [anon_sym_u32] = ACTIONS(2910), + [anon_sym_i32] = ACTIONS(2910), + [anon_sym_u64] = ACTIONS(2910), + [anon_sym_i64] = ACTIONS(2910), + [anon_sym_u128] = ACTIONS(2910), + [anon_sym_i128] = ACTIONS(2910), + [anon_sym_isize] = ACTIONS(2910), + [anon_sym_usize] = ACTIONS(2910), + [anon_sym_f32] = ACTIONS(2910), + [anon_sym_f64] = ACTIONS(2910), + [anon_sym_bool] = ACTIONS(2910), + [anon_sym_str] = ACTIONS(2910), + [anon_sym_char] = ACTIONS(2910), + [anon_sym_DASH] = ACTIONS(2908), + [anon_sym_BANG] = ACTIONS(2908), + [anon_sym_AMP] = ACTIONS(2908), + [anon_sym_PIPE] = ACTIONS(2908), + [anon_sym_LT] = ACTIONS(2908), + [anon_sym_DOT_DOT] = ACTIONS(2908), + [anon_sym_COLON_COLON] = ACTIONS(2908), + [anon_sym_POUND] = ACTIONS(2908), + [anon_sym_SQUOTE] = ACTIONS(2910), + [anon_sym_async] = ACTIONS(2910), + [anon_sym_break] = ACTIONS(2910), + [anon_sym_const] = ACTIONS(2910), + [anon_sym_continue] = ACTIONS(2910), + [anon_sym_default] = ACTIONS(2910), + [anon_sym_enum] = ACTIONS(2910), + [anon_sym_fn] = ACTIONS(2910), + [anon_sym_for] = ACTIONS(2910), + [anon_sym_gen] = ACTIONS(2910), + [anon_sym_if] = ACTIONS(2910), + [anon_sym_impl] = ACTIONS(2910), + [anon_sym_let] = ACTIONS(2910), + [anon_sym_loop] = ACTIONS(2910), + [anon_sym_match] = ACTIONS(2910), + [anon_sym_mod] = ACTIONS(2910), + [anon_sym_pub] = ACTIONS(2910), + [anon_sym_return] = ACTIONS(2910), + [anon_sym_static] = ACTIONS(2910), + [anon_sym_struct] = ACTIONS(2910), + [anon_sym_trait] = ACTIONS(2910), + [anon_sym_type] = ACTIONS(2910), + [anon_sym_union] = ACTIONS(2910), + [anon_sym_unsafe] = ACTIONS(2910), + [anon_sym_use] = ACTIONS(2910), + [anon_sym_while] = ACTIONS(2910), + [anon_sym_extern] = ACTIONS(2910), + [anon_sym_yield] = ACTIONS(2910), + [anon_sym_move] = ACTIONS(2910), + [anon_sym_try] = ACTIONS(2910), + [sym_integer_literal] = ACTIONS(2908), + [aux_sym_string_literal_token1] = ACTIONS(2908), + [sym_char_literal] = ACTIONS(2908), + [anon_sym_true] = ACTIONS(2910), + [anon_sym_false] = ACTIONS(2910), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2910), + [sym_super] = ACTIONS(2910), + [sym_crate] = ACTIONS(2910), + [sym_metavariable] = ACTIONS(2908), + [sym__raw_string_literal_start] = ACTIONS(2908), + [sym_float_literal] = ACTIONS(2908), }, [STATE(750)] = { [sym_line_comment] = STATE(750), [sym_block_comment] = STATE(750), - [ts_builtin_sym_end] = ACTIONS(2921), - [sym_identifier] = ACTIONS(2923), - [anon_sym_SEMI] = ACTIONS(2921), - [anon_sym_macro_rules_BANG] = ACTIONS(2921), - [anon_sym_LPAREN] = ACTIONS(2921), - [anon_sym_LBRACK] = ACTIONS(2921), - [anon_sym_LBRACE] = ACTIONS(2921), - [anon_sym_RBRACE] = ACTIONS(2921), - [anon_sym_STAR] = ACTIONS(2921), - [anon_sym_u8] = ACTIONS(2923), - [anon_sym_i8] = ACTIONS(2923), - [anon_sym_u16] = ACTIONS(2923), - [anon_sym_i16] = ACTIONS(2923), - [anon_sym_u32] = ACTIONS(2923), - [anon_sym_i32] = ACTIONS(2923), - [anon_sym_u64] = ACTIONS(2923), - [anon_sym_i64] = ACTIONS(2923), - [anon_sym_u128] = ACTIONS(2923), - [anon_sym_i128] = ACTIONS(2923), - [anon_sym_isize] = ACTIONS(2923), - [anon_sym_usize] = ACTIONS(2923), - [anon_sym_f32] = ACTIONS(2923), - [anon_sym_f64] = ACTIONS(2923), - [anon_sym_bool] = ACTIONS(2923), - [anon_sym_str] = ACTIONS(2923), - [anon_sym_char] = ACTIONS(2923), - [anon_sym_DASH] = ACTIONS(2921), - [anon_sym_BANG] = ACTIONS(2921), - [anon_sym_AMP] = ACTIONS(2921), - [anon_sym_PIPE] = ACTIONS(2921), - [anon_sym_LT] = ACTIONS(2921), - [anon_sym_DOT_DOT] = ACTIONS(2921), - [anon_sym_COLON_COLON] = ACTIONS(2921), - [anon_sym_POUND] = ACTIONS(2921), - [anon_sym_SQUOTE] = ACTIONS(2923), - [anon_sym_async] = ACTIONS(2923), - [anon_sym_break] = ACTIONS(2923), - [anon_sym_const] = ACTIONS(2923), - [anon_sym_continue] = ACTIONS(2923), - [anon_sym_default] = ACTIONS(2923), - [anon_sym_enum] = ACTIONS(2923), - [anon_sym_fn] = ACTIONS(2923), - [anon_sym_for] = ACTIONS(2923), - [anon_sym_gen] = ACTIONS(2923), - [anon_sym_if] = ACTIONS(2923), - [anon_sym_impl] = ACTIONS(2923), - [anon_sym_let] = ACTIONS(2923), - [anon_sym_loop] = ACTIONS(2923), - [anon_sym_match] = ACTIONS(2923), - [anon_sym_mod] = ACTIONS(2923), - [anon_sym_pub] = ACTIONS(2923), - [anon_sym_return] = ACTIONS(2923), - [anon_sym_static] = ACTIONS(2923), - [anon_sym_struct] = ACTIONS(2923), - [anon_sym_trait] = ACTIONS(2923), - [anon_sym_type] = ACTIONS(2923), - [anon_sym_union] = ACTIONS(2923), - [anon_sym_unsafe] = ACTIONS(2923), - [anon_sym_use] = ACTIONS(2923), - [anon_sym_while] = ACTIONS(2923), - [anon_sym_extern] = ACTIONS(2923), - [anon_sym_yield] = ACTIONS(2923), - [anon_sym_move] = ACTIONS(2923), - [anon_sym_try] = ACTIONS(2923), - [sym_integer_literal] = ACTIONS(2921), - [aux_sym_string_literal_token1] = ACTIONS(2921), - [sym_char_literal] = ACTIONS(2921), - [anon_sym_true] = ACTIONS(2923), - [anon_sym_false] = ACTIONS(2923), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2923), - [sym_super] = ACTIONS(2923), - [sym_crate] = ACTIONS(2923), - [sym_metavariable] = ACTIONS(2921), - [sym__raw_string_literal_start] = ACTIONS(2921), - [sym_float_literal] = ACTIONS(2921), + [ts_builtin_sym_end] = ACTIONS(2912), + [sym_identifier] = ACTIONS(2914), + [anon_sym_SEMI] = ACTIONS(2912), + [anon_sym_macro_rules_BANG] = ACTIONS(2912), + [anon_sym_LPAREN] = ACTIONS(2912), + [anon_sym_LBRACK] = ACTIONS(2912), + [anon_sym_LBRACE] = ACTIONS(2912), + [anon_sym_RBRACE] = ACTIONS(2912), + [anon_sym_STAR] = ACTIONS(2912), + [anon_sym_u8] = ACTIONS(2914), + [anon_sym_i8] = ACTIONS(2914), + [anon_sym_u16] = ACTIONS(2914), + [anon_sym_i16] = ACTIONS(2914), + [anon_sym_u32] = ACTIONS(2914), + [anon_sym_i32] = ACTIONS(2914), + [anon_sym_u64] = ACTIONS(2914), + [anon_sym_i64] = ACTIONS(2914), + [anon_sym_u128] = ACTIONS(2914), + [anon_sym_i128] = ACTIONS(2914), + [anon_sym_isize] = ACTIONS(2914), + [anon_sym_usize] = ACTIONS(2914), + [anon_sym_f32] = ACTIONS(2914), + [anon_sym_f64] = ACTIONS(2914), + [anon_sym_bool] = ACTIONS(2914), + [anon_sym_str] = ACTIONS(2914), + [anon_sym_char] = ACTIONS(2914), + [anon_sym_DASH] = ACTIONS(2912), + [anon_sym_BANG] = ACTIONS(2912), + [anon_sym_AMP] = ACTIONS(2912), + [anon_sym_PIPE] = ACTIONS(2912), + [anon_sym_LT] = ACTIONS(2912), + [anon_sym_DOT_DOT] = ACTIONS(2912), + [anon_sym_COLON_COLON] = ACTIONS(2912), + [anon_sym_POUND] = ACTIONS(2912), + [anon_sym_SQUOTE] = ACTIONS(2914), + [anon_sym_async] = ACTIONS(2914), + [anon_sym_break] = ACTIONS(2914), + [anon_sym_const] = ACTIONS(2914), + [anon_sym_continue] = ACTIONS(2914), + [anon_sym_default] = ACTIONS(2914), + [anon_sym_enum] = ACTIONS(2914), + [anon_sym_fn] = ACTIONS(2914), + [anon_sym_for] = ACTIONS(2914), + [anon_sym_gen] = ACTIONS(2914), + [anon_sym_if] = ACTIONS(2914), + [anon_sym_impl] = ACTIONS(2914), + [anon_sym_let] = ACTIONS(2914), + [anon_sym_loop] = ACTIONS(2914), + [anon_sym_match] = ACTIONS(2914), + [anon_sym_mod] = ACTIONS(2914), + [anon_sym_pub] = ACTIONS(2914), + [anon_sym_return] = ACTIONS(2914), + [anon_sym_static] = ACTIONS(2914), + [anon_sym_struct] = ACTIONS(2914), + [anon_sym_trait] = ACTIONS(2914), + [anon_sym_type] = ACTIONS(2914), + [anon_sym_union] = ACTIONS(2914), + [anon_sym_unsafe] = ACTIONS(2914), + [anon_sym_use] = ACTIONS(2914), + [anon_sym_while] = ACTIONS(2914), + [anon_sym_extern] = ACTIONS(2914), + [anon_sym_yield] = ACTIONS(2914), + [anon_sym_move] = ACTIONS(2914), + [anon_sym_try] = ACTIONS(2914), + [sym_integer_literal] = ACTIONS(2912), + [aux_sym_string_literal_token1] = ACTIONS(2912), + [sym_char_literal] = ACTIONS(2912), + [anon_sym_true] = ACTIONS(2914), + [anon_sym_false] = ACTIONS(2914), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2914), + [sym_super] = ACTIONS(2914), + [sym_crate] = ACTIONS(2914), + [sym_metavariable] = ACTIONS(2912), + [sym__raw_string_literal_start] = ACTIONS(2912), + [sym_float_literal] = ACTIONS(2912), }, [STATE(751)] = { [sym_line_comment] = STATE(751), [sym_block_comment] = STATE(751), - [ts_builtin_sym_end] = ACTIONS(2925), - [sym_identifier] = ACTIONS(2927), - [anon_sym_SEMI] = ACTIONS(2925), - [anon_sym_macro_rules_BANG] = ACTIONS(2925), - [anon_sym_LPAREN] = ACTIONS(2925), - [anon_sym_LBRACK] = ACTIONS(2925), - [anon_sym_LBRACE] = ACTIONS(2925), - [anon_sym_RBRACE] = ACTIONS(2925), - [anon_sym_STAR] = ACTIONS(2925), - [anon_sym_u8] = ACTIONS(2927), - [anon_sym_i8] = ACTIONS(2927), - [anon_sym_u16] = ACTIONS(2927), - [anon_sym_i16] = ACTIONS(2927), - [anon_sym_u32] = ACTIONS(2927), - [anon_sym_i32] = ACTIONS(2927), - [anon_sym_u64] = ACTIONS(2927), - [anon_sym_i64] = ACTIONS(2927), - [anon_sym_u128] = ACTIONS(2927), - [anon_sym_i128] = ACTIONS(2927), - [anon_sym_isize] = ACTIONS(2927), - [anon_sym_usize] = ACTIONS(2927), - [anon_sym_f32] = ACTIONS(2927), - [anon_sym_f64] = ACTIONS(2927), - [anon_sym_bool] = ACTIONS(2927), - [anon_sym_str] = ACTIONS(2927), - [anon_sym_char] = ACTIONS(2927), - [anon_sym_DASH] = ACTIONS(2925), - [anon_sym_BANG] = ACTIONS(2925), - [anon_sym_AMP] = ACTIONS(2925), - [anon_sym_PIPE] = ACTIONS(2925), - [anon_sym_LT] = ACTIONS(2925), - [anon_sym_DOT_DOT] = ACTIONS(2925), - [anon_sym_COLON_COLON] = ACTIONS(2925), - [anon_sym_POUND] = ACTIONS(2925), - [anon_sym_SQUOTE] = ACTIONS(2927), - [anon_sym_async] = ACTIONS(2927), - [anon_sym_break] = ACTIONS(2927), - [anon_sym_const] = ACTIONS(2927), - [anon_sym_continue] = ACTIONS(2927), - [anon_sym_default] = ACTIONS(2927), - [anon_sym_enum] = ACTIONS(2927), - [anon_sym_fn] = ACTIONS(2927), - [anon_sym_for] = ACTIONS(2927), - [anon_sym_gen] = ACTIONS(2927), - [anon_sym_if] = ACTIONS(2927), - [anon_sym_impl] = ACTIONS(2927), - [anon_sym_let] = ACTIONS(2927), - [anon_sym_loop] = ACTIONS(2927), - [anon_sym_match] = ACTIONS(2927), - [anon_sym_mod] = ACTIONS(2927), - [anon_sym_pub] = ACTIONS(2927), - [anon_sym_return] = ACTIONS(2927), - [anon_sym_static] = ACTIONS(2927), - [anon_sym_struct] = ACTIONS(2927), - [anon_sym_trait] = ACTIONS(2927), - [anon_sym_type] = ACTIONS(2927), - [anon_sym_union] = ACTIONS(2927), - [anon_sym_unsafe] = ACTIONS(2927), - [anon_sym_use] = ACTIONS(2927), - [anon_sym_while] = ACTIONS(2927), - [anon_sym_extern] = ACTIONS(2927), - [anon_sym_yield] = ACTIONS(2927), - [anon_sym_move] = ACTIONS(2927), - [anon_sym_try] = ACTIONS(2927), - [sym_integer_literal] = ACTIONS(2925), - [aux_sym_string_literal_token1] = ACTIONS(2925), - [sym_char_literal] = ACTIONS(2925), - [anon_sym_true] = ACTIONS(2927), - [anon_sym_false] = ACTIONS(2927), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2927), - [sym_super] = ACTIONS(2927), - [sym_crate] = ACTIONS(2927), - [sym_metavariable] = ACTIONS(2925), - [sym__raw_string_literal_start] = ACTIONS(2925), - [sym_float_literal] = ACTIONS(2925), + [ts_builtin_sym_end] = ACTIONS(2916), + [sym_identifier] = ACTIONS(2918), + [anon_sym_SEMI] = ACTIONS(2916), + [anon_sym_macro_rules_BANG] = ACTIONS(2916), + [anon_sym_LPAREN] = ACTIONS(2916), + [anon_sym_LBRACK] = ACTIONS(2916), + [anon_sym_LBRACE] = ACTIONS(2916), + [anon_sym_RBRACE] = ACTIONS(2916), + [anon_sym_STAR] = ACTIONS(2916), + [anon_sym_u8] = ACTIONS(2918), + [anon_sym_i8] = ACTIONS(2918), + [anon_sym_u16] = ACTIONS(2918), + [anon_sym_i16] = ACTIONS(2918), + [anon_sym_u32] = ACTIONS(2918), + [anon_sym_i32] = ACTIONS(2918), + [anon_sym_u64] = ACTIONS(2918), + [anon_sym_i64] = ACTIONS(2918), + [anon_sym_u128] = ACTIONS(2918), + [anon_sym_i128] = ACTIONS(2918), + [anon_sym_isize] = ACTIONS(2918), + [anon_sym_usize] = ACTIONS(2918), + [anon_sym_f32] = ACTIONS(2918), + [anon_sym_f64] = ACTIONS(2918), + [anon_sym_bool] = ACTIONS(2918), + [anon_sym_str] = ACTIONS(2918), + [anon_sym_char] = ACTIONS(2918), + [anon_sym_DASH] = ACTIONS(2916), + [anon_sym_BANG] = ACTIONS(2916), + [anon_sym_AMP] = ACTIONS(2916), + [anon_sym_PIPE] = ACTIONS(2916), + [anon_sym_LT] = ACTIONS(2916), + [anon_sym_DOT_DOT] = ACTIONS(2916), + [anon_sym_COLON_COLON] = ACTIONS(2916), + [anon_sym_POUND] = ACTIONS(2916), + [anon_sym_SQUOTE] = ACTIONS(2918), + [anon_sym_async] = ACTIONS(2918), + [anon_sym_break] = ACTIONS(2918), + [anon_sym_const] = ACTIONS(2918), + [anon_sym_continue] = ACTIONS(2918), + [anon_sym_default] = ACTIONS(2918), + [anon_sym_enum] = ACTIONS(2918), + [anon_sym_fn] = ACTIONS(2918), + [anon_sym_for] = ACTIONS(2918), + [anon_sym_gen] = ACTIONS(2918), + [anon_sym_if] = ACTIONS(2918), + [anon_sym_impl] = ACTIONS(2918), + [anon_sym_let] = ACTIONS(2918), + [anon_sym_loop] = ACTIONS(2918), + [anon_sym_match] = ACTIONS(2918), + [anon_sym_mod] = ACTIONS(2918), + [anon_sym_pub] = ACTIONS(2918), + [anon_sym_return] = ACTIONS(2918), + [anon_sym_static] = ACTIONS(2918), + [anon_sym_struct] = ACTIONS(2918), + [anon_sym_trait] = ACTIONS(2918), + [anon_sym_type] = ACTIONS(2918), + [anon_sym_union] = ACTIONS(2918), + [anon_sym_unsafe] = ACTIONS(2918), + [anon_sym_use] = ACTIONS(2918), + [anon_sym_while] = ACTIONS(2918), + [anon_sym_extern] = ACTIONS(2918), + [anon_sym_yield] = ACTIONS(2918), + [anon_sym_move] = ACTIONS(2918), + [anon_sym_try] = ACTIONS(2918), + [sym_integer_literal] = ACTIONS(2916), + [aux_sym_string_literal_token1] = ACTIONS(2916), + [sym_char_literal] = ACTIONS(2916), + [anon_sym_true] = ACTIONS(2918), + [anon_sym_false] = ACTIONS(2918), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2918), + [sym_super] = ACTIONS(2918), + [sym_crate] = ACTIONS(2918), + [sym_metavariable] = ACTIONS(2916), + [sym__raw_string_literal_start] = ACTIONS(2916), + [sym_float_literal] = ACTIONS(2916), }, [STATE(752)] = { [sym_line_comment] = STATE(752), [sym_block_comment] = STATE(752), - [ts_builtin_sym_end] = ACTIONS(2929), - [sym_identifier] = ACTIONS(2931), - [anon_sym_SEMI] = ACTIONS(2929), - [anon_sym_macro_rules_BANG] = ACTIONS(2929), - [anon_sym_LPAREN] = ACTIONS(2929), - [anon_sym_LBRACK] = ACTIONS(2929), - [anon_sym_LBRACE] = ACTIONS(2929), - [anon_sym_RBRACE] = ACTIONS(2929), - [anon_sym_STAR] = ACTIONS(2929), - [anon_sym_u8] = ACTIONS(2931), - [anon_sym_i8] = ACTIONS(2931), - [anon_sym_u16] = ACTIONS(2931), - [anon_sym_i16] = ACTIONS(2931), - [anon_sym_u32] = ACTIONS(2931), - [anon_sym_i32] = ACTIONS(2931), - [anon_sym_u64] = ACTIONS(2931), - [anon_sym_i64] = ACTIONS(2931), - [anon_sym_u128] = ACTIONS(2931), - [anon_sym_i128] = ACTIONS(2931), - [anon_sym_isize] = ACTIONS(2931), - [anon_sym_usize] = ACTIONS(2931), - [anon_sym_f32] = ACTIONS(2931), - [anon_sym_f64] = ACTIONS(2931), - [anon_sym_bool] = ACTIONS(2931), - [anon_sym_str] = ACTIONS(2931), - [anon_sym_char] = ACTIONS(2931), - [anon_sym_DASH] = ACTIONS(2929), - [anon_sym_BANG] = ACTIONS(2929), - [anon_sym_AMP] = ACTIONS(2929), - [anon_sym_PIPE] = ACTIONS(2929), - [anon_sym_LT] = ACTIONS(2929), - [anon_sym_DOT_DOT] = ACTIONS(2929), - [anon_sym_COLON_COLON] = ACTIONS(2929), - [anon_sym_POUND] = ACTIONS(2929), - [anon_sym_SQUOTE] = ACTIONS(2931), - [anon_sym_async] = ACTIONS(2931), - [anon_sym_break] = ACTIONS(2931), - [anon_sym_const] = ACTIONS(2931), - [anon_sym_continue] = ACTIONS(2931), - [anon_sym_default] = ACTIONS(2931), - [anon_sym_enum] = ACTIONS(2931), - [anon_sym_fn] = ACTIONS(2931), - [anon_sym_for] = ACTIONS(2931), - [anon_sym_gen] = ACTIONS(2931), - [anon_sym_if] = ACTIONS(2931), - [anon_sym_impl] = ACTIONS(2931), - [anon_sym_let] = ACTIONS(2931), - [anon_sym_loop] = ACTIONS(2931), - [anon_sym_match] = ACTIONS(2931), - [anon_sym_mod] = ACTIONS(2931), - [anon_sym_pub] = ACTIONS(2931), - [anon_sym_return] = ACTIONS(2931), - [anon_sym_static] = ACTIONS(2931), - [anon_sym_struct] = ACTIONS(2931), - [anon_sym_trait] = ACTIONS(2931), - [anon_sym_type] = ACTIONS(2931), - [anon_sym_union] = ACTIONS(2931), - [anon_sym_unsafe] = ACTIONS(2931), - [anon_sym_use] = ACTIONS(2931), - [anon_sym_while] = ACTIONS(2931), - [anon_sym_extern] = ACTIONS(2931), - [anon_sym_yield] = ACTIONS(2931), - [anon_sym_move] = ACTIONS(2931), - [anon_sym_try] = ACTIONS(2931), - [sym_integer_literal] = ACTIONS(2929), - [aux_sym_string_literal_token1] = ACTIONS(2929), - [sym_char_literal] = ACTIONS(2929), - [anon_sym_true] = ACTIONS(2931), - [anon_sym_false] = ACTIONS(2931), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2931), - [sym_super] = ACTIONS(2931), - [sym_crate] = ACTIONS(2931), - [sym_metavariable] = ACTIONS(2929), - [sym__raw_string_literal_start] = ACTIONS(2929), - [sym_float_literal] = ACTIONS(2929), + [ts_builtin_sym_end] = ACTIONS(2920), + [sym_identifier] = ACTIONS(2922), + [anon_sym_SEMI] = ACTIONS(2920), + [anon_sym_macro_rules_BANG] = ACTIONS(2920), + [anon_sym_LPAREN] = ACTIONS(2920), + [anon_sym_LBRACK] = ACTIONS(2920), + [anon_sym_LBRACE] = ACTIONS(2920), + [anon_sym_RBRACE] = ACTIONS(2920), + [anon_sym_STAR] = ACTIONS(2920), + [anon_sym_u8] = ACTIONS(2922), + [anon_sym_i8] = ACTIONS(2922), + [anon_sym_u16] = ACTIONS(2922), + [anon_sym_i16] = ACTIONS(2922), + [anon_sym_u32] = ACTIONS(2922), + [anon_sym_i32] = ACTIONS(2922), + [anon_sym_u64] = ACTIONS(2922), + [anon_sym_i64] = ACTIONS(2922), + [anon_sym_u128] = ACTIONS(2922), + [anon_sym_i128] = ACTIONS(2922), + [anon_sym_isize] = ACTIONS(2922), + [anon_sym_usize] = ACTIONS(2922), + [anon_sym_f32] = ACTIONS(2922), + [anon_sym_f64] = ACTIONS(2922), + [anon_sym_bool] = ACTIONS(2922), + [anon_sym_str] = ACTIONS(2922), + [anon_sym_char] = ACTIONS(2922), + [anon_sym_DASH] = ACTIONS(2920), + [anon_sym_BANG] = ACTIONS(2920), + [anon_sym_AMP] = ACTIONS(2920), + [anon_sym_PIPE] = ACTIONS(2920), + [anon_sym_LT] = ACTIONS(2920), + [anon_sym_DOT_DOT] = ACTIONS(2920), + [anon_sym_COLON_COLON] = ACTIONS(2920), + [anon_sym_POUND] = ACTIONS(2920), + [anon_sym_SQUOTE] = ACTIONS(2922), + [anon_sym_async] = ACTIONS(2922), + [anon_sym_break] = ACTIONS(2922), + [anon_sym_const] = ACTIONS(2922), + [anon_sym_continue] = ACTIONS(2922), + [anon_sym_default] = ACTIONS(2922), + [anon_sym_enum] = ACTIONS(2922), + [anon_sym_fn] = ACTIONS(2922), + [anon_sym_for] = ACTIONS(2922), + [anon_sym_gen] = ACTIONS(2922), + [anon_sym_if] = ACTIONS(2922), + [anon_sym_impl] = ACTIONS(2922), + [anon_sym_let] = ACTIONS(2922), + [anon_sym_loop] = ACTIONS(2922), + [anon_sym_match] = ACTIONS(2922), + [anon_sym_mod] = ACTIONS(2922), + [anon_sym_pub] = ACTIONS(2922), + [anon_sym_return] = ACTIONS(2922), + [anon_sym_static] = ACTIONS(2922), + [anon_sym_struct] = ACTIONS(2922), + [anon_sym_trait] = ACTIONS(2922), + [anon_sym_type] = ACTIONS(2922), + [anon_sym_union] = ACTIONS(2922), + [anon_sym_unsafe] = ACTIONS(2922), + [anon_sym_use] = ACTIONS(2922), + [anon_sym_while] = ACTIONS(2922), + [anon_sym_extern] = ACTIONS(2922), + [anon_sym_yield] = ACTIONS(2922), + [anon_sym_move] = ACTIONS(2922), + [anon_sym_try] = ACTIONS(2922), + [sym_integer_literal] = ACTIONS(2920), + [aux_sym_string_literal_token1] = ACTIONS(2920), + [sym_char_literal] = ACTIONS(2920), + [anon_sym_true] = ACTIONS(2922), + [anon_sym_false] = ACTIONS(2922), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2922), + [sym_super] = ACTIONS(2922), + [sym_crate] = ACTIONS(2922), + [sym_metavariable] = ACTIONS(2920), + [sym__raw_string_literal_start] = ACTIONS(2920), + [sym_float_literal] = ACTIONS(2920), }, [STATE(753)] = { [sym_line_comment] = STATE(753), [sym_block_comment] = STATE(753), - [ts_builtin_sym_end] = ACTIONS(2933), - [sym_identifier] = ACTIONS(2935), - [anon_sym_SEMI] = ACTIONS(2933), - [anon_sym_macro_rules_BANG] = ACTIONS(2933), - [anon_sym_LPAREN] = ACTIONS(2933), - [anon_sym_LBRACK] = ACTIONS(2933), - [anon_sym_LBRACE] = ACTIONS(2933), - [anon_sym_RBRACE] = ACTIONS(2933), - [anon_sym_STAR] = ACTIONS(2933), - [anon_sym_u8] = ACTIONS(2935), - [anon_sym_i8] = ACTIONS(2935), - [anon_sym_u16] = ACTIONS(2935), - [anon_sym_i16] = ACTIONS(2935), - [anon_sym_u32] = ACTIONS(2935), - [anon_sym_i32] = ACTIONS(2935), - [anon_sym_u64] = ACTIONS(2935), - [anon_sym_i64] = ACTIONS(2935), - [anon_sym_u128] = ACTIONS(2935), - [anon_sym_i128] = ACTIONS(2935), - [anon_sym_isize] = ACTIONS(2935), - [anon_sym_usize] = ACTIONS(2935), - [anon_sym_f32] = ACTIONS(2935), - [anon_sym_f64] = ACTIONS(2935), - [anon_sym_bool] = ACTIONS(2935), - [anon_sym_str] = ACTIONS(2935), - [anon_sym_char] = ACTIONS(2935), - [anon_sym_DASH] = ACTIONS(2933), - [anon_sym_BANG] = ACTIONS(2933), - [anon_sym_AMP] = ACTIONS(2933), - [anon_sym_PIPE] = ACTIONS(2933), - [anon_sym_LT] = ACTIONS(2933), - [anon_sym_DOT_DOT] = ACTIONS(2933), - [anon_sym_COLON_COLON] = ACTIONS(2933), - [anon_sym_POUND] = ACTIONS(2933), - [anon_sym_SQUOTE] = ACTIONS(2935), - [anon_sym_async] = ACTIONS(2935), - [anon_sym_break] = ACTIONS(2935), - [anon_sym_const] = ACTIONS(2935), - [anon_sym_continue] = ACTIONS(2935), - [anon_sym_default] = ACTIONS(2935), - [anon_sym_enum] = ACTIONS(2935), - [anon_sym_fn] = ACTIONS(2935), - [anon_sym_for] = ACTIONS(2935), - [anon_sym_gen] = ACTIONS(2935), - [anon_sym_if] = ACTIONS(2935), - [anon_sym_impl] = ACTIONS(2935), - [anon_sym_let] = ACTIONS(2935), - [anon_sym_loop] = ACTIONS(2935), - [anon_sym_match] = ACTIONS(2935), - [anon_sym_mod] = ACTIONS(2935), - [anon_sym_pub] = ACTIONS(2935), - [anon_sym_return] = ACTIONS(2935), - [anon_sym_static] = ACTIONS(2935), - [anon_sym_struct] = ACTIONS(2935), - [anon_sym_trait] = ACTIONS(2935), - [anon_sym_type] = ACTIONS(2935), - [anon_sym_union] = ACTIONS(2935), - [anon_sym_unsafe] = ACTIONS(2935), - [anon_sym_use] = ACTIONS(2935), - [anon_sym_while] = ACTIONS(2935), - [anon_sym_extern] = ACTIONS(2935), - [anon_sym_yield] = ACTIONS(2935), - [anon_sym_move] = ACTIONS(2935), - [anon_sym_try] = ACTIONS(2935), - [sym_integer_literal] = ACTIONS(2933), - [aux_sym_string_literal_token1] = ACTIONS(2933), - [sym_char_literal] = ACTIONS(2933), - [anon_sym_true] = ACTIONS(2935), - [anon_sym_false] = ACTIONS(2935), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2935), - [sym_super] = ACTIONS(2935), - [sym_crate] = ACTIONS(2935), - [sym_metavariable] = ACTIONS(2933), - [sym__raw_string_literal_start] = ACTIONS(2933), - [sym_float_literal] = ACTIONS(2933), + [ts_builtin_sym_end] = ACTIONS(2924), + [sym_identifier] = ACTIONS(2926), + [anon_sym_SEMI] = ACTIONS(2924), + [anon_sym_macro_rules_BANG] = ACTIONS(2924), + [anon_sym_LPAREN] = ACTIONS(2924), + [anon_sym_LBRACK] = ACTIONS(2924), + [anon_sym_LBRACE] = ACTIONS(2924), + [anon_sym_RBRACE] = ACTIONS(2924), + [anon_sym_STAR] = ACTIONS(2924), + [anon_sym_u8] = ACTIONS(2926), + [anon_sym_i8] = ACTIONS(2926), + [anon_sym_u16] = ACTIONS(2926), + [anon_sym_i16] = ACTIONS(2926), + [anon_sym_u32] = ACTIONS(2926), + [anon_sym_i32] = ACTIONS(2926), + [anon_sym_u64] = ACTIONS(2926), + [anon_sym_i64] = ACTIONS(2926), + [anon_sym_u128] = ACTIONS(2926), + [anon_sym_i128] = ACTIONS(2926), + [anon_sym_isize] = ACTIONS(2926), + [anon_sym_usize] = ACTIONS(2926), + [anon_sym_f32] = ACTIONS(2926), + [anon_sym_f64] = ACTIONS(2926), + [anon_sym_bool] = ACTIONS(2926), + [anon_sym_str] = ACTIONS(2926), + [anon_sym_char] = ACTIONS(2926), + [anon_sym_DASH] = ACTIONS(2924), + [anon_sym_BANG] = ACTIONS(2924), + [anon_sym_AMP] = ACTIONS(2924), + [anon_sym_PIPE] = ACTIONS(2924), + [anon_sym_LT] = ACTIONS(2924), + [anon_sym_DOT_DOT] = ACTIONS(2924), + [anon_sym_COLON_COLON] = ACTIONS(2924), + [anon_sym_POUND] = ACTIONS(2924), + [anon_sym_SQUOTE] = ACTIONS(2926), + [anon_sym_async] = ACTIONS(2926), + [anon_sym_break] = ACTIONS(2926), + [anon_sym_const] = ACTIONS(2926), + [anon_sym_continue] = ACTIONS(2926), + [anon_sym_default] = ACTIONS(2926), + [anon_sym_enum] = ACTIONS(2926), + [anon_sym_fn] = ACTIONS(2926), + [anon_sym_for] = ACTIONS(2926), + [anon_sym_gen] = ACTIONS(2926), + [anon_sym_if] = ACTIONS(2926), + [anon_sym_impl] = ACTIONS(2926), + [anon_sym_let] = ACTIONS(2926), + [anon_sym_loop] = ACTIONS(2926), + [anon_sym_match] = ACTIONS(2926), + [anon_sym_mod] = ACTIONS(2926), + [anon_sym_pub] = ACTIONS(2926), + [anon_sym_return] = ACTIONS(2926), + [anon_sym_static] = ACTIONS(2926), + [anon_sym_struct] = ACTIONS(2926), + [anon_sym_trait] = ACTIONS(2926), + [anon_sym_type] = ACTIONS(2926), + [anon_sym_union] = ACTIONS(2926), + [anon_sym_unsafe] = ACTIONS(2926), + [anon_sym_use] = ACTIONS(2926), + [anon_sym_while] = ACTIONS(2926), + [anon_sym_extern] = ACTIONS(2926), + [anon_sym_yield] = ACTIONS(2926), + [anon_sym_move] = ACTIONS(2926), + [anon_sym_try] = ACTIONS(2926), + [sym_integer_literal] = ACTIONS(2924), + [aux_sym_string_literal_token1] = ACTIONS(2924), + [sym_char_literal] = ACTIONS(2924), + [anon_sym_true] = ACTIONS(2926), + [anon_sym_false] = ACTIONS(2926), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2926), + [sym_super] = ACTIONS(2926), + [sym_crate] = ACTIONS(2926), + [sym_metavariable] = ACTIONS(2924), + [sym__raw_string_literal_start] = ACTIONS(2924), + [sym_float_literal] = ACTIONS(2924), }, [STATE(754)] = { [sym_line_comment] = STATE(754), [sym_block_comment] = STATE(754), - [ts_builtin_sym_end] = ACTIONS(2937), - [sym_identifier] = ACTIONS(2939), - [anon_sym_SEMI] = ACTIONS(2937), - [anon_sym_macro_rules_BANG] = ACTIONS(2937), - [anon_sym_LPAREN] = ACTIONS(2937), - [anon_sym_LBRACK] = ACTIONS(2937), - [anon_sym_LBRACE] = ACTIONS(2937), - [anon_sym_RBRACE] = ACTIONS(2937), - [anon_sym_STAR] = ACTIONS(2937), - [anon_sym_u8] = ACTIONS(2939), - [anon_sym_i8] = ACTIONS(2939), - [anon_sym_u16] = ACTIONS(2939), - [anon_sym_i16] = ACTIONS(2939), - [anon_sym_u32] = ACTIONS(2939), - [anon_sym_i32] = ACTIONS(2939), - [anon_sym_u64] = ACTIONS(2939), - [anon_sym_i64] = ACTIONS(2939), - [anon_sym_u128] = ACTIONS(2939), - [anon_sym_i128] = ACTIONS(2939), - [anon_sym_isize] = ACTIONS(2939), - [anon_sym_usize] = ACTIONS(2939), - [anon_sym_f32] = ACTIONS(2939), - [anon_sym_f64] = ACTIONS(2939), - [anon_sym_bool] = ACTIONS(2939), - [anon_sym_str] = ACTIONS(2939), - [anon_sym_char] = ACTIONS(2939), - [anon_sym_DASH] = ACTIONS(2937), - [anon_sym_BANG] = ACTIONS(2937), - [anon_sym_AMP] = ACTIONS(2937), - [anon_sym_PIPE] = ACTIONS(2937), - [anon_sym_LT] = ACTIONS(2937), - [anon_sym_DOT_DOT] = ACTIONS(2937), - [anon_sym_COLON_COLON] = ACTIONS(2937), - [anon_sym_POUND] = ACTIONS(2937), - [anon_sym_SQUOTE] = ACTIONS(2939), - [anon_sym_async] = ACTIONS(2939), - [anon_sym_break] = ACTIONS(2939), - [anon_sym_const] = ACTIONS(2939), - [anon_sym_continue] = ACTIONS(2939), - [anon_sym_default] = ACTIONS(2939), - [anon_sym_enum] = ACTIONS(2939), - [anon_sym_fn] = ACTIONS(2939), - [anon_sym_for] = ACTIONS(2939), - [anon_sym_gen] = ACTIONS(2939), - [anon_sym_if] = ACTIONS(2939), - [anon_sym_impl] = ACTIONS(2939), - [anon_sym_let] = ACTIONS(2939), - [anon_sym_loop] = ACTIONS(2939), - [anon_sym_match] = ACTIONS(2939), - [anon_sym_mod] = ACTIONS(2939), - [anon_sym_pub] = ACTIONS(2939), - [anon_sym_return] = ACTIONS(2939), - [anon_sym_static] = ACTIONS(2939), - [anon_sym_struct] = ACTIONS(2939), - [anon_sym_trait] = ACTIONS(2939), - [anon_sym_type] = ACTIONS(2939), - [anon_sym_union] = ACTIONS(2939), - [anon_sym_unsafe] = ACTIONS(2939), - [anon_sym_use] = ACTIONS(2939), - [anon_sym_while] = ACTIONS(2939), - [anon_sym_extern] = ACTIONS(2939), - [anon_sym_yield] = ACTIONS(2939), - [anon_sym_move] = ACTIONS(2939), - [anon_sym_try] = ACTIONS(2939), - [sym_integer_literal] = ACTIONS(2937), - [aux_sym_string_literal_token1] = ACTIONS(2937), - [sym_char_literal] = ACTIONS(2937), - [anon_sym_true] = ACTIONS(2939), - [anon_sym_false] = ACTIONS(2939), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2939), - [sym_super] = ACTIONS(2939), - [sym_crate] = ACTIONS(2939), - [sym_metavariable] = ACTIONS(2937), - [sym__raw_string_literal_start] = ACTIONS(2937), - [sym_float_literal] = ACTIONS(2937), + [ts_builtin_sym_end] = ACTIONS(2928), + [sym_identifier] = ACTIONS(2930), + [anon_sym_SEMI] = ACTIONS(2928), + [anon_sym_macro_rules_BANG] = ACTIONS(2928), + [anon_sym_LPAREN] = ACTIONS(2928), + [anon_sym_LBRACK] = ACTIONS(2928), + [anon_sym_LBRACE] = ACTIONS(2928), + [anon_sym_RBRACE] = ACTIONS(2928), + [anon_sym_STAR] = ACTIONS(2928), + [anon_sym_u8] = ACTIONS(2930), + [anon_sym_i8] = ACTIONS(2930), + [anon_sym_u16] = ACTIONS(2930), + [anon_sym_i16] = ACTIONS(2930), + [anon_sym_u32] = ACTIONS(2930), + [anon_sym_i32] = ACTIONS(2930), + [anon_sym_u64] = ACTIONS(2930), + [anon_sym_i64] = ACTIONS(2930), + [anon_sym_u128] = ACTIONS(2930), + [anon_sym_i128] = ACTIONS(2930), + [anon_sym_isize] = ACTIONS(2930), + [anon_sym_usize] = ACTIONS(2930), + [anon_sym_f32] = ACTIONS(2930), + [anon_sym_f64] = ACTIONS(2930), + [anon_sym_bool] = ACTIONS(2930), + [anon_sym_str] = ACTIONS(2930), + [anon_sym_char] = ACTIONS(2930), + [anon_sym_DASH] = ACTIONS(2928), + [anon_sym_BANG] = ACTIONS(2928), + [anon_sym_AMP] = ACTIONS(2928), + [anon_sym_PIPE] = ACTIONS(2928), + [anon_sym_LT] = ACTIONS(2928), + [anon_sym_DOT_DOT] = ACTIONS(2928), + [anon_sym_COLON_COLON] = ACTIONS(2928), + [anon_sym_POUND] = ACTIONS(2928), + [anon_sym_SQUOTE] = ACTIONS(2930), + [anon_sym_async] = ACTIONS(2930), + [anon_sym_break] = ACTIONS(2930), + [anon_sym_const] = ACTIONS(2930), + [anon_sym_continue] = ACTIONS(2930), + [anon_sym_default] = ACTIONS(2930), + [anon_sym_enum] = ACTIONS(2930), + [anon_sym_fn] = ACTIONS(2930), + [anon_sym_for] = ACTIONS(2930), + [anon_sym_gen] = ACTIONS(2930), + [anon_sym_if] = ACTIONS(2930), + [anon_sym_impl] = ACTIONS(2930), + [anon_sym_let] = ACTIONS(2930), + [anon_sym_loop] = ACTIONS(2930), + [anon_sym_match] = ACTIONS(2930), + [anon_sym_mod] = ACTIONS(2930), + [anon_sym_pub] = ACTIONS(2930), + [anon_sym_return] = ACTIONS(2930), + [anon_sym_static] = ACTIONS(2930), + [anon_sym_struct] = ACTIONS(2930), + [anon_sym_trait] = ACTIONS(2930), + [anon_sym_type] = ACTIONS(2930), + [anon_sym_union] = ACTIONS(2930), + [anon_sym_unsafe] = ACTIONS(2930), + [anon_sym_use] = ACTIONS(2930), + [anon_sym_while] = ACTIONS(2930), + [anon_sym_extern] = ACTIONS(2930), + [anon_sym_yield] = ACTIONS(2930), + [anon_sym_move] = ACTIONS(2930), + [anon_sym_try] = ACTIONS(2930), + [sym_integer_literal] = ACTIONS(2928), + [aux_sym_string_literal_token1] = ACTIONS(2928), + [sym_char_literal] = ACTIONS(2928), + [anon_sym_true] = ACTIONS(2930), + [anon_sym_false] = ACTIONS(2930), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2930), + [sym_super] = ACTIONS(2930), + [sym_crate] = ACTIONS(2930), + [sym_metavariable] = ACTIONS(2928), + [sym__raw_string_literal_start] = ACTIONS(2928), + [sym_float_literal] = ACTIONS(2928), }, [STATE(755)] = { [sym_line_comment] = STATE(755), [sym_block_comment] = STATE(755), - [ts_builtin_sym_end] = ACTIONS(2941), - [sym_identifier] = ACTIONS(2943), - [anon_sym_SEMI] = ACTIONS(2941), - [anon_sym_macro_rules_BANG] = ACTIONS(2941), - [anon_sym_LPAREN] = ACTIONS(2941), - [anon_sym_LBRACK] = ACTIONS(2941), - [anon_sym_LBRACE] = ACTIONS(2941), - [anon_sym_RBRACE] = ACTIONS(2941), - [anon_sym_STAR] = ACTIONS(2941), - [anon_sym_u8] = ACTIONS(2943), - [anon_sym_i8] = ACTIONS(2943), - [anon_sym_u16] = ACTIONS(2943), - [anon_sym_i16] = ACTIONS(2943), - [anon_sym_u32] = ACTIONS(2943), - [anon_sym_i32] = ACTIONS(2943), - [anon_sym_u64] = ACTIONS(2943), - [anon_sym_i64] = ACTIONS(2943), - [anon_sym_u128] = ACTIONS(2943), - [anon_sym_i128] = ACTIONS(2943), - [anon_sym_isize] = ACTIONS(2943), - [anon_sym_usize] = ACTIONS(2943), - [anon_sym_f32] = ACTIONS(2943), - [anon_sym_f64] = ACTIONS(2943), - [anon_sym_bool] = ACTIONS(2943), - [anon_sym_str] = ACTIONS(2943), - [anon_sym_char] = ACTIONS(2943), - [anon_sym_DASH] = ACTIONS(2941), - [anon_sym_BANG] = ACTIONS(2941), - [anon_sym_AMP] = ACTIONS(2941), - [anon_sym_PIPE] = ACTIONS(2941), - [anon_sym_LT] = ACTIONS(2941), - [anon_sym_DOT_DOT] = ACTIONS(2941), - [anon_sym_COLON_COLON] = ACTIONS(2941), - [anon_sym_POUND] = ACTIONS(2941), - [anon_sym_SQUOTE] = ACTIONS(2943), - [anon_sym_async] = ACTIONS(2943), - [anon_sym_break] = ACTIONS(2943), - [anon_sym_const] = ACTIONS(2943), - [anon_sym_continue] = ACTIONS(2943), - [anon_sym_default] = ACTIONS(2943), - [anon_sym_enum] = ACTIONS(2943), - [anon_sym_fn] = ACTIONS(2943), - [anon_sym_for] = ACTIONS(2943), - [anon_sym_gen] = ACTIONS(2943), - [anon_sym_if] = ACTIONS(2943), - [anon_sym_impl] = ACTIONS(2943), - [anon_sym_let] = ACTIONS(2943), - [anon_sym_loop] = ACTIONS(2943), - [anon_sym_match] = ACTIONS(2943), - [anon_sym_mod] = ACTIONS(2943), - [anon_sym_pub] = ACTIONS(2943), - [anon_sym_return] = ACTIONS(2943), - [anon_sym_static] = ACTIONS(2943), - [anon_sym_struct] = ACTIONS(2943), - [anon_sym_trait] = ACTIONS(2943), - [anon_sym_type] = ACTIONS(2943), - [anon_sym_union] = ACTIONS(2943), - [anon_sym_unsafe] = ACTIONS(2943), - [anon_sym_use] = ACTIONS(2943), - [anon_sym_while] = ACTIONS(2943), - [anon_sym_extern] = ACTIONS(2943), - [anon_sym_yield] = ACTIONS(2943), - [anon_sym_move] = ACTIONS(2943), - [anon_sym_try] = ACTIONS(2943), - [sym_integer_literal] = ACTIONS(2941), - [aux_sym_string_literal_token1] = ACTIONS(2941), - [sym_char_literal] = ACTIONS(2941), - [anon_sym_true] = ACTIONS(2943), - [anon_sym_false] = ACTIONS(2943), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2943), - [sym_super] = ACTIONS(2943), - [sym_crate] = ACTIONS(2943), - [sym_metavariable] = ACTIONS(2941), - [sym__raw_string_literal_start] = ACTIONS(2941), - [sym_float_literal] = ACTIONS(2941), + [ts_builtin_sym_end] = ACTIONS(2932), + [sym_identifier] = ACTIONS(2934), + [anon_sym_SEMI] = ACTIONS(2932), + [anon_sym_macro_rules_BANG] = ACTIONS(2932), + [anon_sym_LPAREN] = ACTIONS(2932), + [anon_sym_LBRACK] = ACTIONS(2932), + [anon_sym_LBRACE] = ACTIONS(2932), + [anon_sym_RBRACE] = ACTIONS(2932), + [anon_sym_STAR] = ACTIONS(2932), + [anon_sym_u8] = ACTIONS(2934), + [anon_sym_i8] = ACTIONS(2934), + [anon_sym_u16] = ACTIONS(2934), + [anon_sym_i16] = ACTIONS(2934), + [anon_sym_u32] = ACTIONS(2934), + [anon_sym_i32] = ACTIONS(2934), + [anon_sym_u64] = ACTIONS(2934), + [anon_sym_i64] = ACTIONS(2934), + [anon_sym_u128] = ACTIONS(2934), + [anon_sym_i128] = ACTIONS(2934), + [anon_sym_isize] = ACTIONS(2934), + [anon_sym_usize] = ACTIONS(2934), + [anon_sym_f32] = ACTIONS(2934), + [anon_sym_f64] = ACTIONS(2934), + [anon_sym_bool] = ACTIONS(2934), + [anon_sym_str] = ACTIONS(2934), + [anon_sym_char] = ACTIONS(2934), + [anon_sym_DASH] = ACTIONS(2932), + [anon_sym_BANG] = ACTIONS(2932), + [anon_sym_AMP] = ACTIONS(2932), + [anon_sym_PIPE] = ACTIONS(2932), + [anon_sym_LT] = ACTIONS(2932), + [anon_sym_DOT_DOT] = ACTIONS(2932), + [anon_sym_COLON_COLON] = ACTIONS(2932), + [anon_sym_POUND] = ACTIONS(2932), + [anon_sym_SQUOTE] = ACTIONS(2934), + [anon_sym_async] = ACTIONS(2934), + [anon_sym_break] = ACTIONS(2934), + [anon_sym_const] = ACTIONS(2934), + [anon_sym_continue] = ACTIONS(2934), + [anon_sym_default] = ACTIONS(2934), + [anon_sym_enum] = ACTIONS(2934), + [anon_sym_fn] = ACTIONS(2934), + [anon_sym_for] = ACTIONS(2934), + [anon_sym_gen] = ACTIONS(2934), + [anon_sym_if] = ACTIONS(2934), + [anon_sym_impl] = ACTIONS(2934), + [anon_sym_let] = ACTIONS(2934), + [anon_sym_loop] = ACTIONS(2934), + [anon_sym_match] = ACTIONS(2934), + [anon_sym_mod] = ACTIONS(2934), + [anon_sym_pub] = ACTIONS(2934), + [anon_sym_return] = ACTIONS(2934), + [anon_sym_static] = ACTIONS(2934), + [anon_sym_struct] = ACTIONS(2934), + [anon_sym_trait] = ACTIONS(2934), + [anon_sym_type] = ACTIONS(2934), + [anon_sym_union] = ACTIONS(2934), + [anon_sym_unsafe] = ACTIONS(2934), + [anon_sym_use] = ACTIONS(2934), + [anon_sym_while] = ACTIONS(2934), + [anon_sym_extern] = ACTIONS(2934), + [anon_sym_yield] = ACTIONS(2934), + [anon_sym_move] = ACTIONS(2934), + [anon_sym_try] = ACTIONS(2934), + [sym_integer_literal] = ACTIONS(2932), + [aux_sym_string_literal_token1] = ACTIONS(2932), + [sym_char_literal] = ACTIONS(2932), + [anon_sym_true] = ACTIONS(2934), + [anon_sym_false] = ACTIONS(2934), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2934), + [sym_super] = ACTIONS(2934), + [sym_crate] = ACTIONS(2934), + [sym_metavariable] = ACTIONS(2932), + [sym__raw_string_literal_start] = ACTIONS(2932), + [sym_float_literal] = ACTIONS(2932), }, [STATE(756)] = { [sym_line_comment] = STATE(756), [sym_block_comment] = STATE(756), - [ts_builtin_sym_end] = ACTIONS(2945), - [sym_identifier] = ACTIONS(2947), - [anon_sym_SEMI] = ACTIONS(2945), - [anon_sym_macro_rules_BANG] = ACTIONS(2945), - [anon_sym_LPAREN] = ACTIONS(2945), - [anon_sym_LBRACK] = ACTIONS(2945), - [anon_sym_LBRACE] = ACTIONS(2945), - [anon_sym_RBRACE] = ACTIONS(2945), - [anon_sym_STAR] = ACTIONS(2945), - [anon_sym_u8] = ACTIONS(2947), - [anon_sym_i8] = ACTIONS(2947), - [anon_sym_u16] = ACTIONS(2947), - [anon_sym_i16] = ACTIONS(2947), - [anon_sym_u32] = ACTIONS(2947), - [anon_sym_i32] = ACTIONS(2947), - [anon_sym_u64] = ACTIONS(2947), - [anon_sym_i64] = ACTIONS(2947), - [anon_sym_u128] = ACTIONS(2947), - [anon_sym_i128] = ACTIONS(2947), - [anon_sym_isize] = ACTIONS(2947), - [anon_sym_usize] = ACTIONS(2947), - [anon_sym_f32] = ACTIONS(2947), - [anon_sym_f64] = ACTIONS(2947), - [anon_sym_bool] = ACTIONS(2947), - [anon_sym_str] = ACTIONS(2947), - [anon_sym_char] = ACTIONS(2947), - [anon_sym_DASH] = ACTIONS(2945), - [anon_sym_BANG] = ACTIONS(2945), - [anon_sym_AMP] = ACTIONS(2945), - [anon_sym_PIPE] = ACTIONS(2945), - [anon_sym_LT] = ACTIONS(2945), - [anon_sym_DOT_DOT] = ACTIONS(2945), - [anon_sym_COLON_COLON] = ACTIONS(2945), - [anon_sym_POUND] = ACTIONS(2945), - [anon_sym_SQUOTE] = ACTIONS(2947), - [anon_sym_async] = ACTIONS(2947), - [anon_sym_break] = ACTIONS(2947), - [anon_sym_const] = ACTIONS(2947), - [anon_sym_continue] = ACTIONS(2947), - [anon_sym_default] = ACTIONS(2947), - [anon_sym_enum] = ACTIONS(2947), - [anon_sym_fn] = ACTIONS(2947), - [anon_sym_for] = ACTIONS(2947), - [anon_sym_gen] = ACTIONS(2947), - [anon_sym_if] = ACTIONS(2947), - [anon_sym_impl] = ACTIONS(2947), - [anon_sym_let] = ACTIONS(2947), - [anon_sym_loop] = ACTIONS(2947), - [anon_sym_match] = ACTIONS(2947), - [anon_sym_mod] = ACTIONS(2947), - [anon_sym_pub] = ACTIONS(2947), - [anon_sym_return] = ACTIONS(2947), - [anon_sym_static] = ACTIONS(2947), - [anon_sym_struct] = ACTIONS(2947), - [anon_sym_trait] = ACTIONS(2947), - [anon_sym_type] = ACTIONS(2947), - [anon_sym_union] = ACTIONS(2947), - [anon_sym_unsafe] = ACTIONS(2947), - [anon_sym_use] = ACTIONS(2947), - [anon_sym_while] = ACTIONS(2947), - [anon_sym_extern] = ACTIONS(2947), - [anon_sym_yield] = ACTIONS(2947), - [anon_sym_move] = ACTIONS(2947), - [anon_sym_try] = ACTIONS(2947), - [sym_integer_literal] = ACTIONS(2945), - [aux_sym_string_literal_token1] = ACTIONS(2945), - [sym_char_literal] = ACTIONS(2945), - [anon_sym_true] = ACTIONS(2947), - [anon_sym_false] = ACTIONS(2947), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2947), - [sym_super] = ACTIONS(2947), - [sym_crate] = ACTIONS(2947), - [sym_metavariable] = ACTIONS(2945), - [sym__raw_string_literal_start] = ACTIONS(2945), - [sym_float_literal] = ACTIONS(2945), + [ts_builtin_sym_end] = ACTIONS(2936), + [sym_identifier] = ACTIONS(2938), + [anon_sym_SEMI] = ACTIONS(2936), + [anon_sym_macro_rules_BANG] = ACTIONS(2936), + [anon_sym_LPAREN] = ACTIONS(2936), + [anon_sym_LBRACK] = ACTIONS(2936), + [anon_sym_LBRACE] = ACTIONS(2936), + [anon_sym_RBRACE] = ACTIONS(2936), + [anon_sym_STAR] = ACTIONS(2936), + [anon_sym_u8] = ACTIONS(2938), + [anon_sym_i8] = ACTIONS(2938), + [anon_sym_u16] = ACTIONS(2938), + [anon_sym_i16] = ACTIONS(2938), + [anon_sym_u32] = ACTIONS(2938), + [anon_sym_i32] = ACTIONS(2938), + [anon_sym_u64] = ACTIONS(2938), + [anon_sym_i64] = ACTIONS(2938), + [anon_sym_u128] = ACTIONS(2938), + [anon_sym_i128] = ACTIONS(2938), + [anon_sym_isize] = ACTIONS(2938), + [anon_sym_usize] = ACTIONS(2938), + [anon_sym_f32] = ACTIONS(2938), + [anon_sym_f64] = ACTIONS(2938), + [anon_sym_bool] = ACTIONS(2938), + [anon_sym_str] = ACTIONS(2938), + [anon_sym_char] = ACTIONS(2938), + [anon_sym_DASH] = ACTIONS(2936), + [anon_sym_BANG] = ACTIONS(2936), + [anon_sym_AMP] = ACTIONS(2936), + [anon_sym_PIPE] = ACTIONS(2936), + [anon_sym_LT] = ACTIONS(2936), + [anon_sym_DOT_DOT] = ACTIONS(2936), + [anon_sym_COLON_COLON] = ACTIONS(2936), + [anon_sym_POUND] = ACTIONS(2936), + [anon_sym_SQUOTE] = ACTIONS(2938), + [anon_sym_async] = ACTIONS(2938), + [anon_sym_break] = ACTIONS(2938), + [anon_sym_const] = ACTIONS(2938), + [anon_sym_continue] = ACTIONS(2938), + [anon_sym_default] = ACTIONS(2938), + [anon_sym_enum] = ACTIONS(2938), + [anon_sym_fn] = ACTIONS(2938), + [anon_sym_for] = ACTIONS(2938), + [anon_sym_gen] = ACTIONS(2938), + [anon_sym_if] = ACTIONS(2938), + [anon_sym_impl] = ACTIONS(2938), + [anon_sym_let] = ACTIONS(2938), + [anon_sym_loop] = ACTIONS(2938), + [anon_sym_match] = ACTIONS(2938), + [anon_sym_mod] = ACTIONS(2938), + [anon_sym_pub] = ACTIONS(2938), + [anon_sym_return] = ACTIONS(2938), + [anon_sym_static] = ACTIONS(2938), + [anon_sym_struct] = ACTIONS(2938), + [anon_sym_trait] = ACTIONS(2938), + [anon_sym_type] = ACTIONS(2938), + [anon_sym_union] = ACTIONS(2938), + [anon_sym_unsafe] = ACTIONS(2938), + [anon_sym_use] = ACTIONS(2938), + [anon_sym_while] = ACTIONS(2938), + [anon_sym_extern] = ACTIONS(2938), + [anon_sym_yield] = ACTIONS(2938), + [anon_sym_move] = ACTIONS(2938), + [anon_sym_try] = ACTIONS(2938), + [sym_integer_literal] = ACTIONS(2936), + [aux_sym_string_literal_token1] = ACTIONS(2936), + [sym_char_literal] = ACTIONS(2936), + [anon_sym_true] = ACTIONS(2938), + [anon_sym_false] = ACTIONS(2938), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2938), + [sym_super] = ACTIONS(2938), + [sym_crate] = ACTIONS(2938), + [sym_metavariable] = ACTIONS(2936), + [sym__raw_string_literal_start] = ACTIONS(2936), + [sym_float_literal] = ACTIONS(2936), }, [STATE(757)] = { [sym_line_comment] = STATE(757), [sym_block_comment] = STATE(757), - [ts_builtin_sym_end] = ACTIONS(2949), - [sym_identifier] = ACTIONS(2951), - [anon_sym_SEMI] = ACTIONS(2949), - [anon_sym_macro_rules_BANG] = ACTIONS(2949), - [anon_sym_LPAREN] = ACTIONS(2949), - [anon_sym_LBRACK] = ACTIONS(2949), - [anon_sym_LBRACE] = ACTIONS(2949), - [anon_sym_RBRACE] = ACTIONS(2949), - [anon_sym_STAR] = ACTIONS(2949), - [anon_sym_u8] = ACTIONS(2951), - [anon_sym_i8] = ACTIONS(2951), - [anon_sym_u16] = ACTIONS(2951), - [anon_sym_i16] = ACTIONS(2951), - [anon_sym_u32] = ACTIONS(2951), - [anon_sym_i32] = ACTIONS(2951), - [anon_sym_u64] = ACTIONS(2951), - [anon_sym_i64] = ACTIONS(2951), - [anon_sym_u128] = ACTIONS(2951), - [anon_sym_i128] = ACTIONS(2951), - [anon_sym_isize] = ACTIONS(2951), - [anon_sym_usize] = ACTIONS(2951), - [anon_sym_f32] = ACTIONS(2951), - [anon_sym_f64] = ACTIONS(2951), - [anon_sym_bool] = ACTIONS(2951), - [anon_sym_str] = ACTIONS(2951), - [anon_sym_char] = ACTIONS(2951), - [anon_sym_DASH] = ACTIONS(2949), - [anon_sym_BANG] = ACTIONS(2949), - [anon_sym_AMP] = ACTIONS(2949), - [anon_sym_PIPE] = ACTIONS(2949), - [anon_sym_LT] = ACTIONS(2949), - [anon_sym_DOT_DOT] = ACTIONS(2949), - [anon_sym_COLON_COLON] = ACTIONS(2949), - [anon_sym_POUND] = ACTIONS(2949), - [anon_sym_SQUOTE] = ACTIONS(2951), - [anon_sym_async] = ACTIONS(2951), - [anon_sym_break] = ACTIONS(2951), - [anon_sym_const] = ACTIONS(2951), - [anon_sym_continue] = ACTIONS(2951), - [anon_sym_default] = ACTIONS(2951), - [anon_sym_enum] = ACTIONS(2951), - [anon_sym_fn] = ACTIONS(2951), - [anon_sym_for] = ACTIONS(2951), - [anon_sym_gen] = ACTIONS(2951), - [anon_sym_if] = ACTIONS(2951), - [anon_sym_impl] = ACTIONS(2951), - [anon_sym_let] = ACTIONS(2951), - [anon_sym_loop] = ACTIONS(2951), - [anon_sym_match] = ACTIONS(2951), - [anon_sym_mod] = ACTIONS(2951), - [anon_sym_pub] = ACTIONS(2951), - [anon_sym_return] = ACTIONS(2951), - [anon_sym_static] = ACTIONS(2951), - [anon_sym_struct] = ACTIONS(2951), - [anon_sym_trait] = ACTIONS(2951), - [anon_sym_type] = ACTIONS(2951), - [anon_sym_union] = ACTIONS(2951), - [anon_sym_unsafe] = ACTIONS(2951), - [anon_sym_use] = ACTIONS(2951), - [anon_sym_while] = ACTIONS(2951), - [anon_sym_extern] = ACTIONS(2951), - [anon_sym_yield] = ACTIONS(2951), - [anon_sym_move] = ACTIONS(2951), - [anon_sym_try] = ACTIONS(2951), - [sym_integer_literal] = ACTIONS(2949), - [aux_sym_string_literal_token1] = ACTIONS(2949), - [sym_char_literal] = ACTIONS(2949), - [anon_sym_true] = ACTIONS(2951), - [anon_sym_false] = ACTIONS(2951), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2951), - [sym_super] = ACTIONS(2951), - [sym_crate] = ACTIONS(2951), - [sym_metavariable] = ACTIONS(2949), - [sym__raw_string_literal_start] = ACTIONS(2949), - [sym_float_literal] = ACTIONS(2949), + [ts_builtin_sym_end] = ACTIONS(2940), + [sym_identifier] = ACTIONS(2942), + [anon_sym_SEMI] = ACTIONS(2940), + [anon_sym_macro_rules_BANG] = ACTIONS(2940), + [anon_sym_LPAREN] = ACTIONS(2940), + [anon_sym_LBRACK] = ACTIONS(2940), + [anon_sym_LBRACE] = ACTIONS(2940), + [anon_sym_RBRACE] = ACTIONS(2940), + [anon_sym_STAR] = ACTIONS(2940), + [anon_sym_u8] = ACTIONS(2942), + [anon_sym_i8] = ACTIONS(2942), + [anon_sym_u16] = ACTIONS(2942), + [anon_sym_i16] = ACTIONS(2942), + [anon_sym_u32] = ACTIONS(2942), + [anon_sym_i32] = ACTIONS(2942), + [anon_sym_u64] = ACTIONS(2942), + [anon_sym_i64] = ACTIONS(2942), + [anon_sym_u128] = ACTIONS(2942), + [anon_sym_i128] = ACTIONS(2942), + [anon_sym_isize] = ACTIONS(2942), + [anon_sym_usize] = ACTIONS(2942), + [anon_sym_f32] = ACTIONS(2942), + [anon_sym_f64] = ACTIONS(2942), + [anon_sym_bool] = ACTIONS(2942), + [anon_sym_str] = ACTIONS(2942), + [anon_sym_char] = ACTIONS(2942), + [anon_sym_DASH] = ACTIONS(2940), + [anon_sym_BANG] = ACTIONS(2940), + [anon_sym_AMP] = ACTIONS(2940), + [anon_sym_PIPE] = ACTIONS(2940), + [anon_sym_LT] = ACTIONS(2940), + [anon_sym_DOT_DOT] = ACTIONS(2940), + [anon_sym_COLON_COLON] = ACTIONS(2940), + [anon_sym_POUND] = ACTIONS(2940), + [anon_sym_SQUOTE] = ACTIONS(2942), + [anon_sym_async] = ACTIONS(2942), + [anon_sym_break] = ACTIONS(2942), + [anon_sym_const] = ACTIONS(2942), + [anon_sym_continue] = ACTIONS(2942), + [anon_sym_default] = ACTIONS(2942), + [anon_sym_enum] = ACTIONS(2942), + [anon_sym_fn] = ACTIONS(2942), + [anon_sym_for] = ACTIONS(2942), + [anon_sym_gen] = ACTIONS(2942), + [anon_sym_if] = ACTIONS(2942), + [anon_sym_impl] = ACTIONS(2942), + [anon_sym_let] = ACTIONS(2942), + [anon_sym_loop] = ACTIONS(2942), + [anon_sym_match] = ACTIONS(2942), + [anon_sym_mod] = ACTIONS(2942), + [anon_sym_pub] = ACTIONS(2942), + [anon_sym_return] = ACTIONS(2942), + [anon_sym_static] = ACTIONS(2942), + [anon_sym_struct] = ACTIONS(2942), + [anon_sym_trait] = ACTIONS(2942), + [anon_sym_type] = ACTIONS(2942), + [anon_sym_union] = ACTIONS(2942), + [anon_sym_unsafe] = ACTIONS(2942), + [anon_sym_use] = ACTIONS(2942), + [anon_sym_while] = ACTIONS(2942), + [anon_sym_extern] = ACTIONS(2942), + [anon_sym_yield] = ACTIONS(2942), + [anon_sym_move] = ACTIONS(2942), + [anon_sym_try] = ACTIONS(2942), + [sym_integer_literal] = ACTIONS(2940), + [aux_sym_string_literal_token1] = ACTIONS(2940), + [sym_char_literal] = ACTIONS(2940), + [anon_sym_true] = ACTIONS(2942), + [anon_sym_false] = ACTIONS(2942), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2942), + [sym_super] = ACTIONS(2942), + [sym_crate] = ACTIONS(2942), + [sym_metavariable] = ACTIONS(2940), + [sym__raw_string_literal_start] = ACTIONS(2940), + [sym_float_literal] = ACTIONS(2940), }, [STATE(758)] = { [sym_line_comment] = STATE(758), [sym_block_comment] = STATE(758), - [ts_builtin_sym_end] = ACTIONS(2953), - [sym_identifier] = ACTIONS(2955), - [anon_sym_SEMI] = ACTIONS(2953), - [anon_sym_macro_rules_BANG] = ACTIONS(2953), - [anon_sym_LPAREN] = ACTIONS(2953), - [anon_sym_LBRACK] = ACTIONS(2953), - [anon_sym_LBRACE] = ACTIONS(2953), - [anon_sym_RBRACE] = ACTIONS(2953), - [anon_sym_STAR] = ACTIONS(2953), - [anon_sym_u8] = ACTIONS(2955), - [anon_sym_i8] = ACTIONS(2955), - [anon_sym_u16] = ACTIONS(2955), - [anon_sym_i16] = ACTIONS(2955), - [anon_sym_u32] = ACTIONS(2955), - [anon_sym_i32] = ACTIONS(2955), - [anon_sym_u64] = ACTIONS(2955), - [anon_sym_i64] = ACTIONS(2955), - [anon_sym_u128] = ACTIONS(2955), - [anon_sym_i128] = ACTIONS(2955), - [anon_sym_isize] = ACTIONS(2955), - [anon_sym_usize] = ACTIONS(2955), - [anon_sym_f32] = ACTIONS(2955), - [anon_sym_f64] = ACTIONS(2955), - [anon_sym_bool] = ACTIONS(2955), - [anon_sym_str] = ACTIONS(2955), - [anon_sym_char] = ACTIONS(2955), - [anon_sym_DASH] = ACTIONS(2953), - [anon_sym_BANG] = ACTIONS(2953), - [anon_sym_AMP] = ACTIONS(2953), - [anon_sym_PIPE] = ACTIONS(2953), - [anon_sym_LT] = ACTIONS(2953), - [anon_sym_DOT_DOT] = ACTIONS(2953), - [anon_sym_COLON_COLON] = ACTIONS(2953), - [anon_sym_POUND] = ACTIONS(2953), - [anon_sym_SQUOTE] = ACTIONS(2955), - [anon_sym_async] = ACTIONS(2955), - [anon_sym_break] = ACTIONS(2955), - [anon_sym_const] = ACTIONS(2955), - [anon_sym_continue] = ACTIONS(2955), - [anon_sym_default] = ACTIONS(2955), - [anon_sym_enum] = ACTIONS(2955), - [anon_sym_fn] = ACTIONS(2955), - [anon_sym_for] = ACTIONS(2955), - [anon_sym_gen] = ACTIONS(2955), - [anon_sym_if] = ACTIONS(2955), - [anon_sym_impl] = ACTIONS(2955), - [anon_sym_let] = ACTIONS(2955), - [anon_sym_loop] = ACTIONS(2955), - [anon_sym_match] = ACTIONS(2955), - [anon_sym_mod] = ACTIONS(2955), - [anon_sym_pub] = ACTIONS(2955), - [anon_sym_return] = ACTIONS(2955), - [anon_sym_static] = ACTIONS(2955), - [anon_sym_struct] = ACTIONS(2955), - [anon_sym_trait] = ACTIONS(2955), - [anon_sym_type] = ACTIONS(2955), - [anon_sym_union] = ACTIONS(2955), - [anon_sym_unsafe] = ACTIONS(2955), - [anon_sym_use] = ACTIONS(2955), - [anon_sym_while] = ACTIONS(2955), - [anon_sym_extern] = ACTIONS(2955), - [anon_sym_yield] = ACTIONS(2955), - [anon_sym_move] = ACTIONS(2955), - [anon_sym_try] = ACTIONS(2955), - [sym_integer_literal] = ACTIONS(2953), - [aux_sym_string_literal_token1] = ACTIONS(2953), - [sym_char_literal] = ACTIONS(2953), - [anon_sym_true] = ACTIONS(2955), - [anon_sym_false] = ACTIONS(2955), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2955), - [sym_super] = ACTIONS(2955), - [sym_crate] = ACTIONS(2955), - [sym_metavariable] = ACTIONS(2953), - [sym__raw_string_literal_start] = ACTIONS(2953), - [sym_float_literal] = ACTIONS(2953), + [ts_builtin_sym_end] = ACTIONS(2944), + [sym_identifier] = ACTIONS(2946), + [anon_sym_SEMI] = ACTIONS(2944), + [anon_sym_macro_rules_BANG] = ACTIONS(2944), + [anon_sym_LPAREN] = ACTIONS(2944), + [anon_sym_LBRACK] = ACTIONS(2944), + [anon_sym_LBRACE] = ACTIONS(2944), + [anon_sym_RBRACE] = ACTIONS(2944), + [anon_sym_STAR] = ACTIONS(2944), + [anon_sym_u8] = ACTIONS(2946), + [anon_sym_i8] = ACTIONS(2946), + [anon_sym_u16] = ACTIONS(2946), + [anon_sym_i16] = ACTIONS(2946), + [anon_sym_u32] = ACTIONS(2946), + [anon_sym_i32] = ACTIONS(2946), + [anon_sym_u64] = ACTIONS(2946), + [anon_sym_i64] = ACTIONS(2946), + [anon_sym_u128] = ACTIONS(2946), + [anon_sym_i128] = ACTIONS(2946), + [anon_sym_isize] = ACTIONS(2946), + [anon_sym_usize] = ACTIONS(2946), + [anon_sym_f32] = ACTIONS(2946), + [anon_sym_f64] = ACTIONS(2946), + [anon_sym_bool] = ACTIONS(2946), + [anon_sym_str] = ACTIONS(2946), + [anon_sym_char] = ACTIONS(2946), + [anon_sym_DASH] = ACTIONS(2944), + [anon_sym_BANG] = ACTIONS(2944), + [anon_sym_AMP] = ACTIONS(2944), + [anon_sym_PIPE] = ACTIONS(2944), + [anon_sym_LT] = ACTIONS(2944), + [anon_sym_DOT_DOT] = ACTIONS(2944), + [anon_sym_COLON_COLON] = ACTIONS(2944), + [anon_sym_POUND] = ACTIONS(2944), + [anon_sym_SQUOTE] = ACTIONS(2946), + [anon_sym_async] = ACTIONS(2946), + [anon_sym_break] = ACTIONS(2946), + [anon_sym_const] = ACTIONS(2946), + [anon_sym_continue] = ACTIONS(2946), + [anon_sym_default] = ACTIONS(2946), + [anon_sym_enum] = ACTIONS(2946), + [anon_sym_fn] = ACTIONS(2946), + [anon_sym_for] = ACTIONS(2946), + [anon_sym_gen] = ACTIONS(2946), + [anon_sym_if] = ACTIONS(2946), + [anon_sym_impl] = ACTIONS(2946), + [anon_sym_let] = ACTIONS(2946), + [anon_sym_loop] = ACTIONS(2946), + [anon_sym_match] = ACTIONS(2946), + [anon_sym_mod] = ACTIONS(2946), + [anon_sym_pub] = ACTIONS(2946), + [anon_sym_return] = ACTIONS(2946), + [anon_sym_static] = ACTIONS(2946), + [anon_sym_struct] = ACTIONS(2946), + [anon_sym_trait] = ACTIONS(2946), + [anon_sym_type] = ACTIONS(2946), + [anon_sym_union] = ACTIONS(2946), + [anon_sym_unsafe] = ACTIONS(2946), + [anon_sym_use] = ACTIONS(2946), + [anon_sym_while] = ACTIONS(2946), + [anon_sym_extern] = ACTIONS(2946), + [anon_sym_yield] = ACTIONS(2946), + [anon_sym_move] = ACTIONS(2946), + [anon_sym_try] = ACTIONS(2946), + [sym_integer_literal] = ACTIONS(2944), + [aux_sym_string_literal_token1] = ACTIONS(2944), + [sym_char_literal] = ACTIONS(2944), + [anon_sym_true] = ACTIONS(2946), + [anon_sym_false] = ACTIONS(2946), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2946), + [sym_super] = ACTIONS(2946), + [sym_crate] = ACTIONS(2946), + [sym_metavariable] = ACTIONS(2944), + [sym__raw_string_literal_start] = ACTIONS(2944), + [sym_float_literal] = ACTIONS(2944), }, [STATE(759)] = { [sym_line_comment] = STATE(759), [sym_block_comment] = STATE(759), - [ts_builtin_sym_end] = ACTIONS(2957), - [sym_identifier] = ACTIONS(2959), - [anon_sym_SEMI] = ACTIONS(2957), - [anon_sym_macro_rules_BANG] = ACTIONS(2957), - [anon_sym_LPAREN] = ACTIONS(2957), - [anon_sym_LBRACK] = ACTIONS(2957), - [anon_sym_LBRACE] = ACTIONS(2957), - [anon_sym_RBRACE] = ACTIONS(2957), - [anon_sym_STAR] = ACTIONS(2957), - [anon_sym_u8] = ACTIONS(2959), - [anon_sym_i8] = ACTIONS(2959), - [anon_sym_u16] = ACTIONS(2959), - [anon_sym_i16] = ACTIONS(2959), - [anon_sym_u32] = ACTIONS(2959), - [anon_sym_i32] = ACTIONS(2959), - [anon_sym_u64] = ACTIONS(2959), - [anon_sym_i64] = ACTIONS(2959), - [anon_sym_u128] = ACTIONS(2959), - [anon_sym_i128] = ACTIONS(2959), - [anon_sym_isize] = ACTIONS(2959), - [anon_sym_usize] = ACTIONS(2959), - [anon_sym_f32] = ACTIONS(2959), - [anon_sym_f64] = ACTIONS(2959), - [anon_sym_bool] = ACTIONS(2959), - [anon_sym_str] = ACTIONS(2959), - [anon_sym_char] = ACTIONS(2959), - [anon_sym_DASH] = ACTIONS(2957), - [anon_sym_BANG] = ACTIONS(2957), - [anon_sym_AMP] = ACTIONS(2957), - [anon_sym_PIPE] = ACTIONS(2957), - [anon_sym_LT] = ACTIONS(2957), - [anon_sym_DOT_DOT] = ACTIONS(2957), - [anon_sym_COLON_COLON] = ACTIONS(2957), - [anon_sym_POUND] = ACTIONS(2957), - [anon_sym_SQUOTE] = ACTIONS(2959), - [anon_sym_async] = ACTIONS(2959), - [anon_sym_break] = ACTIONS(2959), - [anon_sym_const] = ACTIONS(2959), - [anon_sym_continue] = ACTIONS(2959), - [anon_sym_default] = ACTIONS(2959), - [anon_sym_enum] = ACTIONS(2959), - [anon_sym_fn] = ACTIONS(2959), - [anon_sym_for] = ACTIONS(2959), - [anon_sym_gen] = ACTIONS(2959), - [anon_sym_if] = ACTIONS(2959), - [anon_sym_impl] = ACTIONS(2959), - [anon_sym_let] = ACTIONS(2959), - [anon_sym_loop] = ACTIONS(2959), - [anon_sym_match] = ACTIONS(2959), - [anon_sym_mod] = ACTIONS(2959), - [anon_sym_pub] = ACTIONS(2959), - [anon_sym_return] = ACTIONS(2959), - [anon_sym_static] = ACTIONS(2959), - [anon_sym_struct] = ACTIONS(2959), - [anon_sym_trait] = ACTIONS(2959), - [anon_sym_type] = ACTIONS(2959), - [anon_sym_union] = ACTIONS(2959), - [anon_sym_unsafe] = ACTIONS(2959), - [anon_sym_use] = ACTIONS(2959), - [anon_sym_while] = ACTIONS(2959), - [anon_sym_extern] = ACTIONS(2959), - [anon_sym_yield] = ACTIONS(2959), - [anon_sym_move] = ACTIONS(2959), - [anon_sym_try] = ACTIONS(2959), - [sym_integer_literal] = ACTIONS(2957), - [aux_sym_string_literal_token1] = ACTIONS(2957), - [sym_char_literal] = ACTIONS(2957), - [anon_sym_true] = ACTIONS(2959), - [anon_sym_false] = ACTIONS(2959), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2959), - [sym_super] = ACTIONS(2959), - [sym_crate] = ACTIONS(2959), - [sym_metavariable] = ACTIONS(2957), - [sym__raw_string_literal_start] = ACTIONS(2957), - [sym_float_literal] = ACTIONS(2957), + [ts_builtin_sym_end] = ACTIONS(2948), + [sym_identifier] = ACTIONS(2950), + [anon_sym_SEMI] = ACTIONS(2948), + [anon_sym_macro_rules_BANG] = ACTIONS(2948), + [anon_sym_LPAREN] = ACTIONS(2948), + [anon_sym_LBRACK] = ACTIONS(2948), + [anon_sym_LBRACE] = ACTIONS(2948), + [anon_sym_RBRACE] = ACTIONS(2948), + [anon_sym_STAR] = ACTIONS(2948), + [anon_sym_u8] = ACTIONS(2950), + [anon_sym_i8] = ACTIONS(2950), + [anon_sym_u16] = ACTIONS(2950), + [anon_sym_i16] = ACTIONS(2950), + [anon_sym_u32] = ACTIONS(2950), + [anon_sym_i32] = ACTIONS(2950), + [anon_sym_u64] = ACTIONS(2950), + [anon_sym_i64] = ACTIONS(2950), + [anon_sym_u128] = ACTIONS(2950), + [anon_sym_i128] = ACTIONS(2950), + [anon_sym_isize] = ACTIONS(2950), + [anon_sym_usize] = ACTIONS(2950), + [anon_sym_f32] = ACTIONS(2950), + [anon_sym_f64] = ACTIONS(2950), + [anon_sym_bool] = ACTIONS(2950), + [anon_sym_str] = ACTIONS(2950), + [anon_sym_char] = ACTIONS(2950), + [anon_sym_DASH] = ACTIONS(2948), + [anon_sym_BANG] = ACTIONS(2948), + [anon_sym_AMP] = ACTIONS(2948), + [anon_sym_PIPE] = ACTIONS(2948), + [anon_sym_LT] = ACTIONS(2948), + [anon_sym_DOT_DOT] = ACTIONS(2948), + [anon_sym_COLON_COLON] = ACTIONS(2948), + [anon_sym_POUND] = ACTIONS(2948), + [anon_sym_SQUOTE] = ACTIONS(2950), + [anon_sym_async] = ACTIONS(2950), + [anon_sym_break] = ACTIONS(2950), + [anon_sym_const] = ACTIONS(2950), + [anon_sym_continue] = ACTIONS(2950), + [anon_sym_default] = ACTIONS(2950), + [anon_sym_enum] = ACTIONS(2950), + [anon_sym_fn] = ACTIONS(2950), + [anon_sym_for] = ACTIONS(2950), + [anon_sym_gen] = ACTIONS(2950), + [anon_sym_if] = ACTIONS(2950), + [anon_sym_impl] = ACTIONS(2950), + [anon_sym_let] = ACTIONS(2950), + [anon_sym_loop] = ACTIONS(2950), + [anon_sym_match] = ACTIONS(2950), + [anon_sym_mod] = ACTIONS(2950), + [anon_sym_pub] = ACTIONS(2950), + [anon_sym_return] = ACTIONS(2950), + [anon_sym_static] = ACTIONS(2950), + [anon_sym_struct] = ACTIONS(2950), + [anon_sym_trait] = ACTIONS(2950), + [anon_sym_type] = ACTIONS(2950), + [anon_sym_union] = ACTIONS(2950), + [anon_sym_unsafe] = ACTIONS(2950), + [anon_sym_use] = ACTIONS(2950), + [anon_sym_while] = ACTIONS(2950), + [anon_sym_extern] = ACTIONS(2950), + [anon_sym_yield] = ACTIONS(2950), + [anon_sym_move] = ACTIONS(2950), + [anon_sym_try] = ACTIONS(2950), + [sym_integer_literal] = ACTIONS(2948), + [aux_sym_string_literal_token1] = ACTIONS(2948), + [sym_char_literal] = ACTIONS(2948), + [anon_sym_true] = ACTIONS(2950), + [anon_sym_false] = ACTIONS(2950), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2950), + [sym_super] = ACTIONS(2950), + [sym_crate] = ACTIONS(2950), + [sym_metavariable] = ACTIONS(2948), + [sym__raw_string_literal_start] = ACTIONS(2948), + [sym_float_literal] = ACTIONS(2948), }, [STATE(760)] = { [sym_line_comment] = STATE(760), [sym_block_comment] = STATE(760), - [ts_builtin_sym_end] = ACTIONS(2961), - [sym_identifier] = ACTIONS(2963), - [anon_sym_SEMI] = ACTIONS(2961), - [anon_sym_macro_rules_BANG] = ACTIONS(2961), - [anon_sym_LPAREN] = ACTIONS(2961), - [anon_sym_LBRACK] = ACTIONS(2961), - [anon_sym_LBRACE] = ACTIONS(2961), - [anon_sym_RBRACE] = ACTIONS(2961), - [anon_sym_STAR] = ACTIONS(2961), - [anon_sym_u8] = ACTIONS(2963), - [anon_sym_i8] = ACTIONS(2963), - [anon_sym_u16] = ACTIONS(2963), - [anon_sym_i16] = ACTIONS(2963), - [anon_sym_u32] = ACTIONS(2963), - [anon_sym_i32] = ACTIONS(2963), - [anon_sym_u64] = ACTIONS(2963), - [anon_sym_i64] = ACTIONS(2963), - [anon_sym_u128] = ACTIONS(2963), - [anon_sym_i128] = ACTIONS(2963), - [anon_sym_isize] = ACTIONS(2963), - [anon_sym_usize] = ACTIONS(2963), - [anon_sym_f32] = ACTIONS(2963), - [anon_sym_f64] = ACTIONS(2963), - [anon_sym_bool] = ACTIONS(2963), - [anon_sym_str] = ACTIONS(2963), - [anon_sym_char] = ACTIONS(2963), - [anon_sym_DASH] = ACTIONS(2961), - [anon_sym_BANG] = ACTIONS(2961), - [anon_sym_AMP] = ACTIONS(2961), - [anon_sym_PIPE] = ACTIONS(2961), - [anon_sym_LT] = ACTIONS(2961), - [anon_sym_DOT_DOT] = ACTIONS(2961), - [anon_sym_COLON_COLON] = ACTIONS(2961), - [anon_sym_POUND] = ACTIONS(2961), - [anon_sym_SQUOTE] = ACTIONS(2963), - [anon_sym_async] = ACTIONS(2963), - [anon_sym_break] = ACTIONS(2963), - [anon_sym_const] = ACTIONS(2963), - [anon_sym_continue] = ACTIONS(2963), - [anon_sym_default] = ACTIONS(2963), - [anon_sym_enum] = ACTIONS(2963), - [anon_sym_fn] = ACTIONS(2963), - [anon_sym_for] = ACTIONS(2963), - [anon_sym_gen] = ACTIONS(2963), - [anon_sym_if] = ACTIONS(2963), - [anon_sym_impl] = ACTIONS(2963), - [anon_sym_let] = ACTIONS(2963), - [anon_sym_loop] = ACTIONS(2963), - [anon_sym_match] = ACTIONS(2963), - [anon_sym_mod] = ACTIONS(2963), - [anon_sym_pub] = ACTIONS(2963), - [anon_sym_return] = ACTIONS(2963), - [anon_sym_static] = ACTIONS(2963), - [anon_sym_struct] = ACTIONS(2963), - [anon_sym_trait] = ACTIONS(2963), - [anon_sym_type] = ACTIONS(2963), - [anon_sym_union] = ACTIONS(2963), - [anon_sym_unsafe] = ACTIONS(2963), - [anon_sym_use] = ACTIONS(2963), - [anon_sym_while] = ACTIONS(2963), - [anon_sym_extern] = ACTIONS(2963), - [anon_sym_yield] = ACTIONS(2963), - [anon_sym_move] = ACTIONS(2963), - [anon_sym_try] = ACTIONS(2963), - [sym_integer_literal] = ACTIONS(2961), - [aux_sym_string_literal_token1] = ACTIONS(2961), - [sym_char_literal] = ACTIONS(2961), - [anon_sym_true] = ACTIONS(2963), - [anon_sym_false] = ACTIONS(2963), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2963), - [sym_super] = ACTIONS(2963), - [sym_crate] = ACTIONS(2963), - [sym_metavariable] = ACTIONS(2961), - [sym__raw_string_literal_start] = ACTIONS(2961), - [sym_float_literal] = ACTIONS(2961), + [ts_builtin_sym_end] = ACTIONS(2952), + [sym_identifier] = ACTIONS(2954), + [anon_sym_SEMI] = ACTIONS(2952), + [anon_sym_macro_rules_BANG] = ACTIONS(2952), + [anon_sym_LPAREN] = ACTIONS(2952), + [anon_sym_LBRACK] = ACTIONS(2952), + [anon_sym_LBRACE] = ACTIONS(2952), + [anon_sym_RBRACE] = ACTIONS(2952), + [anon_sym_STAR] = ACTIONS(2952), + [anon_sym_u8] = ACTIONS(2954), + [anon_sym_i8] = ACTIONS(2954), + [anon_sym_u16] = ACTIONS(2954), + [anon_sym_i16] = ACTIONS(2954), + [anon_sym_u32] = ACTIONS(2954), + [anon_sym_i32] = ACTIONS(2954), + [anon_sym_u64] = ACTIONS(2954), + [anon_sym_i64] = ACTIONS(2954), + [anon_sym_u128] = ACTIONS(2954), + [anon_sym_i128] = ACTIONS(2954), + [anon_sym_isize] = ACTIONS(2954), + [anon_sym_usize] = ACTIONS(2954), + [anon_sym_f32] = ACTIONS(2954), + [anon_sym_f64] = ACTIONS(2954), + [anon_sym_bool] = ACTIONS(2954), + [anon_sym_str] = ACTIONS(2954), + [anon_sym_char] = ACTIONS(2954), + [anon_sym_DASH] = ACTIONS(2952), + [anon_sym_BANG] = ACTIONS(2952), + [anon_sym_AMP] = ACTIONS(2952), + [anon_sym_PIPE] = ACTIONS(2952), + [anon_sym_LT] = ACTIONS(2952), + [anon_sym_DOT_DOT] = ACTIONS(2952), + [anon_sym_COLON_COLON] = ACTIONS(2952), + [anon_sym_POUND] = ACTIONS(2952), + [anon_sym_SQUOTE] = ACTIONS(2954), + [anon_sym_async] = ACTIONS(2954), + [anon_sym_break] = ACTIONS(2954), + [anon_sym_const] = ACTIONS(2954), + [anon_sym_continue] = ACTIONS(2954), + [anon_sym_default] = ACTIONS(2954), + [anon_sym_enum] = ACTIONS(2954), + [anon_sym_fn] = ACTIONS(2954), + [anon_sym_for] = ACTIONS(2954), + [anon_sym_gen] = ACTIONS(2954), + [anon_sym_if] = ACTIONS(2954), + [anon_sym_impl] = ACTIONS(2954), + [anon_sym_let] = ACTIONS(2954), + [anon_sym_loop] = ACTIONS(2954), + [anon_sym_match] = ACTIONS(2954), + [anon_sym_mod] = ACTIONS(2954), + [anon_sym_pub] = ACTIONS(2954), + [anon_sym_return] = ACTIONS(2954), + [anon_sym_static] = ACTIONS(2954), + [anon_sym_struct] = ACTIONS(2954), + [anon_sym_trait] = ACTIONS(2954), + [anon_sym_type] = ACTIONS(2954), + [anon_sym_union] = ACTIONS(2954), + [anon_sym_unsafe] = ACTIONS(2954), + [anon_sym_use] = ACTIONS(2954), + [anon_sym_while] = ACTIONS(2954), + [anon_sym_extern] = ACTIONS(2954), + [anon_sym_yield] = ACTIONS(2954), + [anon_sym_move] = ACTIONS(2954), + [anon_sym_try] = ACTIONS(2954), + [sym_integer_literal] = ACTIONS(2952), + [aux_sym_string_literal_token1] = ACTIONS(2952), + [sym_char_literal] = ACTIONS(2952), + [anon_sym_true] = ACTIONS(2954), + [anon_sym_false] = ACTIONS(2954), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2954), + [sym_super] = ACTIONS(2954), + [sym_crate] = ACTIONS(2954), + [sym_metavariable] = ACTIONS(2952), + [sym__raw_string_literal_start] = ACTIONS(2952), + [sym_float_literal] = ACTIONS(2952), }, [STATE(761)] = { [sym_line_comment] = STATE(761), [sym_block_comment] = STATE(761), - [ts_builtin_sym_end] = ACTIONS(2965), - [sym_identifier] = ACTIONS(2967), - [anon_sym_SEMI] = ACTIONS(2965), - [anon_sym_macro_rules_BANG] = ACTIONS(2965), - [anon_sym_LPAREN] = ACTIONS(2965), - [anon_sym_LBRACK] = ACTIONS(2965), - [anon_sym_LBRACE] = ACTIONS(2965), - [anon_sym_RBRACE] = ACTIONS(2965), - [anon_sym_STAR] = ACTIONS(2965), - [anon_sym_u8] = ACTIONS(2967), - [anon_sym_i8] = ACTIONS(2967), - [anon_sym_u16] = ACTIONS(2967), - [anon_sym_i16] = ACTIONS(2967), - [anon_sym_u32] = ACTIONS(2967), - [anon_sym_i32] = ACTIONS(2967), - [anon_sym_u64] = ACTIONS(2967), - [anon_sym_i64] = ACTIONS(2967), - [anon_sym_u128] = ACTIONS(2967), - [anon_sym_i128] = ACTIONS(2967), - [anon_sym_isize] = ACTIONS(2967), - [anon_sym_usize] = ACTIONS(2967), - [anon_sym_f32] = ACTIONS(2967), - [anon_sym_f64] = ACTIONS(2967), - [anon_sym_bool] = ACTIONS(2967), - [anon_sym_str] = ACTIONS(2967), - [anon_sym_char] = ACTIONS(2967), - [anon_sym_DASH] = ACTIONS(2965), - [anon_sym_BANG] = ACTIONS(2965), - [anon_sym_AMP] = ACTIONS(2965), - [anon_sym_PIPE] = ACTIONS(2965), - [anon_sym_LT] = ACTIONS(2965), - [anon_sym_DOT_DOT] = ACTIONS(2965), - [anon_sym_COLON_COLON] = ACTIONS(2965), - [anon_sym_POUND] = ACTIONS(2965), - [anon_sym_SQUOTE] = ACTIONS(2967), - [anon_sym_async] = ACTIONS(2967), - [anon_sym_break] = ACTIONS(2967), - [anon_sym_const] = ACTIONS(2967), - [anon_sym_continue] = ACTIONS(2967), - [anon_sym_default] = ACTIONS(2967), - [anon_sym_enum] = ACTIONS(2967), - [anon_sym_fn] = ACTIONS(2967), - [anon_sym_for] = ACTIONS(2967), - [anon_sym_gen] = ACTIONS(2967), - [anon_sym_if] = ACTIONS(2967), - [anon_sym_impl] = ACTIONS(2967), - [anon_sym_let] = ACTIONS(2967), - [anon_sym_loop] = ACTIONS(2967), - [anon_sym_match] = ACTIONS(2967), - [anon_sym_mod] = ACTIONS(2967), - [anon_sym_pub] = ACTIONS(2967), - [anon_sym_return] = ACTIONS(2967), - [anon_sym_static] = ACTIONS(2967), - [anon_sym_struct] = ACTIONS(2967), - [anon_sym_trait] = ACTIONS(2967), - [anon_sym_type] = ACTIONS(2967), - [anon_sym_union] = ACTIONS(2967), - [anon_sym_unsafe] = ACTIONS(2967), - [anon_sym_use] = ACTIONS(2967), - [anon_sym_while] = ACTIONS(2967), - [anon_sym_extern] = ACTIONS(2967), - [anon_sym_yield] = ACTIONS(2967), - [anon_sym_move] = ACTIONS(2967), - [anon_sym_try] = ACTIONS(2967), - [sym_integer_literal] = ACTIONS(2965), - [aux_sym_string_literal_token1] = ACTIONS(2965), - [sym_char_literal] = ACTIONS(2965), - [anon_sym_true] = ACTIONS(2967), - [anon_sym_false] = ACTIONS(2967), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2967), - [sym_super] = ACTIONS(2967), - [sym_crate] = ACTIONS(2967), - [sym_metavariable] = ACTIONS(2965), - [sym__raw_string_literal_start] = ACTIONS(2965), - [sym_float_literal] = ACTIONS(2965), + [ts_builtin_sym_end] = ACTIONS(2956), + [sym_identifier] = ACTIONS(2958), + [anon_sym_SEMI] = ACTIONS(2956), + [anon_sym_macro_rules_BANG] = ACTIONS(2956), + [anon_sym_LPAREN] = ACTIONS(2956), + [anon_sym_LBRACK] = ACTIONS(2956), + [anon_sym_LBRACE] = ACTIONS(2956), + [anon_sym_RBRACE] = ACTIONS(2956), + [anon_sym_STAR] = ACTIONS(2956), + [anon_sym_u8] = ACTIONS(2958), + [anon_sym_i8] = ACTIONS(2958), + [anon_sym_u16] = ACTIONS(2958), + [anon_sym_i16] = ACTIONS(2958), + [anon_sym_u32] = ACTIONS(2958), + [anon_sym_i32] = ACTIONS(2958), + [anon_sym_u64] = ACTIONS(2958), + [anon_sym_i64] = ACTIONS(2958), + [anon_sym_u128] = ACTIONS(2958), + [anon_sym_i128] = ACTIONS(2958), + [anon_sym_isize] = ACTIONS(2958), + [anon_sym_usize] = ACTIONS(2958), + [anon_sym_f32] = ACTIONS(2958), + [anon_sym_f64] = ACTIONS(2958), + [anon_sym_bool] = ACTIONS(2958), + [anon_sym_str] = ACTIONS(2958), + [anon_sym_char] = ACTIONS(2958), + [anon_sym_DASH] = ACTIONS(2956), + [anon_sym_BANG] = ACTIONS(2956), + [anon_sym_AMP] = ACTIONS(2956), + [anon_sym_PIPE] = ACTIONS(2956), + [anon_sym_LT] = ACTIONS(2956), + [anon_sym_DOT_DOT] = ACTIONS(2956), + [anon_sym_COLON_COLON] = ACTIONS(2956), + [anon_sym_POUND] = ACTIONS(2956), + [anon_sym_SQUOTE] = ACTIONS(2958), + [anon_sym_async] = ACTIONS(2958), + [anon_sym_break] = ACTIONS(2958), + [anon_sym_const] = ACTIONS(2958), + [anon_sym_continue] = ACTIONS(2958), + [anon_sym_default] = ACTIONS(2958), + [anon_sym_enum] = ACTIONS(2958), + [anon_sym_fn] = ACTIONS(2958), + [anon_sym_for] = ACTIONS(2958), + [anon_sym_gen] = ACTIONS(2958), + [anon_sym_if] = ACTIONS(2958), + [anon_sym_impl] = ACTIONS(2958), + [anon_sym_let] = ACTIONS(2958), + [anon_sym_loop] = ACTIONS(2958), + [anon_sym_match] = ACTIONS(2958), + [anon_sym_mod] = ACTIONS(2958), + [anon_sym_pub] = ACTIONS(2958), + [anon_sym_return] = ACTIONS(2958), + [anon_sym_static] = ACTIONS(2958), + [anon_sym_struct] = ACTIONS(2958), + [anon_sym_trait] = ACTIONS(2958), + [anon_sym_type] = ACTIONS(2958), + [anon_sym_union] = ACTIONS(2958), + [anon_sym_unsafe] = ACTIONS(2958), + [anon_sym_use] = ACTIONS(2958), + [anon_sym_while] = ACTIONS(2958), + [anon_sym_extern] = ACTIONS(2958), + [anon_sym_yield] = ACTIONS(2958), + [anon_sym_move] = ACTIONS(2958), + [anon_sym_try] = ACTIONS(2958), + [sym_integer_literal] = ACTIONS(2956), + [aux_sym_string_literal_token1] = ACTIONS(2956), + [sym_char_literal] = ACTIONS(2956), + [anon_sym_true] = ACTIONS(2958), + [anon_sym_false] = ACTIONS(2958), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2958), + [sym_super] = ACTIONS(2958), + [sym_crate] = ACTIONS(2958), + [sym_metavariable] = ACTIONS(2956), + [sym__raw_string_literal_start] = ACTIONS(2956), + [sym_float_literal] = ACTIONS(2956), }, [STATE(762)] = { [sym_line_comment] = STATE(762), [sym_block_comment] = STATE(762), - [ts_builtin_sym_end] = ACTIONS(2969), - [sym_identifier] = ACTIONS(2971), - [anon_sym_SEMI] = ACTIONS(2969), - [anon_sym_macro_rules_BANG] = ACTIONS(2969), - [anon_sym_LPAREN] = ACTIONS(2969), - [anon_sym_LBRACK] = ACTIONS(2969), - [anon_sym_LBRACE] = ACTIONS(2969), - [anon_sym_RBRACE] = ACTIONS(2969), - [anon_sym_STAR] = ACTIONS(2969), - [anon_sym_u8] = ACTIONS(2971), - [anon_sym_i8] = ACTIONS(2971), - [anon_sym_u16] = ACTIONS(2971), - [anon_sym_i16] = ACTIONS(2971), - [anon_sym_u32] = ACTIONS(2971), - [anon_sym_i32] = ACTIONS(2971), - [anon_sym_u64] = ACTIONS(2971), - [anon_sym_i64] = ACTIONS(2971), - [anon_sym_u128] = ACTIONS(2971), - [anon_sym_i128] = ACTIONS(2971), - [anon_sym_isize] = ACTIONS(2971), - [anon_sym_usize] = ACTIONS(2971), - [anon_sym_f32] = ACTIONS(2971), - [anon_sym_f64] = ACTIONS(2971), - [anon_sym_bool] = ACTIONS(2971), - [anon_sym_str] = ACTIONS(2971), - [anon_sym_char] = ACTIONS(2971), - [anon_sym_DASH] = ACTIONS(2969), - [anon_sym_BANG] = ACTIONS(2969), - [anon_sym_AMP] = ACTIONS(2969), - [anon_sym_PIPE] = ACTIONS(2969), - [anon_sym_LT] = ACTIONS(2969), - [anon_sym_DOT_DOT] = ACTIONS(2969), - [anon_sym_COLON_COLON] = ACTIONS(2969), - [anon_sym_POUND] = ACTIONS(2969), - [anon_sym_SQUOTE] = ACTIONS(2971), - [anon_sym_async] = ACTIONS(2971), - [anon_sym_break] = ACTIONS(2971), - [anon_sym_const] = ACTIONS(2971), - [anon_sym_continue] = ACTIONS(2971), - [anon_sym_default] = ACTIONS(2971), - [anon_sym_enum] = ACTIONS(2971), - [anon_sym_fn] = ACTIONS(2971), - [anon_sym_for] = ACTIONS(2971), - [anon_sym_gen] = ACTIONS(2971), - [anon_sym_if] = ACTIONS(2971), - [anon_sym_impl] = ACTIONS(2971), - [anon_sym_let] = ACTIONS(2971), - [anon_sym_loop] = ACTIONS(2971), - [anon_sym_match] = ACTIONS(2971), - [anon_sym_mod] = ACTIONS(2971), - [anon_sym_pub] = ACTIONS(2971), - [anon_sym_return] = ACTIONS(2971), - [anon_sym_static] = ACTIONS(2971), - [anon_sym_struct] = ACTIONS(2971), - [anon_sym_trait] = ACTIONS(2971), - [anon_sym_type] = ACTIONS(2971), - [anon_sym_union] = ACTIONS(2971), - [anon_sym_unsafe] = ACTIONS(2971), - [anon_sym_use] = ACTIONS(2971), - [anon_sym_while] = ACTIONS(2971), - [anon_sym_extern] = ACTIONS(2971), - [anon_sym_yield] = ACTIONS(2971), - [anon_sym_move] = ACTIONS(2971), - [anon_sym_try] = ACTIONS(2971), - [sym_integer_literal] = ACTIONS(2969), - [aux_sym_string_literal_token1] = ACTIONS(2969), - [sym_char_literal] = ACTIONS(2969), - [anon_sym_true] = ACTIONS(2971), - [anon_sym_false] = ACTIONS(2971), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2971), - [sym_super] = ACTIONS(2971), - [sym_crate] = ACTIONS(2971), - [sym_metavariable] = ACTIONS(2969), - [sym__raw_string_literal_start] = ACTIONS(2969), - [sym_float_literal] = ACTIONS(2969), + [ts_builtin_sym_end] = ACTIONS(2960), + [sym_identifier] = ACTIONS(2962), + [anon_sym_SEMI] = ACTIONS(2960), + [anon_sym_macro_rules_BANG] = ACTIONS(2960), + [anon_sym_LPAREN] = ACTIONS(2960), + [anon_sym_LBRACK] = ACTIONS(2960), + [anon_sym_LBRACE] = ACTIONS(2960), + [anon_sym_RBRACE] = ACTIONS(2960), + [anon_sym_STAR] = ACTIONS(2960), + [anon_sym_u8] = ACTIONS(2962), + [anon_sym_i8] = ACTIONS(2962), + [anon_sym_u16] = ACTIONS(2962), + [anon_sym_i16] = ACTIONS(2962), + [anon_sym_u32] = ACTIONS(2962), + [anon_sym_i32] = ACTIONS(2962), + [anon_sym_u64] = ACTIONS(2962), + [anon_sym_i64] = ACTIONS(2962), + [anon_sym_u128] = ACTIONS(2962), + [anon_sym_i128] = ACTIONS(2962), + [anon_sym_isize] = ACTIONS(2962), + [anon_sym_usize] = ACTIONS(2962), + [anon_sym_f32] = ACTIONS(2962), + [anon_sym_f64] = ACTIONS(2962), + [anon_sym_bool] = ACTIONS(2962), + [anon_sym_str] = ACTIONS(2962), + [anon_sym_char] = ACTIONS(2962), + [anon_sym_DASH] = ACTIONS(2960), + [anon_sym_BANG] = ACTIONS(2960), + [anon_sym_AMP] = ACTIONS(2960), + [anon_sym_PIPE] = ACTIONS(2960), + [anon_sym_LT] = ACTIONS(2960), + [anon_sym_DOT_DOT] = ACTIONS(2960), + [anon_sym_COLON_COLON] = ACTIONS(2960), + [anon_sym_POUND] = ACTIONS(2960), + [anon_sym_SQUOTE] = ACTIONS(2962), + [anon_sym_async] = ACTIONS(2962), + [anon_sym_break] = ACTIONS(2962), + [anon_sym_const] = ACTIONS(2962), + [anon_sym_continue] = ACTIONS(2962), + [anon_sym_default] = ACTIONS(2962), + [anon_sym_enum] = ACTIONS(2962), + [anon_sym_fn] = ACTIONS(2962), + [anon_sym_for] = ACTIONS(2962), + [anon_sym_gen] = ACTIONS(2962), + [anon_sym_if] = ACTIONS(2962), + [anon_sym_impl] = ACTIONS(2962), + [anon_sym_let] = ACTIONS(2962), + [anon_sym_loop] = ACTIONS(2962), + [anon_sym_match] = ACTIONS(2962), + [anon_sym_mod] = ACTIONS(2962), + [anon_sym_pub] = ACTIONS(2962), + [anon_sym_return] = ACTIONS(2962), + [anon_sym_static] = ACTIONS(2962), + [anon_sym_struct] = ACTIONS(2962), + [anon_sym_trait] = ACTIONS(2962), + [anon_sym_type] = ACTIONS(2962), + [anon_sym_union] = ACTIONS(2962), + [anon_sym_unsafe] = ACTIONS(2962), + [anon_sym_use] = ACTIONS(2962), + [anon_sym_while] = ACTIONS(2962), + [anon_sym_extern] = ACTIONS(2962), + [anon_sym_yield] = ACTIONS(2962), + [anon_sym_move] = ACTIONS(2962), + [anon_sym_try] = ACTIONS(2962), + [sym_integer_literal] = ACTIONS(2960), + [aux_sym_string_literal_token1] = ACTIONS(2960), + [sym_char_literal] = ACTIONS(2960), + [anon_sym_true] = ACTIONS(2962), + [anon_sym_false] = ACTIONS(2962), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2962), + [sym_super] = ACTIONS(2962), + [sym_crate] = ACTIONS(2962), + [sym_metavariable] = ACTIONS(2960), + [sym__raw_string_literal_start] = ACTIONS(2960), + [sym_float_literal] = ACTIONS(2960), }, [STATE(763)] = { [sym_line_comment] = STATE(763), [sym_block_comment] = STATE(763), - [ts_builtin_sym_end] = ACTIONS(2973), - [sym_identifier] = ACTIONS(2975), - [anon_sym_SEMI] = ACTIONS(2973), - [anon_sym_macro_rules_BANG] = ACTIONS(2973), - [anon_sym_LPAREN] = ACTIONS(2973), - [anon_sym_LBRACK] = ACTIONS(2973), - [anon_sym_LBRACE] = ACTIONS(2973), - [anon_sym_RBRACE] = ACTIONS(2973), - [anon_sym_STAR] = ACTIONS(2973), - [anon_sym_u8] = ACTIONS(2975), - [anon_sym_i8] = ACTIONS(2975), - [anon_sym_u16] = ACTIONS(2975), - [anon_sym_i16] = ACTIONS(2975), - [anon_sym_u32] = ACTIONS(2975), - [anon_sym_i32] = ACTIONS(2975), - [anon_sym_u64] = ACTIONS(2975), - [anon_sym_i64] = ACTIONS(2975), - [anon_sym_u128] = ACTIONS(2975), - [anon_sym_i128] = ACTIONS(2975), - [anon_sym_isize] = ACTIONS(2975), - [anon_sym_usize] = ACTIONS(2975), - [anon_sym_f32] = ACTIONS(2975), - [anon_sym_f64] = ACTIONS(2975), - [anon_sym_bool] = ACTIONS(2975), - [anon_sym_str] = ACTIONS(2975), - [anon_sym_char] = ACTIONS(2975), - [anon_sym_DASH] = ACTIONS(2973), - [anon_sym_BANG] = ACTIONS(2973), - [anon_sym_AMP] = ACTIONS(2973), - [anon_sym_PIPE] = ACTIONS(2973), - [anon_sym_LT] = ACTIONS(2973), - [anon_sym_DOT_DOT] = ACTIONS(2973), - [anon_sym_COLON_COLON] = ACTIONS(2973), - [anon_sym_POUND] = ACTIONS(2973), - [anon_sym_SQUOTE] = ACTIONS(2975), - [anon_sym_async] = ACTIONS(2975), - [anon_sym_break] = ACTIONS(2975), - [anon_sym_const] = ACTIONS(2975), - [anon_sym_continue] = ACTIONS(2975), - [anon_sym_default] = ACTIONS(2975), - [anon_sym_enum] = ACTIONS(2975), - [anon_sym_fn] = ACTIONS(2975), - [anon_sym_for] = ACTIONS(2975), - [anon_sym_gen] = ACTIONS(2975), - [anon_sym_if] = ACTIONS(2975), - [anon_sym_impl] = ACTIONS(2975), - [anon_sym_let] = ACTIONS(2975), - [anon_sym_loop] = ACTIONS(2975), - [anon_sym_match] = ACTIONS(2975), - [anon_sym_mod] = ACTIONS(2975), - [anon_sym_pub] = ACTIONS(2975), - [anon_sym_return] = ACTIONS(2975), - [anon_sym_static] = ACTIONS(2975), - [anon_sym_struct] = ACTIONS(2975), - [anon_sym_trait] = ACTIONS(2975), - [anon_sym_type] = ACTIONS(2975), - [anon_sym_union] = ACTIONS(2975), - [anon_sym_unsafe] = ACTIONS(2975), - [anon_sym_use] = ACTIONS(2975), - [anon_sym_while] = ACTIONS(2975), - [anon_sym_extern] = ACTIONS(2975), - [anon_sym_yield] = ACTIONS(2975), - [anon_sym_move] = ACTIONS(2975), - [anon_sym_try] = ACTIONS(2975), - [sym_integer_literal] = ACTIONS(2973), - [aux_sym_string_literal_token1] = ACTIONS(2973), - [sym_char_literal] = ACTIONS(2973), - [anon_sym_true] = ACTIONS(2975), - [anon_sym_false] = ACTIONS(2975), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2975), - [sym_super] = ACTIONS(2975), - [sym_crate] = ACTIONS(2975), - [sym_metavariable] = ACTIONS(2973), - [sym__raw_string_literal_start] = ACTIONS(2973), - [sym_float_literal] = ACTIONS(2973), + [ts_builtin_sym_end] = ACTIONS(2964), + [sym_identifier] = ACTIONS(2966), + [anon_sym_SEMI] = ACTIONS(2964), + [anon_sym_macro_rules_BANG] = ACTIONS(2964), + [anon_sym_LPAREN] = ACTIONS(2964), + [anon_sym_LBRACK] = ACTIONS(2964), + [anon_sym_LBRACE] = ACTIONS(2964), + [anon_sym_RBRACE] = ACTIONS(2964), + [anon_sym_STAR] = ACTIONS(2964), + [anon_sym_u8] = ACTIONS(2966), + [anon_sym_i8] = ACTIONS(2966), + [anon_sym_u16] = ACTIONS(2966), + [anon_sym_i16] = ACTIONS(2966), + [anon_sym_u32] = ACTIONS(2966), + [anon_sym_i32] = ACTIONS(2966), + [anon_sym_u64] = ACTIONS(2966), + [anon_sym_i64] = ACTIONS(2966), + [anon_sym_u128] = ACTIONS(2966), + [anon_sym_i128] = ACTIONS(2966), + [anon_sym_isize] = ACTIONS(2966), + [anon_sym_usize] = ACTIONS(2966), + [anon_sym_f32] = ACTIONS(2966), + [anon_sym_f64] = ACTIONS(2966), + [anon_sym_bool] = ACTIONS(2966), + [anon_sym_str] = ACTIONS(2966), + [anon_sym_char] = ACTIONS(2966), + [anon_sym_DASH] = ACTIONS(2964), + [anon_sym_BANG] = ACTIONS(2964), + [anon_sym_AMP] = ACTIONS(2964), + [anon_sym_PIPE] = ACTIONS(2964), + [anon_sym_LT] = ACTIONS(2964), + [anon_sym_DOT_DOT] = ACTIONS(2964), + [anon_sym_COLON_COLON] = ACTIONS(2964), + [anon_sym_POUND] = ACTIONS(2964), + [anon_sym_SQUOTE] = ACTIONS(2966), + [anon_sym_async] = ACTIONS(2966), + [anon_sym_break] = ACTIONS(2966), + [anon_sym_const] = ACTIONS(2966), + [anon_sym_continue] = ACTIONS(2966), + [anon_sym_default] = ACTIONS(2966), + [anon_sym_enum] = ACTIONS(2966), + [anon_sym_fn] = ACTIONS(2966), + [anon_sym_for] = ACTIONS(2966), + [anon_sym_gen] = ACTIONS(2966), + [anon_sym_if] = ACTIONS(2966), + [anon_sym_impl] = ACTIONS(2966), + [anon_sym_let] = ACTIONS(2966), + [anon_sym_loop] = ACTIONS(2966), + [anon_sym_match] = ACTIONS(2966), + [anon_sym_mod] = ACTIONS(2966), + [anon_sym_pub] = ACTIONS(2966), + [anon_sym_return] = ACTIONS(2966), + [anon_sym_static] = ACTIONS(2966), + [anon_sym_struct] = ACTIONS(2966), + [anon_sym_trait] = ACTIONS(2966), + [anon_sym_type] = ACTIONS(2966), + [anon_sym_union] = ACTIONS(2966), + [anon_sym_unsafe] = ACTIONS(2966), + [anon_sym_use] = ACTIONS(2966), + [anon_sym_while] = ACTIONS(2966), + [anon_sym_extern] = ACTIONS(2966), + [anon_sym_yield] = ACTIONS(2966), + [anon_sym_move] = ACTIONS(2966), + [anon_sym_try] = ACTIONS(2966), + [sym_integer_literal] = ACTIONS(2964), + [aux_sym_string_literal_token1] = ACTIONS(2964), + [sym_char_literal] = ACTIONS(2964), + [anon_sym_true] = ACTIONS(2966), + [anon_sym_false] = ACTIONS(2966), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2966), + [sym_super] = ACTIONS(2966), + [sym_crate] = ACTIONS(2966), + [sym_metavariable] = ACTIONS(2964), + [sym__raw_string_literal_start] = ACTIONS(2964), + [sym_float_literal] = ACTIONS(2964), }, [STATE(764)] = { [sym_line_comment] = STATE(764), [sym_block_comment] = STATE(764), - [ts_builtin_sym_end] = ACTIONS(2977), - [sym_identifier] = ACTIONS(2979), - [anon_sym_SEMI] = ACTIONS(2977), - [anon_sym_macro_rules_BANG] = ACTIONS(2977), - [anon_sym_LPAREN] = ACTIONS(2977), - [anon_sym_LBRACK] = ACTIONS(2977), - [anon_sym_LBRACE] = ACTIONS(2977), - [anon_sym_RBRACE] = ACTIONS(2977), - [anon_sym_STAR] = ACTIONS(2977), - [anon_sym_u8] = ACTIONS(2979), - [anon_sym_i8] = ACTIONS(2979), - [anon_sym_u16] = ACTIONS(2979), - [anon_sym_i16] = ACTIONS(2979), - [anon_sym_u32] = ACTIONS(2979), - [anon_sym_i32] = ACTIONS(2979), - [anon_sym_u64] = ACTIONS(2979), - [anon_sym_i64] = ACTIONS(2979), - [anon_sym_u128] = ACTIONS(2979), - [anon_sym_i128] = ACTIONS(2979), - [anon_sym_isize] = ACTIONS(2979), - [anon_sym_usize] = ACTIONS(2979), - [anon_sym_f32] = ACTIONS(2979), - [anon_sym_f64] = ACTIONS(2979), - [anon_sym_bool] = ACTIONS(2979), - [anon_sym_str] = ACTIONS(2979), - [anon_sym_char] = ACTIONS(2979), - [anon_sym_DASH] = ACTIONS(2977), - [anon_sym_BANG] = ACTIONS(2977), - [anon_sym_AMP] = ACTIONS(2977), - [anon_sym_PIPE] = ACTIONS(2977), - [anon_sym_LT] = ACTIONS(2977), - [anon_sym_DOT_DOT] = ACTIONS(2977), - [anon_sym_COLON_COLON] = ACTIONS(2977), - [anon_sym_POUND] = ACTIONS(2977), - [anon_sym_SQUOTE] = ACTIONS(2979), - [anon_sym_async] = ACTIONS(2979), - [anon_sym_break] = ACTIONS(2979), - [anon_sym_const] = ACTIONS(2979), - [anon_sym_continue] = ACTIONS(2979), - [anon_sym_default] = ACTIONS(2979), - [anon_sym_enum] = ACTIONS(2979), - [anon_sym_fn] = ACTIONS(2979), - [anon_sym_for] = ACTIONS(2979), - [anon_sym_gen] = ACTIONS(2979), - [anon_sym_if] = ACTIONS(2979), - [anon_sym_impl] = ACTIONS(2979), - [anon_sym_let] = ACTIONS(2979), - [anon_sym_loop] = ACTIONS(2979), - [anon_sym_match] = ACTIONS(2979), - [anon_sym_mod] = ACTIONS(2979), - [anon_sym_pub] = ACTIONS(2979), - [anon_sym_return] = ACTIONS(2979), - [anon_sym_static] = ACTIONS(2979), - [anon_sym_struct] = ACTIONS(2979), - [anon_sym_trait] = ACTIONS(2979), - [anon_sym_type] = ACTIONS(2979), - [anon_sym_union] = ACTIONS(2979), - [anon_sym_unsafe] = ACTIONS(2979), - [anon_sym_use] = ACTIONS(2979), - [anon_sym_while] = ACTIONS(2979), - [anon_sym_extern] = ACTIONS(2979), - [anon_sym_yield] = ACTIONS(2979), - [anon_sym_move] = ACTIONS(2979), - [anon_sym_try] = ACTIONS(2979), - [sym_integer_literal] = ACTIONS(2977), - [aux_sym_string_literal_token1] = ACTIONS(2977), - [sym_char_literal] = ACTIONS(2977), - [anon_sym_true] = ACTIONS(2979), - [anon_sym_false] = ACTIONS(2979), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2979), - [sym_super] = ACTIONS(2979), - [sym_crate] = ACTIONS(2979), - [sym_metavariable] = ACTIONS(2977), - [sym__raw_string_literal_start] = ACTIONS(2977), - [sym_float_literal] = ACTIONS(2977), + [ts_builtin_sym_end] = ACTIONS(2968), + [sym_identifier] = ACTIONS(2970), + [anon_sym_SEMI] = ACTIONS(2968), + [anon_sym_macro_rules_BANG] = ACTIONS(2968), + [anon_sym_LPAREN] = ACTIONS(2968), + [anon_sym_LBRACK] = ACTIONS(2968), + [anon_sym_LBRACE] = ACTIONS(2968), + [anon_sym_RBRACE] = ACTIONS(2968), + [anon_sym_STAR] = ACTIONS(2968), + [anon_sym_u8] = ACTIONS(2970), + [anon_sym_i8] = ACTIONS(2970), + [anon_sym_u16] = ACTIONS(2970), + [anon_sym_i16] = ACTIONS(2970), + [anon_sym_u32] = ACTIONS(2970), + [anon_sym_i32] = ACTIONS(2970), + [anon_sym_u64] = ACTIONS(2970), + [anon_sym_i64] = ACTIONS(2970), + [anon_sym_u128] = ACTIONS(2970), + [anon_sym_i128] = ACTIONS(2970), + [anon_sym_isize] = ACTIONS(2970), + [anon_sym_usize] = ACTIONS(2970), + [anon_sym_f32] = ACTIONS(2970), + [anon_sym_f64] = ACTIONS(2970), + [anon_sym_bool] = ACTIONS(2970), + [anon_sym_str] = ACTIONS(2970), + [anon_sym_char] = ACTIONS(2970), + [anon_sym_DASH] = ACTIONS(2968), + [anon_sym_BANG] = ACTIONS(2968), + [anon_sym_AMP] = ACTIONS(2968), + [anon_sym_PIPE] = ACTIONS(2968), + [anon_sym_LT] = ACTIONS(2968), + [anon_sym_DOT_DOT] = ACTIONS(2968), + [anon_sym_COLON_COLON] = ACTIONS(2968), + [anon_sym_POUND] = ACTIONS(2968), + [anon_sym_SQUOTE] = ACTIONS(2970), + [anon_sym_async] = ACTIONS(2970), + [anon_sym_break] = ACTIONS(2970), + [anon_sym_const] = ACTIONS(2970), + [anon_sym_continue] = ACTIONS(2970), + [anon_sym_default] = ACTIONS(2970), + [anon_sym_enum] = ACTIONS(2970), + [anon_sym_fn] = ACTIONS(2970), + [anon_sym_for] = ACTIONS(2970), + [anon_sym_gen] = ACTIONS(2970), + [anon_sym_if] = ACTIONS(2970), + [anon_sym_impl] = ACTIONS(2970), + [anon_sym_let] = ACTIONS(2970), + [anon_sym_loop] = ACTIONS(2970), + [anon_sym_match] = ACTIONS(2970), + [anon_sym_mod] = ACTIONS(2970), + [anon_sym_pub] = ACTIONS(2970), + [anon_sym_return] = ACTIONS(2970), + [anon_sym_static] = ACTIONS(2970), + [anon_sym_struct] = ACTIONS(2970), + [anon_sym_trait] = ACTIONS(2970), + [anon_sym_type] = ACTIONS(2970), + [anon_sym_union] = ACTIONS(2970), + [anon_sym_unsafe] = ACTIONS(2970), + [anon_sym_use] = ACTIONS(2970), + [anon_sym_while] = ACTIONS(2970), + [anon_sym_extern] = ACTIONS(2970), + [anon_sym_yield] = ACTIONS(2970), + [anon_sym_move] = ACTIONS(2970), + [anon_sym_try] = ACTIONS(2970), + [sym_integer_literal] = ACTIONS(2968), + [aux_sym_string_literal_token1] = ACTIONS(2968), + [sym_char_literal] = ACTIONS(2968), + [anon_sym_true] = ACTIONS(2970), + [anon_sym_false] = ACTIONS(2970), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2970), + [sym_super] = ACTIONS(2970), + [sym_crate] = ACTIONS(2970), + [sym_metavariable] = ACTIONS(2968), + [sym__raw_string_literal_start] = ACTIONS(2968), + [sym_float_literal] = ACTIONS(2968), }, [STATE(765)] = { [sym_line_comment] = STATE(765), [sym_block_comment] = STATE(765), - [ts_builtin_sym_end] = ACTIONS(2981), - [sym_identifier] = ACTIONS(2983), - [anon_sym_SEMI] = ACTIONS(2981), - [anon_sym_macro_rules_BANG] = ACTIONS(2981), - [anon_sym_LPAREN] = ACTIONS(2981), - [anon_sym_LBRACK] = ACTIONS(2981), - [anon_sym_LBRACE] = ACTIONS(2981), - [anon_sym_RBRACE] = ACTIONS(2981), - [anon_sym_STAR] = ACTIONS(2981), - [anon_sym_u8] = ACTIONS(2983), - [anon_sym_i8] = ACTIONS(2983), - [anon_sym_u16] = ACTIONS(2983), - [anon_sym_i16] = ACTIONS(2983), - [anon_sym_u32] = ACTIONS(2983), - [anon_sym_i32] = ACTIONS(2983), - [anon_sym_u64] = ACTIONS(2983), - [anon_sym_i64] = ACTIONS(2983), - [anon_sym_u128] = ACTIONS(2983), - [anon_sym_i128] = ACTIONS(2983), - [anon_sym_isize] = ACTIONS(2983), - [anon_sym_usize] = ACTIONS(2983), - [anon_sym_f32] = ACTIONS(2983), - [anon_sym_f64] = ACTIONS(2983), - [anon_sym_bool] = ACTIONS(2983), - [anon_sym_str] = ACTIONS(2983), - [anon_sym_char] = ACTIONS(2983), - [anon_sym_DASH] = ACTIONS(2981), - [anon_sym_BANG] = ACTIONS(2981), - [anon_sym_AMP] = ACTIONS(2981), - [anon_sym_PIPE] = ACTIONS(2981), - [anon_sym_LT] = ACTIONS(2981), - [anon_sym_DOT_DOT] = ACTIONS(2981), - [anon_sym_COLON_COLON] = ACTIONS(2981), - [anon_sym_POUND] = ACTIONS(2981), - [anon_sym_SQUOTE] = ACTIONS(2983), - [anon_sym_async] = ACTIONS(2983), - [anon_sym_break] = ACTIONS(2983), - [anon_sym_const] = ACTIONS(2983), - [anon_sym_continue] = ACTIONS(2983), - [anon_sym_default] = ACTIONS(2983), - [anon_sym_enum] = ACTIONS(2983), - [anon_sym_fn] = ACTIONS(2983), - [anon_sym_for] = ACTIONS(2983), - [anon_sym_gen] = ACTIONS(2983), - [anon_sym_if] = ACTIONS(2983), - [anon_sym_impl] = ACTIONS(2983), - [anon_sym_let] = ACTIONS(2983), - [anon_sym_loop] = ACTIONS(2983), - [anon_sym_match] = ACTIONS(2983), - [anon_sym_mod] = ACTIONS(2983), - [anon_sym_pub] = ACTIONS(2983), - [anon_sym_return] = ACTIONS(2983), - [anon_sym_static] = ACTIONS(2983), - [anon_sym_struct] = ACTIONS(2983), - [anon_sym_trait] = ACTIONS(2983), - [anon_sym_type] = ACTIONS(2983), - [anon_sym_union] = ACTIONS(2983), - [anon_sym_unsafe] = ACTIONS(2983), - [anon_sym_use] = ACTIONS(2983), - [anon_sym_while] = ACTIONS(2983), - [anon_sym_extern] = ACTIONS(2983), - [anon_sym_yield] = ACTIONS(2983), - [anon_sym_move] = ACTIONS(2983), - [anon_sym_try] = ACTIONS(2983), - [sym_integer_literal] = ACTIONS(2981), - [aux_sym_string_literal_token1] = ACTIONS(2981), - [sym_char_literal] = ACTIONS(2981), - [anon_sym_true] = ACTIONS(2983), - [anon_sym_false] = ACTIONS(2983), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2983), - [sym_super] = ACTIONS(2983), - [sym_crate] = ACTIONS(2983), - [sym_metavariable] = ACTIONS(2981), - [sym__raw_string_literal_start] = ACTIONS(2981), - [sym_float_literal] = ACTIONS(2981), + [ts_builtin_sym_end] = ACTIONS(2972), + [sym_identifier] = ACTIONS(2974), + [anon_sym_SEMI] = ACTIONS(2972), + [anon_sym_macro_rules_BANG] = ACTIONS(2972), + [anon_sym_LPAREN] = ACTIONS(2972), + [anon_sym_LBRACK] = ACTIONS(2972), + [anon_sym_LBRACE] = ACTIONS(2972), + [anon_sym_RBRACE] = ACTIONS(2972), + [anon_sym_STAR] = ACTIONS(2972), + [anon_sym_u8] = ACTIONS(2974), + [anon_sym_i8] = ACTIONS(2974), + [anon_sym_u16] = ACTIONS(2974), + [anon_sym_i16] = ACTIONS(2974), + [anon_sym_u32] = ACTIONS(2974), + [anon_sym_i32] = ACTIONS(2974), + [anon_sym_u64] = ACTIONS(2974), + [anon_sym_i64] = ACTIONS(2974), + [anon_sym_u128] = ACTIONS(2974), + [anon_sym_i128] = ACTIONS(2974), + [anon_sym_isize] = ACTIONS(2974), + [anon_sym_usize] = ACTIONS(2974), + [anon_sym_f32] = ACTIONS(2974), + [anon_sym_f64] = ACTIONS(2974), + [anon_sym_bool] = ACTIONS(2974), + [anon_sym_str] = ACTIONS(2974), + [anon_sym_char] = ACTIONS(2974), + [anon_sym_DASH] = ACTIONS(2972), + [anon_sym_BANG] = ACTIONS(2972), + [anon_sym_AMP] = ACTIONS(2972), + [anon_sym_PIPE] = ACTIONS(2972), + [anon_sym_LT] = ACTIONS(2972), + [anon_sym_DOT_DOT] = ACTIONS(2972), + [anon_sym_COLON_COLON] = ACTIONS(2972), + [anon_sym_POUND] = ACTIONS(2972), + [anon_sym_SQUOTE] = ACTIONS(2974), + [anon_sym_async] = ACTIONS(2974), + [anon_sym_break] = ACTIONS(2974), + [anon_sym_const] = ACTIONS(2974), + [anon_sym_continue] = ACTIONS(2974), + [anon_sym_default] = ACTIONS(2974), + [anon_sym_enum] = ACTIONS(2974), + [anon_sym_fn] = ACTIONS(2974), + [anon_sym_for] = ACTIONS(2974), + [anon_sym_gen] = ACTIONS(2974), + [anon_sym_if] = ACTIONS(2974), + [anon_sym_impl] = ACTIONS(2974), + [anon_sym_let] = ACTIONS(2974), + [anon_sym_loop] = ACTIONS(2974), + [anon_sym_match] = ACTIONS(2974), + [anon_sym_mod] = ACTIONS(2974), + [anon_sym_pub] = ACTIONS(2974), + [anon_sym_return] = ACTIONS(2974), + [anon_sym_static] = ACTIONS(2974), + [anon_sym_struct] = ACTIONS(2974), + [anon_sym_trait] = ACTIONS(2974), + [anon_sym_type] = ACTIONS(2974), + [anon_sym_union] = ACTIONS(2974), + [anon_sym_unsafe] = ACTIONS(2974), + [anon_sym_use] = ACTIONS(2974), + [anon_sym_while] = ACTIONS(2974), + [anon_sym_extern] = ACTIONS(2974), + [anon_sym_yield] = ACTIONS(2974), + [anon_sym_move] = ACTIONS(2974), + [anon_sym_try] = ACTIONS(2974), + [sym_integer_literal] = ACTIONS(2972), + [aux_sym_string_literal_token1] = ACTIONS(2972), + [sym_char_literal] = ACTIONS(2972), + [anon_sym_true] = ACTIONS(2974), + [anon_sym_false] = ACTIONS(2974), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2974), + [sym_super] = ACTIONS(2974), + [sym_crate] = ACTIONS(2974), + [sym_metavariable] = ACTIONS(2972), + [sym__raw_string_literal_start] = ACTIONS(2972), + [sym_float_literal] = ACTIONS(2972), }, [STATE(766)] = { [sym_line_comment] = STATE(766), [sym_block_comment] = STATE(766), - [ts_builtin_sym_end] = ACTIONS(2985), - [sym_identifier] = ACTIONS(2987), - [anon_sym_SEMI] = ACTIONS(2985), - [anon_sym_macro_rules_BANG] = ACTIONS(2985), - [anon_sym_LPAREN] = ACTIONS(2985), - [anon_sym_LBRACK] = ACTIONS(2985), - [anon_sym_LBRACE] = ACTIONS(2985), - [anon_sym_RBRACE] = ACTIONS(2985), - [anon_sym_STAR] = ACTIONS(2985), - [anon_sym_u8] = ACTIONS(2987), - [anon_sym_i8] = ACTIONS(2987), - [anon_sym_u16] = ACTIONS(2987), - [anon_sym_i16] = ACTIONS(2987), - [anon_sym_u32] = ACTIONS(2987), - [anon_sym_i32] = ACTIONS(2987), - [anon_sym_u64] = ACTIONS(2987), - [anon_sym_i64] = ACTIONS(2987), - [anon_sym_u128] = ACTIONS(2987), - [anon_sym_i128] = ACTIONS(2987), - [anon_sym_isize] = ACTIONS(2987), - [anon_sym_usize] = ACTIONS(2987), - [anon_sym_f32] = ACTIONS(2987), - [anon_sym_f64] = ACTIONS(2987), - [anon_sym_bool] = ACTIONS(2987), - [anon_sym_str] = ACTIONS(2987), - [anon_sym_char] = ACTIONS(2987), - [anon_sym_DASH] = ACTIONS(2985), - [anon_sym_BANG] = ACTIONS(2985), - [anon_sym_AMP] = ACTIONS(2985), - [anon_sym_PIPE] = ACTIONS(2985), - [anon_sym_LT] = ACTIONS(2985), - [anon_sym_DOT_DOT] = ACTIONS(2985), - [anon_sym_COLON_COLON] = ACTIONS(2985), - [anon_sym_POUND] = ACTIONS(2985), - [anon_sym_SQUOTE] = ACTIONS(2987), - [anon_sym_async] = ACTIONS(2987), - [anon_sym_break] = ACTIONS(2987), - [anon_sym_const] = ACTIONS(2987), - [anon_sym_continue] = ACTIONS(2987), - [anon_sym_default] = ACTIONS(2987), - [anon_sym_enum] = ACTIONS(2987), - [anon_sym_fn] = ACTIONS(2987), - [anon_sym_for] = ACTIONS(2987), - [anon_sym_gen] = ACTIONS(2987), - [anon_sym_if] = ACTIONS(2987), - [anon_sym_impl] = ACTIONS(2987), - [anon_sym_let] = ACTIONS(2987), - [anon_sym_loop] = ACTIONS(2987), - [anon_sym_match] = ACTIONS(2987), - [anon_sym_mod] = ACTIONS(2987), - [anon_sym_pub] = ACTIONS(2987), - [anon_sym_return] = ACTIONS(2987), - [anon_sym_static] = ACTIONS(2987), - [anon_sym_struct] = ACTIONS(2987), - [anon_sym_trait] = ACTIONS(2987), - [anon_sym_type] = ACTIONS(2987), - [anon_sym_union] = ACTIONS(2987), - [anon_sym_unsafe] = ACTIONS(2987), - [anon_sym_use] = ACTIONS(2987), - [anon_sym_while] = ACTIONS(2987), - [anon_sym_extern] = ACTIONS(2987), - [anon_sym_yield] = ACTIONS(2987), - [anon_sym_move] = ACTIONS(2987), - [anon_sym_try] = ACTIONS(2987), - [sym_integer_literal] = ACTIONS(2985), - [aux_sym_string_literal_token1] = ACTIONS(2985), - [sym_char_literal] = ACTIONS(2985), - [anon_sym_true] = ACTIONS(2987), - [anon_sym_false] = ACTIONS(2987), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2987), - [sym_super] = ACTIONS(2987), - [sym_crate] = ACTIONS(2987), - [sym_metavariable] = ACTIONS(2985), - [sym__raw_string_literal_start] = ACTIONS(2985), - [sym_float_literal] = ACTIONS(2985), + [ts_builtin_sym_end] = ACTIONS(2976), + [sym_identifier] = ACTIONS(2978), + [anon_sym_SEMI] = ACTIONS(2976), + [anon_sym_macro_rules_BANG] = ACTIONS(2976), + [anon_sym_LPAREN] = ACTIONS(2976), + [anon_sym_LBRACK] = ACTIONS(2976), + [anon_sym_LBRACE] = ACTIONS(2976), + [anon_sym_RBRACE] = ACTIONS(2976), + [anon_sym_STAR] = ACTIONS(2976), + [anon_sym_u8] = ACTIONS(2978), + [anon_sym_i8] = ACTIONS(2978), + [anon_sym_u16] = ACTIONS(2978), + [anon_sym_i16] = ACTIONS(2978), + [anon_sym_u32] = ACTIONS(2978), + [anon_sym_i32] = ACTIONS(2978), + [anon_sym_u64] = ACTIONS(2978), + [anon_sym_i64] = ACTIONS(2978), + [anon_sym_u128] = ACTIONS(2978), + [anon_sym_i128] = ACTIONS(2978), + [anon_sym_isize] = ACTIONS(2978), + [anon_sym_usize] = ACTIONS(2978), + [anon_sym_f32] = ACTIONS(2978), + [anon_sym_f64] = ACTIONS(2978), + [anon_sym_bool] = ACTIONS(2978), + [anon_sym_str] = ACTIONS(2978), + [anon_sym_char] = ACTIONS(2978), + [anon_sym_DASH] = ACTIONS(2976), + [anon_sym_BANG] = ACTIONS(2976), + [anon_sym_AMP] = ACTIONS(2976), + [anon_sym_PIPE] = ACTIONS(2976), + [anon_sym_LT] = ACTIONS(2976), + [anon_sym_DOT_DOT] = ACTIONS(2976), + [anon_sym_COLON_COLON] = ACTIONS(2976), + [anon_sym_POUND] = ACTIONS(2976), + [anon_sym_SQUOTE] = ACTIONS(2978), + [anon_sym_async] = ACTIONS(2978), + [anon_sym_break] = ACTIONS(2978), + [anon_sym_const] = ACTIONS(2978), + [anon_sym_continue] = ACTIONS(2978), + [anon_sym_default] = ACTIONS(2978), + [anon_sym_enum] = ACTIONS(2978), + [anon_sym_fn] = ACTIONS(2978), + [anon_sym_for] = ACTIONS(2978), + [anon_sym_gen] = ACTIONS(2978), + [anon_sym_if] = ACTIONS(2978), + [anon_sym_impl] = ACTIONS(2978), + [anon_sym_let] = ACTIONS(2978), + [anon_sym_loop] = ACTIONS(2978), + [anon_sym_match] = ACTIONS(2978), + [anon_sym_mod] = ACTIONS(2978), + [anon_sym_pub] = ACTIONS(2978), + [anon_sym_return] = ACTIONS(2978), + [anon_sym_static] = ACTIONS(2978), + [anon_sym_struct] = ACTIONS(2978), + [anon_sym_trait] = ACTIONS(2978), + [anon_sym_type] = ACTIONS(2978), + [anon_sym_union] = ACTIONS(2978), + [anon_sym_unsafe] = ACTIONS(2978), + [anon_sym_use] = ACTIONS(2978), + [anon_sym_while] = ACTIONS(2978), + [anon_sym_extern] = ACTIONS(2978), + [anon_sym_yield] = ACTIONS(2978), + [anon_sym_move] = ACTIONS(2978), + [anon_sym_try] = ACTIONS(2978), + [sym_integer_literal] = ACTIONS(2976), + [aux_sym_string_literal_token1] = ACTIONS(2976), + [sym_char_literal] = ACTIONS(2976), + [anon_sym_true] = ACTIONS(2978), + [anon_sym_false] = ACTIONS(2978), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2978), + [sym_super] = ACTIONS(2978), + [sym_crate] = ACTIONS(2978), + [sym_metavariable] = ACTIONS(2976), + [sym__raw_string_literal_start] = ACTIONS(2976), + [sym_float_literal] = ACTIONS(2976), }, [STATE(767)] = { - [sym_line_comment] = STATE(767), - [sym_block_comment] = STATE(767), - [ts_builtin_sym_end] = ACTIONS(2989), - [sym_identifier] = ACTIONS(2991), - [anon_sym_SEMI] = ACTIONS(2989), - [anon_sym_macro_rules_BANG] = ACTIONS(2989), - [anon_sym_LPAREN] = ACTIONS(2989), - [anon_sym_LBRACK] = ACTIONS(2989), - [anon_sym_LBRACE] = ACTIONS(2989), - [anon_sym_RBRACE] = ACTIONS(2989), - [anon_sym_STAR] = ACTIONS(2989), - [anon_sym_u8] = ACTIONS(2991), - [anon_sym_i8] = ACTIONS(2991), - [anon_sym_u16] = ACTIONS(2991), - [anon_sym_i16] = ACTIONS(2991), - [anon_sym_u32] = ACTIONS(2991), - [anon_sym_i32] = ACTIONS(2991), - [anon_sym_u64] = ACTIONS(2991), - [anon_sym_i64] = ACTIONS(2991), - [anon_sym_u128] = ACTIONS(2991), - [anon_sym_i128] = ACTIONS(2991), - [anon_sym_isize] = ACTIONS(2991), - [anon_sym_usize] = ACTIONS(2991), - [anon_sym_f32] = ACTIONS(2991), - [anon_sym_f64] = ACTIONS(2991), - [anon_sym_bool] = ACTIONS(2991), - [anon_sym_str] = ACTIONS(2991), - [anon_sym_char] = ACTIONS(2991), - [anon_sym_DASH] = ACTIONS(2989), - [anon_sym_BANG] = ACTIONS(2989), - [anon_sym_AMP] = ACTIONS(2989), - [anon_sym_PIPE] = ACTIONS(2989), - [anon_sym_LT] = ACTIONS(2989), - [anon_sym_DOT_DOT] = ACTIONS(2989), - [anon_sym_COLON_COLON] = ACTIONS(2989), - [anon_sym_POUND] = ACTIONS(2989), - [anon_sym_SQUOTE] = ACTIONS(2991), - [anon_sym_async] = ACTIONS(2991), - [anon_sym_break] = ACTIONS(2991), - [anon_sym_const] = ACTIONS(2991), - [anon_sym_continue] = ACTIONS(2991), - [anon_sym_default] = ACTIONS(2991), - [anon_sym_enum] = ACTIONS(2991), - [anon_sym_fn] = ACTIONS(2991), - [anon_sym_for] = ACTIONS(2991), - [anon_sym_gen] = ACTIONS(2991), - [anon_sym_if] = ACTIONS(2991), - [anon_sym_impl] = ACTIONS(2991), - [anon_sym_let] = ACTIONS(2991), - [anon_sym_loop] = ACTIONS(2991), - [anon_sym_match] = ACTIONS(2991), - [anon_sym_mod] = ACTIONS(2991), - [anon_sym_pub] = ACTIONS(2991), - [anon_sym_return] = ACTIONS(2991), - [anon_sym_static] = ACTIONS(2991), - [anon_sym_struct] = ACTIONS(2991), - [anon_sym_trait] = ACTIONS(2991), - [anon_sym_type] = ACTIONS(2991), - [anon_sym_union] = ACTIONS(2991), - [anon_sym_unsafe] = ACTIONS(2991), - [anon_sym_use] = ACTIONS(2991), - [anon_sym_while] = ACTIONS(2991), - [anon_sym_extern] = ACTIONS(2991), - [anon_sym_yield] = ACTIONS(2991), - [anon_sym_move] = ACTIONS(2991), - [anon_sym_try] = ACTIONS(2991), - [sym_integer_literal] = ACTIONS(2989), - [aux_sym_string_literal_token1] = ACTIONS(2989), - [sym_char_literal] = ACTIONS(2989), - [anon_sym_true] = ACTIONS(2991), - [anon_sym_false] = ACTIONS(2991), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2991), - [sym_super] = ACTIONS(2991), - [sym_crate] = ACTIONS(2991), - [sym_metavariable] = ACTIONS(2989), - [sym__raw_string_literal_start] = ACTIONS(2989), - [sym_float_literal] = ACTIONS(2989), - }, - [STATE(768)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(3152), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2957), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(768), - [sym_block_comment] = STATE(768), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(2993), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(769)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_pattern] = STATE(3498), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), - [sym_line_comment] = STATE(769), - [sym_block_comment] = STATE(769), - [aux_sym_match_arm_repeat1] = STATE(1049), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_POUND] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_default] = ACTIONS(1673), - [anon_sym_gen] = ACTIONS(1673), - [anon_sym_union] = ACTIONS(1673), - [anon_sym_ref] = ACTIONS(1675), - [sym_mutable_specifier] = ACTIONS(1677), - [sym_integer_literal] = ACTIONS(1679), - [aux_sym_string_literal_token1] = ACTIONS(1681), - [sym_char_literal] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1685), - [sym_super] = ACTIONS(1685), - [sym_crate] = ACTIONS(1685), - [sym_metavariable] = ACTIONS(1687), - [sym__raw_string_literal_start] = ACTIONS(1689), - [sym_float_literal] = ACTIONS(1679), + [sym_line_comment] = STATE(767), + [sym_block_comment] = STATE(767), + [ts_builtin_sym_end] = ACTIONS(2980), + [sym_identifier] = ACTIONS(2982), + [anon_sym_SEMI] = ACTIONS(2980), + [anon_sym_macro_rules_BANG] = ACTIONS(2980), + [anon_sym_LPAREN] = ACTIONS(2980), + [anon_sym_LBRACK] = ACTIONS(2980), + [anon_sym_LBRACE] = ACTIONS(2980), + [anon_sym_RBRACE] = ACTIONS(2980), + [anon_sym_STAR] = ACTIONS(2980), + [anon_sym_u8] = ACTIONS(2982), + [anon_sym_i8] = ACTIONS(2982), + [anon_sym_u16] = ACTIONS(2982), + [anon_sym_i16] = ACTIONS(2982), + [anon_sym_u32] = ACTIONS(2982), + [anon_sym_i32] = ACTIONS(2982), + [anon_sym_u64] = ACTIONS(2982), + [anon_sym_i64] = ACTIONS(2982), + [anon_sym_u128] = ACTIONS(2982), + [anon_sym_i128] = ACTIONS(2982), + [anon_sym_isize] = ACTIONS(2982), + [anon_sym_usize] = ACTIONS(2982), + [anon_sym_f32] = ACTIONS(2982), + [anon_sym_f64] = ACTIONS(2982), + [anon_sym_bool] = ACTIONS(2982), + [anon_sym_str] = ACTIONS(2982), + [anon_sym_char] = ACTIONS(2982), + [anon_sym_DASH] = ACTIONS(2980), + [anon_sym_BANG] = ACTIONS(2980), + [anon_sym_AMP] = ACTIONS(2980), + [anon_sym_PIPE] = ACTIONS(2980), + [anon_sym_LT] = ACTIONS(2980), + [anon_sym_DOT_DOT] = ACTIONS(2980), + [anon_sym_COLON_COLON] = ACTIONS(2980), + [anon_sym_POUND] = ACTIONS(2980), + [anon_sym_SQUOTE] = ACTIONS(2982), + [anon_sym_async] = ACTIONS(2982), + [anon_sym_break] = ACTIONS(2982), + [anon_sym_const] = ACTIONS(2982), + [anon_sym_continue] = ACTIONS(2982), + [anon_sym_default] = ACTIONS(2982), + [anon_sym_enum] = ACTIONS(2982), + [anon_sym_fn] = ACTIONS(2982), + [anon_sym_for] = ACTIONS(2982), + [anon_sym_gen] = ACTIONS(2982), + [anon_sym_if] = ACTIONS(2982), + [anon_sym_impl] = ACTIONS(2982), + [anon_sym_let] = ACTIONS(2982), + [anon_sym_loop] = ACTIONS(2982), + [anon_sym_match] = ACTIONS(2982), + [anon_sym_mod] = ACTIONS(2982), + [anon_sym_pub] = ACTIONS(2982), + [anon_sym_return] = ACTIONS(2982), + [anon_sym_static] = ACTIONS(2982), + [anon_sym_struct] = ACTIONS(2982), + [anon_sym_trait] = ACTIONS(2982), + [anon_sym_type] = ACTIONS(2982), + [anon_sym_union] = ACTIONS(2982), + [anon_sym_unsafe] = ACTIONS(2982), + [anon_sym_use] = ACTIONS(2982), + [anon_sym_while] = ACTIONS(2982), + [anon_sym_extern] = ACTIONS(2982), + [anon_sym_yield] = ACTIONS(2982), + [anon_sym_move] = ACTIONS(2982), + [anon_sym_try] = ACTIONS(2982), + [sym_integer_literal] = ACTIONS(2980), + [aux_sym_string_literal_token1] = ACTIONS(2980), + [sym_char_literal] = ACTIONS(2980), + [anon_sym_true] = ACTIONS(2982), + [anon_sym_false] = ACTIONS(2982), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2982), + [sym_super] = ACTIONS(2982), + [sym_crate] = ACTIONS(2982), + [sym_metavariable] = ACTIONS(2980), + [sym__raw_string_literal_start] = ACTIONS(2980), + [sym_float_literal] = ACTIONS(2980), + }, + [STATE(768)] = { + [sym_line_comment] = STATE(768), + [sym_block_comment] = STATE(768), + [ts_builtin_sym_end] = ACTIONS(2984), + [sym_identifier] = ACTIONS(2986), + [anon_sym_SEMI] = ACTIONS(2984), + [anon_sym_macro_rules_BANG] = ACTIONS(2984), + [anon_sym_LPAREN] = ACTIONS(2984), + [anon_sym_LBRACK] = ACTIONS(2984), + [anon_sym_LBRACE] = ACTIONS(2984), + [anon_sym_RBRACE] = ACTIONS(2984), + [anon_sym_STAR] = ACTIONS(2984), + [anon_sym_u8] = ACTIONS(2986), + [anon_sym_i8] = ACTIONS(2986), + [anon_sym_u16] = ACTIONS(2986), + [anon_sym_i16] = ACTIONS(2986), + [anon_sym_u32] = ACTIONS(2986), + [anon_sym_i32] = ACTIONS(2986), + [anon_sym_u64] = ACTIONS(2986), + [anon_sym_i64] = ACTIONS(2986), + [anon_sym_u128] = ACTIONS(2986), + [anon_sym_i128] = ACTIONS(2986), + [anon_sym_isize] = ACTIONS(2986), + [anon_sym_usize] = ACTIONS(2986), + [anon_sym_f32] = ACTIONS(2986), + [anon_sym_f64] = ACTIONS(2986), + [anon_sym_bool] = ACTIONS(2986), + [anon_sym_str] = ACTIONS(2986), + [anon_sym_char] = ACTIONS(2986), + [anon_sym_DASH] = ACTIONS(2984), + [anon_sym_BANG] = ACTIONS(2984), + [anon_sym_AMP] = ACTIONS(2984), + [anon_sym_PIPE] = ACTIONS(2984), + [anon_sym_LT] = ACTIONS(2984), + [anon_sym_DOT_DOT] = ACTIONS(2984), + [anon_sym_COLON_COLON] = ACTIONS(2984), + [anon_sym_POUND] = ACTIONS(2984), + [anon_sym_SQUOTE] = ACTIONS(2986), + [anon_sym_async] = ACTIONS(2986), + [anon_sym_break] = ACTIONS(2986), + [anon_sym_const] = ACTIONS(2986), + [anon_sym_continue] = ACTIONS(2986), + [anon_sym_default] = ACTIONS(2986), + [anon_sym_enum] = ACTIONS(2986), + [anon_sym_fn] = ACTIONS(2986), + [anon_sym_for] = ACTIONS(2986), + [anon_sym_gen] = ACTIONS(2986), + [anon_sym_if] = ACTIONS(2986), + [anon_sym_impl] = ACTIONS(2986), + [anon_sym_let] = ACTIONS(2986), + [anon_sym_loop] = ACTIONS(2986), + [anon_sym_match] = ACTIONS(2986), + [anon_sym_mod] = ACTIONS(2986), + [anon_sym_pub] = ACTIONS(2986), + [anon_sym_return] = ACTIONS(2986), + [anon_sym_static] = ACTIONS(2986), + [anon_sym_struct] = ACTIONS(2986), + [anon_sym_trait] = ACTIONS(2986), + [anon_sym_type] = ACTIONS(2986), + [anon_sym_union] = ACTIONS(2986), + [anon_sym_unsafe] = ACTIONS(2986), + [anon_sym_use] = ACTIONS(2986), + [anon_sym_while] = ACTIONS(2986), + [anon_sym_extern] = ACTIONS(2986), + [anon_sym_yield] = ACTIONS(2986), + [anon_sym_move] = ACTIONS(2986), + [anon_sym_try] = ACTIONS(2986), + [sym_integer_literal] = ACTIONS(2984), + [aux_sym_string_literal_token1] = ACTIONS(2984), + [sym_char_literal] = ACTIONS(2984), + [anon_sym_true] = ACTIONS(2986), + [anon_sym_false] = ACTIONS(2986), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2986), + [sym_super] = ACTIONS(2986), + [sym_crate] = ACTIONS(2986), + [sym_metavariable] = ACTIONS(2984), + [sym__raw_string_literal_start] = ACTIONS(2984), + [sym_float_literal] = ACTIONS(2984), + }, + [STATE(769)] = { + [sym_line_comment] = STATE(769), + [sym_block_comment] = STATE(769), + [ts_builtin_sym_end] = ACTIONS(2988), + [sym_identifier] = ACTIONS(2990), + [anon_sym_SEMI] = ACTIONS(2988), + [anon_sym_macro_rules_BANG] = ACTIONS(2988), + [anon_sym_LPAREN] = ACTIONS(2988), + [anon_sym_LBRACK] = ACTIONS(2988), + [anon_sym_LBRACE] = ACTIONS(2988), + [anon_sym_RBRACE] = ACTIONS(2988), + [anon_sym_STAR] = ACTIONS(2988), + [anon_sym_u8] = ACTIONS(2990), + [anon_sym_i8] = ACTIONS(2990), + [anon_sym_u16] = ACTIONS(2990), + [anon_sym_i16] = ACTIONS(2990), + [anon_sym_u32] = ACTIONS(2990), + [anon_sym_i32] = ACTIONS(2990), + [anon_sym_u64] = ACTIONS(2990), + [anon_sym_i64] = ACTIONS(2990), + [anon_sym_u128] = ACTIONS(2990), + [anon_sym_i128] = ACTIONS(2990), + [anon_sym_isize] = ACTIONS(2990), + [anon_sym_usize] = ACTIONS(2990), + [anon_sym_f32] = ACTIONS(2990), + [anon_sym_f64] = ACTIONS(2990), + [anon_sym_bool] = ACTIONS(2990), + [anon_sym_str] = ACTIONS(2990), + [anon_sym_char] = ACTIONS(2990), + [anon_sym_DASH] = ACTIONS(2988), + [anon_sym_BANG] = ACTIONS(2988), + [anon_sym_AMP] = ACTIONS(2988), + [anon_sym_PIPE] = ACTIONS(2988), + [anon_sym_LT] = ACTIONS(2988), + [anon_sym_DOT_DOT] = ACTIONS(2988), + [anon_sym_COLON_COLON] = ACTIONS(2988), + [anon_sym_POUND] = ACTIONS(2988), + [anon_sym_SQUOTE] = ACTIONS(2990), + [anon_sym_async] = ACTIONS(2990), + [anon_sym_break] = ACTIONS(2990), + [anon_sym_const] = ACTIONS(2990), + [anon_sym_continue] = ACTIONS(2990), + [anon_sym_default] = ACTIONS(2990), + [anon_sym_enum] = ACTIONS(2990), + [anon_sym_fn] = ACTIONS(2990), + [anon_sym_for] = ACTIONS(2990), + [anon_sym_gen] = ACTIONS(2990), + [anon_sym_if] = ACTIONS(2990), + [anon_sym_impl] = ACTIONS(2990), + [anon_sym_let] = ACTIONS(2990), + [anon_sym_loop] = ACTIONS(2990), + [anon_sym_match] = ACTIONS(2990), + [anon_sym_mod] = ACTIONS(2990), + [anon_sym_pub] = ACTIONS(2990), + [anon_sym_return] = ACTIONS(2990), + [anon_sym_static] = ACTIONS(2990), + [anon_sym_struct] = ACTIONS(2990), + [anon_sym_trait] = ACTIONS(2990), + [anon_sym_type] = ACTIONS(2990), + [anon_sym_union] = ACTIONS(2990), + [anon_sym_unsafe] = ACTIONS(2990), + [anon_sym_use] = ACTIONS(2990), + [anon_sym_while] = ACTIONS(2990), + [anon_sym_extern] = ACTIONS(2990), + [anon_sym_yield] = ACTIONS(2990), + [anon_sym_move] = ACTIONS(2990), + [anon_sym_try] = ACTIONS(2990), + [sym_integer_literal] = ACTIONS(2988), + [aux_sym_string_literal_token1] = ACTIONS(2988), + [sym_char_literal] = ACTIONS(2988), + [anon_sym_true] = ACTIONS(2990), + [anon_sym_false] = ACTIONS(2990), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2990), + [sym_super] = ACTIONS(2990), + [sym_crate] = ACTIONS(2990), + [sym_metavariable] = ACTIONS(2988), + [sym__raw_string_literal_start] = ACTIONS(2988), + [sym_float_literal] = ACTIONS(2988), }, [STATE(770)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(3152), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2957), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), [sym_line_comment] = STATE(770), [sym_block_comment] = STATE(770), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(2995), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [ts_builtin_sym_end] = ACTIONS(2992), + [sym_identifier] = ACTIONS(2994), + [anon_sym_SEMI] = ACTIONS(2992), + [anon_sym_macro_rules_BANG] = ACTIONS(2992), + [anon_sym_LPAREN] = ACTIONS(2992), + [anon_sym_LBRACK] = ACTIONS(2992), + [anon_sym_LBRACE] = ACTIONS(2992), + [anon_sym_RBRACE] = ACTIONS(2992), + [anon_sym_STAR] = ACTIONS(2992), + [anon_sym_u8] = ACTIONS(2994), + [anon_sym_i8] = ACTIONS(2994), + [anon_sym_u16] = ACTIONS(2994), + [anon_sym_i16] = ACTIONS(2994), + [anon_sym_u32] = ACTIONS(2994), + [anon_sym_i32] = ACTIONS(2994), + [anon_sym_u64] = ACTIONS(2994), + [anon_sym_i64] = ACTIONS(2994), + [anon_sym_u128] = ACTIONS(2994), + [anon_sym_i128] = ACTIONS(2994), + [anon_sym_isize] = ACTIONS(2994), + [anon_sym_usize] = ACTIONS(2994), + [anon_sym_f32] = ACTIONS(2994), + [anon_sym_f64] = ACTIONS(2994), + [anon_sym_bool] = ACTIONS(2994), + [anon_sym_str] = ACTIONS(2994), + [anon_sym_char] = ACTIONS(2994), + [anon_sym_DASH] = ACTIONS(2992), + [anon_sym_BANG] = ACTIONS(2992), + [anon_sym_AMP] = ACTIONS(2992), + [anon_sym_PIPE] = ACTIONS(2992), + [anon_sym_LT] = ACTIONS(2992), + [anon_sym_DOT_DOT] = ACTIONS(2992), + [anon_sym_COLON_COLON] = ACTIONS(2992), + [anon_sym_POUND] = ACTIONS(2992), + [anon_sym_SQUOTE] = ACTIONS(2994), + [anon_sym_async] = ACTIONS(2994), + [anon_sym_break] = ACTIONS(2994), + [anon_sym_const] = ACTIONS(2994), + [anon_sym_continue] = ACTIONS(2994), + [anon_sym_default] = ACTIONS(2994), + [anon_sym_enum] = ACTIONS(2994), + [anon_sym_fn] = ACTIONS(2994), + [anon_sym_for] = ACTIONS(2994), + [anon_sym_gen] = ACTIONS(2994), + [anon_sym_if] = ACTIONS(2994), + [anon_sym_impl] = ACTIONS(2994), + [anon_sym_let] = ACTIONS(2994), + [anon_sym_loop] = ACTIONS(2994), + [anon_sym_match] = ACTIONS(2994), + [anon_sym_mod] = ACTIONS(2994), + [anon_sym_pub] = ACTIONS(2994), + [anon_sym_return] = ACTIONS(2994), + [anon_sym_static] = ACTIONS(2994), + [anon_sym_struct] = ACTIONS(2994), + [anon_sym_trait] = ACTIONS(2994), + [anon_sym_type] = ACTIONS(2994), + [anon_sym_union] = ACTIONS(2994), + [anon_sym_unsafe] = ACTIONS(2994), + [anon_sym_use] = ACTIONS(2994), + [anon_sym_while] = ACTIONS(2994), + [anon_sym_extern] = ACTIONS(2994), + [anon_sym_yield] = ACTIONS(2994), + [anon_sym_move] = ACTIONS(2994), + [anon_sym_try] = ACTIONS(2994), + [sym_integer_literal] = ACTIONS(2992), + [aux_sym_string_literal_token1] = ACTIONS(2992), + [sym_char_literal] = ACTIONS(2992), + [anon_sym_true] = ACTIONS(2994), + [anon_sym_false] = ACTIONS(2994), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2994), + [sym_super] = ACTIONS(2994), + [sym_crate] = ACTIONS(2994), + [sym_metavariable] = ACTIONS(2992), + [sym__raw_string_literal_start] = ACTIONS(2992), + [sym_float_literal] = ACTIONS(2992), }, [STATE(771)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(3152), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2957), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), [sym_line_comment] = STATE(771), [sym_block_comment] = STATE(771), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(2997), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [ts_builtin_sym_end] = ACTIONS(2996), + [sym_identifier] = ACTIONS(2998), + [anon_sym_SEMI] = ACTIONS(2996), + [anon_sym_macro_rules_BANG] = ACTIONS(2996), + [anon_sym_LPAREN] = ACTIONS(2996), + [anon_sym_LBRACK] = ACTIONS(2996), + [anon_sym_LBRACE] = ACTIONS(2996), + [anon_sym_RBRACE] = ACTIONS(2996), + [anon_sym_STAR] = ACTIONS(2996), + [anon_sym_u8] = ACTIONS(2998), + [anon_sym_i8] = ACTIONS(2998), + [anon_sym_u16] = ACTIONS(2998), + [anon_sym_i16] = ACTIONS(2998), + [anon_sym_u32] = ACTIONS(2998), + [anon_sym_i32] = ACTIONS(2998), + [anon_sym_u64] = ACTIONS(2998), + [anon_sym_i64] = ACTIONS(2998), + [anon_sym_u128] = ACTIONS(2998), + [anon_sym_i128] = ACTIONS(2998), + [anon_sym_isize] = ACTIONS(2998), + [anon_sym_usize] = ACTIONS(2998), + [anon_sym_f32] = ACTIONS(2998), + [anon_sym_f64] = ACTIONS(2998), + [anon_sym_bool] = ACTIONS(2998), + [anon_sym_str] = ACTIONS(2998), + [anon_sym_char] = ACTIONS(2998), + [anon_sym_DASH] = ACTIONS(2996), + [anon_sym_BANG] = ACTIONS(2996), + [anon_sym_AMP] = ACTIONS(2996), + [anon_sym_PIPE] = ACTIONS(2996), + [anon_sym_LT] = ACTIONS(2996), + [anon_sym_DOT_DOT] = ACTIONS(2996), + [anon_sym_COLON_COLON] = ACTIONS(2996), + [anon_sym_POUND] = ACTIONS(2996), + [anon_sym_SQUOTE] = ACTIONS(2998), + [anon_sym_async] = ACTIONS(2998), + [anon_sym_break] = ACTIONS(2998), + [anon_sym_const] = ACTIONS(2998), + [anon_sym_continue] = ACTIONS(2998), + [anon_sym_default] = ACTIONS(2998), + [anon_sym_enum] = ACTIONS(2998), + [anon_sym_fn] = ACTIONS(2998), + [anon_sym_for] = ACTIONS(2998), + [anon_sym_gen] = ACTIONS(2998), + [anon_sym_if] = ACTIONS(2998), + [anon_sym_impl] = ACTIONS(2998), + [anon_sym_let] = ACTIONS(2998), + [anon_sym_loop] = ACTIONS(2998), + [anon_sym_match] = ACTIONS(2998), + [anon_sym_mod] = ACTIONS(2998), + [anon_sym_pub] = ACTIONS(2998), + [anon_sym_return] = ACTIONS(2998), + [anon_sym_static] = ACTIONS(2998), + [anon_sym_struct] = ACTIONS(2998), + [anon_sym_trait] = ACTIONS(2998), + [anon_sym_type] = ACTIONS(2998), + [anon_sym_union] = ACTIONS(2998), + [anon_sym_unsafe] = ACTIONS(2998), + [anon_sym_use] = ACTIONS(2998), + [anon_sym_while] = ACTIONS(2998), + [anon_sym_extern] = ACTIONS(2998), + [anon_sym_yield] = ACTIONS(2998), + [anon_sym_move] = ACTIONS(2998), + [anon_sym_try] = ACTIONS(2998), + [sym_integer_literal] = ACTIONS(2996), + [aux_sym_string_literal_token1] = ACTIONS(2996), + [sym_char_literal] = ACTIONS(2996), + [anon_sym_true] = ACTIONS(2998), + [anon_sym_false] = ACTIONS(2998), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(2998), + [sym_super] = ACTIONS(2998), + [sym_crate] = ACTIONS(2998), + [sym_metavariable] = ACTIONS(2996), + [sym__raw_string_literal_start] = ACTIONS(2996), + [sym_float_literal] = ACTIONS(2996), }, [STATE(772)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(3152), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2957), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), [sym_line_comment] = STATE(772), [sym_block_comment] = STATE(772), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(2999), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [ts_builtin_sym_end] = ACTIONS(3000), + [sym_identifier] = ACTIONS(3002), + [anon_sym_SEMI] = ACTIONS(3000), + [anon_sym_macro_rules_BANG] = ACTIONS(3000), + [anon_sym_LPAREN] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3000), + [anon_sym_RBRACE] = ACTIONS(3000), + [anon_sym_STAR] = ACTIONS(3000), + [anon_sym_u8] = ACTIONS(3002), + [anon_sym_i8] = ACTIONS(3002), + [anon_sym_u16] = ACTIONS(3002), + [anon_sym_i16] = ACTIONS(3002), + [anon_sym_u32] = ACTIONS(3002), + [anon_sym_i32] = ACTIONS(3002), + [anon_sym_u64] = ACTIONS(3002), + [anon_sym_i64] = ACTIONS(3002), + [anon_sym_u128] = ACTIONS(3002), + [anon_sym_i128] = ACTIONS(3002), + [anon_sym_isize] = ACTIONS(3002), + [anon_sym_usize] = ACTIONS(3002), + [anon_sym_f32] = ACTIONS(3002), + [anon_sym_f64] = ACTIONS(3002), + [anon_sym_bool] = ACTIONS(3002), + [anon_sym_str] = ACTIONS(3002), + [anon_sym_char] = ACTIONS(3002), + [anon_sym_DASH] = ACTIONS(3000), + [anon_sym_BANG] = ACTIONS(3000), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_PIPE] = ACTIONS(3000), + [anon_sym_LT] = ACTIONS(3000), + [anon_sym_DOT_DOT] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3000), + [anon_sym_POUND] = ACTIONS(3000), + [anon_sym_SQUOTE] = ACTIONS(3002), + [anon_sym_async] = ACTIONS(3002), + [anon_sym_break] = ACTIONS(3002), + [anon_sym_const] = ACTIONS(3002), + [anon_sym_continue] = ACTIONS(3002), + [anon_sym_default] = ACTIONS(3002), + [anon_sym_enum] = ACTIONS(3002), + [anon_sym_fn] = ACTIONS(3002), + [anon_sym_for] = ACTIONS(3002), + [anon_sym_gen] = ACTIONS(3002), + [anon_sym_if] = ACTIONS(3002), + [anon_sym_impl] = ACTIONS(3002), + [anon_sym_let] = ACTIONS(3002), + [anon_sym_loop] = ACTIONS(3002), + [anon_sym_match] = ACTIONS(3002), + [anon_sym_mod] = ACTIONS(3002), + [anon_sym_pub] = ACTIONS(3002), + [anon_sym_return] = ACTIONS(3002), + [anon_sym_static] = ACTIONS(3002), + [anon_sym_struct] = ACTIONS(3002), + [anon_sym_trait] = ACTIONS(3002), + [anon_sym_type] = ACTIONS(3002), + [anon_sym_union] = ACTIONS(3002), + [anon_sym_unsafe] = ACTIONS(3002), + [anon_sym_use] = ACTIONS(3002), + [anon_sym_while] = ACTIONS(3002), + [anon_sym_extern] = ACTIONS(3002), + [anon_sym_yield] = ACTIONS(3002), + [anon_sym_move] = ACTIONS(3002), + [anon_sym_try] = ACTIONS(3002), + [sym_integer_literal] = ACTIONS(3000), + [aux_sym_string_literal_token1] = ACTIONS(3000), + [sym_char_literal] = ACTIONS(3000), + [anon_sym_true] = ACTIONS(3002), + [anon_sym_false] = ACTIONS(3002), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3002), + [sym_super] = ACTIONS(3002), + [sym_crate] = ACTIONS(3002), + [sym_metavariable] = ACTIONS(3000), + [sym__raw_string_literal_start] = ACTIONS(3000), + [sym_float_literal] = ACTIONS(3000), }, [STATE(773)] = { - [sym_attribute_item] = STATE(1392), - [sym_inner_attribute_item] = STATE(1392), - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_match_pattern] = STATE(3397), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2980), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), + [sym_empty_statement] = STATE(1327), + [sym_macro_definition] = STATE(1327), + [sym_attribute_item] = STATE(1327), + [sym_inner_attribute_item] = STATE(1327), + [sym_mod_item] = STATE(1327), + [sym_foreign_mod_item] = STATE(1327), + [sym_struct_item] = STATE(1327), + [sym_union_item] = STATE(1327), + [sym_enum_item] = STATE(1327), + [sym_extern_crate_declaration] = STATE(1327), + [sym_const_item] = STATE(1327), + [sym_static_item] = STATE(1327), + [sym_type_item] = STATE(1327), + [sym_function_item] = STATE(1327), + [sym_function_signature_item] = STATE(1327), + [sym_function_modifiers] = STATE(3675), + [sym_impl_item] = STATE(1327), + [sym_trait_item] = STATE(1327), + [sym_associated_type] = STATE(1327), + [sym_let_declaration] = STATE(1327), + [sym_use_declaration] = STATE(1327), + [sym_extern_modifier] = STATE(2174), + [sym_visibility_modifier] = STATE(1971), + [sym_bracketed_type] = STATE(3402), + [sym_generic_type_with_turbofish] = STATE(3427), + [sym_macro_invocation] = STATE(1327), + [sym_scoped_identifier] = STATE(3358), [sym_line_comment] = STATE(773), [sym_block_comment] = STATE(773), - [aux_sym_match_arm_repeat1] = STATE(1049), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_POUND] = ACTIONS(1669), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_default] = ACTIONS(1673), - [anon_sym_gen] = ACTIONS(1673), - [anon_sym_union] = ACTIONS(1673), - [anon_sym_ref] = ACTIONS(1675), - [sym_mutable_specifier] = ACTIONS(1677), - [sym_integer_literal] = ACTIONS(1679), - [aux_sym_string_literal_token1] = ACTIONS(1681), - [sym_char_literal] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), + [aux_sym_declaration_list_repeat1] = STATE(555), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(2170), + [anon_sym_SEMI] = ACTIONS(2172), + [anon_sym_macro_rules_BANG] = ACTIONS(2174), + [anon_sym_RBRACE] = ACTIONS(3004), + [anon_sym_u8] = ACTIONS(2178), + [anon_sym_i8] = ACTIONS(2178), + [anon_sym_u16] = ACTIONS(2178), + [anon_sym_i16] = ACTIONS(2178), + [anon_sym_u32] = ACTIONS(2178), + [anon_sym_i32] = ACTIONS(2178), + [anon_sym_u64] = ACTIONS(2178), + [anon_sym_i64] = ACTIONS(2178), + [anon_sym_u128] = ACTIONS(2178), + [anon_sym_i128] = ACTIONS(2178), + [anon_sym_isize] = ACTIONS(2178), + [anon_sym_usize] = ACTIONS(2178), + [anon_sym_f32] = ACTIONS(2178), + [anon_sym_f64] = ACTIONS(2178), + [anon_sym_bool] = ACTIONS(2178), + [anon_sym_str] = ACTIONS(2178), + [anon_sym_char] = ACTIONS(2178), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(2180), + [anon_sym_POUND] = ACTIONS(2182), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(2184), + [anon_sym_default] = ACTIONS(2186), + [anon_sym_enum] = ACTIONS(2188), + [anon_sym_fn] = ACTIONS(2190), + [anon_sym_gen] = ACTIONS(2192), + [anon_sym_impl] = ACTIONS(2194), + [anon_sym_let] = ACTIONS(2196), + [anon_sym_mod] = ACTIONS(2198), + [anon_sym_pub] = ACTIONS(69), + [anon_sym_static] = ACTIONS(2200), + [anon_sym_struct] = ACTIONS(2202), + [anon_sym_trait] = ACTIONS(2204), + [anon_sym_type] = ACTIONS(2206), + [anon_sym_union] = ACTIONS(2208), + [anon_sym_unsafe] = ACTIONS(2210), + [anon_sym_use] = ACTIONS(2212), + [anon_sym_extern] = ACTIONS(2214), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1685), - [sym_super] = ACTIONS(1685), - [sym_crate] = ACTIONS(1685), - [sym_metavariable] = ACTIONS(1687), - [sym__raw_string_literal_start] = ACTIONS(1689), - [sym_float_literal] = ACTIONS(1679), + [sym_self] = ACTIONS(2216), + [sym_super] = ACTIONS(2216), + [sym_crate] = ACTIONS(2218), + [sym_metavariable] = ACTIONS(2220), }, [STATE(774)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym_closure_expression] = STATE(3152), - [sym_closure_parameters] = STATE(233), - [sym__pattern] = STATE(2957), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym_closure_expression] = STATE(3272), + [sym_closure_parameters] = STATE(217), + [sym__pattern] = STATE(2829), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(774), [sym_block_comment] = STATE(774), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1515), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_static] = ACTIONS(1523), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [anon_sym_move] = ACTIONS(1527), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1425), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_static] = ACTIONS(1431), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [anon_sym_move] = ACTIONS(1435), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(775)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_const_parameter] = STATE(2960), - [sym_type_parameter] = STATE(2960), - [sym_lifetime_parameter] = STATE(2960), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2943), - [sym_bracketed_type] = STATE(3395), - [sym_qualified_type] = STATE(3623), - [sym_lifetime] = STATE(2483), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2757), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(775), [sym_block_comment] = STATE(775), - [aux_sym_enum_variant_list_repeat1] = STATE(2095), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3001), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1603), - [anon_sym_i8] = ACTIONS(1603), - [anon_sym_u16] = ACTIONS(1603), - [anon_sym_i16] = ACTIONS(1603), - [anon_sym_u32] = ACTIONS(1603), - [anon_sym_i32] = ACTIONS(1603), - [anon_sym_u64] = ACTIONS(1603), - [anon_sym_i64] = ACTIONS(1603), - [anon_sym_u128] = ACTIONS(1603), - [anon_sym_i128] = ACTIONS(1603), - [anon_sym_isize] = ACTIONS(1603), - [anon_sym_usize] = ACTIONS(1603), - [anon_sym_f32] = ACTIONS(1603), - [anon_sym_f64] = ACTIONS(1603), - [anon_sym_bool] = ACTIONS(1603), - [anon_sym_str] = ACTIONS(1603), - [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1605), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_RBRACK] = ACTIONS(3006), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3005), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(3007), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), - [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(1619), - [sym_metavariable] = ACTIONS(3009), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(3008), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(776)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(1013), - [sym__type] = STATE(2634), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2628), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(776), [sym_block_comment] = STATE(776), - [aux_sym_enum_variant_list_repeat1] = STATE(800), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3013), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1603), - [anon_sym_i8] = ACTIONS(1603), - [anon_sym_u16] = ACTIONS(1603), - [anon_sym_i16] = ACTIONS(1603), - [anon_sym_u32] = ACTIONS(1603), - [anon_sym_i32] = ACTIONS(1603), - [anon_sym_u64] = ACTIONS(1603), - [anon_sym_i64] = ACTIONS(1603), - [anon_sym_u128] = ACTIONS(1603), - [anon_sym_i128] = ACTIONS(1603), - [anon_sym_isize] = ACTIONS(1603), - [anon_sym_usize] = ACTIONS(1603), - [anon_sym_f32] = ACTIONS(1603), - [anon_sym_f64] = ACTIONS(1603), - [anon_sym_bool] = ACTIONS(1603), - [anon_sym_str] = ACTIONS(1603), - [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1605), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_RBRACK] = ACTIONS(1545), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym_COMMA] = ACTIONS(3015), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), - [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), - [sym_metavariable] = ACTIONS(1621), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(1551), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(777)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(911), - [sym__type] = STATE(2777), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2670), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(777), [sym_block_comment] = STATE(777), - [aux_sym_enum_variant_list_repeat1] = STATE(794), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3023), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1603), - [anon_sym_i8] = ACTIONS(1603), - [anon_sym_u16] = ACTIONS(1603), - [anon_sym_i16] = ACTIONS(1603), - [anon_sym_u32] = ACTIONS(1603), - [anon_sym_i32] = ACTIONS(1603), - [anon_sym_u64] = ACTIONS(1603), - [anon_sym_i64] = ACTIONS(1603), - [anon_sym_u128] = ACTIONS(1603), - [anon_sym_i128] = ACTIONS(1603), - [anon_sym_isize] = ACTIONS(1603), - [anon_sym_usize] = ACTIONS(1603), - [anon_sym_f32] = ACTIONS(1603), - [anon_sym_f64] = ACTIONS(1603), - [anon_sym_bool] = ACTIONS(1603), - [anon_sym_str] = ACTIONS(1603), - [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1605), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3010), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), - [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), - [sym_metavariable] = ACTIONS(1621), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(3012), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(778)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(911), - [sym__type] = STATE(2777), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2669), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(778), [sym_block_comment] = STATE(778), - [aux_sym_enum_variant_list_repeat1] = STATE(794), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3025), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1603), - [anon_sym_i8] = ACTIONS(1603), - [anon_sym_u16] = ACTIONS(1603), - [anon_sym_i16] = ACTIONS(1603), - [anon_sym_u32] = ACTIONS(1603), - [anon_sym_i32] = ACTIONS(1603), - [anon_sym_u64] = ACTIONS(1603), - [anon_sym_i64] = ACTIONS(1603), - [anon_sym_u128] = ACTIONS(1603), - [anon_sym_i128] = ACTIONS(1603), - [anon_sym_isize] = ACTIONS(1603), - [anon_sym_usize] = ACTIONS(1603), - [anon_sym_f32] = ACTIONS(1603), - [anon_sym_f64] = ACTIONS(1603), - [anon_sym_bool] = ACTIONS(1603), - [anon_sym_str] = ACTIONS(1603), - [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1605), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3014), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), - [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), - [sym_metavariable] = ACTIONS(1621), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(3016), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(779)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2774), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_const_parameter] = STATE(2975), + [sym_type_parameter] = STATE(2975), + [sym_lifetime_parameter] = STATE(2975), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3034), + [sym_bracketed_type] = STATE(3410), + [sym_qualified_type] = STATE(3470), + [sym_lifetime] = STATE(2505), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(779), [sym_block_comment] = STATE(779), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3027), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(3029), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(780)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(911), - [sym__type] = STATE(2777), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(780), - [sym_block_comment] = STATE(780), - [aux_sym_enum_variant_list_repeat1] = STATE(794), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_enum_variant_list_repeat1] = STATE(2077), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3018), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3031), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -94154,66 +94239,143 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3022), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(3024), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), - [sym_metavariable] = ACTIONS(1621), + [sym_crate] = ACTIONS(1619), + [sym_metavariable] = ACTIONS(3026), + }, + [STATE(780)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2734), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(780), + [sym_block_comment] = STATE(780), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3028), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(3030), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(781)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(911), - [sym__type] = STATE(2777), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(967), + [sym__type] = STATE(2721), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(781), [sym_block_comment] = STATE(781), - [aux_sym_enum_variant_list_repeat1] = STATE(794), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_enum_variant_list_repeat1] = STATE(811), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3033), + [anon_sym_RPAREN] = ACTIONS(3034), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -94231,66 +94393,299 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), + [anon_sym_COMMA] = ACTIONS(3036), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), + [sym_crate] = ACTIONS(3042), [sym_metavariable] = ACTIONS(1621), }, [STATE(782)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(911), - [sym__type] = STATE(2777), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2776), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(782), [sym_block_comment] = STATE(782), - [aux_sym_enum_variant_list_repeat1] = STATE(794), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3044), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COMMA] = ACTIONS(3046), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(783)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(783), + [sym_block_comment] = STATE(783), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3048), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(784)] = { + [sym_parameter] = STATE(3060), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2547), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(784), + [sym_block_comment] = STATE(784), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(3052), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3054), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(785)] = { + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(965), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(785), + [sym_block_comment] = STATE(785), + [aux_sym_enum_variant_list_repeat1] = STATE(814), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3035), + [anon_sym_RPAREN] = ACTIONS(3056), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -94308,220 +94703,66 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), + [sym_crate] = ACTIONS(3042), [sym_metavariable] = ACTIONS(1621), }, - [STATE(783)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2559), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(783), - [sym_block_comment] = STATE(783), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_RBRACK] = ACTIONS(3037), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(3039), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(784)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2623), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(784), - [sym_block_comment] = STATE(784), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3041), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(3043), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(785)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(911), - [sym__type] = STATE(2777), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(785), - [sym_block_comment] = STATE(785), - [aux_sym_enum_variant_list_repeat1] = STATE(794), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(786)] = { + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(965), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(786), + [sym_block_comment] = STATE(786), + [aux_sym_enum_variant_list_repeat1] = STATE(814), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3045), + [anon_sym_RPAREN] = ACTIONS(3058), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -94539,296 +94780,220 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), + [sym_crate] = ACTIONS(3042), [sym_metavariable] = ACTIONS(1621), }, - [STATE(786)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2651), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(786), - [sym_block_comment] = STATE(786), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3047), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(3049), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, [STATE(787)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2660), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(787), [sym_block_comment] = STATE(787), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3051), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(3053), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_RBRACK] = ACTIONS(3060), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(788)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2636), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(788), [sym_block_comment] = STATE(788), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_RBRACK] = ACTIONS(1545), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COMMA] = ACTIONS(1551), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3062), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(789)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(911), - [sym__type] = STATE(2777), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(965), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(789), [sym_block_comment] = STATE(789), - [aux_sym_enum_variant_list_repeat1] = STATE(794), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_enum_variant_list_repeat1] = STATE(814), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3064), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -94846,369 +95011,297 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), + [sym_crate] = ACTIONS(3042), [sym_metavariable] = ACTIONS(1621), }, [STATE(790)] = { - [sym_parameter] = STATE(2937), - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2485), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_parameter] = STATE(3060), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2504), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(790), [sym_block_comment] = STATE(790), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(3057), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3059), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(3050), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(3052), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3054), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(791)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(791), [sym_block_comment] = STATE(791), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3061), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3066), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(792)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(792), [sym_block_comment] = STATE(792), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3063), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3068), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(793)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(965), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(793), [sym_block_comment] = STATE(793), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3065), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(794)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(931), - [sym__type] = STATE(2947), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(794), - [sym_block_comment] = STATE(794), - [aux_sym_enum_variant_list_repeat1] = STATE(1064), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_enum_variant_list_repeat1] = STATE(814), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3070), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -95226,445 +95319,374 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), + [sym_crate] = ACTIONS(3042), [sym_metavariable] = ACTIONS(1621), }, + [STATE(794)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(794), + [sym_block_comment] = STATE(794), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_RBRACK] = ACTIONS(3072), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, [STATE(795)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(795), [sym_block_comment] = STATE(795), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3067), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3074), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(796)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(796), [sym_block_comment] = STATE(796), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_RBRACK] = ACTIONS(3069), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_RBRACK] = ACTIONS(3076), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(797)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2615), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(797), [sym_block_comment] = STATE(797), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3071), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3078), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3080), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(798)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(965), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(798), [sym_block_comment] = STATE(798), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3073), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(799)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(799), - [sym_block_comment] = STATE(799), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_RBRACK] = ACTIONS(3075), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(800)] = { - [sym_attribute_item] = STATE(1403), - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym_visibility_modifier] = STATE(898), - [sym__type] = STATE(2561), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(800), - [sym_block_comment] = STATE(800), - [aux_sym_enum_variant_list_repeat1] = STATE(1064), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_enum_variant_list_repeat1] = STATE(814), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3082), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -95682,692 +95704,776 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_POUND] = ACTIONS(3003), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_pub] = ACTIONS(3019), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(3021), + [sym_crate] = ACTIONS(3042), [sym_metavariable] = ACTIONS(1621), }, + [STATE(799)] = { + [sym_parameter] = STATE(3137), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2949), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(799), + [sym_block_comment] = STATE(799), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(3052), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3054), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(800)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(800), + [sym_block_comment] = STATE(800), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_RBRACK] = ACTIONS(3084), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, [STATE(801)] = { - [sym_parameter] = STATE(2937), - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2605), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(801), [sym_block_comment] = STATE(801), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(3055), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(3057), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3059), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3086), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(802)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(802), [sym_block_comment] = STATE(802), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_RBRACK] = ACTIONS(3077), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3088), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(803)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(803), [sym_block_comment] = STATE(803), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3079), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_RPAREN] = ACTIONS(3090), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(804)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2647), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(965), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(804), [sym_block_comment] = STATE(804), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1281), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3081), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3083), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [aux_sym_enum_variant_list_repeat1] = STATE(814), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3092), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1603), + [anon_sym_i8] = ACTIONS(1603), + [anon_sym_u16] = ACTIONS(1603), + [anon_sym_i16] = ACTIONS(1603), + [anon_sym_u32] = ACTIONS(1603), + [anon_sym_i32] = ACTIONS(1603), + [anon_sym_u64] = ACTIONS(1603), + [anon_sym_i64] = ACTIONS(1603), + [anon_sym_u128] = ACTIONS(1603), + [anon_sym_i128] = ACTIONS(1603), + [anon_sym_isize] = ACTIONS(1603), + [anon_sym_usize] = ACTIONS(1603), + [anon_sym_f32] = ACTIONS(1603), + [anon_sym_f64] = ACTIONS(1603), + [anon_sym_bool] = ACTIONS(1603), + [anon_sym_str] = ACTIONS(1603), + [anon_sym_char] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1619), + [sym_super] = ACTIONS(1619), + [sym_crate] = ACTIONS(3042), + [sym_metavariable] = ACTIONS(1621), }, [STATE(805)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3357), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(805), [sym_block_comment] = STATE(805), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_RPAREN] = ACTIONS(3085), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(806)] = { - [sym_parameter] = STATE(3125), - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2924), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3378), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(806), [sym_block_comment] = STATE(806), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(3057), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3059), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(807)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2571), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(807), [sym_block_comment] = STATE(807), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_RBRACK] = ACTIONS(3087), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3094), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(808)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2445), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(2936), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(808), [sym_block_comment] = STATE(808), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(3089), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(809)] = { - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(3028), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), - [sym_line_comment] = STATE(809), - [sym_block_comment] = STATE(809), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_const] = ACTIONS(1671), [anon_sym_default] = ACTIONS(1673), @@ -96389,210 +96495,365 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1689), [sym_float_literal] = ACTIONS(1679), }, + [STATE(809)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2133), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(809), + [sym_block_comment] = STATE(809), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, [STATE(810)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2676), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2513), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(810), [sym_block_comment] = STATE(810), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3091), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(811)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2110), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(925), + [sym__type] = STATE(2690), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(811), [sym_block_comment] = STATE(811), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1603), + [anon_sym_i8] = ACTIONS(1603), + [anon_sym_u16] = ACTIONS(1603), + [anon_sym_i16] = ACTIONS(1603), + [anon_sym_u32] = ACTIONS(1603), + [anon_sym_i32] = ACTIONS(1603), + [anon_sym_u64] = ACTIONS(1603), + [anon_sym_i64] = ACTIONS(1603), + [anon_sym_u128] = ACTIONS(1603), + [anon_sym_i128] = ACTIONS(1603), + [anon_sym_isize] = ACTIONS(1603), + [anon_sym_usize] = ACTIONS(1603), + [anon_sym_f32] = ACTIONS(1603), + [anon_sym_f64] = ACTIONS(1603), + [anon_sym_bool] = ACTIONS(1603), + [anon_sym_str] = ACTIONS(1603), + [anon_sym_char] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1619), + [sym_super] = ACTIONS(1619), + [sym_crate] = ACTIONS(3042), + [sym_metavariable] = ACTIONS(1621), }, [STATE(812)] = { - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(3024), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2136), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(812), [sym_block_comment] = STATE(812), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(3096), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(813)] = { + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(2885), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), + [sym_line_comment] = STATE(813), + [sym_block_comment] = STATE(813), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_const] = ACTIONS(1671), [anon_sym_default] = ACTIONS(1673), @@ -96614,1035 +96875,365 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1689), [sym_float_literal] = ACTIONS(1679), }, - [STATE(813)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3326), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(813), - [sym_block_comment] = STATE(813), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, [STATE(814)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2435), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(899), + [sym__type] = STATE(3012), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(814), [sym_block_comment] = STATE(814), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(3093), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [aux_sym_enum_variant_list_repeat1] = STATE(1059), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1603), + [anon_sym_i8] = ACTIONS(1603), + [anon_sym_u16] = ACTIONS(1603), + [anon_sym_i16] = ACTIONS(1603), + [anon_sym_u32] = ACTIONS(1603), + [anon_sym_i32] = ACTIONS(1603), + [anon_sym_u64] = ACTIONS(1603), + [anon_sym_i64] = ACTIONS(1603), + [anon_sym_u128] = ACTIONS(1603), + [anon_sym_i128] = ACTIONS(1603), + [anon_sym_isize] = ACTIONS(1603), + [anon_sym_usize] = ACTIONS(1603), + [anon_sym_f32] = ACTIONS(1603), + [anon_sym_f64] = ACTIONS(1603), + [anon_sym_bool] = ACTIONS(1603), + [anon_sym_str] = ACTIONS(1603), + [anon_sym_char] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1619), + [sym_super] = ACTIONS(1619), + [sym_crate] = ACTIONS(3042), + [sym_metavariable] = ACTIONS(1621), }, [STATE(815)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2144), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2433), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(815), [sym_block_comment] = STATE(815), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(3095), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(3098), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(816)] = { - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(3051), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2151), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(816), [sym_block_comment] = STATE(816), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_default] = ACTIONS(1673), - [anon_sym_gen] = ACTIONS(1673), - [anon_sym_union] = ACTIONS(1673), - [anon_sym_ref] = ACTIONS(1675), - [sym_mutable_specifier] = ACTIONS(1677), - [sym_integer_literal] = ACTIONS(1679), - [aux_sym_string_literal_token1] = ACTIONS(1681), - [sym_char_literal] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1685), - [sym_super] = ACTIONS(1685), - [sym_crate] = ACTIONS(1685), - [sym_metavariable] = ACTIONS(1687), - [sym__raw_string_literal_start] = ACTIONS(1689), - [sym_float_literal] = ACTIONS(1679), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(817)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3347), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2842), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(817), [sym_block_comment] = STATE(817), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(818)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2469), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3037), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(818), [sym_block_comment] = STATE(818), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(819)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2159), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(819), - [sym_block_comment] = STATE(819), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(820)] = { - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(3023), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), - [sym_line_comment] = STATE(820), - [sym_block_comment] = STATE(820), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), - [anon_sym_COLON_COLON] = ACTIONS(1667), - [anon_sym_const] = ACTIONS(1671), - [anon_sym_default] = ACTIONS(1673), - [anon_sym_gen] = ACTIONS(1673), - [anon_sym_union] = ACTIONS(1673), - [anon_sym_ref] = ACTIONS(1675), - [sym_mutable_specifier] = ACTIONS(3097), - [sym_integer_literal] = ACTIONS(1679), - [aux_sym_string_literal_token1] = ACTIONS(1681), - [sym_char_literal] = ACTIONS(1679), - [anon_sym_true] = ACTIONS(1683), - [anon_sym_false] = ACTIONS(1683), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1685), - [sym_super] = ACTIONS(1685), - [sym_crate] = ACTIONS(1685), - [sym_metavariable] = ACTIONS(1687), - [sym__raw_string_literal_start] = ACTIONS(1689), - [sym_float_literal] = ACTIONS(1679), - }, - [STATE(821)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2935), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(821), - [sym_block_comment] = STATE(821), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(822)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3128), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(822), - [sym_block_comment] = STATE(822), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(823)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2508), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(823), - [sym_block_comment] = STATE(823), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(824)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2881), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(824), - [sym_block_comment] = STATE(824), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(825)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3116), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(825), - [sym_block_comment] = STATE(825), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), - }, - [STATE(826)] = { - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(3071), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), - [sym_line_comment] = STATE(826), - [sym_block_comment] = STATE(826), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_const] = ACTIONS(1671), [anon_sym_default] = ACTIONS(1673), @@ -97664,60 +97255,61 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1689), [sym_float_literal] = ACTIONS(1679), }, - [STATE(827)] = { - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(2795), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), - [sym_line_comment] = STATE(827), - [sym_block_comment] = STATE(827), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [STATE(819)] = { + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3051), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), + [sym_line_comment] = STATE(819), + [sym_block_comment] = STATE(819), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_const] = ACTIONS(1671), [anon_sym_default] = ACTIONS(1673), @@ -97739,210 +97331,365 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1689), [sym_float_literal] = ACTIONS(1679), }, - [STATE(828)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2145), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(828), - [sym_block_comment] = STATE(828), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [STATE(820)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2478), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(820), + [sym_block_comment] = STATE(820), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(3100), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(829)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2136), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), - [sym_line_comment] = STATE(829), - [sym_block_comment] = STATE(829), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [STATE(821)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3379), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(821), + [sym_block_comment] = STATE(821), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, - [STATE(830)] = { - [sym_bracketed_type] = STATE(3590), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3318), - [sym_macro_invocation] = STATE(2968), - [sym_scoped_identifier] = STATE(2184), - [sym_scoped_type_identifier] = STATE(3013), - [sym_const_block] = STATE(2968), - [sym__pattern] = STATE(3021), - [sym_generic_pattern] = STATE(2968), - [sym_tuple_pattern] = STATE(2968), - [sym_slice_pattern] = STATE(2968), - [sym_tuple_struct_pattern] = STATE(2968), - [sym_struct_pattern] = STATE(2968), - [sym_remaining_field_pattern] = STATE(2968), - [sym_mut_pattern] = STATE(2968), - [sym_range_pattern] = STATE(2968), - [sym_ref_pattern] = STATE(2968), - [sym_captured_pattern] = STATE(2968), - [sym_reference_pattern] = STATE(2968), - [sym_or_pattern] = STATE(2968), - [sym__literal_pattern] = STATE(2383), - [sym_negative_literal] = STATE(2379), - [sym_string_literal] = STATE(2379), - [sym_raw_string_literal] = STATE(2379), - [sym_boolean_literal] = STATE(2379), - [sym_line_comment] = STATE(830), - [sym_block_comment] = STATE(830), - [sym_identifier] = ACTIONS(1647), - [anon_sym_LPAREN] = ACTIONS(1649), - [anon_sym_LBRACK] = ACTIONS(1651), - [anon_sym_u8] = ACTIONS(1655), - [anon_sym_i8] = ACTIONS(1655), - [anon_sym_u16] = ACTIONS(1655), - [anon_sym_i16] = ACTIONS(1655), - [anon_sym_u32] = ACTIONS(1655), - [anon_sym_i32] = ACTIONS(1655), - [anon_sym_u64] = ACTIONS(1655), - [anon_sym_i64] = ACTIONS(1655), - [anon_sym_u128] = ACTIONS(1655), - [anon_sym_i128] = ACTIONS(1655), - [anon_sym_isize] = ACTIONS(1655), - [anon_sym_usize] = ACTIONS(1655), - [anon_sym_f32] = ACTIONS(1655), - [anon_sym_f64] = ACTIONS(1655), - [anon_sym_bool] = ACTIONS(1655), - [anon_sym_str] = ACTIONS(1655), - [anon_sym_char] = ACTIONS(1655), - [anon_sym_DASH] = ACTIONS(1657), - [anon_sym_AMP] = ACTIONS(1659), - [anon_sym_PIPE] = ACTIONS(1661), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1663), - [anon_sym_DOT_DOT] = ACTIONS(1665), + [STATE(822)] = { + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(2884), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), + [sym_line_comment] = STATE(822), + [sym_block_comment] = STATE(822), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_COLON_COLON] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_gen] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_ref] = ACTIONS(1675), + [sym_mutable_specifier] = ACTIONS(3102), + [sym_integer_literal] = ACTIONS(1679), + [aux_sym_string_literal_token1] = ACTIONS(1681), + [sym_char_literal] = ACTIONS(1679), + [anon_sym_true] = ACTIONS(1683), + [anon_sym_false] = ACTIONS(1683), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1685), + [sym_super] = ACTIONS(1685), + [sym_crate] = ACTIONS(1685), + [sym_metavariable] = ACTIONS(1687), + [sym__raw_string_literal_start] = ACTIONS(1689), + [sym_float_literal] = ACTIONS(1679), + }, + [STATE(823)] = { + [sym_attribute_item] = STATE(1482), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym_visibility_modifier] = STATE(965), + [sym__type] = STATE(2991), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(823), + [sym_block_comment] = STATE(823), + [aux_sym_enum_variant_list_repeat1] = STATE(814), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1603), + [anon_sym_i8] = ACTIONS(1603), + [anon_sym_u16] = ACTIONS(1603), + [anon_sym_i16] = ACTIONS(1603), + [anon_sym_u32] = ACTIONS(1603), + [anon_sym_i32] = ACTIONS(1603), + [anon_sym_u64] = ACTIONS(1603), + [anon_sym_i64] = ACTIONS(1603), + [anon_sym_u128] = ACTIONS(1603), + [anon_sym_i128] = ACTIONS(1603), + [anon_sym_isize] = ACTIONS(1603), + [anon_sym_usize] = ACTIONS(1603), + [anon_sym_f32] = ACTIONS(1603), + [anon_sym_f64] = ACTIONS(1603), + [anon_sym_bool] = ACTIONS(1603), + [anon_sym_str] = ACTIONS(1603), + [anon_sym_char] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_POUND] = ACTIONS(3020), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_pub] = ACTIONS(3040), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1619), + [sym_super] = ACTIONS(1619), + [sym_crate] = ACTIONS(3042), + [sym_metavariable] = ACTIONS(1621), + }, + [STATE(824)] = { + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(2911), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), + [sym_line_comment] = STATE(824), + [sym_block_comment] = STATE(824), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), [anon_sym_COLON_COLON] = ACTIONS(1667), [anon_sym_const] = ACTIONS(1671), [anon_sym_default] = ACTIONS(1673), @@ -97964,789 +97711,1255 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__raw_string_literal_start] = ACTIONS(1689), [sym_float_literal] = ACTIONS(1679), }, + [STATE(825)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2130), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(825), + [sym_block_comment] = STATE(825), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(826)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2126), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(826), + [sym_block_comment] = STATE(826), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(827)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3359), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(827), + [sym_block_comment] = STATE(827), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(828)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2440), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(828), + [sym_block_comment] = STATE(828), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(829)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3113), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(829), + [sym_block_comment] = STATE(829), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, + [STATE(830)] = { + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2588), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), + [sym_line_comment] = STATE(830), + [sym_block_comment] = STATE(830), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), + }, [STATE(831)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2701), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2170), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(831), [sym_block_comment] = STATE(831), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(832)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3038), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(2145), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(832), [sym_block_comment] = STATE(832), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(833)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2148), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3229), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(833), [sym_block_comment] = STATE(833), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(834)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3339), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3054), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(834), [sym_block_comment] = STATE(834), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(835)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3354), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3039), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(835), [sym_block_comment] = STATE(835), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(836)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3357), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3218), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(836), [sym_block_comment] = STATE(836), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(837)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3358), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3372), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(837), [sym_block_comment] = STATE(837), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(838)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3359), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3376), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(838), [sym_block_comment] = STATE(838), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(839)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(3360), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3477), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3102), + [sym_macro_invocation] = STATE(2165), + [sym_scoped_identifier] = STATE(1979), + [sym_scoped_type_identifier] = STATE(2853), + [sym_const_block] = STATE(2165), + [sym__pattern] = STATE(3377), + [sym_generic_pattern] = STATE(2165), + [sym_tuple_pattern] = STATE(2165), + [sym_slice_pattern] = STATE(2165), + [sym_tuple_struct_pattern] = STATE(2165), + [sym_struct_pattern] = STATE(2165), + [sym_remaining_field_pattern] = STATE(2165), + [sym_mut_pattern] = STATE(2165), + [sym_range_pattern] = STATE(2165), + [sym_ref_pattern] = STATE(2165), + [sym_captured_pattern] = STATE(2165), + [sym_reference_pattern] = STATE(2165), + [sym_or_pattern] = STATE(2165), + [sym__literal_pattern] = STATE(2056), + [sym_negative_literal] = STATE(2064), + [sym_string_literal] = STATE(2064), + [sym_raw_string_literal] = STATE(2064), + [sym_boolean_literal] = STATE(2064), [sym_line_comment] = STATE(839), [sym_block_comment] = STATE(839), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1776), + [anon_sym_LPAREN] = ACTIONS(1778), + [anon_sym_LBRACK] = ACTIONS(1782), + [anon_sym_u8] = ACTIONS(1784), + [anon_sym_i8] = ACTIONS(1784), + [anon_sym_u16] = ACTIONS(1784), + [anon_sym_i16] = ACTIONS(1784), + [anon_sym_u32] = ACTIONS(1784), + [anon_sym_i32] = ACTIONS(1784), + [anon_sym_u64] = ACTIONS(1784), + [anon_sym_i64] = ACTIONS(1784), + [anon_sym_u128] = ACTIONS(1784), + [anon_sym_i128] = ACTIONS(1784), + [anon_sym_isize] = ACTIONS(1784), + [anon_sym_usize] = ACTIONS(1784), + [anon_sym_f32] = ACTIONS(1784), + [anon_sym_f64] = ACTIONS(1784), + [anon_sym_bool] = ACTIONS(1784), + [anon_sym_str] = ACTIONS(1784), + [anon_sym_char] = ACTIONS(1784), + [anon_sym_DASH] = ACTIONS(1263), + [anon_sym_AMP] = ACTIONS(1786), + [anon_sym_PIPE] = ACTIONS(1269), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1427), + [anon_sym_DOT_DOT] = ACTIONS(1273), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1277), + [anon_sym_COLON_COLON] = ACTIONS(1790), + [anon_sym_const] = ACTIONS(1792), + [anon_sym_default] = ACTIONS(1794), + [anon_sym_gen] = ACTIONS(1794), + [anon_sym_union] = ACTIONS(1794), + [anon_sym_ref] = ACTIONS(1303), + [sym_mutable_specifier] = ACTIONS(1433), + [sym_integer_literal] = ACTIONS(1309), + [aux_sym_string_literal_token1] = ACTIONS(1311), + [sym_char_literal] = ACTIONS(1309), + [anon_sym_true] = ACTIONS(1313), + [anon_sym_false] = ACTIONS(1313), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1796), + [sym_super] = ACTIONS(1796), + [sym_crate] = ACTIONS(1796), + [sym_metavariable] = ACTIONS(1798), + [sym__raw_string_literal_start] = ACTIONS(1321), + [sym_float_literal] = ACTIONS(1309), }, [STATE(840)] = { - [sym_bracketed_type] = STATE(3582), - [sym_generic_type] = STATE(3617), - [sym_generic_type_with_turbofish] = STATE(3149), - [sym_macro_invocation] = STATE(2122), - [sym_scoped_identifier] = STATE(1992), - [sym_scoped_type_identifier] = STATE(2962), - [sym_const_block] = STATE(2122), - [sym__pattern] = STATE(2140), - [sym_generic_pattern] = STATE(2122), - [sym_tuple_pattern] = STATE(2122), - [sym_slice_pattern] = STATE(2122), - [sym_tuple_struct_pattern] = STATE(2122), - [sym_struct_pattern] = STATE(2122), - [sym_remaining_field_pattern] = STATE(2122), - [sym_mut_pattern] = STATE(2122), - [sym_range_pattern] = STATE(2122), - [sym_ref_pattern] = STATE(2122), - [sym_captured_pattern] = STATE(2122), - [sym_reference_pattern] = STATE(2122), - [sym_or_pattern] = STATE(2122), - [sym__literal_pattern] = STATE(2047), - [sym_negative_literal] = STATE(2051), - [sym_string_literal] = STATE(2051), - [sym_raw_string_literal] = STATE(2051), - [sym_boolean_literal] = STATE(2051), + [sym_bracketed_type] = STATE(3606), + [sym_generic_type] = STATE(3635), + [sym_generic_type_with_turbofish] = STATE(3336), + [sym_macro_invocation] = STATE(2793), + [sym_scoped_identifier] = STATE(2181), + [sym_scoped_type_identifier] = STATE(3025), + [sym_const_block] = STATE(2793), + [sym__pattern] = STATE(3073), + [sym_generic_pattern] = STATE(2793), + [sym_tuple_pattern] = STATE(2793), + [sym_slice_pattern] = STATE(2793), + [sym_tuple_struct_pattern] = STATE(2793), + [sym_struct_pattern] = STATE(2793), + [sym_remaining_field_pattern] = STATE(2793), + [sym_mut_pattern] = STATE(2793), + [sym_range_pattern] = STATE(2793), + [sym_ref_pattern] = STATE(2793), + [sym_captured_pattern] = STATE(2793), + [sym_reference_pattern] = STATE(2793), + [sym_or_pattern] = STATE(2793), + [sym__literal_pattern] = STATE(2347), + [sym_negative_literal] = STATE(2341), + [sym_string_literal] = STATE(2341), + [sym_raw_string_literal] = STATE(2341), + [sym_boolean_literal] = STATE(2341), [sym_line_comment] = STATE(840), [sym_block_comment] = STATE(840), - [sym_identifier] = ACTIONS(2657), - [anon_sym_LPAREN] = ACTIONS(2659), - [anon_sym_LBRACK] = ACTIONS(2663), - [anon_sym_u8] = ACTIONS(2665), - [anon_sym_i8] = ACTIONS(2665), - [anon_sym_u16] = ACTIONS(2665), - [anon_sym_i16] = ACTIONS(2665), - [anon_sym_u32] = ACTIONS(2665), - [anon_sym_i32] = ACTIONS(2665), - [anon_sym_u64] = ACTIONS(2665), - [anon_sym_i64] = ACTIONS(2665), - [anon_sym_u128] = ACTIONS(2665), - [anon_sym_i128] = ACTIONS(2665), - [anon_sym_isize] = ACTIONS(2665), - [anon_sym_usize] = ACTIONS(2665), - [anon_sym_f32] = ACTIONS(2665), - [anon_sym_f64] = ACTIONS(2665), - [anon_sym_bool] = ACTIONS(2665), - [anon_sym_str] = ACTIONS(2665), - [anon_sym_char] = ACTIONS(2665), - [anon_sym_DASH] = ACTIONS(1271), - [anon_sym_AMP] = ACTIONS(2667), - [anon_sym_PIPE] = ACTIONS(1277), - [anon_sym_LT] = ACTIONS(29), - [anon_sym__] = ACTIONS(1517), - [anon_sym_DOT_DOT] = ACTIONS(1519), - [anon_sym_COLON_COLON] = ACTIONS(2671), - [anon_sym_const] = ACTIONS(2673), - [anon_sym_default] = ACTIONS(2675), - [anon_sym_gen] = ACTIONS(2675), - [anon_sym_union] = ACTIONS(2675), - [anon_sym_ref] = ACTIONS(1309), - [sym_mutable_specifier] = ACTIONS(1525), - [sym_integer_literal] = ACTIONS(1315), - [aux_sym_string_literal_token1] = ACTIONS(1317), - [sym_char_literal] = ACTIONS(1315), - [anon_sym_true] = ACTIONS(1319), - [anon_sym_false] = ACTIONS(1319), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2677), - [sym_super] = ACTIONS(2677), - [sym_crate] = ACTIONS(2677), - [sym_metavariable] = ACTIONS(2679), - [sym__raw_string_literal_start] = ACTIONS(1327), - [sym_float_literal] = ACTIONS(1315), + [sym_identifier] = ACTIONS(1645), + [anon_sym_LPAREN] = ACTIONS(1647), + [anon_sym_LBRACK] = ACTIONS(1649), + [anon_sym_u8] = ACTIONS(1653), + [anon_sym_i8] = ACTIONS(1653), + [anon_sym_u16] = ACTIONS(1653), + [anon_sym_i16] = ACTIONS(1653), + [anon_sym_u32] = ACTIONS(1653), + [anon_sym_i32] = ACTIONS(1653), + [anon_sym_u64] = ACTIONS(1653), + [anon_sym_i64] = ACTIONS(1653), + [anon_sym_u128] = ACTIONS(1653), + [anon_sym_i128] = ACTIONS(1653), + [anon_sym_isize] = ACTIONS(1653), + [anon_sym_usize] = ACTIONS(1653), + [anon_sym_f32] = ACTIONS(1653), + [anon_sym_f64] = ACTIONS(1653), + [anon_sym_bool] = ACTIONS(1653), + [anon_sym_str] = ACTIONS(1653), + [anon_sym_char] = ACTIONS(1653), + [anon_sym_DASH] = ACTIONS(1655), + [anon_sym_AMP] = ACTIONS(1657), + [anon_sym_PIPE] = ACTIONS(1659), + [anon_sym_LT] = ACTIONS(29), + [anon_sym__] = ACTIONS(1661), + [anon_sym_DOT_DOT] = ACTIONS(1663), + [anon_sym_DOT_DOT_EQ] = ACTIONS(1665), + [anon_sym_COLON_COLON] = ACTIONS(1667), + [anon_sym_const] = ACTIONS(1671), + [anon_sym_default] = ACTIONS(1673), + [anon_sym_gen] = ACTIONS(1673), + [anon_sym_union] = ACTIONS(1673), + [anon_sym_ref] = ACTIONS(1675), + [sym_mutable_specifier] = ACTIONS(1677), + [sym_integer_literal] = ACTIONS(1679), + [aux_sym_string_literal_token1] = ACTIONS(1681), + [sym_char_literal] = ACTIONS(1679), + [anon_sym_true] = ACTIONS(1683), + [anon_sym_false] = ACTIONS(1683), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1685), + [sym_super] = ACTIONS(1685), + [sym_crate] = ACTIONS(1685), + [sym_metavariable] = ACTIONS(1687), + [sym__raw_string_literal_start] = ACTIONS(1689), + [sym_float_literal] = ACTIONS(1679), }, [STATE(841)] = { - [sym_function_modifiers] = STATE(3674), - [sym_higher_ranked_trait_bound] = STATE(2250), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2249), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2245), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_use_bounds] = STATE(2017), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_higher_ranked_trait_bound] = STATE(2261), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2236), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2274), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_use_bounds] = STATE(2006), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(841), [sym_block_comment] = STATE(841), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98764,23 +98977,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(3099), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(3104), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_use] = ACTIONS(3101), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_use] = ACTIONS(3106), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -98789,37 +99002,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(842)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3139), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2012), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2018), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_use_bounds] = STATE(2006), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(842), [sym_block_comment] = STATE(842), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_PLUS] = ACTIONS(3103), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98837,23 +99050,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(3105), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_use] = ACTIONS(3106), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -98862,110 +99075,110 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(843)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1414), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1731), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), [sym_line_comment] = STATE(843), [sym_block_comment] = STATE(843), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_PLUS] = ACTIONS(3113), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [sym_mutable_specifier] = ACTIONS(3137), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_PLUS] = ACTIONS(3114), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [sym_mutable_specifier] = ACTIONS(3138), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), }, [STATE(844)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2016), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(844), [sym_block_comment] = STATE(844), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_PLUS] = ACTIONS(3103), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(3144), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -98983,62 +99196,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(3143), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(3146), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3145), + [sym_self] = ACTIONS(3148), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, [STATE(845)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2015), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2016), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_use_bounds] = STATE(2017), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1479), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), [sym_line_comment] = STATE(845), [sym_block_comment] = STATE(845), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_PLUS] = ACTIONS(3156), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [sym_mutable_specifier] = ACTIONS(3180), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(846)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3121), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(846), + [sym_block_comment] = STATE(846), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(3144), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99056,23 +99342,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_use] = ACTIONS(3101), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(3186), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99080,38 +99366,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(846)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2015), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2016), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_use_bounds] = STATE(2017), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(846), - [sym_block_comment] = STATE(846), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(847)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2016), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(847), + [sym_block_comment] = STATE(847), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_PLUS] = ACTIONS(3144), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99129,23 +99415,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3005), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_use] = ACTIONS(3101), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(3188), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99153,38 +99439,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(847)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(847), - [sym_block_comment] = STATE(847), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(848)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2012), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2018), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_use_bounds] = STATE(2006), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(848), + [sym_block_comment] = STATE(848), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_PLUS] = ACTIONS(3103), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99202,23 +99488,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3022), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(3147), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_use] = ACTIONS(3106), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99226,110 +99512,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(848)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1801), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(848), - [sym_block_comment] = STATE(848), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_PLUS] = ACTIONS(3155), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [sym_mutable_specifier] = ACTIONS(3179), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, [STATE(849)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2668), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_type_parameters] = STATE(980), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2335), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(2425), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(2210), [sym_line_comment] = STATE(849), [sym_block_comment] = STATE(849), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3190), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99347,23 +99561,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(3192), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3185), + [anon_sym_LT] = ACTIONS(3194), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99372,37 +99585,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(850)] = { - [sym_function_modifiers] = STATE(3674), - [sym_higher_ranked_trait_bound] = STATE(2187), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2188), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2189), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_type_parameters] = STATE(971), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2406), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(2420), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(2205), [sym_line_comment] = STATE(850), [sym_block_comment] = STATE(850), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3196), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99420,22 +99633,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(3198), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_LT] = ACTIONS(3194), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(3099), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99444,109 +99657,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(851)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1761), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(848), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2687), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(851), [sym_block_comment] = STATE(851), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [sym_mutable_specifier] = ACTIONS(3187), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(852)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2742), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(852), - [sym_block_comment] = STATE(852), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3189), + [anon_sym_RPAREN] = ACTIONS(3200), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99564,22 +99705,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99587,38 +99728,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, + [STATE(852)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1416), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(845), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(852), + [sym_block_comment] = STATE(852), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [sym_mutable_specifier] = ACTIONS(3202), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, [STATE(853)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2880), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2028), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(847), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(853), [sym_block_comment] = STATE(853), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3191), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99636,22 +99848,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(3204), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99660,37 +99873,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(854)] = { - [sym_function_modifiers] = STATE(3674), - [sym_higher_ranked_trait_bound] = STATE(2250), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2256), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2257), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(854), [sym_block_comment] = STATE(854), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3206), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99708,22 +99921,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(3099), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99732,37 +99945,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(855)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_type_parameters] = STATE(1008), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2357), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(2358), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(2203), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(855), [sym_block_comment] = STATE(855), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3193), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3208), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99780,22 +99993,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(3195), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(3197), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99804,36 +100017,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(856)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2035), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(847), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2772), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(856), [sym_block_comment] = STATE(856), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99851,23 +100064,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3210), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(3199), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99876,37 +100089,109 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(857)] = { - [sym_function_modifiers] = STATE(3674), - [sym_higher_ranked_trait_bound] = STATE(2250), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2249), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(2257), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1708), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(843), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), [sym_line_comment] = STATE(857), [sym_block_comment] = STATE(857), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [sym_mutable_specifier] = ACTIONS(3212), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(858)] = { + [sym_function_modifiers] = STATE(3444), + [sym_higher_ranked_trait_bound] = STATE(2261), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2244), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2269), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(858), + [sym_block_comment] = STATE(858), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99924,22 +100209,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(3099), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(3104), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -99947,38 +100232,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(858)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2598), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(858), - [sym_block_comment] = STATE(858), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(859)] = { + [sym_function_modifiers] = STATE(3444), + [sym_higher_ranked_trait_bound] = STATE(2261), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2236), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2269), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(859), + [sym_block_comment] = STATE(859), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3201), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -99996,22 +100281,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(3104), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100019,37 +100304,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(859)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3323), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(842), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(859), - [sym_block_comment] = STATE(859), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(860)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_type_parameters] = STATE(951), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2338), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(2339), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(2206), + [sym_line_comment] = STATE(860), + [sym_block_comment] = STATE(860), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3214), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100067,23 +100353,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(3216), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), + [anon_sym_LT] = ACTIONS(3194), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [sym_mutable_specifier] = ACTIONS(3203), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100091,38 +100376,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(860)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2880), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(860), - [sym_block_comment] = STATE(860), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(861)] = { + [sym_function_modifiers] = STATE(3444), + [sym_higher_ranked_trait_bound] = STATE(2179), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2187), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(2196), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(861), + [sym_block_comment] = STATE(861), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3205), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100140,22 +100425,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(3104), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100163,38 +100448,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(861)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2880), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(861), - [sym_block_comment] = STATE(861), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(862)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2544), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(862), + [sym_block_comment] = STATE(862), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3207), + [anon_sym_RPAREN] = ACTIONS(3218), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100212,22 +100497,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100235,38 +100520,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(862)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2546), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(862), - [sym_block_comment] = STATE(862), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(863)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3147), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(846), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(863), + [sym_block_comment] = STATE(863), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3209), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100284,22 +100568,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [sym_mutable_specifier] = ACTIONS(3220), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100307,38 +100592,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(863)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2880), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(863), - [sym_block_comment] = STATE(863), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(864)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3034), + [sym_bracketed_type] = STATE(3410), + [sym_qualified_type] = STATE(3470), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(864), + [sym_block_comment] = STATE(864), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3211), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100356,22 +100641,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100379,110 +100664,38 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(864)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1390), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(843), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(864), - [sym_block_comment] = STATE(864), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [sym_mutable_specifier] = ACTIONS(3213), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, [STATE(865)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2880), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(865), [sym_block_comment] = STATE(865), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3215), + [anon_sym_RPAREN] = ACTIONS(3222), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100500,22 +100713,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100524,37 +100737,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(866)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_type_parameters] = STATE(902), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2341), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(2346), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(2200), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(866), [sym_block_comment] = STATE(866), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3217), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3224), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100572,22 +100785,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(3219), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(3197), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100596,37 +100809,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(867)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2943), - [sym_bracketed_type] = STATE(3395), - [sym_qualified_type] = STATE(3623), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2740), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(867), [sym_block_comment] = STATE(867), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100644,22 +100856,23 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), + [anon_sym_DOT_DOT_DOT] = ACTIONS(3226), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100668,37 +100881,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(868)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_type_parameters] = STATE(960), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2324), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(2414), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(2204), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2618), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(868), [sym_block_comment] = STATE(868), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3221), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3228), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100716,22 +100929,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(3223), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(3197), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100740,37 +100953,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(869)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_type_parameters] = STATE(971), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2331), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(2416), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(2207), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(869), [sym_block_comment] = STATE(869), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3225), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_RPAREN] = ACTIONS(3230), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100788,22 +101001,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(3227), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(3197), + [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100812,37 +101025,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(870)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2880), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(870), [sym_block_comment] = STATE(870), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_RPAREN] = ACTIONS(3229), + [anon_sym_RPAREN] = ACTIONS(3232), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100860,22 +101073,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100884,36 +101097,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(871)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2649), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_type_parameters] = STATE(947), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2421), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(2424), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(2193), [sym_line_comment] = STATE(871), [sym_block_comment] = STATE(871), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3234), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -100931,23 +101145,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(3236), [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_DOT_DOT_DOT] = ACTIONS(3231), + [anon_sym_LT] = ACTIONS(3194), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -100956,36 +101169,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(872)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2378), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2010), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(872), [sym_block_comment] = STATE(872), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101003,22 +101216,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101027,178 +101240,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(873)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1484), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2225), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(873), [sym_block_comment] = STATE(873), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(874)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1486), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(874), - [sym_block_comment] = STATE(874), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(875)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2230), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(875), - [sym_block_comment] = STATE(875), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101216,22 +101287,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101239,108 +101310,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(876)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1380), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(876), - [sym_block_comment] = STATE(876), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(877)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2003), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(877), - [sym_block_comment] = STATE(877), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(874)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2738), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(874), + [sym_block_comment] = STATE(874), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101358,22 +101358,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101381,108 +101381,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(878)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1414), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(878), - [sym_block_comment] = STATE(878), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(879)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2334), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(879), - [sym_block_comment] = STATE(879), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(875)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2972), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(875), + [sym_block_comment] = STATE(875), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101500,22 +101429,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101523,37 +101452,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(880)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2004), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(880), - [sym_block_comment] = STATE(880), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(876)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2572), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(876), + [sym_block_comment] = STATE(876), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101571,22 +101500,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101594,37 +101523,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(881)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2782), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(881), - [sym_block_comment] = STATE(881), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(877)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2772), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(877), + [sym_block_comment] = STATE(877), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101642,22 +101571,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101665,250 +101594,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(882)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1800), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(882), - [sym_block_comment] = STATE(882), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(883)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1801), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(883), - [sym_block_comment] = STATE(883), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(884)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1666), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(884), - [sym_block_comment] = STATE(884), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(885)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2742), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(885), - [sym_block_comment] = STATE(885), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(878)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2024), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(878), + [sym_block_comment] = STATE(878), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101926,22 +101642,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -101949,37 +101665,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(886)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3175), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(886), - [sym_block_comment] = STATE(886), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(879)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2881), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(879), + [sym_block_comment] = STATE(879), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -101997,22 +101713,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102020,37 +101736,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(887)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2015), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(887), - [sym_block_comment] = STATE(887), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(880)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2032), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(880), + [sym_block_comment] = STATE(880), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102068,22 +101784,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102091,392 +101807,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(888)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1809), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(888), - [sym_block_comment] = STATE(888), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(889)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1722), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(889), - [sym_block_comment] = STATE(889), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(890)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1810), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(890), - [sym_block_comment] = STATE(890), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(891)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1745), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(891), - [sym_block_comment] = STATE(891), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(892)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1782), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(892), - [sym_block_comment] = STATE(892), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(893)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3066), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(893), - [sym_block_comment] = STATE(893), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(881)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2039), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(881), + [sym_block_comment] = STATE(881), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102494,22 +101855,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102517,321 +101878,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(894)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1849), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(894), - [sym_block_comment] = STATE(894), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(895)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1854), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(895), - [sym_block_comment] = STATE(895), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(896)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1869), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(896), - [sym_block_comment] = STATE(896), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(897)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1680), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(897), - [sym_block_comment] = STATE(897), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(898)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2710), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(898), - [sym_block_comment] = STATE(898), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(882)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2016), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(882), + [sym_block_comment] = STATE(882), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102849,22 +101926,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102872,37 +101949,250 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(899)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2337), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(899), - [sym_block_comment] = STATE(899), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(883)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1476), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(883), + [sym_block_comment] = STATE(883), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(884)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1479), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(884), + [sym_block_comment] = STATE(884), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(885)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1483), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(885), + [sym_block_comment] = STATE(885), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(886)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2709), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(886), + [sym_block_comment] = STATE(886), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102920,22 +102210,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -102943,37 +102233,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(900)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2822), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(900), - [sym_block_comment] = STATE(900), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(887)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1408), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(887), + [sym_block_comment] = STATE(887), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(888)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2025), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(888), + [sym_block_comment] = STATE(888), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -102991,22 +102352,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103014,37 +102375,321 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(901)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2649), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(901), - [sym_block_comment] = STATE(901), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(889)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1440), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(889), + [sym_block_comment] = STATE(889), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(890)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1381), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(890), + [sym_block_comment] = STATE(890), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(891)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1404), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(891), + [sym_block_comment] = STATE(891), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(892)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1426), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(892), + [sym_block_comment] = STATE(892), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(893)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2687), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(893), + [sym_block_comment] = STATE(893), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103062,22 +102707,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103085,37 +102730,321 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(902)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2408), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(2410), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(2193), - [sym_line_comment] = STATE(902), - [sym_block_comment] = STATE(902), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3233), + [STATE(894)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1490), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(894), + [sym_block_comment] = STATE(894), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(895)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1392), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(895), + [sym_block_comment] = STATE(895), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(896)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1395), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(896), + [sym_block_comment] = STATE(896), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(897)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1385), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(897), + [sym_block_comment] = STATE(897), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(898)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2026), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(898), + [sym_block_comment] = STATE(898), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103133,22 +103062,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(3235), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103156,37 +103085,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(903)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2668), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(903), - [sym_block_comment] = STATE(903), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(899)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2822), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(899), + [sym_block_comment] = STATE(899), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103204,22 +103133,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103227,37 +103156,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(904)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2018), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(904), - [sym_block_comment] = STATE(904), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(900)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2017), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(900), + [sym_block_comment] = STATE(900), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103275,22 +103204,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103298,37 +103227,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(905)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2412), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(905), - [sym_block_comment] = STATE(905), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(901)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2023), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(901), + [sym_block_comment] = STATE(901), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103346,22 +103275,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103369,37 +103298,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(906)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1999), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(906), - [sym_block_comment] = STATE(906), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(902)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2008), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(902), + [sym_block_comment] = STATE(902), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103417,22 +103346,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103440,37 +103369,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(907)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2009), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(907), - [sym_block_comment] = STATE(907), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(903)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3104), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(903), + [sym_block_comment] = STATE(903), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103488,22 +103417,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103511,37 +103440,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(908)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2019), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(908), - [sym_block_comment] = STATE(908), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(904)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2012), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(904), + [sym_block_comment] = STATE(904), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103559,22 +103488,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103582,37 +103511,250 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(909)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2021), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(909), - [sym_block_comment] = STATE(909), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(905)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1730), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(905), + [sym_block_comment] = STATE(905), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(906)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1731), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(906), + [sym_block_comment] = STATE(906), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(907)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1785), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(907), + [sym_block_comment] = STATE(907), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(908)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2238), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(908), + [sym_block_comment] = STATE(908), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103630,22 +103772,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103653,37 +103795,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(910)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2024), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(910), - [sym_block_comment] = STATE(910), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(909)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2880), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(909), + [sym_block_comment] = STATE(909), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103701,22 +103843,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103724,37 +103866,392 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, + [STATE(910)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1738), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(910), + [sym_block_comment] = STATE(910), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, [STATE(911)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2947), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1871), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), [sym_line_comment] = STATE(911), [sym_block_comment] = STATE(911), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(912)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1739), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(912), + [sym_block_comment] = STATE(912), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(913)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1664), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(913), + [sym_block_comment] = STATE(913), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(914)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1666), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(914), + [sym_block_comment] = STATE(914), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(915)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2619), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(915), + [sym_block_comment] = STATE(915), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103772,22 +104269,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103795,108 +104292,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(912)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1450), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(912), - [sym_block_comment] = STATE(912), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(913)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2958), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(913), - [sym_block_comment] = STATE(913), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(916)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2946), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(916), + [sym_block_comment] = STATE(916), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103914,22 +104340,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -103937,37 +104363,321 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(914)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2673), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(914), - [sym_block_comment] = STATE(914), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(917)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1672), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(917), + [sym_block_comment] = STATE(917), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(918)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1674), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(918), + [sym_block_comment] = STATE(918), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(919)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1676), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(919), + [sym_block_comment] = STATE(919), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(920)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1681), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(920), + [sym_block_comment] = STATE(920), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(921)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2379), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(921), + [sym_block_comment] = STATE(921), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -103985,22 +104695,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104008,37 +104718,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(915)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2211), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(915), - [sym_block_comment] = STATE(915), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(922)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2380), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(922), + [sym_block_comment] = STATE(922), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104056,22 +104766,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104079,37 +104789,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(916)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2558), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(916), - [sym_block_comment] = STATE(916), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(923)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2982), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(923), + [sym_block_comment] = STATE(923), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104127,22 +104837,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104150,250 +104860,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(917)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1458), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(917), - [sym_block_comment] = STATE(917), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(918)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1388), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(918), - [sym_block_comment] = STATE(918), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(919)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1749), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(919), - [sym_block_comment] = STATE(919), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(920)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2402), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(920), - [sym_block_comment] = STATE(920), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(924)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2388), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(924), + [sym_block_comment] = STATE(924), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104411,22 +104908,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104434,37 +104931,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(921)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2405), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(921), - [sym_block_comment] = STATE(921), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(925)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2679), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(925), + [sym_block_comment] = STATE(925), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104482,22 +104979,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104505,37 +105002,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(922)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3138), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(922), - [sym_block_comment] = STATE(922), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(926)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2996), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(926), + [sym_block_comment] = STATE(926), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104553,22 +105050,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104576,37 +105073,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(923)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3139), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(923), - [sym_block_comment] = STATE(923), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(927)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1462), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(927), + [sym_block_comment] = STATE(927), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(928)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2250), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(928), + [sym_block_comment] = STATE(928), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104624,22 +105192,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104647,37 +105215,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(924)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2374), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(924), - [sym_block_comment] = STATE(924), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(929)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2392), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(929), + [sym_block_comment] = STATE(929), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104695,22 +105263,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104718,37 +105286,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(925)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2385), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(925), - [sym_block_comment] = STATE(925), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(930)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2698), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(930), + [sym_block_comment] = STATE(930), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104766,22 +105334,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104789,37 +105357,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(926)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2598), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(926), - [sym_block_comment] = STATE(926), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(931)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2456), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(931), + [sym_block_comment] = STATE(931), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104837,22 +105405,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104860,37 +105428,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(927)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2386), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(927), - [sym_block_comment] = STATE(927), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(932)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2394), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(932), + [sym_block_comment] = STATE(932), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104908,22 +105476,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -104931,37 +105499,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(928)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2908), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(928), - [sym_block_comment] = STATE(928), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(933)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2395), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(933), + [sym_block_comment] = STATE(933), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -104979,22 +105547,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105002,37 +105570,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(929)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2390), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(929), - [sym_block_comment] = STATE(929), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(934)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2015), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(934), + [sym_block_comment] = STATE(934), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105050,22 +105618,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105073,37 +105641,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(930)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2880), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(930), - [sym_block_comment] = STATE(930), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(935)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2397), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(935), + [sym_block_comment] = STATE(935), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105121,22 +105689,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105144,37 +105712,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(931)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2789), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(931), - [sym_block_comment] = STATE(931), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(936)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3028), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(936), + [sym_block_comment] = STATE(936), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105192,22 +105760,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105215,37 +105783,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(932)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2391), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(932), - [sym_block_comment] = STATE(932), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(937)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2517), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(937), + [sym_block_comment] = STATE(937), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105263,22 +105831,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105286,37 +105854,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(933)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3070), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(933), - [sym_block_comment] = STATE(933), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(938)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2224), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(938), + [sym_block_comment] = STATE(938), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105334,22 +105902,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105357,37 +105925,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(934)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2018), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(934), - [sym_block_comment] = STATE(934), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(939)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2356), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(939), + [sym_block_comment] = STATE(939), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105405,60 +105973,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3237), + [sym_self] = ACTIONS(1619), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(935)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2335), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(935), - [sym_block_comment] = STATE(935), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(940)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2357), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(940), + [sym_block_comment] = STATE(940), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105476,22 +106044,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105499,37 +106067,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(936)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3086), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(936), - [sym_block_comment] = STATE(936), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(941)] = { + [sym_function_modifiers] = STATE(3415), + [sym_removed_trait_bound] = STATE(1498), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1413), + [sym_bracketed_type] = STATE(3596), + [sym_lifetime] = STATE(3542), + [sym_array_type] = STATE(1498), + [sym_for_lifetimes] = STATE(1583), + [sym_function_type] = STATE(1498), + [sym_tuple_type] = STATE(1498), + [sym_unit_type] = STATE(1498), + [sym_generic_type] = STATE(1297), + [sym_generic_type_with_turbofish] = STATE(3587), + [sym_bounded_type] = STATE(1498), + [sym_reference_type] = STATE(1498), + [sym_pointer_type] = STATE(1498), + [sym_never_type] = STATE(1498), + [sym_abstract_type] = STATE(1498), + [sym_dynamic_type] = STATE(1498), + [sym_macro_invocation] = STATE(1498), + [sym_scoped_identifier] = STATE(3266), + [sym_scoped_type_identifier] = STATE(1043), + [sym_line_comment] = STATE(941), + [sym_block_comment] = STATE(941), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3150), + [anon_sym_LPAREN] = ACTIONS(3152), + [anon_sym_LBRACK] = ACTIONS(3154), + [anon_sym_STAR] = ACTIONS(3158), + [anon_sym_QMARK] = ACTIONS(3160), + [anon_sym_u8] = ACTIONS(3162), + [anon_sym_i8] = ACTIONS(3162), + [anon_sym_u16] = ACTIONS(3162), + [anon_sym_i16] = ACTIONS(3162), + [anon_sym_u32] = ACTIONS(3162), + [anon_sym_i32] = ACTIONS(3162), + [anon_sym_u64] = ACTIONS(3162), + [anon_sym_i64] = ACTIONS(3162), + [anon_sym_u128] = ACTIONS(3162), + [anon_sym_i128] = ACTIONS(3162), + [anon_sym_isize] = ACTIONS(3162), + [anon_sym_usize] = ACTIONS(3162), + [anon_sym_f32] = ACTIONS(3162), + [anon_sym_f64] = ACTIONS(3162), + [anon_sym_bool] = ACTIONS(3162), + [anon_sym_str] = ACTIONS(3162), + [anon_sym_char] = ACTIONS(3162), + [anon_sym_BANG] = ACTIONS(3164), + [anon_sym_AMP] = ACTIONS(3166), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3168), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3170), + [anon_sym_fn] = ACTIONS(3172), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3174), + [anon_sym_impl] = ACTIONS(3176), + [anon_sym_union] = ACTIONS(3174), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3178), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3182), + [sym_super] = ACTIONS(3182), + [sym_crate] = ACTIONS(3182), + [sym_metavariable] = ACTIONS(3184), + }, + [STATE(942)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2807), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(942), + [sym_block_comment] = STATE(942), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105547,22 +106186,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105570,37 +106209,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(937)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2677), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(937), - [sym_block_comment] = STATE(937), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(943)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2245), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(943), + [sym_block_comment] = STATE(943), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105618,22 +106257,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105641,37 +106280,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(938)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3308), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(938), - [sym_block_comment] = STATE(938), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(944)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2746), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(944), + [sym_block_comment] = STATE(944), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105689,22 +106328,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105712,37 +106351,108 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(939)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2227), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(939), - [sym_block_comment] = STATE(939), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(945)] = { + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1706), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), + [sym_line_comment] = STATE(945), + [sym_block_comment] = STATE(945), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), + }, + [STATE(946)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2720), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(946), + [sym_block_comment] = STATE(946), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105760,22 +106470,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105783,37 +106493,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(940)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2590), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(940), - [sym_block_comment] = STATE(940), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(947)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2416), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(2417), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(2209), + [sym_line_comment] = STATE(947), + [sym_block_comment] = STATE(947), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3238), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105831,22 +106541,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(3240), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105854,37 +106564,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(941)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3025), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(941), - [sym_block_comment] = STATE(941), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(948)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3119), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(948), + [sym_block_comment] = STATE(948), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105902,22 +106612,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105925,37 +106635,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(942)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2475), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(942), - [sym_block_comment] = STATE(942), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(949)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3121), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(949), + [sym_block_comment] = STATE(949), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -105973,22 +106683,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -105996,179 +106706,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(943)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1389), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(943), - [sym_block_comment] = STATE(943), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(944)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1406), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(944), - [sym_block_comment] = STATE(944), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(945)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2721), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(945), - [sym_block_comment] = STATE(945), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(950)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2544), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(950), + [sym_block_comment] = STATE(950), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106186,22 +106754,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106209,179 +106777,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(946)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1395), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(946), - [sym_block_comment] = STATE(946), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(947)] = { - [sym_function_modifiers] = STATE(3539), - [sym_removed_trait_bound] = STATE(1747), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1802), - [sym_bracketed_type] = STATE(3596), - [sym_lifetime] = STATE(3410), - [sym_array_type] = STATE(1747), - [sym_for_lifetimes] = STATE(1593), - [sym_function_type] = STATE(1747), - [sym_tuple_type] = STATE(1747), - [sym_unit_type] = STATE(1747), - [sym_generic_type] = STATE(1635), - [sym_generic_type_with_turbofish] = STATE(3588), - [sym_bounded_type] = STATE(1747), - [sym_reference_type] = STATE(1747), - [sym_pointer_type] = STATE(1747), - [sym_never_type] = STATE(1747), - [sym_abstract_type] = STATE(1747), - [sym_dynamic_type] = STATE(1747), - [sym_macro_invocation] = STATE(1747), - [sym_scoped_identifier] = STATE(3319), - [sym_scoped_type_identifier] = STATE(1547), - [sym_line_comment] = STATE(947), - [sym_block_comment] = STATE(947), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3149), - [anon_sym_LPAREN] = ACTIONS(3151), - [anon_sym_LBRACK] = ACTIONS(3153), - [anon_sym_STAR] = ACTIONS(3157), - [anon_sym_QMARK] = ACTIONS(3159), - [anon_sym_u8] = ACTIONS(3161), - [anon_sym_i8] = ACTIONS(3161), - [anon_sym_u16] = ACTIONS(3161), - [anon_sym_i16] = ACTIONS(3161), - [anon_sym_u32] = ACTIONS(3161), - [anon_sym_i32] = ACTIONS(3161), - [anon_sym_u64] = ACTIONS(3161), - [anon_sym_i64] = ACTIONS(3161), - [anon_sym_u128] = ACTIONS(3161), - [anon_sym_i128] = ACTIONS(3161), - [anon_sym_isize] = ACTIONS(3161), - [anon_sym_usize] = ACTIONS(3161), - [anon_sym_f32] = ACTIONS(3161), - [anon_sym_f64] = ACTIONS(3161), - [anon_sym_bool] = ACTIONS(3161), - [anon_sym_str] = ACTIONS(3161), - [anon_sym_char] = ACTIONS(3161), - [anon_sym_BANG] = ACTIONS(3163), - [anon_sym_AMP] = ACTIONS(3165), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3167), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3169), - [anon_sym_fn] = ACTIONS(3171), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3173), - [anon_sym_impl] = ACTIONS(3175), - [anon_sym_union] = ACTIONS(3173), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3177), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3181), - [sym_super] = ACTIONS(3181), - [sym_crate] = ACTIONS(3181), - [sym_metavariable] = ACTIONS(3183), - }, - [STATE(948)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2546), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(948), - [sym_block_comment] = STATE(948), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(951)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2389), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(2390), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(2211), + [sym_line_comment] = STATE(951), + [sym_block_comment] = STATE(951), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3242), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106399,22 +106825,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(3244), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106422,37 +106848,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(949)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2259), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(949), - [sym_block_comment] = STATE(949), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(952)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2366), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(952), + [sym_block_comment] = STATE(952), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106470,22 +106896,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106493,250 +106919,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(950)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1398), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(950), - [sym_block_comment] = STATE(950), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(951)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1409), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), - [sym_line_comment] = STATE(951), - [sym_block_comment] = STATE(951), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), - }, - [STATE(952)] = { - [sym_line_comment] = STATE(952), - [sym_block_comment] = STATE(952), - [sym_identifier] = ACTIONS(2625), - [anon_sym_LPAREN] = ACTIONS(2623), - [anon_sym_LBRACK] = ACTIONS(2623), - [anon_sym_RBRACK] = ACTIONS(2623), - [anon_sym_LBRACE] = ACTIONS(2623), - [anon_sym_STAR] = ACTIONS(2623), - [anon_sym_u8] = ACTIONS(2625), - [anon_sym_i8] = ACTIONS(2625), - [anon_sym_u16] = ACTIONS(2625), - [anon_sym_i16] = ACTIONS(2625), - [anon_sym_u32] = ACTIONS(2625), - [anon_sym_i32] = ACTIONS(2625), - [anon_sym_u64] = ACTIONS(2625), - [anon_sym_i64] = ACTIONS(2625), - [anon_sym_u128] = ACTIONS(2625), - [anon_sym_i128] = ACTIONS(2625), - [anon_sym_isize] = ACTIONS(2625), - [anon_sym_usize] = ACTIONS(2625), - [anon_sym_f32] = ACTIONS(2625), - [anon_sym_f64] = ACTIONS(2625), - [anon_sym_bool] = ACTIONS(2625), - [anon_sym_str] = ACTIONS(2625), - [anon_sym_char] = ACTIONS(2625), - [anon_sym_DASH] = ACTIONS(2623), - [anon_sym_BANG] = ACTIONS(2623), - [anon_sym_AMP] = ACTIONS(2623), - [anon_sym_PIPE] = ACTIONS(2623), - [anon_sym_LT] = ACTIONS(2623), - [anon_sym__] = ACTIONS(2625), - [anon_sym_DOT_DOT] = ACTIONS(2623), - [anon_sym_COMMA] = ACTIONS(2623), - [anon_sym_COLON_COLON] = ACTIONS(2623), - [anon_sym_POUND] = ACTIONS(2623), - [anon_sym_SQUOTE] = ACTIONS(2625), - [anon_sym_async] = ACTIONS(2625), - [anon_sym_break] = ACTIONS(2625), - [anon_sym_const] = ACTIONS(2625), - [anon_sym_continue] = ACTIONS(2625), - [anon_sym_default] = ACTIONS(2625), - [anon_sym_for] = ACTIONS(2625), - [anon_sym_gen] = ACTIONS(2625), - [anon_sym_if] = ACTIONS(2625), - [anon_sym_loop] = ACTIONS(2625), - [anon_sym_match] = ACTIONS(2625), - [anon_sym_return] = ACTIONS(2625), - [anon_sym_static] = ACTIONS(2625), - [anon_sym_union] = ACTIONS(2625), - [anon_sym_unsafe] = ACTIONS(2625), - [anon_sym_while] = ACTIONS(2625), - [anon_sym_ref] = ACTIONS(2625), - [sym_mutable_specifier] = ACTIONS(2625), - [anon_sym_yield] = ACTIONS(2625), - [anon_sym_move] = ACTIONS(2625), - [anon_sym_try] = ACTIONS(2625), - [sym_integer_literal] = ACTIONS(2623), - [aux_sym_string_literal_token1] = ACTIONS(2623), - [sym_char_literal] = ACTIONS(2623), - [anon_sym_true] = ACTIONS(2625), - [anon_sym_false] = ACTIONS(2625), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(2625), - [sym_super] = ACTIONS(2625), - [sym_crate] = ACTIONS(2625), - [sym_metavariable] = ACTIONS(2623), - [sym__raw_string_literal_start] = ACTIONS(2623), - [sym_float_literal] = ACTIONS(2623), - }, [STATE(953)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2858), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3210), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(953), [sym_block_comment] = STATE(953), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106754,22 +106967,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106778,36 +106991,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(954)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2990), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3368), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(954), [sym_block_comment] = STATE(954), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106825,22 +107038,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106849,36 +107062,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(955)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2667), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2745), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(955), [sym_block_comment] = STATE(955), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106896,22 +107109,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106920,36 +107133,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(956)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2032), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2367), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(956), [sym_block_comment] = STATE(956), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -106967,22 +107180,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -106991,36 +107204,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(957)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2336), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2967), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(957), [sym_block_comment] = STATE(957), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107038,22 +107251,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107062,36 +107275,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(958)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2554), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2010), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(958), [sym_block_comment] = STATE(958), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107109,60 +107322,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), + [sym_self] = ACTIONS(3246), [sym_super] = ACTIONS(1619), [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, [STATE(959)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3064), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2634), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(959), [sym_block_comment] = STATE(959), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107180,22 +107393,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107204,36 +107417,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(960)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2328), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(2415), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(2206), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2005), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(960), [sym_block_comment] = STATE(960), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3239), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107251,22 +107464,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(3241), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107275,107 +107488,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(961)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2261), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3557), + [sym_removed_trait_bound] = STATE(1876), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(1784), + [sym_bracketed_type] = STATE(3612), + [sym_lifetime] = STATE(3404), + [sym_array_type] = STATE(1876), + [sym_for_lifetimes] = STATE(1594), + [sym_function_type] = STATE(1876), + [sym_tuple_type] = STATE(1876), + [sym_unit_type] = STATE(1876), + [sym_generic_type] = STATE(1630), + [sym_generic_type_with_turbofish] = STATE(3603), + [sym_bounded_type] = STATE(1876), + [sym_reference_type] = STATE(1876), + [sym_pointer_type] = STATE(1876), + [sym_never_type] = STATE(1876), + [sym_abstract_type] = STATE(1876), + [sym_dynamic_type] = STATE(1876), + [sym_macro_invocation] = STATE(1876), + [sym_scoped_identifier] = STATE(3339), + [sym_scoped_type_identifier] = STATE(1555), [sym_line_comment] = STATE(961), [sym_block_comment] = STATE(961), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1603), - [anon_sym_i8] = ACTIONS(1603), - [anon_sym_u16] = ACTIONS(1603), - [anon_sym_i16] = ACTIONS(1603), - [anon_sym_u32] = ACTIONS(1603), - [anon_sym_i32] = ACTIONS(1603), - [anon_sym_u64] = ACTIONS(1603), - [anon_sym_i64] = ACTIONS(1603), - [anon_sym_u128] = ACTIONS(1603), - [anon_sym_i128] = ACTIONS(1603), - [anon_sym_isize] = ACTIONS(1603), - [anon_sym_usize] = ACTIONS(1603), - [anon_sym_f32] = ACTIONS(1603), - [anon_sym_f64] = ACTIONS(1603), - [anon_sym_bool] = ACTIONS(1603), - [anon_sym_str] = ACTIONS(1603), - [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), - [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(1619), - [sym_metavariable] = ACTIONS(1621), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3108), + [anon_sym_LPAREN] = ACTIONS(3110), + [anon_sym_LBRACK] = ACTIONS(3112), + [anon_sym_STAR] = ACTIONS(3116), + [anon_sym_QMARK] = ACTIONS(3118), + [anon_sym_u8] = ACTIONS(3120), + [anon_sym_i8] = ACTIONS(3120), + [anon_sym_u16] = ACTIONS(3120), + [anon_sym_i16] = ACTIONS(3120), + [anon_sym_u32] = ACTIONS(3120), + [anon_sym_i32] = ACTIONS(3120), + [anon_sym_u64] = ACTIONS(3120), + [anon_sym_i64] = ACTIONS(3120), + [anon_sym_u128] = ACTIONS(3120), + [anon_sym_i128] = ACTIONS(3120), + [anon_sym_isize] = ACTIONS(3120), + [anon_sym_usize] = ACTIONS(3120), + [anon_sym_f32] = ACTIONS(3120), + [anon_sym_f64] = ACTIONS(3120), + [anon_sym_bool] = ACTIONS(3120), + [anon_sym_str] = ACTIONS(3120), + [anon_sym_char] = ACTIONS(3120), + [anon_sym_BANG] = ACTIONS(3122), + [anon_sym_AMP] = ACTIONS(3124), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(3126), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(3128), + [anon_sym_fn] = ACTIONS(3130), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(3132), + [anon_sym_impl] = ACTIONS(3134), + [anon_sym_union] = ACTIONS(3132), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(3136), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3140), + [sym_super] = ACTIONS(3140), + [sym_crate] = ACTIONS(3140), + [sym_metavariable] = ACTIONS(3142), }, [STATE(962)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2434), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2618), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(962), [sym_block_comment] = STATE(962), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107393,22 +107606,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107417,36 +107630,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(963)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2458), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2863), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(963), [sym_block_comment] = STATE(963), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107464,22 +107677,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107488,36 +107701,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(964)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2803), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2508), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(964), [sym_block_comment] = STATE(964), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107535,22 +107748,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107559,36 +107772,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(965)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2342), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3012), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(965), [sym_block_comment] = STATE(965), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107606,22 +107819,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107630,36 +107843,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(966)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2343), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2823), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(966), [sym_block_comment] = STATE(966), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107677,22 +107890,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107701,36 +107914,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(967)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2694), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2690), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(967), [sym_block_comment] = STATE(967), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107748,22 +107961,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107772,36 +107985,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(968)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2812), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2353), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(968), [sym_block_comment] = STATE(968), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107819,22 +108032,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107843,36 +108056,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(969)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2497), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2346), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(969), [sym_block_comment] = STATE(969), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107890,22 +108103,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107914,36 +108127,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(970)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2709), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(3055), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(970), [sym_block_comment] = STATE(970), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -107961,22 +108174,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -107985,36 +108198,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(971)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2344), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(2417), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2422), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(2334), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), [sym_scoped_type_identifier] = STATE(2208), [sym_line_comment] = STATE(971), [sym_block_comment] = STATE(971), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3243), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3248), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108032,22 +108245,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(3245), + [anon_sym_BANG] = ACTIONS(3250), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108056,107 +108269,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(972)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1478), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2446), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(972), [sym_block_comment] = STATE(972), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1603), + [anon_sym_i8] = ACTIONS(1603), + [anon_sym_u16] = ACTIONS(1603), + [anon_sym_i16] = ACTIONS(1603), + [anon_sym_u32] = ACTIONS(1603), + [anon_sym_i32] = ACTIONS(1603), + [anon_sym_u64] = ACTIONS(1603), + [anon_sym_i64] = ACTIONS(1603), + [anon_sym_u128] = ACTIONS(1603), + [anon_sym_i128] = ACTIONS(1603), + [anon_sym_isize] = ACTIONS(1603), + [anon_sym_usize] = ACTIONS(1603), + [anon_sym_f32] = ACTIONS(1603), + [anon_sym_f64] = ACTIONS(1603), + [anon_sym_bool] = ACTIONS(1603), + [anon_sym_str] = ACTIONS(1603), + [anon_sym_char] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1619), + [sym_super] = ACTIONS(1619), + [sym_crate] = ACTIONS(1619), + [sym_metavariable] = ACTIONS(1621), }, [STATE(973)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2258), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2812), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(973), [sym_block_comment] = STATE(973), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108174,22 +108387,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108198,36 +108411,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(974)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2351), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2349), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(974), [sym_block_comment] = STATE(974), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108245,22 +108458,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108269,36 +108482,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(975)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2352), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2350), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(975), [sym_block_comment] = STATE(975), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108316,22 +108529,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108340,36 +108553,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(976)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2353), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2718), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(976), [sym_block_comment] = STATE(976), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108387,22 +108600,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108411,36 +108624,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(977)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2354), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2824), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(977), [sym_block_comment] = STATE(977), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108458,22 +108671,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108482,36 +108695,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(978)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2602), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2459), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(978), [sym_block_comment] = STATE(978), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108529,22 +108742,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108553,107 +108766,107 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(979)] = { - [sym_function_modifiers] = STATE(3401), - [sym_removed_trait_bound] = STATE(1420), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(1482), - [sym_bracketed_type] = STATE(3581), - [sym_lifetime] = STATE(3438), - [sym_array_type] = STATE(1420), - [sym_for_lifetimes] = STATE(1589), - [sym_function_type] = STATE(1420), - [sym_tuple_type] = STATE(1420), - [sym_unit_type] = STATE(1420), - [sym_generic_type] = STATE(1305), - [sym_generic_type_with_turbofish] = STATE(3570), - [sym_bounded_type] = STATE(1420), - [sym_reference_type] = STATE(1420), - [sym_pointer_type] = STATE(1420), - [sym_never_type] = STATE(1420), - [sym_abstract_type] = STATE(1420), - [sym_dynamic_type] = STATE(1420), - [sym_macro_invocation] = STATE(1420), - [sym_scoped_identifier] = STATE(3246), - [sym_scoped_type_identifier] = STATE(1038), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2732), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(979), [sym_block_comment] = STATE(979), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3107), - [anon_sym_LPAREN] = ACTIONS(3109), - [anon_sym_LBRACK] = ACTIONS(3111), - [anon_sym_STAR] = ACTIONS(3115), - [anon_sym_QMARK] = ACTIONS(3117), - [anon_sym_u8] = ACTIONS(3119), - [anon_sym_i8] = ACTIONS(3119), - [anon_sym_u16] = ACTIONS(3119), - [anon_sym_i16] = ACTIONS(3119), - [anon_sym_u32] = ACTIONS(3119), - [anon_sym_i32] = ACTIONS(3119), - [anon_sym_u64] = ACTIONS(3119), - [anon_sym_i64] = ACTIONS(3119), - [anon_sym_u128] = ACTIONS(3119), - [anon_sym_i128] = ACTIONS(3119), - [anon_sym_isize] = ACTIONS(3119), - [anon_sym_usize] = ACTIONS(3119), - [anon_sym_f32] = ACTIONS(3119), - [anon_sym_f64] = ACTIONS(3119), - [anon_sym_bool] = ACTIONS(3119), - [anon_sym_str] = ACTIONS(3119), - [anon_sym_char] = ACTIONS(3119), - [anon_sym_BANG] = ACTIONS(3121), - [anon_sym_AMP] = ACTIONS(3123), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(3125), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(3127), - [anon_sym_fn] = ACTIONS(3129), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(3131), - [anon_sym_impl] = ACTIONS(3133), - [anon_sym_union] = ACTIONS(3131), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(3135), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3139), - [sym_super] = ACTIONS(3139), - [sym_crate] = ACTIONS(3139), - [sym_metavariable] = ACTIONS(3141), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), + [anon_sym_LPAREN] = ACTIONS(1597), + [anon_sym_LBRACK] = ACTIONS(1599), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), + [anon_sym_u8] = ACTIONS(1603), + [anon_sym_i8] = ACTIONS(1603), + [anon_sym_u16] = ACTIONS(1603), + [anon_sym_i16] = ACTIONS(1603), + [anon_sym_u32] = ACTIONS(1603), + [anon_sym_i32] = ACTIONS(1603), + [anon_sym_u64] = ACTIONS(1603), + [anon_sym_i64] = ACTIONS(1603), + [anon_sym_u128] = ACTIONS(1603), + [anon_sym_i128] = ACTIONS(1603), + [anon_sym_isize] = ACTIONS(1603), + [anon_sym_usize] = ACTIONS(1603), + [anon_sym_f32] = ACTIONS(1603), + [anon_sym_f64] = ACTIONS(1603), + [anon_sym_bool] = ACTIONS(1603), + [anon_sym_str] = ACTIONS(1603), + [anon_sym_char] = ACTIONS(1603), + [anon_sym_BANG] = ACTIONS(1265), + [anon_sym_AMP] = ACTIONS(1605), + [anon_sym_LT] = ACTIONS(29), + [anon_sym_COLON_COLON] = ACTIONS(1609), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), + [anon_sym_default] = ACTIONS(1613), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), + [anon_sym_gen] = ACTIONS(1615), + [anon_sym_impl] = ACTIONS(1299), + [anon_sym_union] = ACTIONS(1615), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(1619), + [sym_super] = ACTIONS(1619), + [sym_crate] = ACTIONS(1619), + [sym_metavariable] = ACTIONS(1621), }, [STATE(980)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2846), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2351), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(2426), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(2212), [sym_line_comment] = STATE(980), [sym_block_comment] = STATE(980), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3252), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108671,22 +108884,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(3254), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108695,36 +108908,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(981)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2465), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2256), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(981), [sym_block_comment] = STATE(981), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108742,22 +108955,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108766,36 +108979,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(982)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2606), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2271), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(982), [sym_block_comment] = STATE(982), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108813,22 +109026,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108837,36 +109050,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(983)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2852), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2359), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(983), [sym_block_comment] = STATE(983), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108884,22 +109097,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108908,36 +109121,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(984)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2628), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2360), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(984), [sym_block_comment] = STATE(984), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -108955,22 +109168,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -108979,36 +109192,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(985)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2008), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2361), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(985), [sym_block_comment] = STATE(985), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109026,22 +109239,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109050,36 +109263,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(986)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2231), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2362), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(986), [sym_block_comment] = STATE(986), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109097,22 +109310,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109121,36 +109334,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(987)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2359), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2552), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(987), [sym_block_comment] = STATE(987), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109168,22 +109381,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109192,36 +109405,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(988)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2360), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2867), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(988), [sym_block_comment] = STATE(988), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109239,22 +109452,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109263,36 +109476,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(989)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2014), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2469), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(989), [sym_block_comment] = STATE(989), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109310,22 +109523,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109334,36 +109547,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(990)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2874), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2555), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(990), [sym_block_comment] = STATE(990), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109381,22 +109594,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109405,36 +109618,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(991)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2020), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2875), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(991), [sym_block_comment] = STATE(991), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109452,22 +109665,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109476,36 +109689,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(992)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2361), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2559), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(992), [sym_block_comment] = STATE(992), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109523,22 +109736,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109547,36 +109760,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(993)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2362), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2222), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(993), [sym_block_comment] = STATE(993), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109594,22 +109807,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109618,36 +109831,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(994)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2363), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2368), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(994), [sym_block_comment] = STATE(994), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109665,22 +109878,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109689,36 +109902,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(995)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2364), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2369), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(995), [sym_block_comment] = STATE(995), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109736,22 +109949,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109760,36 +109973,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(996)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2235), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2900), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(996), [sym_block_comment] = STATE(996), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109807,22 +110020,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109831,36 +110044,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(997)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2689), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2370), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(997), [sym_block_comment] = STATE(997), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109878,22 +110091,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109902,36 +110115,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(998)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2987), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2371), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(998), [sym_block_comment] = STATE(998), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -109949,22 +110162,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -109973,36 +110186,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(999)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2476), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2372), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(999), [sym_block_comment] = STATE(999), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110020,22 +110233,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110044,36 +110257,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1000)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2368), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2373), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1000), [sym_block_comment] = STATE(1000), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110091,22 +110304,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110115,36 +110328,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1001)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2369), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2237), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1001), [sym_block_comment] = STATE(1001), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110162,22 +110375,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110186,36 +110399,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1002)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2253), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2574), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1002), [sym_block_comment] = STATE(1002), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110233,22 +110446,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110257,36 +110470,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1003)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2897), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2864), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1003), [sym_block_comment] = STATE(1003), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110304,22 +110517,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110328,36 +110541,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1004)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2260), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2374), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1004), [sym_block_comment] = STATE(1004), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110375,22 +110588,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110399,36 +110612,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1005)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2262), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2375), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1005), [sym_block_comment] = STATE(1005), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110446,22 +110659,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110470,36 +110683,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1006)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2657), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2223), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1006), [sym_block_comment] = STATE(1006), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110517,22 +110730,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110541,36 +110754,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1007)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2915), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2923), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1007), [sym_block_comment] = STATE(1007), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110588,22 +110801,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110612,36 +110825,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1008)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2399), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(2401), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(2198), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2231), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1008), [sym_block_comment] = STATE(1008), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3247), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110659,22 +110872,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(3249), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110683,36 +110896,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1009)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2413), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2740), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1009), [sym_block_comment] = STATE(1009), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110730,22 +110943,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110754,107 +110967,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_metavariable] = ACTIONS(1621), }, [STATE(1010)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2252), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2240), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), [sym_line_comment] = STATE(1010), [sym_block_comment] = STATE(1010), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), - [anon_sym_LPAREN] = ACTIONS(1597), - [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), - [anon_sym_u8] = ACTIONS(1603), - [anon_sym_i8] = ACTIONS(1603), - [anon_sym_u16] = ACTIONS(1603), - [anon_sym_i16] = ACTIONS(1603), - [anon_sym_u32] = ACTIONS(1603), - [anon_sym_i32] = ACTIONS(1603), - [anon_sym_u64] = ACTIONS(1603), - [anon_sym_i64] = ACTIONS(1603), - [anon_sym_u128] = ACTIONS(1603), - [anon_sym_i128] = ACTIONS(1603), - [anon_sym_isize] = ACTIONS(1603), - [anon_sym_usize] = ACTIONS(1603), - [anon_sym_f32] = ACTIONS(1603), - [anon_sym_f64] = ACTIONS(1603), - [anon_sym_bool] = ACTIONS(1603), - [anon_sym_str] = ACTIONS(1603), - [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), - [anon_sym_AMP] = ACTIONS(1605), - [anon_sym_LT] = ACTIONS(29), - [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), - [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), - [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), - [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1619), - [sym_super] = ACTIONS(1619), - [sym_crate] = ACTIONS(1619), - [sym_metavariable] = ACTIONS(1621), - }, - [STATE(1011)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2720), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(1011), - [sym_block_comment] = STATE(1011), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110872,22 +111014,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110895,37 +111037,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(1012)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(3035), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(1012), - [sym_block_comment] = STATE(1012), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(1011)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2944), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(1011), + [sym_block_comment] = STATE(1011), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -110943,22 +111085,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -110966,37 +111108,37 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(1013)] = { - [sym_function_modifiers] = STATE(3674), - [sym_removed_trait_bound] = STATE(2010), - [sym_extern_modifier] = STATE(2394), - [sym__type] = STATE(2561), - [sym_bracketed_type] = STATE(3395), - [sym_lifetime] = STATE(3497), - [sym_array_type] = STATE(2010), - [sym_for_lifetimes] = STATE(1571), - [sym_function_type] = STATE(2010), - [sym_tuple_type] = STATE(2010), - [sym_unit_type] = STATE(2010), - [sym_generic_type] = STATE(1970), - [sym_generic_type_with_turbofish] = STATE(3633), - [sym_bounded_type] = STATE(2010), - [sym_reference_type] = STATE(2010), - [sym_pointer_type] = STATE(2010), - [sym_never_type] = STATE(2010), - [sym_abstract_type] = STATE(2010), - [sym_dynamic_type] = STATE(2010), - [sym_macro_invocation] = STATE(2010), - [sym_scoped_identifier] = STATE(3173), - [sym_scoped_type_identifier] = STATE(1945), - [sym_line_comment] = STATE(1013), - [sym_block_comment] = STATE(1013), - [aux_sym_function_modifiers_repeat1] = STATE(2225), - [sym_identifier] = ACTIONS(3011), + [STATE(1012)] = { + [sym_function_modifiers] = STATE(3444), + [sym_removed_trait_bound] = STATE(2014), + [sym_extern_modifier] = STATE(2393), + [sym__type] = STATE(2396), + [sym_bracketed_type] = STATE(3410), + [sym_lifetime] = STATE(3479), + [sym_array_type] = STATE(2014), + [sym_for_lifetimes] = STATE(1576), + [sym_function_type] = STATE(2014), + [sym_tuple_type] = STATE(2014), + [sym_unit_type] = STATE(2014), + [sym_generic_type] = STATE(1980), + [sym_generic_type_with_turbofish] = STATE(3503), + [sym_bounded_type] = STATE(2014), + [sym_reference_type] = STATE(2014), + [sym_pointer_type] = STATE(2014), + [sym_never_type] = STATE(2014), + [sym_abstract_type] = STATE(2014), + [sym_dynamic_type] = STATE(2014), + [sym_macro_invocation] = STATE(2014), + [sym_scoped_identifier] = STATE(3309), + [sym_scoped_type_identifier] = STATE(1957), + [sym_line_comment] = STATE(1012), + [sym_block_comment] = STATE(1012), + [aux_sym_function_modifiers_repeat1] = STATE(2258), + [sym_identifier] = ACTIONS(3032), [anon_sym_LPAREN] = ACTIONS(1597), [anon_sym_LBRACK] = ACTIONS(1599), - [anon_sym_STAR] = ACTIONS(1265), - [anon_sym_QMARK] = ACTIONS(1267), + [anon_sym_STAR] = ACTIONS(1257), + [anon_sym_QMARK] = ACTIONS(1259), [anon_sym_u8] = ACTIONS(1603), [anon_sym_i8] = ACTIONS(1603), [anon_sym_u16] = ACTIONS(1603), @@ -111014,22 +111156,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_bool] = ACTIONS(1603), [anon_sym_str] = ACTIONS(1603), [anon_sym_char] = ACTIONS(1603), - [anon_sym_BANG] = ACTIONS(1273), + [anon_sym_BANG] = ACTIONS(1265), [anon_sym_AMP] = ACTIONS(1605), [anon_sym_LT] = ACTIONS(29), [anon_sym_COLON_COLON] = ACTIONS(1609), - [anon_sym_SQUOTE] = ACTIONS(3017), - [anon_sym_async] = ACTIONS(1293), - [anon_sym_const] = ACTIONS(1293), + [anon_sym_SQUOTE] = ACTIONS(3038), + [anon_sym_async] = ACTIONS(1287), + [anon_sym_const] = ACTIONS(1287), [anon_sym_default] = ACTIONS(1613), - [anon_sym_fn] = ACTIONS(1299), - [anon_sym_for] = ACTIONS(1301), + [anon_sym_fn] = ACTIONS(1293), + [anon_sym_for] = ACTIONS(1295), [anon_sym_gen] = ACTIONS(1615), - [anon_sym_impl] = ACTIONS(1305), + [anon_sym_impl] = ACTIONS(1299), [anon_sym_union] = ACTIONS(1615), - [anon_sym_unsafe] = ACTIONS(1293), - [anon_sym_extern] = ACTIONS(1307), - [anon_sym_dyn] = ACTIONS(1311), + [anon_sym_unsafe] = ACTIONS(1287), + [anon_sym_extern] = ACTIONS(1301), + [anon_sym_dyn] = ACTIONS(1305), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), [sym_self] = ACTIONS(1619), @@ -111037,277 +111179,345 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_crate] = ACTIONS(1619), [sym_metavariable] = ACTIONS(1621), }, - [STATE(1014)] = { + [STATE(1013)] = { [sym_attribute_item] = STATE(1015), + [sym_line_comment] = STATE(1013), + [sym_block_comment] = STATE(1013), + [aux_sym_enum_variant_list_repeat1] = STATE(1013), + [sym_identifier] = ACTIONS(3256), + [anon_sym_LPAREN] = ACTIONS(759), + [anon_sym_LBRACK] = ACTIONS(759), + [anon_sym_RBRACK] = ACTIONS(759), + [anon_sym_LBRACE] = ACTIONS(759), + [anon_sym_STAR] = ACTIONS(759), + [anon_sym_u8] = ACTIONS(3256), + [anon_sym_i8] = ACTIONS(3256), + [anon_sym_u16] = ACTIONS(3256), + [anon_sym_i16] = ACTIONS(3256), + [anon_sym_u32] = ACTIONS(3256), + [anon_sym_i32] = ACTIONS(3256), + [anon_sym_u64] = ACTIONS(3256), + [anon_sym_i64] = ACTIONS(3256), + [anon_sym_u128] = ACTIONS(3256), + [anon_sym_i128] = ACTIONS(3256), + [anon_sym_isize] = ACTIONS(3256), + [anon_sym_usize] = ACTIONS(3256), + [anon_sym_f32] = ACTIONS(3256), + [anon_sym_f64] = ACTIONS(3256), + [anon_sym_bool] = ACTIONS(3256), + [anon_sym_str] = ACTIONS(3256), + [anon_sym_char] = ACTIONS(3256), + [anon_sym_DASH] = ACTIONS(759), + [anon_sym_BANG] = ACTIONS(759), + [anon_sym_AMP] = ACTIONS(759), + [anon_sym_PIPE] = ACTIONS(759), + [anon_sym_LT] = ACTIONS(759), + [anon_sym_DOT_DOT] = ACTIONS(759), + [anon_sym_COMMA] = ACTIONS(759), + [anon_sym_COLON_COLON] = ACTIONS(759), + [anon_sym_POUND] = ACTIONS(785), + [anon_sym_SQUOTE] = ACTIONS(3256), + [anon_sym_async] = ACTIONS(3256), + [anon_sym_break] = ACTIONS(3256), + [anon_sym_const] = ACTIONS(3256), + [anon_sym_continue] = ACTIONS(3256), + [anon_sym_default] = ACTIONS(3256), + [anon_sym_for] = ACTIONS(3256), + [anon_sym_gen] = ACTIONS(3256), + [anon_sym_if] = ACTIONS(3256), + [anon_sym_loop] = ACTIONS(3256), + [anon_sym_match] = ACTIONS(3256), + [anon_sym_return] = ACTIONS(3256), + [anon_sym_static] = ACTIONS(3256), + [anon_sym_union] = ACTIONS(3256), + [anon_sym_unsafe] = ACTIONS(3256), + [anon_sym_while] = ACTIONS(3256), + [anon_sym_yield] = ACTIONS(3256), + [anon_sym_move] = ACTIONS(3256), + [anon_sym_try] = ACTIONS(3256), + [sym_integer_literal] = ACTIONS(759), + [aux_sym_string_literal_token1] = ACTIONS(759), + [sym_char_literal] = ACTIONS(759), + [anon_sym_true] = ACTIONS(3256), + [anon_sym_false] = ACTIONS(3256), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3256), + [sym_super] = ACTIONS(3256), + [sym_crate] = ACTIONS(3256), + [sym_metavariable] = ACTIONS(759), + [sym__raw_string_literal_start] = ACTIONS(759), + [sym_float_literal] = ACTIONS(759), + }, + [STATE(1014)] = { [sym_line_comment] = STATE(1014), [sym_block_comment] = STATE(1014), - [aux_sym_enum_variant_list_repeat1] = STATE(1014), - [sym_identifier] = ACTIONS(3251), - [anon_sym_LPAREN] = ACTIONS(753), - [anon_sym_LBRACK] = ACTIONS(753), - [anon_sym_RBRACK] = ACTIONS(753), - [anon_sym_LBRACE] = ACTIONS(753), - [anon_sym_STAR] = ACTIONS(753), - [anon_sym_u8] = ACTIONS(3251), - [anon_sym_i8] = ACTIONS(3251), - [anon_sym_u16] = ACTIONS(3251), - [anon_sym_i16] = ACTIONS(3251), - [anon_sym_u32] = ACTIONS(3251), - [anon_sym_i32] = ACTIONS(3251), - [anon_sym_u64] = ACTIONS(3251), - [anon_sym_i64] = ACTIONS(3251), - [anon_sym_u128] = ACTIONS(3251), - [anon_sym_i128] = ACTIONS(3251), - [anon_sym_isize] = ACTIONS(3251), - [anon_sym_usize] = ACTIONS(3251), - [anon_sym_f32] = ACTIONS(3251), - [anon_sym_f64] = ACTIONS(3251), - [anon_sym_bool] = ACTIONS(3251), - [anon_sym_str] = ACTIONS(3251), - [anon_sym_char] = ACTIONS(3251), - [anon_sym_DASH] = ACTIONS(753), - [anon_sym_BANG] = ACTIONS(753), - [anon_sym_AMP] = ACTIONS(753), - [anon_sym_PIPE] = ACTIONS(753), - [anon_sym_LT] = ACTIONS(753), - [anon_sym_DOT_DOT] = ACTIONS(753), - [anon_sym_COMMA] = ACTIONS(753), - [anon_sym_COLON_COLON] = ACTIONS(753), - [anon_sym_POUND] = ACTIONS(779), - [anon_sym_SQUOTE] = ACTIONS(3251), - [anon_sym_async] = ACTIONS(3251), - [anon_sym_break] = ACTIONS(3251), - [anon_sym_const] = ACTIONS(3251), - [anon_sym_continue] = ACTIONS(3251), - [anon_sym_default] = ACTIONS(3251), - [anon_sym_for] = ACTIONS(3251), - [anon_sym_gen] = ACTIONS(3251), - [anon_sym_if] = ACTIONS(3251), - [anon_sym_loop] = ACTIONS(3251), - [anon_sym_match] = ACTIONS(3251), - [anon_sym_return] = ACTIONS(3251), - [anon_sym_static] = ACTIONS(3251), - [anon_sym_union] = ACTIONS(3251), - [anon_sym_unsafe] = ACTIONS(3251), - [anon_sym_while] = ACTIONS(3251), - [anon_sym_yield] = ACTIONS(3251), - [anon_sym_move] = ACTIONS(3251), - [anon_sym_try] = ACTIONS(3251), - [sym_integer_literal] = ACTIONS(753), - [aux_sym_string_literal_token1] = ACTIONS(753), - [sym_char_literal] = ACTIONS(753), - [anon_sym_true] = ACTIONS(3251), - [anon_sym_false] = ACTIONS(3251), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3251), - [sym_super] = ACTIONS(3251), - [sym_crate] = ACTIONS(3251), - [sym_metavariable] = ACTIONS(753), - [sym__raw_string_literal_start] = ACTIONS(753), - [sym_float_literal] = ACTIONS(753), + [sym_identifier] = ACTIONS(3002), + [anon_sym_LPAREN] = ACTIONS(3000), + [anon_sym_LBRACK] = ACTIONS(3000), + [anon_sym_RBRACK] = ACTIONS(3000), + [anon_sym_LBRACE] = ACTIONS(3000), + [anon_sym_STAR] = ACTIONS(3000), + [anon_sym_u8] = ACTIONS(3002), + [anon_sym_i8] = ACTIONS(3002), + [anon_sym_u16] = ACTIONS(3002), + [anon_sym_i16] = ACTIONS(3002), + [anon_sym_u32] = ACTIONS(3002), + [anon_sym_i32] = ACTIONS(3002), + [anon_sym_u64] = ACTIONS(3002), + [anon_sym_i64] = ACTIONS(3002), + [anon_sym_u128] = ACTIONS(3002), + [anon_sym_i128] = ACTIONS(3002), + [anon_sym_isize] = ACTIONS(3002), + [anon_sym_usize] = ACTIONS(3002), + [anon_sym_f32] = ACTIONS(3002), + [anon_sym_f64] = ACTIONS(3002), + [anon_sym_bool] = ACTIONS(3002), + [anon_sym_str] = ACTIONS(3002), + [anon_sym_char] = ACTIONS(3002), + [anon_sym_DASH] = ACTIONS(3000), + [anon_sym_BANG] = ACTIONS(3000), + [anon_sym_AMP] = ACTIONS(3000), + [anon_sym_PIPE] = ACTIONS(3000), + [anon_sym_LT] = ACTIONS(3000), + [anon_sym_DOT_DOT] = ACTIONS(3000), + [anon_sym_COMMA] = ACTIONS(3000), + [anon_sym_COLON_COLON] = ACTIONS(3000), + [anon_sym_POUND] = ACTIONS(3000), + [anon_sym_SQUOTE] = ACTIONS(3002), + [anon_sym_async] = ACTIONS(3002), + [anon_sym_break] = ACTIONS(3002), + [anon_sym_const] = ACTIONS(3002), + [anon_sym_continue] = ACTIONS(3002), + [anon_sym_default] = ACTIONS(3002), + [anon_sym_for] = ACTIONS(3002), + [anon_sym_gen] = ACTIONS(3002), + [anon_sym_if] = ACTIONS(3002), + [anon_sym_loop] = ACTIONS(3002), + [anon_sym_match] = ACTIONS(3002), + [anon_sym_return] = ACTIONS(3002), + [anon_sym_static] = ACTIONS(3002), + [anon_sym_union] = ACTIONS(3002), + [anon_sym_unsafe] = ACTIONS(3002), + [anon_sym_while] = ACTIONS(3002), + [anon_sym_yield] = ACTIONS(3002), + [anon_sym_move] = ACTIONS(3002), + [anon_sym_try] = ACTIONS(3002), + [sym_integer_literal] = ACTIONS(3000), + [aux_sym_string_literal_token1] = ACTIONS(3000), + [sym_char_literal] = ACTIONS(3000), + [anon_sym_true] = ACTIONS(3002), + [anon_sym_false] = ACTIONS(3002), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3002), + [sym_super] = ACTIONS(3002), + [sym_crate] = ACTIONS(3002), + [sym_metavariable] = ACTIONS(3000), + [sym__raw_string_literal_start] = ACTIONS(3000), + [sym_float_literal] = ACTIONS(3000), }, [STATE(1015)] = { [sym_line_comment] = STATE(1015), [sym_block_comment] = STATE(1015), - [sym_identifier] = ACTIONS(3253), - [anon_sym_LPAREN] = ACTIONS(3255), - [anon_sym_LBRACK] = ACTIONS(3255), - [anon_sym_RBRACK] = ACTIONS(3255), - [anon_sym_LBRACE] = ACTIONS(3255), - [anon_sym_STAR] = ACTIONS(3255), - [anon_sym_u8] = ACTIONS(3253), - [anon_sym_i8] = ACTIONS(3253), - [anon_sym_u16] = ACTIONS(3253), - [anon_sym_i16] = ACTIONS(3253), - [anon_sym_u32] = ACTIONS(3253), - [anon_sym_i32] = ACTIONS(3253), - [anon_sym_u64] = ACTIONS(3253), - [anon_sym_i64] = ACTIONS(3253), - [anon_sym_u128] = ACTIONS(3253), - [anon_sym_i128] = ACTIONS(3253), - [anon_sym_isize] = ACTIONS(3253), - [anon_sym_usize] = ACTIONS(3253), - [anon_sym_f32] = ACTIONS(3253), - [anon_sym_f64] = ACTIONS(3253), - [anon_sym_bool] = ACTIONS(3253), - [anon_sym_str] = ACTIONS(3253), - [anon_sym_char] = ACTIONS(3253), - [anon_sym_DASH] = ACTIONS(3255), - [anon_sym_BANG] = ACTIONS(3255), - [anon_sym_AMP] = ACTIONS(3255), - [anon_sym_PIPE] = ACTIONS(3255), - [anon_sym_LT] = ACTIONS(3255), - [anon_sym_DOT_DOT] = ACTIONS(3255), - [anon_sym_COMMA] = ACTIONS(3255), - [anon_sym_COLON_COLON] = ACTIONS(3255), - [anon_sym_POUND] = ACTIONS(3255), - [anon_sym_SQUOTE] = ACTIONS(3253), - [anon_sym_async] = ACTIONS(3253), - [anon_sym_break] = ACTIONS(3253), - [anon_sym_const] = ACTIONS(3253), - [anon_sym_continue] = ACTIONS(3253), - [anon_sym_default] = ACTIONS(3253), - [anon_sym_for] = ACTIONS(3253), - [anon_sym_gen] = ACTIONS(3253), - [anon_sym_if] = ACTIONS(3253), - [anon_sym_loop] = ACTIONS(3253), - [anon_sym_match] = ACTIONS(3253), - [anon_sym_return] = ACTIONS(3253), - [anon_sym_static] = ACTIONS(3253), - [anon_sym_union] = ACTIONS(3253), - [anon_sym_unsafe] = ACTIONS(3253), - [anon_sym_while] = ACTIONS(3253), - [anon_sym_yield] = ACTIONS(3253), - [anon_sym_move] = ACTIONS(3253), - [anon_sym_try] = ACTIONS(3253), - [sym_integer_literal] = ACTIONS(3255), - [aux_sym_string_literal_token1] = ACTIONS(3255), - [sym_char_literal] = ACTIONS(3255), - [anon_sym_true] = ACTIONS(3253), - [anon_sym_false] = ACTIONS(3253), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3253), - [sym_super] = ACTIONS(3253), - [sym_crate] = ACTIONS(3253), - [sym_metavariable] = ACTIONS(3255), - [sym__raw_string_literal_start] = ACTIONS(3255), - [sym_float_literal] = ACTIONS(3255), + [sym_identifier] = ACTIONS(3258), + [anon_sym_LPAREN] = ACTIONS(3260), + [anon_sym_LBRACK] = ACTIONS(3260), + [anon_sym_RBRACK] = ACTIONS(3260), + [anon_sym_LBRACE] = ACTIONS(3260), + [anon_sym_STAR] = ACTIONS(3260), + [anon_sym_u8] = ACTIONS(3258), + [anon_sym_i8] = ACTIONS(3258), + [anon_sym_u16] = ACTIONS(3258), + [anon_sym_i16] = ACTIONS(3258), + [anon_sym_u32] = ACTIONS(3258), + [anon_sym_i32] = ACTIONS(3258), + [anon_sym_u64] = ACTIONS(3258), + [anon_sym_i64] = ACTIONS(3258), + [anon_sym_u128] = ACTIONS(3258), + [anon_sym_i128] = ACTIONS(3258), + [anon_sym_isize] = ACTIONS(3258), + [anon_sym_usize] = ACTIONS(3258), + [anon_sym_f32] = ACTIONS(3258), + [anon_sym_f64] = ACTIONS(3258), + [anon_sym_bool] = ACTIONS(3258), + [anon_sym_str] = ACTIONS(3258), + [anon_sym_char] = ACTIONS(3258), + [anon_sym_DASH] = ACTIONS(3260), + [anon_sym_BANG] = ACTIONS(3260), + [anon_sym_AMP] = ACTIONS(3260), + [anon_sym_PIPE] = ACTIONS(3260), + [anon_sym_LT] = ACTIONS(3260), + [anon_sym_DOT_DOT] = ACTIONS(3260), + [anon_sym_COMMA] = ACTIONS(3260), + [anon_sym_COLON_COLON] = ACTIONS(3260), + [anon_sym_POUND] = ACTIONS(3260), + [anon_sym_SQUOTE] = ACTIONS(3258), + [anon_sym_async] = ACTIONS(3258), + [anon_sym_break] = ACTIONS(3258), + [anon_sym_const] = ACTIONS(3258), + [anon_sym_continue] = ACTIONS(3258), + [anon_sym_default] = ACTIONS(3258), + [anon_sym_for] = ACTIONS(3258), + [anon_sym_gen] = ACTIONS(3258), + [anon_sym_if] = ACTIONS(3258), + [anon_sym_loop] = ACTIONS(3258), + [anon_sym_match] = ACTIONS(3258), + [anon_sym_return] = ACTIONS(3258), + [anon_sym_static] = ACTIONS(3258), + [anon_sym_union] = ACTIONS(3258), + [anon_sym_unsafe] = ACTIONS(3258), + [anon_sym_while] = ACTIONS(3258), + [anon_sym_yield] = ACTIONS(3258), + [anon_sym_move] = ACTIONS(3258), + [anon_sym_try] = ACTIONS(3258), + [sym_integer_literal] = ACTIONS(3260), + [aux_sym_string_literal_token1] = ACTIONS(3260), + [sym_char_literal] = ACTIONS(3260), + [anon_sym_true] = ACTIONS(3258), + [anon_sym_false] = ACTIONS(3258), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3258), + [sym_super] = ACTIONS(3258), + [sym_crate] = ACTIONS(3258), + [sym_metavariable] = ACTIONS(3260), + [sym__raw_string_literal_start] = ACTIONS(3260), + [sym_float_literal] = ACTIONS(3260), }, [STATE(1016)] = { [sym_line_comment] = STATE(1016), [sym_block_comment] = STATE(1016), - [sym_identifier] = ACTIONS(3257), - [anon_sym_LPAREN] = ACTIONS(3259), - [anon_sym_LBRACK] = ACTIONS(3259), - [anon_sym_LBRACE] = ACTIONS(3259), - [anon_sym_STAR] = ACTIONS(3259), - [anon_sym_u8] = ACTIONS(3257), - [anon_sym_i8] = ACTIONS(3257), - [anon_sym_u16] = ACTIONS(3257), - [anon_sym_i16] = ACTIONS(3257), - [anon_sym_u32] = ACTIONS(3257), - [anon_sym_i32] = ACTIONS(3257), - [anon_sym_u64] = ACTIONS(3257), - [anon_sym_i64] = ACTIONS(3257), - [anon_sym_u128] = ACTIONS(3257), - [anon_sym_i128] = ACTIONS(3257), - [anon_sym_isize] = ACTIONS(3257), - [anon_sym_usize] = ACTIONS(3257), - [anon_sym_f32] = ACTIONS(3257), - [anon_sym_f64] = ACTIONS(3257), - [anon_sym_bool] = ACTIONS(3257), - [anon_sym_str] = ACTIONS(3257), - [anon_sym_char] = ACTIONS(3257), - [anon_sym_DASH] = ACTIONS(3257), - [anon_sym_BANG] = ACTIONS(3259), - [anon_sym_AMP] = ACTIONS(3259), - [anon_sym_PIPE] = ACTIONS(3259), - [anon_sym_LT] = ACTIONS(3259), - [anon_sym__] = ACTIONS(3257), - [anon_sym_DOT_DOT] = ACTIONS(3259), - [anon_sym_COLON_COLON] = ACTIONS(3259), - [anon_sym_DASH_GT] = ACTIONS(3259), - [anon_sym_SQUOTE] = ACTIONS(3257), - [anon_sym_async] = ACTIONS(3257), - [anon_sym_break] = ACTIONS(3257), - [anon_sym_const] = ACTIONS(3257), - [anon_sym_continue] = ACTIONS(3257), - [anon_sym_default] = ACTIONS(3257), - [anon_sym_for] = ACTIONS(3257), - [anon_sym_gen] = ACTIONS(3257), - [anon_sym_if] = ACTIONS(3257), - [anon_sym_loop] = ACTIONS(3257), - [anon_sym_match] = ACTIONS(3257), - [anon_sym_return] = ACTIONS(3257), - [anon_sym_static] = ACTIONS(3257), - [anon_sym_union] = ACTIONS(3257), - [anon_sym_unsafe] = ACTIONS(3257), - [anon_sym_while] = ACTIONS(3257), - [anon_sym_yield] = ACTIONS(3257), - [anon_sym_move] = ACTIONS(3257), - [anon_sym_try] = ACTIONS(3257), - [sym_integer_literal] = ACTIONS(3259), - [aux_sym_string_literal_token1] = ACTIONS(3259), - [sym_char_literal] = ACTIONS(3259), - [anon_sym_true] = ACTIONS(3257), - [anon_sym_false] = ACTIONS(3257), - [anon_sym_SLASH_SLASH] = ACTIONS(103), - [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(3257), - [sym_super] = ACTIONS(3257), - [sym_crate] = ACTIONS(3257), - [sym_metavariable] = ACTIONS(3259), - [sym__raw_string_literal_start] = ACTIONS(3259), - [sym_float_literal] = ACTIONS(3259), + [sym_identifier] = ACTIONS(3262), + [anon_sym_LPAREN] = ACTIONS(3264), + [anon_sym_LBRACK] = ACTIONS(3264), + [anon_sym_LBRACE] = ACTIONS(3264), + [anon_sym_STAR] = ACTIONS(3264), + [anon_sym_u8] = ACTIONS(3262), + [anon_sym_i8] = ACTIONS(3262), + [anon_sym_u16] = ACTIONS(3262), + [anon_sym_i16] = ACTIONS(3262), + [anon_sym_u32] = ACTIONS(3262), + [anon_sym_i32] = ACTIONS(3262), + [anon_sym_u64] = ACTIONS(3262), + [anon_sym_i64] = ACTIONS(3262), + [anon_sym_u128] = ACTIONS(3262), + [anon_sym_i128] = ACTIONS(3262), + [anon_sym_isize] = ACTIONS(3262), + [anon_sym_usize] = ACTIONS(3262), + [anon_sym_f32] = ACTIONS(3262), + [anon_sym_f64] = ACTIONS(3262), + [anon_sym_bool] = ACTIONS(3262), + [anon_sym_str] = ACTIONS(3262), + [anon_sym_char] = ACTIONS(3262), + [anon_sym_DASH] = ACTIONS(3262), + [anon_sym_BANG] = ACTIONS(3264), + [anon_sym_AMP] = ACTIONS(3264), + [anon_sym_PIPE] = ACTIONS(3264), + [anon_sym_LT] = ACTIONS(3264), + [anon_sym__] = ACTIONS(3262), + [anon_sym_DOT_DOT] = ACTIONS(3264), + [anon_sym_COLON_COLON] = ACTIONS(3264), + [anon_sym_DASH_GT] = ACTIONS(3264), + [anon_sym_SQUOTE] = ACTIONS(3262), + [anon_sym_async] = ACTIONS(3262), + [anon_sym_break] = ACTIONS(3262), + [anon_sym_const] = ACTIONS(3262), + [anon_sym_continue] = ACTIONS(3262), + [anon_sym_default] = ACTIONS(3262), + [anon_sym_for] = ACTIONS(3262), + [anon_sym_gen] = ACTIONS(3262), + [anon_sym_if] = ACTIONS(3262), + [anon_sym_loop] = ACTIONS(3262), + [anon_sym_match] = ACTIONS(3262), + [anon_sym_return] = ACTIONS(3262), + [anon_sym_static] = ACTIONS(3262), + [anon_sym_union] = ACTIONS(3262), + [anon_sym_unsafe] = ACTIONS(3262), + [anon_sym_while] = ACTIONS(3262), + [anon_sym_yield] = ACTIONS(3262), + [anon_sym_move] = ACTIONS(3262), + [anon_sym_try] = ACTIONS(3262), + [sym_integer_literal] = ACTIONS(3264), + [aux_sym_string_literal_token1] = ACTIONS(3264), + [sym_char_literal] = ACTIONS(3264), + [anon_sym_true] = ACTIONS(3262), + [anon_sym_false] = ACTIONS(3262), + [anon_sym_SLASH_SLASH] = ACTIONS(103), + [anon_sym_SLASH_STAR] = ACTIONS(105), + [sym_self] = ACTIONS(3262), + [sym_super] = ACTIONS(3262), + [sym_crate] = ACTIONS(3262), + [sym_metavariable] = ACTIONS(3264), + [sym__raw_string_literal_start] = ACTIONS(3264), + [sym_float_literal] = ACTIONS(3264), }, [STATE(1017)] = { [sym_line_comment] = STATE(1017), [sym_block_comment] = STATE(1017), - [sym_identifier] = ACTIONS(1591), - [anon_sym_LPAREN] = ACTIONS(1593), - [anon_sym_LBRACK] = ACTIONS(1593), - [anon_sym_LBRACE] = ACTIONS(1593), - [anon_sym_STAR] = ACTIONS(1593), - [anon_sym_u8] = ACTIONS(1591), - [anon_sym_i8] = ACTIONS(1591), - [anon_sym_u16] = ACTIONS(1591), - [anon_sym_i16] = ACTIONS(1591), - [anon_sym_u32] = ACTIONS(1591), - [anon_sym_i32] = ACTIONS(1591), - [anon_sym_u64] = ACTIONS(1591), - [anon_sym_i64] = ACTIONS(1591), - [anon_sym_u128] = ACTIONS(1591), - [anon_sym_i128] = ACTIONS(1591), - [anon_sym_isize] = ACTIONS(1591), - [anon_sym_usize] = ACTIONS(1591), - [anon_sym_f32] = ACTIONS(1591), - [anon_sym_f64] = ACTIONS(1591), - [anon_sym_bool] = ACTIONS(1591), - [anon_sym_str] = ACTIONS(1591), - [anon_sym_char] = ACTIONS(1591), - [anon_sym_DASH] = ACTIONS(1591), - [anon_sym_BANG] = ACTIONS(1593), - [anon_sym_AMP] = ACTIONS(1593), - [anon_sym_PIPE] = ACTIONS(1593), - [anon_sym_LT] = ACTIONS(1593), - [anon_sym__] = ACTIONS(1591), - [anon_sym_DOT_DOT] = ACTIONS(1593), - [anon_sym_COLON_COLON] = ACTIONS(1593), - [anon_sym_DASH_GT] = ACTIONS(1593), - [anon_sym_SQUOTE] = ACTIONS(1591), - [anon_sym_async] = ACTIONS(1591), - [anon_sym_break] = ACTIONS(1591), - [anon_sym_const] = ACTIONS(1591), - [anon_sym_continue] = ACTIONS(1591), - [anon_sym_default] = ACTIONS(1591), - [anon_sym_for] = ACTIONS(1591), - [anon_sym_gen] = ACTIONS(1591), - [anon_sym_if] = ACTIONS(1591), - [anon_sym_loop] = ACTIONS(1591), - [anon_sym_match] = ACTIONS(1591), - [anon_sym_return] = ACTIONS(1591), - [anon_sym_static] = ACTIONS(1591), - [anon_sym_union] = ACTIONS(1591), - [anon_sym_unsafe] = ACTIONS(1591), - [anon_sym_while] = ACTIONS(1591), - [anon_sym_yield] = ACTIONS(1591), - [anon_sym_move] = ACTIONS(1591), - [anon_sym_try] = ACTIONS(1591), - [sym_integer_literal] = ACTIONS(1593), - [aux_sym_string_literal_token1] = ACTIONS(1593), - [sym_char_literal] = ACTIONS(1593), - [anon_sym_true] = ACTIONS(1591), - [anon_sym_false] = ACTIONS(1591), + [sym_identifier] = ACTIONS(1587), + [anon_sym_LPAREN] = ACTIONS(1589), + [anon_sym_LBRACK] = ACTIONS(1589), + [anon_sym_LBRACE] = ACTIONS(1589), + [anon_sym_STAR] = ACTIONS(1589), + [anon_sym_u8] = ACTIONS(1587), + [anon_sym_i8] = ACTIONS(1587), + [anon_sym_u16] = ACTIONS(1587), + [anon_sym_i16] = ACTIONS(1587), + [anon_sym_u32] = ACTIONS(1587), + [anon_sym_i32] = ACTIONS(1587), + [anon_sym_u64] = ACTIONS(1587), + [anon_sym_i64] = ACTIONS(1587), + [anon_sym_u128] = ACTIONS(1587), + [anon_sym_i128] = ACTIONS(1587), + [anon_sym_isize] = ACTIONS(1587), + [anon_sym_usize] = ACTIONS(1587), + [anon_sym_f32] = ACTIONS(1587), + [anon_sym_f64] = ACTIONS(1587), + [anon_sym_bool] = ACTIONS(1587), + [anon_sym_str] = ACTIONS(1587), + [anon_sym_char] = ACTIONS(1587), + [anon_sym_DASH] = ACTIONS(1587), + [anon_sym_BANG] = ACTIONS(1589), + [anon_sym_AMP] = ACTIONS(1589), + [anon_sym_PIPE] = ACTIONS(1589), + [anon_sym_LT] = ACTIONS(1589), + [anon_sym__] = ACTIONS(1587), + [anon_sym_DOT_DOT] = ACTIONS(1589), + [anon_sym_COLON_COLON] = ACTIONS(1589), + [anon_sym_DASH_GT] = ACTIONS(1589), + [anon_sym_SQUOTE] = ACTIONS(1587), + [anon_sym_async] = ACTIONS(1587), + [anon_sym_break] = ACTIONS(1587), + [anon_sym_const] = ACTIONS(1587), + [anon_sym_continue] = ACTIONS(1587), + [anon_sym_default] = ACTIONS(1587), + [anon_sym_for] = ACTIONS(1587), + [anon_sym_gen] = ACTIONS(1587), + [anon_sym_if] = ACTIONS(1587), + [anon_sym_loop] = ACTIONS(1587), + [anon_sym_match] = ACTIONS(1587), + [anon_sym_return] = ACTIONS(1587), + [anon_sym_static] = ACTIONS(1587), + [anon_sym_union] = ACTIONS(1587), + [anon_sym_unsafe] = ACTIONS(1587), + [anon_sym_while] = ACTIONS(1587), + [anon_sym_yield] = ACTIONS(1587), + [anon_sym_move] = ACTIONS(1587), + [anon_sym_try] = ACTIONS(1587), + [sym_integer_literal] = ACTIONS(1589), + [aux_sym_string_literal_token1] = ACTIONS(1589), + [sym_char_literal] = ACTIONS(1589), + [anon_sym_true] = ACTIONS(1587), + [anon_sym_false] = ACTIONS(1587), [anon_sym_SLASH_SLASH] = ACTIONS(103), [anon_sym_SLASH_STAR] = ACTIONS(105), - [sym_self] = ACTIONS(1591), - [sym_super] = ACTIONS(1591), - [sym_crate] = ACTIONS(1591), - [sym_metavariable] = ACTIONS(1593), - [sym__raw_string_literal_start] = ACTIONS(1593), - [sym_float_literal] = ACTIONS(1593), + [sym_self] = ACTIONS(1587), + [sym_super] = ACTIONS(1587), + [sym_crate] = ACTIONS(1587), + [sym_metavariable] = ACTIONS(1589), + [sym__raw_string_literal_start] = ACTIONS(1589), + [sym_float_literal] = ACTIONS(1589), }, }; @@ -111320,7 +111530,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1018), 2, sym_line_comment, sym_block_comment, - ACTIONS(1097), 18, + ACTIONS(1123), 18, sym__raw_string_literal_start, sym_float_literal, anon_sym_LPAREN, @@ -111339,7 +111549,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, - ACTIONS(3261), 42, + ACTIONS(3266), 42, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -111390,7 +111600,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1019), 2, sym_line_comment, sym_block_comment, - ACTIONS(2623), 17, + ACTIONS(3000), 18, sym__raw_string_literal_start, sym_float_literal, anon_sym_LPAREN, @@ -111403,12 +111613,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LT, anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, sym_integer_literal, aux_sym_string_literal_token1, sym_char_literal, sym_metavariable, - ACTIONS(2625), 39, + ACTIONS(3002), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -111448,7 +111659,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [146] = 5, + [147] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -111456,7 +111667,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1020), 2, sym_line_comment, sym_block_comment, - ACTIONS(3265), 20, + ACTIONS(3270), 20, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -111477,7 +111688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(3263), 35, + ACTIONS(3268), 35, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -111513,57 +111724,57 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [216] = 21, + [217] = 21, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1271), 1, + ACTIONS(1263), 1, anon_sym_DASH, - ACTIONS(1317), 1, + ACTIONS(1311), 1, aux_sym_string_literal_token1, - ACTIONS(1327), 1, + ACTIONS(1321), 1, sym__raw_string_literal_start, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(3267), 1, + ACTIONS(3272), 1, sym_identifier, - ACTIONS(3277), 1, + ACTIONS(3282), 1, sym_metavariable, - STATE(2072), 1, + STATE(2082), 1, sym_scoped_identifier, - STATE(2115), 1, + STATE(2124), 1, sym__literal_pattern, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - ACTIONS(1319), 2, + ACTIONS(1313), 2, anon_sym_true, anon_sym_false, STATE(1021), 2, sym_line_comment, sym_block_comment, - ACTIONS(1315), 3, + ACTIONS(1309), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3271), 3, + ACTIONS(3276), 3, anon_sym_COLON, anon_sym_else, anon_sym_in, - ACTIONS(3275), 3, + ACTIONS(3280), 3, sym_self, sym_super, sym_crate, - STATE(2051), 4, + STATE(2064), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3269), 7, + ACTIONS(3274), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -111571,7 +111782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ, anon_sym_COMMA, - ACTIONS(3273), 20, + ACTIONS(3278), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -111592,57 +111803,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [316] = 21, + [317] = 21, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1271), 1, + ACTIONS(1263), 1, anon_sym_DASH, - ACTIONS(1317), 1, + ACTIONS(1311), 1, aux_sym_string_literal_token1, - ACTIONS(1327), 1, + ACTIONS(1321), 1, sym__raw_string_literal_start, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(3279), 1, + ACTIONS(3284), 1, sym_identifier, - ACTIONS(3289), 1, + ACTIONS(3294), 1, sym_metavariable, - STATE(2094), 1, + STATE(2105), 1, sym_scoped_identifier, - STATE(2146), 1, + STATE(2156), 1, sym__literal_pattern, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - ACTIONS(1319), 2, + ACTIONS(1313), 2, anon_sym_true, anon_sym_false, STATE(1022), 2, sym_line_comment, sym_block_comment, - ACTIONS(1315), 3, + ACTIONS(1309), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3283), 3, + ACTIONS(3288), 3, anon_sym_COLON, anon_sym_else, anon_sym_in, - ACTIONS(3287), 3, + ACTIONS(3292), 3, sym_self, sym_super, sym_crate, - STATE(2051), 4, + STATE(2064), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3281), 7, + ACTIONS(3286), 7, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -111650,7 +111861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ, anon_sym_COMMA, - ACTIONS(3285), 20, + ACTIONS(3290), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -111671,94 +111882,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [416] = 12, + [417] = 21, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3295), 1, - anon_sym_BANG, - ACTIONS(3297), 1, + ACTIONS(1263), 1, + anon_sym_DASH, + ACTIONS(1311), 1, + aux_sym_string_literal_token1, + ACTIONS(1321), 1, + sym__raw_string_literal_start, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(3301), 1, - anon_sym_move, - STATE(1431), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(3296), 1, + sym_identifier, + ACTIONS(3306), 1, + sym_metavariable, + STATE(2099), 1, + sym_scoped_identifier, + STATE(2141), 1, + sym__literal_pattern, + STATE(3402), 1, + sym_bracketed_type, + STATE(3427), 1, + sym_generic_type_with_turbofish, + ACTIONS(1313), 2, + anon_sym_true, + anon_sym_false, STATE(1023), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3291), 28, + ACTIONS(1309), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3300), 3, + anon_sym_COLON, + anon_sym_else, + anon_sym_in, + ACTIONS(3304), 3, + sym_self, + sym_super, + sym_crate, + STATE(2064), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3298), 7, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - anon_sym_as, - anon_sym_else, - [495] = 11, + ACTIONS(3302), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [517] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3310), 1, anon_sym_LPAREN, - ACTIONS(3309), 1, + ACTIONS(3314), 1, anon_sym_BANG, - ACTIONS(3311), 1, + ACTIONS(3316), 1, anon_sym_COLON_COLON, - ACTIONS(3313), 1, + ACTIONS(3318), 1, anon_sym_LT2, - STATE(1287), 1, + STATE(1310), 1, sym_type_arguments, - STATE(1288), 1, + STATE(1319), 1, sym_parameters, STATE(1024), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 17, + ACTIONS(3312), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -111776,7 +111999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3303), 27, + ACTIONS(3308), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -111804,25 +112027,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [572] = 10, + [594] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LPAREN, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(3319), 1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3324), 1, + anon_sym_BANG, + ACTIONS(3326), 1, anon_sym_COLON_COLON, - STATE(1287), 1, - sym_type_arguments, - STATE(1288), 1, - sym_parameters, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(3330), 1, + anon_sym_move, + STATE(1503), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(1025), 2, sym_line_comment, sym_block_comment, - ACTIONS(3317), 17, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -111833,19 +112060,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3315), 27, + ACTIONS(3320), 28, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -111858,17 +112083,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [646] = 5, + [673] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -111876,7 +112102,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1026), 2, sym_line_comment, sym_block_comment, - ACTIONS(1363), 9, + ACTIONS(1043), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -111886,7 +112112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1365), 40, + ACTIONS(1041), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -111927,7 +112153,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [710] = 5, + [737] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -111935,7 +112161,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1027), 2, sym_line_comment, sym_block_comment, - ACTIONS(1051), 9, + ACTIONS(1039), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -111945,7 +112171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1049), 40, + ACTIONS(1037), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -111986,7 +112212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [774] = 5, + [801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -111994,7 +112220,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1028), 2, sym_line_comment, sym_block_comment, - ACTIONS(1047), 9, + ACTIONS(1399), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -112004,7 +112230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1045), 40, + ACTIONS(1401), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112045,7 +112271,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [838] = 5, + [865] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -112053,7 +112279,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1029), 2, sym_line_comment, sym_block_comment, - ACTIONS(1377), 9, + ACTIONS(1383), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -112063,7 +112289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1379), 40, + ACTIONS(1385), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112104,7 +112330,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [902] = 5, + [929] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -112112,7 +112338,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1030), 2, sym_line_comment, sym_block_comment, - ACTIONS(1333), 9, + ACTIONS(1403), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -112122,7 +112348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1335), 40, + ACTIONS(1405), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112163,7 +112389,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [966] = 5, + [993] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -112171,7 +112397,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1031), 2, sym_line_comment, sym_block_comment, - ACTIONS(1411), 9, + ACTIONS(1387), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -112181,7 +112407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1413), 40, + ACTIONS(1389), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112222,7 +112448,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1030] = 5, + [1057] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -112230,7 +112456,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1032), 2, sym_line_comment, sym_block_comment, - ACTIONS(1419), 9, + ACTIONS(1409), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -112240,7 +112466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1421), 40, + ACTIONS(1411), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112281,143 +112507,25 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1094] = 5, + [1121] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1033), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1391), 9, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1393), 40, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_if, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [1158] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1034), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1329), 9, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1331), 40, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_if, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [1222] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3310), 1, anon_sym_LPAREN, - ACTIONS(3313), 1, + ACTIONS(3318), 1, anon_sym_LT2, - ACTIONS(3319), 1, + ACTIONS(3336), 1, anon_sym_COLON_COLON, - STATE(1287), 1, + STATE(1310), 1, sym_type_arguments, - STATE(1288), 1, + STATE(1319), 1, sym_parameters, - STATE(1035), 2, + STATE(1033), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 17, + ACTIONS(3334), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -112435,7 +112543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3321), 27, + ACTIONS(3332), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -112463,25 +112571,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [1296] = 10, + [1195] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3310), 1, anon_sym_LPAREN, - ACTIONS(3313), 1, + ACTIONS(3318), 1, anon_sym_LT2, - ACTIONS(3319), 1, + ACTIONS(3336), 1, anon_sym_COLON_COLON, - STATE(1287), 1, + STATE(1310), 1, sym_type_arguments, - STATE(1288), 1, + STATE(1319), 1, sym_parameters, - STATE(1036), 2, + STATE(1034), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 17, + ACTIONS(3340), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -112499,7 +112607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3325), 27, + ACTIONS(3338), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -112527,19 +112635,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [1370] = 7, + [1269] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, - anon_sym_BANG, - ACTIONS(3335), 1, + ACTIONS(3310), 1, + anon_sym_LPAREN, + ACTIONS(3318), 1, + anon_sym_LT2, + ACTIONS(3336), 1, anon_sym_COLON_COLON, - STATE(1037), 2, + STATE(1310), 1, + sym_type_arguments, + STATE(1319), 1, + sym_parameters, + STATE(1035), 2, sym_line_comment, sym_block_comment, - ACTIONS(3331), 17, + ACTIONS(3344), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -112557,9 +112671,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3329), 29, + ACTIONS(3342), 27, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -112586,88 +112699,145 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - anon_sym_LT2, - [1437] = 9, + [1343] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LPAREN, - ACTIONS(3313), 1, - anon_sym_LT2, - STATE(1291), 1, - sym_parameters, - STATE(1321), 1, - sym_type_arguments, - STATE(1038), 2, + STATE(1036), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 17, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(1469), 9, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1471), 40, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_if, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [1407] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3350), 1, + anon_sym_POUND, + STATE(1306), 2, + sym_attribute_item, + sym_inner_attribute_item, + STATE(1037), 3, + sym_line_comment, + sym_block_comment, + aux_sym_match_arm_repeat1, + ACTIONS(3348), 14, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, - anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3337), 27, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [1508] = 5, + anon_sym_COLON_COLON, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3346), 31, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [1475] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1039), 2, + STATE(1038), 2, sym_line_comment, sym_block_comment, - ACTIONS(2711), 9, + ACTIONS(1511), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_EQ, + anon_sym_EQ_GT, + anon_sym_PIPE, anon_sym_LT, - anon_sym_COMMA, anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2713), 39, + ACTIONS(1513), 40, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112691,6 +112861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_enum, anon_sym_fn, anon_sym_gen, + anon_sym_if, anon_sym_impl, anon_sym_let, anon_sym_mod, @@ -112707,23 +112878,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1571] = 9, + [1539] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(3310), 1, anon_sym_LPAREN, - ACTIONS(3313), 1, + ACTIONS(3318), 1, anon_sym_LT2, - STATE(1291), 1, - sym_parameters, - STATE(1321), 1, + STATE(1311), 1, sym_type_arguments, - STATE(1040), 2, + STATE(1320), 1, + sym_parameters, + STATE(1039), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 17, + ACTIONS(3355), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -112741,7 +112912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3341), 27, + ACTIONS(3353), 27, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_LBRACK, @@ -112769,15 +112940,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [1642] = 5, + [1610] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1041), 2, + STATE(1040), 2, sym_line_comment, sym_block_comment, - ACTIONS(2211), 9, + ACTIONS(2234), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -112787,7 +112958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2213), 39, + ACTIONS(2236), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112827,23 +112998,19 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1705] = 9, + [1673] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LPAREN, - ACTIONS(3313), 1, - anon_sym_LT2, - STATE(1291), 1, - sym_parameters, - STATE(1321), 1, - sym_type_arguments, - STATE(1042), 2, + ACTIONS(3361), 1, + anon_sym_BANG, + ACTIONS(3363), 1, + anon_sym_COLON_COLON, + STATE(1041), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 17, + ACTIONS(3359), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -112861,8 +113028,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3345), 27, + ACTIONS(3357), 29, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -112889,15 +113057,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [1776] = 5, + anon_sym_LT2, + [1740] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1043), 2, + STATE(1042), 2, sym_line_comment, sym_block_comment, - ACTIONS(2387), 9, + ACTIONS(2676), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -112907,7 +113076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2389), 39, + ACTIONS(2678), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -112947,77 +113116,81 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [1839] = 5, + [1803] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1044), 2, + ACTIONS(3310), 1, + anon_sym_LPAREN, + ACTIONS(3318), 1, + anon_sym_LT2, + STATE(1311), 1, + sym_type_arguments, + STATE(1320), 1, + sym_parameters, + STATE(1043), 2, sym_line_comment, sym_block_comment, - ACTIONS(2059), 9, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3367), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT_LT_EQ, anon_sym_EQ, + anon_sym_GT, anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3365), 27, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2061), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [1902] = 7, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [1874] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, + ACTIONS(3373), 1, anon_sym_BANG, - ACTIONS(3355), 1, + ACTIONS(3375), 1, anon_sym_COLON_COLON, - STATE(1045), 2, + STATE(1044), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 17, + ACTIONS(3371), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -113035,7 +113208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3349), 29, + ACTIONS(3369), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -113065,19 +113238,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_else, anon_sym_LT2, - [1969] = 7, + [1941] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 1, + ACTIONS(3381), 1, anon_sym_BANG, - ACTIONS(3363), 1, + ACTIONS(3383), 1, anon_sym_COLON_COLON, - STATE(1046), 2, + STATE(1045), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 17, + ACTIONS(3379), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -113095,7 +113268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3357), 29, + ACTIONS(3377), 29, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -113125,19 +113298,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_else, anon_sym_LT2, - [2036] = 7, + [2008] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 1, - anon_sym_BANG, - ACTIONS(3371), 1, - anon_sym_COLON_COLON, - STATE(1047), 2, + ACTIONS(3310), 1, + anon_sym_LPAREN, + ACTIONS(3318), 1, + anon_sym_LT2, + STATE(1311), 1, + sym_type_arguments, + STATE(1320), 1, + sym_parameters, + STATE(1046), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 17, + ACTIONS(3387), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -113155,9 +113332,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3365), 29, + ACTIONS(3385), 27, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -113184,24 +113360,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - anon_sym_LT2, - [2103] = 9, + [2079] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LPAREN, - ACTIONS(3313), 1, - anon_sym_LT2, - STATE(1291), 1, - sym_parameters, - STATE(1321), 1, - sym_type_arguments, - STATE(1048), 2, + ACTIONS(3393), 1, + anon_sym_BANG, + ACTIONS(3395), 1, + anon_sym_COLON_COLON, + STATE(1047), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 17, + ACTIONS(3391), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -113219,8 +113390,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3373), 27, + ACTIONS(3389), 29, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, @@ -113247,36 +113419,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [2174] = 7, + anon_sym_LT2, + [2146] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3381), 1, + STATE(1048), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2468), 9, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_LT, + anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_POUND, - STATE(1392), 2, - sym_attribute_item, - sym_inner_attribute_item, - STATE(1049), 3, + sym_metavariable, + ACTIONS(2470), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [2209] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1049), 2, sym_line_comment, sym_block_comment, - aux_sym_match_arm_repeat1, - ACTIONS(3379), 14, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DASH, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(1942), 9, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_LT, - anon_sym_DOT_DOT, + anon_sym_COMMA, anon_sym_COLON_COLON, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, + anon_sym_POUND, sym_metavariable, - ACTIONS(3377), 30, + ACTIONS(1944), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113294,28 +113514,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, + anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_enum, + anon_sym_fn, anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, sym_identifier, sym_self, sym_super, sym_crate, - [2241] = 5, + [2272] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3310), 1, + anon_sym_LPAREN, + ACTIONS(3318), 1, + anon_sym_LT2, + STATE(1311), 1, + sym_type_arguments, + STATE(1320), 1, + sym_parameters, + STATE(1050), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3399), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT_LT_EQ, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3397), 27, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [2343] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1050), 2, + STATE(1051), 2, sym_line_comment, sym_block_comment, - ACTIONS(1831), 9, + ACTIONS(2828), 9, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -113325,7 +113616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1833), 39, + ACTIONS(2830), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113365,68 +113656,122 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [2304] = 27, + [2406] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1052), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3381), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3383), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [2468] = 24, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1267), 1, - anon_sym_QMARK, - ACTIONS(1299), 1, - anon_sym_fn, - ACTIONS(1307), 1, - anon_sym_extern, - ACTIONS(3384), 1, + ACTIONS(1599), 1, + anon_sym_LBRACK, + ACTIONS(3401), 1, sym_identifier, - ACTIONS(3386), 1, + ACTIONS(3405), 1, anon_sym_LPAREN, - ACTIONS(3390), 1, + ACTIONS(3407), 1, + anon_sym_STAR, + ACTIONS(3411), 1, + anon_sym_AMP, + ACTIONS(3413), 1, anon_sym_COLON_COLON, - ACTIONS(3392), 1, - anon_sym_default, - ACTIONS(3394), 1, + ACTIONS(3415), 1, + anon_sym_SQUOTE, + ACTIONS(3419), 1, anon_sym_for, - ACTIONS(3400), 1, + ACTIONS(3423), 1, sym_metavariable, - STATE(1571), 1, - sym_for_lifetimes, - STATE(1953), 1, + STATE(2592), 1, + sym_where_predicate, + STATE(2624), 1, sym_scoped_type_identifier, - STATE(1995), 1, + STATE(2948), 1, sym_generic_type, - STATE(2225), 1, - aux_sym_function_modifiers_repeat1, - STATE(2394), 1, - sym_extern_modifier, - STATE(3403), 1, + STATE(3417), 1, sym_generic_type_with_turbofish, - STATE(3511), 1, + STATE(3547), 1, sym_scoped_identifier, - STATE(3535), 1, + STATE(3553), 1, sym_bracketed_type, - STATE(3674), 1, - sym_function_modifiers, - ACTIONS(3396), 2, - anon_sym_gen, - anon_sym_union, - STATE(1051), 2, + ACTIONS(3403), 2, + anon_sym_SEMI, + anon_sym_LBRACE, + STATE(1053), 2, sym_line_comment, sym_block_comment, - ACTIONS(1293), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3398), 3, + ACTIONS(3417), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3421), 3, sym_self, sym_super, sym_crate, - STATE(2023), 3, - sym_removed_trait_bound, - sym_function_type, + STATE(3139), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, sym_tuple_type, - ACTIONS(3388), 17, + sym_reference_type, + sym_pointer_type, + ACTIONS(3409), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113444,68 +113789,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2410] = 27, + [2568] = 27, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1301), 1, + ACTIONS(1295), 1, anon_sym_for, - ACTIONS(1307), 1, + ACTIONS(1301), 1, anon_sym_extern, - ACTIONS(3117), 1, + ACTIONS(3160), 1, anon_sym_QMARK, - ACTIONS(3129), 1, + ACTIONS(3172), 1, anon_sym_fn, - ACTIONS(3402), 1, + ACTIONS(3425), 1, sym_identifier, - ACTIONS(3404), 1, + ACTIONS(3427), 1, anon_sym_LPAREN, - ACTIONS(3408), 1, + ACTIONS(3431), 1, anon_sym_COLON_COLON, - ACTIONS(3410), 1, + ACTIONS(3433), 1, anon_sym_default, - ACTIONS(3416), 1, + ACTIONS(3439), 1, sym_metavariable, - STATE(1040), 1, + STATE(1039), 1, sym_scoped_type_identifier, - STATE(1290), 1, + STATE(1084), 1, sym_generic_type, - STATE(1589), 1, + STATE(1583), 1, sym_for_lifetimes, - STATE(2225), 1, + STATE(2258), 1, aux_sym_function_modifiers_repeat1, - STATE(2394), 1, + STATE(2393), 1, sym_extern_modifier, - STATE(3401), 1, + STATE(3415), 1, sym_function_modifiers, - STATE(3547), 1, + STATE(3567), 1, sym_scoped_identifier, - STATE(3583), 1, + STATE(3598), 1, sym_generic_type_with_turbofish, - STATE(3593), 1, + STATE(3609), 1, sym_bracketed_type, - ACTIONS(3412), 2, + ACTIONS(3435), 2, anon_sym_gen, anon_sym_union, - STATE(1052), 2, + STATE(1054), 2, sym_line_comment, sym_block_comment, - ACTIONS(1293), 3, + ACTIONS(1287), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, - ACTIONS(3414), 3, + ACTIONS(3437), 3, sym_self, sym_super, sym_crate, - STATE(1394), 3, + STATE(1450), 3, sym_removed_trait_bound, sym_function_type, sym_tuple_type, - ACTIONS(3406), 17, + ACTIONS(3429), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113523,26 +113868,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2516] = 8, + [2674] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_COLON_COLON, - ACTIONS(3418), 1, + ACTIONS(3314), 1, anon_sym_BANG, - STATE(1053), 2, + ACTIONS(3441), 1, + anon_sym_LBRACE, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, + STATE(1468), 1, + sym_field_initializer_list, + STATE(1055), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - ACTIONS(3293), 16, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -113558,11 +113900,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - anon_sym_as, - ACTIONS(3291), 23, + ACTIONS(1477), 28, anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -113583,22 +113926,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [2584] = 5, + anon_sym_COMMA, + anon_sym_as, + anon_sym_else, + [2744] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1054), 2, + ACTIONS(3326), 1, + anon_sym_COLON_COLON, + ACTIONS(3445), 1, + anon_sym_BANG, + STATE(1056), 2, sym_line_comment, sym_block_comment, - ACTIONS(3333), 16, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + ACTIONS(3322), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -113608,13 +113964,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3335), 31, + anon_sym_as, + ACTIONS(3320), 23, anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -113635,73 +113989,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [2646] = 27, - ACTIONS(29), 1, - anon_sym_LT, + [2812] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1301), 1, - anon_sym_for, - ACTIONS(1307), 1, - anon_sym_extern, - ACTIONS(3159), 1, - anon_sym_QMARK, - ACTIONS(3171), 1, - anon_sym_fn, - ACTIONS(3422), 1, - sym_identifier, - ACTIONS(3424), 1, + ACTIONS(3453), 1, + anon_sym_RBRACE, + STATE(1057), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3451), 15, + sym__raw_string_literal_start, + sym_float_literal, anon_sym_LPAREN, - ACTIONS(3428), 1, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - ACTIONS(3430), 1, - anon_sym_default, - ACTIONS(3436), 1, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - STATE(1545), 1, - sym_scoped_type_identifier, - STATE(1593), 1, - sym_for_lifetimes, - STATE(1632), 1, - sym_generic_type, - STATE(2225), 1, - aux_sym_function_modifiers_repeat1, - STATE(2394), 1, - sym_extern_modifier, - STATE(3539), 1, - sym_function_modifiers, - STATE(3574), 1, - sym_scoped_identifier, - STATE(3591), 1, - sym_generic_type_with_turbofish, - STATE(3597), 1, - sym_bracketed_type, - ACTIONS(3432), 2, - anon_sym_gen, - anon_sym_union, - STATE(1055), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1293), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3434), 3, - sym_self, - sym_super, - sym_crate, - STATE(1731), 3, - sym_removed_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3426), 17, + ACTIONS(3449), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113719,68 +114033,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2752] = 27, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [2876] = 27, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1307), 1, + ACTIONS(1295), 1, + anon_sym_for, + ACTIONS(1301), 1, anon_sym_extern, - ACTIONS(3117), 1, + ACTIONS(3118), 1, anon_sym_QMARK, - ACTIONS(3129), 1, + ACTIONS(3130), 1, anon_sym_fn, - ACTIONS(3404), 1, + ACTIONS(3455), 1, + sym_identifier, + ACTIONS(3457), 1, anon_sym_LPAREN, - ACTIONS(3408), 1, + ACTIONS(3461), 1, anon_sym_COLON_COLON, - ACTIONS(3410), 1, + ACTIONS(3463), 1, anon_sym_default, - ACTIONS(3416), 1, + ACTIONS(3469), 1, sym_metavariable, - ACTIONS(3438), 1, - sym_identifier, - ACTIONS(3440), 1, - anon_sym_for, - STATE(1042), 1, + STATE(1553), 1, sym_scoped_type_identifier, - STATE(1237), 1, - sym_generic_type, - STATE(1589), 1, + STATE(1594), 1, sym_for_lifetimes, - STATE(2225), 1, + STATE(1618), 1, + sym_generic_type, + STATE(2258), 1, aux_sym_function_modifiers_repeat1, - STATE(2394), 1, + STATE(2393), 1, sym_extern_modifier, - STATE(3401), 1, + STATE(3557), 1, sym_function_modifiers, - STATE(3547), 1, + STATE(3590), 1, sym_scoped_identifier, - STATE(3583), 1, + STATE(3607), 1, sym_generic_type_with_turbofish, - STATE(3593), 1, + STATE(3613), 1, sym_bracketed_type, - ACTIONS(3412), 2, + ACTIONS(3465), 2, anon_sym_gen, anon_sym_union, - STATE(1056), 2, + STATE(1058), 2, sym_line_comment, sym_block_comment, - ACTIONS(1293), 3, + ACTIONS(1287), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, - ACTIONS(3414), 3, + ACTIONS(3467), 3, sym_self, sym_super, sym_crate, - STATE(1427), 3, + STATE(1875), 3, sym_removed_trait_bound, sym_function_type, sym_tuple_type, - ACTIONS(3406), 17, + ACTIONS(3459), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113798,65 +114126,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2858] = 24, - ACTIONS(29), 1, - anon_sym_LT, + [2982] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1599), 1, - anon_sym_LBRACK, - ACTIONS(3386), 1, + ACTIONS(3471), 1, + anon_sym_POUND, + STATE(1482), 1, + sym_attribute_item, + STATE(1059), 3, + sym_line_comment, + sym_block_comment, + aux_sym_enum_variant_list_repeat1, + ACTIONS(759), 11, anon_sym_LPAREN, - ACTIONS(3390), 1, - anon_sym_COLON_COLON, - ACTIONS(3400), 1, - sym_metavariable, - ACTIONS(3442), 1, - sym_identifier, - ACTIONS(3446), 1, + anon_sym_LBRACK, anon_sym_STAR, - ACTIONS(3450), 1, + anon_sym_QMARK, + anon_sym_BANG, anon_sym_AMP, - ACTIONS(3452), 1, + anon_sym_LT, + anon_sym_COLON_COLON, anon_sym_SQUOTE, - ACTIONS(3454), 1, - anon_sym_for, - STATE(2691), 1, - sym_where_predicate, - STATE(2696), 1, - sym_scoped_type_identifier, - STATE(2883), 1, - sym_generic_type, - STATE(3403), 1, - sym_generic_type_with_turbofish, - STATE(3511), 1, - sym_scoped_identifier, - STATE(3535), 1, - sym_bracketed_type, - ACTIONS(3444), 2, - anon_sym_SEMI, - anon_sym_LBRACE, - STATE(1057), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3396), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - ACTIONS(3398), 3, - sym_self, - sym_super, - sym_crate, - STATE(3299), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3448), 17, + sym_integer_literal, + sym_metavariable, + ACTIONS(3256), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -113874,147 +114169,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [2958] = 27, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1307), 1, - anon_sym_extern, - ACTIONS(3159), 1, - anon_sym_QMARK, - ACTIONS(3171), 1, - anon_sym_fn, - ACTIONS(3424), 1, - anon_sym_LPAREN, - ACTIONS(3428), 1, - anon_sym_COLON_COLON, - ACTIONS(3430), 1, + anon_sym_async, + anon_sym_const, anon_sym_default, - ACTIONS(3436), 1, - sym_metavariable, - ACTIONS(3456), 1, - sym_identifier, - ACTIONS(3458), 1, + anon_sym_fn, anon_sym_for, - STATE(1560), 1, - sym_scoped_type_identifier, - STATE(1593), 1, - sym_for_lifetimes, - STATE(1641), 1, - sym_generic_type, - STATE(2225), 1, - aux_sym_function_modifiers_repeat1, - STATE(2394), 1, - sym_extern_modifier, - STATE(3539), 1, - sym_function_modifiers, - STATE(3574), 1, - sym_scoped_identifier, - STATE(3591), 1, - sym_generic_type_with_turbofish, - STATE(3597), 1, - sym_bracketed_type, - ACTIONS(3432), 2, anon_sym_gen, + anon_sym_impl, + anon_sym_pub, anon_sym_union, - STATE(1058), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1293), 3, - anon_sym_async, - anon_sym_const, anon_sym_unsafe, - ACTIONS(3434), 3, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, sym_self, sym_super, sym_crate, - STATE(1823), 3, - sym_removed_trait_bound, - sym_function_type, - sym_tuple_type, - ACTIONS(3426), 17, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - [3064] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3309), 1, - anon_sym_BANG, - ACTIONS(3460), 1, - anon_sym_LBRACE, - ACTIONS(3462), 1, - anon_sym_COLON_COLON, - STATE(1477), 1, - sym_field_initializer_list, - STATE(1059), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1461), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1459), 28, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_as, - anon_sym_else, - [3134] = 5, + [3048] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114022,7 +114193,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1060), 2, sym_line_comment, sym_block_comment, - ACTIONS(3353), 16, + ACTIONS(3361), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -114039,7 +114210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3355), 31, + ACTIONS(3363), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -114071,65 +114242,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [3196] = 24, + [3110] = 27, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1599), 1, - anon_sym_LBRACK, - ACTIONS(3386), 1, + ACTIONS(1301), 1, + anon_sym_extern, + ACTIONS(3160), 1, + anon_sym_QMARK, + ACTIONS(3172), 1, + anon_sym_fn, + ACTIONS(3427), 1, anon_sym_LPAREN, - ACTIONS(3390), 1, + ACTIONS(3431), 1, anon_sym_COLON_COLON, - ACTIONS(3400), 1, + ACTIONS(3433), 1, + anon_sym_default, + ACTIONS(3439), 1, sym_metavariable, - ACTIONS(3442), 1, + ACTIONS(3474), 1, sym_identifier, - ACTIONS(3446), 1, - anon_sym_STAR, - ACTIONS(3450), 1, - anon_sym_AMP, - ACTIONS(3452), 1, - anon_sym_SQUOTE, - ACTIONS(3454), 1, + ACTIONS(3476), 1, anon_sym_for, - STATE(2691), 1, - sym_where_predicate, - STATE(2696), 1, + STATE(1046), 1, sym_scoped_type_identifier, - STATE(2883), 1, + STATE(1317), 1, sym_generic_type, - STATE(3403), 1, - sym_generic_type_with_turbofish, - STATE(3511), 1, + STATE(1583), 1, + sym_for_lifetimes, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2393), 1, + sym_extern_modifier, + STATE(3415), 1, + sym_function_modifiers, + STATE(3567), 1, sym_scoped_identifier, - STATE(3535), 1, + STATE(3598), 1, + sym_generic_type_with_turbofish, + STATE(3609), 1, sym_bracketed_type, - ACTIONS(3464), 2, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3435), 2, + anon_sym_gen, + anon_sym_union, STATE(1061), 2, sym_line_comment, sym_block_comment, - ACTIONS(3396), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - ACTIONS(3398), 3, + ACTIONS(1287), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3437), 3, sym_self, sym_super, sym_crate, - STATE(3299), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, + STATE(1422), 3, + sym_removed_trait_bound, + sym_function_type, sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3448), 17, + ACTIONS(3429), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114147,68 +114321,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [3296] = 27, + [3216] = 27, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1267), 1, + ACTIONS(1259), 1, anon_sym_QMARK, - ACTIONS(1299), 1, + ACTIONS(1293), 1, anon_sym_fn, ACTIONS(1301), 1, - anon_sym_for, - ACTIONS(1307), 1, anon_sym_extern, - ACTIONS(3386), 1, + ACTIONS(3405), 1, anon_sym_LPAREN, - ACTIONS(3390), 1, + ACTIONS(3413), 1, anon_sym_COLON_COLON, - ACTIONS(3392), 1, - anon_sym_default, - ACTIONS(3400), 1, + ACTIONS(3423), 1, sym_metavariable, - ACTIONS(3466), 1, + ACTIONS(3478), 1, sym_identifier, - STATE(1571), 1, + ACTIONS(3482), 1, + anon_sym_default, + ACTIONS(3484), 1, + anon_sym_for, + STATE(1576), 1, sym_for_lifetimes, - STATE(1948), 1, + STATE(1953), 1, sym_scoped_type_identifier, - STATE(1983), 1, + STATE(1991), 1, sym_generic_type, - STATE(2225), 1, + STATE(2258), 1, aux_sym_function_modifiers_repeat1, - STATE(2394), 1, + STATE(2393), 1, sym_extern_modifier, - STATE(3403), 1, + STATE(3417), 1, sym_generic_type_with_turbofish, - STATE(3511), 1, + STATE(3444), 1, + sym_function_modifiers, + STATE(3547), 1, sym_scoped_identifier, - STATE(3535), 1, + STATE(3553), 1, sym_bracketed_type, - STATE(3674), 1, - sym_function_modifiers, - ACTIONS(3396), 2, + ACTIONS(3417), 2, anon_sym_gen, anon_sym_union, STATE(1062), 2, sym_line_comment, sym_block_comment, - ACTIONS(1293), 3, + ACTIONS(1287), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, - ACTIONS(3398), 3, + ACTIONS(3421), 3, sym_self, sym_super, sym_crate, - STATE(2006), 3, + STATE(2009), 3, sym_removed_trait_bound, sym_function_type, sym_tuple_type, - ACTIONS(3388), 17, + ACTIONS(3480), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114226,89 +114400,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [3402] = 5, + [3322] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3490), 1, + anon_sym_RBRACE, STATE(1063), 2, sym_line_comment, sym_block_comment, - ACTIONS(3369), 16, - anon_sym_PLUS, - anon_sym_STAR, + ACTIONS(3488), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3371), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [3464] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3468), 1, anon_sym_POUND, - STATE(1403), 1, - sym_attribute_item, - STATE(1064), 3, - sym_line_comment, - sym_block_comment, - aux_sym_enum_variant_list_repeat1, - ACTIONS(753), 11, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(3251), 33, + ACTIONS(3486), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114326,31 +114444,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_fn, - anon_sym_for, anon_sym_gen, - anon_sym_impl, - anon_sym_pub, anon_sym_union, - anon_sym_unsafe, - anon_sym_extern, - anon_sym_dyn, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [3530] = 5, + [3386] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1065), 2, + STATE(1064), 2, sym_line_comment, sym_block_comment, - ACTIONS(3361), 16, + ACTIONS(3393), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -114367,7 +114483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3363), 31, + ACTIONS(3395), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -114399,23 +114515,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [3592] = 5, + [3448] = 27, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1066), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2315), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1301), 1, + anon_sym_extern, + ACTIONS(3118), 1, + anon_sym_QMARK, + ACTIONS(3130), 1, + anon_sym_fn, + ACTIONS(3457), 1, + anon_sym_LPAREN, + ACTIONS(3461), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3463), 1, + anon_sym_default, + ACTIONS(3469), 1, sym_metavariable, - ACTIONS(2317), 39, + ACTIONS(3492), 1, + sym_identifier, + ACTIONS(3494), 1, + anon_sym_for, + STATE(1556), 1, + sym_scoped_type_identifier, + STATE(1594), 1, + sym_for_lifetimes, + STATE(1607), 1, + sym_generic_type, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2393), 1, + sym_extern_modifier, + STATE(3557), 1, + sym_function_modifiers, + STATE(3590), 1, + sym_scoped_identifier, + STATE(3607), 1, + sym_generic_type_with_turbofish, + STATE(3613), 1, + sym_bracketed_type, + ACTIONS(3465), 2, + anon_sym_gen, + anon_sym_union, + STATE(1065), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1287), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3467), 3, + sym_self, + sym_super, + sym_crate, + STATE(1767), 3, + sym_removed_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3459), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114433,45 +114594,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, + [3554] = 27, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1259), 1, + anon_sym_QMARK, + ACTIONS(1293), 1, anon_sym_fn, + ACTIONS(1295), 1, + anon_sym_for, + ACTIONS(1301), 1, + anon_sym_extern, + ACTIONS(3405), 1, + anon_sym_LPAREN, + ACTIONS(3413), 1, + anon_sym_COLON_COLON, + ACTIONS(3423), 1, + sym_metavariable, + ACTIONS(3482), 1, + anon_sym_default, + ACTIONS(3496), 1, + sym_identifier, + STATE(1576), 1, + sym_for_lifetimes, + STATE(1954), 1, + sym_scoped_type_identifier, + STATE(1976), 1, + sym_generic_type, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2393), 1, + sym_extern_modifier, + STATE(3417), 1, + sym_generic_type_with_turbofish, + STATE(3444), 1, + sym_function_modifiers, + STATE(3547), 1, + sym_scoped_identifier, + STATE(3553), 1, + sym_bracketed_type, + ACTIONS(3417), 2, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, + STATE(1066), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1287), 3, + anon_sym_async, + anon_sym_const, anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, + ACTIONS(3421), 3, sym_self, sym_super, sym_crate, - [3653] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1067), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1787), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1789), 39, + STATE(2021), 3, + sym_removed_trait_bound, + sym_function_type, + sym_tuple_type, + ACTIONS(3480), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114489,45 +114673,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3714] = 5, + [3660] = 24, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1068), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1791), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1599), 1, + anon_sym_LBRACK, + ACTIONS(3401), 1, + sym_identifier, + ACTIONS(3405), 1, + anon_sym_LPAREN, + ACTIONS(3407), 1, + anon_sym_STAR, + ACTIONS(3411), 1, + anon_sym_AMP, + ACTIONS(3413), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3415), 1, + anon_sym_SQUOTE, + ACTIONS(3419), 1, + anon_sym_for, + ACTIONS(3423), 1, sym_metavariable, - ACTIONS(1793), 39, + STATE(2592), 1, + sym_where_predicate, + STATE(2624), 1, + sym_scoped_type_identifier, + STATE(2948), 1, + sym_generic_type, + STATE(3417), 1, + sym_generic_type_with_turbofish, + STATE(3547), 1, + sym_scoped_identifier, + STATE(3553), 1, + sym_bracketed_type, + ACTIONS(3498), 2, + anon_sym_SEMI, + anon_sym_LBRACE, + STATE(1067), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3417), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3421), 3, + sym_self, + sym_super, + sym_crate, + STATE(3139), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3409), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114545,29 +114749,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [3775] = 5, + [3760] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1068), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3373), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3375), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [3822] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114575,7 +114814,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1069), 2, sym_line_comment, sym_block_comment, - ACTIONS(1795), 7, + ACTIONS(2400), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -114583,7 +114822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1797), 39, + ACTIONS(2402), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114623,7 +114862,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3836] = 5, + [3883] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114631,7 +114870,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1070), 2, sym_line_comment, sym_block_comment, - ACTIONS(1799), 7, + ACTIONS(2018), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -114639,7 +114878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1801), 39, + ACTIONS(2020), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114679,7 +114918,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3897] = 5, + [3944] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114687,7 +114926,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1071), 2, sym_line_comment, sym_block_comment, - ACTIONS(1803), 7, + ACTIONS(2022), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -114695,7 +114934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1805), 39, + ACTIONS(2024), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114735,7 +114974,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [3958] = 5, + [4005] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114743,7 +114982,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1072), 2, sym_line_comment, sym_block_comment, - ACTIONS(1807), 7, + ACTIONS(2026), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -114751,7 +114990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1809), 39, + ACTIONS(2028), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114791,7 +115030,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4019] = 5, + [4066] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114799,7 +115038,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1073), 2, sym_line_comment, sym_block_comment, - ACTIONS(1811), 7, + ACTIONS(2014), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -114807,7 +115046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1813), 39, + ACTIONS(2016), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114847,7 +115086,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4080] = 5, + [4127] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114855,7 +115094,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1074), 2, sym_line_comment, sym_block_comment, - ACTIONS(1815), 7, + ACTIONS(2138), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -114863,7 +115102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1817), 39, + ACTIONS(2140), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114903,7 +115142,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4141] = 5, + [4188] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114911,7 +115150,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1075), 2, sym_line_comment, sym_block_comment, - ACTIONS(1819), 7, + ACTIONS(2142), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -114919,7 +115158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1821), 39, + ACTIONS(2144), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -114959,7 +115198,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4202] = 5, + [4249] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -114967,7 +115206,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1076), 2, sym_line_comment, sym_block_comment, - ACTIONS(1827), 7, + ACTIONS(2146), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -114975,7 +115214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1829), 39, + ACTIONS(2148), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115015,7 +115254,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4263] = 5, + [4310] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -115023,7 +115262,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1077), 2, sym_line_comment, sym_block_comment, - ACTIONS(1835), 7, + ACTIONS(2150), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115031,7 +115270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1837), 39, + ACTIONS(2152), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115071,7 +115310,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4324] = 5, + [4371] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -115079,7 +115318,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1078), 2, sym_line_comment, sym_block_comment, - ACTIONS(1839), 7, + ACTIONS(2154), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115087,7 +115326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1841), 39, + ACTIONS(2156), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115127,7 +115366,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4385] = 5, + [4432] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -115135,7 +115374,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1079), 2, sym_line_comment, sym_block_comment, - ACTIONS(1843), 7, + ACTIONS(2158), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115143,7 +115382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1845), 39, + ACTIONS(2160), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115183,7 +115422,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4446] = 5, + [4493] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -115191,7 +115430,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1080), 2, sym_line_comment, sym_block_comment, - ACTIONS(1847), 7, + ACTIONS(2230), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115199,7 +115438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1849), 39, + ACTIONS(2232), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115239,7 +115478,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4507] = 5, + [4554] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -115247,63 +115486,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1081), 2, sym_line_comment, sym_block_comment, - ACTIONS(1851), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1853), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [4568] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1082), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1855), 7, + ACTIONS(2254), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115311,7 +115494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1857), 39, + ACTIONS(2256), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115351,7 +115534,63 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4629] = 5, + [4615] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1082), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3502), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3500), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [4676] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -115359,15 +115598,136 @@ static const uint16_t ts_small_parse_table[] = { STATE(1083), 2, sym_line_comment, sym_block_comment, - ACTIONS(1859), 7, + ACTIONS(3506), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3504), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [4737] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + STATE(1084), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3355), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3353), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [4800] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1085), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3451), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(1861), 39, + ACTIONS(3449), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115385,37 +115745,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [4690] = 5, + [4861] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1084), 2, + ACTIONS(3514), 1, + anon_sym_DASH_GT, + STATE(1086), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3512), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3510), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [4924] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1087), 2, sym_line_comment, sym_block_comment, - ACTIONS(1863), 7, + ACTIONS(2328), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115423,7 +115832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1865), 39, + ACTIONS(2330), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115463,15 +115872,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4751] = 5, + [4985] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1085), 2, + STATE(1088), 2, sym_line_comment, sym_block_comment, - ACTIONS(1867), 7, + ACTIONS(2332), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115479,7 +115888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1869), 39, + ACTIONS(2334), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115519,15 +115928,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4812] = 5, + [5046] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1086), 2, + STATE(1089), 2, sym_line_comment, sym_block_comment, - ACTIONS(1871), 7, + ACTIONS(2352), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115535,7 +115944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1873), 39, + ACTIONS(2354), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115575,15 +115984,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4873] = 5, + [5107] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1087), 2, + STATE(1090), 2, sym_line_comment, sym_block_comment, - ACTIONS(1875), 7, + ACTIONS(2360), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115591,7 +116000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1877), 39, + ACTIONS(2362), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115631,15 +116040,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4934] = 5, + [5168] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1088), 2, + STATE(1091), 2, sym_line_comment, sym_block_comment, - ACTIONS(1879), 7, + ACTIONS(2364), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115647,7 +116056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1881), 39, + ACTIONS(2366), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115687,15 +116096,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [4995] = 5, + [5229] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1089), 2, + STATE(1092), 2, sym_line_comment, sym_block_comment, - ACTIONS(1883), 7, + ACTIONS(2368), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115703,7 +116112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1885), 39, + ACTIONS(2370), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115743,15 +116152,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5056] = 5, + [5290] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1090), 2, + STATE(1093), 2, sym_line_comment, sym_block_comment, - ACTIONS(1887), 7, + ACTIONS(2372), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115759,7 +116168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1889), 39, + ACTIONS(2374), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115799,15 +116208,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5117] = 5, + [5351] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1091), 2, + STATE(1094), 2, sym_line_comment, sym_block_comment, - ACTIONS(1891), 7, + ACTIONS(2376), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115815,7 +116224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1893), 39, + ACTIONS(2378), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115855,15 +116264,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5178] = 5, + [5412] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1092), 2, + STATE(1095), 2, sym_line_comment, sym_block_comment, - ACTIONS(1895), 7, + ACTIONS(2392), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115871,7 +116280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1897), 39, + ACTIONS(2394), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115911,15 +116320,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5239] = 5, + [5473] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1093), 2, + STATE(1096), 2, sym_line_comment, sym_block_comment, - ACTIONS(1903), 7, + ACTIONS(2396), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115927,7 +116336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1905), 39, + ACTIONS(2398), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -115967,15 +116376,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5300] = 5, + [5534] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1094), 2, + STATE(1097), 2, sym_line_comment, sym_block_comment, - ACTIONS(1907), 7, + ACTIONS(2404), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -115983,7 +116392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1909), 39, + ACTIONS(2406), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116023,15 +116432,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5361] = 5, + [5595] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1095), 2, + STATE(1098), 2, sym_line_comment, sym_block_comment, - ACTIONS(1911), 7, + ACTIONS(2408), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116039,7 +116448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1913), 39, + ACTIONS(2410), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116079,15 +116488,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5422] = 5, + [5656] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1096), 2, + STATE(1099), 2, sym_line_comment, sym_block_comment, - ACTIONS(1915), 7, + ACTIONS(2412), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116095,7 +116504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1917), 39, + ACTIONS(2414), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116135,15 +116544,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5483] = 5, + [5717] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1097), 2, + STATE(1100), 2, sym_line_comment, sym_block_comment, - ACTIONS(1919), 7, + ACTIONS(2420), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116151,7 +116560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1921), 39, + ACTIONS(2422), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116191,15 +116600,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5544] = 5, + [5778] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1098), 2, + STATE(1101), 2, sym_line_comment, sym_block_comment, - ACTIONS(1923), 7, + ACTIONS(2432), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116207,7 +116616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1925), 39, + ACTIONS(2434), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116247,15 +116656,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5605] = 5, + [5839] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1099), 2, + STATE(1102), 2, sym_line_comment, sym_block_comment, - ACTIONS(1927), 7, + ACTIONS(2440), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116263,7 +116672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1929), 39, + ACTIONS(2442), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116303,15 +116712,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5666] = 5, + [5900] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1100), 2, + STATE(1103), 2, sym_line_comment, sym_block_comment, - ACTIONS(1931), 7, + ACTIONS(2444), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116319,7 +116728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1933), 39, + ACTIONS(2446), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116359,15 +116768,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5727] = 5, + [5961] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1101), 2, + STATE(1104), 2, sym_line_comment, sym_block_comment, - ACTIONS(1935), 7, + ACTIONS(2460), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116375,7 +116784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1937), 39, + ACTIONS(2462), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116415,15 +116824,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5788] = 5, + [6022] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1102), 2, + STATE(1105), 2, sym_line_comment, sym_block_comment, - ACTIONS(1939), 7, + ACTIONS(2472), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116431,7 +116840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1941), 39, + ACTIONS(2474), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116471,15 +116880,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5849] = 5, + [6083] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1103), 2, + STATE(1106), 2, sym_line_comment, sym_block_comment, - ACTIONS(1943), 7, + ACTIONS(2476), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116487,7 +116896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1945), 39, + ACTIONS(2478), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116527,15 +116936,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5910] = 5, + [6144] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1104), 2, + STATE(1107), 2, sym_line_comment, sym_block_comment, - ACTIONS(3473), 7, + ACTIONS(2480), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116543,7 +116952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(3471), 39, + ACTIONS(2482), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116583,15 +116992,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [5971] = 5, + [6205] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1105), 2, + STATE(1108), 2, sym_line_comment, sym_block_comment, - ACTIONS(1947), 7, + ACTIONS(2490), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116599,7 +117008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1949), 39, + ACTIONS(2492), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116639,15 +117048,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6032] = 5, + [6266] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1106), 2, + STATE(1109), 2, sym_line_comment, sym_block_comment, - ACTIONS(1951), 7, + ACTIONS(2494), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116655,7 +117064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1953), 39, + ACTIONS(2496), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116695,127 +117104,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6093] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1107), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3477), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3475), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [6154] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1108), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3481), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3479), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [6215] = 5, + [6327] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1109), 2, + STATE(1110), 2, sym_line_comment, sym_block_comment, - ACTIONS(1963), 7, + ACTIONS(2498), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116823,7 +117120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1965), 39, + ACTIONS(2500), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116863,15 +117160,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6276] = 5, + [6388] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1110), 2, + STATE(1111), 2, sym_line_comment, sym_block_comment, - ACTIONS(1967), 7, + ACTIONS(2502), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116879,7 +117176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1969), 39, + ACTIONS(2504), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116919,15 +117216,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6337] = 5, + [6449] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1111), 2, + STATE(1112), 2, sym_line_comment, sym_block_comment, - ACTIONS(1975), 7, + ACTIONS(2506), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116935,7 +117232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1977), 39, + ACTIONS(2508), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -116975,15 +117272,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6398] = 5, + [6510] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1112), 2, + STATE(1113), 2, sym_line_comment, sym_block_comment, - ACTIONS(1979), 7, + ACTIONS(2510), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -116991,7 +117288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1981), 39, + ACTIONS(2512), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117031,15 +117328,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6459] = 5, + [6571] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1113), 2, + STATE(1114), 2, sym_line_comment, sym_block_comment, - ACTIONS(1983), 7, + ACTIONS(2514), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117047,7 +117344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1985), 39, + ACTIONS(2516), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117087,15 +117384,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6520] = 5, + [6632] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1114), 2, + STATE(1115), 2, sym_line_comment, sym_block_comment, - ACTIONS(1987), 7, + ACTIONS(2518), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117103,7 +117400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1989), 39, + ACTIONS(2520), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117143,15 +117440,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6581] = 5, + [6693] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1115), 2, + STATE(1116), 2, sym_line_comment, sym_block_comment, - ACTIONS(1991), 7, + ACTIONS(2530), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117159,7 +117456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1993), 39, + ACTIONS(2532), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117199,15 +117496,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6642] = 5, + [6754] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1116), 2, + STATE(1117), 2, sym_line_comment, sym_block_comment, - ACTIONS(1995), 7, + ACTIONS(2534), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117215,7 +117512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1997), 39, + ACTIONS(2536), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117255,15 +117552,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6703] = 5, + [6815] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1117), 2, + STATE(1118), 2, sym_line_comment, sym_block_comment, - ACTIONS(1999), 7, + ACTIONS(2538), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117271,7 +117568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2001), 39, + ACTIONS(2540), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117311,15 +117608,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6764] = 5, + [6876] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1118), 2, + STATE(1119), 2, sym_line_comment, sym_block_comment, - ACTIONS(2003), 7, + ACTIONS(2542), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117327,7 +117624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2005), 39, + ACTIONS(2544), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117367,15 +117664,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6825] = 5, + [6937] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1119), 2, + STATE(1120), 2, sym_line_comment, sym_block_comment, - ACTIONS(2007), 7, + ACTIONS(2546), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117383,7 +117680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2009), 39, + ACTIONS(2548), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117423,15 +117720,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6886] = 5, + [6998] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1120), 2, + STATE(1121), 2, sym_line_comment, sym_block_comment, - ACTIONS(2011), 7, + ACTIONS(2550), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117439,7 +117736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2013), 39, + ACTIONS(2552), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117479,15 +117776,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [6947] = 5, + [7059] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1121), 2, + STATE(1122), 2, sym_line_comment, sym_block_comment, - ACTIONS(2015), 7, + ACTIONS(2554), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117495,7 +117792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2017), 39, + ACTIONS(2556), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117535,15 +117832,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7008] = 5, + [7120] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1122), 2, + STATE(1123), 2, sym_line_comment, sym_block_comment, - ACTIONS(2019), 7, + ACTIONS(2568), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117551,7 +117848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2021), 39, + ACTIONS(2570), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117591,15 +117888,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7069] = 5, + [7181] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1123), 2, + STATE(1124), 2, sym_line_comment, sym_block_comment, - ACTIONS(2023), 7, + ACTIONS(2572), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117607,7 +117904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2025), 39, + ACTIONS(2574), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117647,15 +117944,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7130] = 5, + [7242] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1124), 2, + STATE(1125), 2, sym_line_comment, sym_block_comment, - ACTIONS(2027), 7, + ACTIONS(2576), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117663,7 +117960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2029), 39, + ACTIONS(2578), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117703,15 +118000,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7191] = 5, + [7303] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1125), 2, + STATE(1126), 2, sym_line_comment, sym_block_comment, - ACTIONS(2031), 7, + ACTIONS(2580), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117719,7 +118016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2033), 39, + ACTIONS(2582), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117759,15 +118056,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7252] = 5, + [7364] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1126), 2, + STATE(1127), 2, sym_line_comment, sym_block_comment, - ACTIONS(2035), 7, + ACTIONS(2584), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117775,7 +118072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2037), 39, + ACTIONS(2586), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117815,15 +118112,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7313] = 5, + [7425] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1127), 2, + STATE(1128), 2, sym_line_comment, sym_block_comment, - ACTIONS(2039), 7, + ACTIONS(2588), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117831,7 +118128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2041), 39, + ACTIONS(2590), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117871,15 +118168,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7374] = 5, + [7486] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1128), 2, + STATE(1129), 2, sym_line_comment, sym_block_comment, - ACTIONS(2043), 7, + ACTIONS(2592), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117887,7 +118184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2045), 39, + ACTIONS(2594), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117927,15 +118224,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7435] = 5, + [7547] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1129), 2, + STATE(1130), 2, sym_line_comment, sym_block_comment, - ACTIONS(2047), 7, + ACTIONS(2596), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117943,7 +118240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2049), 39, + ACTIONS(2598), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -117983,15 +118280,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7496] = 5, + [7608] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1130), 2, + STATE(1131), 2, sym_line_comment, sym_block_comment, - ACTIONS(2051), 7, + ACTIONS(2610), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -117999,7 +118296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2053), 39, + ACTIONS(2612), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118039,15 +118336,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7557] = 5, + [7669] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1131), 2, + STATE(1132), 2, sym_line_comment, sym_block_comment, - ACTIONS(2055), 7, + ACTIONS(2614), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118055,7 +118352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2057), 39, + ACTIONS(2616), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118095,65 +118392,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7618] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3483), 1, - anon_sym_else, - STATE(1464), 1, - sym_else_clause, - STATE(1132), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1229), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1227), 29, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - [7683] = 5, + [7730] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -118161,7 +118400,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1133), 2, sym_line_comment, sym_block_comment, - ACTIONS(2063), 7, + ACTIONS(2618), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118169,7 +118408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2065), 39, + ACTIONS(2620), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118209,7 +118448,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7744] = 5, + [7791] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -118217,7 +118456,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1134), 2, sym_line_comment, sym_block_comment, - ACTIONS(2067), 7, + ACTIONS(2622), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118225,7 +118464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2069), 39, + ACTIONS(2624), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118265,7 +118504,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7805] = 5, + [7852] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -118273,7 +118512,63 @@ static const uint16_t ts_small_parse_table[] = { STATE(1135), 2, sym_line_comment, sym_block_comment, - ACTIONS(2071), 7, + ACTIONS(3488), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, + sym_metavariable, + ACTIONS(3486), 31, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym__, + anon_sym_DOT_DOT, + anon_sym_const, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [7913] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1136), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2658), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118281,7 +118576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2073), 39, + ACTIONS(2660), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118321,15 +118616,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7866] = 5, + [7974] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1136), 2, + STATE(1137), 2, sym_line_comment, sym_block_comment, - ACTIONS(2075), 7, + ACTIONS(2670), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118337,7 +118632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2077), 39, + ACTIONS(2672), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118377,15 +118672,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7927] = 5, + [8035] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1137), 2, + STATE(1138), 2, sym_line_comment, sym_block_comment, - ACTIONS(2079), 7, + ACTIONS(3518), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3516), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [8096] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1139), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3522), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3520), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [8157] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1140), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2708), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118393,7 +118800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2081), 39, + ACTIONS(2710), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118433,15 +118840,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [7988] = 5, + [8218] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1138), 2, + STATE(1141), 2, sym_line_comment, sym_block_comment, - ACTIONS(2083), 7, + ACTIONS(2716), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118449,7 +118856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2085), 39, + ACTIONS(2718), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118489,15 +118896,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8049] = 5, + [8279] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1139), 2, + STATE(1142), 2, sym_line_comment, sym_block_comment, - ACTIONS(2087), 7, + ACTIONS(2724), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118505,7 +118912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2089), 39, + ACTIONS(2726), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118545,15 +118952,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8110] = 5, + [8340] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1140), 2, + STATE(1143), 2, sym_line_comment, sym_block_comment, - ACTIONS(2091), 7, + ACTIONS(2728), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118561,7 +118968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2093), 39, + ACTIONS(2730), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118601,15 +119008,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8171] = 5, + [8401] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1141), 2, + STATE(1144), 2, sym_line_comment, sym_block_comment, - ACTIONS(2095), 7, + ACTIONS(2732), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118617,7 +119024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2097), 39, + ACTIONS(2734), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118657,15 +119064,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8232] = 5, + [8462] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1142), 2, + STATE(1145), 2, sym_line_comment, sym_block_comment, - ACTIONS(2099), 7, + ACTIONS(2736), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118673,7 +119080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2101), 39, + ACTIONS(2738), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118713,15 +119120,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8293] = 5, + [8523] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1143), 2, + STATE(1146), 2, sym_line_comment, sym_block_comment, - ACTIONS(2103), 7, + ACTIONS(2740), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118729,7 +119136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2105), 39, + ACTIONS(2742), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118769,15 +119176,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8354] = 5, + [8584] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1144), 2, + STATE(1147), 2, sym_line_comment, sym_block_comment, - ACTIONS(2107), 7, + ACTIONS(2744), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118785,7 +119192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2109), 39, + ACTIONS(2746), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118825,15 +119232,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8415] = 5, + [8645] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1145), 2, + STATE(1148), 2, sym_line_comment, sym_block_comment, - ACTIONS(2111), 7, + ACTIONS(2752), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118841,7 +119248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2113), 39, + ACTIONS(2754), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118881,15 +119288,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8476] = 5, + [8706] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1146), 2, + STATE(1149), 2, sym_line_comment, sym_block_comment, - ACTIONS(2115), 7, + ACTIONS(2756), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118897,7 +119304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2117), 39, + ACTIONS(2758), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118937,15 +119344,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8537] = 5, + [8767] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1147), 2, + STATE(1150), 2, sym_line_comment, sym_block_comment, - ACTIONS(2119), 7, + ACTIONS(2760), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -118953,7 +119360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2121), 39, + ACTIONS(2762), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -118993,15 +119400,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8598] = 5, + [8828] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1148), 2, + STATE(1151), 2, sym_line_comment, sym_block_comment, - ACTIONS(2123), 7, + ACTIONS(2764), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119009,7 +119416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2125), 39, + ACTIONS(2766), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119049,15 +119456,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8659] = 5, + [8889] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1149), 2, + STATE(1152), 2, sym_line_comment, sym_block_comment, - ACTIONS(2127), 7, + ACTIONS(2768), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119065,7 +119472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2129), 39, + ACTIONS(2770), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119105,15 +119512,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8720] = 5, + [8950] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1150), 2, + STATE(1153), 2, sym_line_comment, sym_block_comment, - ACTIONS(2131), 7, + ACTIONS(2784), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119121,7 +119528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2133), 39, + ACTIONS(2786), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119161,15 +119568,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8781] = 5, + [9011] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1151), 2, + STATE(1154), 2, sym_line_comment, sym_block_comment, - ACTIONS(2135), 7, + ACTIONS(2788), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119177,7 +119584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2137), 39, + ACTIONS(2790), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119217,15 +119624,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8842] = 5, + [9072] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1152), 2, + STATE(1155), 2, sym_line_comment, sym_block_comment, - ACTIONS(2139), 7, + ACTIONS(2792), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119233,7 +119640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2141), 39, + ACTIONS(2794), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119273,15 +119680,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8903] = 5, + [9133] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1153), 2, + STATE(1156), 2, sym_line_comment, sym_block_comment, - ACTIONS(2143), 7, + ACTIONS(2796), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119289,7 +119696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2145), 39, + ACTIONS(2798), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119329,15 +119736,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [8964] = 5, + [9194] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1154), 2, + STATE(1157), 2, sym_line_comment, sym_block_comment, - ACTIONS(2147), 7, + ACTIONS(2800), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119345,7 +119752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2149), 39, + ACTIONS(2802), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119385,15 +119792,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9025] = 5, + [9255] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1155), 2, + STATE(1158), 2, sym_line_comment, sym_block_comment, - ACTIONS(2151), 7, + ACTIONS(2808), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119401,7 +119808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2153), 39, + ACTIONS(2810), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119441,15 +119848,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9086] = 5, + [9316] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1156), 2, + STATE(1159), 2, sym_line_comment, sym_block_comment, - ACTIONS(2155), 7, + ACTIONS(2812), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119457,7 +119864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2157), 39, + ACTIONS(2814), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119497,15 +119904,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9147] = 5, + [9377] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1157), 2, + STATE(1160), 2, sym_line_comment, sym_block_comment, - ACTIONS(2159), 7, + ACTIONS(2824), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119513,7 +119920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2161), 39, + ACTIONS(2826), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119553,127 +119960,183 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9208] = 5, + [9438] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1158), 2, + STATE(1161), 2, sym_line_comment, sym_block_comment, - ACTIONS(3487), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3485), 31, + ACTIONS(2388), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, + anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [9269] = 5, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2390), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [9499] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1159), 2, + STATE(1162), 2, sym_line_comment, sym_block_comment, - ACTIONS(3491), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, + ACTIONS(2832), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3489), 31, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2834), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [9560] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1163), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2836), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [9330] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2838), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [9621] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1160), 2, + STATE(1164), 2, sym_line_comment, sym_block_comment, - ACTIONS(2167), 7, + ACTIONS(2840), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119681,7 +120144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2169), 39, + ACTIONS(2842), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119721,15 +120184,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9391] = 5, + [9682] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1161), 2, + STATE(1165), 2, sym_line_comment, sym_block_comment, - ACTIONS(2171), 7, + ACTIONS(2844), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119737,7 +120200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2173), 39, + ACTIONS(2846), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119777,15 +120240,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9452] = 5, + [9743] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1162), 2, + STATE(1166), 2, sym_line_comment, sym_block_comment, - ACTIONS(2175), 7, + ACTIONS(2848), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119793,7 +120256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2177), 39, + ACTIONS(2850), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119833,15 +120296,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9513] = 5, + [9804] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1163), 2, + STATE(1167), 2, sym_line_comment, sym_block_comment, - ACTIONS(2179), 7, + ACTIONS(2852), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119849,7 +120312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2181), 39, + ACTIONS(2854), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119889,15 +120352,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9574] = 5, + [9865] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1164), 2, + STATE(1168), 2, sym_line_comment, sym_block_comment, - ACTIONS(2183), 7, + ACTIONS(2856), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119905,7 +120368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2185), 39, + ACTIONS(2858), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -119945,15 +120408,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9635] = 5, + [9926] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1165), 2, + STATE(1169), 2, sym_line_comment, sym_block_comment, - ACTIONS(2187), 7, + ACTIONS(2860), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -119961,7 +120424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2189), 39, + ACTIONS(2862), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120001,15 +120464,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9696] = 5, + [9987] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1166), 2, + STATE(1170), 2, sym_line_comment, sym_block_comment, - ACTIONS(2191), 7, + ACTIONS(2864), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120017,7 +120480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2193), 39, + ACTIONS(2866), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120057,15 +120520,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9757] = 5, + [10048] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1167), 2, + STATE(1171), 2, sym_line_comment, sym_block_comment, - ACTIONS(2195), 7, + ACTIONS(2868), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120073,7 +120536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2197), 39, + ACTIONS(2870), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120113,15 +120576,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9818] = 5, + [10109] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1168), 2, + STATE(1172), 2, sym_line_comment, sym_block_comment, - ACTIONS(2199), 7, + ACTIONS(2872), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120129,7 +120592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2201), 39, + ACTIONS(2874), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120169,15 +120632,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9879] = 5, + [10170] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1169), 2, + STATE(1173), 2, sym_line_comment, sym_block_comment, - ACTIONS(2203), 7, + ACTIONS(2876), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120185,7 +120648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2205), 39, + ACTIONS(2878), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120225,15 +120688,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [9940] = 5, + [10231] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1170), 2, + STATE(1174), 2, sym_line_comment, sym_block_comment, - ACTIONS(2207), 7, + ACTIONS(2880), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120241,7 +120704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2209), 39, + ACTIONS(2882), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120281,15 +120744,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10001] = 5, + [10292] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1171), 2, + STATE(1175), 2, sym_line_comment, sym_block_comment, - ACTIONS(2375), 7, + ACTIONS(2888), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120297,7 +120760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2377), 39, + ACTIONS(2890), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120337,15 +120800,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10062] = 5, + [10353] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1172), 2, + STATE(1176), 2, sym_line_comment, sym_block_comment, - ACTIONS(2215), 7, + ACTIONS(2892), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120353,7 +120816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2217), 39, + ACTIONS(2894), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120393,15 +120856,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10123] = 5, + [10414] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1173), 2, + STATE(1177), 2, sym_line_comment, sym_block_comment, - ACTIONS(2219), 7, + ACTIONS(2896), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120409,7 +120872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2221), 39, + ACTIONS(2898), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120449,15 +120912,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10184] = 5, + [10475] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1174), 2, + STATE(1178), 2, sym_line_comment, sym_block_comment, - ACTIONS(2223), 7, + ACTIONS(2900), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120465,7 +120928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2225), 39, + ACTIONS(2902), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120505,15 +120968,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10245] = 5, + [10536] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1175), 2, + STATE(1179), 2, sym_line_comment, sym_block_comment, - ACTIONS(2227), 7, + ACTIONS(2904), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120521,7 +120984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2229), 39, + ACTIONS(2906), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120561,15 +121024,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10306] = 5, + [10597] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1176), 2, + STATE(1180), 2, sym_line_comment, sym_block_comment, - ACTIONS(2231), 7, + ACTIONS(2912), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120577,7 +121040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2233), 39, + ACTIONS(2914), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120617,15 +121080,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10367] = 5, + [10658] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1177), 2, + STATE(1181), 2, sym_line_comment, sym_block_comment, - ACTIONS(2235), 7, + ACTIONS(2920), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120633,7 +121096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2237), 39, + ACTIONS(2922), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120673,15 +121136,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10428] = 5, + [10719] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1178), 2, + STATE(1182), 2, sym_line_comment, sym_block_comment, - ACTIONS(2239), 7, + ACTIONS(2924), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120689,7 +121152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2241), 39, + ACTIONS(2926), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120729,15 +121192,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10489] = 5, + [10780] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1179), 2, + STATE(1183), 2, sym_line_comment, sym_block_comment, - ACTIONS(2243), 7, + ACTIONS(2928), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120745,7 +121208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2245), 39, + ACTIONS(2930), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120785,15 +121248,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10550] = 5, + [10841] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1180), 2, + STATE(1184), 2, sym_line_comment, sym_block_comment, - ACTIONS(2247), 7, + ACTIONS(2932), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120801,7 +121264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2249), 39, + ACTIONS(2934), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120841,15 +121304,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10611] = 5, + [10902] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1181), 2, + STATE(1185), 2, sym_line_comment, sym_block_comment, - ACTIONS(2251), 7, + ACTIONS(2936), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120857,7 +121320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2253), 39, + ACTIONS(2938), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120897,15 +121360,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10672] = 5, + [10963] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1182), 2, + STATE(1186), 2, sym_line_comment, sym_block_comment, - ACTIONS(2255), 7, + ACTIONS(2940), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120913,7 +121376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2257), 39, + ACTIONS(2942), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -120953,15 +121416,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10733] = 5, + [11024] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1183), 2, + STATE(1187), 2, sym_line_comment, sym_block_comment, - ACTIONS(2259), 7, + ACTIONS(2944), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -120969,7 +121432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2261), 39, + ACTIONS(2946), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121009,15 +121472,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10794] = 5, + [11085] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1184), 2, + STATE(1188), 2, sym_line_comment, sym_block_comment, - ACTIONS(2263), 7, + ACTIONS(2948), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121025,7 +121488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2265), 39, + ACTIONS(2950), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121065,15 +121528,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10855] = 5, + [11146] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1185), 2, + STATE(1189), 2, sym_line_comment, sym_block_comment, - ACTIONS(2267), 7, + ACTIONS(2984), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121081,7 +121544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2269), 39, + ACTIONS(2986), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121121,15 +121584,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10916] = 5, + [11207] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1186), 2, + STATE(1190), 2, sym_line_comment, sym_block_comment, - ACTIONS(2271), 7, + ACTIONS(2992), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121137,7 +121600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2273), 39, + ACTIONS(2994), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121177,71 +121640,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [10977] = 5, + [11268] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1187), 2, + STATE(1191), 2, sym_line_comment, sym_block_comment, - ACTIONS(2275), 7, + ACTIONS(3526), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3524), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2277), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [11038] = 5, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [11329] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1188), 2, + STATE(1192), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3530), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3528), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [11390] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1193), 2, sym_line_comment, sym_block_comment, - ACTIONS(2279), 7, + ACTIONS(2134), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121249,7 +121768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2281), 39, + ACTIONS(2136), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121289,15 +121808,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11099] = 5, + [11451] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1189), 2, + STATE(1194), 2, sym_line_comment, sym_block_comment, - ACTIONS(2283), 7, + ACTIONS(2424), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121305,7 +121824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2285), 39, + ACTIONS(2426), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121345,15 +121864,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11160] = 5, + [11512] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1190), 2, + STATE(1195), 2, sym_line_comment, sym_block_comment, - ACTIONS(2287), 7, + ACTIONS(2428), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121361,7 +121880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2289), 39, + ACTIONS(2430), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121401,15 +121920,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11221] = 5, + [11573] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1191), 2, + STATE(1196), 2, sym_line_comment, sym_block_comment, - ACTIONS(2291), 7, + ACTIONS(2654), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121417,7 +121936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2293), 39, + ACTIONS(2656), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121457,15 +121976,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11282] = 5, + [11634] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1192), 2, + STATE(1197), 2, sym_line_comment, sym_block_comment, - ACTIONS(2295), 7, + ACTIONS(2964), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121473,7 +121992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2297), 39, + ACTIONS(2966), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121513,15 +122032,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11343] = 5, + [11695] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1193), 2, + STATE(1198), 2, sym_line_comment, sym_block_comment, - ACTIONS(2299), 7, + ACTIONS(1846), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121529,7 +122048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2301), 39, + ACTIONS(1848), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121569,15 +122088,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11404] = 5, + [11756] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1194), 2, + STATE(1199), 2, sym_line_comment, sym_block_comment, - ACTIONS(2303), 7, + ACTIONS(1850), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121585,7 +122104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2305), 39, + ACTIONS(1852), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121625,15 +122144,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11465] = 5, + [11817] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1195), 2, + STATE(1200), 2, sym_line_comment, sym_block_comment, - ACTIONS(2307), 7, + ACTIONS(1870), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121641,7 +122160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2309), 39, + ACTIONS(1872), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121681,15 +122200,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11526] = 5, + [11878] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1196), 2, + STATE(1201), 2, sym_line_comment, sym_block_comment, - ACTIONS(2311), 7, + ACTIONS(1874), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121697,7 +122216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2313), 39, + ACTIONS(1876), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121737,71 +122256,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11587] = 5, + [11939] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1197), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3495), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3493), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [11648] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1198), 2, + STATE(1202), 2, sym_line_comment, sym_block_comment, - ACTIONS(2319), 7, + ACTIONS(1882), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121809,7 +122272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2321), 39, + ACTIONS(1884), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121849,15 +122312,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11709] = 5, + [12000] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1199), 2, + STATE(1203), 2, sym_line_comment, sym_block_comment, - ACTIONS(2323), 7, + ACTIONS(1894), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121865,7 +122328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2325), 39, + ACTIONS(1896), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121905,15 +122368,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11770] = 5, + [12061] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1200), 2, + STATE(1204), 2, sym_line_comment, sym_block_comment, - ACTIONS(2327), 7, + ACTIONS(1906), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121921,7 +122384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2329), 39, + ACTIONS(1908), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -121961,15 +122424,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11831] = 5, + [12122] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1201), 2, + STATE(1205), 2, sym_line_comment, sym_block_comment, - ACTIONS(2331), 7, + ACTIONS(1930), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -121977,7 +122440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2333), 39, + ACTIONS(1932), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122017,15 +122480,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11892] = 5, + [12183] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1202), 2, + STATE(1206), 2, sym_line_comment, sym_block_comment, - ACTIONS(2335), 7, + ACTIONS(1934), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122033,7 +122496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2337), 39, + ACTIONS(1936), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122073,15 +122536,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [11953] = 5, + [12244] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1203), 2, + STATE(1207), 2, sym_line_comment, sym_block_comment, - ACTIONS(2339), 7, + ACTIONS(1938), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122089,7 +122552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2341), 39, + ACTIONS(1940), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122129,15 +122592,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12014] = 5, + [12305] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1204), 2, + STATE(1208), 2, sym_line_comment, sym_block_comment, - ACTIONS(2343), 7, + ACTIONS(1962), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122145,7 +122608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2345), 39, + ACTIONS(1964), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122185,15 +122648,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12075] = 5, + [12366] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1205), 2, + STATE(1209), 2, sym_line_comment, sym_block_comment, - ACTIONS(2347), 7, + ACTIONS(1978), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122201,7 +122664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2349), 39, + ACTIONS(1980), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122241,15 +122704,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12136] = 5, + [12427] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1206), 2, + STATE(1210), 2, sym_line_comment, sym_block_comment, - ACTIONS(2351), 7, + ACTIONS(1982), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122257,7 +122720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2353), 39, + ACTIONS(1984), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122297,15 +122760,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12197] = 5, + [12488] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1207), 2, + STATE(1211), 2, sym_line_comment, sym_block_comment, - ACTIONS(1771), 7, + ACTIONS(1994), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122313,7 +122776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1773), 39, + ACTIONS(1996), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122353,15 +122816,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12258] = 5, + [12549] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1208), 2, + STATE(1212), 2, sym_line_comment, sym_block_comment, - ACTIONS(2359), 7, + ACTIONS(2030), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122369,7 +122832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2361), 39, + ACTIONS(2032), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122409,15 +122872,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12319] = 5, + [12610] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1209), 2, + STATE(1213), 2, sym_line_comment, sym_block_comment, - ACTIONS(2363), 7, + ACTIONS(2034), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122425,7 +122888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2365), 39, + ACTIONS(2036), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122465,15 +122928,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12380] = 5, + [12671] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1210), 2, + STATE(1214), 2, sym_line_comment, sym_block_comment, - ACTIONS(2367), 7, + ACTIONS(2130), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122481,7 +122944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2369), 39, + ACTIONS(2132), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122521,15 +122984,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12441] = 5, + [12732] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1211), 2, + STATE(1215), 2, sym_line_comment, sym_block_comment, - ACTIONS(2371), 7, + ACTIONS(2162), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122537,7 +123000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2373), 39, + ACTIONS(2164), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122577,15 +123040,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12502] = 5, + [12793] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1212), 2, + STATE(1216), 2, sym_line_comment, sym_block_comment, - ACTIONS(2379), 7, + ACTIONS(2238), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122593,7 +123056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2381), 39, + ACTIONS(2240), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122633,72 +123096,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12563] = 6, + [12854] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3497), 1, - anon_sym_LBRACE, - STATE(1213), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3369), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3371), 29, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_as, - anon_sym_else, - [12626] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1214), 2, + STATE(1217), 2, sym_line_comment, sym_block_comment, - ACTIONS(2383), 7, + ACTIONS(2242), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122706,7 +123112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2385), 39, + ACTIONS(2244), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122746,15 +123152,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12687] = 5, + [12915] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1215), 2, + STATE(1218), 2, sym_line_comment, sym_block_comment, - ACTIONS(2391), 7, + ACTIONS(2250), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122762,7 +123168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2393), 39, + ACTIONS(2252), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122802,15 +123208,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12748] = 5, + [12976] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1216), 2, + STATE(1219), 2, sym_line_comment, sym_block_comment, - ACTIONS(2395), 7, + ACTIONS(2258), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -122818,7 +123224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2397), 39, + ACTIONS(2260), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -122858,183 +123264,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [12809] = 5, + [13037] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1217), 2, + STATE(1220), 2, sym_line_comment, sym_block_comment, - ACTIONS(1583), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1585), 31, + ACTIONS(2262), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [12870] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1218), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3501), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3499), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [12931] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1219), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3505), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3503), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [12992] = 5, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2264), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [13098] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1220), 2, + STATE(1221), 2, sym_line_comment, sym_block_comment, - ACTIONS(2403), 7, + ACTIONS(2266), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123042,7 +123336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2405), 39, + ACTIONS(2268), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123082,15 +123376,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13053] = 5, + [13159] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1221), 2, + STATE(1222), 2, sym_line_comment, sym_block_comment, - ACTIONS(2407), 7, + ACTIONS(2270), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123098,7 +123392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2409), 39, + ACTIONS(2272), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123138,15 +123432,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13114] = 5, + [13220] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1222), 2, + STATE(1223), 2, sym_line_comment, sym_block_comment, - ACTIONS(2411), 7, + ACTIONS(2274), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123154,7 +123448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2413), 39, + ACTIONS(2276), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123194,15 +123488,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13175] = 5, + [13281] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1223), 2, + STATE(1224), 2, sym_line_comment, sym_block_comment, - ACTIONS(2415), 7, + ACTIONS(2278), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123210,7 +123504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2417), 39, + ACTIONS(2280), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123250,15 +123544,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13236] = 5, + [13342] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1224), 2, + STATE(1225), 2, sym_line_comment, sym_block_comment, - ACTIONS(2419), 7, + ACTIONS(2282), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123266,7 +123560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2421), 39, + ACTIONS(2284), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123306,15 +123600,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13297] = 5, + [13403] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1225), 2, + STATE(1226), 2, sym_line_comment, sym_block_comment, - ACTIONS(2423), 7, + ACTIONS(2286), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123322,7 +123616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2425), 39, + ACTIONS(2288), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123362,15 +123656,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13358] = 5, + [13464] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1226), 2, + STATE(1227), 2, sym_line_comment, sym_block_comment, - ACTIONS(2435), 7, + ACTIONS(2290), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123378,7 +123672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2437), 39, + ACTIONS(2292), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123418,15 +123712,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13419] = 5, + [13525] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1227), 2, + STATE(1228), 2, sym_line_comment, sym_block_comment, - ACTIONS(2495), 7, + ACTIONS(2298), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123434,7 +123728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2497), 39, + ACTIONS(2300), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123474,15 +123768,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13480] = 5, + [13586] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1228), 2, + STATE(1229), 2, sym_line_comment, sym_block_comment, - ACTIONS(2499), 7, + ACTIONS(2304), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123490,7 +123784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2501), 39, + ACTIONS(2306), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123530,15 +123824,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13541] = 5, + [13647] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1229), 2, + STATE(1230), 2, sym_line_comment, sym_block_comment, - ACTIONS(2583), 7, + ACTIONS(2308), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123546,7 +123840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2585), 39, + ACTIONS(2310), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123586,15 +123880,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13602] = 5, + [13708] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1230), 2, + STATE(1231), 2, sym_line_comment, sym_block_comment, - ACTIONS(2587), 7, + ACTIONS(2312), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -123602,7 +123896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2589), 39, + ACTIONS(2314), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123642,146 +123936,191 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [13663] = 6, + [13769] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3507), 1, - anon_sym_LBRACE, - STATE(1231), 2, + STATE(1232), 2, sym_line_comment, sym_block_comment, - ACTIONS(3353), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3355), 29, + ACTIONS(2316), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, + anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_as, - anon_sym_else, - [13726] = 5, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2318), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [13830] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1232), 2, + STATE(1233), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3357), 29, + ACTIONS(2340), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - anon_sym_LT2, - [13787] = 6, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2342), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [13891] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3513), 1, + STATE(1234), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2344), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - STATE(1233), 2, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2346), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [13952] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1235), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DASH, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(2348), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT_DOT, anon_sym_COLON_COLON, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(3509), 30, + ACTIONS(2350), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -123799,297 +124138,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, + anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_enum, + anon_sym_fn, anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, sym_identifier, sym_self, sym_super, sym_crate, - [13850] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1234), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3263), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3265), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [13911] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1235), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3517), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3515), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [13972] = 6, + [14013] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3523), 1, - anon_sym_DASH_GT, STATE(1236), 2, sym_line_comment, sym_block_comment, - ACTIONS(3521), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3519), 30, + ACTIONS(2356), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [14035] = 6, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2358), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [14074] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3525), 1, - anon_sym_COLON_COLON, STATE(1237), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3345), 30, + ACTIONS(2380), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [14098] = 21, - ACTIONS(29), 1, anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1657), 1, - anon_sym_DASH, - ACTIONS(1681), 1, - aux_sym_string_literal_token1, - ACTIONS(1689), 1, - sym__raw_string_literal_start, - ACTIONS(3271), 1, - anon_sym_if, - ACTIONS(3527), 1, - sym_identifier, - ACTIONS(3531), 1, anon_sym_COLON_COLON, - ACTIONS(3535), 1, + anon_sym_POUND, sym_metavariable, - STATE(2566), 1, - sym_scoped_identifier, - STATE(2898), 1, - sym__literal_pattern, - STATE(3531), 1, - sym_bracketed_type, - STATE(3543), 1, - sym_generic_type_with_turbofish, - ACTIONS(1683), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3269), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - STATE(1238), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1679), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3533), 3, - sym_self, - sym_super, - sym_crate, - STATE(2379), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3529), 20, + ACTIONS(2382), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124107,190 +124250,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, + anon_sym_async, + anon_sym_const, anon_sym_default, + anon_sym_enum, + anon_sym_fn, anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, anon_sym_union, - [14191] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3541), 1, - anon_sym_DASH_GT, - STATE(1239), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3539), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3537), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [14254] = 6, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [14135] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3547), 1, - anon_sym_DASH_GT, - STATE(1240), 2, + STATE(1238), 2, sym_line_comment, sym_block_comment, - ACTIONS(3545), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3543), 30, + ACTIONS(2384), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [14317] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1419), 1, - sym_label, - STATE(1241), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3551), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3549), 29, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_as, - anon_sym_else, - [14382] = 5, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2386), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [14196] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1242), 2, + STATE(1239), 2, sym_line_comment, sym_block_comment, - ACTIONS(2637), 7, + ACTIONS(2416), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124298,7 +124344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2639), 39, + ACTIONS(2418), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124338,71 +124384,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14443] = 5, + [14257] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1243), 2, + STATE(1240), 2, sym_line_comment, sym_block_comment, - ACTIONS(2623), 7, + ACTIONS(3534), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3532), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2625), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [14504] = 5, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [14318] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1244), 2, + STATE(1241), 2, sym_line_comment, sym_block_comment, - ACTIONS(2641), 7, + ACTIONS(3538), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3536), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_DASH_GT, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [14379] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1242), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2452), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124410,7 +124512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2643), 39, + ACTIONS(2454), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124450,15 +124552,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14565] = 5, + [14440] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1245), 2, + STATE(1243), 2, sym_line_comment, sym_block_comment, - ACTIONS(2645), 7, + ACTIONS(2456), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124466,7 +124568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2647), 39, + ACTIONS(2458), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124506,71 +124608,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14626] = 5, + [14501] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1246), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3555), 13, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(3553), 33, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_union, - anon_sym_unsafe, - anon_sym_where, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [14687] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1247), 2, + STATE(1244), 2, sym_line_comment, sym_block_comment, - ACTIONS(2649), 7, + ACTIONS(2484), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124578,7 +124624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2651), 39, + ACTIONS(2486), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124618,15 +124664,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14748] = 5, + [14562] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1248), 2, + STATE(1245), 2, sym_line_comment, sym_block_comment, - ACTIONS(2653), 7, + ACTIONS(2522), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124634,7 +124680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2655), 39, + ACTIONS(2524), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124674,72 +124720,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14809] = 6, + [14623] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3557), 1, - anon_sym_LBRACE, - STATE(1249), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3361), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3363), 29, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_as, - anon_sym_else, - [14872] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1250), 2, + STATE(1246), 2, sym_line_comment, sym_block_comment, - ACTIONS(2687), 7, + ACTIONS(2560), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124747,7 +124736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2689), 39, + ACTIONS(2562), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124787,15 +124776,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14933] = 5, + [14684] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1251), 2, + STATE(1247), 2, sym_line_comment, sym_block_comment, - ACTIONS(2691), 7, + ACTIONS(2602), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124803,7 +124792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2693), 39, + ACTIONS(2604), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124843,15 +124832,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [14994] = 5, + [14745] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1252), 2, + STATE(1248), 2, sym_line_comment, sym_block_comment, - ACTIONS(2695), 7, + ACTIONS(2606), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124859,7 +124848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2697), 39, + ACTIONS(2608), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124899,15 +124888,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15055] = 5, + [14806] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1253), 2, + STATE(1249), 2, sym_line_comment, sym_block_comment, - ACTIONS(2699), 7, + ACTIONS(2638), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124915,7 +124904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2701), 39, + ACTIONS(2640), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -124955,15 +124944,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15116] = 5, + [14867] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1254), 2, + STATE(1250), 2, sym_line_comment, sym_block_comment, - ACTIONS(2703), 7, + ACTIONS(2642), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -124971,7 +124960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2705), 39, + ACTIONS(2644), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125011,15 +125000,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15177] = 5, + [14928] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1255), 2, + STATE(1251), 2, sym_line_comment, sym_block_comment, - ACTIONS(2715), 7, + ACTIONS(2646), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125027,7 +125016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2717), 39, + ACTIONS(2648), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125067,15 +125056,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15238] = 5, + [14989] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1256), 2, + STATE(1252), 2, sym_line_comment, sym_block_comment, - ACTIONS(2719), 7, + ACTIONS(2662), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125083,7 +125072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2721), 39, + ACTIONS(2664), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125123,15 +125112,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15299] = 5, + [15050] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1257), 2, + STATE(1253), 2, sym_line_comment, sym_block_comment, - ACTIONS(2727), 7, + ACTIONS(2680), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125139,7 +125128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2729), 39, + ACTIONS(2682), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125179,15 +125168,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15360] = 5, + [15111] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1258), 2, + STATE(1254), 2, sym_line_comment, sym_block_comment, - ACTIONS(2731), 7, + ACTIONS(2684), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125195,7 +125184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2733), 39, + ACTIONS(2686), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125235,73 +125224,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15421] = 7, + [15172] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3561), 1, - anon_sym_LPAREN, - STATE(1391), 1, - sym_arguments, - STATE(1259), 2, + STATE(1255), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3559), 29, + ACTIONS(2688), 7, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [15486] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2690), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [15233] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1260), 2, + STATE(1256), 2, sym_line_comment, sym_block_comment, - ACTIONS(2735), 7, + ACTIONS(2692), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125309,7 +125296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2737), 39, + ACTIONS(2694), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125349,15 +125336,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15547] = 5, + [15294] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1261), 2, + STATE(1257), 2, sym_line_comment, sym_block_comment, - ACTIONS(2739), 7, + ACTIONS(2704), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125365,7 +125352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2741), 39, + ACTIONS(2706), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125405,15 +125392,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15608] = 5, + [15355] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1262), 2, + STATE(1258), 2, sym_line_comment, sym_block_comment, - ACTIONS(2743), 7, + ACTIONS(2712), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125421,7 +125408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2745), 39, + ACTIONS(2714), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125461,15 +125448,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15669] = 5, + [15416] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1263), 2, + STATE(1259), 2, sym_line_comment, sym_block_comment, - ACTIONS(2751), 7, + ACTIONS(2720), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125477,7 +125464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2753), 39, + ACTIONS(2722), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125517,15 +125504,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15730] = 5, + [15477] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1264), 2, + STATE(1260), 2, sym_line_comment, sym_block_comment, - ACTIONS(2755), 7, + ACTIONS(2748), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125533,7 +125520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2757), 39, + ACTIONS(2750), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125573,33 +125560,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15791] = 6, + [15538] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3569), 1, - anon_sym_RBRACE, - STATE(1265), 2, + STATE(1261), 2, sym_line_comment, sym_block_comment, - ACTIONS(3567), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_DASH, - anon_sym_AMP, - anon_sym_PIPE, + ACTIONS(2772), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, - anon_sym_DOT_DOT, anon_sym_COLON_COLON, anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(3565), 30, + ACTIONS(2774), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125617,28 +125594,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, + anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_enum, + anon_sym_fn, anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, sym_identifier, sym_self, sym_super, sym_crate, - [15854] = 5, + [15599] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1266), 2, + STATE(1262), 2, sym_line_comment, sym_block_comment, - ACTIONS(2759), 7, + ACTIONS(2776), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125646,7 +125632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2761), 39, + ACTIONS(2778), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125686,15 +125672,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15915] = 5, + [15660] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1267), 2, + STATE(1263), 2, sym_line_comment, sym_block_comment, - ACTIONS(2763), 7, + ACTIONS(2780), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125702,7 +125688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2765), 39, + ACTIONS(2782), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125742,15 +125728,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [15976] = 5, + [15721] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1268), 2, + STATE(1264), 2, sym_line_comment, sym_block_comment, - ACTIONS(2767), 7, + ACTIONS(2804), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125758,7 +125744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2769), 39, + ACTIONS(2806), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125798,15 +125784,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16037] = 5, + [15782] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1269), 2, + STATE(1265), 2, sym_line_comment, sym_block_comment, - ACTIONS(2771), 7, + ACTIONS(2816), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125814,7 +125800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2773), 39, + ACTIONS(2818), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125854,15 +125840,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16098] = 5, + [15843] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1270), 2, + STATE(1266), 2, sym_line_comment, sym_block_comment, - ACTIONS(2775), 7, + ACTIONS(2820), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125870,7 +125856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2777), 39, + ACTIONS(2822), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125910,15 +125896,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16159] = 5, + [15904] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1271), 2, + STATE(1267), 2, sym_line_comment, sym_block_comment, - ACTIONS(2779), 7, + ACTIONS(2884), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125926,7 +125912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2781), 39, + ACTIONS(2886), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -125966,15 +125952,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16220] = 5, + [15965] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1272), 2, + STATE(1268), 2, sym_line_comment, sym_block_comment, - ACTIONS(2783), 7, + ACTIONS(2908), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -125982,7 +125968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2785), 39, + ACTIONS(2910), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126022,15 +126008,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16281] = 5, + [16026] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1273), 2, + STATE(1269), 2, sym_line_comment, sym_block_comment, - ACTIONS(2791), 7, + ACTIONS(2916), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126038,7 +126024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2793), 39, + ACTIONS(2918), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126078,15 +126064,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16342] = 5, + [16087] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1274), 2, + STATE(1270), 2, sym_line_comment, sym_block_comment, - ACTIONS(2885), 7, + ACTIONS(2952), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126094,7 +126080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2887), 39, + ACTIONS(2954), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126134,15 +126120,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16403] = 5, + [16148] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1275), 2, + STATE(1271), 2, sym_line_comment, sym_block_comment, - ACTIONS(2889), 7, + ACTIONS(2968), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126150,7 +126136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2891), 39, + ACTIONS(2970), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126190,15 +126176,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16464] = 5, + [16209] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1276), 2, + STATE(1272), 2, sym_line_comment, sym_block_comment, - ACTIONS(2893), 7, + ACTIONS(2972), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126206,7 +126192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2895), 39, + ACTIONS(2974), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126246,15 +126232,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16525] = 5, + [16270] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1277), 2, + STATE(1273), 2, sym_line_comment, sym_block_comment, - ACTIONS(2897), 7, + ACTIONS(2976), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126262,7 +126248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2899), 39, + ACTIONS(2978), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126302,15 +126288,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16586] = 5, + [16331] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1278), 2, + STATE(1274), 2, sym_line_comment, sym_block_comment, - ACTIONS(2901), 7, + ACTIONS(2980), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126318,7 +126304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2903), 39, + ACTIONS(2982), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126358,15 +126344,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16647] = 5, + [16392] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1279), 2, + STATE(1275), 2, sym_line_comment, sym_block_comment, - ACTIONS(2905), 7, + ACTIONS(2988), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126374,7 +126360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2907), 39, + ACTIONS(2990), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126414,15 +126400,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16708] = 5, + [16453] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1280), 2, + STATE(1276), 2, sym_line_comment, sym_block_comment, - ACTIONS(2909), 7, + ACTIONS(2996), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126430,7 +126416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2911), 39, + ACTIONS(2998), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126470,29 +126456,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16769] = 5, + [16514] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1281), 2, + STATE(1277), 2, sym_line_comment, sym_block_comment, - ACTIONS(3573), 13, + ACTIONS(2526), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_EQ, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + anon_sym_POUND, sym_metavariable, - ACTIONS(3571), 33, + ACTIONS(2528), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126513,85 +126493,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_enum, anon_sym_fn, - anon_sym_for, anon_sym_gen, anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, anon_sym_union, anon_sym_unsafe, - anon_sym_where, + anon_sym_use, anon_sym_extern, - anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [16830] = 6, + [16575] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3525), 1, - anon_sym_COLON_COLON, - STATE(1282), 2, + STATE(1278), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3373), 30, + ACTIONS(1802), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [16893] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1804), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [16636] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1283), 2, + STATE(1279), 2, sym_line_comment, sym_block_comment, - ACTIONS(2917), 7, + ACTIONS(1806), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126599,7 +126584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2919), 39, + ACTIONS(1808), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126639,15 +126624,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [16954] = 5, + [16697] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1284), 2, + STATE(1280), 2, sym_line_comment, sym_block_comment, - ACTIONS(2921), 7, + ACTIONS(1810), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126655,7 +126640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2923), 39, + ACTIONS(1812), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126695,71 +126680,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17015] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1285), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3577), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3575), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [17076] = 5, + [16758] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1286), 2, + STATE(1281), 2, sym_line_comment, sym_block_comment, - ACTIONS(2559), 7, + ACTIONS(1814), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -126767,7 +126696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2561), 39, + ACTIONS(1816), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -126807,475 +126736,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17137] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1287), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3581), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3579), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [17198] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3587), 1, - anon_sym_DASH_GT, - STATE(1288), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3585), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3583), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [17261] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1289), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3591), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3589), 31, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [17322] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3525), 1, - anon_sym_COLON_COLON, - STATE(1290), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3343), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3341), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [17385] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3597), 1, - anon_sym_DASH_GT, - STATE(1291), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3595), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3593), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [17448] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3603), 1, - anon_sym_DASH_GT, - STATE(1292), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3601), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3599), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [17511] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3295), 1, - anon_sym_BANG, - ACTIONS(3297), 1, - anon_sym_COLON_COLON, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(3605), 1, - anon_sym_move, - STATE(472), 1, - sym_block, - STATE(3656), 1, - sym_label, - STATE(1293), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3293), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3291), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_as, - [17586] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3607), 1, - anon_sym_LBRACE, - STATE(1294), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3333), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3335), 29, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_as, - anon_sym_else, - [17649] = 5, + [16819] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1295), 2, + STATE(1282), 2, sym_line_comment, sym_block_comment, - ACTIONS(2163), 7, + ACTIONS(1818), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127283,7 +126752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2165), 39, + ACTIONS(1820), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127323,15 +126792,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17710] = 5, + [16880] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1296), 2, + STATE(1283), 2, sym_line_comment, sym_block_comment, - ACTIONS(2941), 7, + ACTIONS(1822), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127339,7 +126808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2943), 39, + ACTIONS(1824), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127379,15 +126848,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17771] = 5, + [16941] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1297), 2, + STATE(1284), 2, sym_line_comment, sym_block_comment, - ACTIONS(2945), 7, + ACTIONS(1826), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127395,7 +126864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2947), 39, + ACTIONS(1828), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127435,72 +126904,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17832] = 6, + [17002] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3609), 1, - anon_sym_COLON_COLON, - STATE(1298), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3339), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3337), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [17895] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1299), 2, + STATE(1285), 2, sym_line_comment, sym_block_comment, - ACTIONS(2949), 7, + ACTIONS(1830), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127508,7 +126920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2951), 39, + ACTIONS(1832), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127548,15 +126960,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [17956] = 5, + [17063] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1300), 2, + STATE(1286), 2, sym_line_comment, sym_block_comment, - ACTIONS(2957), 7, + ACTIONS(1834), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127564,7 +126976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2959), 39, + ACTIONS(1836), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127604,15 +127016,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18017] = 5, + [17124] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1301), 2, + STATE(1287), 2, sym_line_comment, sym_block_comment, - ACTIONS(2961), 7, + ACTIONS(1838), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127620,7 +127032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2963), 39, + ACTIONS(1840), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127660,15 +127072,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18078] = 5, + [17185] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1302), 2, + STATE(1288), 2, sym_line_comment, sym_block_comment, - ACTIONS(2965), 7, + ACTIONS(1842), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127676,7 +127088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2967), 39, + ACTIONS(1844), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127716,72 +127128,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18139] = 6, + [17246] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3611), 1, - anon_sym_COLON_COLON, - STATE(1303), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3339), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3337), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [18202] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1304), 2, + STATE(1289), 2, sym_line_comment, sym_block_comment, - ACTIONS(2973), 7, + ACTIONS(1854), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127789,7 +127144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2975), 39, + ACTIONS(1856), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127829,72 +127184,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18263] = 6, + [17307] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3525), 1, - anon_sym_COLON_COLON, - STATE(1305), 2, + STATE(1290), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3337), 30, + ACTIONS(1858), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [18326] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1860), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [17368] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1306), 2, + STATE(1291), 2, sym_line_comment, sym_block_comment, - ACTIONS(2977), 7, + ACTIONS(1862), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127902,7 +127256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2979), 39, + ACTIONS(1864), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127942,15 +127296,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18387] = 5, + [17429] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1307), 2, + STATE(1292), 2, sym_line_comment, sym_block_comment, - ACTIONS(2355), 7, + ACTIONS(1866), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -127958,7 +127312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2357), 39, + ACTIONS(1868), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -127998,23 +127352,114 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18448] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1308), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2989), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2991), 39, + [17490] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1293), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3542), 13, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(3540), 33, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_union, + anon_sym_unsafe, + anon_sym_where, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [17551] = 21, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1655), 1, + anon_sym_DASH, + ACTIONS(1681), 1, + aux_sym_string_literal_token1, + ACTIONS(1689), 1, + sym__raw_string_literal_start, + ACTIONS(3276), 1, + anon_sym_if, + ACTIONS(3544), 1, + sym_identifier, + ACTIONS(3548), 1, + anon_sym_COLON_COLON, + ACTIONS(3552), 1, + sym_metavariable, + STATE(2714), 1, + sym_scoped_identifier, + STATE(2903), 1, + sym__literal_pattern, + STATE(3549), 1, + sym_bracketed_type, + STATE(3562), 1, + sym_generic_type_with_turbofish, + ACTIONS(1683), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3274), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1294), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1679), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3550), 3, + sym_self, + sym_super, + sym_crate, + STATE(2341), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3546), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128032,51 +127477,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, - anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [18509] = 12, - ACTIONS(19), 1, - anon_sym_LBRACE, + [17644] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, + ACTIONS(3554), 1, anon_sym_COLON_COLON, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(3418), 1, - anon_sym_BANG, - ACTIONS(3613), 1, - anon_sym_move, - STATE(403), 1, - sym_block, - STATE(3499), 1, - sym_label, - STATE(1309), 2, + STATE(1295), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, + ACTIONS(3367), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -128092,10 +127506,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3291), 24, + ACTIONS(3365), 30, anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -128116,18 +127533,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, - [18584] = 6, + anon_sym_else, + [17707] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3615), 1, + ACTIONS(3556), 1, anon_sym_COLON_COLON, - STATE(1310), 2, + STATE(1296), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3367), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -128143,7 +127563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 30, + ACTIONS(3365), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -128174,23 +127594,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [18647] = 5, + [17770] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1311), 2, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + STATE(1297), 2, sym_line_comment, sym_block_comment, - ACTIONS(1959), 7, + ACTIONS(3367), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3365), 30, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [17833] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1298), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2328), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(1961), 39, + ACTIONS(2330), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128208,45 +127693,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [18708] = 5, + [17894] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1312), 2, + STATE(1299), 2, sym_line_comment, sym_block_comment, - ACTIONS(2747), 7, + ACTIONS(3560), 13, anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_POUND, + anon_sym_SQUOTE, sym_metavariable, - ACTIONS(2749), 39, + ACTIONS(3558), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128267,90 +127750,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_const, anon_sym_default, - anon_sym_enum, anon_sym_fn, + anon_sym_for, anon_sym_gen, anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, anon_sym_unsafe, - anon_sym_use, + anon_sym_where, anon_sym_extern, + anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [18769] = 5, + [17955] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1313), 2, + ACTIONS(3562), 1, + anon_sym_LBRACE, + STATE(1300), 2, sym_line_comment, sym_block_comment, - ACTIONS(2881), 7, + ACTIONS(3373), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3375), 29, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_LT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2883), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [18830] = 5, + anon_sym_as, + anon_sym_else, + [18018] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1314), 2, + STATE(1301), 2, sym_line_comment, sym_block_comment, - ACTIONS(2913), 7, + ACTIONS(2166), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128358,7 +127836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2915), 39, + ACTIONS(2168), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128398,15 +127876,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18891] = 5, + [18079] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1315), 2, + STATE(1302), 2, sym_line_comment, sym_block_comment, - ACTIONS(1823), 7, + ACTIONS(2222), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128414,7 +127892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1825), 39, + ACTIONS(2224), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128454,71 +127932,134 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [18952] = 5, + [18140] = 12, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1316), 2, + ACTIONS(3326), 1, + anon_sym_COLON_COLON, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(3445), 1, + anon_sym_BANG, + ACTIONS(3564), 1, + anon_sym_move, + STATE(418), 1, + sym_block, + STATE(3541), 1, + sym_label, + STATE(1303), 2, sym_line_comment, sym_block_comment, - ACTIONS(2627), 7, + ACTIONS(3322), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3320), 24, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [18215] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1304), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1583), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2629), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19013] = 5, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1585), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [18276] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1317), 2, + STATE(1305), 2, sym_line_comment, sym_block_comment, - ACTIONS(1899), 7, + ACTIONS(3000), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -128526,7 +128067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1901), 39, + ACTIONS(3002), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128566,23 +128107,31 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19074] = 5, + [18337] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1318), 2, + STATE(1306), 2, sym_line_comment, sym_block_comment, - ACTIONS(1955), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3568), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(1957), 39, + ACTIONS(3566), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128600,101 +128149,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [19135] = 5, + [18398] = 21, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1319), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2633), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1655), 1, + anon_sym_DASH, + ACTIONS(1681), 1, + aux_sym_string_literal_token1, + ACTIONS(1689), 1, + sym__raw_string_literal_start, + ACTIONS(3300), 1, + anon_sym_if, + ACTIONS(3548), 1, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2635), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + ACTIONS(3570), 1, sym_identifier, + ACTIONS(3576), 1, + sym_metavariable, + STATE(2675), 1, + sym_scoped_identifier, + STATE(3031), 1, + sym__literal_pattern, + STATE(3549), 1, + sym_bracketed_type, + STATE(3562), 1, + sym_generic_type_with_turbofish, + ACTIONS(1683), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3298), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1307), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1679), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3574), 3, sym_self, sym_super, sym_crate, - [19196] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1320), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1971), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(1973), 39, + STATE(2341), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3572), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128712,37 +128232,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, - anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19257] = 5, + [18491] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1321), 2, + STATE(1308), 2, sym_line_comment, sym_block_comment, - ACTIONS(3619), 15, + ACTIONS(3580), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -128758,7 +128259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3617), 31, + ACTIONS(3578), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -128790,23 +128291,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [19318] = 5, + [18552] = 21, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1322), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2399), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, - anon_sym_LT, + ACTIONS(1655), 1, + anon_sym_DASH, + ACTIONS(1681), 1, + aux_sym_string_literal_token1, + ACTIONS(1689), 1, + sym__raw_string_literal_start, + ACTIONS(3288), 1, + anon_sym_if, + ACTIONS(3548), 1, anon_sym_COLON_COLON, - anon_sym_POUND, + ACTIONS(3582), 1, + sym_identifier, + ACTIONS(3588), 1, sym_metavariable, - ACTIONS(2401), 39, + STATE(2550), 1, + sym_scoped_identifier, + STATE(3058), 1, + sym__literal_pattern, + STATE(3549), 1, + sym_bracketed_type, + STATE(3562), 1, + sym_generic_type_with_turbofish, + ACTIONS(1683), 2, + anon_sym_true, + anon_sym_false, + ACTIONS(3286), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + STATE(1309), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1679), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3586), 3, + sym_self, + sym_super, + sym_crate, + STATE(2341), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3584), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128824,101 +128360,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, - anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19379] = 5, + [18645] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1323), 2, + STATE(1310), 2, sym_line_comment, sym_block_comment, - ACTIONS(2427), 7, + ACTIONS(3592), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3590), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2429), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19440] = 5, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [18706] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1324), 2, + STATE(1311), 2, sym_line_comment, sym_block_comment, - ACTIONS(2431), 7, + ACTIONS(3596), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3594), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [18767] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1312), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3600), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2433), 39, + ACTIONS(3598), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128936,45 +128517,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [19501] = 5, + [18828] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1325), 2, + STATE(1313), 2, sym_line_comment, sym_block_comment, - ACTIONS(2439), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3000), 15, + sym__raw_string_literal_start, + sym_float_literal, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT, + anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_POUND, + sym_integer_literal, + aux_sym_string_literal_token1, + sym_char_literal, sym_metavariable, - ACTIONS(2441), 39, + ACTIONS(3002), 31, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -128992,261 +128573,428 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym_async, + anon_sym__, + anon_sym_DOT_DOT, anon_sym_const, anon_sym_default, - anon_sym_enum, - anon_sym_fn, anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, + anon_sym_ref, + sym_mutable_specifier, + anon_sym_true, + anon_sym_false, sym_identifier, sym_self, sym_super, sym_crate, - [19562] = 5, + [18889] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1326), 2, + STATE(1314), 2, sym_line_comment, sym_block_comment, - ACTIONS(2503), 7, + ACTIONS(3268), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3270), 31, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [18950] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3606), 1, + anon_sym_DASH_GT, + STATE(1315), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3604), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3602), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [19013] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3610), 1, + anon_sym_LPAREN, + STATE(1382), 1, + sym_arguments, + STATE(1316), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3612), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2505), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19623] = 5, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3608), 29, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [19078] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1327), 2, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + STATE(1317), 2, sym_line_comment, sym_block_comment, - ACTIONS(2507), 7, + ACTIONS(3387), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3385), 30, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2509), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19684] = 5, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [19141] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1328), 2, + ACTIONS(3508), 1, + anon_sym_COLON_COLON, + STATE(1318), 2, sym_line_comment, sym_block_comment, - ACTIONS(2511), 7, + ACTIONS(3399), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3397), 30, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2513), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19745] = 5, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [19204] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1329), 2, + ACTIONS(3618), 1, + anon_sym_DASH_GT, + STATE(1319), 2, sym_line_comment, sym_block_comment, - ACTIONS(2515), 7, + ACTIONS(3616), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3614), 30, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [19267] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3624), 1, + anon_sym_DASH_GT, + STATE(1320), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3622), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2517), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19806] = 5, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3620), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [19330] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1330), 2, + STATE(1321), 2, sym_line_comment, sym_block_comment, - ACTIONS(2519), 7, + ACTIONS(2226), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129254,7 +129002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2521), 39, + ACTIONS(2228), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129294,127 +129042,130 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [19867] = 5, + [19391] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1331), 2, + ACTIONS(3626), 1, + anon_sym_LBRACE, + STATE(1322), 2, sym_line_comment, sym_block_comment, - ACTIONS(2523), 7, + ACTIONS(3393), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3395), 29, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_LT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2525), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19928] = 5, + anon_sym_as, + anon_sym_else, + [19454] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1332), 2, + ACTIONS(3628), 1, + anon_sym_else, + STATE(1488), 1, + sym_else_clause, + STATE(1323), 2, sym_line_comment, sym_block_comment, - ACTIONS(2527), 7, + ACTIONS(1331), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1329), 29, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2529), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [19989] = 5, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + [19519] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1333), 2, + STATE(1324), 2, sym_line_comment, sym_block_comment, - ACTIONS(2531), 7, + ACTIONS(2320), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129422,7 +129173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2533), 39, + ACTIONS(2322), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129462,15 +129213,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20050] = 5, + [19580] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1334), 2, + STATE(1325), 2, sym_line_comment, sym_block_comment, - ACTIONS(2535), 7, + ACTIONS(2324), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129478,7 +129229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2537), 39, + ACTIONS(2326), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129518,15 +129269,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20111] = 5, + [19641] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1335), 2, + STATE(1326), 2, sym_line_comment, sym_block_comment, - ACTIONS(2539), 7, + ACTIONS(2336), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129534,7 +129285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2541), 39, + ACTIONS(2338), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129574,15 +129325,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20172] = 5, + [19702] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1336), 2, + STATE(1327), 2, sym_line_comment, sym_block_comment, - ACTIONS(2543), 7, + ACTIONS(3632), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129590,7 +129341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2545), 39, + ACTIONS(3630), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129630,15 +129381,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20233] = 5, + [19763] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1337), 2, + STATE(1328), 2, sym_line_comment, sym_block_comment, - ACTIONS(2547), 7, + ACTIONS(2436), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129646,7 +129397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2549), 39, + ACTIONS(2438), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129686,15 +129437,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20294] = 5, + [19824] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1338), 2, + STATE(1329), 2, sym_line_comment, sym_block_comment, - ACTIONS(2551), 7, + ACTIONS(2448), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129702,7 +129453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2553), 39, + ACTIONS(2450), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129742,15 +129493,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20355] = 5, + [19885] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1339), 2, + STATE(1330), 2, sym_line_comment, sym_block_comment, - ACTIONS(2555), 7, + ACTIONS(2464), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129758,7 +129509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2557), 39, + ACTIONS(2466), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129798,15 +129549,72 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20416] = 5, + [19946] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1340), 2, + ACTIONS(3634), 1, + anon_sym_LBRACE, + STATE(1331), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3361), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3363), 29, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_as, + anon_sym_else, + [20009] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1332), 2, sym_line_comment, sym_block_comment, - ACTIONS(2563), 7, + ACTIONS(2564), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129814,7 +129622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2565), 39, + ACTIONS(2566), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129854,15 +129662,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20477] = 5, + [20070] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1341), 2, + STATE(1333), 2, sym_line_comment, sym_block_comment, - ACTIONS(2567), 7, + ACTIONS(2626), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129870,7 +129678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2569), 39, + ACTIONS(2628), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129910,15 +129718,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20538] = 5, + [20131] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1342), 2, + STATE(1334), 2, sym_line_comment, sym_block_comment, - ACTIONS(2571), 7, + ACTIONS(2630), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129926,7 +129734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2573), 39, + ACTIONS(2632), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -129966,15 +129774,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20599] = 5, + [20192] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1343), 2, + STATE(1335), 2, sym_line_comment, sym_block_comment, - ACTIONS(2575), 7, + ACTIONS(2634), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -129982,7 +129790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2577), 39, + ACTIONS(2636), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130022,15 +129830,78 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20660] = 5, + [20253] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1344), 2, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3324), 1, + anon_sym_BANG, + ACTIONS(3326), 1, + anon_sym_COLON_COLON, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(3636), 1, + anon_sym_move, + STATE(474), 1, + sym_block, + STATE(3672), 1, + sym_label, + STATE(1336), 2, sym_line_comment, sym_block_comment, - ACTIONS(2579), 7, + ACTIONS(3322), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3320), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_as, + [20328] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1337), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(2650), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130038,7 +129909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2581), 39, + ACTIONS(2652), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130078,15 +129949,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20721] = 5, + [20389] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1345), 2, + STATE(1338), 2, sym_line_comment, sym_block_comment, - ACTIONS(2591), 7, + ACTIONS(2666), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130094,7 +129965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2593), 39, + ACTIONS(2668), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130134,15 +130005,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20782] = 5, + [20450] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1346), 2, + STATE(1339), 2, sym_line_comment, sym_block_comment, - ACTIONS(2595), 7, + ACTIONS(2696), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130150,7 +130021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2597), 39, + ACTIONS(2698), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130190,15 +130061,15 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20843] = 5, + [20511] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1347), 2, + STATE(1340), 2, sym_line_comment, sym_block_comment, - ACTIONS(2603), 7, + ACTIONS(2700), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130206,7 +130077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2605), 39, + ACTIONS(2702), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130246,23 +130117,29 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [20904] = 5, + [20572] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1348), 2, + STATE(1341), 2, sym_line_comment, sym_block_comment, - ACTIONS(2607), 7, + ACTIONS(3640), 13, anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_EQ, anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_POUND, + anon_sym_SQUOTE, sym_metavariable, - ACTIONS(2609), 39, + ACTIONS(3638), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130283,34 +130160,197 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_const, anon_sym_default, - anon_sym_enum, anon_sym_fn, + anon_sym_for, anon_sym_gen, anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, anon_sym_union, anon_sym_unsafe, - anon_sym_use, + anon_sym_where, anon_sym_extern, + anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [20965] = 5, + [20633] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1342), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3644), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3642), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [20694] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1343), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3648), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3646), 31, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [20755] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3650), 1, + anon_sym_COLON_COLON, + STATE(1344), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1479), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1477), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [20818] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1349), 2, + STATE(1345), 2, sym_line_comment, sym_block_comment, - ACTIONS(2611), 7, + ACTIONS(2956), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130318,7 +130358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2613), 39, + ACTIONS(2958), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130358,127 +130398,73 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21026] = 5, + [20879] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1350), 2, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1405), 1, + sym_label, + STATE(1346), 2, sym_line_comment, sym_block_comment, - ACTIONS(2615), 7, - anon_sym_SEMI, - anon_sym_macro_rules_BANG, - anon_sym_RBRACE, + ACTIONS(3654), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2617), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [21087] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1351), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2619), 7, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3652), 29, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2621), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [21148] = 5, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_as, + anon_sym_else, + [20944] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1352), 2, + STATE(1347), 2, sym_line_comment, sym_block_comment, - ACTIONS(2707), 7, + ACTIONS(2960), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130486,7 +130472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2709), 39, + ACTIONS(2962), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130526,71 +130512,71 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21209] = 5, + [21005] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1353), 2, + STATE(1348), 2, sym_line_comment, sym_block_comment, - ACTIONS(2723), 7, + ACTIONS(3391), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT_LT_EQ, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3389), 29, anon_sym_SEMI, - anon_sym_macro_rules_BANG, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_metavariable, - ACTIONS(2725), 39, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_gen, - anon_sym_impl, - anon_sym_let, - anon_sym_mod, - anon_sym_pub, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [21270] = 5, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + anon_sym_LT2, + [21066] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1354), 2, + STATE(1349), 2, sym_line_comment, sym_block_comment, - ACTIONS(3623), 15, + ACTIONS(3658), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -130606,7 +130592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3621), 31, + ACTIONS(3656), 31, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -130634,19 +130620,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_COLON_COLON, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [21331] = 5, + [21127] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1355), 2, + STATE(1350), 2, sym_line_comment, sym_block_comment, - ACTIONS(3627), 13, + ACTIONS(3662), 13, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, @@ -130660,7 +130646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(3625), 33, + ACTIONS(3660), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130694,15 +130680,74 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21392] = 5, + [21188] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1356), 2, + ACTIONS(3668), 1, + anon_sym_DASH_GT, + STATE(1351), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3666), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3664), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [21251] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3674), 1, + anon_sym_DASH_GT, + STATE(1352), 2, sym_line_comment, sym_block_comment, - ACTIONS(3631), 15, + ACTIONS(3672), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -130718,7 +130763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3629), 31, + ACTIONS(3670), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -130746,11 +130791,236 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [21314] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3680), 1, anon_sym_DASH_GT, + STATE(1353), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3678), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3676), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [21453] = 5, + [21377] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3682), 1, + anon_sym_LBRACE, + STATE(1354), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3381), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3383), 29, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_as, + anon_sym_else, + [21440] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1355), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1878), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1880), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [21501] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1356), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1886), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1888), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [21562] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -130758,7 +131028,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1357), 2, sym_line_comment, sym_block_comment, - ACTIONS(2925), 7, + ACTIONS(1890), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130766,7 +131036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2927), 39, + ACTIONS(1892), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130806,7 +131076,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21514] = 5, + [21623] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -130814,7 +131084,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1358), 2, sym_line_comment, sym_block_comment, - ACTIONS(2929), 7, + ACTIONS(1898), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130822,7 +131092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2931), 39, + ACTIONS(1900), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130862,7 +131132,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21575] = 5, + [21684] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -130870,7 +131140,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1359), 2, sym_line_comment, sym_block_comment, - ACTIONS(2933), 7, + ACTIONS(1902), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130878,7 +131148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2935), 39, + ACTIONS(1904), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130918,7 +131188,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21636] = 5, + [21745] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -130926,7 +131196,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1360), 2, sym_line_comment, sym_block_comment, - ACTIONS(2937), 7, + ACTIONS(1910), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130934,7 +131204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2939), 39, + ACTIONS(1912), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -130974,7 +131244,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21697] = 5, + [21806] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -130982,7 +131252,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1361), 2, sym_line_comment, sym_block_comment, - ACTIONS(2953), 7, + ACTIONS(1914), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -130990,7 +131260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2955), 39, + ACTIONS(1916), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131030,7 +131300,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21758] = 5, + [21867] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -131038,7 +131308,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1362), 2, sym_line_comment, sym_block_comment, - ACTIONS(2969), 7, + ACTIONS(1918), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131046,7 +131316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2971), 39, + ACTIONS(1920), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131086,7 +131356,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21819] = 5, + [21928] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -131094,7 +131364,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1363), 2, sym_line_comment, sym_block_comment, - ACTIONS(2981), 7, + ACTIONS(1922), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131102,7 +131372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2983), 39, + ACTIONS(1924), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131142,7 +131412,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21880] = 5, + [21989] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -131150,7 +131420,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1364), 2, sym_line_comment, sym_block_comment, - ACTIONS(2985), 7, + ACTIONS(1926), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131158,7 +131428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(2987), 39, + ACTIONS(1928), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131198,7 +131468,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [21941] = 5, + [22050] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -131206,7 +131476,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1365), 2, sym_line_comment, sym_block_comment, - ACTIONS(1775), 7, + ACTIONS(1946), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131214,7 +131484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1777), 39, + ACTIONS(1948), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131254,7 +131524,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22002] = 5, + [22111] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -131262,7 +131532,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1366), 2, sym_line_comment, sym_block_comment, - ACTIONS(1779), 7, + ACTIONS(1950), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131270,7 +131540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1781), 39, + ACTIONS(1952), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131310,7 +131580,7 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22063] = 5, + [22172] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -131318,21 +131588,15 @@ static const uint16_t ts_small_parse_table[] = { STATE(1367), 2, sym_line_comment, sym_block_comment, - ACTIONS(3635), 13, + ACTIONS(1954), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_EQ, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, anon_sym_LT, anon_sym_COLON_COLON, - anon_sym_SQUOTE, + anon_sym_POUND, sym_metavariable, - ACTIONS(3633), 33, + ACTIONS(1956), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131353,20 +131617,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_enum, anon_sym_fn, - anon_sym_for, anon_sym_gen, anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, anon_sym_union, anon_sym_unsafe, - anon_sym_where, + anon_sym_use, anon_sym_extern, - anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [22124] = 5, + [22233] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -131374,7 +131644,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1368), 2, sym_line_comment, sym_block_comment, - ACTIONS(1783), 7, + ACTIONS(1958), 7, anon_sym_SEMI, anon_sym_macro_rules_BANG, anon_sym_RBRACE, @@ -131382,7 +131652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_POUND, sym_metavariable, - ACTIONS(1785), 39, + ACTIONS(1960), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131422,58 +131692,23 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [22185] = 21, - ACTIONS(29), 1, - anon_sym_LT, + [22294] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1657), 1, - anon_sym_DASH, - ACTIONS(1681), 1, - aux_sym_string_literal_token1, - ACTIONS(1689), 1, - sym__raw_string_literal_start, - ACTIONS(3283), 1, - anon_sym_if, - ACTIONS(3531), 1, - anon_sym_COLON_COLON, - ACTIONS(3637), 1, - sym_identifier, - ACTIONS(3643), 1, - sym_metavariable, - STATE(2646), 1, - sym_scoped_identifier, - STATE(3030), 1, - sym__literal_pattern, - STATE(3531), 1, - sym_bracketed_type, - STATE(3543), 1, - sym_generic_type_with_turbofish, - ACTIONS(1683), 2, - anon_sym_true, - anon_sym_false, - ACTIONS(3281), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, STATE(1369), 2, sym_line_comment, sym_block_comment, - ACTIONS(1679), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3641), 3, - sym_self, - sym_super, - sym_crate, - STATE(2379), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3639), 20, + ACTIONS(1966), 7, + anon_sym_SEMI, + anon_sym_macro_rules_BANG, + anon_sym_RBRACE, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1968), 39, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -131491,124 +131726,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, + anon_sym_async, + anon_sym_const, anon_sym_default, + anon_sym_enum, + anon_sym_fn, anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, anon_sym_union, - [22278] = 6, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22355] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3649), 1, - anon_sym_DASH_GT, STATE(1370), 2, sym_line_comment, sym_block_comment, - ACTIONS(3647), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3645), 30, + ACTIONS(1970), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22341] = 7, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1972), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22416] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3295), 1, - anon_sym_BANG, - ACTIONS(3297), 1, - anon_sym_COLON_COLON, STATE(1371), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3291), 28, + ACTIONS(1974), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_as, - anon_sym_else, - [22405] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1976), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22477] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -131616,518 +131868,412 @@ static const uint16_t ts_small_parse_table[] = { STATE(1372), 2, sym_line_comment, sym_block_comment, - ACTIONS(3653), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3651), 30, + ACTIONS(1986), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22465] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1373), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3657), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3655), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22525] = 5, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1988), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22538] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1374), 2, + STATE(1373), 2, sym_line_comment, sym_block_comment, - ACTIONS(3661), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3659), 30, + ACTIONS(1990), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22585] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1375), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1469), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1467), 30, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22645] = 5, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(1992), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22599] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1376), 2, + STATE(1374), 2, sym_line_comment, sym_block_comment, - ACTIONS(3665), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3663), 30, + ACTIONS(1998), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22705] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2000), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22660] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1377), 2, + STATE(1375), 2, sym_line_comment, sym_block_comment, - ACTIONS(1421), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1419), 30, + ACTIONS(2002), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22765] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2004), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22721] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1378), 2, + STATE(1376), 2, sym_line_comment, sym_block_comment, - ACTIONS(3669), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3667), 30, + ACTIONS(2006), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22825] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2008), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22782] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1379), 2, + STATE(1377), 2, sym_line_comment, sym_block_comment, - ACTIONS(3673), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3671), 30, + ACTIONS(2010), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22885] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2012), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22843] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1380), 2, + STATE(1378), 2, sym_line_comment, sym_block_comment, - ACTIONS(3677), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3675), 30, + ACTIONS(2126), 7, anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, + anon_sym_macro_rules_BANG, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_else, - [22945] = 5, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + sym_metavariable, + ACTIONS(2128), 39, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_gen, + anon_sym_impl, + anon_sym_let, + anon_sym_mod, + anon_sym_pub, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [22904] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1381), 2, + STATE(1379), 2, sym_line_comment, sym_block_comment, - ACTIONS(3511), 15, - sym__raw_string_literal_start, - sym_float_literal, + ACTIONS(3000), 12, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, anon_sym_AMP, - anon_sym_PIPE, anon_sym_LT, - anon_sym_DOT_DOT, anon_sym_COLON_COLON, anon_sym_POUND, + anon_sym_SQUOTE, sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, sym_metavariable, - ACTIONS(3509), 30, + ACTIONS(3002), 33, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -132145,34 +132291,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - anon_sym__, + anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_fn, + anon_sym_for, anon_sym_gen, + anon_sym_impl, + anon_sym_pub, anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, + anon_sym_unsafe, + anon_sym_extern, + anon_sym_dyn, sym_identifier, sym_self, sym_super, sym_crate, - [23005] = 8, + [22964] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - STATE(1382), 2, + STATE(1380), 2, sym_line_comment, sym_block_comment, - ACTIONS(3683), 14, + ACTIONS(1523), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132186,14 +132329,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3679), 28, + ACTIONS(1521), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -132216,15 +132362,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23071] = 5, + [23024] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1383), 2, + STATE(1381), 2, sym_line_comment, sym_block_comment, - ACTIONS(1431), 15, + ACTIONS(3686), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132240,7 +132386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1429), 30, + ACTIONS(3684), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132271,15 +132417,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23131] = 5, + [23084] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1384), 2, + STATE(1382), 2, sym_line_comment, sym_block_comment, - ACTIONS(3691), 15, + ACTIONS(3690), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132295,7 +132441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3689), 30, + ACTIONS(3688), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132326,15 +132472,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23191] = 5, + [23144] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1385), 2, + STATE(1383), 2, sym_line_comment, sym_block_comment, - ACTIONS(1393), 15, + ACTIONS(1527), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132350,7 +132496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1391), 30, + ACTIONS(1525), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132381,70 +132527,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23251] = 5, + [23204] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1386), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(2623), 12, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, - anon_sym_AMP, - anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, - anon_sym_SQUOTE, - sym_integer_literal, - sym_metavariable, - ACTIONS(2625), 33, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_pub, - anon_sym_union, - anon_sym_unsafe, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [23311] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1387), 2, + STATE(1384), 2, sym_line_comment, sym_block_comment, - ACTIONS(3695), 15, + ACTIONS(919), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132460,7 +132551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3693), 30, + ACTIONS(921), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132491,15 +132582,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23371] = 5, + [23264] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1388), 2, + STATE(1385), 2, sym_line_comment, sym_block_comment, - ACTIONS(3699), 15, + ACTIONS(3694), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132515,7 +132606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3697), 30, + ACTIONS(3692), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132546,15 +132637,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23431] = 5, + [23324] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1389), 2, + STATE(1386), 2, sym_line_comment, sym_block_comment, - ACTIONS(3703), 15, + ACTIONS(3698), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132570,7 +132661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3701), 30, + ACTIONS(3696), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132601,15 +132692,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23491] = 5, + [23384] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1390), 2, + STATE(1387), 2, sym_line_comment, sym_block_comment, - ACTIONS(3707), 15, + ACTIONS(3702), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132625,7 +132716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3705), 30, + ACTIONS(3700), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132656,15 +132747,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23551] = 5, + [23444] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1391), 2, + STATE(1388), 2, sym_line_comment, sym_block_comment, - ACTIONS(3711), 15, + ACTIONS(1443), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132680,7 +132771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3709), 30, + ACTIONS(1441), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132711,125 +132802,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23611] = 5, + [23504] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1392), 2, + STATE(1389), 2, sym_line_comment, sym_block_comment, - ACTIONS(3715), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(1447), 15, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3713), 30, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym__, - anon_sym_const, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [23671] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1393), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3719), 15, - sym__raw_string_literal_start, - sym_float_literal, + ACTIONS(1445), 30, + anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_DASH, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT, - anon_sym_DOT_DOT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3717), 30, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym__, - anon_sym_const, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [23731] = 5, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [23564] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1394), 2, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(3704), 1, + anon_sym_BANG, + ACTIONS(3706), 1, + anon_sym_COLON_COLON, + ACTIONS(3708), 1, + anon_sym_move, + STATE(1695), 1, + sym_block, + STATE(3673), 1, + sym_label, + STATE(1390), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 15, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132845,14 +132895,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3341), 30, - anon_sym_SEMI, + ACTIONS(3320), 23, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -132872,19 +132918,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, - anon_sym_else, - [23791] = 5, + [23638] = 23, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1395), 2, + ACTIONS(1599), 1, + anon_sym_LBRACK, + ACTIONS(3401), 1, + sym_identifier, + ACTIONS(3405), 1, + anon_sym_LPAREN, + ACTIONS(3407), 1, + anon_sym_STAR, + ACTIONS(3411), 1, + anon_sym_AMP, + ACTIONS(3413), 1, + anon_sym_COLON_COLON, + ACTIONS(3415), 1, + anon_sym_SQUOTE, + ACTIONS(3419), 1, + anon_sym_for, + ACTIONS(3423), 1, + sym_metavariable, + STATE(2494), 1, + sym_where_predicate, + STATE(2624), 1, + sym_scoped_type_identifier, + STATE(2948), 1, + sym_generic_type, + STATE(3417), 1, + sym_generic_type_with_turbofish, + STATE(3547), 1, + sym_scoped_identifier, + STATE(3553), 1, + sym_bracketed_type, + STATE(1391), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3417), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + ACTIONS(3421), 3, + sym_self, + sym_super, + sym_crate, + STATE(3139), 6, + sym_higher_ranked_trait_bound, + sym_lifetime, + sym_array_type, + sym_tuple_type, + sym_reference_type, + sym_pointer_type, + ACTIONS(3409), 17, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + [23734] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1392), 2, sym_line_comment, sym_block_comment, - ACTIONS(3723), 15, + ACTIONS(3712), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132900,7 +133016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3721), 30, + ACTIONS(3710), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132931,15 +133047,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23851] = 5, + [23794] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1396), 2, + STATE(1393), 2, sym_line_comment, sym_block_comment, - ACTIONS(3727), 15, + ACTIONS(1451), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -132955,7 +133071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3725), 30, + ACTIONS(1449), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -132986,15 +133102,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23911] = 5, + [23854] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1397), 2, + STATE(1394), 2, sym_line_comment, sym_block_comment, - ACTIONS(3731), 15, + ACTIONS(3716), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133010,7 +133126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3729), 30, + ACTIONS(3714), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133041,15 +133157,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [23971] = 5, + [23914] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1398), 2, + STATE(1395), 2, sym_line_comment, sym_block_comment, - ACTIONS(3735), 15, + ACTIONS(3720), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133065,7 +133181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3733), 30, + ACTIONS(3718), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133096,15 +133212,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24031] = 5, + [23974] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1399), 2, + STATE(1396), 2, sym_line_comment, sym_block_comment, - ACTIONS(3739), 15, + ACTIONS(3724), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133120,7 +133236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3737), 30, + ACTIONS(3722), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133151,15 +133267,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24091] = 5, + [24034] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1400), 2, + STATE(1397), 2, sym_line_comment, sym_block_comment, - ACTIONS(1483), 15, + ACTIONS(3728), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133175,7 +133291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1481), 30, + ACTIONS(3726), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133206,15 +133322,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24151] = 5, + [24094] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1401), 2, + STATE(1398), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3732), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133230,7 +133346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 30, + ACTIONS(3730), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133261,15 +133377,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24211] = 5, + [24154] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1402), 2, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + STATE(1399), 2, sym_line_comment, sym_block_comment, - ACTIONS(1413), 15, + ACTIONS(3738), 14, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3734), 28, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [24220] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1400), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3746), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133285,7 +133459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1411), 30, + ACTIONS(3744), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133316,70 +133490,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24271] = 5, + [24280] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1403), 2, + STATE(1401), 2, sym_line_comment, sym_block_comment, - ACTIONS(3255), 12, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3750), 15, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_POUND, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3748), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_SQUOTE, - sym_integer_literal, - sym_metavariable, - ACTIONS(3253), 33, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_pub, - anon_sym_union, - anon_sym_unsafe, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [24331] = 5, + anon_sym_as, + anon_sym_else, + [24340] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1404), 2, + STATE(1402), 2, sym_line_comment, sym_block_comment, - ACTIONS(1379), 15, + ACTIONS(3754), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133395,7 +133569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1377), 30, + ACTIONS(3752), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133426,15 +133600,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24391] = 5, + [24400] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1405), 2, + STATE(1403), 2, sym_line_comment, sym_block_comment, - ACTIONS(3743), 15, + ACTIONS(1385), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133450,7 +133624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3741), 30, + ACTIONS(1383), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133481,15 +133655,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24451] = 5, + [24460] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1406), 2, + STATE(1404), 2, sym_line_comment, sym_block_comment, - ACTIONS(3747), 15, + ACTIONS(3758), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133505,7 +133679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3745), 30, + ACTIONS(3756), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133536,70 +133710,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24511] = 5, + [24520] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1407), 2, + STATE(1405), 2, sym_line_comment, sym_block_comment, - ACTIONS(2941), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3762), 15, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(2943), 30, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym__, - anon_sym_const, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [24571] = 5, + ACTIONS(3760), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [24580] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1408), 2, + STATE(1406), 2, sym_line_comment, sym_block_comment, - ACTIONS(1397), 15, + ACTIONS(1491), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133615,7 +133789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1395), 30, + ACTIONS(1489), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133646,15 +133820,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24631] = 5, + [24640] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1409), 2, + STATE(1407), 2, sym_line_comment, sym_block_comment, - ACTIONS(3751), 15, + ACTIONS(1495), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133670,7 +133844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3749), 30, + ACTIONS(1493), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133701,15 +133875,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24691] = 5, + [24700] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1410), 2, + STATE(1408), 2, sym_line_comment, sym_block_comment, - ACTIONS(3755), 15, + ACTIONS(3766), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133725,7 +133899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3753), 30, + ACTIONS(3764), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133756,15 +133930,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24751] = 5, + [24760] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1411), 2, + STATE(1409), 2, sym_line_comment, sym_block_comment, - ACTIONS(3759), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133780,7 +133954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3757), 30, + ACTIONS(1477), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133811,18 +133985,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24811] = 6, + [24820] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3761), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1412), 2, + STATE(1410), 2, sym_line_comment, sym_block_comment, - ACTIONS(3669), 15, + ACTIONS(3770), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133838,12 +134009,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 28, + ACTIONS(3768), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -133865,17 +134037,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24873] = 5, + [24880] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1413), 2, + STATE(1411), 2, sym_line_comment, sym_block_comment, - ACTIONS(1049), 15, + ACTIONS(3774), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133891,7 +134064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1051), 30, + ACTIONS(3772), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133922,15 +134095,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24933] = 5, + [24940] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1414), 2, + STATE(1412), 2, sym_line_comment, sym_block_comment, - ACTIONS(3765), 15, + ACTIONS(3778), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -133946,7 +134119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3763), 30, + ACTIONS(3776), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -133977,15 +134150,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [24993] = 5, + [25000] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1415), 2, + STATE(1413), 2, sym_line_comment, sym_block_comment, - ACTIONS(3769), 15, + ACTIONS(3782), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134001,7 +134174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3767), 30, + ACTIONS(3780), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134032,21 +134205,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25053] = 8, + [25060] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, + STATE(1414), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3786), 14, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3784), 28, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [25126] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1415), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1479), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1477), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [25186] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, STATE(1416), 2, sym_line_comment, sym_block_comment, - ACTIONS(3773), 14, + ACTIONS(3790), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134060,14 +134340,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3771), 28, + ACTIONS(3788), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -134090,7 +134373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25119] = 5, + [25246] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134098,7 +134381,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1417), 2, sym_line_comment, sym_block_comment, - ACTIONS(3777), 15, + ACTIONS(1439), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134114,7 +134397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3775), 30, + ACTIONS(1437), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134145,7 +134428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25179] = 5, + [25306] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134153,7 +134436,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1418), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 15, + ACTIONS(3794), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134169,7 +134452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3559), 30, + ACTIONS(3792), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134200,7 +134483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25239] = 5, + [25366] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134208,7 +134491,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1419), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 15, + ACTIONS(3798), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134224,7 +134507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3779), 30, + ACTIONS(3796), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134255,7 +134538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25299] = 5, + [25426] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134263,7 +134546,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1420), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(3802), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134279,7 +134562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 30, + ACTIONS(3800), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134310,7 +134593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25359] = 5, + [25486] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134318,7 +134601,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1421), 2, sym_line_comment, sym_block_comment, - ACTIONS(3785), 15, + ACTIONS(3806), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134334,7 +134617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3783), 30, + ACTIONS(3804), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134365,29 +134648,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25419] = 12, + [25546] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(3787), 1, - anon_sym_BANG, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - ACTIONS(3791), 1, - anon_sym_move, - STATE(1716), 1, - sym_block, - STATE(3657), 1, - sym_label, STATE(1422), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, + ACTIONS(3387), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134403,10 +134672,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3291), 23, + ACTIONS(3385), 30, + anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -134426,8 +134699,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, - [25493] = 5, + anon_sym_else, + [25606] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134435,7 +134711,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1423), 2, sym_line_comment, sym_block_comment, - ACTIONS(1501), 15, + ACTIONS(3810), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134451,7 +134727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1499), 30, + ACTIONS(3808), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134482,7 +134758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25553] = 5, + [25666] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134490,7 +134766,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1424), 2, sym_line_comment, sym_block_comment, - ACTIONS(969), 15, + ACTIONS(3814), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134506,7 +134782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(971), 30, + ACTIONS(3812), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134537,7 +134813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25613] = 5, + [25726] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134545,7 +134821,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1425), 2, sym_line_comment, sym_block_comment, - ACTIONS(1441), 15, + ACTIONS(3399), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134561,7 +134837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1439), 30, + ACTIONS(3397), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134592,7 +134868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25673] = 5, + [25786] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134600,7 +134876,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1426), 2, sym_line_comment, sym_block_comment, - ACTIONS(1505), 15, + ACTIONS(3818), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134616,7 +134892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1503), 30, + ACTIONS(3816), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134647,7 +134923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25733] = 5, + [25846] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134655,7 +134931,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1427), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 15, + ACTIONS(1013), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134671,7 +134947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3345), 30, + ACTIONS(1015), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134702,7 +134978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25793] = 5, + [25906] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134710,7 +134986,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1428), 2, sym_line_comment, sym_block_comment, - ACTIONS(1497), 15, + ACTIONS(3822), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134726,7 +135002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1495), 30, + ACTIONS(3820), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134757,7 +135033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25853] = 5, + [25966] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134765,7 +135041,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1429), 2, sym_line_comment, sym_block_comment, - ACTIONS(3795), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134781,7 +135057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3793), 30, + ACTIONS(1477), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134812,7 +135088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25913] = 5, + [26026] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134820,7 +135096,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1430), 2, sym_line_comment, sym_block_comment, - ACTIONS(3799), 15, + ACTIONS(3826), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134836,7 +135112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3797), 30, + ACTIONS(3824), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134867,7 +135143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [25973] = 5, + [26086] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134875,7 +135151,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1431), 2, sym_line_comment, sym_block_comment, - ACTIONS(1473), 15, + ACTIONS(1463), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134891,7 +135167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1471), 30, + ACTIONS(1461), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134922,7 +135198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26033] = 5, + [26146] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134930,7 +135206,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1432), 2, sym_line_comment, sym_block_comment, - ACTIONS(1409), 15, + ACTIONS(1471), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -134946,7 +135222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1407), 30, + ACTIONS(1469), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -134977,7 +135253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26093] = 5, + [26206] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -134985,7 +135261,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1433), 2, sym_line_comment, sym_block_comment, - ACTIONS(3803), 15, + ACTIONS(1467), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135001,7 +135277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3801), 30, + ACTIONS(1465), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135032,7 +135308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26153] = 5, + [26266] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -135040,7 +135316,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1434), 2, sym_line_comment, sym_block_comment, - ACTIONS(3807), 15, + ACTIONS(1419), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135056,7 +135332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3805), 30, + ACTIONS(1417), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135087,7 +135363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26213] = 5, + [26326] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -135095,7 +135371,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1435), 2, sym_line_comment, sym_block_comment, - ACTIONS(3811), 15, + ACTIONS(3830), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135111,7 +135387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3809), 30, + ACTIONS(3828), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135142,7 +135418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26273] = 5, + [26386] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -135150,7 +135426,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1436), 2, sym_line_comment, sym_block_comment, - ACTIONS(1365), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135166,7 +135442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1363), 30, + ACTIONS(1477), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135197,21 +135473,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26333] = 8, + [26446] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, STATE(1437), 2, sym_line_comment, sym_block_comment, - ACTIONS(3815), 14, + ACTIONS(929), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135225,14 +135495,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3813), 28, + ACTIONS(931), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -135255,7 +135528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26399] = 5, + [26506] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -135263,7 +135536,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1438), 2, sym_line_comment, sym_block_comment, - ACTIONS(3819), 15, + ACTIONS(3834), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135279,7 +135552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3817), 30, + ACTIONS(3832), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135310,7 +135583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26459] = 5, + [26566] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -135318,7 +135591,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1439), 2, sym_line_comment, sym_block_comment, - ACTIONS(3823), 15, + ACTIONS(3612), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135334,7 +135607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3821), 30, + ACTIONS(3608), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135365,7 +135638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26519] = 5, + [26626] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -135373,7 +135646,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1440), 2, sym_line_comment, sym_block_comment, - ACTIONS(3827), 15, + ACTIONS(3838), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135389,7 +135662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3825), 30, + ACTIONS(3836), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135420,7 +135693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26579] = 5, + [26686] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -135428,7 +135701,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1441), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(1389), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135444,7 +135717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 30, + ACTIONS(1387), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135475,15 +135748,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26639] = 5, + [26746] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3842), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, STATE(1442), 2, sym_line_comment, sym_block_comment, - ACTIONS(1427), 15, + ACTIONS(3844), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135499,13 +135775,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1425), 30, + ACTIONS(3840), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -135527,91 +135802,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26699] = 23, - ACTIONS(29), 1, - anon_sym_LT, + [26808] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1599), 1, - anon_sym_LBRACK, - ACTIONS(3386), 1, - anon_sym_LPAREN, - ACTIONS(3390), 1, - anon_sym_COLON_COLON, - ACTIONS(3400), 1, - sym_metavariable, - ACTIONS(3442), 1, - sym_identifier, - ACTIONS(3446), 1, - anon_sym_STAR, - ACTIONS(3450), 1, - anon_sym_AMP, - ACTIONS(3452), 1, - anon_sym_SQUOTE, - ACTIONS(3454), 1, - anon_sym_for, - STATE(2691), 1, - sym_where_predicate, - STATE(2696), 1, - sym_scoped_type_identifier, - STATE(2883), 1, - sym_generic_type, - STATE(3403), 1, - sym_generic_type_with_turbofish, - STATE(3511), 1, - sym_scoped_identifier, - STATE(3535), 1, - sym_bracketed_type, STATE(1443), 2, sym_line_comment, sym_block_comment, - ACTIONS(3396), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - ACTIONS(3398), 3, - sym_self, - sym_super, - sym_crate, - STATE(3299), 6, - sym_higher_ranked_trait_bound, - sym_lifetime, - sym_array_type, - sym_tuple_type, - sym_reference_type, - sym_pointer_type, - ACTIONS(3448), 17, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - [26795] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1444), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3831), 15, + ACTIONS(1505), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135627,7 +135828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3829), 30, + ACTIONS(1503), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135658,15 +135859,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26855] = 5, + [26868] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1445), 2, + STATE(1444), 2, sym_line_comment, sym_block_comment, - ACTIONS(3835), 15, + ACTIONS(1041), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135682,7 +135883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3833), 30, + ACTIONS(1043), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135713,15 +135914,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26915] = 5, + [26928] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1446), 2, + STATE(1445), 2, sym_line_comment, sym_block_comment, - ACTIONS(3839), 15, + ACTIONS(3848), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135737,7 +135938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3837), 30, + ACTIONS(3846), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135768,7 +135969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [26975] = 23, + [26988] = 23, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, @@ -135777,53 +135978,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH_STAR, ACTIONS(1599), 1, anon_sym_LBRACK, - ACTIONS(3386), 1, - anon_sym_LPAREN, - ACTIONS(3390), 1, - anon_sym_COLON_COLON, - ACTIONS(3400), 1, - sym_metavariable, - ACTIONS(3442), 1, + ACTIONS(3401), 1, sym_identifier, - ACTIONS(3446), 1, + ACTIONS(3405), 1, + anon_sym_LPAREN, + ACTIONS(3407), 1, anon_sym_STAR, - ACTIONS(3450), 1, + ACTIONS(3411), 1, anon_sym_AMP, - ACTIONS(3452), 1, + ACTIONS(3413), 1, + anon_sym_COLON_COLON, + ACTIONS(3415), 1, anon_sym_SQUOTE, - ACTIONS(3454), 1, + ACTIONS(3419), 1, anon_sym_for, - STATE(2505), 1, + ACTIONS(3423), 1, + sym_metavariable, + STATE(2592), 1, sym_where_predicate, - STATE(2696), 1, + STATE(2624), 1, sym_scoped_type_identifier, - STATE(2883), 1, + STATE(2948), 1, sym_generic_type, - STATE(3403), 1, + STATE(3417), 1, sym_generic_type_with_turbofish, - STATE(3511), 1, + STATE(3547), 1, sym_scoped_identifier, - STATE(3535), 1, + STATE(3553), 1, sym_bracketed_type, - STATE(1447), 2, + STATE(1446), 2, sym_line_comment, sym_block_comment, - ACTIONS(3396), 3, + ACTIONS(3417), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(3398), 3, + ACTIONS(3421), 3, sym_self, sym_super, sym_crate, - STATE(3299), 6, + STATE(3139), 6, sym_higher_ranked_trait_bound, sym_lifetime, sym_array_type, sym_tuple_type, sym_reference_type, sym_pointer_type, - ACTIONS(3448), 17, + ACTIONS(3409), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -135841,15 +136042,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [27071] = 5, + [27084] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1448), 2, + STATE(1447), 2, sym_line_comment, sym_block_comment, - ACTIONS(1445), 15, + ACTIONS(1487), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135865,7 +136066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1443), 30, + ACTIONS(1485), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -135896,21 +136097,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27131] = 8, + [27144] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - STATE(1449), 2, + STATE(1448), 2, sym_line_comment, sym_block_comment, - ACTIONS(3843), 14, + ACTIONS(3852), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135924,14 +136119,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3841), 28, + ACTIONS(3850), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -135954,15 +136152,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27197] = 5, + [27204] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1450), 2, + STATE(1449), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3856), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -135978,7 +136176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 30, + ACTIONS(3854), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136009,15 +136207,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27257] = 5, + [27264] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1451), 2, + STATE(1450), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3355), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136033,7 +136231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 30, + ACTIONS(3353), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136064,15 +136262,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27317] = 5, + [27324] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1452), 2, + STATE(1451), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3860), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136088,7 +136286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 30, + ACTIONS(3858), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136119,19 +136317,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27377] = 7, + [27384] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3309), 1, - anon_sym_BANG, - ACTIONS(3849), 1, - anon_sym_COLON_COLON, - STATE(1453), 2, + STATE(1452), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(1499), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136147,12 +136341,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 28, + ACTIONS(1497), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -136174,17 +136369,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27441] = 5, + [27444] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1454), 2, + STATE(1453), 2, sym_line_comment, sym_block_comment, - ACTIONS(1509), 15, + ACTIONS(1519), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136200,7 +136396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1507), 30, + ACTIONS(1517), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136231,23 +136427,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27501] = 9, + [27504] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - STATE(1455), 2, + STATE(1454), 2, sym_line_comment, sym_block_comment, - ACTIONS(3853), 14, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136261,14 +136449,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 27, + ACTIONS(1409), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -136289,16 +136480,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_SQUOTE, + anon_sym_as, anon_sym_else, - [27569] = 5, + [27564] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1456), 2, + STATE(1455), 2, sym_line_comment, sym_block_comment, - ACTIONS(1417), 15, + ACTIONS(3864), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136314,7 +136506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1415), 30, + ACTIONS(3862), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136345,15 +136537,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27629] = 5, + [27624] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1457), 2, + STATE(1456), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3868), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136369,7 +136561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 30, + ACTIONS(3866), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136400,15 +136592,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27689] = 5, + [27684] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1458), 2, + STATE(1457), 2, sym_line_comment, sym_block_comment, - ACTIONS(3859), 15, + ACTIONS(1509), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136424,7 +136616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3857), 30, + ACTIONS(1507), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136455,15 +136647,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27749] = 5, + [27744] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1459), 2, + STATE(1458), 2, sym_line_comment, sym_block_comment, - ACTIONS(1045), 15, + ACTIONS(1513), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136479,7 +136671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1047), 30, + ACTIONS(1511), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136510,7 +136702,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27809] = 5, + [27804] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + STATE(1459), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3872), 14, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 27, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_else, + [27872] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -136518,7 +136769,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1460), 2, sym_line_comment, sym_block_comment, - ACTIONS(3863), 15, + ACTIONS(3878), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136534,7 +136785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3861), 30, + ACTIONS(3876), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136565,7 +136816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27869] = 5, + [27932] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -136573,7 +136824,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1461), 2, sym_line_comment, sym_block_comment, - ACTIONS(3867), 15, + ACTIONS(3882), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136589,7 +136840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3865), 30, + ACTIONS(3880), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136620,7 +136871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27929] = 5, + [27992] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -136628,7 +136879,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1462), 2, sym_line_comment, sym_block_comment, - ACTIONS(3871), 15, + ACTIONS(3886), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136644,7 +136895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3869), 30, + ACTIONS(3884), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136675,15 +136926,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [27989] = 5, + [28052] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3888), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, STATE(1463), 2, sym_line_comment, sym_block_comment, - ACTIONS(3875), 15, + ACTIONS(3844), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136699,13 +136953,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3873), 30, + ACTIONS(3840), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -136727,10 +136980,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28049] = 5, + [28114] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -136738,7 +136990,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1464), 2, sym_line_comment, sym_block_comment, - ACTIONS(1487), 15, + ACTIONS(3844), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136754,7 +137006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1485), 30, + ACTIONS(3840), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136785,7 +137037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28109] = 5, + [28174] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -136793,7 +137045,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1465), 2, sym_line_comment, sym_block_comment, - ACTIONS(3879), 15, + ACTIONS(985), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136809,7 +137061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3877), 30, + ACTIONS(987), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136840,7 +137092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28169] = 5, + [28234] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -136848,7 +137100,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1466), 2, sym_line_comment, sym_block_comment, - ACTIONS(3883), 15, + ACTIONS(3892), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136864,7 +137116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3881), 30, + ACTIONS(3890), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136895,7 +137147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28229] = 5, + [28294] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -136903,7 +137155,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3887), 15, + ACTIONS(3896), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136919,7 +137171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3885), 30, + ACTIONS(3894), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -136950,7 +137202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28289] = 5, + [28354] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -136958,7 +137210,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1468), 2, sym_line_comment, sym_block_comment, - ACTIONS(3891), 15, + ACTIONS(3900), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -136974,7 +137226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3889), 30, + ACTIONS(3898), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137005,7 +137257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28349] = 5, + [28414] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137013,7 +137265,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1469), 2, sym_line_comment, sym_block_comment, - ACTIONS(3895), 15, + ACTIONS(3904), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137029,7 +137281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3893), 30, + ACTIONS(3902), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137060,7 +137312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28409] = 5, + [28474] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137068,7 +137320,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1470), 2, sym_line_comment, sym_block_comment, - ACTIONS(1405), 15, + ACTIONS(3908), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137084,7 +137336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1403), 30, + ACTIONS(3906), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137115,7 +137367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28469] = 5, + [28534] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137123,7 +137375,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1471), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(1405), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137139,7 +137391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 30, + ACTIONS(1403), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137170,7 +137422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28529] = 5, + [28594] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137178,7 +137430,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1472), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 15, + ACTIONS(3912), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137194,7 +137446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3373), 30, + ACTIONS(3910), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137225,7 +137477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28589] = 5, + [28654] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137233,7 +137485,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1473), 2, sym_line_comment, sym_block_comment, - ACTIONS(901), 15, + ACTIONS(3916), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137249,7 +137501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(903), 30, + ACTIONS(3914), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137280,15 +137532,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28649] = 5, + [28714] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3314), 1, + anon_sym_BANG, + ACTIONS(3918), 1, + anon_sym_COLON_COLON, STATE(1474), 2, sym_line_comment, sym_block_comment, - ACTIONS(1331), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137304,13 +137560,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1329), 30, + ACTIONS(1477), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -137332,10 +137587,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28709] = 5, + [28778] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137343,7 +137597,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1475), 2, sym_line_comment, sym_block_comment, - ACTIONS(1479), 15, + ACTIONS(3922), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137359,7 +137613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1477), 30, + ACTIONS(3920), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137390,7 +137644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28769] = 5, + [28838] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137398,7 +137652,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1476), 2, sym_line_comment, sym_block_comment, - ACTIONS(1491), 15, + ACTIONS(3926), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137414,7 +137668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1489), 30, + ACTIONS(3924), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137445,15 +137699,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28829] = 5, + [28898] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3324), 1, + anon_sym_BANG, + ACTIONS(3326), 1, + anon_sym_COLON_COLON, STATE(1477), 2, sym_line_comment, sym_block_comment, - ACTIONS(3899), 15, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137469,13 +137727,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3897), 30, + ACTIONS(3320), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -137497,18 +137754,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28889] = 5, + [28962] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, STATE(1478), 2, sym_line_comment, sym_block_comment, - ACTIONS(3903), 15, + ACTIONS(3930), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137522,17 +137784,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3901), 30, + ACTIONS(3928), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -137555,7 +137814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [28949] = 5, + [29028] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137563,7 +137822,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1479), 2, sym_line_comment, sym_block_comment, - ACTIONS(3907), 15, + ACTIONS(3934), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137579,7 +137838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3905), 30, + ACTIONS(3932), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137610,7 +137869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29009] = 5, + [29088] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137618,7 +137877,7 @@ static const uint16_t ts_small_parse_table[] = { STATE(1480), 2, sym_line_comment, sym_block_comment, - ACTIONS(3911), 15, + ACTIONS(3938), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137634,7 +137893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3909), 30, + ACTIONS(3936), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137665,18 +137924,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29069] = 6, + [29148] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3913), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, STATE(1481), 2, sym_line_comment, sym_block_comment, - ACTIONS(3669), 15, + ACTIONS(3942), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137692,12 +137948,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 28, + ACTIONS(3940), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_LBRACK, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -137719,9 +137976,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29131] = 5, + [29208] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -137729,7 +137987,62 @@ static const uint16_t ts_small_parse_table[] = { STATE(1482), 2, sym_line_comment, sym_block_comment, - ACTIONS(3917), 15, + ACTIONS(3260), 12, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_LT, + anon_sym_COLON_COLON, + anon_sym_POUND, + anon_sym_SQUOTE, + sym_integer_literal, + sym_metavariable, + ACTIONS(3258), 33, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_pub, + anon_sym_union, + anon_sym_unsafe, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [29268] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1483), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3946), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137745,7 +138058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3915), 30, + ACTIONS(3944), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137776,15 +138089,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29191] = 5, + [29328] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1483), 2, + STATE(1484), 2, sym_line_comment, sym_block_comment, - ACTIONS(3921), 15, + ACTIONS(3946), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137800,7 +138113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3919), 30, + ACTIONS(3944), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137831,15 +138144,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29251] = 5, + [29388] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1484), 2, + STATE(1485), 2, sym_line_comment, sym_block_comment, - ACTIONS(3925), 15, + ACTIONS(3946), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137855,7 +138168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3923), 30, + ACTIONS(3944), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137886,15 +138199,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29311] = 5, + [29448] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1485), 2, + STATE(1486), 2, sym_line_comment, sym_block_comment, - ACTIONS(981), 15, + ACTIONS(1401), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137910,7 +138223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(983), 30, + ACTIONS(1399), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137941,15 +138254,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29371] = 5, + [29508] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1486), 2, + STATE(1487), 2, sym_line_comment, sym_block_comment, - ACTIONS(3929), 15, + ACTIONS(1037), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -137965,7 +138278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3927), 30, + ACTIONS(1039), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -137996,15 +138309,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29431] = 5, + [29568] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1487), 2, + STATE(1488), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(1455), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138020,7 +138333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 30, + ACTIONS(1453), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138051,15 +138364,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29491] = 5, + [29628] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1488), 2, + STATE(1489), 2, sym_line_comment, sym_block_comment, - ACTIONS(977), 15, + ACTIONS(3950), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138075,7 +138388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(979), 30, + ACTIONS(3948), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138106,15 +138419,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29551] = 5, + [29688] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1489), 2, + STATE(1490), 2, sym_line_comment, sym_block_comment, - ACTIONS(973), 15, + ACTIONS(3954), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138130,7 +138443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(975), 30, + ACTIONS(3952), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138161,15 +138474,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29611] = 5, + [29748] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1490), 2, + STATE(1491), 2, sym_line_comment, sym_block_comment, - ACTIONS(3933), 15, + ACTIONS(1459), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138185,7 +138498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3931), 30, + ACTIONS(1457), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138216,15 +138529,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29671] = 5, + [29808] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1491), 2, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + STATE(1492), 2, sym_line_comment, sym_block_comment, - ACTIONS(3937), 15, + ACTIONS(3958), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138238,17 +138557,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3935), 30, + ACTIONS(3956), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -138271,15 +138587,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29731] = 5, + [29874] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1492), 2, + STATE(1493), 2, sym_line_comment, sym_block_comment, - ACTIONS(1435), 15, + ACTIONS(3962), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138295,7 +138611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1433), 30, + ACTIONS(3960), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138326,70 +138642,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29791] = 5, + [29934] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1493), 2, + STATE(1494), 2, sym_line_comment, sym_block_comment, - ACTIONS(3567), 15, - sym__raw_string_literal_start, - sym_float_literal, - anon_sym_LPAREN, - anon_sym_LBRACK, + ACTIONS(3966), 15, + anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - anon_sym_COLON_COLON, - anon_sym_POUND, - sym_integer_literal, - aux_sym_string_literal_token1, - sym_char_literal, - sym_metavariable, - ACTIONS(3565), 30, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym__, - anon_sym_const, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - anon_sym_ref, - sym_mutable_specifier, - anon_sym_true, - anon_sym_false, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [29851] = 5, + ACTIONS(3964), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [29994] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1494), 2, + STATE(1495), 2, sym_line_comment, sym_block_comment, - ACTIONS(3941), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138405,7 +138721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3939), 30, + ACTIONS(1477), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138436,15 +138752,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29911] = 5, + [30054] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1495), 2, + STATE(1496), 2, sym_line_comment, sym_block_comment, - ACTIONS(3945), 15, + ACTIONS(3970), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138460,7 +138776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3943), 30, + ACTIONS(3968), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138491,15 +138807,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [29971] = 5, + [30114] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1496), 2, + STATE(1497), 2, sym_line_comment, sym_block_comment, - ACTIONS(3949), 15, + ACTIONS(989), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138515,7 +138831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3947), 30, + ACTIONS(991), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138546,15 +138862,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30031] = 5, + [30174] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1497), 2, + STATE(1498), 2, sym_line_comment, sym_block_comment, - ACTIONS(3953), 15, + ACTIONS(3367), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138570,7 +138886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3951), 30, + ACTIONS(3365), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138601,15 +138917,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30091] = 5, + [30234] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1498), 2, + STATE(1499), 2, sym_line_comment, sym_block_comment, - ACTIONS(1335), 15, + ACTIONS(3974), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138625,7 +138941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1333), 30, + ACTIONS(3972), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138656,15 +138972,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30151] = 5, + [30294] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1499), 2, + STATE(1500), 2, sym_line_comment, sym_block_comment, - ACTIONS(3957), 15, + ACTIONS(3978), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138680,7 +138996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3955), 30, + ACTIONS(3976), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138711,15 +139027,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30211] = 5, + [30354] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1500), 2, + STATE(1501), 2, sym_line_comment, sym_block_comment, - ACTIONS(3961), 15, + ACTIONS(3982), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -138735,7 +139051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3959), 30, + ACTIONS(3980), 30, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -138766,137 +139082,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_as, anon_sym_else, - [30271] = 25, - ACTIONS(29), 1, + [30414] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1502), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3986), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3984), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [30474] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1307), 1, - anon_sym_extern, - ACTIONS(3171), 1, - anon_sym_fn, - ACTIONS(3428), 1, - anon_sym_COLON_COLON, - ACTIONS(3430), 1, - anon_sym_default, - ACTIONS(3436), 1, - sym_metavariable, - ACTIONS(3963), 1, - sym_identifier, - ACTIONS(3965), 1, - anon_sym_for, - STATE(1549), 1, - sym_scoped_type_identifier, - STATE(1593), 1, - sym_for_lifetimes, - STATE(1642), 1, - sym_generic_type, - STATE(2225), 1, - aux_sym_function_modifiers_repeat1, - STATE(2394), 1, - sym_extern_modifier, - STATE(3539), 1, - sym_function_modifiers, - STATE(3574), 1, - sym_scoped_identifier, - STATE(3591), 1, - sym_generic_type_with_turbofish, - STATE(3597), 1, - sym_bracketed_type, - ACTIONS(3432), 2, - anon_sym_gen, - anon_sym_union, - STATE(1501), 2, + STATE(1503), 2, sym_line_comment, sym_block_comment, - STATE(1829), 2, - sym_higher_ranked_trait_bound, - sym_function_type, - ACTIONS(1293), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3434), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3426), 17, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - [30370] = 25, + ACTIONS(1531), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1529), 30, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_else, + [30534] = 25, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1307), 1, + ACTIONS(1301), 1, anon_sym_extern, - ACTIONS(3129), 1, + ACTIONS(3172), 1, anon_sym_fn, - ACTIONS(3408), 1, + ACTIONS(3431), 1, anon_sym_COLON_COLON, - ACTIONS(3410), 1, + ACTIONS(3433), 1, anon_sym_default, - ACTIONS(3416), 1, + ACTIONS(3439), 1, sym_metavariable, - ACTIONS(3967), 1, + ACTIONS(3988), 1, sym_identifier, - ACTIONS(3969), 1, + ACTIONS(3990), 1, anon_sym_for, - STATE(1048), 1, + STATE(1050), 1, sym_scoped_type_identifier, - STATE(1282), 1, + STATE(1318), 1, sym_generic_type, - STATE(1589), 1, + STATE(1583), 1, sym_for_lifetimes, - STATE(2225), 1, + STATE(2258), 1, aux_sym_function_modifiers_repeat1, - STATE(2394), 1, + STATE(2393), 1, sym_extern_modifier, - STATE(3401), 1, + STATE(3415), 1, sym_function_modifiers, - STATE(3547), 1, + STATE(3567), 1, sym_scoped_identifier, - STATE(3583), 1, + STATE(3598), 1, sym_generic_type_with_turbofish, - STATE(3593), 1, + STATE(3609), 1, sym_bracketed_type, - ACTIONS(3412), 2, + ACTIONS(3435), 2, anon_sym_gen, anon_sym_union, - STATE(1472), 2, + STATE(1425), 2, sym_higher_ranked_trait_bound, sym_function_type, - STATE(1502), 2, + STATE(1504), 2, sym_line_comment, sym_block_comment, - ACTIONS(1293), 3, + ACTIONS(1287), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, - ACTIONS(3414), 3, + ACTIONS(3437), 3, sym_self, sym_super, sym_crate, - ACTIONS(3406), 17, + ACTIONS(3429), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -138914,63 +139266,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [30469] = 25, + [30633] = 25, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1299), 1, - anon_sym_fn, - ACTIONS(1307), 1, + ACTIONS(1301), 1, anon_sym_extern, - ACTIONS(3099), 1, - anon_sym_for, - ACTIONS(3390), 1, + ACTIONS(3130), 1, + anon_sym_fn, + ACTIONS(3461), 1, anon_sym_COLON_COLON, - ACTIONS(3392), 1, + ACTIONS(3463), 1, anon_sym_default, - ACTIONS(3400), 1, + ACTIONS(3469), 1, sym_metavariable, - ACTIONS(3971), 1, + ACTIONS(3992), 1, sym_identifier, - STATE(1571), 1, - sym_for_lifetimes, - STATE(1946), 1, + ACTIONS(3994), 1, + anon_sym_for, + STATE(1558), 1, sym_scoped_type_identifier, - STATE(1986), 1, + STATE(1594), 1, + sym_for_lifetimes, + STATE(1608), 1, sym_generic_type, - STATE(2225), 1, + STATE(2258), 1, aux_sym_function_modifiers_repeat1, - STATE(2394), 1, + STATE(2393), 1, sym_extern_modifier, - STATE(3403), 1, - sym_generic_type_with_turbofish, - STATE(3511), 1, + STATE(3557), 1, + sym_function_modifiers, + STATE(3590), 1, sym_scoped_identifier, - STATE(3535), 1, + STATE(3607), 1, + sym_generic_type_with_turbofish, + STATE(3613), 1, sym_bracketed_type, - STATE(3674), 1, - sym_function_modifiers, - ACTIONS(3396), 2, + ACTIONS(3465), 2, anon_sym_gen, anon_sym_union, - STATE(1503), 2, + STATE(1505), 2, sym_line_comment, sym_block_comment, - STATE(2000), 2, + STATE(1795), 2, sym_higher_ranked_trait_bound, sym_function_type, - ACTIONS(1293), 3, + ACTIONS(1287), 3, anon_sym_async, anon_sym_const, anon_sym_unsafe, - ACTIONS(3398), 3, + ACTIONS(3467), 3, sym_self, sym_super, sym_crate, - ACTIONS(3388), 17, + ACTIONS(3459), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -138988,27 +139340,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [30568] = 11, + [30732] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3295), 1, - anon_sym_BANG, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(3301), 1, - anon_sym_move, - ACTIONS(3973), 1, + ACTIONS(3996), 1, anon_sym_COLON_COLON, - STATE(1431), 1, - sym_block, - STATE(3606), 1, - sym_label, - STATE(1504), 2, + STATE(1506), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139024,10 +139366,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3291), 23, + ACTIONS(1477), 28, + anon_sym_SEMI, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -139047,18 +139392,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_as, - [30639] = 6, + anon_sym_else, + [30793] = 25, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, + ACTIONS(1293), 1, + anon_sym_fn, + ACTIONS(1301), 1, + anon_sym_extern, + ACTIONS(3104), 1, + anon_sym_for, + ACTIONS(3413), 1, anon_sym_COLON_COLON, - STATE(1505), 2, + ACTIONS(3423), 1, + sym_metavariable, + ACTIONS(3482), 1, + anon_sym_default, + ACTIONS(3998), 1, + sym_identifier, + STATE(1576), 1, + sym_for_lifetimes, + STATE(1955), 1, + sym_scoped_type_identifier, + STATE(1999), 1, + sym_generic_type, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2393), 1, + sym_extern_modifier, + STATE(3417), 1, + sym_generic_type_with_turbofish, + STATE(3444), 1, + sym_function_modifiers, + STATE(3547), 1, + sym_scoped_identifier, + STATE(3553), 1, + sym_bracketed_type, + ACTIONS(3417), 2, + anon_sym_gen, + anon_sym_union, + STATE(1507), 2, + sym_line_comment, + sym_block_comment, + STATE(2029), 2, + sym_higher_ranked_trait_bound, + sym_function_type, + ACTIONS(1287), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3421), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3480), 17, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + [30892] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3326), 1, + anon_sym_COLON_COLON, + STATE(1508), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139074,7 +139495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3291), 28, + ACTIONS(3320), 28, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139103,17 +139524,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_as, anon_sym_else, - [30700] = 6, + [30953] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3975), 1, + ACTIONS(3324), 1, + anon_sym_BANG, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(3330), 1, + anon_sym_move, + ACTIONS(4000), 1, anon_sym_COLON_COLON, - STATE(1506), 2, + STATE(1503), 1, + sym_block, + STATE(3622), 1, + sym_label, + STATE(1509), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139129,13 +139560,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 28, - anon_sym_SEMI, + ACTIONS(3320), 23, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -139155,28 +139583,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_as, - anon_sym_else, - [30761] = 10, + [31024] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3295), 1, + ACTIONS(3324), 1, anon_sym_BANG, - ACTIONS(3301), 1, + ACTIONS(3330), 1, anon_sym_move, - ACTIONS(3973), 1, + ACTIONS(4000), 1, anon_sym_COLON_COLON, - STATE(1431), 1, + STATE(1503), 1, sym_block, - STATE(3606), 1, + STATE(3622), 1, sym_label, - STATE(1507), 2, + STATE(1510), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -139192,7 +139618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3291), 24, + ACTIONS(3320), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -139217,125 +139643,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [30830] = 19, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1657), 1, - anon_sym_DASH, - ACTIONS(1681), 1, - aux_sym_string_literal_token1, - ACTIONS(1689), 1, - sym__raw_string_literal_start, - ACTIONS(3527), 1, - sym_identifier, - ACTIONS(3531), 1, - anon_sym_COLON_COLON, - ACTIONS(3535), 1, - sym_metavariable, - STATE(2566), 1, - sym_scoped_identifier, - STATE(2898), 1, - sym__literal_pattern, - STATE(3531), 1, - sym_bracketed_type, - STATE(3543), 1, - sym_generic_type_with_turbofish, - ACTIONS(1683), 2, - anon_sym_true, - anon_sym_false, - STATE(1508), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1679), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3533), 3, - sym_self, - sym_super, - sym_crate, - STATE(2379), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3529), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [30916] = 21, + [31093] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(3995), 1, + ACTIONS(393), 2, anon_sym_EQ, - ACTIONS(4001), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1509), 2, + STATE(1511), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3977), 17, + ACTIONS(391), 19, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139351,50 +139706,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [31006] = 11, + [31179] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4007), 1, - anon_sym_BANG, - ACTIONS(4009), 1, - anon_sym_COLON_COLON, - ACTIONS(4011), 1, - anon_sym_LT2, - STATE(1634), 1, - sym_type_arguments, - STATE(1644), 1, - sym_parameters, - STATE(1510), 2, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4008), 1, + anon_sym_AMP, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1512), 2, sym_line_comment, sym_block_comment, - ACTIONS(3307), 17, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3872), 6, anon_sym_CARET, - anon_sym_AMP, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3303), 20, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + ACTIONS(3870), 25, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -139405,58 +139761,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [31076] = 15, + anon_sym_COMMA, + anon_sym_else, + [31253] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3979), 2, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4024), 1, + anon_sym_EQ, + ACTIONS(4026), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1511), 2, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4028), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1513), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 4, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 25, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4022), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -139467,74 +139838,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [31154] = 22, + [31343] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4001), 1, + ACTIONS(4026), 1, anon_sym_DOT_DOT, - ACTIONS(4015), 1, + ACTIONS(4032), 1, anon_sym_EQ, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, + ACTIONS(4028), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1512), 2, + STATE(1514), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3729), 7, + ACTIONS(4030), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4013), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -139545,59 +139907,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [31246] = 19, + anon_sym_COMMA, + anon_sym_else, + [31433] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4019), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - STATE(1513), 2, + STATE(1515), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4017), 19, + ACTIONS(3872), 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 25, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -139608,67 +139964,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [31332] = 21, + [31511] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4001), 1, - anon_sym_DOT_DOT, - ACTIONS(4023), 1, - anon_sym_EQ, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4003), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1514), 2, + STATE(1516), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4021), 17, + ACTIONS(3872), 7, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 25, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -139679,65 +140024,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [31422] = 21, + [31583] = 19, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1263), 1, + anon_sym_DASH, + ACTIONS(1311), 1, + aux_sym_string_literal_token1, + ACTIONS(1321), 1, + sym__raw_string_literal_start, + ACTIONS(2180), 1, + anon_sym_COLON_COLON, + ACTIONS(3284), 1, + sym_identifier, + ACTIONS(3294), 1, + sym_metavariable, + STATE(2105), 1, + sym_scoped_identifier, + STATE(2156), 1, + sym__literal_pattern, + STATE(3402), 1, + sym_bracketed_type, + STATE(3427), 1, + sym_generic_type_with_turbofish, + ACTIONS(1313), 2, + anon_sym_true, + anon_sym_false, + STATE(1517), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1309), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3292), 3, + sym_self, + sym_super, + sym_crate, + STATE(2064), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3290), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [31669] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4001), 1, + ACTIONS(4026), 1, anon_sym_DOT_DOT, - ACTIONS(4027), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, + ACTIONS(4028), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1515), 2, + STATE(1518), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4025), 17, + ACTIONS(3776), 7, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -139748,55 +140169,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_COMMA, - anon_sym_else, - [31512] = 19, + [31761] = 19, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1271), 1, + ACTIONS(1655), 1, anon_sym_DASH, - ACTIONS(1317), 1, + ACTIONS(1681), 1, aux_sym_string_literal_token1, - ACTIONS(1327), 1, + ACTIONS(1689), 1, sym__raw_string_literal_start, - ACTIONS(2453), 1, - anon_sym_COLON_COLON, - ACTIONS(3267), 1, + ACTIONS(3544), 1, sym_identifier, - ACTIONS(3277), 1, + ACTIONS(3548), 1, + anon_sym_COLON_COLON, + ACTIONS(3552), 1, sym_metavariable, - STATE(2072), 1, + STATE(2714), 1, sym_scoped_identifier, - STATE(2115), 1, + STATE(2903), 1, sym__literal_pattern, - STATE(3387), 1, + STATE(3549), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3562), 1, sym_generic_type_with_turbofish, - ACTIONS(1319), 2, + ACTIONS(1683), 2, anon_sym_true, anon_sym_false, - STATE(1516), 2, + STATE(1519), 2, sym_line_comment, sym_block_comment, - ACTIONS(1315), 3, + ACTIONS(1679), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3275), 3, + ACTIONS(3550), 3, sym_self, sym_super, sym_crate, - STATE(2051), 4, + STATE(2341), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3273), 20, + ACTIONS(3546), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -139817,54 +140236,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [31598] = 19, + [31847] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(377), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - STATE(1517), 2, + ACTIONS(4040), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + STATE(1520), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(375), 19, + ACTIONS(4038), 19, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -139884,55 +140303,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [31684] = 17, + [31933] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4042), 1, + anon_sym_LPAREN, + ACTIONS(4044), 1, + anon_sym_BANG, + ACTIONS(4046), 1, + anon_sym_COLON_COLON, + ACTIONS(4048), 1, + anon_sym_LT2, + STATE(1604), 1, + sym_type_arguments, + STATE(1609), 1, + sym_parameters, + STATE(1521), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3312), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3853), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_LT_LT_EQ, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1518), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3851), 21, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3308), 20, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -139943,72 +140355,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_else, - [31766] = 22, + anon_sym_as, + [32003] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4001), 1, + ACTIONS(4026), 1, anon_sym_DOT_DOT, - ACTIONS(4015), 1, + ACTIONS(4052), 1, anon_sym_EQ, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, + ACTIONS(4028), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1519), 2, + STATE(1522), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3869), 7, + ACTIONS(4050), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4013), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140019,58 +140429,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [31858] = 18, + anon_sym_COMMA, + anon_sym_else, + [32093] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3853), 2, - anon_sym_EQ, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4026), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4056), 1, + anon_sym_EQ, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - STATE(1520), 2, + ACTIONS(4028), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1523), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3851), 20, + ACTIONS(4054), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140081,44 +140498,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [31942] = 11, + [32183] = 19, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1655), 1, + anon_sym_DASH, + ACTIONS(1681), 1, + aux_sym_string_literal_token1, + ACTIONS(1689), 1, + sym__raw_string_literal_start, + ACTIONS(3548), 1, + anon_sym_COLON_COLON, + ACTIONS(3570), 1, + sym_identifier, + ACTIONS(3576), 1, + sym_metavariable, + STATE(2675), 1, + sym_scoped_identifier, + STATE(3031), 1, + sym__literal_pattern, + STATE(3549), 1, + sym_bracketed_type, + STATE(3562), 1, + sym_generic_type_with_turbofish, + ACTIONS(1683), 2, + anon_sym_true, + anon_sym_false, + STATE(1524), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1679), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3574), 3, + sym_self, + sym_super, + sym_crate, + STATE(2341), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3572), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [32269] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3979), 2, + ACTIONS(4006), 1, + anon_sym_CARET, + ACTIONS(4008), 1, + anon_sym_AMP, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1521), 2, + ACTIONS(4016), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1525), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 9, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3872), 5, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3851), 25, + ACTIONS(3870), 25, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140144,46 +140629,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [32012] = 9, + [32345] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3460), 1, - anon_sym_LBRACE, - ACTIONS(3462), 1, - anon_sym_COLON_COLON, - ACTIONS(4029), 1, - anon_sym_BANG, - STATE(1477), 1, - sym_field_initializer_list, - STATE(1522), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1461), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4026), 1, + anon_sym_DOT_DOT, + ACTIONS(4060), 1, + anon_sym_EQ, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1459), 24, + ACTIONS(4028), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1526), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4058), 17, anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140194,73 +140696,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [32078] = 22, + anon_sym_COMMA, + anon_sym_else, + [32435] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4001), 1, - anon_sym_DOT_DOT, - ACTIONS(4015), 1, + ACTIONS(3872), 2, anon_sym_EQ, - ACTIONS(3979), 2, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1523), 2, + STATE(1527), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3825), 7, + ACTIONS(3870), 21, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COMMA, - anon_sym_else, - ACTIONS(4013), 10, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140271,63 +140759,137 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [32170] = 21, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_else, + [32517] = 19, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1263), 1, + anon_sym_DASH, + ACTIONS(1311), 1, + aux_sym_string_literal_token1, + ACTIONS(1321), 1, + sym__raw_string_literal_start, + ACTIONS(2180), 1, + anon_sym_COLON_COLON, + ACTIONS(3296), 1, + sym_identifier, + ACTIONS(3306), 1, + sym_metavariable, + STATE(2099), 1, + sym_scoped_identifier, + STATE(2141), 1, + sym__literal_pattern, + STATE(3402), 1, + sym_bracketed_type, + STATE(3427), 1, + sym_generic_type_with_turbofish, + ACTIONS(1313), 2, + anon_sym_true, + anon_sym_false, + STATE(1528), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1309), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3304), 3, + sym_self, + sym_super, + sym_crate, + STATE(2064), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3302), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [32603] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4001), 1, + ACTIONS(4026), 1, anon_sym_DOT_DOT, - ACTIONS(4033), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, + ACTIONS(4028), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1524), 2, + STATE(1529), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4031), 17, + ACTIONS(3812), 7, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140338,52 +140900,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_COMMA, - anon_sym_else, - [32260] = 14, + [32695] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3979), 2, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4026), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1525), 2, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4028), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1530), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 25, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(341), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140394,71 +140967,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [32336] = 21, + [32785] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4001), 1, - anon_sym_DOT_DOT, - ACTIONS(4037), 1, + ACTIONS(3872), 2, anon_sym_EQ, - ACTIONS(3979), 2, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1526), 2, + STATE(1531), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4035), 17, + ACTIONS(3870), 20, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140469,113 +141031,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [32426] = 10, + [32869] = 19, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - STATE(1527), 2, + ACTIONS(1263), 1, + anon_sym_DASH, + ACTIONS(1311), 1, + aux_sym_string_literal_token1, + ACTIONS(1321), 1, + sym__raw_string_literal_start, + ACTIONS(2180), 1, + anon_sym_COLON_COLON, + ACTIONS(3272), 1, + sym_identifier, + ACTIONS(3282), 1, + sym_metavariable, + STATE(2082), 1, + sym_scoped_identifier, + STATE(2124), 1, + sym__literal_pattern, + STATE(3402), 1, + sym_bracketed_type, + STATE(3427), 1, + sym_generic_type_with_turbofish, + ACTIONS(1313), 2, + anon_sym_true, + anon_sym_false, + STATE(1532), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3853), 11, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 25, - anon_sym_SEMI, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_else, - [32494] = 19, + ACTIONS(1309), 3, + sym_float_literal, + sym_integer_literal, + sym_char_literal, + ACTIONS(3280), 3, + sym_self, + sym_super, + sym_crate, + STATE(2064), 4, + sym_negative_literal, + sym_string_literal, + sym_raw_string_literal, + sym_boolean_literal, + ACTIONS(3278), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [32955] = 19, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1271), 1, + ACTIONS(1655), 1, anon_sym_DASH, - ACTIONS(1317), 1, + ACTIONS(1681), 1, aux_sym_string_literal_token1, - ACTIONS(1327), 1, + ACTIONS(1689), 1, sym__raw_string_literal_start, - ACTIONS(2453), 1, + ACTIONS(3548), 1, anon_sym_COLON_COLON, - ACTIONS(3279), 1, + ACTIONS(3582), 1, sym_identifier, - ACTIONS(3289), 1, + ACTIONS(3588), 1, sym_metavariable, - STATE(2094), 1, + STATE(2550), 1, sym_scoped_identifier, - STATE(2146), 1, + STATE(3058), 1, sym__literal_pattern, - STATE(3387), 1, + STATE(3549), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3562), 1, sym_generic_type_with_turbofish, - ACTIONS(1319), 2, + ACTIONS(1683), 2, anon_sym_true, anon_sym_false, - STATE(1528), 2, + STATE(1533), 2, sym_line_comment, sym_block_comment, - ACTIONS(1315), 3, + ACTIONS(1679), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - ACTIONS(3287), 3, + ACTIONS(3586), 3, sym_self, sym_super, sym_crate, - STATE(2051), 4, + STATE(2341), 4, sym_negative_literal, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - ACTIONS(3285), 20, + ACTIONS(3584), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -140596,47 +141169,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [32580] = 13, + [33041] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1529), 2, + ACTIONS(3441), 1, + anon_sym_LBRACE, + ACTIONS(3443), 1, + anon_sym_COLON_COLON, + ACTIONS(4062), 1, + anon_sym_BANG, + STATE(1468), 1, + sym_field_initializer_list, + STATE(1534), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(1479), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 6, anon_sym_CARET, + anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 25, + ACTIONS(1477), 24, anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, + anon_sym_LBRACK, anon_sym_RBRACE, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -140655,65 +141225,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_else, - [32654] = 21, + anon_sym_as, + [33107] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4001), 1, + ACTIONS(4026), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4003), 2, + ACTIONS(4028), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1530), 2, + STATE(1535), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(341), 17, + ACTIONS(3940), 7, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_COMMA, + anon_sym_else, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -140724,43 +141296,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_COMMA, - anon_sym_else, - [32744] = 12, + [33199] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1531), 2, + STATE(1536), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 7, + ACTIONS(3872), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3851), 25, + ACTIONS(3870), 25, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -140786,93 +141355,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, - [32816] = 19, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1657), 1, - anon_sym_DASH, - ACTIONS(1681), 1, - aux_sym_string_literal_token1, - ACTIONS(1689), 1, - sym__raw_string_literal_start, - ACTIONS(3531), 1, - anon_sym_COLON_COLON, - ACTIONS(3637), 1, - sym_identifier, - ACTIONS(3643), 1, - sym_metavariable, - STATE(2646), 1, - sym_scoped_identifier, - STATE(3030), 1, - sym__literal_pattern, - STATE(3531), 1, - sym_bracketed_type, - STATE(3543), 1, - sym_generic_type_with_turbofish, - ACTIONS(1683), 2, - anon_sym_true, - anon_sym_false, - STATE(1532), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1679), 3, - sym_float_literal, - sym_integer_literal, - sym_char_literal, - ACTIONS(3641), 3, - sym_self, - sym_super, - sym_crate, - STATE(2379), 4, - sym_negative_literal, - sym_string_literal, - sym_raw_string_literal, - sym_boolean_literal, - ACTIONS(3639), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [32902] = 8, + [33269] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3297), 1, - anon_sym_COLON_COLON, - ACTIONS(3418), 1, - anon_sym_BANG, - ACTIONS(4039), 1, - sym_identifier, - STATE(1533), 2, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + STATE(1537), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 16, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3872), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -140881,15 +141386,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - anon_sym_as, - ACTIONS(3291), 23, + ACTIONS(3870), 25, anon_sym_SEMI, anon_sym_LPAREN, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -140908,17 +141411,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [32965] = 6, + anon_sym_COMMA, + anon_sym_else, + [33337] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4045), 1, - anon_sym_COLON_COLON, - STATE(1534), 2, + STATE(1538), 2, sym_line_comment, sym_block_comment, - ACTIONS(4043), 9, + ACTIONS(4066), 10, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, @@ -140926,9 +141429,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG, anon_sym_AMP, anon_sym_LT, + anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(4041), 32, + ACTIONS(4064), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -140961,23 +141465,25 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [33024] = 9, + [33394] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4007), 1, - anon_sym_BANG, + ACTIONS(4042), 1, + anon_sym_LPAREN, ACTIONS(4048), 1, - anon_sym_LBRACE, - ACTIONS(4050), 1, + anon_sym_LT2, + ACTIONS(4068), 1, anon_sym_COLON_COLON, - STATE(1776), 1, - sym_field_initializer_list, - STATE(1535), 2, + STATE(1604), 1, + sym_type_arguments, + STATE(1609), 1, + sym_parameters, + STATE(1539), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3334), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -140988,13 +141494,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, - anon_sym_LPAREN, + ACTIONS(3332), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141008,25 +141515,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [33089] = 5, + [33461] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1536), 2, + ACTIONS(4072), 1, + anon_sym_LPAREN, + STATE(1540), 2, sym_line_comment, sym_block_comment, - ACTIONS(4054), 10, - anon_sym_LPAREN, + ACTIONS(4075), 9, anon_sym_LBRACK, anon_sym_STAR, anon_sym_QMARK, @@ -141036,7 +141542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(4052), 32, + ACTIONS(4070), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -141069,15 +141575,125 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [33146] = 5, + [33520] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1537), 2, + ACTIONS(4077), 1, + anon_sym_COLON_COLON, + STATE(1541), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4075), 9, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_BANG, + anon_sym_AMP, + anon_sym_LT, + anon_sym_SQUOTE, + sym_metavariable, + ACTIONS(4070), 32, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_for, + anon_sym_gen, + anon_sym_impl, + anon_sym_union, + anon_sym_unsafe, + anon_sym_extern, + anon_sym_dyn, + sym_identifier, + sym_self, + sym_super, + sym_crate, + [33579] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4042), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, + anon_sym_LT2, + ACTIONS(4068), 1, + anon_sym_COLON_COLON, + STATE(1604), 1, + sym_type_arguments, + STATE(1609), 1, + sym_parameters, + STATE(1542), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3340), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT_LT_EQ, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3338), 20, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [33646] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1543), 2, sym_line_comment, sym_block_comment, - ACTIONS(4058), 10, + ACTIONS(4082), 10, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, @@ -141088,7 +141704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(4056), 32, + ACTIONS(4080), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -141121,15 +141737,127 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [33203] = 5, + [33703] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1538), 2, + ACTIONS(4042), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, + anon_sym_LT2, + ACTIONS(4068), 1, + anon_sym_COLON_COLON, + STATE(1604), 1, + sym_type_arguments, + STATE(1609), 1, + sym_parameters, + STATE(1544), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3344), 17, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT_LT_EQ, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_LT_EQ, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3342), 20, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [33770] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3326), 1, + anon_sym_COLON_COLON, + ACTIONS(3445), 1, + anon_sym_BANG, + ACTIONS(4084), 1, + sym_identifier, + STATE(1545), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3322), 16, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + anon_sym_as, + ACTIONS(3320), 23, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_RBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [33833] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1546), 2, sym_line_comment, sym_block_comment, - ACTIONS(4062), 10, + ACTIONS(4088), 10, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_STAR, @@ -141140,7 +141868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, sym_metavariable, - ACTIONS(4060), 32, + ACTIONS(4086), 32, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -141173,74 +141901,77 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [33260] = 6, + [33890] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4064), 1, - anon_sym_LPAREN, - STATE(1539), 2, + ACTIONS(4044), 1, + anon_sym_BANG, + ACTIONS(4090), 1, + anon_sym_LBRACE, + ACTIONS(4092), 1, + anon_sym_COLON_COLON, + STATE(1829), 1, + sym_field_initializer_list, + STATE(1547), 2, sym_line_comment, sym_block_comment, - ACTIONS(4043), 9, - anon_sym_LBRACK, + ACTIONS(1479), 15, + anon_sym_PLUS, anon_sym_STAR, - anon_sym_QMARK, - anon_sym_BANG, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, anon_sym_LT, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, - sym_metavariable, - ACTIONS(4041), 32, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_for, - anon_sym_gen, - anon_sym_impl, - anon_sym_union, - anon_sym_unsafe, - anon_sym_extern, - anon_sym_dyn, - sym_identifier, - sym_self, - sym_super, - sym_crate, - [33319] = 8, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1477), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [33955] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3309), 1, + ACTIONS(3314), 1, anon_sym_BANG, - ACTIONS(4067), 1, + ACTIONS(4094), 1, anon_sym_COLON_COLON, - STATE(1477), 1, + STATE(1468), 1, sym_field_initializer_list, - STATE(1540), 2, + STATE(1548), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141256,7 +141987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 24, + ACTIONS(1477), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -141281,25 +142012,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [33382] = 10, + [34018] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4069), 1, + ACTIONS(3324), 1, + anon_sym_BANG, + ACTIONS(4000), 1, anon_sym_COLON_COLON, - STATE(1634), 1, - sym_type_arguments, - STATE(1644), 1, - sym_parameters, - STATE(1541), 2, + STATE(1549), 2, sym_line_comment, sym_block_comment, - ACTIONS(3323), 17, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141310,16 +142035,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3321), 20, + ACTIONS(3320), 24, + anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -141331,50 +142055,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, anon_sym_as, - [33449] = 10, + [34078] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4069), 1, - anon_sym_COLON_COLON, - STATE(1634), 1, - sym_type_arguments, - STATE(1644), 1, - sym_parameters, - STATE(1542), 2, + ACTIONS(3682), 1, + anon_sym_LBRACE, + STATE(1550), 2, sym_line_comment, sym_block_comment, - ACTIONS(3327), 17, + ACTIONS(3381), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3325), 20, + ACTIONS(3383), 24, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141388,32 +142107,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_as, - [33516] = 10, + [34136] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4069), 1, + ACTIONS(3361), 1, + anon_sym_BANG, + ACTIONS(3363), 1, anon_sym_COLON_COLON, - STATE(1634), 1, - sym_type_arguments, - STATE(1644), 1, - sym_parameters, - STATE(1543), 2, + STATE(1551), 2, sym_line_comment, sym_block_comment, - ACTIONS(3317), 17, + ACTIONS(3359), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141431,7 +142147,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3315), 20, + ACTIONS(3357), 22, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141452,25 +142169,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [33583] = 7, + anon_sym_LT2, + [34196] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3295), 1, - anon_sym_BANG, - ACTIONS(3973), 1, - anon_sym_COLON_COLON, - STATE(1544), 2, + STATE(1552), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, + ACTIONS(3381), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -141480,7 +142195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3291), 24, + ACTIONS(3383), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -141503,25 +142218,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, - [33643] = 9, + [34252] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, + ACTIONS(4042), 1, anon_sym_LPAREN, - ACTIONS(4011), 1, + ACTIONS(4048), 1, anon_sym_LT2, - STATE(1636), 1, + STATE(1605), 1, sym_type_arguments, - STATE(1645), 1, + STATE(1610), 1, sym_parameters, - STATE(1545), 2, + STATE(1553), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 17, + ACTIONS(3355), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141539,7 +142255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3341), 20, + ACTIONS(3353), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141560,37 +142276,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [33707] = 7, + [34316] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 1, - anon_sym_BANG, - ACTIONS(3363), 1, - anon_sym_COLON_COLON, - STATE(1546), 2, + ACTIONS(3562), 1, + anon_sym_LBRACE, + STATE(1554), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 17, + ACTIONS(3373), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3357), 22, + ACTIONS(3375), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -141605,31 +142318,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_as, - anon_sym_LT2, - [33767] = 9, + [34374] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, + ACTIONS(4042), 1, anon_sym_LPAREN, - ACTIONS(4011), 1, + ACTIONS(4048), 1, anon_sym_LT2, - STATE(1636), 1, + STATE(1605), 1, sym_type_arguments, - STATE(1645), 1, + STATE(1610), 1, sym_parameters, - STATE(1547), 2, + STATE(1555), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 17, + ACTIONS(3367), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141647,7 +142362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 20, + ACTIONS(3365), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141668,19 +142383,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [33831] = 7, + [34438] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 1, - anon_sym_BANG, - ACTIONS(3371), 1, - anon_sym_COLON_COLON, - STATE(1548), 2, + ACTIONS(4042), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, + anon_sym_LT2, + STATE(1605), 1, + sym_type_arguments, + STATE(1610), 1, + sym_parameters, + STATE(1556), 2, sym_line_comment, sym_block_comment, - ACTIONS(3367), 17, + ACTIONS(3387), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141698,8 +142417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3365), 22, - anon_sym_LPAREN, + ACTIONS(3385), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141720,42 +142438,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_LT2, - [33891] = 9, + [34502] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4011), 1, - anon_sym_LT2, - STATE(1636), 1, - sym_type_arguments, - STATE(1645), 1, - sym_parameters, - STATE(1549), 2, + ACTIONS(3626), 1, + anon_sym_LBRACE, + STATE(1557), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 17, + ACTIONS(3393), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3373), 20, + ACTIONS(3395), 24, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141769,26 +142480,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_as, - [33955] = 7, + [34560] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, - anon_sym_BANG, - ACTIONS(3355), 1, - anon_sym_COLON_COLON, - STATE(1550), 2, + ACTIONS(4042), 1, + anon_sym_LPAREN, + ACTIONS(4048), 1, + anon_sym_LT2, + STATE(1605), 1, + sym_type_arguments, + STATE(1610), 1, + sym_parameters, + STATE(1558), 2, sym_line_comment, sym_block_comment, - ACTIONS(3351), 17, + ACTIONS(3399), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -141806,8 +142524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3349), 22, - anon_sym_LPAREN, + ACTIONS(3397), 20, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -141828,26 +142545,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - anon_sym_LT2, - [34015] = 7, + [34624] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3309), 1, - anon_sym_BANG, - ACTIONS(4071), 1, - anon_sym_COLON_COLON, - STATE(1551), 2, + STATE(1559), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3361), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -141857,7 +142570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 24, + ACTIONS(3363), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -141880,36 +142593,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, - [34075] = 6, + [34680] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3607), 1, - anon_sym_LBRACE, - STATE(1552), 2, + ACTIONS(3373), 1, + anon_sym_BANG, + ACTIONS(3375), 1, + anon_sym_COLON_COLON, + STATE(1560), 2, sym_line_comment, sym_block_comment, - ACTIONS(3333), 16, + ACTIONS(3371), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3335), 24, + ACTIONS(3369), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -141924,24 +142641,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, anon_sym_as, - [34133] = 6, + anon_sym_LT2, + [34740] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3557), 1, + ACTIONS(3634), 1, anon_sym_LBRACE, - STATE(1553), 2, + STATE(1561), 2, sym_line_comment, sym_block_comment, ACTIONS(3361), 16, @@ -141986,22 +142701,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [34191] = 5, + [34798] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1554), 2, + ACTIONS(3918), 1, + anon_sym_COLON_COLON, + ACTIONS(4062), 1, + anon_sym_BANG, + STATE(1562), 2, sym_line_comment, sym_block_comment, - ACTIONS(3333), 16, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -142011,10 +142729,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3335), 25, + ACTIONS(1477), 24, + anon_sym_SEMI, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -142034,37 +142753,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, anon_sym_as, - [34247] = 6, + [34858] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3507), 1, - anon_sym_LBRACE, - STATE(1555), 2, + ACTIONS(3381), 1, + anon_sym_BANG, + ACTIONS(3383), 1, + anon_sym_COLON_COLON, + STATE(1563), 2, sym_line_comment, sym_block_comment, - ACTIONS(3353), 16, + ACTIONS(3379), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3355), 24, + ACTIONS(3377), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142079,29 +142799,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, anon_sym_as, - [34305] = 7, + anon_sym_LT2, + [34918] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3849), 1, - anon_sym_COLON_COLON, - ACTIONS(4029), 1, + ACTIONS(3314), 1, anon_sym_BANG, - STATE(1556), 2, + ACTIONS(4096), 1, + anon_sym_COLON_COLON, + STATE(1564), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142117,11 +142835,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 24, - anon_sym_SEMI, + ACTIONS(1477), 24, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -142141,20 +142858,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, anon_sym_as, - [34365] = 7, + [34978] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3393), 1, anon_sym_BANG, - ACTIONS(3335), 1, + ACTIONS(3395), 1, anon_sym_COLON_COLON, - STATE(1557), 2, + STATE(1565), 2, sym_line_comment, sym_block_comment, - ACTIONS(3331), 17, + ACTIONS(3391), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142172,7 +142890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3329), 22, + ACTIONS(3389), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142195,15 +142913,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_as, anon_sym_LT2, - [34425] = 5, + [35038] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1558), 2, + STATE(1566), 2, sym_line_comment, sym_block_comment, - ACTIONS(3369), 16, + ACTIONS(3393), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142220,7 +142938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3371), 25, + ACTIONS(3395), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -142246,15 +142964,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, - [34481] = 5, + [35094] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1559), 2, + STATE(1567), 2, sym_line_comment, sym_block_comment, - ACTIONS(3353), 16, + ACTIONS(3373), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142271,7 +142989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3355), 25, + ACTIONS(3375), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -142297,46 +143015,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, - [34537] = 9, + [35150] = 25, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4011), 1, - anon_sym_LT2, - STATE(1636), 1, - sym_type_arguments, - STATE(1645), 1, - sym_parameters, - STATE(1560), 2, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4102), 1, + anon_sym_CARET, + ACTIONS(4104), 1, + anon_sym_AMP, + ACTIONS(4106), 1, + anon_sym_PIPE, + ACTIONS(4108), 1, + anon_sym_AMP_AMP, + ACTIONS(4110), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4116), 1, + anon_sym_EQ, + ACTIONS(4122), 1, + anon_sym_DOT_DOT, + STATE(407), 1, + sym_block, + STATE(3541), 1, + sym_label, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4120), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4124), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1568), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 17, - anon_sym_PLUS, + ACTIONS(4100), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4118), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4114), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [35245] = 25, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(951), 1, + anon_sym_RBRACK, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4126), 1, + anon_sym_SEMI, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4132), 1, + anon_sym_COMMA, + STATE(2800), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1569), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3345), 20, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -142345,31 +143153,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [34601] = 6, + [35340] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3497), 1, - anon_sym_LBRACE, - STATE(1561), 2, + STATE(1570), 2, sym_line_comment, sym_block_comment, - ACTIONS(3369), 16, + ACTIONS(3534), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -142379,9 +143179,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3371), 24, + ACTIONS(3532), 25, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -142404,22 +143205,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [34659] = 5, + [35395] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1562), 2, + ACTIONS(3704), 1, + anon_sym_BANG, + ACTIONS(3706), 1, + anon_sym_COLON_COLON, + STATE(1571), 2, sym_line_comment, sym_block_comment, - ACTIONS(3361), 16, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -142429,10 +143233,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3363), 25, + ACTIONS(3320), 23, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -142452,24 +143256,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_SQUOTE, anon_sym_as, - [34715] = 5, + [35454] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1563), 2, + STATE(1572), 2, sym_line_comment, sym_block_comment, - ACTIONS(3477), 15, + ACTIONS(3381), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -142479,10 +143282,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3475), 25, + ACTIONS(3383), 24, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -142505,18 +143307,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [34770] = 6, + [35509] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3913), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1564), 2, + STATE(1573), 2, sym_line_comment, sym_block_comment, - ACTIONS(3669), 15, + ACTIONS(3518), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142532,9 +143331,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 23, + ACTIONS(3516), 25, anon_sym_LPAREN, anon_sym_LBRACK, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -142555,20 +143355,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, anon_sym_as, - [34827] = 7, + [35564] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4073), 1, + ACTIONS(4134), 1, anon_sym_SQUOTE, - STATE(1725), 1, + STATE(1804), 1, sym_label, - STATE(1565), 2, + STATE(1574), 2, sym_line_comment, sym_block_comment, - ACTIONS(3551), 15, + ACTIONS(3654), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -142584,7 +143385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3549), 23, + ACTIONS(3652), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -142608,66 +143409,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [34886] = 25, - ACTIONS(19), 1, - anon_sym_LBRACE, + [35623] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4099), 1, + ACTIONS(4122), 1, anon_sym_DOT_DOT, - STATE(412), 1, + STATE(1417), 1, sym_block, - STATE(3499), 1, + STATE(3622), 1, sym_label, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + ACTIONS(4124), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1566), 2, + STATE(1575), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -142678,66 +143479,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [34981] = 25, + [35718] = 22, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(987), 1, + ACTIONS(1301), 1, + anon_sym_extern, + ACTIONS(3413), 1, + anon_sym_COLON_COLON, + ACTIONS(3423), 1, + sym_metavariable, + ACTIONS(3482), 1, + anon_sym_default, + ACTIONS(4136), 1, + sym_identifier, + ACTIONS(4138), 1, + anon_sym_fn, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2393), 1, + sym_extern_modifier, + STATE(2596), 1, + sym_scoped_type_identifier, + STATE(3397), 1, + sym_function_modifiers, + STATE(3417), 1, + sym_generic_type_with_turbofish, + STATE(3547), 1, + sym_scoped_identifier, + STATE(3553), 1, + sym_bracketed_type, + STATE(3635), 1, + sym_generic_type, + ACTIONS(3417), 2, + anon_sym_gen, + anon_sym_union, + STATE(1576), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1287), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3421), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3480), 17, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + [35807] = 25, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1031), 1, anon_sym_RBRACK, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4103), 1, - anon_sym_SEMI, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4109), 1, + ACTIONS(4140), 1, + anon_sym_SEMI, + ACTIONS(4142), 1, anon_sym_COMMA, - STATE(2791), 1, + STATE(2831), 1, aux_sym_arguments_repeat1, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1567), 2, + STATE(1577), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -142748,21 +143616,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35076] = 5, + [35902] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1568), 2, + STATE(1578), 2, sym_line_comment, sym_block_comment, - ACTIONS(3577), 15, + ACTIONS(3393), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -142772,10 +143641,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3575), 25, + ACTIONS(3395), 24, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, @@ -142798,66 +143666,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [35131] = 25, + [35957] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4099), 1, + ACTIONS(4122), 1, anon_sym_DOT_DOT, - STATE(1423), 1, + STATE(1741), 1, sym_block, - STATE(3606), 1, + STATE(3673), 1, sym_label, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + ACTIONS(4124), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1569), 2, + STATE(1579), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -142868,38 +143736,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35226] = 5, + [36052] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1570), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3333), 16, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(885), 1, + anon_sym_RBRACK, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, - anon_sym_BANG, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4144), 1, + anon_sym_SEMI, + ACTIONS(4146), 1, + anon_sym_COMMA, + STATE(3041), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3335), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1580), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -142910,92 +143806,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_as, - [35281] = 22, - ACTIONS(29), 1, - anon_sym_LT, + [36147] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1307), 1, - anon_sym_extern, - ACTIONS(3390), 1, - anon_sym_COLON_COLON, - ACTIONS(3392), 1, - anon_sym_default, - ACTIONS(3400), 1, - sym_metavariable, - ACTIONS(4111), 1, - sym_identifier, - ACTIONS(4113), 1, - anon_sym_fn, - STATE(2225), 1, - aux_sym_function_modifiers_repeat1, - STATE(2394), 1, - sym_extern_modifier, - STATE(2697), 1, - sym_scoped_type_identifier, - STATE(3403), 1, - sym_generic_type_with_turbofish, - STATE(3511), 1, - sym_scoped_identifier, - STATE(3535), 1, - sym_bracketed_type, - STATE(3600), 1, - sym_function_modifiers, - STATE(3617), 1, - sym_generic_type, - ACTIONS(3396), 2, - anon_sym_gen, - anon_sym_union, - STATE(1571), 2, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4102), 1, + anon_sym_CARET, + ACTIONS(4104), 1, + anon_sym_AMP, + ACTIONS(4106), 1, + anon_sym_PIPE, + ACTIONS(4108), 1, + anon_sym_AMP_AMP, + ACTIONS(4110), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4116), 1, + anon_sym_EQ, + ACTIONS(4122), 1, + anon_sym_DOT_DOT, + STATE(1746), 1, + sym_block, + STATE(3673), 1, + sym_label, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4120), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4124), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1581), 2, sym_line_comment, sym_block_comment, - ACTIONS(1293), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3398), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3388), 17, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - [35370] = 6, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4118), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4114), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [36242] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1419), 1, - sym_label, - STATE(1572), 2, + ACTIONS(3842), 2, + anon_sym_LBRACE, + anon_sym_COLON_COLON, + STATE(1582), 2, sym_line_comment, sym_block_comment, - ACTIONS(3551), 15, + ACTIONS(3844), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143011,10 +143903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3549), 24, + ACTIONS(3840), 23, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -143034,17 +143926,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, anon_sym_as, - [35427] = 5, + [36299] = 22, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1301), 1, + anon_sym_extern, + ACTIONS(3413), 1, + anon_sym_COLON_COLON, + ACTIONS(3423), 1, + sym_metavariable, + ACTIONS(3482), 1, + anon_sym_default, + ACTIONS(4148), 1, + sym_identifier, + ACTIONS(4150), 1, + anon_sym_fn, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2393), 1, + sym_extern_modifier, + STATE(2566), 1, + sym_scoped_type_identifier, + STATE(3417), 1, + sym_generic_type_with_turbofish, + STATE(3448), 1, + sym_function_modifiers, + STATE(3547), 1, + sym_scoped_identifier, + STATE(3553), 1, + sym_bracketed_type, + STATE(3635), 1, + sym_generic_type, + ACTIONS(3417), 2, + anon_sym_gen, + anon_sym_union, + STATE(1583), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1287), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3421), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3480), 17, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + [36388] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1573), 2, + ACTIONS(4152), 1, + anon_sym_COLON_COLON, + STATE(1584), 2, sym_line_comment, sym_block_comment, - ACTIONS(3623), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143060,11 +144020,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3621), 25, + ACTIONS(1477), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, - anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -143084,21 +144043,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, - [35482] = 7, + [36445] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4007), 1, - anon_sym_BANG, - ACTIONS(4115), 1, + ACTIONS(3888), 2, + anon_sym_LBRACE, anon_sym_COLON_COLON, - STATE(1574), 2, + STATE(1585), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3844), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143114,7 +144072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, + ACTIONS(3840), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -143138,66 +144096,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [35541] = 25, + [36502] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4099), 1, + ACTIONS(4122), 1, anon_sym_DOT_DOT, - STATE(1456), 1, + STATE(475), 1, sym_block, - STATE(3606), 1, + STATE(3672), 1, sym_label, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + ACTIONS(4124), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1575), 2, + STATE(1586), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143208,19 +144166,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35636] = 7, + [36597] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3787), 1, - anon_sym_BANG, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - STATE(1576), 2, + ACTIONS(4154), 1, + anon_sym_else, + STATE(1734), 1, + sym_else_clause, + STATE(1587), 2, sym_line_comment, sym_block_comment, - ACTIONS(3293), 15, + ACTIONS(1331), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143236,7 +144194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3291), 23, + ACTIONS(1329), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -143260,66 +144218,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [35695] = 25, - ACTIONS(19), 1, - anon_sym_LBRACE, + [36656] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4099), 1, + ACTIONS(4122), 1, anon_sym_DOT_DOT, - STATE(386), 1, + STATE(1406), 1, sym_block, - STATE(3499), 1, + STATE(3622), 1, sym_label, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + ACTIONS(4124), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1577), 2, + STATE(1588), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143330,15 +144288,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35790] = 5, + [36751] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1578), 2, + STATE(1589), 2, sym_line_comment, sym_block_comment, - ACTIONS(3487), 15, + ACTIONS(3502), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -143354,7 +144312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3485), 25, + ACTIONS(3500), 25, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -143380,66 +144338,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [35845] = 25, + [36806] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(883), 1, - anon_sym_RBRACK, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1590), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3526), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4117), 1, - anon_sym_SEMI, - ACTIONS(4119), 1, - anon_sym_COMMA, - STATE(3058), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1579), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3524), 25, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143450,22 +144380,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [35940] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_as, + [36861] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1580), 2, + ACTIONS(3888), 1, + anon_sym_COLON_COLON, + STATE(1591), 2, sym_line_comment, sym_block_comment, - ACTIONS(3369), 16, + ACTIONS(3844), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -143475,10 +144414,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3371), 24, + ACTIONS(3840), 24, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -143498,68 +144437,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, - [35995] = 25, + [36918] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4079), 1, - anon_sym_CARET, - ACTIONS(4081), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - anon_sym_PIPE, - ACTIONS(4085), 1, - anon_sym_AMP_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, - anon_sym_EQ, - ACTIONS(4099), 1, - anon_sym_DOT_DOT, - STATE(479), 1, - sym_block, - STATE(3656), 1, + STATE(1405), 1, sym_label, - ACTIONS(4075), 2, + STATE(1592), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3654), 15, anon_sym_PLUS, + anon_sym_STAR, anon_sym_DASH, - ACTIONS(4089), 2, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1581), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4077), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4091), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3652), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_LBRACE, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143570,66 +144482,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36090] = 25, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + anon_sym_as, + [36975] = 25, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4099), 1, + ACTIONS(4122), 1, anon_sym_DOT_DOT, - STATE(1812), 1, + STATE(482), 1, sym_block, - STATE(3657), 1, + STATE(3672), 1, sym_label, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + ACTIONS(4124), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1582), 2, + STATE(1593), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143640,66 +144560,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36185] = 25, + [37070] = 22, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(3681), 1, + ACTIONS(1301), 1, + anon_sym_extern, + ACTIONS(3413), 1, + anon_sym_COLON_COLON, + ACTIONS(3423), 1, + sym_metavariable, + ACTIONS(3482), 1, + anon_sym_default, + ACTIONS(4156), 1, + sym_identifier, + ACTIONS(4158), 1, + anon_sym_fn, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(2393), 1, + sym_extern_modifier, + STATE(2622), 1, + sym_scoped_type_identifier, + STATE(3417), 1, + sym_generic_type_with_turbofish, + STATE(3547), 1, + sym_scoped_identifier, + STATE(3553), 1, + sym_bracketed_type, + STATE(3568), 1, + sym_function_modifiers, + STATE(3635), 1, + sym_generic_type, + ACTIONS(3417), 2, + anon_sym_gen, + anon_sym_union, + STATE(1594), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1287), 3, + anon_sym_async, + anon_sym_const, + anon_sym_unsafe, + ACTIONS(3421), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(3480), 17, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + [37159] = 25, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(867), 1, + anon_sym_RBRACK, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4099), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - STATE(1819), 1, - sym_block, - STATE(3657), 1, - sym_label, - ACTIONS(4075), 2, + ACTIONS(4160), 1, + anon_sym_SEMI, + ACTIONS(4162), 1, + anon_sym_COMMA, + STATE(2834), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1583), 2, + STATE(1595), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143710,22 +144697,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [36280] = 5, + [37254] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1584), 2, + ACTIONS(3842), 1, + anon_sym_COLON_COLON, + STATE(1596), 2, sym_line_comment, sym_block_comment, - ACTIONS(3353), 16, + ACTIONS(3844), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, - anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -143735,10 +144723,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3355), 24, + ACTIONS(3840), 24, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_EQ_GT, + anon_sym_LBRACE, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -143758,111 +144746,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, + anon_sym_SQUOTE, anon_sym_as, - [36335] = 25, + [37311] = 25, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(867), 1, - anon_sym_RBRACK, - ACTIONS(3681), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4122), 1, anon_sym_DOT_DOT, - ACTIONS(4121), 1, - anon_sym_SEMI, - ACTIONS(4123), 1, - anon_sym_COMMA, - STATE(2946), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, + STATE(392), 1, + sym_block, + STATE(3541), 1, + sym_label, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4124), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1585), 2, + STATE(1597), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [36430] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3973), 1, - anon_sym_COLON_COLON, - STATE(1586), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3293), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3291), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -143873,33 +144818,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - anon_sym_as, - [36487] = 7, + [37406] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4125), 1, - anon_sym_else, - STATE(1804), 1, - sym_else_clause, - STATE(1587), 2, + STATE(1598), 2, sym_line_comment, sym_block_comment, - ACTIONS(1229), 15, + ACTIONS(3373), 16, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, anon_sym_CARET, + anon_sym_BANG, anon_sym_AMP, anon_sym_PIPE, anon_sym_LT_LT, @@ -143909,7 +144843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1227), 23, + ACTIONS(3375), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -143932,136 +144866,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [36546] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4127), 1, anon_sym_COLON_COLON, - STATE(1588), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1461), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1459), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_LBRACE, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, anon_sym_as, - [36603] = 22, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1307), 1, - anon_sym_extern, - ACTIONS(3390), 1, - anon_sym_COLON_COLON, - ACTIONS(3392), 1, - anon_sym_default, - ACTIONS(3400), 1, - sym_metavariable, - ACTIONS(4129), 1, - sym_identifier, - ACTIONS(4131), 1, - anon_sym_fn, - STATE(2225), 1, - aux_sym_function_modifiers_repeat1, - STATE(2394), 1, - sym_extern_modifier, - STATE(2638), 1, - sym_scoped_type_identifier, - STATE(3403), 1, - sym_generic_type_with_turbofish, - STATE(3432), 1, - sym_function_modifiers, - STATE(3511), 1, - sym_scoped_identifier, - STATE(3535), 1, - sym_bracketed_type, - STATE(3617), 1, - sym_generic_type, - ACTIONS(3396), 2, - anon_sym_gen, - anon_sym_union, - STATE(1589), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1293), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3398), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3388), 17, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - [36692] = 6, + [37461] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3913), 1, + ACTIONS(4044), 1, + anon_sym_BANG, + ACTIONS(4164), 1, anon_sym_COLON_COLON, - STATE(1590), 2, + STATE(1599), 2, sym_line_comment, sym_block_comment, - ACTIONS(3669), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144077,10 +144896,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 24, + ACTIONS(1477), 23, anon_sym_LPAREN, anon_sym_LBRACK, - anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -144100,89 +144919,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - anon_sym_as, - [36749] = 25, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(947), 1, - anon_sym_RBRACK, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4133), 1, - anon_sym_SEMI, - ACTIONS(4135), 1, - anon_sym_COMMA, - STATE(2863), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1591), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [36844] = 6, + [37520] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3761), 1, + ACTIONS(4000), 1, anon_sym_COLON_COLON, - STATE(1592), 2, + STATE(1600), 2, sym_line_comment, sym_block_comment, - ACTIONS(3669), 15, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144198,7 +144946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 24, + ACTIONS(3320), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_LBRACE, @@ -144223,79 +144971,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, anon_sym_as, - [36901] = 22, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1307), 1, - anon_sym_extern, - ACTIONS(3390), 1, - anon_sym_COLON_COLON, - ACTIONS(3392), 1, - anon_sym_default, - ACTIONS(3400), 1, - sym_metavariable, - ACTIONS(4137), 1, - sym_identifier, - ACTIONS(4139), 1, - anon_sym_fn, - STATE(2225), 1, - aux_sym_function_modifiers_repeat1, - STATE(2394), 1, - sym_extern_modifier, - STATE(2551), 1, - sym_scoped_type_identifier, - STATE(3403), 1, - sym_generic_type_with_turbofish, - STATE(3511), 1, - sym_scoped_identifier, - STATE(3535), 1, - sym_bracketed_type, - STATE(3548), 1, - sym_function_modifiers, - STATE(3617), 1, - sym_generic_type, - ACTIONS(3396), 2, - anon_sym_gen, - anon_sym_union, - STATE(1593), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1293), 3, - anon_sym_async, - anon_sym_const, - anon_sym_unsafe, - ACTIONS(3398), 3, - sym_self, - sym_super, - sym_crate, - ACTIONS(3388), 17, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - [36990] = 5, + [37577] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1594), 2, + STATE(1601), 2, sym_line_comment, sym_block_comment, ACTIONS(3361), 16, @@ -144340,18 +145021,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [37045] = 6, + [37632] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3761), 2, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - STATE(1595), 2, + STATE(1602), 2, sym_line_comment, sym_block_comment, - ACTIONS(3669), 15, + ACTIONS(3658), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144367,7 +145045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3667), 23, + ACTIONS(3656), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144390,67 +145068,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_DASH_GT, anon_sym_as, - [37102] = 25, + [37686] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4079), 1, + STATE(1603), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3580), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4085), 1, - anon_sym_AMP_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, - anon_sym_EQ, - ACTIONS(4099), 1, - anon_sym_DOT_DOT, - STATE(490), 1, - sym_block, - STATE(3656), 1, - sym_label, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3578), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1596), 2, + anon_sym_COLON_COLON, + anon_sym_as, + [37740] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1604), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(3592), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4091), 10, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3590), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -144461,54 +145160,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37197] = 18, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_as, + [37794] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4079), 1, + STATE(1605), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3596), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4085), 1, - anon_sym_AMP_AMP, - ACTIONS(3853), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1597), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4077), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3851), 16, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3594), 24, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -144520,65 +145209,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [37277] = 22, + anon_sym_COLON_COLON, + anon_sym_as, + [37848] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4166), 1, + anon_sym_DASH_GT, + STATE(1606), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3604), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4085), 1, - anon_sym_AMP_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, - anon_sym_EQ, - ACTIONS(4141), 1, - anon_sym_DOT_DOT, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4143), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1598), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3729), 3, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3602), 23, anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4077), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4091), 10, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -144589,17 +145260,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37365] = 6, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [37904] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4145), 1, + ACTIONS(4168), 1, anon_sym_COLON_COLON, - STATE(1599), 2, + STATE(1607), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3387), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144615,7 +145293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, + ACTIONS(3385), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144639,19 +145317,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37421] = 7, + [37960] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4147), 1, - anon_sym_LPAREN, - STATE(1789), 1, - sym_arguments, - STATE(1600), 2, + ACTIONS(4168), 1, + anon_sym_COLON_COLON, + STATE(1608), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 15, + ACTIONS(3399), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144667,7 +145343,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3559), 22, + ACTIONS(3397), 23, + anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -144690,15 +145367,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37479] = 5, + [38016] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1601), 2, + ACTIONS(4170), 1, + anon_sym_DASH_GT, + STATE(1609), 2, sym_line_comment, sym_block_comment, - ACTIONS(3517), 15, + ACTIONS(3616), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144714,7 +145393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3515), 24, + ACTIONS(3614), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144737,19 +145416,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_DASH_GT, anon_sym_as, - [37533] = 6, + [38072] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4149), 1, - anon_sym_COLON_COLON, - STATE(1602), 2, + ACTIONS(4172), 1, + anon_sym_DASH_GT, + STATE(1610), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3622), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144765,7 +145443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, + ACTIONS(3620), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144789,64 +145467,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37589] = 24, + [38128] = 21, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4052), 1, + anon_sym_EQ, + ACTIONS(4102), 1, + anon_sym_CARET, + ACTIONS(4104), 1, + anon_sym_AMP, + ACTIONS(4106), 1, + anon_sym_PIPE, + ACTIONS(4108), 1, + anon_sym_AMP_AMP, + ACTIONS(4110), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4174), 1, + anon_sym_DOT_DOT, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4120), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4176), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1611), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4118), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4050), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_SQUOTE, + [38214] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4174), 1, anon_sym_DOT_DOT, - ACTIONS(4151), 1, - anon_sym_RPAREN, - ACTIONS(4153), 1, - anon_sym_COMMA, - STATE(3078), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4176), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1603), 2, + STATE(1612), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(3776), 3, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -144857,17 +145598,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [37681] = 6, + [38302] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4155), 1, - anon_sym_DASH_GT, - STATE(1604), 2, + STATE(1613), 2, sym_line_comment, sym_block_comment, - ACTIONS(3647), 15, + ACTIONS(3391), 17, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144878,12 +145617,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT_LT_EQ, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_LT_EQ, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3645), 23, + ACTIONS(3389), 22, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144898,26 +145639,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37737] = 6, + anon_sym_LT2, + [38356] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4157), 1, + ACTIONS(4178), 1, anon_sym_DASH_GT, - STATE(1605), 2, + STATE(1614), 2, sym_line_comment, sym_block_comment, - ACTIONS(3539), 15, + ACTIONS(3666), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144933,7 +145673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3537), 23, + ACTIONS(3664), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -144957,15 +145697,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37793] = 5, + [38412] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1606), 2, + ACTIONS(4180), 1, + anon_sym_DASH_GT, + STATE(1615), 2, sym_line_comment, sym_block_comment, - ACTIONS(3481), 15, + ACTIONS(3672), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -144981,7 +145723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3479), 24, + ACTIONS(3670), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145004,19 +145746,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_DASH_GT, anon_sym_as, - [37847] = 6, + [38468] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4159), 1, + ACTIONS(4182), 1, anon_sym_DASH_GT, - STATE(1607), 2, + STATE(1616), 2, sym_line_comment, sym_block_comment, - ACTIONS(3545), 15, + ACTIONS(3678), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145032,7 +145773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3543), 23, + ACTIONS(3676), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145056,15 +145797,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [37903] = 5, + [38524] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1608), 2, + STATE(1617), 2, sym_line_comment, sym_block_comment, - ACTIONS(3491), 15, + ACTIONS(3506), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145080,7 +145821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3489), 24, + ACTIONS(3504), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145105,44 +145846,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_DASH_GT, anon_sym_as, - [37957] = 13, + [38578] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4081), 1, - anon_sym_AMP, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1609), 2, + ACTIONS(4168), 1, + anon_sym_COLON_COLON, + STATE(1618), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(3355), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 6, anon_sym_CARET, + anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 21, + ACTIONS(3353), 23, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -145161,44 +145895,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [38027] = 12, + anon_sym_as, + [38634] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1610), 2, + ACTIONS(4184), 1, + anon_sym_DASH_GT, + STATE(1619), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(3512), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 7, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 21, + ACTIONS(3510), 23, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -145217,44 +145945,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [38095] = 14, + anon_sym_as, + [38690] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, - anon_sym_CARET, - ACTIONS(4081), 1, - anon_sym_AMP, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1611), 2, + STATE(1620), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 5, + ACTIONS(3872), 11, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_CARET, + anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3851), 21, + ACTIONS(3870), 21, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_AMP_AMP, @@ -145276,29 +146000,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [38167] = 10, + [38754] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - STATE(1612), 2, + STATE(1621), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(3522), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -145307,10 +146022,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 21, + ACTIONS(3520), 24, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -145329,51 +146047,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [38231] = 17, + anon_sym_DASH_GT, + anon_sym_as, + [38808] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, - anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, - anon_sym_PIPE, - ACTIONS(3853), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1613), 2, + STATE(1622), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3851), 17, + ACTIONS(3872), 6, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 21, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_AMP_AMP, @@ -145388,20 +146099,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [38309] = 6, + [38878] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4161), 1, - anon_sym_COLON_COLON, - STATE(1614), 2, + STATE(1623), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(3530), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145417,7 +146130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 23, + ACTIONS(3528), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145440,41 +146153,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_DASH_GT, anon_sym_as, - [38365] = 11, + [38932] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1615), 2, + ACTIONS(4112), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1624), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 9, + ACTIONS(3872), 7, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3851), 21, + ACTIONS(3870), 21, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_AMP_AMP, @@ -145496,128 +146211,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [38431] = 24, + [39000] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4163), 1, - anon_sym_RPAREN, - ACTIONS(4165), 1, - anon_sym_COMMA, - STATE(2821), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1616), 2, + STATE(1625), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [38523] = 21, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4033), 1, - anon_sym_EQ, - ACTIONS(4079), 1, - anon_sym_CARET, - ACTIONS(4081), 1, - anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(3872), 5, anon_sym_PIPE, - ACTIONS(4085), 1, - anon_sym_AMP_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4141), 1, - anon_sym_DOT_DOT, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4097), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4143), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1617), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4077), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4031), 13, + anon_sym_DOT_DOT, + ACTIONS(3870), 21, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145628,61 +146262,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [38609] = 21, + [39072] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3995), 1, - anon_sym_EQ, - ACTIONS(4079), 1, + STATE(1626), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3538), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4081), 1, anon_sym_AMP, - ACTIONS(4083), 1, anon_sym_PIPE, - ACTIONS(4085), 1, - anon_sym_AMP_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4141), 1, - anon_sym_DOT_DOT, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4143), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1618), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4077), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3977), 13, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3536), 24, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145693,111 +146310,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_SQUOTE, - [38695] = 22, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_DASH_GT, + anon_sym_as, + [39126] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(3872), 2, anon_sym_EQ, - ACTIONS(4105), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1619), 2, + STATE(1627), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4167), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(3997), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [38783] = 15, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4079), 1, - anon_sym_CARET, - ACTIONS(4081), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - anon_sym_PIPE, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1620), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4077), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3853), 4, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 21, + ACTIONS(3870), 17, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_AMP_AMP, @@ -145812,63 +146376,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [38857] = 19, + [39204] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(377), 2, + ACTIONS(3872), 2, anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - STATE(1621), 2, + STATE(1628), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(375), 15, + ACTIONS(3870), 16, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145882,64 +146441,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_SQUOTE, - [38939] = 24, + [39284] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1007), 1, - anon_sym_RPAREN, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4169), 1, - anon_sym_COMMA, - STATE(2899), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1622), 2, + STATE(1629), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(3872), 9, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 21, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -145950,15 +146489,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39031] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [39350] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1623), 2, + ACTIONS(4168), 1, + anon_sym_COLON_COLON, + STATE(1630), 2, sym_line_comment, sym_block_comment, - ACTIONS(3591), 15, + ACTIONS(3367), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -145974,7 +146522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3589), 24, + ACTIONS(3365), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -145997,66 +146545,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_DASH_GT, anon_sym_as, - [39085] = 24, + [39406] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(989), 1, - anon_sym_RBRACK, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4032), 1, + anon_sym_EQ, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4174), 1, anon_sym_DOT_DOT, - ACTIONS(4171), 1, - anon_sym_COMMA, - STATE(2951), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4176), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1624), 2, + STATE(1631), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4030), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146067,35 +146610,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39177] = 5, + anon_sym_SQUOTE, + [39492] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1625), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3631), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4102), 1, anon_sym_CARET, + ACTIONS(4104), 1, anon_sym_AMP, + ACTIONS(4106), 1, anon_sym_PIPE, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, + STATE(1632), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3872), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3629), 24, + ACTIONS(3870), 21, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + anon_sym_LBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -146114,17 +146669,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_DASH_GT, - anon_sym_as, - [39231] = 5, + anon_sym_SQUOTE, + [39566] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1626), 2, + STATE(1633), 2, sym_line_comment, sym_block_comment, - ACTIONS(3505), 15, + ACTIONS(3644), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146140,7 +146694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3503), 24, + ACTIONS(3642), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146165,127 +146719,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_as, - [39285] = 19, + [39620] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4079), 1, - anon_sym_CARET, - ACTIONS(4081), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - anon_sym_PIPE, - ACTIONS(4085), 1, - anon_sym_AMP_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4019), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4097), 2, - anon_sym_GT, - anon_sym_LT, - STATE(1627), 2, + STATE(1634), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(3648), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4017), 15, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_SQUOTE, - [39367] = 24, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(991), 1, - anon_sym_RBRACK, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4173), 1, - anon_sym_COMMA, - STATE(2825), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1628), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3646), 24, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146296,105 +146760,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [39459] = 22, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_as, + [39674] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4040), 2, anon_sym_EQ, - ACTIONS(4105), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1629), 2, + STATE(1635), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4175), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - ACTIONS(3997), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [39547] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3789), 1, - anon_sym_COLON_COLON, - STATE(1630), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3293), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3291), 23, + ACTIONS(4038), 15, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -146405,22 +146828,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [39603] = 5, + anon_sym_SQUOTE, + [39756] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1631), 2, + ACTIONS(3706), 1, + anon_sym_COLON_COLON, + STATE(1636), 2, sym_line_comment, sym_block_comment, - ACTIONS(3495), 15, + ACTIONS(3322), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146436,7 +146857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3493), 24, + ACTIONS(3320), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146459,19 +146880,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, anon_sym_as, - [39657] = 6, + [39812] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4177), 1, - anon_sym_COLON_COLON, - STATE(1632), 2, + ACTIONS(969), 1, + anon_sym_RPAREN, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, + anon_sym_CARET, + ACTIONS(4008), 1, + anon_sym_AMP, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4186), 1, + anon_sym_COMMA, + STATE(3070), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1637), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 15, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [39904] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1638), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1401), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146487,7 +146973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3341), 23, + ACTIONS(1399), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146511,17 +146997,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [39713] = 6, + anon_sym_else, + [39958] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4179), 1, + ACTIONS(4188), 1, anon_sym_COLON_COLON, - STATE(1633), 2, + STATE(1639), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146537,7 +147024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 23, + ACTIONS(1477), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146561,15 +147048,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [39769] = 5, + [40014] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1634), 2, + STATE(1640), 2, sym_line_comment, sym_block_comment, - ACTIONS(3581), 15, + ACTIONS(1385), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146585,7 +147072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3579), 24, + ACTIONS(1383), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146608,19 +147095,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, anon_sym_as, - [39823] = 6, + anon_sym_else, + [40068] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4177), 1, - anon_sym_COLON_COLON, - STATE(1635), 2, + STATE(1641), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(1405), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146636,7 +147121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 23, + ACTIONS(1403), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146660,15 +147145,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [39879] = 5, + anon_sym_else, + [40122] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1636), 2, + STATE(1642), 2, sym_line_comment, sym_block_comment, - ACTIONS(3619), 15, + ACTIONS(1389), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146684,7 +147170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3617), 24, + ACTIONS(1387), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146707,84 +147193,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_as, - [39933] = 21, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, anon_sym_as, - ACTIONS(4079), 1, - anon_sym_CARET, - ACTIONS(4081), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - anon_sym_PIPE, - ACTIONS(4085), 1, - anon_sym_AMP_AMP, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4141), 1, - anon_sym_DOT_DOT, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4097), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4143), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1637), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4077), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(341), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_SQUOTE, - [40019] = 6, + anon_sym_else, + [40176] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4181), 1, - anon_sym_DASH_GT, - STATE(1638), 2, + STATE(1643), 2, sym_line_comment, sym_block_comment, - ACTIONS(3601), 15, + ACTIONS(1411), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146800,7 +147219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3599), 23, + ACTIONS(1409), 24, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146824,85 +147243,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40075] = 24, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(993), 1, - anon_sym_RPAREN, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4183), 1, - anon_sym_COMMA, - STATE(2856), 1, - aux_sym_arguments_repeat1, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1639), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [40167] = 6, + anon_sym_else, + [40230] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4185), 1, - anon_sym_DASH_GT, - STATE(1640), 2, + ACTIONS(4190), 1, + anon_sym_LPAREN, + STATE(1834), 1, + sym_arguments, + STATE(1644), 2, sym_line_comment, sym_block_comment, - ACTIONS(3521), 15, + ACTIONS(3612), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146918,8 +147272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3519), 23, - anon_sym_LPAREN, + ACTIONS(3608), 22, anon_sym_LBRACK, anon_sym_EQ_GT, anon_sym_QMARK, @@ -146942,17 +147295,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40223] = 6, + [40288] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4177), 1, + ACTIONS(4192), 1, anon_sym_COLON_COLON, - STATE(1641), 2, + STATE(1645), 2, sym_line_comment, sym_block_comment, - ACTIONS(3347), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -146968,7 +147321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3345), 23, + ACTIONS(1477), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -146992,39 +147345,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [40279] = 6, + [40344] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4177), 1, - anon_sym_COLON_COLON, - STATE(1642), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3375), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4102), 1, anon_sym_CARET, + ACTIONS(4104), 1, anon_sym_AMP, + ACTIONS(4106), 1, anon_sym_PIPE, + ACTIONS(4108), 1, + anon_sym_AMP_AMP, + ACTIONS(4110), 1, + anon_sym_PIPE_PIPE, + ACTIONS(393), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3373), 23, + STATE(1646), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4118), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(391), 15, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147035,69 +147405,128 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_SQUOTE, + [40426] = 21, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4102), 1, + anon_sym_CARET, + ACTIONS(4104), 1, + anon_sym_AMP, + ACTIONS(4106), 1, + anon_sym_PIPE, + ACTIONS(4108), 1, + anon_sym_AMP_AMP, + ACTIONS(4110), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4174), 1, + anon_sym_DOT_DOT, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4120), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4176), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1647), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [40335] = 22, + ACTIONS(341), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_SQUOTE, + [40512] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4056), 1, + anon_sym_EQ, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, - anon_sym_EQ, - ACTIONS(4141), 1, + ACTIONS(4174), 1, anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4143), 2, + ACTIONS(4176), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1643), 2, + STATE(1648), 2, sym_line_comment, sym_block_comment, - ACTIONS(3825), 3, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_SQUOTE, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4054), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147108,39 +147537,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [40423] = 6, + anon_sym_SQUOTE, + [40598] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4187), 1, - anon_sym_DASH_GT, - STATE(1644), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3585), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4060), 1, + anon_sym_EQ, + ACTIONS(4102), 1, anon_sym_CARET, + ACTIONS(4104), 1, anon_sym_AMP, + ACTIONS(4106), 1, anon_sym_PIPE, + ACTIONS(4108), 1, + anon_sym_AMP_AMP, + ACTIONS(4110), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4174), 1, + anon_sym_DOT_DOT, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3583), 23, + ACTIONS(4176), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1649), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4118), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4058), 13, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147151,46 +147602,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [40479] = 6, + anon_sym_SQUOTE, + [40684] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4189), 1, - anon_sym_DASH_GT, - STATE(1645), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3595), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4102), 1, anon_sym_CARET, + ACTIONS(4104), 1, anon_sym_AMP, + ACTIONS(4106), 1, anon_sym_PIPE, + ACTIONS(4108), 1, + anon_sym_AMP_AMP, + ACTIONS(4110), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4116), 1, + anon_sym_EQ, + ACTIONS(4174), 1, + anon_sym_DOT_DOT, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3593), 23, + ACTIONS(4176), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1650), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3812), 3, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, + anon_sym_SQUOTE, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4118), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147201,67 +147669,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [40535] = 21, + [40772] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4037), 1, - anon_sym_EQ, - ACTIONS(4079), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4141), 1, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4194), 1, + anon_sym_RPAREN, + ACTIONS(4196), 1, + anon_sym_COMMA, + STATE(2837), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4143), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1646), 2, + STATE(1651), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4035), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147272,149 +147737,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_SQUOTE, - [40621] = 5, + [40864] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1647), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1379), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(1035), 1, + anon_sym_RBRACK, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4198), 1, + anon_sym_COMMA, + STATE(2843), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1377), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - anon_sym_else, - [40675] = 18, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4191), 1, - sym_identifier, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(4195), 1, - anon_sym_RBRACE, - ACTIONS(4197), 1, - anon_sym_STAR, - ACTIONS(4201), 1, - anon_sym_COMMA, - ACTIONS(4203), 1, - anon_sym_COLON_COLON, - ACTIONS(4207), 1, - sym_metavariable, - STATE(2520), 1, - sym_scoped_identifier, - STATE(2891), 1, - sym__use_clause, - STATE(3463), 1, - sym_bracketed_type, - STATE(3610), 1, - sym_generic_type_with_turbofish, - STATE(1648), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4205), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4199), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [40755] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1649), 2, + STATE(1652), 2, sym_line_comment, sym_block_comment, - ACTIONS(1335), 15, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1333), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147425,45 +147805,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - anon_sym_else, - [40809] = 5, + [40956] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1650), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1393), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(1007), 1, + anon_sym_RPAREN, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4200), 1, + anon_sym_COMMA, + STATE(2878), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1391), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1653), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147474,68 +147873,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - anon_sym_else, - [40863] = 21, + [41048] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4023), 1, - anon_sym_EQ, - ACTIONS(4079), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4141), 1, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4202), 1, + anon_sym_RPAREN, + ACTIONS(4204), 1, + anon_sym_COMMA, + STATE(2813), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4143), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1651), 2, + STATE(1654), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4021), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147546,87 +147941,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_SQUOTE, - [40949] = 5, + [41140] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1652), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1331), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1329), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - anon_sym_else, - [41003] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1653), 2, + STATE(1655), 2, sym_line_comment, sym_block_comment, - ACTIONS(1365), 15, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1363), 24, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4206), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147637,70 +148007,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - anon_sym_else, - [41057] = 22, + [41228] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4141), 1, + ACTIONS(4174), 1, anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4143), 2, + ACTIONS(4176), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1654), 2, + STATE(1656), 2, sym_line_comment, sym_block_comment, - ACTIONS(3869), 3, + ACTIONS(3940), 3, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_SQUOTE, - ACTIONS(4077), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147711,39 +148073,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41145] = 5, + [41316] = 18, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1655), 2, + ACTIONS(4208), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_LBRACE, + ACTIONS(4212), 1, + anon_sym_RBRACE, + ACTIONS(4214), 1, + anon_sym_STAR, + ACTIONS(4218), 1, + anon_sym_COMMA, + ACTIONS(4220), 1, + anon_sym_COLON_COLON, + ACTIONS(4224), 1, + sym_metavariable, + STATE(2485), 1, + sym_scoped_identifier, + STATE(3096), 1, + sym__use_clause, + STATE(3412), 1, + sym_bracketed_type, + STATE(3537), 1, + sym_generic_type_with_turbofish, + STATE(1657), 2, sym_line_comment, sym_block_comment, - ACTIONS(3359), 17, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4222), 3, + sym_self, + sym_super, + sym_crate, + STATE(2965), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4216), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [41396] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_LT_LT_EQ, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1658), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4226), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3357), 22, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147752,68 +148199,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_AMP_EQ, anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - anon_sym_LT2, - [41199] = 21, + [41484] = 24, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(923), 1, + anon_sym_RBRACK, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4027), 1, - anon_sym_EQ, - ACTIONS(4079), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4085), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4087), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4141), 1, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4228), 1, + anon_sym_COMMA, + STATE(2825), 1, + aux_sym_arguments_repeat1, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4143), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1656), 2, + STATE(1659), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4095), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4025), 13, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147824,16 +148269,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_SQUOTE, - [41285] = 5, + [41576] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1657), 2, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + STATE(1660), 2, sym_line_comment, sym_block_comment, - ACTIONS(3501), 15, + ACTIONS(3367), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147849,7 +148295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3499), 24, + ACTIONS(3365), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147872,64 +148318,176 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_as, + [41632] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4232), 1, anon_sym_COLON_COLON, + STATE(1661), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3367), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3365), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_as, - [41339] = 23, + [41688] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(129), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4024), 1, + anon_sym_EQ, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4108), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4174), 1, + anon_sym_DOT_DOT, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4120), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4176), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1662), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4118), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4022), 13, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_SQUOTE, + [41774] = 21, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4032), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4238), 1, + anon_sym_CARET, + ACTIONS(4240), 1, + anon_sym_AMP, + ACTIONS(4242), 1, + anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4254), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4256), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1658), 2, + STATE(1663), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4250), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4030), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -147940,15 +148498,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41428] = 5, + [41859] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1659), 2, + STATE(1664), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3758), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -147964,7 +148522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, + ACTIONS(3756), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -147988,15 +148546,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41481] = 5, + [41912] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1660), 2, + STATE(1665), 2, sym_line_comment, sym_block_comment, - ACTIONS(3691), 15, + ACTIONS(3268), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148012,7 +148570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3689), 23, + ACTIONS(3270), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148036,111 +148594,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41534] = 22, + [41965] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4211), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1661), 2, + STATE(1666), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(3818), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [41621] = 15, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4217), 1, anon_sym_CARET, - ACTIONS(4219), 1, anon_sym_AMP, - ACTIONS(4221), 1, anon_sym_PIPE, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1662), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3853), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 20, + ACTIONS(3816), 23, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -148159,15 +148641,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [41694] = 5, + anon_sym_as, + [42018] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1663), 2, + STATE(1667), 2, sym_line_comment, sym_block_comment, - ACTIONS(3563), 15, + ACTIONS(3868), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148183,7 +148666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3559), 23, + ACTIONS(3866), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148207,61 +148690,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41747] = 22, + [42071] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4052), 1, + anon_sym_EQ, + ACTIONS(4238), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4242), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4244), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4246), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4254), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4256), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4225), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1664), 2, + STATE(1668), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4250), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4050), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148272,62 +148754,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41834] = 23, + [42156] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1669), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3864), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4227), 1, - anon_sym_SEMI, - ACTIONS(4229), 1, - anon_sym_else, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3862), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1665), 2, + anon_sym_as, + [42209] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1670), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(3908), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3906), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148338,15 +148843,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [41923] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [42262] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1666), 2, + STATE(1671), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3830), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148362,7 +148874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 23, + ACTIONS(3828), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148386,15 +148898,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [41976] = 5, + [42315] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1667), 2, + STATE(1672), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3954), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148410,7 +148922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 23, + ACTIONS(3952), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148434,15 +148946,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42029] = 5, + [42368] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1668), 2, + STATE(1673), 2, sym_line_comment, sym_block_comment, - ACTIONS(3819), 15, + ACTIONS(3698), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148458,7 +148970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3817), 23, + ACTIONS(3696), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148482,15 +148994,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42082] = 5, + [42421] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1669), 2, + STATE(1674), 2, sym_line_comment, sym_block_comment, - ACTIONS(3847), 15, + ACTIONS(3712), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148506,7 +149018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3845), 23, + ACTIONS(3710), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148530,56 +149042,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42135] = 19, + [42474] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(4217), 1, + STATE(1675), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3872), 14, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4219), 1, anon_sym_AMP, - ACTIONS(4221), 1, anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4019), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1670), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4017), 14, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148590,17 +149088,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [42216] = 5, + [42535] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1671), 2, + STATE(1676), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3720), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148616,7 +149118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, + ACTIONS(3718), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148640,37 +149142,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42269] = 5, + [42588] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1672), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3831), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4254), 1, + anon_sym_DOT_DOT, + ACTIONS(4268), 1, + anon_sym_EQ, + ACTIONS(3776), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3829), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4256), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1677), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4266), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148681,69 +149207,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [42322] = 23, + [42675] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4122), 1, anon_sym_DOT_DOT, - ACTIONS(4239), 1, - anon_sym_SEMI, - ACTIONS(4241), 1, - anon_sym_else, - ACTIONS(3979), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4124), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1673), 2, + STATE(1678), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4270), 3, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -148754,15 +149271,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42411] = 5, + [42760] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1674), 2, + STATE(1679), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3970), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148778,7 +149295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, + ACTIONS(3968), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148802,21 +149319,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42464] = 8, + [42813] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - STATE(1675), 2, + STATE(1680), 2, sym_line_comment, sym_block_comment, - ACTIONS(3815), 14, + ACTIONS(3974), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148830,10 +149341,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3813), 21, + ACTIONS(3972), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -148853,52 +149367,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42523] = 17, + [42866] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4217), 1, + STATE(1681), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3694), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4219), 1, anon_sym_AMP, - ACTIONS(4221), 1, anon_sym_PIPE, - ACTIONS(3853), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1676), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(3851), 16, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3692), 23, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -148911,17 +149408,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [42600] = 5, + anon_sym_as, + [42919] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1677), 2, + STATE(1682), 2, sym_line_comment, sym_block_comment, - ACTIONS(3653), 15, + ACTIONS(3778), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -148937,7 +149439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3651), 23, + ACTIONS(3776), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -148961,62 +149463,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42653] = 23, + [42972] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(305), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1683), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3848), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1678), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3846), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149027,15 +149504,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42742] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [43025] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1679), 2, + STATE(1684), 2, sym_line_comment, sym_block_comment, - ACTIONS(3673), 15, + ACTIONS(3822), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149051,7 +149535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3671), 23, + ACTIONS(3820), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149075,15 +149559,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42795] = 5, + [43078] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1680), 2, + STATE(1685), 2, sym_line_comment, sym_block_comment, - ACTIONS(3677), 15, + ACTIONS(3826), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149099,7 +149583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3675), 23, + ACTIONS(3824), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149123,61 +149607,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42848] = 22, + [43131] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1686), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3806), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4249), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1681), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3804), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149188,15 +149648,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [42935] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [43184] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1682), 2, + STATE(1687), 2, sym_line_comment, sym_block_comment, - ACTIONS(3807), 15, + ACTIONS(3810), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149212,7 +149679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3805), 23, + ACTIONS(3808), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149236,15 +149703,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [42988] = 5, + [43237] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1683), 2, + STATE(1688), 2, sym_line_comment, sym_block_comment, - ACTIONS(3961), 15, + ACTIONS(3852), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149260,7 +149727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3959), 23, + ACTIONS(3850), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149284,56 +149751,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43041] = 19, + [43290] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4217), 1, + STATE(1689), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3872), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, - ACTIONS(4219), 1, anon_sym_AMP, - ACTIONS(4221), 1, anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(377), 2, - anon_sym_EQ, - anon_sym_DOT_DOT, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - STATE(1684), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(375), 14, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149344,62 +149798,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [43122] = 21, + [43353] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4217), 1, - anon_sym_CARET, - ACTIONS(4219), 1, + ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(4221), 1, - anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, - anon_sym_DOT_DOT, - ACTIONS(4213), 2, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4253), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1685), 2, + STATE(1690), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(341), 12, + ACTIONS(3872), 6, + anon_sym_CARET, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149410,62 +149854,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43207] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [43422] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4217), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4219), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4221), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4231), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4233), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4255), 1, - anon_sym_LBRACE, - ACTIONS(4259), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4261), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - STATE(482), 1, - sym_match_block, - ACTIONS(4213), 2, + ACTIONS(4272), 1, + anon_sym_SEMI, + ACTIONS(4274), 1, + anon_sym_else, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4263), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1686), 2, + STATE(1691), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4257), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149476,60 +149926,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43296] = 21, + [43511] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4037), 1, - anon_sym_EQ, - ACTIONS(4217), 1, - anon_sym_CARET, - ACTIONS(4219), 1, - anon_sym_AMP, - ACTIONS(4221), 1, - anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, - anon_sym_DOT_DOT, - ACTIONS(4213), 2, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4253), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1687), 2, + STATE(1692), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4035), 12, + ACTIONS(3872), 7, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, anon_sym_LPAREN, anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149540,60 +149975,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43381] = 21, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [43578] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4023), 1, - anon_sym_EQ, - ACTIONS(4217), 1, + STATE(1693), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1583), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4219), 1, anon_sym_AMP, - ACTIONS(4221), 1, anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, - anon_sym_DOT_DOT, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4253), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1688), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4021), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1585), 23, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149604,62 +150022,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43466] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [43631] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(307), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1694), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1523), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1689), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1521), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -149670,21 +150070,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [43555] = 8, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [43684] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - STATE(1690), 2, + STATE(1695), 2, sym_line_comment, sym_block_comment, - ACTIONS(3683), 14, + ACTIONS(1531), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149698,10 +150099,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3679), 21, + ACTIONS(1529), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -149721,15 +150125,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43614] = 5, + [43737] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1691), 2, + STATE(1696), 2, sym_line_comment, sym_block_comment, - ACTIONS(3945), 15, + ACTIONS(1443), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149745,7 +150149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3943), 23, + ACTIONS(1441), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149768,16 +150172,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [43667] = 5, + anon_sym_as, + [43790] = 14, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4238), 1, + anon_sym_CARET, + ACTIONS(4240), 1, + anon_sym_AMP, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1697), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3872), 5, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [43861] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1692), 2, + STATE(1698), 2, sym_line_comment, sym_block_comment, - ACTIONS(3949), 15, + ACTIONS(1447), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149793,7 +150254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3947), 23, + ACTIONS(1445), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149817,15 +150278,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43720] = 5, + [43914] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1693), 2, + STATE(1699), 2, sym_line_comment, sym_block_comment, - ACTIONS(3887), 15, + ACTIONS(1451), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149841,7 +150302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3885), 23, + ACTIONS(1449), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149865,15 +150326,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43773] = 5, + [43967] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1694), 2, + STATE(1700), 2, sym_line_comment, sym_block_comment, - ACTIONS(3891), 15, + ACTIONS(3892), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -149889,7 +150350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3889), 23, + ACTIONS(3890), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -149913,35 +150374,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [43826] = 5, + [44020] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1695), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3933), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(3872), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3931), 23, + STATE(1701), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(3870), 16, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, + anon_sym_LBRACE, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -149954,90 +150432,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [43879] = 17, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4191), 1, - sym_identifier, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(4197), 1, - anon_sym_STAR, - ACTIONS(4203), 1, - anon_sym_COLON_COLON, - ACTIONS(4207), 1, - sym_metavariable, - ACTIONS(4265), 1, - anon_sym_RBRACE, - STATE(2520), 1, - sym_scoped_identifier, - STATE(3366), 1, - sym__use_clause, - STATE(3463), 1, - sym_bracketed_type, - STATE(3610), 1, - sym_generic_type_with_turbofish, - STATE(1696), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4205), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4199), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [43956] = 9, + [44097] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - ACTIONS(4267), 1, - anon_sym_as, - STATE(1697), 2, + STATE(1702), 2, sym_line_comment, sym_block_comment, - ACTIONS(3853), 14, + ACTIONS(3878), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150051,10 +150456,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 20, + ACTIONS(3876), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -150073,52 +150481,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44017] = 18, + anon_sym_as, + [44150] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4217), 1, + ACTIONS(4238), 1, anon_sym_CARET, - ACTIONS(4219), 1, + ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(4221), 1, + ACTIONS(4242), 1, anon_sym_PIPE, - ACTIONS(4231), 1, + ACTIONS(4244), 1, anon_sym_AMP_AMP, - ACTIONS(3853), 2, + ACTIONS(3872), 2, anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4213), 2, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - STATE(1698), 2, + STATE(1703), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, + ACTIONS(4250), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3851), 15, + ACTIONS(3870), 15, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_PIPE_PIPE, @@ -150134,121 +150543,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [44096] = 17, - ACTIONS(29), 1, - anon_sym_LT, + [44229] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4191), 1, - sym_identifier, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(4197), 1, - anon_sym_STAR, - ACTIONS(4203), 1, - anon_sym_COLON_COLON, - ACTIONS(4207), 1, - sym_metavariable, - ACTIONS(4269), 1, - anon_sym_RBRACE, - STATE(2520), 1, - sym_scoped_identifier, - STATE(3366), 1, - sym__use_clause, - STATE(3463), 1, - sym_bracketed_type, - STATE(3610), 1, - sym_generic_type_with_turbofish, - STATE(1699), 2, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1704), 2, sym_line_comment, sym_block_comment, - ACTIONS(4205), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4199), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [44173] = 22, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3872), 9, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, + anon_sym_LPAREN, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [44294] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4024), 1, + anon_sym_EQ, + ACTIONS(4238), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4242), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4244), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4246), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4254), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4256), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4271), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1700), 2, + STATE(1705), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4250), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4022), 12, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150259,62 +150661,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44260] = 23, + [44379] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1706), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3886), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(4273), 1, - anon_sym_RBRACE, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1701), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3884), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150325,61 +150702,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44349] = 22, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [44432] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(3940), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4275), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1702), 2, + STATE(1707), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150390,61 +150774,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44436] = 22, + [44519] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4217), 1, + STATE(1708), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3790), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4219), 1, anon_sym_AMP, - ACTIONS(4221), 1, anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, - anon_sym_DOT_DOT, - ACTIONS(4259), 1, - anon_sym_EQ, - ACTIONS(3729), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4253), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3788), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1703), 2, + anon_sym_as, + [44572] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1709), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(1463), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4257), 10, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1461), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150455,62 +150863,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44523] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [44625] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(309), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(4052), 1, + anon_sym_EQ, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4296), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4298), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1704), 2, + STATE(1710), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4050), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150521,15 +150934,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44612] = 5, + [44710] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1705), 2, + STATE(1711), 2, sym_line_comment, sym_block_comment, - ACTIONS(3769), 15, + ACTIONS(3844), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150545,7 +150958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3767), 23, + ACTIONS(3840), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150569,62 +150982,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44665] = 23, + [44763] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1087), 1, - anon_sym_RPAREN, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1712), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1419), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4277), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1417), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1706), 2, + anon_sym_as, + [44816] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1713), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(3770), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3768), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [44869] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1714), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1487), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1485), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150635,62 +151119,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44754] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [44922] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4279), 1, - anon_sym_SEMI, - ACTIONS(4281), 1, - anon_sym_else, - ACTIONS(3979), 2, + ACTIONS(3776), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1707), 2, + STATE(1715), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150701,62 +151191,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44843] = 23, + [45009] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1079), 1, - anon_sym_RPAREN, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1716), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1509), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4277), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1708), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1507), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150767,15 +151232,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [44932] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [45062] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1709), 2, + STATE(1717), 2, sym_line_comment, sym_block_comment, - ACTIONS(1583), 15, + ACTIONS(3896), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -150791,7 +151263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1585), 23, + ACTIONS(3894), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -150815,62 +151287,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [44985] = 23, + [45115] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + STATE(1718), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4278), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(3872), 11, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(4283), 1, - anon_sym_RBRACE, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1710), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150881,35 +151334,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45074] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [45178] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1711), 2, + ACTIONS(4258), 1, + anon_sym_LBRACK, + ACTIONS(4260), 1, + anon_sym_QMARK, + ACTIONS(4262), 1, + anon_sym_DOT, + ACTIONS(4264), 1, + anon_sym_as, + ACTIONS(4282), 1, + anon_sym_AMP, + ACTIONS(4276), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4290), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1719), 2, sym_line_comment, sym_block_comment, - ACTIONS(1441), 15, - anon_sym_PLUS, + ACTIONS(4278), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3872), 6, anon_sym_CARET, - anon_sym_AMP, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1439), 23, + ACTIONS(3870), 20, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -150928,62 +151396,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [45127] = 22, + [45247] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4285), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1712), 2, + STATE(1720), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(3872), 7, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -150994,35 +151445,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45214] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [45314] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1713), 2, + ACTIONS(4258), 1, + anon_sym_LBRACK, + ACTIONS(4260), 1, + anon_sym_QMARK, + ACTIONS(4262), 1, + anon_sym_DOT, + ACTIONS(4264), 1, + anon_sym_as, + ACTIONS(4280), 1, + anon_sym_CARET, + ACTIONS(4282), 1, + anon_sym_AMP, + ACTIONS(4276), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4290), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1721), 2, sym_line_comment, sym_block_comment, - ACTIONS(3695), 15, - anon_sym_PLUS, + ACTIONS(4278), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, + ACTIONS(3872), 5, anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3693), 23, + ACTIONS(3870), 20, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -151041,57 +151508,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [45267] = 19, + [45385] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(4297), 1, - anon_sym_AMP_AMP, - ACTIONS(4299), 1, - anon_sym_PIPE_PIPE, - ACTIONS(377), 2, + ACTIONS(3872), 2, anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - STATE(1714), 2, + STATE(1722), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(375), 14, + ACTIONS(3870), 16, anon_sym_LPAREN, anon_sym_EQ_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151104,61 +151568,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [45348] = 22, + [45462] = 18, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(3872), 2, anon_sym_EQ, - ACTIONS(4105), 1, anon_sym_DOT_DOT, - ACTIONS(3979), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4307), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1715), 2, + STATE(1723), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(3870), 15, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151169,20 +151627,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45435] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [45541] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1716), 2, + ACTIONS(4258), 1, + anon_sym_LBRACK, + ACTIONS(4260), 1, + anon_sym_QMARK, + ACTIONS(4262), 1, + anon_sym_DOT, + ACTIONS(4264), 1, + anon_sym_as, + ACTIONS(4276), 2, + anon_sym_PLUS, + anon_sym_DASH, + STATE(1724), 2, sym_line_comment, sym_block_comment, - ACTIONS(1473), 15, - anon_sym_PLUS, + ACTIONS(4278), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(3872), 9, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -151191,13 +151661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1471), 23, + ACTIONS(3870), 20, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -151216,104 +151683,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [45488] = 23, + [45606] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(313), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(4024), 1, + anon_sym_EQ, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4296), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4298), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1717), 2, + STATE(1725), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [45577] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1718), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1409), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1407), 23, + ACTIONS(4022), 12, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151324,69 +151747,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [45630] = 23, + [45691] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4032), 1, + anon_sym_EQ, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(4217), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(4219), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(4221), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(4231), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(4233), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4259), 1, - anon_sym_EQ, - ACTIONS(4261), 1, + ACTIONS(4296), 1, anon_sym_DOT_DOT, - ACTIONS(4309), 1, - anon_sym_LBRACE, - STATE(1777), 1, - sym_match_block, - ACTIONS(4213), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4263), 2, + ACTIONS(4298), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1719), 2, + STATE(1726), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4257), 10, + ACTIONS(4030), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151397,62 +151811,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45719] = 23, + [45776] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(315), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1720), 2, + STATE(1727), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(3872), 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT_DOT, + ACTIONS(3870), 20, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151463,58 +151863,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45808] = 21, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [45849] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(347), 1, - anon_sym_EQ, - ACTIONS(4243), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(4299), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, + ACTIONS(4040), 2, + anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1721), 2, + STATE(1728), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(341), 12, + ACTIONS(4038), 14, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_PLUS_EQ, @@ -151527,15 +151929,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [45893] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [45930] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1722), 2, + STATE(1729), 2, sym_line_comment, sym_block_comment, - ACTIONS(3703), 15, + ACTIONS(3904), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151551,7 +151955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3701), 23, + ACTIONS(3902), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151575,15 +151979,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45946] = 5, + [45983] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1723), 2, + STATE(1730), 2, sym_line_comment, sym_block_comment, - ACTIONS(1427), 15, + ACTIONS(3926), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151599,7 +152003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1425), 23, + ACTIONS(3924), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151623,15 +152027,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [45999] = 5, + [46036] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1724), 2, + STATE(1731), 2, sym_line_comment, sym_block_comment, - ACTIONS(1445), 15, + ACTIONS(3934), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151647,7 +152051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1443), 23, + ACTIONS(3932), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151671,15 +152075,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46052] = 5, + [46089] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1725), 2, + STATE(1732), 2, sym_line_comment, sym_block_comment, - ACTIONS(3781), 15, + ACTIONS(3938), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151695,7 +152099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3779), 23, + ACTIONS(3936), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151719,40 +152123,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46105] = 11, + [46142] = 15, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4213), 2, + ACTIONS(4238), 1, + anon_sym_CARET, + ACTIONS(4240), 1, + anon_sym_AMP, + ACTIONS(4242), 1, + anon_sym_PIPE, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - STATE(1726), 2, + ACTIONS(4248), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + STATE(1733), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 9, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(3872), 4, anon_sym_EQ, anon_sym_GT, anon_sym_LT, anon_sym_DOT_DOT, - ACTIONS(3851), 20, + ACTIONS(3870), 20, anon_sym_LPAREN, anon_sym_LBRACE, anon_sym_AMP_AMP, @@ -151773,80 +152181,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [46170] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4079), 1, - anon_sym_CARET, - ACTIONS(4081), 1, - anon_sym_AMP, - ACTIONS(4083), 1, - anon_sym_PIPE, - ACTIONS(4087), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, - anon_sym_EQ, - ACTIONS(4099), 1, - anon_sym_DOT_DOT, - ACTIONS(4317), 1, - anon_sym_AMP_AMP, - ACTIONS(4075), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4089), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4097), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4101), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4315), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, - STATE(1727), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4077), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4095), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4091), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [46257] = 5, + [46215] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1728), 2, + STATE(1734), 2, sym_line_comment, sym_block_comment, - ACTIONS(3835), 15, + ACTIONS(1455), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -151862,7 +152205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3833), 23, + ACTIONS(1453), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -151886,62 +152229,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46310] = 23, + [46268] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4217), 1, + STATE(1735), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1459), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4219), 1, anon_sym_AMP, - ACTIONS(4221), 1, anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4259), 1, - anon_sym_EQ, - ACTIONS(4261), 1, - anon_sym_DOT_DOT, - ACTIONS(4319), 1, - anon_sym_LBRACE, - STATE(1408), 1, - sym_match_block, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4263), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1729), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4257), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1457), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -151952,62 +152270,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46399] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [46321] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(317), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(3812), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1730), 2, + STATE(1736), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152018,15 +152342,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46488] = 5, + [46408] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1731), 2, + STATE(1737), 2, sym_line_comment, sym_block_comment, - ACTIONS(3343), 15, + ACTIONS(1467), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152042,7 +152366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3341), 23, + ACTIONS(1465), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152066,127 +152390,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46541] = 22, + [46461] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4321), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1732), 2, + STATE(1738), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(3766), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [46628] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(4323), 1, - anon_sym_RBRACE, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1733), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3764), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152197,15 +152431,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46717] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [46514] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1734), 2, + STATE(1739), 2, sym_line_comment, sym_block_comment, - ACTIONS(3879), 15, + ACTIONS(3686), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152221,7 +152462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3877), 23, + ACTIONS(3684), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152245,60 +152486,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46770] = 21, + [46567] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4033), 1, - anon_sym_EQ, - ACTIONS(4217), 1, + STATE(1740), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3930), 14, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4219), 1, anon_sym_AMP, - ACTIONS(4221), 1, anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, - anon_sym_DOT_DOT, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4253), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1735), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4031), 12, + anon_sym_DOT_DOT, + ACTIONS(3928), 21, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152309,15 +152530,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [46855] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [46626] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1736), 2, + STATE(1741), 2, sym_line_comment, sym_block_comment, - ACTIONS(3839), 15, + ACTIONS(1491), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152333,7 +152561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3837), 23, + ACTIONS(1489), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152357,128 +152585,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [46908] = 23, + [46679] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4325), 1, - anon_sym_SEMI, - ACTIONS(4327), 1, - anon_sym_else, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1737), 2, + STATE(1742), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(1495), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [46997] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(321), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1738), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1493), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152489,15 +152626,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47086] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [46732] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1739), 2, + STATE(1743), 2, sym_line_comment, sym_block_comment, - ACTIONS(3863), 15, + ACTIONS(1499), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152513,7 +152657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3861), 23, + ACTIONS(1497), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152537,62 +152681,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47139] = 23, + [46785] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(323), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1744), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1505), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1740), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1503), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152603,62 +152722,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47228] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [46838] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(293), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1745), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1519), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1741), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1517), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152669,60 +152770,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47317] = 21, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [46891] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4037), 1, - anon_sym_EQ, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - ACTIONS(4267), 1, - anon_sym_as, - ACTIONS(4291), 1, + STATE(1746), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1439), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4293), 1, anon_sym_AMP, - ACTIONS(4295), 1, anon_sym_PIPE, - ACTIONS(4297), 1, - anon_sym_AMP_AMP, - ACTIONS(4299), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, - anon_sym_DOT_DOT, - ACTIONS(4287), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4301), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1742), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4303), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4035), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1437), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152733,62 +152818,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47402] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [46944] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1747), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(989), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4329), 1, - anon_sym_RBRACE, - ACTIONS(4331), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1743), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(991), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152799,62 +152866,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47491] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [46997] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1748), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1013), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4333), 1, - anon_sym_RPAREN, - ACTIONS(4335), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1744), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1015), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -152865,15 +152914,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47580] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [47050] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1745), 2, + STATE(1749), 2, sym_line_comment, sym_block_comment, - ACTIONS(3735), 15, + ACTIONS(1527), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -152889,7 +152945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3733), 23, + ACTIONS(1525), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -152913,80 +152969,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47633] = 22, + [47103] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4217), 1, - anon_sym_CARET, - ACTIONS(4219), 1, - anon_sym_AMP, - ACTIONS(4221), 1, - anon_sym_PIPE, - ACTIONS(4231), 1, - anon_sym_AMP_AMP, - ACTIONS(4233), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, - anon_sym_DOT_DOT, - ACTIONS(4259), 1, - anon_sym_EQ, - ACTIONS(3869), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4237), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4253), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1746), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4235), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4257), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [47720] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1747), 2, + STATE(1750), 2, sym_line_comment, sym_block_comment, - ACTIONS(3339), 15, + ACTIONS(985), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153002,7 +152993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3337), 23, + ACTIONS(987), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153026,62 +153017,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47773] = 23, + [47156] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(325), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4296), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4302), 1, + anon_sym_EQ, + ACTIONS(3940), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4298), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1748), 2, + STATE(1751), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4300), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153092,15 +153082,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [47862] = 5, + [47243] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1749), 2, + STATE(1752), 2, sym_line_comment, sym_block_comment, - ACTIONS(3903), 15, + ACTIONS(919), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153116,7 +153106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3901), 23, + ACTIONS(921), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153140,62 +153130,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [47915] = 23, + [47296] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1753), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1471), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(4337), 1, - anon_sym_RBRACE, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1750), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1469), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153206,62 +153171,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48004] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [47349] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4102), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4104), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4106), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4110), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4116), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4122), 1, anon_sym_DOT_DOT, - ACTIONS(4339), 1, - anon_sym_SEMI, - ACTIONS(4341), 1, - anon_sym_else, - ACTIONS(3979), 2, + ACTIONS(4098), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4124), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1751), 2, + STATE(1754), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4100), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4304), 3, + anon_sym_LBRACE, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + ACTIONS(4118), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153272,62 +153242,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48093] = 23, + [47434] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(329), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4296), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4302), 1, + anon_sym_EQ, + ACTIONS(3776), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4298), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1752), 2, + STATE(1755), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4300), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153338,62 +153307,85 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48182] = 23, + [47521] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1756), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(929), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4343), 1, - anon_sym_RPAREN, - ACTIONS(4345), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(931), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1753), 2, + anon_sym_as, + [47574] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1757), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(1513), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1511), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153404,62 +153396,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48271] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [47627] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(331), 1, + ACTIONS(291), 1, anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, + ACTIONS(4306), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1754), 2, + STATE(1758), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153470,61 +153469,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48360] = 22, + [47716] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4296), 1, anon_sym_DOT_DOT, - ACTIONS(3869), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3979), 2, + ACTIONS(4302), 1, + anon_sym_EQ, + ACTIONS(3812), 2, + anon_sym_LPAREN, + anon_sym_EQ_GT, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4298), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1755), 2, + STATE(1759), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4300), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153535,62 +153534,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48447] = 23, + [47803] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4217), 1, + ACTIONS(4238), 1, anon_sym_CARET, - ACTIONS(4219), 1, + ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(4221), 1, + ACTIONS(4242), 1, anon_sym_PIPE, - ACTIONS(4231), 1, + ACTIONS(4244), 1, anon_sym_AMP_AMP, - ACTIONS(4233), 1, + ACTIONS(4246), 1, anon_sym_PIPE_PIPE, - ACTIONS(4259), 1, + ACTIONS(4040), 2, anon_sym_EQ, - ACTIONS(4261), 1, anon_sym_DOT_DOT, - ACTIONS(4347), 1, - anon_sym_LBRACE, - STATE(381), 1, - sym_match_block, - ACTIONS(4213), 2, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4263), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1756), 2, + STATE(1760), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, + ACTIONS(4250), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4257), 10, + ACTIONS(4038), 14, + anon_sym_LPAREN, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153601,15 +153594,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48536] = 5, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + [47884] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1761), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3856), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3854), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [47937] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1757), 2, + STATE(1762), 2, sym_line_comment, sym_block_comment, - ACTIONS(3755), 15, + ACTIONS(3978), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153625,7 +153668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3753), 23, + ACTIONS(3976), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153649,15 +153692,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48589] = 5, + [47990] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1758), 2, + STATE(1763), 2, sym_line_comment, sym_block_comment, - ACTIONS(3759), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153673,7 +153716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3757), 23, + ACTIONS(1477), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153697,62 +153740,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48642] = 23, + [48043] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1201), 1, - anon_sym_RPAREN, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1764), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1479), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4277), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1759), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1477), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153763,60 +153781,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48731] = 21, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48096] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4023), 1, - anon_sym_EQ, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - ACTIONS(4267), 1, - anon_sym_as, - ACTIONS(4291), 1, + STATE(1765), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1037), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4293), 1, anon_sym_AMP, - ACTIONS(4295), 1, anon_sym_PIPE, - ACTIONS(4297), 1, - anon_sym_AMP_AMP, - ACTIONS(4299), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, - anon_sym_DOT_DOT, - ACTIONS(4287), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4301), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1760), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4303), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4021), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1039), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153827,15 +153829,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48816] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48149] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1761), 2, + STATE(1766), 2, sym_line_comment, sym_block_comment, - ACTIONS(3707), 15, + ACTIONS(1041), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153851,7 +153860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3705), 23, + ACTIONS(1043), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153875,62 +153884,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [48869] = 23, + [48202] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(333), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1767), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3387), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1762), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3385), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -153941,15 +153925,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [48958] = 5, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48255] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1763), 2, + STATE(1768), 2, sym_line_comment, sym_block_comment, - ACTIONS(1483), 15, + ACTIONS(3916), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -153965,7 +153956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1481), 23, + ACTIONS(3914), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -153989,62 +153980,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49011] = 23, + [48308] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1769), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3922), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(4349), 1, - anon_sym_RBRACE, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1764), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3920), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154055,128 +154021,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49100] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48361] = 17, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4351), 1, + ACTIONS(4208), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_LBRACE, + ACTIONS(4214), 1, + anon_sym_STAR, + ACTIONS(4220), 1, + anon_sym_COLON_COLON, + ACTIONS(4224), 1, + sym_metavariable, + ACTIONS(4308), 1, anon_sym_RBRACE, - ACTIONS(4353), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1765), 2, + STATE(2485), 1, + sym_scoped_identifier, + STATE(3145), 1, + sym__use_clause, + STATE(3412), 1, + sym_bracketed_type, + STATE(3537), 1, + sym_generic_type_with_turbofish, + STATE(1770), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [49189] = 23, + ACTIONS(4222), 3, + sym_self, + sym_super, + sym_crate, + STATE(2965), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4216), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [48438] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(337), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1771), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3982), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1766), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3980), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154187,60 +154129,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49278] = 21, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48491] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4027), 1, - anon_sym_EQ, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - ACTIONS(4267), 1, - anon_sym_as, - ACTIONS(4291), 1, + STATE(1772), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3986), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(4293), 1, anon_sym_AMP, - ACTIONS(4295), 1, anon_sym_PIPE, - ACTIONS(4297), 1, - anon_sym_AMP_AMP, - ACTIONS(4299), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, - anon_sym_DOT_DOT, - ACTIONS(4287), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4301), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1767), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4303), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4025), 12, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3984), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154251,62 +154177,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49363] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48544] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(123), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1773), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3612), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1768), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3608), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154317,45 +154225,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49452] = 14, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48597] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4217), 1, - anon_sym_CARET, - ACTIONS(4219), 1, - anon_sym_AMP, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1769), 2, + STATE(1774), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(3912), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 5, + anon_sym_CARET, + anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 20, + ACTIONS(3910), 23, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -154374,62 +154279,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [49523] = 23, + anon_sym_as, + [48650] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(119), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1770), 2, + ACTIONS(4310), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1775), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154440,62 +154345,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49612] = 23, + [48737] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4355), 1, - anon_sym_SEMI, - ACTIONS(4357), 1, - anon_sym_else, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1771), 2, + ACTIONS(4312), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1776), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [48824] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1777), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1479), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_EQ, + anon_sym_GT, + anon_sym_LT, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(1477), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154506,62 +154451,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49701] = 23, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [48877] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(4359), 1, - anon_sym_RBRACE, - ACTIONS(3979), 2, + ACTIONS(4314), 1, + anon_sym_RPAREN, + ACTIONS(4316), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1772), 2, + STATE(1778), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154572,15 +154524,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [49790] = 5, + [48966] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1773), 2, + STATE(1779), 2, sym_line_comment, sym_block_comment, - ACTIONS(3727), 15, + ACTIONS(3716), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154596,7 +154548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3725), 23, + ACTIONS(3714), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154620,37 +154572,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49843] = 5, + [49019] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1774), 2, + ACTIONS(295), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, + anon_sym_CARET, + ACTIONS(4008), 1, + anon_sym_AMP, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1780), 2, sym_line_comment, sym_block_comment, - ACTIONS(1491), 15, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [49108] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4102), 1, anon_sym_CARET, + ACTIONS(4104), 1, anon_sym_AMP, + ACTIONS(4106), 1, anon_sym_PIPE, + ACTIONS(4110), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4116), 1, + anon_sym_EQ, + ACTIONS(4122), 1, + anon_sym_DOT_DOT, + ACTIONS(4320), 1, + anon_sym_AMP_AMP, + ACTIONS(4098), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4112), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4120), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1489), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4124), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4318), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, + STATE(1781), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4100), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4118), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4114), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154661,22 +154703,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [49896] = 5, + [49195] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1775), 2, + ACTIONS(4258), 1, + anon_sym_LBRACK, + ACTIONS(4260), 1, + anon_sym_QMARK, + ACTIONS(4262), 1, + anon_sym_DOT, + STATE(1782), 2, sym_line_comment, sym_block_comment, - ACTIONS(3743), 15, + ACTIONS(3738), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154690,13 +154731,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3741), 23, + ACTIONS(3734), 21, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -154716,15 +154754,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [49949] = 5, + [49254] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1776), 2, + ACTIONS(4258), 1, + anon_sym_LBRACK, + ACTIONS(4260), 1, + anon_sym_QMARK, + ACTIONS(4262), 1, + anon_sym_DOT, + STATE(1783), 2, sym_line_comment, sym_block_comment, - ACTIONS(3899), 15, + ACTIONS(3786), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154738,13 +154782,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3897), 23, + ACTIONS(3784), 21, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -154764,15 +154805,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50002] = 5, + [49313] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1777), 2, + STATE(1784), 2, sym_line_comment, sym_block_comment, - ACTIONS(1397), 15, + ACTIONS(3782), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154788,7 +154829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1395), 23, + ACTIONS(3780), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154812,43 +154853,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50055] = 12, + [49366] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1778), 2, + STATE(1785), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(3946), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 7, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 20, + ACTIONS(3944), 23, anon_sym_LPAREN, - anon_sym_LBRACE, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -154867,61 +154900,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [50122] = 22, + anon_sym_as, + [49419] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4238), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4242), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4244), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4246), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4268), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4322), 1, + anon_sym_LBRACE, + ACTIONS(4324), 1, anon_sym_DOT_DOT, - ACTIONS(3825), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3979), 2, + STATE(1447), 1, + sym_match_block, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4326), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1779), 2, + STATE(1786), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4250), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4266), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -154932,15 +154967,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [50209] = 5, + [49508] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1780), 2, + STATE(1787), 2, sym_line_comment, sym_block_comment, - ACTIONS(3867), 15, + ACTIONS(3946), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -154956,7 +154991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3865), 23, + ACTIONS(3944), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -154980,15 +155015,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50262] = 5, + [49561] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1781), 2, + STATE(1788), 2, sym_line_comment, sym_block_comment, - ACTIONS(1469), 15, + ACTIONS(3946), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155004,7 +155039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1467), 23, + ACTIONS(3944), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155028,37 +155063,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50315] = 5, + [49614] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1782), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3751), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(297), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3749), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1789), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155069,22 +155129,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [50368] = 5, + [49703] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1783), 2, + STATE(1790), 2, sym_line_comment, sym_block_comment, - ACTIONS(3785), 15, + ACTIONS(3814), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155100,7 +155153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3783), 23, + ACTIONS(3812), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155124,37 +155177,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50421] = 5, + [49756] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1784), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3883), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3881), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4328), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1791), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155165,36 +155242,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [50474] = 10, + [49843] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - ACTIONS(4267), 1, - anon_sym_as, - STATE(1785), 2, + STATE(1792), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(1479), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 11, - anon_sym_PLUS, - anon_sym_DASH, anon_sym_CARET, anon_sym_AMP, anon_sym_PIPE, @@ -155203,10 +155264,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 20, + ACTIONS(1477), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -155225,93 +155289,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [50537] = 13, + anon_sym_as, + [49896] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4293), 1, + ACTIONS(4006), 1, + anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4287), 2, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4330), 1, + anon_sym_RBRACE, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1786), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3853), 6, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 20, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [50606] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1787), 2, + STATE(1793), 2, sym_line_comment, sym_block_comment, - ACTIONS(3665), 15, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3663), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155321,53 +155355,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [50659] = 12, + anon_sym_GT_GT_EQ, + [49985] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4287), 2, + ACTIONS(4006), 1, + anon_sym_CARET, + ACTIONS(4008), 1, + anon_sym_AMP, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4332), 1, + anon_sym_SEMI, + ACTIONS(4334), 1, + anon_sym_else, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1788), 2, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1794), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 7, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 20, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155378,21 +155422,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [50726] = 5, + [50074] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1789), 2, + STATE(1795), 2, sym_line_comment, sym_block_comment, - ACTIONS(3711), 15, + ACTIONS(3399), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -155408,7 +155446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3709), 23, + ACTIONS(3397), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -155432,47 +155470,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [50779] = 14, + [50127] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(1095), 1, + anon_sym_RPAREN, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4287), 2, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4336), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1790), 2, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1796), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 5, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 20, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155483,60 +155536,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [50850] = 17, + [50216] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3853), 2, + ACTIONS(4286), 1, + anon_sym_AMP_AMP, + ACTIONS(4288), 1, + anon_sym_PIPE_PIPE, + ACTIONS(393), 2, anon_sym_EQ, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - STATE(1791), 2, + STATE(1797), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3851), 16, + ACTIONS(391), 14, anon_sym_LPAREN, anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155549,55 +155598,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [50927] = 18, + [50297] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4238), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4242), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4244), 1, anon_sym_AMP_AMP, - ACTIONS(3853), 2, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4268), 1, anon_sym_EQ, + ACTIONS(4324), 1, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4338), 1, + anon_sym_LBRACE, + STATE(406), 1, + sym_match_block, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - STATE(1792), 2, + ACTIONS(4326), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1798), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4250), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3851), 15, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE_PIPE, + ACTIONS(4266), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155608,39 +155664,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [51006] = 5, + [50386] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1793), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3811), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3809), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4340), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1799), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155651,51 +155729,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [51059] = 11, + [50473] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4287), 2, - anon_sym_PLUS, - anon_sym_DASH, - STATE(1794), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3853), 9, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4342), 1, + anon_sym_RPAREN, + ACTIONS(4344), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 20, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1800), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155706,66 +155795,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [51124] = 21, + [50562] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4033), 1, - anon_sym_EQ, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4299), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4336), 1, + anon_sym_COMMA, + ACTIONS(4346), 1, + anon_sym_RPAREN, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1795), 2, + STATE(1801), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4031), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155776,60 +155861,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51209] = 21, + [50651] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3995), 1, - anon_sym_EQ, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4299), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4348), 1, + anon_sym_SEMI, + ACTIONS(4350), 1, + anon_sym_else, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1796), 2, + STATE(1802), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3977), 12, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155840,46 +155927,101 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51294] = 15, + [50740] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4287), 2, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4352), 1, + anon_sym_SEMI, + ACTIONS(4354), 1, + anon_sym_else, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - STATE(1797), 2, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1803), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [50829] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(1804), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(3762), 15, + anon_sym_PLUS, anon_sym_STAR, + anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 4, + anon_sym_CARET, + anon_sym_AMP, + anon_sym_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3851), 20, + ACTIONS(3760), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -155898,56 +156040,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - [51367] = 19, + anon_sym_as, + [50882] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(337), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4299), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4019), 2, + ACTIONS(4036), 1, anon_sym_EQ, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - STATE(1798), 2, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1805), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4017), 14, - anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -155958,62 +156107,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [51448] = 21, + [50971] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(1097), 1, + anon_sym_RPAREN, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4087), 1, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4099), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4336), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1799), 2, + STATE(1806), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4361), 3, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - ACTIONS(4095), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156024,15 +156173,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51533] = 5, + [51060] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1800), 2, + STATE(1807), 2, sym_line_comment, sym_block_comment, - ACTIONS(3747), 15, + ACTIONS(3794), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156048,7 +156197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3745), 23, + ACTIONS(3792), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156072,37 +156221,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [51586] = 5, + [51113] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1801), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3765), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4356), 1, + anon_sym_SEMI, + ACTIONS(4358), 1, + anon_sym_else, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3763), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1808), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156113,44 +156287,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [51639] = 5, + [51202] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1802), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3859), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4360), 1, + anon_sym_RBRACE, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3857), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1809), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156161,44 +156353,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [51692] = 5, + [51291] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1803), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3669), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4336), 1, + anon_sym_COMMA, + ACTIONS(4362), 1, + anon_sym_RPAREN, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3667), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1810), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156209,44 +156419,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [51745] = 5, + [51380] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1804), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1487), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4364), 1, + anon_sym_RBRACE, + ACTIONS(4366), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1485), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1811), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156257,69 +156485,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [51798] = 23, + [51469] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1225), 1, - anon_sym_RPAREN, - ACTIONS(3681), 1, + ACTIONS(4056), 1, + anon_sym_EQ, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4286), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4296), 1, anon_sym_DOT_DOT, - ACTIONS(4277), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4298), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1805), 2, + STATE(1812), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4054), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156330,37 +156549,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [51887] = 5, + [51554] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1806), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1405), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(4060), 1, + anon_sym_EQ, + ACTIONS(4258), 1, + anon_sym_LBRACK, + ACTIONS(4260), 1, + anon_sym_QMARK, + ACTIONS(4262), 1, + anon_sym_DOT, + ACTIONS(4264), 1, + anon_sym_as, + ACTIONS(4280), 1, anon_sym_CARET, + ACTIONS(4282), 1, anon_sym_AMP, + ACTIONS(4284), 1, anon_sym_PIPE, + ACTIONS(4286), 1, + anon_sym_AMP_AMP, + ACTIONS(4288), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4296), 1, + anon_sym_DOT_DOT, + ACTIONS(4276), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1403), 23, + ACTIONS(4298), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1813), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4278), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4292), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4058), 12, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156371,68 +156613,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [51940] = 22, + [51639] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(3729), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3979), 2, + ACTIONS(4368), 1, + anon_sym_SEMI, + ACTIONS(4370), 1, + anon_sym_else, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1807), 2, + STATE(1814), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156443,15 +156679,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [52027] = 5, + [51728] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1808), 2, + STATE(1815), 2, sym_line_comment, sym_block_comment, - ACTIONS(1431), 15, + ACTIONS(3860), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156467,7 +156703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1429), 23, + ACTIONS(3858), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156491,15 +156727,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52080] = 5, + [51781] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1809), 2, + STATE(1816), 2, sym_line_comment, sym_block_comment, - ACTIONS(3699), 15, + ACTIONS(3702), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156515,7 +156751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3697), 23, + ACTIONS(3700), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156539,85 +156775,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52133] = 5, + [51834] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1810), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3723), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4372), 1, + anon_sym_SEMI, + ACTIONS(4374), 1, + anon_sym_else, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3721), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52186] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1811), 2, + STATE(1817), 2, sym_line_comment, sym_block_comment, - ACTIONS(3777), 15, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3775), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156628,92 +156841,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52239] = 5, + [51923] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1812), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1501), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1499), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52292] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1813), 2, + ACTIONS(4376), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1818), 2, sym_line_comment, sym_block_comment, - ACTIONS(1505), 15, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_AMP, - anon_sym_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1503), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156724,22 +156906,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52345] = 5, + [52010] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1814), 2, + STATE(1819), 2, sym_line_comment, sym_block_comment, - ACTIONS(1509), 15, + ACTIONS(3834), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156755,7 +156930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1507), 23, + ACTIONS(3832), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156779,15 +156954,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52398] = 5, + [52063] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1815), 2, + STATE(1820), 2, sym_line_comment, sym_block_comment, - ACTIONS(3263), 15, + ACTIONS(3774), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156803,7 +156978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3265), 23, + ACTIONS(3772), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156827,37 +157002,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52451] = 5, + [52116] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1816), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1479), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(303), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1477), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1821), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156868,22 +157068,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52504] = 5, + [52205] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1817), 2, + STATE(1822), 2, sym_line_comment, sym_block_comment, - ACTIONS(1435), 15, + ACTIONS(3882), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -156899,7 +157092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1433), 23, + ACTIONS(3880), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -156923,37 +157116,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52557] = 5, + [52258] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1818), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3739), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(393), 2, + anon_sym_EQ, + anon_sym_DOT_DOT, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3737), 23, + STATE(1823), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(391), 14, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -156964,44 +157176,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52610] = 5, + [52339] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1819), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1417), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4254), 1, + anon_sym_DOT_DOT, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1415), 23, + ACTIONS(4256), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1824), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(341), 12, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157012,44 +157242,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52663] = 5, + [52424] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1820), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(969), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4268), 1, + anon_sym_EQ, + ACTIONS(4324), 1, + anon_sym_DOT_DOT, + ACTIONS(4378), 1, + anon_sym_LBRACE, + STATE(486), 1, + sym_match_block, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(971), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4326), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1825), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4266), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157060,44 +157308,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52716] = 5, + [52513] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1821), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3827), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4056), 1, + anon_sym_EQ, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4254), 1, + anon_sym_DOT_DOT, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3825), 23, + ACTIONS(4256), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1826), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4054), 12, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157108,44 +157372,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52769] = 5, + [52598] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1822), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(973), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4060), 1, + anon_sym_EQ, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4254), 1, + anon_sym_DOT_DOT, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(975), 23, + ACTIONS(4256), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1827), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4058), 12, anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_LBRACE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157156,44 +157436,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52822] = 5, + [52683] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1823), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3347), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(305), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3345), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1828), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157204,22 +157502,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [52875] = 5, + [52772] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1824), 2, + STATE(1829), 2, sym_line_comment, sym_block_comment, - ACTIONS(3895), 15, + ACTIONS(3900), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157235,7 +157526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3893), 23, + ACTIONS(3898), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157259,15 +157550,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52928] = 5, + [52825] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1825), 2, + STATE(1830), 2, sym_line_comment, sym_block_comment, - ACTIONS(1497), 15, + ACTIONS(3728), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157283,7 +157574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1495), 23, + ACTIONS(3726), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157307,15 +157598,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [52981] = 5, + [52878] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1826), 2, + STATE(1831), 2, sym_line_comment, sym_block_comment, - ACTIONS(3657), 15, + ACTIONS(3746), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157331,7 +157622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3655), 23, + ACTIONS(3744), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157355,15 +157646,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53034] = 5, + [52931] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1827), 2, + STATE(1832), 2, sym_line_comment, sym_block_comment, - ACTIONS(901), 15, + ACTIONS(3750), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157379,7 +157670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(903), 23, + ACTIONS(3748), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157403,15 +157694,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53087] = 5, + [52984] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1828), 2, + STATE(1833), 2, sym_line_comment, sym_block_comment, - ACTIONS(3957), 15, + ACTIONS(3966), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157427,7 +157718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3955), 23, + ACTIONS(3964), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157451,15 +157742,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53140] = 5, + [53037] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1829), 2, + STATE(1834), 2, sym_line_comment, sym_block_comment, - ACTIONS(3375), 15, + ACTIONS(3690), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157475,7 +157766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3373), 23, + ACTIONS(3688), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157499,61 +157790,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53193] = 22, + [53090] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(307), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4299), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, - anon_sym_DOT_DOT, - ACTIONS(4365), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(3869), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4287), 2, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1830), 2, + STATE(1835), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4363), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157564,15 +157856,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53280] = 5, + [53179] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1831), 2, + STATE(1836), 2, sym_line_comment, sym_block_comment, - ACTIONS(977), 15, + ACTIONS(3950), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -157588,7 +157880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(979), 23, + ACTIONS(3948), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -157612,62 +157904,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53333] = 23, + [53232] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4277), 1, - anon_sym_COMMA, - ACTIONS(4367), 1, - anon_sym_RPAREN, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1832), 2, + ACTIONS(4380), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1837), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157678,37 +157969,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53422] = 5, + [53319] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1833), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1413), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4382), 1, + anon_sym_RBRACE, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1411), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1838), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157719,44 +158035,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [53475] = 5, + [53408] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1834), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3937), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(1059), 1, + anon_sym_RPAREN, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4336), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3935), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1839), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157767,68 +158101,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [53528] = 22, + [53497] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(311), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4299), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, - anon_sym_DOT_DOT, - ACTIONS(4365), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(3825), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4287), 2, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1835), 2, + STATE(1840), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4363), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157839,37 +158167,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53615] = 5, + [53586] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1836), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(981), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4254), 1, + anon_sym_DOT_DOT, + ACTIONS(4268), 1, + anon_sym_EQ, + ACTIONS(3812), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(983), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4256), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1841), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4266), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157880,44 +158232,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [53668] = 5, + [53673] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1837), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1421), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4238), 1, anon_sym_CARET, + ACTIONS(4240), 1, anon_sym_AMP, + ACTIONS(4242), 1, anon_sym_PIPE, + ACTIONS(4244), 1, + anon_sym_AMP_AMP, + ACTIONS(4246), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4268), 1, + anon_sym_EQ, + ACTIONS(4324), 1, + anon_sym_DOT_DOT, + ACTIONS(4384), 1, + anon_sym_LBRACE, + STATE(1714), 1, + sym_match_block, + ACTIONS(4234), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1419), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4326), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1842), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4236), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4250), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4266), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157928,67 +158298,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [53721] = 21, + [53762] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(313), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3995), 1, - anon_sym_EQ, - ACTIONS(4217), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4219), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4221), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4231), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4233), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4213), 2, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4253), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1838), 2, + STATE(1843), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(3977), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -157999,37 +158364,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53806] = 5, + [53851] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1839), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3731), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3729), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4386), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1844), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158040,22 +158429,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [53859] = 5, + [53938] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1840), 2, + STATE(1845), 2, sym_line_comment, sym_block_comment, - ACTIONS(3795), 15, + ACTIONS(3942), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158071,7 +158453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3793), 23, + ACTIONS(3940), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158095,61 +158477,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [53912] = 22, + [53991] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(315), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4297), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4299), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4311), 1, - anon_sym_DOT_DOT, - ACTIONS(4365), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(3729), 2, - anon_sym_LPAREN, - anon_sym_EQ_GT, - ACTIONS(4287), 2, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4313), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1841), 2, + STATE(1846), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4363), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158160,62 +158543,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [53999] = 23, + [54080] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(299), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, + ACTIONS(4388), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4390), 1, + anon_sym_else, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1842), 2, + STATE(1847), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158226,37 +158609,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54088] = 5, + [54169] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1843), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3823), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4392), 1, + anon_sym_RBRACE, + ACTIONS(4394), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3821), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1848), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158267,67 +158675,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [54141] = 21, + [54258] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4027), 1, - anon_sym_EQ, - ACTIONS(4217), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4219), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4221), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4231), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4233), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4213), 2, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4396), 1, + anon_sym_RBRACE, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4253), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1844), 2, + STATE(1849), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4025), 12, - anon_sym_LPAREN, - anon_sym_LBRACE, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158338,15 +158741,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54226] = 5, + [54347] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1845), 2, + STATE(1850), 2, sym_line_comment, sym_block_comment, - ACTIONS(3907), 15, + ACTIONS(1479), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158362,7 +158765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3905), 23, + ACTIONS(1477), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158386,15 +158789,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54279] = 5, + [54400] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1846), 2, + STATE(1851), 2, sym_line_comment, sym_block_comment, - ACTIONS(3911), 15, + ACTIONS(3754), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158410,7 +158813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3909), 23, + ACTIONS(3752), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158434,62 +158837,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54332] = 23, + [54453] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(297), 1, + ACTIONS(319), 1, anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, + ACTIONS(4306), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1847), 2, + STATE(1852), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158500,21 +158903,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54421] = 8, + [54542] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - STATE(1848), 2, + STATE(1853), 2, sym_line_comment, sym_block_comment, - ACTIONS(3843), 14, + ACTIONS(3732), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158528,10 +158925,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3841), 21, + ACTIONS(3730), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -158551,37 +158951,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54480] = 5, + [54595] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1849), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3917), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(321), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3915), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1854), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158592,22 +159017,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [54533] = 5, + [54684] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1850), 2, + STATE(1855), 2, sym_line_comment, sym_block_comment, - ACTIONS(3921), 15, + ACTIONS(3798), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158623,7 +159041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3919), 23, + ACTIONS(3796), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -158647,37 +159065,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54586] = 5, + [54737] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1851), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1045), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(1099), 1, + anon_sym_RPAREN, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4336), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1047), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1856), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158688,69 +159131,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [54639] = 23, + [54826] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(119), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4369), 1, + ACTIONS(4306), 1, anon_sym_SEMI, - ACTIONS(4371), 1, - anon_sym_else, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1852), 2, + STATE(1857), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158761,37 +159197,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54728] = 5, + [54915] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1853), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1049), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4398), 1, + anon_sym_RBRACE, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1051), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1858), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158802,44 +159263,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [54781] = 5, + [55004] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1854), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3925), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(325), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3923), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1859), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158850,69 +159329,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [54834] = 23, + [55093] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(327), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, + ACTIONS(4306), 1, anon_sym_SEMI, - ACTIONS(4373), 1, - anon_sym_RBRACE, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1855), 2, + STATE(1860), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -158923,15 +159395,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [54923] = 5, + [55182] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1856), 2, + ACTIONS(4258), 1, + anon_sym_LBRACK, + ACTIONS(4260), 1, + anon_sym_QMARK, + ACTIONS(4262), 1, + anon_sym_DOT, + STATE(1861), 2, sym_line_comment, sym_block_comment, - ACTIONS(1461), 15, + ACTIONS(3958), 14, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -158945,13 +159423,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(1459), 23, + ACTIONS(3956), 21, anon_sym_LPAREN, - anon_sym_LBRACK, anon_sym_EQ_GT, - anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -158971,37 +159446,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [54976] = 5, + [55241] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1857), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3871), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(329), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3869), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1862), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159012,44 +159512,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [55029] = 5, + [55330] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1858), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3661), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4400), 1, + anon_sym_RBRACE, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3659), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1863), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159060,44 +159578,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [55082] = 5, + [55419] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1859), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(1461), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(333), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(1459), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1864), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159108,44 +159644,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [55135] = 5, + [55508] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1860), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3941), 15, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_DASH, - anon_sym_SLASH, - anon_sym_PERCENT, + ACTIONS(335), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3939), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1865), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159156,69 +159710,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [55188] = 23, + [55597] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(123), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4375), 1, + ACTIONS(4306), 1, anon_sym_SEMI, - ACTIONS(4377), 1, - anon_sym_else, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1861), 2, + STATE(1866), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159229,60 +159776,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55277] = 21, + [55686] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(127), 1, + anon_sym_RBRACE, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4079), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4081), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4083), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4087), 1, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4093), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4099), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4075), 2, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4089), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4097), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4101), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1862), 2, + STATE(1867), 2, sym_line_comment, sym_block_comment, - ACTIONS(4077), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4379), 3, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - ACTIONS(4095), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4091), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159293,61 +159842,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55362] = 22, + [55775] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4217), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4219), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4221), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4231), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4233), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4251), 1, - anon_sym_DOT_DOT, - ACTIONS(4259), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(3825), 2, - anon_sym_LPAREN, - anon_sym_LBRACE, - ACTIONS(4213), 2, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4402), 1, + anon_sym_RBRACE, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4223), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4237), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4253), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1863), 2, + STATE(1868), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4235), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4257), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159358,118 +159908,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55449] = 13, + [55864] = 23, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(4219), 1, - anon_sym_AMP, - ACTIONS(4213), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4223), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - STATE(1864), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4215), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3853), 6, - anon_sym_CARET, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 20, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [55518] = 23, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(291), 1, + ACTIONS(289), 1, anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, + ACTIONS(4306), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1865), 2, + STATE(1869), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159480,15 +159974,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55607] = 5, + [55953] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1866), 2, + STATE(1870), 2, sym_line_comment, sym_block_comment, - ACTIONS(3953), 15, + ACTIONS(3724), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159504,7 +159998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3951), 23, + ACTIONS(3722), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159528,15 +160022,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55660] = 5, + [56006] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1867), 2, + STATE(1871), 2, sym_line_comment, sym_block_comment, - ACTIONS(3799), 15, + ACTIONS(3838), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159552,7 +160046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3797), 23, + ACTIONS(3836), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159576,37 +160070,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55713] = 5, + [56059] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1868), 2, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, + anon_sym_CARET, + ACTIONS(4008), 1, + anon_sym_AMP, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4404), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1872), 2, sym_line_comment, sym_block_comment, - ACTIONS(3875), 15, - anon_sym_PLUS, + ACTIONS(4004), 3, anon_sym_STAR, - anon_sym_DASH, anon_sym_SLASH, anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [56146] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT, - anon_sym_DOT_DOT, - ACTIONS(3873), 23, - anon_sym_LPAREN, - anon_sym_LBRACK, - anon_sym_EQ_GT, - anon_sym_QMARK, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(4406), 2, + anon_sym_RBRACE, + anon_sym_COMMA, + STATE(1873), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159617,22 +160200,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_as, - [55766] = 5, + [56233] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1869), 2, + STATE(1874), 2, sym_line_comment, sym_block_comment, - ACTIONS(3929), 15, + ACTIONS(3962), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159648,7 +160224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3927), 23, + ACTIONS(3960), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159672,61 +160248,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55819] = 22, + [56286] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, + STATE(1875), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3355), 15, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_DASH, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_CARET, - ACTIONS(3985), 1, anon_sym_AMP, - ACTIONS(3987), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + anon_sym_EQ, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(4381), 2, - anon_sym_RBRACE, - anon_sym_COMMA, - STATE(1870), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, + anon_sym_DOT, + anon_sym_DOT_DOT, + ACTIONS(3353), 23, + anon_sym_LPAREN, + anon_sym_LBRACK, + anon_sym_EQ_GT, + anon_sym_QMARK, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159737,21 +160289,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [55906] = 8, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_as, + [56339] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, - anon_sym_LBRACK, - ACTIONS(4245), 1, - anon_sym_QMARK, - ACTIONS(4247), 1, - anon_sym_DOT, - STATE(1871), 2, + STATE(1876), 2, sym_line_comment, sym_block_comment, - ACTIONS(3773), 14, + ACTIONS(3367), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159765,10 +160318,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_LT, + anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3771), 21, + ACTIONS(3365), 23, anon_sym_LPAREN, + anon_sym_LBRACK, anon_sym_EQ_GT, + anon_sym_QMARK, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PLUS_EQ, @@ -159788,15 +160344,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [55965] = 5, + [56392] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1872), 2, + STATE(1877), 2, sym_line_comment, sym_block_comment, - ACTIONS(3803), 15, + ACTIONS(3802), 15, anon_sym_PLUS, anon_sym_STAR, anon_sym_DASH, @@ -159812,7 +160368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_DOT, anon_sym_DOT_DOT, - ACTIONS(3801), 23, + ACTIONS(3800), 23, anon_sym_LPAREN, anon_sym_LBRACK, anon_sym_EQ_GT, @@ -159836,62 +160392,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_as, - [56018] = 23, + [56445] = 17, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4208), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_LBRACE, + ACTIONS(4214), 1, + anon_sym_STAR, + ACTIONS(4220), 1, + anon_sym_COLON_COLON, + ACTIONS(4224), 1, + sym_metavariable, + ACTIONS(4408), 1, + anon_sym_RBRACE, + STATE(2485), 1, + sym_scoped_identifier, + STATE(3145), 1, + sym__use_clause, + STATE(3412), 1, + sym_bracketed_type, + STATE(3537), 1, + sym_generic_type_with_turbofish, + STATE(1878), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4222), 3, + sym_self, + sym_super, + sym_crate, + STATE(2965), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4216), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [56522] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4238), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4240), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4242), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4244), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4246), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4254), 1, anon_sym_DOT_DOT, - ACTIONS(4277), 1, - anon_sym_COMMA, - ACTIONS(4383), 1, - anon_sym_RPAREN, - ACTIONS(3979), 2, + ACTIONS(4268), 1, + anon_sym_EQ, + ACTIONS(3940), 2, + anon_sym_LPAREN, + anon_sym_LBRACE, + ACTIONS(4234), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4248), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4252), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4256), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1873), 2, + STATE(1879), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4236), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4250), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4266), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159902,43 +160517,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56107] = 10, + [56609] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(347), 1, + anon_sym_EQ, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - STATE(1874), 2, + ACTIONS(4280), 1, + anon_sym_CARET, + ACTIONS(4282), 1, + anon_sym_AMP, + ACTIONS(4284), 1, + anon_sym_PIPE, + ACTIONS(4286), 1, + anon_sym_AMP_AMP, + ACTIONS(4288), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4296), 1, + anon_sym_DOT_DOT, + ACTIONS(4276), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4290), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4294), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4298), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1880), 2, sym_line_comment, sym_block_comment, - ACTIONS(4215), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3853), 11, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(4292), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(341), 12, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [56694] = 16, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4208), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_LBRACE, + ACTIONS(4214), 1, + anon_sym_STAR, + ACTIONS(4220), 1, + anon_sym_COLON_COLON, + ACTIONS(4224), 1, + sym_metavariable, + STATE(2485), 1, + sym_scoped_identifier, + STATE(3409), 1, + sym__use_clause, + STATE(3412), 1, + sym_bracketed_type, + STATE(3537), 1, + sym_generic_type_with_turbofish, + STATE(1881), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4222), 3, + sym_self, + sym_super, + sym_crate, + STATE(2965), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4216), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [56768] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, anon_sym_CARET, + ACTIONS(4008), 1, anon_sym_AMP, + ACTIONS(4010), 1, anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4336), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_EQ, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - anon_sym_DOT_DOT, - ACTIONS(3851), 20, - anon_sym_LPAREN, - anon_sym_LBRACE, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1882), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -159949,68 +160703,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, + [56854] = 22, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, + anon_sym_CARET, + ACTIONS(4008), 1, + anon_sym_AMP, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4410), 1, + anon_sym_RBRACK, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4020), 2, + anon_sym_GT, + anon_sym_LT, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1883), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - [56170] = 23, + ACTIONS(4034), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [56940] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(301), 1, - anon_sym_RBRACE, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, + ACTIONS(4412), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1875), 2, + STATE(1884), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160021,44 +160831,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56259] = 16, + [57026] = 16, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4191), 1, + ACTIONS(4208), 1, sym_identifier, - ACTIONS(4193), 1, + ACTIONS(4210), 1, anon_sym_LBRACE, - ACTIONS(4197), 1, + ACTIONS(4214), 1, anon_sym_STAR, - ACTIONS(4203), 1, + ACTIONS(4220), 1, anon_sym_COLON_COLON, - ACTIONS(4207), 1, + ACTIONS(4224), 1, sym_metavariable, - STATE(2520), 1, + STATE(2485), 1, sym_scoped_identifier, - STATE(3463), 1, + STATE(3412), 1, sym_bracketed_type, - STATE(3472), 1, + STATE(3512), 1, sym__use_clause, - STATE(3610), 1, + STATE(3537), 1, sym_generic_type_with_turbofish, - STATE(1876), 2, + STATE(1885), 2, sym_line_comment, sym_block_comment, - ACTIONS(4205), 3, + ACTIONS(4222), 3, sym_self, sym_super, sym_crate, - STATE(3067), 4, + STATE(2965), 4, sym_scoped_use_list, sym_use_list, sym_use_as_clause, sym_use_wildcard, - ACTIONS(4199), 20, + ACTIONS(4216), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -160079,60 +160889,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [56333] = 22, + [57100] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4385), 1, - anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4414), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1877), 2, + STATE(1886), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160143,59 +160953,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56419] = 21, + [57186] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(4299), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4365), 1, + ACTIONS(4302), 1, anon_sym_EQ, - ACTIONS(4387), 1, + ACTIONS(4416), 1, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4270), 2, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4361), 2, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - ACTIONS(4389), 2, + ACTIONS(4418), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1878), 2, + STATE(1887), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4363), 10, + ACTIONS(4300), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160206,60 +161016,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56503] = 22, + [57270] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4391), 1, - anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4306), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1879), 2, + STATE(1888), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160270,60 +161080,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56589] = 22, + [57356] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4393), 1, - anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4420), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1880), 2, + STATE(1889), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160334,60 +161144,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56675] = 22, + [57442] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4395), 1, - anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4422), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1881), 2, + STATE(1890), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160398,59 +161208,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56761] = 21, + [57528] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4299), 1, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4365), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4387), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4287), 2, + ACTIONS(4424), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(4301), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(4305), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4379), 2, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - ACTIONS(4389), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1882), 2, + STATE(1891), 2, sym_line_comment, sym_block_comment, - ACTIONS(4289), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(4303), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4363), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160461,60 +161272,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56845] = 22, + [57614] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4277), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, + ACTIONS(4426), 1, + anon_sym_RBRACK, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1883), 2, + STATE(1892), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160525,60 +161336,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [56931] = 22, + [57700] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4397), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4428), 1, + anon_sym_RBRACK, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1884), 2, + STATE(1893), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160589,60 +161400,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57017] = 22, + [57786] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4399), 1, + ACTIONS(4430), 1, anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1885), 2, + STATE(1894), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160653,60 +161464,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57103] = 22, + [57872] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4401), 1, + ACTIONS(4432), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1886), 2, + STATE(1895), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160717,176 +161528,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57189] = 16, - ACTIONS(29), 1, - anon_sym_LT, + [57958] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4191), 1, - sym_identifier, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(4197), 1, - anon_sym_STAR, - ACTIONS(4203), 1, - anon_sym_COLON_COLON, - ACTIONS(4207), 1, - sym_metavariable, - STATE(2520), 1, - sym_scoped_identifier, - STATE(3463), 1, - sym_bracketed_type, - STATE(3576), 1, - sym__use_clause, - STATE(3610), 1, - sym_generic_type_with_turbofish, - STATE(1887), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4205), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4199), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [57263] = 16, - ACTIONS(29), 1, + ACTIONS(3736), 1, + anon_sym_LBRACK, + ACTIONS(3740), 1, + anon_sym_QMARK, + ACTIONS(3742), 1, + anon_sym_DOT, + ACTIONS(3874), 1, + anon_sym_as, + ACTIONS(4006), 1, + anon_sym_CARET, + ACTIONS(4008), 1, + anon_sym_AMP, + ACTIONS(4010), 1, + anon_sym_PIPE, + ACTIONS(4012), 1, + anon_sym_AMP_AMP, + ACTIONS(4014), 1, + anon_sym_PIPE_PIPE, + ACTIONS(4036), 1, + anon_sym_EQ, + ACTIONS(4128), 1, + anon_sym_DOT_DOT, + ACTIONS(4434), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(4016), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(4020), 2, + anon_sym_GT, anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4191), 1, - sym_identifier, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(4197), 1, - anon_sym_STAR, - ACTIONS(4203), 1, - anon_sym_COLON_COLON, - ACTIONS(4207), 1, - sym_metavariable, - STATE(2520), 1, - sym_scoped_identifier, - STATE(3366), 1, - sym__use_clause, - STATE(3463), 1, - sym_bracketed_type, - STATE(3610), 1, - sym_generic_type_with_turbofish, - STATE(1888), 2, + ACTIONS(4130), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1896), 2, sym_line_comment, sym_block_comment, - ACTIONS(4205), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4199), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [57337] = 22, + ACTIONS(4004), 3, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(4018), 4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ, + ACTIONS(4034), 10, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_CARET_EQ, + anon_sym_AMP_EQ, + anon_sym_PIPE_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + [58044] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4403), 1, - anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4436), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1889), 2, + STATE(1897), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160897,60 +161656,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57423] = 22, + [58130] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4405), 1, + ACTIONS(4438), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1890), 2, + STATE(1898), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -160961,60 +161720,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57509] = 22, + [58216] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4407), 1, + ACTIONS(4440), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1891), 2, + STATE(1899), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161025,60 +161784,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57595] = 22, + [58302] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4409), 1, - anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4442), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1892), 2, + STATE(1900), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161089,60 +161848,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57681] = 22, + [58388] = 21, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4302), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4416), 1, anon_sym_DOT_DOT, - ACTIONS(4411), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4304), 2, + anon_sym_EQ_GT, + anon_sym_AMP_AMP, + ACTIONS(4418), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1893), 2, + STATE(1901), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4300), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161153,60 +161911,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57767] = 22, + [58472] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4413), 1, + ACTIONS(4444), 1, anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1894), 2, + STATE(1902), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161217,60 +161975,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57853] = 22, + [58558] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4415), 1, - anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4446), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1895), 2, + STATE(1903), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161281,60 +162039,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [57939] = 22, + [58644] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4417), 1, + ACTIONS(4448), 1, anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1896), 2, + STATE(1904), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161345,124 +162103,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58025] = 22, + [58730] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4419), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1897), 2, + ACTIONS(4208), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_LBRACE, + ACTIONS(4214), 1, + anon_sym_STAR, + ACTIONS(4220), 1, + anon_sym_COLON_COLON, + ACTIONS(4224), 1, + sym_metavariable, + STATE(2485), 1, + sym_scoped_identifier, + STATE(3412), 1, + sym_bracketed_type, + STATE(3441), 1, + sym__use_clause, + STATE(3537), 1, + sym_generic_type_with_turbofish, + STATE(1905), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [58111] = 22, + ACTIONS(4222), 3, + sym_self, + sym_super, + sym_crate, + STATE(2965), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4216), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [58804] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4421), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4450), 1, + anon_sym_COMMA, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1898), 2, + STATE(1906), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161473,124 +162225,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58197] = 22, + [58890] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4423), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1899), 2, + ACTIONS(4208), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_LBRACE, + ACTIONS(4214), 1, + anon_sym_STAR, + ACTIONS(4220), 1, + anon_sym_COLON_COLON, + ACTIONS(4224), 1, + sym_metavariable, + STATE(2485), 1, + sym_scoped_identifier, + STATE(3145), 1, + sym__use_clause, + STATE(3412), 1, + sym_bracketed_type, + STATE(3537), 1, + sym_generic_type_with_turbofish, + STATE(1907), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [58283] = 22, + ACTIONS(4222), 3, + sym_self, + sym_super, + sym_crate, + STATE(2965), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4216), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [58964] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4425), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4452), 1, + anon_sym_RBRACK, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1900), 2, + STATE(1908), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161601,124 +162347,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58369] = 22, + [59050] = 16, + ACTIONS(29), 1, + anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, - anon_sym_EQ, - ACTIONS(4105), 1, - anon_sym_DOT_DOT, - ACTIONS(4427), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(3993), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(3999), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4107), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1901), 2, + ACTIONS(4208), 1, + sym_identifier, + ACTIONS(4210), 1, + anon_sym_LBRACE, + ACTIONS(4214), 1, + anon_sym_STAR, + ACTIONS(4220), 1, + anon_sym_COLON_COLON, + ACTIONS(4224), 1, + sym_metavariable, + STATE(2485), 1, + sym_scoped_identifier, + STATE(3412), 1, + sym_bracketed_type, + STATE(3506), 1, + sym__use_clause, + STATE(3537), 1, + sym_generic_type_with_turbofish, + STATE(1909), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(3997), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4013), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [58455] = 22, + ACTIONS(4222), 3, + sym_self, + sym_super, + sym_crate, + STATE(2965), 4, + sym_scoped_use_list, + sym_use_list, + sym_use_as_clause, + sym_use_wildcard, + ACTIONS(4216), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [59124] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4429), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4454), 1, + anon_sym_RBRACK, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1902), 2, + STATE(1910), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161729,60 +162469,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58541] = 22, + [59210] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4431), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4456), 1, + anon_sym_RBRACK, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1903), 2, + STATE(1911), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161793,60 +162533,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58627] = 22, + [59296] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4433), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4458), 1, + anon_sym_RBRACK, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1904), 2, + STATE(1912), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161857,60 +162597,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58713] = 22, + [59382] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4435), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, + ACTIONS(4460), 1, + anon_sym_RBRACK, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1905), 2, + STATE(1913), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161921,60 +162661,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58799] = 22, + [59468] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4437), 1, + ACTIONS(4462), 1, anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1906), 2, + STATE(1914), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -161985,240 +162725,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [58885] = 22, + [59554] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4243), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(4245), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(4247), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(4267), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(4291), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(4293), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(4295), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(4299), 1, - anon_sym_PIPE_PIPE, - ACTIONS(4315), 1, - anon_sym_EQ_GT, - ACTIONS(4365), 1, - anon_sym_EQ, - ACTIONS(4387), 1, - anon_sym_DOT_DOT, - ACTIONS(4439), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(4287), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(4301), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(4305), 2, - anon_sym_GT, - anon_sym_LT, - ACTIONS(4389), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1907), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4289), 3, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(4303), 4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ, - ACTIONS(4363), 10, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_CARET_EQ, - anon_sym_AMP_EQ, - anon_sym_PIPE_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - [58971] = 16, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4191), 1, - sym_identifier, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(4197), 1, - anon_sym_STAR, - ACTIONS(4203), 1, - anon_sym_COLON_COLON, - ACTIONS(4207), 1, - sym_metavariable, - STATE(2520), 1, - sym_scoped_identifier, - STATE(3463), 1, - sym_bracketed_type, - STATE(3471), 1, - sym__use_clause, - STATE(3610), 1, - sym_generic_type_with_turbofish, - STATE(1908), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4205), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4199), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [59045] = 16, - ACTIONS(29), 1, - anon_sym_LT, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4191), 1, - sym_identifier, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(4197), 1, - anon_sym_STAR, - ACTIONS(4203), 1, - anon_sym_COLON_COLON, - ACTIONS(4207), 1, - sym_metavariable, - STATE(2520), 1, - sym_scoped_identifier, - STATE(3422), 1, - sym__use_clause, - STATE(3463), 1, - sym_bracketed_type, - STATE(3610), 1, - sym_generic_type_with_turbofish, - STATE(1909), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4205), 3, - sym_self, - sym_super, - sym_crate, - STATE(3067), 4, - sym_scoped_use_list, - sym_use_list, - sym_use_as_clause, - sym_use_wildcard, - ACTIONS(4199), 20, - anon_sym_u8, - anon_sym_i8, - anon_sym_u16, - anon_sym_i16, - anon_sym_u32, - anon_sym_i32, - anon_sym_u64, - anon_sym_i64, - anon_sym_u128, - anon_sym_i128, - anon_sym_isize, - anon_sym_usize, - anon_sym_f32, - anon_sym_f64, - anon_sym_bool, - anon_sym_str, - anon_sym_char, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [59119] = 22, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3681), 1, - anon_sym_LBRACK, - ACTIONS(3685), 1, - anon_sym_QMARK, - ACTIONS(3687), 1, - anon_sym_DOT, - ACTIONS(3855), 1, - anon_sym_as, - ACTIONS(3983), 1, - anon_sym_CARET, - ACTIONS(3985), 1, - anon_sym_AMP, - ACTIONS(3987), 1, - anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4441), 1, - anon_sym_COMMA, - ACTIONS(3979), 2, + ACTIONS(4464), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1910), 2, + STATE(1915), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162229,60 +162789,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59205] = 22, + [59640] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(4258), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(4260), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(4262), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(4264), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4280), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4282), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4284), 1, anon_sym_PIPE, - ACTIONS(3989), 1, - anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4288), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4302), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4318), 1, + anon_sym_EQ_GT, + ACTIONS(4416), 1, anon_sym_DOT_DOT, - ACTIONS(4209), 1, - anon_sym_SEMI, - ACTIONS(3979), 2, + ACTIONS(4466), 1, + anon_sym_AMP_AMP, + ACTIONS(4276), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4290), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4294), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4418), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1911), 2, + STATE(1916), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4278), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4292), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4300), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162293,60 +162853,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59291] = 22, + [59726] = 22, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3681), 1, + ACTIONS(3736), 1, anon_sym_LBRACK, - ACTIONS(3685), 1, + ACTIONS(3740), 1, anon_sym_QMARK, - ACTIONS(3687), 1, + ACTIONS(3742), 1, anon_sym_DOT, - ACTIONS(3855), 1, + ACTIONS(3874), 1, anon_sym_as, - ACTIONS(3983), 1, + ACTIONS(4006), 1, anon_sym_CARET, - ACTIONS(3985), 1, + ACTIONS(4008), 1, anon_sym_AMP, - ACTIONS(3987), 1, + ACTIONS(4010), 1, anon_sym_PIPE, - ACTIONS(3989), 1, + ACTIONS(4012), 1, anon_sym_AMP_AMP, - ACTIONS(3991), 1, + ACTIONS(4014), 1, anon_sym_PIPE_PIPE, - ACTIONS(4015), 1, + ACTIONS(4036), 1, anon_sym_EQ, - ACTIONS(4105), 1, + ACTIONS(4128), 1, anon_sym_DOT_DOT, - ACTIONS(4443), 1, - anon_sym_RBRACK, - ACTIONS(3979), 2, + ACTIONS(4468), 1, + anon_sym_SEMI, + ACTIONS(4002), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(3993), 2, + ACTIONS(4016), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(3999), 2, + ACTIONS(4020), 2, anon_sym_GT, anon_sym_LT, - ACTIONS(4107), 2, + ACTIONS(4130), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1912), 2, + STATE(1917), 2, sym_line_comment, sym_block_comment, - ACTIONS(3981), 3, + ACTIONS(4004), 3, anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(3997), 4, + ACTIONS(4018), 4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ, - ACTIONS(4013), 10, + ACTIONS(4034), 10, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -162357,47 +162917,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, - [59377] = 17, + [59812] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3769), 1, + ACTIONS(3962), 1, anon_sym_where, - ACTIONS(4445), 1, + ACTIONS(4470), 1, sym_identifier, - ACTIONS(4449), 1, + ACTIONS(4474), 1, anon_sym_COLON_COLON, - ACTIONS(4455), 1, + ACTIONS(4480), 1, sym_metavariable, - STATE(3075), 1, + STATE(2961), 1, sym_scoped_type_identifier, - STATE(3350), 1, + STATE(3152), 1, sym_generic_type, - STATE(3431), 1, + STATE(3447), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3559), 1, sym_generic_type_with_turbofish, - STATE(3567), 1, + STATE(3584), 1, sym_bracketed_type, - STATE(1913), 2, + STATE(1918), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 3, + ACTIONS(3960), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4451), 3, + ACTIONS(4476), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4453), 3, + ACTIONS(4478), 3, sym_self, sym_super, sym_crate, - ACTIONS(4447), 17, + ACTIONS(4472), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162415,47 +162975,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59452] = 17, + [59887] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3769), 1, + ACTIONS(3962), 1, anon_sym_where, - ACTIONS(4449), 1, + ACTIONS(4474), 1, anon_sym_COLON_COLON, - ACTIONS(4455), 1, + ACTIONS(4480), 1, sym_metavariable, - ACTIONS(4457), 1, + ACTIONS(4482), 1, sym_identifier, - STATE(2932), 1, + STATE(2940), 1, sym_scoped_type_identifier, - STATE(3134), 1, + STATE(3122), 1, sym_generic_type, - STATE(3431), 1, + STATE(3447), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3559), 1, sym_generic_type_with_turbofish, - STATE(3567), 1, + STATE(3584), 1, sym_bracketed_type, - STATE(1914), 2, + STATE(1919), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 3, + ACTIONS(3960), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4451), 3, + ACTIONS(4476), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4453), 3, + ACTIONS(4478), 3, sym_self, sym_super, sym_crate, - ACTIONS(4447), 17, + ACTIONS(4472), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162473,47 +163033,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59527] = 17, + [59962] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3769), 1, + ACTIONS(3962), 1, anon_sym_where, - ACTIONS(4449), 1, + ACTIONS(4474), 1, anon_sym_COLON_COLON, - ACTIONS(4455), 1, + ACTIONS(4480), 1, sym_metavariable, - ACTIONS(4459), 1, + ACTIONS(4484), 1, sym_identifier, - STATE(2948), 1, + STATE(3000), 1, sym_scoped_type_identifier, - STATE(3140), 1, + STATE(3204), 1, sym_generic_type, - STATE(3431), 1, + STATE(3447), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3559), 1, sym_generic_type_with_turbofish, - STATE(3567), 1, + STATE(3584), 1, sym_bracketed_type, - STATE(1915), 2, + STATE(1920), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 3, + ACTIONS(3960), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4451), 3, + ACTIONS(4476), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4453), 3, + ACTIONS(4478), 3, sym_self, sym_super, sym_crate, - ACTIONS(4447), 17, + ACTIONS(4472), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162531,47 +163091,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59602] = 17, + [60037] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3769), 1, + ACTIONS(3962), 1, anon_sym_where, - ACTIONS(4449), 1, + ACTIONS(4474), 1, anon_sym_COLON_COLON, - ACTIONS(4455), 1, + ACTIONS(4480), 1, sym_metavariable, - ACTIONS(4461), 1, + ACTIONS(4486), 1, sym_identifier, - STATE(3029), 1, + STATE(3088), 1, sym_scoped_type_identifier, - STATE(3266), 1, + STATE(3367), 1, sym_generic_type, - STATE(3431), 1, + STATE(3447), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3559), 1, sym_generic_type_with_turbofish, - STATE(3567), 1, + STATE(3584), 1, sym_bracketed_type, - STATE(1916), 2, + STATE(1921), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 3, + ACTIONS(3960), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4451), 3, + ACTIONS(4476), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4453), 3, + ACTIONS(4478), 3, sym_self, sym_super, sym_crate, - ACTIONS(4447), 17, + ACTIONS(4472), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162589,47 +163149,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59677] = 17, + [60112] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3769), 1, + ACTIONS(3962), 1, anon_sym_where, - ACTIONS(4449), 1, + ACTIONS(4474), 1, anon_sym_COLON_COLON, - ACTIONS(4455), 1, + ACTIONS(4480), 1, sym_metavariable, - ACTIONS(4463), 1, + ACTIONS(4488), 1, sym_identifier, - STATE(2797), 1, + STATE(3064), 1, sym_scoped_type_identifier, - STATE(3085), 1, + STATE(3335), 1, sym_generic_type, - STATE(3431), 1, + STATE(3447), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3559), 1, sym_generic_type_with_turbofish, - STATE(3567), 1, + STATE(3584), 1, sym_bracketed_type, - STATE(1917), 2, + STATE(1922), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 3, + ACTIONS(3960), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4451), 3, + ACTIONS(4476), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4453), 3, + ACTIONS(4478), 3, sym_self, sym_super, sym_crate, - ACTIONS(4447), 17, + ACTIONS(4472), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162647,47 +163207,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59752] = 17, + [60187] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3769), 1, + ACTIONS(3962), 1, anon_sym_where, - ACTIONS(4449), 1, + ACTIONS(4474), 1, anon_sym_COLON_COLON, - ACTIONS(4455), 1, + ACTIONS(4480), 1, sym_metavariable, - ACTIONS(4465), 1, + ACTIONS(4490), 1, sym_identifier, - STATE(3077), 1, + STATE(3085), 1, sym_scoped_type_identifier, - STATE(3355), 1, + STATE(3362), 1, sym_generic_type, - STATE(3431), 1, + STATE(3447), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3559), 1, sym_generic_type_with_turbofish, - STATE(3567), 1, + STATE(3584), 1, sym_bracketed_type, - STATE(1918), 2, + STATE(1923), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 3, + ACTIONS(3960), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4451), 3, + ACTIONS(4476), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4453), 3, + ACTIONS(4478), 3, sym_self, sym_super, sym_crate, - ACTIONS(4447), 17, + ACTIONS(4472), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162705,47 +163265,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59827] = 17, + [60262] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3769), 1, + ACTIONS(3962), 1, anon_sym_where, - ACTIONS(4449), 1, + ACTIONS(4474), 1, anon_sym_COLON_COLON, - ACTIONS(4455), 1, + ACTIONS(4480), 1, sym_metavariable, - ACTIONS(4467), 1, + ACTIONS(4492), 1, sym_identifier, - STATE(3068), 1, + STATE(3090), 1, sym_scoped_type_identifier, - STATE(3342), 1, + STATE(3369), 1, sym_generic_type, - STATE(3431), 1, + STATE(3447), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3559), 1, sym_generic_type_with_turbofish, - STATE(3567), 1, + STATE(3584), 1, sym_bracketed_type, - STATE(1919), 2, + STATE(1924), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 3, + ACTIONS(3960), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4451), 3, + ACTIONS(4476), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4453), 3, + ACTIONS(4478), 3, sym_self, sym_super, sym_crate, - ACTIONS(4447), 17, + ACTIONS(4472), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162763,47 +163323,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59902] = 17, + [60337] = 17, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3769), 1, + ACTIONS(3962), 1, anon_sym_where, - ACTIONS(4449), 1, + ACTIONS(4474), 1, anon_sym_COLON_COLON, - ACTIONS(4455), 1, + ACTIONS(4480), 1, sym_metavariable, - ACTIONS(4469), 1, + ACTIONS(4494), 1, sym_identifier, - STATE(3073), 1, + STATE(3092), 1, sym_scoped_type_identifier, - STATE(3348), 1, + STATE(3373), 1, sym_generic_type, - STATE(3431), 1, + STATE(3447), 1, sym_scoped_identifier, - STATE(3540), 1, + STATE(3559), 1, sym_generic_type_with_turbofish, - STATE(3567), 1, + STATE(3584), 1, sym_bracketed_type, - STATE(1920), 2, + STATE(1925), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 3, + ACTIONS(3960), 3, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, - ACTIONS(4451), 3, + ACTIONS(4476), 3, anon_sym_default, anon_sym_gen, anon_sym_union, - ACTIONS(4453), 3, + ACTIONS(4478), 3, sym_self, sym_super, sym_crate, - ACTIONS(4447), 17, + ACTIONS(4472), 17, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162821,19 +163381,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_bool, anon_sym_str, anon_sym_char, - [59977] = 5, + [60412] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1921), 2, + STATE(1926), 2, sym_line_comment, sym_block_comment, - ACTIONS(4473), 3, + ACTIONS(4498), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4471), 29, + ACTIONS(4496), 29, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162863,19 +163423,19 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [60024] = 5, + [60459] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1922), 2, + STATE(1927), 2, sym_line_comment, sym_block_comment, - ACTIONS(4477), 3, + ACTIONS(4502), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4475), 29, + ACTIONS(4500), 29, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162905,19 +163465,19 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [60071] = 5, + [60506] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1923), 2, + STATE(1928), 2, sym_line_comment, sym_block_comment, - ACTIONS(4481), 3, + ACTIONS(4506), 3, anon_sym_LT, anon_sym_COLON_COLON, sym_metavariable, - ACTIONS(4479), 29, + ACTIONS(4504), 29, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162947,35 +163507,35 @@ static const uint16_t ts_small_parse_table[] = { sym_self, sym_super, sym_crate, - [60118] = 13, + [60553] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(4483), 1, + ACTIONS(4508), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4514), 1, sym_metavariable, - STATE(2306), 1, + STATE(2307), 1, sym_scoped_identifier, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - STATE(3675), 1, + STATE(3436), 1, sym_attribute, - STATE(1924), 2, + STATE(1929), 2, sym_line_comment, sym_block_comment, - ACTIONS(4487), 3, + ACTIONS(4512), 3, sym_self, sym_super, sym_crate, - ACTIONS(4485), 20, + ACTIONS(4510), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -162996,35 +163556,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60180] = 13, + [60615] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(4483), 1, + ACTIONS(4508), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4514), 1, sym_metavariable, - STATE(2306), 1, + STATE(2307), 1, sym_scoped_identifier, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - STATE(3479), 1, + STATE(3527), 1, sym_attribute, - STATE(1925), 2, + STATE(1930), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4512), 3, + sym_self, + sym_super, + sym_crate, + ACTIONS(4510), 20, + anon_sym_u8, + anon_sym_i8, + anon_sym_u16, + anon_sym_i16, + anon_sym_u32, + anon_sym_i32, + anon_sym_u64, + anon_sym_i64, + anon_sym_u128, + anon_sym_i128, + anon_sym_isize, + anon_sym_usize, + anon_sym_f32, + anon_sym_f64, + anon_sym_bool, + anon_sym_str, + anon_sym_char, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [60677] = 13, + ACTIONS(29), 1, + anon_sym_LT, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(2180), 1, + anon_sym_COLON_COLON, + ACTIONS(4508), 1, + sym_identifier, + ACTIONS(4514), 1, + sym_metavariable, + STATE(2307), 1, + sym_scoped_identifier, + STATE(3402), 1, + sym_bracketed_type, + STATE(3427), 1, + sym_generic_type_with_turbofish, + STATE(3509), 1, + sym_attribute, + STATE(1931), 2, sym_line_comment, sym_block_comment, - ACTIONS(4487), 3, + ACTIONS(4512), 3, sym_self, sym_super, sym_crate, - ACTIONS(4485), 20, + ACTIONS(4510), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163045,35 +163654,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60242] = 13, + [60739] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(4483), 1, + ACTIONS(4508), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4514), 1, sym_metavariable, - STATE(2306), 1, + STATE(2307), 1, sym_scoped_identifier, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - STATE(3615), 1, + STATE(3576), 1, sym_attribute, - STATE(1926), 2, + STATE(1932), 2, sym_line_comment, sym_block_comment, - ACTIONS(4487), 3, + ACTIONS(4512), 3, sym_self, sym_super, sym_crate, - ACTIONS(4485), 20, + ACTIONS(4510), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163094,35 +163703,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60304] = 13, + [60801] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(4483), 1, + ACTIONS(4508), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4514), 1, sym_metavariable, - STATE(2306), 1, + STATE(2307), 1, sym_scoped_identifier, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - STATE(3641), 1, + STATE(3532), 1, sym_attribute, - STATE(1927), 2, + STATE(1933), 2, sym_line_comment, sym_block_comment, - ACTIONS(4487), 3, + ACTIONS(4512), 3, sym_self, sym_super, sym_crate, - ACTIONS(4485), 20, + ACTIONS(4510), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163143,35 +163752,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60366] = 13, + [60863] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(4483), 1, + ACTIONS(4508), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4514), 1, sym_metavariable, - STATE(2306), 1, + STATE(2307), 1, sym_scoped_identifier, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, - sym_generic_type_with_turbofish, - STATE(3430), 1, + STATE(3405), 1, sym_attribute, - STATE(1928), 2, + STATE(3427), 1, + sym_generic_type_with_turbofish, + STATE(1934), 2, sym_line_comment, sym_block_comment, - ACTIONS(4487), 3, + ACTIONS(4512), 3, sym_self, sym_super, sym_crate, - ACTIONS(4485), 20, + ACTIONS(4510), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163192,35 +163801,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60428] = 13, + [60925] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(4483), 1, + ACTIONS(4508), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4514), 1, sym_metavariable, - STATE(2306), 1, + STATE(2307), 1, sym_scoped_identifier, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - STATE(3419), 1, + STATE(3493), 1, sym_attribute, - STATE(1929), 2, + STATE(1935), 2, sym_line_comment, sym_block_comment, - ACTIONS(4487), 3, + ACTIONS(4512), 3, sym_self, sym_super, sym_crate, - ACTIONS(4485), 20, + ACTIONS(4510), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163241,35 +163850,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60490] = 13, + [60987] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(4483), 1, + ACTIONS(4508), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4514), 1, sym_metavariable, - STATE(2306), 1, + STATE(2307), 1, sym_scoped_identifier, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - STATE(3489), 1, + STATE(3526), 1, sym_attribute, - STATE(1930), 2, + STATE(1936), 2, sym_line_comment, sym_block_comment, - ACTIONS(4487), 3, + ACTIONS(4512), 3, sym_self, sym_super, sym_crate, - ACTIONS(4485), 20, + ACTIONS(4510), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163290,35 +163899,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60552] = 13, + [61049] = 13, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2453), 1, + ACTIONS(2180), 1, anon_sym_COLON_COLON, - ACTIONS(4483), 1, + ACTIONS(4508), 1, sym_identifier, - ACTIONS(4489), 1, + ACTIONS(4514), 1, sym_metavariable, - STATE(2306), 1, + STATE(2307), 1, sym_scoped_identifier, - STATE(3387), 1, + STATE(3402), 1, sym_bracketed_type, - STATE(3413), 1, + STATE(3427), 1, sym_generic_type_with_turbofish, - STATE(3512), 1, + STATE(3571), 1, sym_attribute, - STATE(1931), 2, + STATE(1937), 2, sym_line_comment, sym_block_comment, - ACTIONS(4487), 3, + ACTIONS(4512), 3, sym_self, sym_super, sym_crate, - ACTIONS(4485), 20, + ACTIONS(4510), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163339,33 +163948,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60614] = 12, + [61111] = 12, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4491), 1, + ACTIONS(4516), 1, sym_identifier, - ACTIONS(4495), 1, + ACTIONS(4520), 1, anon_sym_COLON_COLON, - ACTIONS(4499), 1, + ACTIONS(4524), 1, sym_metavariable, - STATE(3193), 1, + STATE(3262), 1, sym_scoped_identifier, - STATE(3463), 1, + STATE(3412), 1, sym_bracketed_type, - STATE(3610), 1, + STATE(3537), 1, sym_generic_type_with_turbofish, - STATE(1932), 2, + STATE(1938), 2, sym_line_comment, sym_block_comment, - ACTIONS(4497), 3, + ACTIONS(4522), 3, sym_self, sym_super, sym_crate, - ACTIONS(4493), 20, + ACTIONS(4518), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163386,33 +163995,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60673] = 12, + [61170] = 12, ACTIONS(29), 1, anon_sym_LT, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4495), 1, + ACTIONS(4520), 1, anon_sym_COLON_COLON, - ACTIONS(4501), 1, + ACTIONS(4526), 1, sym_identifier, - ACTIONS(4507), 1, + ACTIONS(4532), 1, sym_metavariable, - STATE(3243), 1, + STATE(3225), 1, sym_scoped_identifier, - STATE(3463), 1, + STATE(3412), 1, sym_bracketed_type, - STATE(3610), 1, + STATE(3537), 1, sym_generic_type_with_turbofish, - STATE(1933), 2, + STATE(1939), 2, sym_line_comment, sym_block_comment, - ACTIONS(4505), 3, + ACTIONS(4530), 3, sym_self, sym_super, sym_crate, - ACTIONS(4503), 20, + ACTIONS(4528), 20, anon_sym_u8, anon_sym_i8, anon_sym_u16, @@ -163433,17 +164042,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_default, anon_sym_gen, anon_sym_union, - [60732] = 5, + [61229] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(981), 1, + ACTIONS(985), 1, anon_sym_DOT_DOT, - STATE(1934), 2, + STATE(1940), 2, sym_line_comment, sym_block_comment, - ACTIONS(983), 20, + ACTIONS(987), 20, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163464,17 +164073,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_extern, anon_sym_else, anon_sym_in, - [60768] = 5, + [61265] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(901), 1, + ACTIONS(929), 1, anon_sym_DOT_DOT, - STATE(1935), 2, + STATE(1941), 2, sym_line_comment, sym_block_comment, - ACTIONS(903), 20, + ACTIONS(931), 20, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163495,29 +164104,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_extern, anon_sym_else, anon_sym_in, - [60804] = 11, + [61301] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3307), 1, + ACTIONS(3312), 1, anon_sym_COLON, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4513), 1, + ACTIONS(4538), 1, anon_sym_COLON_COLON, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - STATE(1936), 2, + STATE(1942), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 14, + ACTIONS(3308), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163532,66 +164141,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [60852] = 14, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4519), 1, - anon_sym_LPAREN, - ACTIONS(4521), 1, - anon_sym_LBRACE, - ACTIONS(4523), 1, - anon_sym_COLON, - ACTIONS(4525), 1, - anon_sym_AT, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(4531), 1, - anon_sym_COLON_COLON, - STATE(1967), 1, - sym_type_arguments, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1937), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4517), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [60905] = 10, + [61349] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3327), 1, + ACTIONS(3340), 1, anon_sym_COLON, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4533), 1, + ACTIONS(4542), 1, anon_sym_COLON_COLON, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - STATE(1938), 2, + STATE(1943), 2, sym_line_comment, sym_block_comment, - ACTIONS(3325), 14, + ACTIONS(3338), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163606,28 +164176,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [60950] = 10, + [61394] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3323), 1, + ACTIONS(3391), 1, anon_sym_COLON, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4533), 1, + ACTIONS(3395), 2, + anon_sym_BANG, anon_sym_COLON_COLON, - STATE(1967), 1, - sym_type_arguments, - STATE(1990), 1, - sym_parameters, - STATE(1939), 2, + STATE(1944), 2, sym_line_comment, sym_block_comment, - ACTIONS(3321), 14, + ACTIONS(3389), 17, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, @@ -163639,24 +164203,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_as, + anon_sym_for, anon_sym_where, anon_sym_else, - [60995] = 6, + anon_sym_LT2, + [61431] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3351), 1, + ACTIONS(3344), 1, anon_sym_COLON, - ACTIONS(3355), 2, - anon_sym_BANG, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4542), 1, anon_sym_COLON_COLON, - STATE(1940), 2, + STATE(1974), 1, + sym_type_arguments, + STATE(2000), 1, + sym_parameters, + STATE(1945), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 17, + ACTIONS(3342), 14, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, @@ -163668,31 +164240,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_as, - anon_sym_for, anon_sym_where, anon_sym_else, - anon_sym_LT2, - [61032] = 10, + [61476] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3317), 1, + ACTIONS(3334), 1, anon_sym_COLON, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4533), 1, + ACTIONS(4542), 1, anon_sym_COLON_COLON, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - STATE(1941), 2, + STATE(1946), 2, sym_line_comment, sym_block_comment, - ACTIONS(3315), 14, + ACTIONS(3332), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163707,20 +164277,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61077] = 6, + [61521] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3331), 1, + ACTIONS(3359), 1, anon_sym_COLON, - ACTIONS(3335), 2, + ACTIONS(3363), 2, anon_sym_BANG, anon_sym_COLON_COLON, - STATE(1942), 2, + STATE(1947), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 17, + ACTIONS(3357), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -163738,51 +164308,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [61114] = 6, + [61558] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3359), 1, - anon_sym_COLON, - ACTIONS(3363), 2, + ACTIONS(4536), 1, anon_sym_BANG, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4546), 1, + anon_sym_LPAREN, + ACTIONS(4548), 1, + anon_sym_LBRACE, + ACTIONS(4550), 1, + anon_sym_COLON, + ACTIONS(4552), 1, + anon_sym_AT, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(4558), 1, anon_sym_COLON_COLON, - STATE(1943), 2, + STATE(1974), 1, + sym_type_arguments, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1948), 2, sym_line_comment, sym_block_comment, - ACTIONS(3357), 17, + ACTIONS(4544), 9, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, - anon_sym_where, anon_sym_else, - anon_sym_LT2, - [61151] = 6, + anon_sym_in, + [61611] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3367), 1, + ACTIONS(3379), 1, anon_sym_COLON, - ACTIONS(3371), 2, + ACTIONS(3383), 2, anon_sym_BANG, anon_sym_COLON_COLON, - STATE(1944), 2, + STATE(1949), 2, sym_line_comment, sym_block_comment, - ACTIONS(3365), 17, + ACTIONS(3377), 17, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -163800,29 +164378,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_LT2, - [61188] = 8, + [61648] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(1968), 1, - sym_type_arguments, - STATE(1978), 1, - sym_parameters, - STATE(1945), 2, + ACTIONS(3371), 1, + anon_sym_COLON, + ACTIONS(3375), 2, + anon_sym_BANG, + anon_sym_COLON_COLON, + STATE(1950), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 15, + ACTIONS(3369), 17, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, @@ -163830,86 +164405,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_as, + anon_sym_for, anon_sym_where, anon_sym_else, - [61228] = 8, + anon_sym_LT2, + [61685] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(1968), 1, - sym_type_arguments, - STATE(1978), 1, - sym_parameters, - STATE(1946), 2, + ACTIONS(3373), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(1951), 2, sym_line_comment, sym_block_comment, - ACTIONS(3373), 15, + ACTIONS(3369), 3, + anon_sym_LBRACE, + anon_sym_for, + anon_sym_LT2, + ACTIONS(3375), 14, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PLUS, + anon_sym_BANG, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, + anon_sym_COLON_COLON, anon_sym_else, - [61268] = 5, + anon_sym_in, + [61721] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3487), 1, + ACTIONS(3381), 2, anon_sym_COLON, - STATE(1947), 2, + anon_sym_DOT_DOT, + STATE(1952), 2, sym_line_comment, sym_block_comment, - ACTIONS(3485), 18, + ACTIONS(3377), 3, + anon_sym_LBRACE, + anon_sym_for, + anon_sym_LT2, + ACTIONS(3383), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_PLUS, + anon_sym_BANG, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, - anon_sym_where, anon_sym_else, anon_sym_in, - [61302] = 8, + [61757] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(1948), 2, + STATE(1953), 2, sym_line_comment, sym_block_comment, - ACTIONS(3341), 15, + ACTIONS(3385), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -163925,141 +164501,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61342] = 6, + [61797] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 2, - anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(1949), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3365), 3, - anon_sym_LBRACE, - anon_sym_for, - anon_sym_LT2, - ACTIONS(3371), 14, - anon_sym_SEMI, + ACTIONS(4534), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, - anon_sym_COLON_COLON, - anon_sym_else, - anon_sym_in, - [61378] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3577), 1, - anon_sym_COLON, - STATE(1950), 2, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(1973), 1, + sym_type_arguments, + STATE(2003), 1, + sym_parameters, + STATE(1954), 2, sym_line_comment, sym_block_comment, - ACTIONS(3575), 18, + ACTIONS(3353), 15, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, - anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, - anon_sym_for, anon_sym_where, anon_sym_else, - anon_sym_in, - [61412] = 5, + [61837] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3477), 1, - anon_sym_COLON, - STATE(1951), 2, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(1973), 1, + sym_type_arguments, + STATE(2003), 1, + sym_parameters, + STATE(1955), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 18, + ACTIONS(3397), 15, anon_sym_SEMI, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, - anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, - anon_sym_for, anon_sym_where, anon_sym_else, - anon_sym_in, - [61446] = 6, + [61877] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 2, + ACTIONS(3502), 1, anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(1952), 2, + STATE(1956), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 3, - anon_sym_LBRACE, - anon_sym_for, - anon_sym_LT2, - ACTIONS(3335), 14, + ACTIONS(3500), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_BANG, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_GT, anon_sym_COMMA, anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, + anon_sym_where, anon_sym_else, anon_sym_in, - [61482] = 8, + [61911] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(1953), 2, + STATE(1957), 2, sym_line_comment, sym_block_comment, - ACTIONS(3345), 15, + ACTIONS(3365), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164075,22 +164626,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [61522] = 6, + [61951] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 2, + ACTIONS(3393), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(1954), 2, + STATE(1958), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 3, + ACTIONS(3389), 3, anon_sym_LBRACE, anon_sym_for, anon_sym_LT2, - ACTIONS(3355), 14, + ACTIONS(3395), 14, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -164105,17 +164656,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [61558] = 5, + [61987] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3623), 1, + ACTIONS(3518), 1, anon_sym_COLON, - STATE(1955), 2, + STATE(1959), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 18, + ACTIONS(3516), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -164134,7 +164685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [61592] = 6, + [62021] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -164142,7 +164693,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(3361), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(1956), 2, + STATE(1960), 2, sym_line_comment, sym_block_comment, ACTIONS(3357), 3, @@ -164164,46 +164715,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [61628] = 5, + [62057] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 2, + ACTIONS(3534), 1, anon_sym_COLON, - anon_sym_DOT_DOT, - STATE(1957), 2, + STATE(1961), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 16, + ACTIONS(3532), 18, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_BANG, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + anon_sym_GT, anon_sym_COMMA, anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, + anon_sym_where, anon_sym_else, anon_sym_in, - [61661] = 5, + [62091] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 2, + ACTIONS(3526), 1, + anon_sym_COLON, + STATE(1962), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3524), 18, + anon_sym_SEMI, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_COLON_COLON, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_for, + anon_sym_where, + anon_sym_else, + anon_sym_in, + [62125] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3361), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(1958), 2, + STATE(1963), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 16, + ACTIONS(3363), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -164220,18 +164801,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [61694] = 5, + [62158] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 2, + ACTIONS(3381), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(1959), 2, + STATE(1964), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 16, + ACTIONS(3383), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -164248,18 +164829,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [61727] = 5, + [62191] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 2, + ACTIONS(3373), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(1960), 2, + STATE(1965), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 16, + ACTIONS(3375), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, @@ -164276,216 +164857,225 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_COLON, anon_sym_else, anon_sym_in, - [61760] = 14, + [62224] = 14, ACTIONS(37), 1, anon_sym_SQUOTE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1271), 1, + ACTIONS(1263), 1, anon_sym_DASH, - ACTIONS(1317), 1, + ACTIONS(1311), 1, aux_sym_string_literal_token1, - ACTIONS(1327), 1, + ACTIONS(1321), 1, sym__raw_string_literal_start, ACTIONS(1601), 1, anon_sym_LBRACE, - ACTIONS(4535), 1, + ACTIONS(4560), 1, sym_identifier, - STATE(3648), 1, + STATE(3664), 1, sym_label, - ACTIONS(1319), 2, + ACTIONS(1313), 2, anon_sym_true, anon_sym_false, - STATE(1961), 2, + STATE(1966), 2, sym_line_comment, sym_block_comment, ACTIONS(1617), 3, sym_float_literal, sym_integer_literal, sym_char_literal, - STATE(2916), 3, + STATE(3029), 3, sym_string_literal, sym_raw_string_literal, sym_boolean_literal, - STATE(3329), 3, + STATE(3293), 3, sym_block, sym__literal, sym_negative_literal, - [61811] = 4, + [62275] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1962), 2, + ACTIONS(3393), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(1967), 2, sym_line_comment, sym_block_comment, - ACTIONS(3357), 18, + ACTIONS(3395), 16, anon_sym_SEMI, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_LBRACK, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PLUS, + anon_sym_BANG, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_for, - anon_sym_where, + anon_sym_COLON_COLON, anon_sym_else, - anon_sym_LT2, - [61842] = 5, + anon_sym_in, + [62308] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3495), 1, - anon_sym_COLON, - STATE(1963), 2, + STATE(1968), 2, sym_line_comment, sym_block_comment, - ACTIONS(3493), 16, + ACTIONS(3389), 18, anon_sym_SEMI, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, - anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, anon_sym_for, anon_sym_where, anon_sym_else, - [61874] = 11, + anon_sym_LT2, + [62339] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4539), 1, + ACTIONS(4564), 1, anon_sym_COLON, - ACTIONS(4541), 1, + ACTIONS(4566), 1, anon_sym_BANG, - ACTIONS(4543), 1, + ACTIONS(4568), 1, anon_sym_DOT_DOT, - ACTIONS(4547), 1, + ACTIONS(4572), 1, anon_sym_COLON_COLON, - STATE(1963), 1, + STATE(1972), 1, sym_type_arguments, - ACTIONS(4545), 2, + ACTIONS(4570), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1964), 2, + STATE(1969), 2, sym_line_comment, sym_block_comment, - ACTIONS(4537), 9, - anon_sym_SEMI, + ACTIONS(4562), 3, anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, anon_sym_PIPE, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [61918] = 19, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [62385] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4551), 1, + ACTIONS(4576), 1, anon_sym_const, - ACTIONS(4553), 1, + ACTIONS(4578), 1, anon_sym_enum, - ACTIONS(4555), 1, + ACTIONS(4580), 1, anon_sym_fn, - ACTIONS(4557), 1, + ACTIONS(4582), 1, anon_sym_mod, - ACTIONS(4559), 1, + ACTIONS(4584), 1, anon_sym_static, - ACTIONS(4561), 1, + ACTIONS(4586), 1, anon_sym_struct, - ACTIONS(4563), 1, + ACTIONS(4588), 1, anon_sym_trait, - ACTIONS(4565), 1, + ACTIONS(4590), 1, anon_sym_type, - ACTIONS(4567), 1, + ACTIONS(4592), 1, anon_sym_union, - ACTIONS(4569), 1, + ACTIONS(4594), 1, anon_sym_unsafe, - ACTIONS(4571), 1, + ACTIONS(4596), 1, anon_sym_use, - ACTIONS(4573), 1, + ACTIONS(4598), 1, anon_sym_extern, - STATE(2173), 1, + STATE(2207), 1, sym_extern_modifier, - STATE(2225), 1, + STATE(2258), 1, aux_sym_function_modifiers_repeat1, - STATE(3542), 1, + STATE(3495), 1, sym_function_modifiers, - ACTIONS(4549), 2, + ACTIONS(4574), 2, anon_sym_async, anon_sym_default, - STATE(1965), 2, + STATE(1970), 2, sym_line_comment, sym_block_comment, - [61978] = 12, + [62445] = 19, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4539), 1, - anon_sym_COLON, - ACTIONS(4541), 1, - anon_sym_BANG, - ACTIONS(4543), 1, - anon_sym_DOT_DOT, - ACTIONS(4575), 1, - anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, - ACTIONS(4545), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1966), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4537), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - ACTIONS(3420), 6, - anon_sym_async, + ACTIONS(4600), 1, anon_sym_const, - anon_sym_default, + ACTIONS(4602), 1, + anon_sym_enum, + ACTIONS(4604), 1, anon_sym_fn, + ACTIONS(4606), 1, + anon_sym_mod, + ACTIONS(4608), 1, + anon_sym_static, + ACTIONS(4610), 1, + anon_sym_struct, + ACTIONS(4612), 1, + anon_sym_trait, + ACTIONS(4614), 1, + anon_sym_type, + ACTIONS(4616), 1, + anon_sym_union, + ACTIONS(4618), 1, anon_sym_unsafe, + ACTIONS(4620), 1, + anon_sym_use, + ACTIONS(4622), 1, anon_sym_extern, - [62024] = 5, + STATE(2194), 1, + sym_extern_modifier, + STATE(2258), 1, + aux_sym_function_modifiers_repeat1, + STATE(3682), 1, + sym_function_modifiers, + ACTIONS(4574), 2, + anon_sym_async, + anon_sym_default, + STATE(1971), 2, + sym_line_comment, + sym_block_comment, + [62505] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 1, + ACTIONS(3580), 1, anon_sym_COLON, - STATE(1967), 2, + STATE(1972), 2, sym_line_comment, sym_block_comment, - ACTIONS(3579), 16, + ACTIONS(3578), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164502,17 +165092,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [62056] = 5, + [62537] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3619), 1, + ACTIONS(3596), 1, anon_sym_COLON, - STATE(1968), 2, + STATE(1973), 2, sym_line_comment, sym_block_comment, - ACTIONS(3617), 16, + ACTIONS(3594), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164529,60 +165119,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_for, anon_sym_where, anon_sym_else, - [62088] = 19, + [62569] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4577), 1, - anon_sym_const, - ACTIONS(4579), 1, - anon_sym_enum, - ACTIONS(4581), 1, - anon_sym_fn, - ACTIONS(4583), 1, - anon_sym_mod, - ACTIONS(4585), 1, - anon_sym_static, - ACTIONS(4587), 1, - anon_sym_struct, - ACTIONS(4589), 1, - anon_sym_trait, - ACTIONS(4591), 1, - anon_sym_type, - ACTIONS(4593), 1, - anon_sym_union, - ACTIONS(4595), 1, - anon_sym_unsafe, - ACTIONS(4597), 1, - anon_sym_use, - ACTIONS(4599), 1, - anon_sym_extern, - STATE(2181), 1, - sym_extern_modifier, - STATE(2225), 1, - aux_sym_function_modifiers_repeat1, - STATE(3666), 1, - sym_function_modifiers, - ACTIONS(4549), 2, - anon_sym_async, - anon_sym_default, - STATE(1969), 2, - sym_line_comment, - sym_block_comment, - [62148] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3339), 1, + ACTIONS(3592), 1, anon_sym_COLON, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - STATE(1970), 2, + STATE(1974), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 14, + ACTIONS(3590), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164593,70 +165140,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, + anon_sym_COLON_COLON, anon_sym_SQUOTE, anon_sym_as, + anon_sym_for, anon_sym_where, anon_sym_else, - [62181] = 5, + [62601] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4603), 1, - anon_sym_DASH_GT, - STATE(1971), 2, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4564), 1, + anon_sym_COLON, + ACTIONS(4566), 1, + anon_sym_BANG, + ACTIONS(4568), 1, + anon_sym_DOT_DOT, + ACTIONS(4624), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, + ACTIONS(4570), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1975), 2, sym_line_comment, sym_block_comment, - ACTIONS(3519), 15, + ACTIONS(4562), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, anon_sym_else, - [62212] = 4, + anon_sym_in, + [62645] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1972), 2, + ACTIONS(3355), 1, + anon_sym_COLON, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + STATE(1976), 2, sym_line_comment, sym_block_comment, - ACTIONS(3629), 16, + ACTIONS(3353), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, - anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_where, anon_sym_else, - [62241] = 4, + [62678] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1973), 2, + STATE(1977), 2, sym_line_comment, sym_block_comment, - ACTIONS(1411), 16, + ACTIONS(3520), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164668,20 +165226,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [62270] = 4, + [62707] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1974), 2, + ACTIONS(4628), 1, + anon_sym_DASH_GT, + STATE(1978), 2, sym_line_comment, sym_block_comment, - ACTIONS(1419), 16, + ACTIONS(3664), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164697,59 +165257,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [62299] = 16, + [62738] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4521), 1, - anon_sym_LBRACE, - ACTIONS(4525), 1, - anon_sym_AT, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(4605), 1, + ACTIONS(4546), 1, anon_sym_LPAREN, - ACTIONS(4607), 1, - anon_sym_RBRACK, - ACTIONS(4610), 1, + ACTIONS(4550), 1, + anon_sym_COLON, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(4630), 1, anon_sym_COLON_COLON, - STATE(1967), 1, - sym_type_arguments, - STATE(1990), 1, - sym_parameters, - ACTIONS(3303), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4517), 2, - anon_sym_PIPE, - anon_sym_COMMA, - ACTIONS(4529), 2, + ACTIONS(4556), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1975), 2, + STATE(1979), 2, sym_line_comment, sym_block_comment, - [62352] = 4, + ACTIONS(4544), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [62779] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1976), 2, + ACTIONS(3367), 1, + anon_sym_COLON, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + STATE(1980), 2, sym_line_comment, sym_block_comment, - ACTIONS(1047), 16, + ACTIONS(3365), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + [62812] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3367), 1, anon_sym_COLON, + ACTIONS(4632), 1, + anon_sym_COLON_COLON, + STATE(1981), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3365), 14, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, @@ -164759,16 +165342,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - anon_sym_in, - [62381] = 4, + [62845] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1977), 2, + STATE(1982), 2, sym_line_comment, sym_block_comment, - ACTIONS(1051), 16, + ACTIONS(1039), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164785,17 +165367,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_where, anon_sym_else, anon_sym_in, - [62410] = 5, + [62874] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4612), 1, - anon_sym_DASH_GT, - STATE(1978), 2, + STATE(1983), 2, sym_line_comment, sym_block_comment, - ACTIONS(3593), 15, + ACTIONS(3528), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164807,69 +165387,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_where, anon_sym_else, - [62441] = 4, + [62903] = 16, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1979), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3479), 16, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4544), 1, + anon_sym_PIPE, + ACTIONS(4548), 1, anon_sym_LBRACE, - anon_sym_RBRACE, + ACTIONS(4550), 1, anon_sym_COLON, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, - anon_sym_else, - [62470] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(1980), 2, + ACTIONS(4552), 1, + anon_sym_AT, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(4634), 1, + anon_sym_LPAREN, + ACTIONS(4636), 1, + anon_sym_COLON_COLON, + STATE(1974), 1, + sym_type_arguments, + STATE(2000), 1, + sym_parameters, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(1984), 2, sym_line_comment, sym_block_comment, - ACTIONS(3589), 16, - anon_sym_SEMI, + ACTIONS(3308), 3, anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, anon_sym_COMMA, - anon_sym_DASH_GT, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, - anon_sym_else, - [62499] = 4, + [62956] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1981), 2, + STATE(1985), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 16, + ACTIONS(3536), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164886,79 +165454,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62528] = 16, + [62985] = 16, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4517), 1, - anon_sym_PIPE, - ACTIONS(4521), 1, + ACTIONS(4548), 1, anon_sym_LBRACE, - ACTIONS(4523), 1, - anon_sym_COLON, - ACTIONS(4525), 1, + ACTIONS(4552), 1, anon_sym_AT, - ACTIONS(4527), 1, + ACTIONS(4554), 1, anon_sym_DOT_DOT, - ACTIONS(4614), 1, + ACTIONS(4638), 1, anon_sym_LPAREN, - ACTIONS(4616), 1, + ACTIONS(4640), 1, + anon_sym_RBRACK, + ACTIONS(4643), 1, anon_sym_COLON_COLON, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - ACTIONS(4529), 2, + ACTIONS(3308), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4544), 2, + anon_sym_PIPE, + anon_sym_COMMA, + ACTIONS(4556), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1982), 2, + STATE(1986), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [62581] = 6, + [63038] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3343), 1, - anon_sym_COLON, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - STATE(1983), 2, + STATE(1987), 2, sym_line_comment, sym_block_comment, - ACTIONS(3341), 14, + ACTIONS(3656), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_where, anon_sym_else, - [62614] = 4, + [63067] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1984), 2, + ACTIONS(4645), 1, + anon_sym_DASH_GT, + STATE(1988), 2, sym_line_comment, sym_block_comment, - ACTIONS(3489), 16, + ACTIONS(3670), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -164970,22 +165538,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, - anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_where, anon_sym_else, - [62643] = 5, + [63098] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4618), 1, - anon_sym_DASH_GT, - STATE(1985), 2, + STATE(1989), 2, sym_line_comment, sym_block_comment, - ACTIONS(3645), 15, + ACTIONS(1511), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165001,50 +165566,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62674] = 6, + anon_sym_in, + [63127] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3375), 1, - anon_sym_COLON, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - STATE(1986), 2, + STATE(1990), 2, sym_line_comment, sym_block_comment, - ACTIONS(3373), 14, + ACTIONS(3504), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, anon_sym_COMMA, + anon_sym_DASH_GT, anon_sym_SQUOTE, anon_sym_as, anon_sym_where, anon_sym_else, - [62707] = 5, + [63156] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4620), 1, - anon_sym_DASH_GT, - STATE(1987), 2, + ACTIONS(3387), 1, + anon_sym_COLON, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + STATE(1991), 2, sym_line_comment, sym_block_comment, - ACTIONS(3537), 15, + ACTIONS(3385), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, @@ -165054,23 +165619,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62738] = 5, + [63189] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4622), 1, - anon_sym_DASH_GT, - STATE(1988), 2, + ACTIONS(3367), 1, + anon_sym_COLON, + ACTIONS(4647), 1, + anon_sym_COLON_COLON, + STATE(1992), 2, sym_line_comment, sym_block_comment, - ACTIONS(3543), 15, + ACTIONS(3365), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, @@ -165080,17 +165646,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62769] = 5, + [63222] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4624), 1, - anon_sym_DASH_GT, - STATE(1989), 2, + STATE(1993), 2, sym_line_comment, sym_block_comment, - ACTIONS(3599), 15, + ACTIONS(1043), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165106,17 +165670,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62800] = 5, + anon_sym_in, + [63251] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4626), 1, - anon_sym_DASH_GT, - STATE(1990), 2, + STATE(1994), 2, sym_line_comment, sym_block_comment, - ACTIONS(3583), 15, + ACTIONS(1469), 16, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165132,93 +165695,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62831] = 17, + anon_sym_in, + [63280] = 17, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3303), 1, + ACTIONS(3308), 1, anon_sym_PLUS, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4517), 1, + ACTIONS(4544), 1, anon_sym_PIPE, - ACTIONS(4521), 1, + ACTIONS(4548), 1, anon_sym_LBRACE, - ACTIONS(4523), 1, + ACTIONS(4550), 1, anon_sym_COLON, - ACTIONS(4525), 1, + ACTIONS(4552), 1, anon_sym_AT, - ACTIONS(4527), 1, + ACTIONS(4554), 1, anon_sym_DOT_DOT, - ACTIONS(4628), 1, + ACTIONS(4649), 1, anon_sym_LPAREN, - ACTIONS(4630), 1, + ACTIONS(4651), 1, anon_sym_COLON_COLON, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - ACTIONS(4529), 2, + ACTIONS(4556), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4607), 2, + ACTIONS(4640), 2, anon_sym_RPAREN, anon_sym_COMMA, - STATE(1991), 2, + STATE(1995), 2, sym_line_comment, sym_block_comment, - [62886] = 10, + [63335] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4519), 1, - anon_sym_LPAREN, - ACTIONS(4523), 1, - anon_sym_COLON, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(4632), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(1992), 2, + ACTIONS(4653), 1, + anon_sym_DASH_GT, + STATE(1996), 2, sym_line_comment, sym_block_comment, - ACTIONS(4517), 9, + ACTIONS(3510), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, + anon_sym_GT, anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, anon_sym_else, - anon_sym_in, - [62927] = 6, + [63366] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3339), 1, - anon_sym_COLON, - ACTIONS(4634), 1, - anon_sym_COLON_COLON, - STATE(1993), 2, + ACTIONS(4655), 1, + anon_sym_DASH_GT, + STATE(1997), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 14, + ACTIONS(3602), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, @@ -165228,45 +165786,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [62960] = 5, + [63397] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4636), 1, - anon_sym_LPAREN, - STATE(1994), 2, + ACTIONS(4657), 1, + anon_sym_DASH_GT, + STATE(1998), 2, sym_line_comment, sym_block_comment, - ACTIONS(4041), 15, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_mod, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - [62991] = 6, + ACTIONS(3676), 15, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + [63428] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3347), 1, + ACTIONS(3399), 1, anon_sym_COLON, - ACTIONS(4601), 1, + ACTIONS(4626), 1, anon_sym_COLON_COLON, - STATE(1995), 2, + STATE(1999), 2, sym_line_comment, sym_block_comment, - ACTIONS(3345), 14, + ACTIONS(3397), 14, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165281,56 +165839,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63024] = 11, + [63461] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(4659), 1, + anon_sym_DASH_GT, + STATE(2000), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3614), 15, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + [63492] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4541), 1, + ACTIONS(4566), 1, anon_sym_BANG, - ACTIONS(4543), 1, + ACTIONS(4568), 1, anon_sym_DOT_DOT, - ACTIONS(4638), 1, + ACTIONS(4661), 1, anon_sym_COLON_COLON, - STATE(1963), 1, + STATE(1972), 1, sym_type_arguments, - ACTIONS(4545), 2, + ACTIONS(4570), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(1996), 2, + STATE(2001), 2, sym_line_comment, sym_block_comment, - ACTIONS(4537), 3, + ACTIONS(4562), 3, anon_sym_RBRACK, anon_sym_PIPE, anon_sym_COMMA, - ACTIONS(3420), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [63067] = 6, + [63535] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3339), 1, - anon_sym_COLON, - ACTIONS(4640), 1, - anon_sym_COLON_COLON, - STATE(1997), 2, + ACTIONS(4663), 1, + anon_sym_LPAREN, + STATE(2002), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4070), 15, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_mod, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + [63566] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4665), 1, + anon_sym_DASH_GT, + STATE(2003), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 14, + ACTIONS(3620), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, @@ -165340,17 +165949,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63100] = 5, + [63597] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3975), 1, - anon_sym_COLON_COLON, - STATE(1998), 2, + STATE(2004), 2, sym_line_comment, sym_block_comment, - ACTIONS(4043), 14, + ACTIONS(4080), 15, anon_sym_async, anon_sym_const, anon_sym_default, @@ -165365,15 +165972,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unsafe, anon_sym_use, anon_sym_extern, - [63130] = 4, + sym_identifier, + [63625] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(1999), 2, + STATE(2005), 2, sym_line_comment, sym_block_comment, - ACTIONS(3701), 15, + ACTIONS(3692), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165389,15 +165997,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63158] = 4, + [63653] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2000), 2, + STATE(2006), 2, sym_line_comment, sym_block_comment, - ACTIONS(3373), 15, + ACTIONS(3944), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165413,15 +166021,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63186] = 4, + [63681] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2001), 2, + STATE(2007), 2, sym_line_comment, sym_block_comment, - ACTIONS(3725), 15, + ACTIONS(3960), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165437,15 +166045,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63214] = 4, + [63709] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2002), 2, + STATE(2008), 2, sym_line_comment, sym_block_comment, - ACTIONS(3741), 15, + ACTIONS(3718), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165461,15 +166069,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63242] = 4, + [63737] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2003), 2, + STATE(2009), 2, sym_line_comment, sym_block_comment, - ACTIONS(3745), 15, + ACTIONS(3385), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165485,15 +166093,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63270] = 4, + [63765] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2004), 2, + STATE(2010), 2, sym_line_comment, sym_block_comment, - ACTIONS(3763), 15, + ACTIONS(3764), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165509,15 +166117,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63298] = 4, + [63793] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2005), 2, + STATE(2011), 2, sym_line_comment, sym_block_comment, - ACTIONS(3693), 15, + ACTIONS(3920), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165533,15 +166141,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63326] = 4, + [63821] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2006), 2, + STATE(2012), 2, sym_line_comment, sym_block_comment, - ACTIONS(3341), 15, + ACTIONS(3944), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165557,47 +166165,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63354] = 12, + [63849] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4537), 1, - anon_sym_PIPE, - ACTIONS(4539), 1, - anon_sym_COLON, - ACTIONS(4541), 1, - anon_sym_BANG, - ACTIONS(4543), 1, - anon_sym_DOT_DOT, - ACTIONS(4642), 1, + ACTIONS(3996), 1, anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, - ACTIONS(4545), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2007), 2, + STATE(2013), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + ACTIONS(4075), 14, anon_sym_async, anon_sym_const, anon_sym_default, + anon_sym_enum, anon_sym_fn, + anon_sym_mod, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, anon_sym_unsafe, + anon_sym_use, anon_sym_extern, - [63398] = 4, + [63879] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2008), 2, + STATE(2014), 2, sym_line_comment, sym_block_comment, - ACTIONS(3915), 15, + ACTIONS(3365), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165613,15 +166214,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63426] = 4, + [63907] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2009), 2, + STATE(2015), 2, sym_line_comment, sym_block_comment, - ACTIONS(3857), 15, + ACTIONS(3836), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165637,15 +166238,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63454] = 4, + [63935] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2010), 2, + STATE(2016), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 15, + ACTIONS(3932), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165661,15 +166262,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63482] = 4, + [63963] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2011), 2, + STATE(2017), 2, sym_line_comment, sym_block_comment, - ACTIONS(3919), 15, + ACTIONS(3952), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165685,15 +166286,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63510] = 4, + [63991] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2012), 2, + STATE(2018), 2, sym_line_comment, sym_block_comment, - ACTIONS(3943), 15, + ACTIONS(3944), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165709,39 +166310,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63538] = 4, + [64019] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2013), 2, + ACTIONS(4667), 1, + anon_sym_COLON_COLON, + STATE(2019), 2, sym_line_comment, sym_block_comment, - ACTIONS(3947), 15, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, - anon_sym_else, - [63566] = 4, + ACTIONS(4075), 14, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_mod, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + [64049] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2014), 2, + STATE(2020), 2, sym_line_comment, sym_block_comment, - ACTIONS(3923), 15, + ACTIONS(3972), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165757,15 +166359,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63594] = 4, + [64077] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2015), 2, + STATE(2021), 2, sym_line_comment, sym_block_comment, - ACTIONS(3845), 15, + ACTIONS(3353), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165781,15 +166383,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63622] = 4, + [64105] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2016), 2, + STATE(2022), 2, sym_line_comment, sym_block_comment, - ACTIONS(3845), 15, + ACTIONS(3808), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165805,15 +166407,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63650] = 4, + [64133] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2017), 2, + STATE(2023), 2, sym_line_comment, sym_block_comment, - ACTIONS(3845), 15, + ACTIONS(3710), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165829,15 +166431,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63678] = 4, + [64161] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2018), 2, + STATE(2024), 2, sym_line_comment, sym_block_comment, - ACTIONS(3697), 15, + ACTIONS(3684), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165853,15 +166455,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63706] = 4, + [64189] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2019), 2, + STATE(2025), 2, sym_line_comment, sym_block_comment, - ACTIONS(3721), 15, + ACTIONS(3756), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165877,15 +166479,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63734] = 4, + [64217] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2020), 2, + STATE(2026), 2, sym_line_comment, sym_block_comment, - ACTIONS(3927), 15, + ACTIONS(3816), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165901,15 +166503,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63762] = 4, + [64245] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2021), 2, + STATE(2027), 2, sym_line_comment, sym_block_comment, - ACTIONS(3733), 15, + ACTIONS(3696), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165925,15 +166527,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63790] = 4, + [64273] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2022), 2, + STATE(2028), 2, sym_line_comment, sym_block_comment, - ACTIONS(3905), 15, + ACTIONS(3788), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165949,15 +166551,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63818] = 4, + [64301] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2023), 2, + STATE(2029), 2, sym_line_comment, sym_block_comment, - ACTIONS(3345), 15, + ACTIONS(3397), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -165973,39 +166575,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63846] = 4, + [64329] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2024), 2, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4562), 1, + anon_sym_PIPE, + ACTIONS(4564), 1, + anon_sym_COLON, + ACTIONS(4566), 1, + anon_sym_BANG, + ACTIONS(4568), 1, + anon_sym_DOT_DOT, + ACTIONS(4669), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, + ACTIONS(4570), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2030), 2, sym_line_comment, sym_block_comment, - ACTIONS(3749), 15, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, - anon_sym_else, - [63874] = 4, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [64373] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2025), 2, + STATE(2031), 2, sym_line_comment, sym_block_comment, - ACTIONS(3885), 15, + ACTIONS(3820), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166021,15 +166631,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63902] = 4, + [64401] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2026), 2, + STATE(2032), 2, sym_line_comment, sym_block_comment, - ACTIONS(3889), 15, + ACTIONS(3780), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166045,15 +166655,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63930] = 4, + [64429] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2027), 2, + STATE(2033), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4086), 15, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_mod, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + [64457] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2034), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4064), 15, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_enum, + anon_sym_fn, + anon_sym_mod, + anon_sym_static, + anon_sym_struct, + anon_sym_trait, + anon_sym_type, + anon_sym_union, + anon_sym_unsafe, + anon_sym_use, + anon_sym_extern, + sym_identifier, + [64485] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2035), 2, sym_line_comment, sym_block_comment, - ACTIONS(3909), 15, + ACTIONS(3752), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166069,15 +166727,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63958] = 4, + [64513] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2028), 2, + STATE(2036), 2, sym_line_comment, sym_block_comment, - ACTIONS(3651), 15, + ACTIONS(3824), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166093,15 +166751,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [63986] = 4, + [64541] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2029), 2, + STATE(2037), 2, sym_line_comment, sym_block_comment, - ACTIONS(3671), 15, + ACTIONS(3862), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166117,39 +166775,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64014] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2030), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4060), 15, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_mod, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - [64042] = 4, + [64569] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2031), 2, + STATE(2038), 2, sym_line_comment, sym_block_comment, - ACTIONS(3767), 15, + ACTIONS(3906), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166165,15 +166799,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64070] = 4, + [64597] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2032), 2, + STATE(2039), 2, sym_line_comment, sym_block_comment, - ACTIONS(3675), 15, + ACTIONS(3924), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166182,70 +166816,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PLUS, anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_as, - anon_sym_where, - anon_sym_else, - [64098] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2033), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4056), 15, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_mod, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - [64126] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2034), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4052), 15, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_mod, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - sym_identifier, - [64154] = 4, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + [64625] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2035), 2, + STATE(2040), 2, sym_line_comment, sym_block_comment, - ACTIONS(3705), 15, + ACTIONS(3914), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166261,15 +166847,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64182] = 4, + [64653] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2036), 2, + STATE(2041), 2, sym_line_comment, sym_block_comment, - ACTIONS(3783), 15, + ACTIONS(3968), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166285,73 +166871,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_as, anon_sym_where, anon_sym_else, - [64210] = 5, + [64681] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4644), 1, - anon_sym_COLON_COLON, - STATE(2037), 2, + STATE(2042), 2, sym_line_comment, sym_block_comment, - ACTIONS(4043), 14, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_enum, - anon_sym_fn, - anon_sym_mod, - anon_sym_static, - anon_sym_struct, - anon_sym_trait, - anon_sym_type, - anon_sym_union, - anon_sym_unsafe, - anon_sym_use, - anon_sym_extern, - [64240] = 5, + ACTIONS(3804), 15, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, + anon_sym_else, + [64709] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(973), 1, - anon_sym_DOT_DOT, - STATE(2038), 2, + STATE(2043), 2, sym_line_comment, sym_block_comment, - ACTIONS(975), 13, + ACTIONS(3768), 15, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_PLUS, anon_sym_PIPE, anon_sym_EQ, anon_sym_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_as, + anon_sym_where, anon_sym_else, - anon_sym_in, - [64269] = 8, + [64737] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4539), 1, + ACTIONS(4564), 1, anon_sym_COLON, - ACTIONS(4543), 1, + ACTIONS(4568), 1, anon_sym_DOT_DOT, - ACTIONS(4547), 1, + ACTIONS(4624), 1, anon_sym_COLON_COLON, - ACTIONS(4545), 2, + ACTIONS(4570), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2039), 2, + STATE(2044), 2, sym_line_comment, sym_block_comment, - ACTIONS(4537), 9, + ACTIONS(4562), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166361,17 +166946,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [64304] = 5, + [64772] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(977), 1, + ACTIONS(4673), 1, anon_sym_DOT_DOT, - STATE(2040), 2, + STATE(2045), 2, sym_line_comment, sym_block_comment, - ACTIONS(979), 13, + ACTIONS(4671), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166385,17 +166970,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [64333] = 5, + [64801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4648), 1, + ACTIONS(1013), 1, anon_sym_DOT_DOT, - STATE(2041), 2, + STATE(2046), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(1015), 13, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [64830] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(919), 1, + anon_sym_DOT_DOT, + STATE(2047), 2, sym_line_comment, sym_block_comment, - ACTIONS(4646), 13, + ACTIONS(921), 13, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166409,19 +167018,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [64362] = 6, + [64859] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4652), 1, + ACTIONS(4677), 1, anon_sym_pat, - STATE(148), 1, + STATE(164), 1, sym_fragment_specifier, - STATE(2042), 2, + STATE(2048), 2, sym_line_comment, sym_block_comment, - ACTIONS(4650), 12, + ACTIONS(4675), 12, anon_sym_block, anon_sym_expr, anon_sym_ident, @@ -166434,222 +167043,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_tt, anon_sym_ty, anon_sym_vis, - [64393] = 7, + [64890] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 2, - anon_sym_COLON, + ACTIONS(3393), 1, anon_sym_DOT_DOT, - STATE(2043), 2, + ACTIONS(4679), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + STATE(2049), 2, sym_line_comment, sym_block_comment, - ACTIONS(3357), 3, + ACTIONS(3389), 4, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4654), 3, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3363), 5, + ACTIONS(3395), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - [64425] = 7, + [64922] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 2, + ACTIONS(4682), 1, + anon_sym_LPAREN, + ACTIONS(3361), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2044), 2, + STATE(2050), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 3, + ACTIONS(3357), 5, + anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_LT2, - ACTIONS(4657), 3, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3355), 5, + anon_sym_LT2, + ACTIONS(3363), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [64457] = 7, + [64954] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 2, - anon_sym_COLON, + ACTIONS(3373), 1, anon_sym_DOT_DOT, - STATE(2045), 2, + ACTIONS(4685), 2, + anon_sym_LPAREN, + anon_sym_RBRACK, + STATE(2051), 2, sym_line_comment, sym_block_comment, - ACTIONS(3365), 3, + ACTIONS(3369), 4, + anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4660), 3, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COMMA, - ACTIONS(3371), 5, + ACTIONS(3375), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + anon_sym_COMMA, anon_sym_COLON_COLON, - [64489] = 13, + [64986] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4663), 1, + ACTIONS(4685), 1, anon_sym_LPAREN, - ACTIONS(4665), 1, - anon_sym_LBRACE, - ACTIONS(4667), 1, - anon_sym_BANG, - ACTIONS(4669), 1, - anon_sym_AT, - ACTIONS(4671), 1, + ACTIONS(3373), 2, + anon_sym_COLON, anon_sym_DOT_DOT, - ACTIONS(4675), 1, - anon_sym_COLON_COLON, - STATE(1967), 1, - sym_type_arguments, - ACTIONS(4673), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2046), 2, + STATE(2052), 2, sym_line_comment, sym_block_comment, - ACTIONS(4517), 3, - anon_sym_EQ_GT, + ACTIONS(3369), 5, + anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_LT2, + ACTIONS(3375), 5, + anon_sym_BANG, anon_sym_PIPE, - anon_sym_if, - [64533] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(4529), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2047), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4517), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [64563] = 7, + anon_sym_COLON_COLON, + [65018] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 2, + ACTIONS(3381), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2048), 2, + STATE(2053), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 3, + ACTIONS(3377), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(4677), 3, + ACTIONS(4688), 3, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(3335), 5, + ACTIONS(3383), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [64595] = 7, + [65050] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3393), 2, + anon_sym_COLON, anon_sym_DOT_DOT, - ACTIONS(4677), 2, - anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2049), 2, + STATE(2054), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 4, - anon_sym_SEMI, + ACTIONS(3389), 3, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3335), 6, + ACTIONS(4679), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3395), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - [64627] = 7, + [65082] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, - anon_sym_DOT_DOT, - ACTIONS(4657), 2, + ACTIONS(4688), 1, anon_sym_LPAREN, - anon_sym_RBRACK, - STATE(2050), 2, + ACTIONS(3381), 2, + anon_sym_COLON, + anon_sym_DOT_DOT, + STATE(2055), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 4, - anon_sym_SEMI, + ACTIONS(3377), 5, + anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, + anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3355), 6, + ACTIONS(3383), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COMMA, anon_sym_COLON_COLON, - [64659] = 5, + [65114] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4682), 1, + ACTIONS(4554), 1, anon_sym_DOT_DOT, - STATE(2051), 2, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2056), 2, sym_line_comment, sym_block_comment, - ACTIONS(4680), 12, + ACTIONS(4544), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -166657,437 +167239,486 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON, anon_sym_PIPE, anon_sym_EQ, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [64687] = 14, + [65144] = 14, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4513), 1, + ACTIONS(4538), 1, anon_sym_COLON_COLON, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4684), 1, + ACTIONS(4691), 1, anon_sym_COLON, - ACTIONS(4686), 1, + ACTIONS(4693), 1, anon_sym_EQ, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - STATE(2922), 1, + STATE(2983), 1, sym_trait_bounds, - ACTIONS(3303), 2, + ACTIONS(3308), 2, anon_sym_PLUS, anon_sym_as, - ACTIONS(4688), 2, + ACTIONS(4695), 2, anon_sym_GT, anon_sym_COMMA, - STATE(2052), 2, + STATE(2057), 2, sym_line_comment, sym_block_comment, - [64733] = 7, + [65190] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4677), 1, + ACTIONS(4679), 1, anon_sym_LPAREN, - ACTIONS(3333), 2, + ACTIONS(3393), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2053), 2, + STATE(2058), 2, sym_line_comment, sym_block_comment, - ACTIONS(3329), 5, + ACTIONS(3389), 5, anon_sym_RPAREN, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3335), 5, + ACTIONS(3395), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [64765] = 7, + [65222] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 1, + ACTIONS(3381), 1, anon_sym_DOT_DOT, - ACTIONS(4654), 2, + ACTIONS(4688), 2, anon_sym_LPAREN, anon_sym_RBRACK, - STATE(2054), 2, + STATE(2059), 2, sym_line_comment, sym_block_comment, - ACTIONS(3357), 4, + ACTIONS(3377), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3363), 6, + ACTIONS(3383), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - [64797] = 7, + [65254] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4657), 1, - anon_sym_LPAREN, - ACTIONS(3353), 2, + ACTIONS(3373), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2055), 2, + STATE(2060), 2, sym_line_comment, sym_block_comment, - ACTIONS(3349), 5, - anon_sym_RPAREN, + ACTIONS(3369), 3, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_LT2, - ACTIONS(3355), 5, + ACTIONS(4685), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, + ACTIONS(3375), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [64829] = 7, + [65286] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 1, + ACTIONS(3361), 1, anon_sym_DOT_DOT, - ACTIONS(4660), 2, + ACTIONS(4682), 2, anon_sym_LPAREN, anon_sym_RBRACK, - STATE(2056), 2, + STATE(2061), 2, sym_line_comment, sym_block_comment, - ACTIONS(3365), 4, + ACTIONS(3357), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_LT2, - ACTIONS(3371), 6, + ACTIONS(3363), 6, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COMMA, anon_sym_COLON_COLON, - [64861] = 7, + [65318] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4654), 1, - anon_sym_LPAREN, ACTIONS(3361), 2, anon_sym_COLON, anon_sym_DOT_DOT, - STATE(2057), 2, + STATE(2062), 2, sym_line_comment, sym_block_comment, - ACTIONS(3357), 5, - anon_sym_RPAREN, + ACTIONS(3357), 3, anon_sym_LBRACE, anon_sym_PLUS, - anon_sym_COMMA, anon_sym_LT2, + ACTIONS(4682), 3, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COMMA, ACTIONS(3363), 5, anon_sym_BANG, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, - [64893] = 7, + [65350] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4660), 1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4697), 1, anon_sym_LPAREN, - ACTIONS(3369), 2, - anon_sym_COLON, + ACTIONS(4699), 1, + anon_sym_LBRACE, + ACTIONS(4701), 1, + anon_sym_BANG, + ACTIONS(4703), 1, + anon_sym_AT, + ACTIONS(4705), 1, anon_sym_DOT_DOT, - STATE(2058), 2, + ACTIONS(4709), 1, + anon_sym_COLON_COLON, + STATE(1974), 1, + sym_type_arguments, + ACTIONS(4707), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2063), 2, sym_line_comment, sym_block_comment, - ACTIONS(3365), 5, + ACTIONS(4544), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [65394] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4713), 1, + anon_sym_DOT_DOT, + STATE(2064), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4711), 12, + anon_sym_SEMI, anon_sym_RPAREN, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_LT2, - ACTIONS(3371), 5, - anon_sym_BANG, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PIPE, + anon_sym_EQ, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - [64925] = 13, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [65422] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(3005), 1, + ACTIONS(3022), 1, anon_sym_SQUOTE, - ACTIONS(4690), 1, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4692), 1, + ACTIONS(4717), 1, anon_sym_GT, - ACTIONS(4694), 1, + ACTIONS(4719), 1, anon_sym_const, - ACTIONS(4696), 1, + ACTIONS(4721), 1, sym_metavariable, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2093), 1, + STATE(2114), 1, aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, + STATE(2603), 1, sym_lifetime, - STATE(2059), 2, + STATE(2065), 2, sym_line_comment, sym_block_comment, - STATE(3119), 3, + STATE(3144), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [64968] = 13, + [65465] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(3005), 1, + ACTIONS(3022), 1, anon_sym_SQUOTE, - ACTIONS(4690), 1, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4694), 1, + ACTIONS(4719), 1, anon_sym_const, - ACTIONS(4696), 1, + ACTIONS(4721), 1, sym_metavariable, - ACTIONS(4698), 1, + ACTIONS(4723), 1, anon_sym_GT, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2093), 1, + STATE(2114), 1, aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, + STATE(2603), 1, sym_lifetime, - STATE(2060), 2, + STATE(2066), 2, sym_line_comment, sym_block_comment, - STATE(3119), 3, + STATE(3144), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [65011] = 13, + [65508] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(3005), 1, + ACTIONS(3022), 1, anon_sym_SQUOTE, - ACTIONS(4690), 1, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4694), 1, + ACTIONS(4719), 1, anon_sym_const, - ACTIONS(4696), 1, + ACTIONS(4721), 1, sym_metavariable, - ACTIONS(4700), 1, + ACTIONS(4725), 1, anon_sym_GT, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2093), 1, + STATE(2114), 1, aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, + STATE(2603), 1, sym_lifetime, - STATE(2061), 2, + STATE(2067), 2, sym_line_comment, sym_block_comment, - STATE(3119), 3, + STATE(3144), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [65054] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4704), 1, - anon_sym_COLON, - ACTIONS(3913), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - STATE(2062), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4702), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [65083] = 13, + [65551] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(3005), 1, + ACTIONS(3022), 1, anon_sym_SQUOTE, - ACTIONS(4690), 1, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4694), 1, + ACTIONS(4719), 1, anon_sym_const, - ACTIONS(4696), 1, + ACTIONS(4721), 1, sym_metavariable, - ACTIONS(4706), 1, + ACTIONS(4727), 1, anon_sym_GT, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2093), 1, + STATE(2114), 1, aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, + STATE(2603), 1, sym_lifetime, - STATE(2063), 2, + STATE(2068), 2, sym_line_comment, sym_block_comment, - STATE(3119), 3, + STATE(3144), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [65126] = 13, + [65594] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(3005), 1, - anon_sym_SQUOTE, - ACTIONS(4690), 1, - sym_identifier, - ACTIONS(4694), 1, - anon_sym_const, - ACTIONS(4696), 1, - sym_metavariable, - ACTIONS(4708), 1, - anon_sym_GT, - STATE(1403), 1, - sym_attribute_item, - STATE(2093), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, - sym_lifetime, - STATE(2064), 2, + ACTIONS(4731), 1, + anon_sym_COLON, + ACTIONS(3842), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + STATE(2069), 2, sym_line_comment, sym_block_comment, - STATE(3119), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [65169] = 10, + ACTIONS(4729), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [65623] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4731), 1, + anon_sym_COLON, + ACTIONS(3888), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + STATE(2070), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4729), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [65652] = 10, ACTIONS(19), 1, anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4563), 1, + ACTIONS(4588), 1, anon_sym_trait, - ACTIONS(4710), 1, + ACTIONS(4733), 1, anon_sym_impl, - STATE(389), 1, + STATE(394), 1, sym_block, - STATE(3499), 1, + STATE(3541), 1, sym_label, - STATE(2065), 2, + STATE(2071), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [65206] = 13, + [65689] = 13, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(3005), 1, + ACTIONS(3022), 1, anon_sym_SQUOTE, - ACTIONS(4690), 1, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4694), 1, + ACTIONS(4719), 1, anon_sym_const, - ACTIONS(4696), 1, + ACTIONS(4721), 1, sym_metavariable, - ACTIONS(4712), 1, + ACTIONS(4735), 1, anon_sym_GT, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2093), 1, + STATE(2114), 1, aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, + STATE(2603), 1, sym_lifetime, - STATE(2066), 2, + STATE(2072), 2, + sym_line_comment, + sym_block_comment, + STATE(3144), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [65732] = 13, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(3022), 1, + anon_sym_SQUOTE, + ACTIONS(4715), 1, + sym_identifier, + ACTIONS(4719), 1, + anon_sym_const, + ACTIONS(4721), 1, + sym_metavariable, + ACTIONS(4737), 1, + anon_sym_GT, + STATE(1482), 1, + sym_attribute_item, + STATE(2114), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2603), 1, + sym_lifetime, + STATE(2073), 2, sym_line_comment, sym_block_comment, - STATE(3119), 3, + STATE(3144), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [65249] = 6, + [65775] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4704), 1, + ACTIONS(4741), 1, anon_sym_COLON, - ACTIONS(3761), 2, - anon_sym_LPAREN, + ACTIONS(4743), 1, anon_sym_COLON_COLON, - STATE(2067), 2, + STATE(2074), 2, sym_line_comment, sym_block_comment, - ACTIONS(4702), 9, + ACTIONS(4739), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167097,90 +167728,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65278] = 11, + [65803] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4513), 1, - anon_sym_COLON_COLON, - ACTIONS(4515), 1, + ACTIONS(3361), 1, + anon_sym_DOT_DOT, + ACTIONS(3357), 2, + anon_sym_LBRACE, anon_sym_LT2, - ACTIONS(4714), 1, - anon_sym_for, - STATE(1967), 1, - sym_type_arguments, - STATE(1990), 1, - sym_parameters, - STATE(2068), 2, + STATE(2075), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [65316] = 6, + ACTIONS(3363), 8, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_BANG, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_if, + [65831] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4718), 1, - anon_sym_COLON, - ACTIONS(4720), 1, - anon_sym_COLON_COLON, - STATE(2069), 2, + STATE(2076), 2, sym_line_comment, sym_block_comment, - ACTIONS(4716), 9, + ACTIONS(1387), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PIPE, anon_sym_EQ, + anon_sym_GT, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65344] = 6, + [65855] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4724), 1, - anon_sym_COLON, - ACTIONS(4726), 1, - anon_sym_COLON_COLON, - STATE(2070), 2, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(3022), 1, + anon_sym_SQUOTE, + ACTIONS(4715), 1, + sym_identifier, + ACTIONS(4719), 1, + anon_sym_const, + ACTIONS(4745), 1, + sym_metavariable, + STATE(1059), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1482), 1, + sym_attribute_item, + STATE(2603), 1, + sym_lifetime, + STATE(2077), 2, sym_line_comment, sym_block_comment, - ACTIONS(4722), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [65372] = 6, + STATE(2988), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [65895] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4644), 1, + ACTIONS(4743), 1, anon_sym_COLON_COLON, - ACTIONS(4724), 1, + ACTIONS(4749), 1, anon_sym_COLON, - STATE(2071), 2, + STATE(2078), 2, sym_line_comment, sym_block_comment, - ACTIONS(4722), 9, + ACTIONS(4747), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167190,277 +167820,301 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65400] = 6, + [65923] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4724), 1, - anon_sym_COLON, - ACTIONS(4728), 1, - anon_sym_COLON_COLON, - STATE(2072), 2, + ACTIONS(3381), 1, + anon_sym_DOT_DOT, + ACTIONS(3377), 2, + anon_sym_LBRACE, + anon_sym_LT2, + STATE(2079), 2, sym_line_comment, sym_block_comment, - ACTIONS(4722), 9, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, + ACTIONS(3383), 8, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_BANG, anon_sym_PIPE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [65428] = 12, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_if, + [65951] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(3005), 1, + ACTIONS(3022), 1, anon_sym_SQUOTE, - ACTIONS(4690), 1, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4694), 1, + ACTIONS(4719), 1, anon_sym_const, - ACTIONS(4696), 1, + ACTIONS(4751), 1, sym_metavariable, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2093), 1, + STATE(2077), 1, aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, + STATE(2603), 1, sym_lifetime, - STATE(2073), 2, + STATE(2080), 2, sym_line_comment, sym_block_comment, - STATE(3119), 3, + STATE(2975), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [65468] = 4, + [65991] = 9, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2074), 2, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4753), 1, + sym_identifier, + STATE(417), 1, + sym_block, + STATE(3541), 1, + sym_label, + STATE(2081), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4755), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [66025] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4759), 1, + anon_sym_COLON, + ACTIONS(4761), 1, + anon_sym_COLON_COLON, + STATE(2082), 2, sym_line_comment, sym_block_comment, - ACTIONS(1333), 11, + ACTIONS(4757), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PIPE, anon_sym_EQ, - anon_sym_GT, anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65492] = 12, + [66053] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(4538), 1, + anon_sym_COLON_COLON, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4763), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, + STATE(2000), 1, + sym_parameters, + STATE(2083), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3308), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [66091] = 12, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4765), 1, + sym_identifier, + ACTIONS(4767), 1, + anon_sym_RBRACE, + ACTIONS(4769), 1, + anon_sym_DOT_DOT, + ACTIONS(4771), 1, + anon_sym_COMMA, + ACTIONS(4773), 1, + sym_integer_literal, + STATE(1482), 1, + sym_attribute_item, + STATE(2432), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2084), 2, + sym_line_comment, + sym_block_comment, + STATE(2874), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [66131] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4730), 1, + ACTIONS(4765), 1, sym_identifier, - ACTIONS(4732), 1, - anon_sym_RBRACE, - ACTIONS(4734), 1, + ACTIONS(4769), 1, anon_sym_DOT_DOT, - ACTIONS(4736), 1, - anon_sym_COMMA, - ACTIONS(4738), 1, + ACTIONS(4773), 1, sym_integer_literal, - STATE(1403), 1, + ACTIONS(4775), 1, + anon_sym_RBRACE, + ACTIONS(4777), 1, + anon_sym_COMMA, + STATE(1482), 1, sym_attribute_item, - STATE(2430), 1, + STATE(2432), 1, aux_sym_enum_variant_list_repeat1, - STATE(2075), 2, + STATE(2085), 2, sym_line_comment, sym_block_comment, - STATE(2914), 3, + STATE(2792), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, - [65532] = 4, + [66171] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2076), 2, + ACTIONS(1311), 1, + aux_sym_string_literal_token1, + ACTIONS(4781), 1, + sym_crate, + STATE(2248), 1, + sym_string_literal, + STATE(2086), 2, sym_line_comment, sym_block_comment, - ACTIONS(1391), 11, + ACTIONS(4779), 8, anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [65556] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3333), 1, - anon_sym_DOT_DOT, - ACTIONS(3329), 2, anon_sym_LBRACE, - anon_sym_LT2, - STATE(2077), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3335), 8, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_if, - [65584] = 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [66201] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, - anon_sym_DOT_DOT, - ACTIONS(3349), 2, - anon_sym_LBRACE, - anon_sym_LT2, - STATE(2078), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3355), 8, + ACTIONS(4534), 1, anon_sym_LPAREN, - anon_sym_EQ_GT, + ACTIONS(4536), 1, anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4538), 1, anon_sym_COLON_COLON, - anon_sym_if, - [65612] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3361), 1, - anon_sym_DOT_DOT, - ACTIONS(3357), 2, - anon_sym_LBRACE, + ACTIONS(4540), 1, anon_sym_LT2, - STATE(2079), 2, + ACTIONS(4783), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, + STATE(2000), 1, + sym_parameters, + STATE(2087), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 8, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_if, - [65640] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3369), 1, - anon_sym_DOT_DOT, - ACTIONS(3365), 2, + ACTIONS(3308), 4, + anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_LT2, - STATE(2080), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3371), 8, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_if, - [65668] = 12, + anon_sym_PLUS, + anon_sym_where, + [66239] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4730), 1, + ACTIONS(3022), 1, + anon_sym_SQUOTE, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4734), 1, - anon_sym_DOT_DOT, - ACTIONS(4738), 1, - sym_integer_literal, - ACTIONS(4740), 1, - anon_sym_RBRACE, - ACTIONS(4742), 1, - anon_sym_COMMA, - STATE(1403), 1, + ACTIONS(4719), 1, + anon_sym_const, + ACTIONS(4785), 1, + sym_metavariable, + STATE(1482), 1, sym_attribute_item, - STATE(2430), 1, + STATE(2089), 1, aux_sym_enum_variant_list_repeat1, - STATE(2081), 2, + STATE(2603), 1, + sym_lifetime, + STATE(2088), 2, sym_line_comment, sym_block_comment, - STATE(2779), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [65708] = 12, + STATE(3083), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [66279] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(3005), 1, + ACTIONS(3022), 1, anon_sym_SQUOTE, - ACTIONS(4690), 1, + ACTIONS(4715), 1, sym_identifier, - ACTIONS(4694), 1, + ACTIONS(4719), 1, anon_sym_const, - ACTIONS(4744), 1, + ACTIONS(4787), 1, sym_metavariable, - STATE(1403), 1, - sym_attribute_item, - STATE(2095), 1, + STATE(1059), 1, aux_sym_enum_variant_list_repeat1, - STATE(2514), 1, + STATE(1482), 1, + sym_attribute_item, + STATE(2603), 1, sym_lifetime, - STATE(2082), 2, + STATE(2089), 2, sym_line_comment, sym_block_comment, - STATE(2960), 3, + STATE(2819), 3, sym_const_parameter, sym_type_parameter, sym_lifetime_parameter, - [65748] = 4, + [66319] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2083), 2, + STATE(2090), 2, sym_line_comment, sym_block_comment, - ACTIONS(1329), 11, + ACTIONS(1403), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167472,40 +168126,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65772] = 9, + [66343] = 9, ACTIONS(19), 1, anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4746), 1, + ACTIONS(4789), 1, anon_sym_move, - STATE(393), 1, + STATE(416), 1, sym_block, - STATE(3499), 1, + STATE(3541), 1, sym_label, - STATE(2084), 2, + STATE(2091), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [65806] = 4, + [66377] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2085), 2, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(4538), 1, + anon_sym_COLON_COLON, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4791), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, + STATE(2000), 1, + sym_parameters, + STATE(2092), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3308), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [66415] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2093), 2, sym_line_comment, sym_block_comment, - ACTIONS(1363), 11, + ACTIONS(1399), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167517,120 +168198,182 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65830] = 7, + [66439] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1317), 1, - aux_sym_string_literal_token1, - ACTIONS(4750), 1, - sym_crate, - STATE(2218), 1, - sym_string_literal, - STATE(2086), 2, + ACTIONS(3393), 1, + anon_sym_DOT_DOT, + ACTIONS(3389), 2, + anon_sym_LBRACE, + anon_sym_LT2, + STATE(2094), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3395), 8, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_BANG, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_if, + [66467] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4795), 1, + anon_sym_COLON, + ACTIONS(4797), 1, + anon_sym_COLON_COLON, + STATE(2095), 2, sym_line_comment, sym_block_comment, - ACTIONS(4748), 8, + ACTIONS(4793), 9, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [65860] = 7, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [66495] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1317), 1, - aux_sym_string_literal_token1, - ACTIONS(4752), 1, - sym_crate, - STATE(2218), 1, - sym_string_literal, - STATE(2087), 2, + STATE(2096), 2, sym_line_comment, sym_block_comment, - ACTIONS(4748), 8, + ACTIONS(1409), 11, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [65890] = 11, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [66519] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4667), 1, + anon_sym_COLON_COLON, + ACTIONS(4795), 1, + anon_sym_COLON, + STATE(2097), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4793), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [66547] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4513), 1, + ACTIONS(4538), 1, anon_sym_COLON_COLON, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4754), 1, + ACTIONS(4799), 1, anon_sym_for, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - STATE(2088), 2, + STATE(2098), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 4, + ACTIONS(3308), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [65928] = 12, + [66585] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(3005), 1, - anon_sym_SQUOTE, - ACTIONS(4690), 1, - sym_identifier, - ACTIONS(4694), 1, - anon_sym_const, - ACTIONS(4744), 1, - sym_metavariable, - STATE(1403), 1, - sym_attribute_item, - STATE(2095), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, - sym_lifetime, - STATE(2089), 2, + ACTIONS(4761), 1, + anon_sym_COLON_COLON, + ACTIONS(4795), 1, + anon_sym_COLON, + STATE(2099), 2, sym_line_comment, sym_block_comment, - STATE(2960), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [65968] = 6, + ACTIONS(4793), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [66613] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4720), 1, + ACTIONS(3312), 1, + anon_sym_COLON, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(4538), 1, + anon_sym_COLON_COLON, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4801), 1, + anon_sym_EQ, + STATE(2000), 1, + sym_parameters, + STATE(2345), 1, + sym_type_arguments, + STATE(2100), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3308), 3, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + [66653] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4743), 1, anon_sym_COLON_COLON, - ACTIONS(4758), 1, + ACTIONS(4805), 1, anon_sym_COLON, - STATE(2090), 2, + STATE(2101), 2, sym_line_comment, sym_block_comment, - ACTIONS(4756), 9, + ACTIONS(4803), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167640,19 +168383,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [65996] = 6, + [66681] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4564), 1, + anon_sym_COLON, + ACTIONS(4566), 1, + anon_sym_BANG, + ACTIONS(4568), 1, + anon_sym_DOT_DOT, + ACTIONS(4572), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, + ACTIONS(4570), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2102), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4562), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [66719] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4726), 1, + ACTIONS(4797), 1, anon_sym_COLON_COLON, - ACTIONS(4762), 1, + ACTIONS(4809), 1, anon_sym_COLON, - STATE(2091), 2, + STATE(2103), 2, sym_line_comment, sym_block_comment, - ACTIONS(4760), 9, + ACTIONS(4807), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167662,19 +168432,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66024] = 6, + [66747] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4644), 1, + ACTIONS(4667), 1, anon_sym_COLON_COLON, - ACTIONS(4762), 1, + ACTIONS(4809), 1, anon_sym_COLON, - STATE(2092), 2, + STATE(2104), 2, sym_line_comment, sym_block_comment, - ACTIONS(4760), 9, + ACTIONS(4807), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167684,47 +168454,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66052] = 12, + [66775] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(3005), 1, - anon_sym_SQUOTE, - ACTIONS(4690), 1, - sym_identifier, - ACTIONS(4694), 1, - anon_sym_const, - ACTIONS(4764), 1, - sym_metavariable, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, - sym_attribute_item, - STATE(2656), 1, - sym_lifetime, - STATE(2093), 2, + ACTIONS(4761), 1, + anon_sym_COLON_COLON, + ACTIONS(4809), 1, + anon_sym_COLON, + STATE(2105), 2, sym_line_comment, sym_block_comment, - STATE(3278), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [66092] = 6, + ACTIONS(4807), 9, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [66803] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4728), 1, - anon_sym_COLON_COLON, - ACTIONS(4762), 1, + ACTIONS(4759), 1, anon_sym_COLON, - STATE(2094), 2, + ACTIONS(4797), 1, + anon_sym_COLON_COLON, + STATE(2106), 2, sym_line_comment, sym_block_comment, - ACTIONS(4760), 9, + ACTIONS(4757), 9, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167734,234 +168498,247 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66120] = 12, + [66831] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(3005), 1, - anon_sym_SQUOTE, - ACTIONS(4690), 1, - sym_identifier, - ACTIONS(4694), 1, - anon_sym_const, - ACTIONS(4766), 1, - sym_metavariable, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, - sym_attribute_item, - STATE(2656), 1, - sym_lifetime, - STATE(2095), 2, + ACTIONS(1311), 1, + aux_sym_string_literal_token1, + ACTIONS(4811), 1, + sym_crate, + STATE(2248), 1, + sym_string_literal, + STATE(2107), 2, sym_line_comment, sym_block_comment, - STATE(2929), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [66160] = 11, + ACTIONS(4779), 8, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [66861] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4513), 1, + ACTIONS(4538), 1, anon_sym_COLON_COLON, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4768), 1, + ACTIONS(4813), 1, anon_sym_for, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - STATE(2096), 2, + STATE(2108), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 4, + ACTIONS(3308), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [66198] = 12, + [66899] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(3005), 1, - anon_sym_SQUOTE, - ACTIONS(4690), 1, - sym_identifier, - ACTIONS(4694), 1, - anon_sym_const, - ACTIONS(4770), 1, - sym_metavariable, - STATE(1403), 1, - sym_attribute_item, - STATE(2098), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2656), 1, - sym_lifetime, - STATE(2097), 2, + ACTIONS(1311), 1, + aux_sym_string_literal_token1, + ACTIONS(4815), 1, + sym_crate, + STATE(2248), 1, + sym_string_literal, + STATE(2109), 2, sym_line_comment, sym_block_comment, - STATE(3074), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [66238] = 12, + ACTIONS(4779), 8, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [66929] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(3005), 1, - anon_sym_SQUOTE, - ACTIONS(4690), 1, - sym_identifier, - ACTIONS(4694), 1, - anon_sym_const, - ACTIONS(4772), 1, - sym_metavariable, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, - sym_attribute_item, - STATE(2656), 1, - sym_lifetime, - STATE(2098), 2, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(4538), 1, + anon_sym_COLON_COLON, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4817), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, + STATE(2000), 1, + sym_parameters, + STATE(2110), 2, sym_line_comment, sym_block_comment, - STATE(2809), 3, - sym_const_parameter, - sym_type_parameter, - sym_lifetime_parameter, - [66278] = 11, + ACTIONS(3308), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [66967] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4513), 1, + ACTIONS(4538), 1, anon_sym_COLON_COLON, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4774), 1, + ACTIONS(4819), 1, anon_sym_for, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - STATE(2099), 2, + STATE(2111), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 4, + ACTIONS(3308), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [66316] = 11, + [67005] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4511), 1, + ACTIONS(4536), 1, anon_sym_BANG, - ACTIONS(4513), 1, + ACTIONS(4538), 1, anon_sym_COLON_COLON, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4776), 1, + ACTIONS(4821), 1, anon_sym_for, - STATE(1967), 1, + STATE(1974), 1, sym_type_arguments, - STATE(1990), 1, + STATE(2000), 1, sym_parameters, - STATE(2100), 2, + STATE(2112), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 4, + ACTIONS(3308), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [66354] = 11, + [67043] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4539), 1, - anon_sym_COLON, - ACTIONS(4541), 1, - anon_sym_BANG, - ACTIONS(4543), 1, - anon_sym_DOT_DOT, - ACTIONS(4575), 1, + ACTIONS(4667), 1, anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, - ACTIONS(4545), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2101), 2, + ACTIONS(4759), 1, + anon_sym_COLON, + STATE(2113), 2, sym_line_comment, sym_block_comment, - ACTIONS(4537), 3, + ACTIONS(4757), 9, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - [66392] = 11, + anon_sym_else, + anon_sym_in, + [67071] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4513), 1, - anon_sym_COLON_COLON, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4778), 1, - anon_sym_for, - STATE(1967), 1, - sym_type_arguments, - STATE(1990), 1, - sym_parameters, - STATE(2102), 2, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(3022), 1, + anon_sym_SQUOTE, + ACTIONS(4715), 1, + sym_identifier, + ACTIONS(4719), 1, + anon_sym_const, + ACTIONS(4823), 1, + sym_metavariable, + STATE(1059), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1482), 1, + sym_attribute_item, + STATE(2603), 1, + sym_lifetime, + STATE(2114), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [66430] = 4, + STATE(3138), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67111] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2103), 2, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(3022), 1, + anon_sym_SQUOTE, + ACTIONS(4715), 1, + sym_identifier, + ACTIONS(4719), 1, + anon_sym_const, + ACTIONS(4751), 1, + sym_metavariable, + STATE(1482), 1, + sym_attribute_item, + STATE(2077), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2450), 1, + sym_lifetime, + STATE(2115), 2, + sym_line_comment, + sym_block_comment, + STATE(2975), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67151] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2116), 2, sym_line_comment, sym_block_comment, - ACTIONS(1377), 11, + ACTIONS(1383), 11, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -167973,71 +168750,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66454] = 7, + [67175] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1317), 1, - aux_sym_string_literal_token1, - ACTIONS(4780), 1, - sym_crate, - STATE(2218), 1, - sym_string_literal, - STATE(2104), 2, + ACTIONS(3373), 1, + anon_sym_DOT_DOT, + ACTIONS(3369), 2, + anon_sym_LBRACE, + anon_sym_LT2, + STATE(2117), 2, sym_line_comment, sym_block_comment, - ACTIONS(4748), 8, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66484] = 11, + ACTIONS(3375), 8, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_BANG, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_if, + [67203] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4513), 1, - anon_sym_COLON_COLON, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4782), 1, - anon_sym_for, - STATE(1967), 1, - sym_type_arguments, - STATE(1990), 1, - sym_parameters, - STATE(2105), 2, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(3022), 1, + anon_sym_SQUOTE, + ACTIONS(4715), 1, + sym_identifier, + ACTIONS(4719), 1, + anon_sym_const, + ACTIONS(4721), 1, + sym_metavariable, + STATE(1482), 1, + sym_attribute_item, + STATE(2114), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2603), 1, + sym_lifetime, + STATE(2118), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [66522] = 7, + STATE(3144), 3, + sym_const_parameter, + sym_type_parameter, + sym_lifetime_parameter, + [67243] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1317), 1, + ACTIONS(1311), 1, aux_sym_string_literal_token1, - ACTIONS(4784), 1, + ACTIONS(4825), 1, sym_crate, - STATE(2218), 1, + STATE(2248), 1, sym_string_literal, - STATE(2106), 2, + STATE(2119), 2, sym_line_comment, sym_block_comment, - ACTIONS(4748), 8, + ACTIONS(4779), 8, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_async, @@ -168046,95 +168823,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [66552] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4513), 1, - anon_sym_COLON_COLON, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4786), 1, - anon_sym_for, - STATE(1967), 1, - sym_type_arguments, - STATE(1990), 1, - sym_parameters, - STATE(2107), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3303), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [66590] = 12, + [67273] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3307), 1, - anon_sym_COLON, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4513), 1, - anon_sym_COLON_COLON, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4788), 1, - anon_sym_EQ, - STATE(1990), 1, - sym_parameters, - STATE(2327), 1, - sym_type_arguments, - STATE(2108), 2, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4827), 1, + sym_identifier, + ACTIONS(4829), 1, + anon_sym_RBRACE, + ACTIONS(4831), 1, + anon_sym_COMMA, + ACTIONS(4833), 1, + sym_crate, + STATE(1482), 1, + sym_attribute_item, + STATE(2220), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2930), 1, + sym_enum_variant, + STATE(3513), 1, + sym_visibility_modifier, + STATE(2120), 2, sym_line_comment, sym_block_comment, - ACTIONS(3303), 3, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - [66630] = 9, - ACTIONS(19), 1, - anon_sym_LBRACE, + [67314] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4790), 1, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4765), 1, sym_identifier, - STATE(411), 1, - sym_block, - STATE(3499), 1, - sym_label, - STATE(2109), 2, + ACTIONS(4769), 1, + anon_sym_DOT_DOT, + ACTIONS(4773), 1, + sym_integer_literal, + ACTIONS(4835), 1, + anon_sym_RBRACE, + STATE(1482), 1, + sym_attribute_item, + STATE(2432), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2121), 2, sym_line_comment, sym_block_comment, - ACTIONS(4792), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66664] = 4, + STATE(3153), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [67351] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2110), 2, + STATE(2122), 2, sym_line_comment, sym_block_comment, - ACTIONS(4794), 10, + ACTIONS(4837), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168145,15 +168896,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66687] = 4, + [67374] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2111), 2, + STATE(2123), 2, sym_line_comment, sym_block_comment, - ACTIONS(4796), 10, + ACTIONS(4839), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168164,15 +168915,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66710] = 4, + [67397] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2112), 2, + STATE(2124), 2, sym_line_comment, sym_block_comment, - ACTIONS(4798), 10, + ACTIONS(4757), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168183,62 +168934,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66733] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4800), 1, - anon_sym_LBRACE, - STATE(1968), 1, - sym_type_arguments, - STATE(1978), 1, - sym_parameters, - STATE(2113), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3337), 5, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_PLUS, - anon_sym_COMMA, - [66766] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(3609), 1, - anon_sym_COLON_COLON, - ACTIONS(4802), 1, - anon_sym_BANG, - STATE(1197), 1, - sym_type_arguments, - STATE(2114), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [66797] = 4, + [67420] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2115), 2, + STATE(2125), 2, sym_line_comment, sym_block_comment, - ACTIONS(4722), 10, + ACTIONS(4841), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168249,15 +168953,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66820] = 4, + [67443] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2116), 2, + STATE(2126), 2, sym_line_comment, sym_block_comment, - ACTIONS(4804), 10, + ACTIONS(4843), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168268,71 +168972,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66843] = 13, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4806), 1, - sym_identifier, - ACTIONS(4808), 1, - anon_sym_RBRACE, - ACTIONS(4810), 1, - anon_sym_COMMA, - ACTIONS(4812), 1, - sym_crate, - STATE(1403), 1, - sym_attribute_item, - STATE(2236), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2805), 1, - sym_enum_variant, - STATE(3676), 1, - sym_visibility_modifier, - STATE(2117), 2, - sym_line_comment, - sym_block_comment, - [66884] = 13, - ACTIONS(69), 1, - anon_sym_pub, + [67466] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, + ACTIONS(4765), 1, sym_identifier, - ACTIONS(4816), 1, + ACTIONS(4769), 1, + anon_sym_DOT_DOT, + ACTIONS(4773), 1, + sym_integer_literal, + ACTIONS(4845), 1, anon_sym_RBRACE, - ACTIONS(4818), 1, - anon_sym_COMMA, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2239), 1, + STATE(2432), 1, aux_sym_enum_variant_list_repeat1, - STATE(2813), 1, - sym_field_declaration, - STATE(3601), 1, - sym_visibility_modifier, - STATE(2118), 2, + STATE(2127), 2, sym_line_comment, sym_block_comment, - [66925] = 4, + STATE(3153), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [67503] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2119), 2, + STATE(2128), 2, sym_line_comment, sym_block_comment, - ACTIONS(4820), 10, + ACTIONS(4847), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168343,15 +169017,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66948] = 4, + [67526] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2120), 2, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4849), 1, + anon_sym_BANG, + ACTIONS(4851), 1, + anon_sym_DOT_DOT, + ACTIONS(4855), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, + ACTIONS(4853), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2129), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4562), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [67561] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2130), 2, sym_line_comment, sym_block_comment, - ACTIONS(1495), 10, + ACTIONS(4857), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168362,41 +169061,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [66971] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4730), 1, - sym_identifier, - ACTIONS(4734), 1, - anon_sym_DOT_DOT, - ACTIONS(4738), 1, - sym_integer_literal, - ACTIONS(4822), 1, - anon_sym_RBRACE, - STATE(1403), 1, - sym_attribute_item, - STATE(2430), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2121), 2, - sym_line_comment, - sym_block_comment, - STATE(3145), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [67008] = 4, + [67584] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2122), 2, + STATE(2131), 2, sym_line_comment, sym_block_comment, - ACTIONS(4517), 10, + ACTIONS(4859), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168407,15 +169080,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67031] = 4, + [67607] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2123), 2, + STATE(2132), 2, sym_line_comment, sym_block_comment, - ACTIONS(4824), 10, + ACTIONS(4861), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168426,15 +169099,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67054] = 4, + [67630] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2124), 2, + STATE(2133), 2, sym_line_comment, sym_block_comment, - ACTIONS(4826), 10, + ACTIONS(4863), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168445,41 +169118,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67077] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4730), 1, - sym_identifier, - ACTIONS(4734), 1, - anon_sym_DOT_DOT, - ACTIONS(4738), 1, - sym_integer_literal, - ACTIONS(4828), 1, - anon_sym_RBRACE, - STATE(1403), 1, - sym_attribute_item, - STATE(2430), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2125), 2, - sym_line_comment, - sym_block_comment, - STATE(3145), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [67114] = 4, + [67653] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2126), 2, + STATE(2134), 2, sym_line_comment, sym_block_comment, - ACTIONS(4830), 10, + ACTIONS(4865), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168490,15 +169137,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67137] = 4, + [67676] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2127), 2, + STATE(2135), 2, sym_line_comment, sym_block_comment, - ACTIONS(4832), 10, + ACTIONS(4867), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168509,15 +169156,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67160] = 4, + [67699] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2128), 2, + STATE(2136), 2, sym_line_comment, sym_block_comment, - ACTIONS(4834), 10, + ACTIONS(4869), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168528,15 +169175,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67183] = 4, + [67722] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2129), 2, + STATE(2137), 2, sym_line_comment, sym_block_comment, - ACTIONS(4836), 10, + ACTIONS(4871), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168547,15 +169194,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67206] = 4, + [67745] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2130), 2, + STATE(2138), 2, sym_line_comment, sym_block_comment, - ACTIONS(4838), 10, + ACTIONS(4873), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168566,66 +169213,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67229] = 8, + [67768] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4161), 1, - anon_sym_COLON_COLON, - ACTIONS(4840), 1, - anon_sym_BANG, - STATE(1631), 1, - sym_type_arguments, - STATE(2131), 2, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4765), 1, + sym_identifier, + ACTIONS(4769), 1, + anon_sym_DOT_DOT, + ACTIONS(4773), 1, + sym_integer_literal, + ACTIONS(4875), 1, + anon_sym_RBRACE, + STATE(1482), 1, + sym_attribute_item, + STATE(2432), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2139), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [67260] = 13, - ACTIONS(69), 1, - anon_sym_pub, + STATE(3153), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [67805] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4806), 1, - sym_identifier, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4842), 1, - anon_sym_RBRACE, - ACTIONS(4844), 1, - anon_sym_COMMA, - STATE(1403), 1, - sym_attribute_item, - STATE(2219), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2835), 1, - sym_enum_variant, - STATE(3676), 1, - sym_visibility_modifier, - STATE(2132), 2, + STATE(2140), 2, sym_line_comment, sym_block_comment, - [67301] = 4, + ACTIONS(4877), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [67828] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2133), 2, + STATE(2141), 2, sym_line_comment, sym_block_comment, - ACTIONS(4846), 10, + ACTIONS(4793), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168636,15 +169277,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67324] = 4, + [67851] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2134), 2, + STATE(2142), 2, sym_line_comment, sym_block_comment, - ACTIONS(4848), 10, + ACTIONS(1525), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168655,40 +169296,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67347] = 10, + [67874] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(4048), 1, anon_sym_LT2, - ACTIONS(4850), 1, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4879), 1, anon_sym_BANG, - ACTIONS(4852), 1, - anon_sym_DOT_DOT, - ACTIONS(4856), 1, + STATE(1603), 1, + sym_type_arguments, + STATE(2143), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [67905] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3318), 1, + anon_sym_LT2, + ACTIONS(3554), 1, anon_sym_COLON_COLON, - STATE(1963), 1, + ACTIONS(4881), 1, + anon_sym_BANG, + STATE(1308), 1, sym_type_arguments, - ACTIONS(4854), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2135), 2, + STATE(2144), 2, sym_line_comment, sym_block_comment, - ACTIONS(4537), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [67382] = 4, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [67936] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2136), 2, + STATE(2145), 2, sym_line_comment, sym_block_comment, - ACTIONS(4858), 10, + ACTIONS(4883), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168699,15 +169361,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67405] = 4, + [67959] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2137), 2, + STATE(2146), 2, sym_line_comment, sym_block_comment, - ACTIONS(4860), 10, + ACTIONS(4885), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168718,15 +169380,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67428] = 4, + [67982] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2138), 2, + STATE(2147), 2, sym_line_comment, sym_block_comment, - ACTIONS(4862), 10, + ACTIONS(4887), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168737,34 +169399,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67451] = 4, + [68005] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2139), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4864), 10, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4889), 1, + sym_identifier, + ACTIONS(4891), 1, anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, + ACTIONS(4893), 1, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [67474] = 4, + STATE(1482), 1, + sym_attribute_item, + STATE(2242), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2826), 1, + sym_field_declaration, + STATE(3465), 1, + sym_visibility_modifier, + STATE(2148), 2, + sym_line_comment, + sym_block_comment, + [68046] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2140), 2, + STATE(2149), 2, sym_line_comment, sym_block_comment, - ACTIONS(4866), 10, + ACTIONS(4895), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168775,15 +169446,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67497] = 4, + [68069] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2141), 2, + STATE(2150), 2, sym_line_comment, sym_block_comment, - ACTIONS(4868), 10, + ACTIONS(4897), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168794,15 +169465,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67520] = 4, + [68092] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2142), 2, + STATE(2151), 2, sym_line_comment, sym_block_comment, - ACTIONS(4870), 10, + ACTIONS(4899), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168813,34 +169484,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67543] = 4, + [68115] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2143), 2, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(4546), 1, + anon_sym_LPAREN, + ACTIONS(4550), 1, + anon_sym_COLON, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(4901), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2152), 2, sym_line_comment, sym_block_comment, - ACTIONS(4872), 10, - anon_sym_SEMI, + ACTIONS(4544), 3, anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PIPE, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [67566] = 4, + [68150] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2144), 2, + STATE(2153), 2, sym_line_comment, sym_block_comment, - ACTIONS(4874), 10, + ACTIONS(4903), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168851,15 +169528,38 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67589] = 4, + [68173] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2145), 2, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4566), 1, + anon_sym_BANG, + ACTIONS(4647), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, + STATE(2154), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [68204] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + STATE(2155), 2, sym_line_comment, sym_block_comment, - ACTIONS(4876), 10, + ACTIONS(4905), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168870,15 +169570,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67612] = 4, + [68227] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2146), 2, + STATE(2156), 2, sym_line_comment, sym_block_comment, - ACTIONS(4760), 10, + ACTIONS(4807), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168889,15 +169589,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67635] = 4, + [68250] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2147), 2, + STATE(2157), 2, sym_line_comment, sym_block_comment, - ACTIONS(4878), 10, + ACTIONS(4907), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168908,53 +169608,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67658] = 4, + [68273] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2148), 2, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4566), 1, + anon_sym_BANG, + ACTIONS(4568), 1, + anon_sym_DOT_DOT, + ACTIONS(4661), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, + ACTIONS(4570), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2158), 2, sym_line_comment, sym_block_comment, - ACTIONS(4880), 10, - anon_sym_SEMI, - anon_sym_RPAREN, + ACTIONS(4562), 3, anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, anon_sym_PIPE, - anon_sym_EQ, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [67681] = 4, + [68308] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2149), 2, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4909), 1, + anon_sym_LBRACE, + STATE(1973), 1, + sym_type_arguments, + STATE(2003), 1, + sym_parameters, + STATE(2159), 2, sym_line_comment, sym_block_comment, - ACTIONS(4882), 10, + ACTIONS(3365), 5, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_PIPE, - anon_sym_EQ, + anon_sym_PLUS, anon_sym_COMMA, - anon_sym_else, - anon_sym_in, - [67704] = 4, + [68341] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2150), 2, + STATE(2160), 2, sym_line_comment, sym_block_comment, - ACTIONS(4884), 10, + ACTIONS(4911), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -168965,143 +169676,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67727] = 8, + [68364] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4541), 1, - anon_sym_BANG, - ACTIONS(4634), 1, - anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, - STATE(2151), 2, + ACTIONS(1601), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(2142), 1, + sym_block, + STATE(3664), 1, + sym_label, + STATE(2161), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [67758] = 13, - ACTIONS(69), 1, - anon_sym_pub, + [68395] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, - sym_identifier, - ACTIONS(4886), 1, - anon_sym_RBRACE, - ACTIONS(4888), 1, - anon_sym_COMMA, - STATE(1403), 1, - sym_attribute_item, - STATE(2221), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2997), 1, - sym_field_declaration, - STATE(3601), 1, - sym_visibility_modifier, - STATE(2152), 2, + STATE(2162), 2, sym_line_comment, sym_block_comment, - [67799] = 11, + ACTIONS(4913), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [68418] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4730), 1, + ACTIONS(4765), 1, sym_identifier, - ACTIONS(4734), 1, + ACTIONS(4769), 1, anon_sym_DOT_DOT, - ACTIONS(4738), 1, + ACTIONS(4773), 1, sym_integer_literal, - ACTIONS(4890), 1, + ACTIONS(4915), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2430), 1, + STATE(2432), 1, aux_sym_enum_variant_list_repeat1, - STATE(2153), 2, + STATE(2163), 2, sym_line_comment, sym_block_comment, - STATE(3145), 3, + STATE(3153), 3, sym_shorthand_field_initializer, sym_field_initializer, sym_base_field_initializer, - [67836] = 10, + [68455] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4519), 1, - anon_sym_LPAREN, - ACTIONS(4523), 1, - anon_sym_COLON, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(4892), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2154), 2, + STATE(2164), 2, sym_line_comment, sym_block_comment, - ACTIONS(4517), 3, + ACTIONS(4917), 10, + anon_sym_SEMI, anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_PIPE, + anon_sym_EQ, anon_sym_COMMA, - [67871] = 11, + anon_sym_else, + anon_sym_in, + [68478] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4730), 1, - sym_identifier, - ACTIONS(4734), 1, - anon_sym_DOT_DOT, - ACTIONS(4738), 1, - sym_integer_literal, - ACTIONS(4894), 1, - anon_sym_RBRACE, - STATE(1403), 1, - sym_attribute_item, - STATE(2430), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2155), 2, + STATE(2165), 2, sym_line_comment, sym_block_comment, - STATE(3145), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [67908] = 4, + ACTIONS(4544), 10, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_PIPE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_else, + anon_sym_in, + [68501] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2156), 2, + STATE(2166), 2, sym_line_comment, sym_block_comment, - ACTIONS(4896), 10, + ACTIONS(4919), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169112,40 +169801,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67931] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4541), 1, - anon_sym_BANG, - ACTIONS(4543), 1, - anon_sym_DOT_DOT, - ACTIONS(4638), 1, - anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, - ACTIONS(4545), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2157), 2, + [68524] = 13, + ACTIONS(69), 1, + anon_sym_pub, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4889), 1, + sym_identifier, + ACTIONS(4921), 1, + anon_sym_RBRACE, + ACTIONS(4923), 1, + anon_sym_COMMA, + STATE(1482), 1, + sym_attribute_item, + STATE(2252), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3036), 1, + sym_field_declaration, + STATE(3465), 1, + sym_visibility_modifier, + STATE(2167), 2, sym_line_comment, sym_block_comment, - ACTIONS(4537), 3, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - [67966] = 4, + [68565] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2158), 2, + STATE(2168), 2, sym_line_comment, sym_block_comment, - ACTIONS(4898), 10, + ACTIONS(4925), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169156,15 +169848,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [67989] = 4, + [68588] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2159), 2, + STATE(2169), 2, sym_line_comment, sym_block_comment, - ACTIONS(4900), 10, + ACTIONS(4927), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169175,38 +169867,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68012] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(1601), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(2120), 1, - sym_block, - STATE(3648), 1, - sym_label, - STATE(2160), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68043] = 4, + [68611] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2161), 2, + STATE(2170), 2, sym_line_comment, sym_block_comment, - ACTIONS(4902), 10, + ACTIONS(4929), 10, anon_sym_SEMI, anon_sym_RPAREN, anon_sym_RBRACK, @@ -169217,509 +169886,466 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_else, anon_sym_in, - [68066] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4904), 1, - anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, - STATE(2162), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68094] = 5, + [68634] = 13, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3361), 1, - anon_sym_DOT_DOT, - STATE(2163), 2, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4827), 1, + sym_identifier, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4931), 1, + anon_sym_RBRACE, + ACTIONS(4933), 1, + anon_sym_COMMA, + STATE(1482), 1, + sym_attribute_item, + STATE(2228), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2814), 1, + sym_enum_variant, + STATE(3513), 1, + sym_visibility_modifier, + STATE(2171), 2, sym_line_comment, sym_block_comment, - ACTIONS(3363), 8, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_if, - [68118] = 5, + [68675] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4908), 1, - anon_sym_PLUS, - STATE(2164), 3, - sym_line_comment, - sym_block_comment, - aux_sym_trait_bounds_repeat1, - ACTIONS(4906), 7, + ACTIONS(4935), 1, anon_sym_SEMI, + ACTIONS(4937), 1, + anon_sym_LPAREN, + ACTIONS(4939), 1, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, anon_sym_where, - [68142] = 9, + STATE(661), 1, + sym_field_declaration_list, + STATE(2328), 1, + sym_type_parameters, + STATE(3049), 1, + sym_ordered_field_declaration_list, + STATE(3300), 1, + sym_where_clause, + STATE(2172), 2, + sym_line_comment, + sym_block_comment, + [68713] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4543), 1, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4765), 1, + sym_identifier, + ACTIONS(4769), 1, anon_sym_DOT_DOT, - ACTIONS(4638), 1, - anon_sym_COLON_COLON, - ACTIONS(4911), 1, - anon_sym_RBRACK, - ACTIONS(3337), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4537), 2, - anon_sym_PIPE, - anon_sym_COMMA, - ACTIONS(4545), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2165), 2, + ACTIONS(4773), 1, + sym_integer_literal, + STATE(1482), 1, + sym_attribute_item, + STATE(2432), 1, + aux_sym_enum_variant_list_repeat1, + STATE(2173), 2, sym_line_comment, sym_block_comment, - [68174] = 7, + STATE(3153), 3, + sym_shorthand_field_initializer, + sym_field_initializer, + sym_base_field_initializer, + [68747] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4914), 1, + ACTIONS(4945), 1, anon_sym_SEMI, - ACTIONS(4916), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - STATE(702), 1, + STATE(1302), 1, sym_declaration_list, - STATE(2166), 2, + STATE(2174), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [68202] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4918), 1, - anon_sym_SEMI, - ACTIONS(4920), 1, - anon_sym_LPAREN, - ACTIONS(4922), 1, - anon_sym_LBRACE, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - STATE(651), 1, - sym_field_declaration_list, - STATE(2289), 1, - sym_type_parameters, - STATE(2807), 1, - sym_ordered_field_declaration_list, - STATE(3194), 1, - sym_where_clause, - STATE(2167), 2, - sym_line_comment, - sym_block_comment, - [68240] = 12, + [68775] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4806), 1, - sym_identifier, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - ACTIONS(4928), 1, + ACTIONS(4889), 1, + sym_identifier, + ACTIONS(4949), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2214), 1, + STATE(2268), 1, aux_sym_enum_variant_list_repeat1, - STATE(3215), 1, - sym_enum_variant, - STATE(3676), 1, + STATE(3212), 1, + sym_field_declaration, + STATE(3465), 1, sym_visibility_modifier, - STATE(2168), 2, + STATE(2175), 2, sym_line_comment, sym_block_comment, - [68278] = 12, - ACTIONS(69), 1, - anon_sym_pub, + [68813] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, - sym_identifier, - ACTIONS(4930), 1, - anon_sym_RBRACE, - STATE(1403), 1, - sym_attribute_item, - STATE(2244), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3096), 1, - sym_field_declaration, - STATE(3601), 1, - sym_visibility_modifier, - STATE(2169), 2, + ACTIONS(3381), 1, + anon_sym_DOT_DOT, + STATE(2176), 2, sym_line_comment, sym_block_comment, - [68316] = 9, + ACTIONS(3383), 8, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_BANG, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_if, + [68837] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4932), 1, - anon_sym_LPAREN, - ACTIONS(4937), 1, - anon_sym_LBRACK, - ACTIONS(4940), 1, - anon_sym_LBRACE, - STATE(3398), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, - ACTIONS(4935), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - STATE(2170), 3, + ACTIONS(3393), 1, + anon_sym_DOT_DOT, + STATE(2177), 2, sym_line_comment, sym_block_comment, - aux_sym_macro_definition_repeat1, - [68348] = 12, + ACTIONS(3395), 8, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_BANG, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_COLON_COLON, + anon_sym_if, + [68861] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, + ACTIONS(4937), 1, anon_sym_LPAREN, - ACTIONS(4922), 1, - anon_sym_LBRACE, - ACTIONS(4924), 1, + ACTIONS(4941), 1, anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4951), 1, anon_sym_SEMI, - STATE(745), 1, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1077), 1, sym_field_declaration_list, - STATE(2293), 1, + STATE(2308), 1, sym_type_parameters, - STATE(3062), 1, + STATE(2835), 1, sym_ordered_field_declaration_list, - STATE(3321), 1, + STATE(3333), 1, sym_where_clause, - STATE(2171), 2, + STATE(2178), 2, sym_line_comment, sym_block_comment, - [68386] = 10, + [68899] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3337), 1, + ACTIONS(4957), 1, anon_sym_PLUS, - ACTIONS(4537), 1, + STATE(2200), 1, + aux_sym_trait_bounds_repeat1, + STATE(2179), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4955), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [68925] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4562), 1, anon_sym_PIPE, - ACTIONS(4539), 1, + ACTIONS(4564), 1, anon_sym_COLON, - ACTIONS(4543), 1, + ACTIONS(4566), 1, + anon_sym_BANG, + ACTIONS(4568), 1, anon_sym_DOT_DOT, - ACTIONS(4575), 1, + ACTIONS(4669), 1, anon_sym_COLON_COLON, - ACTIONS(4545), 2, + STATE(1972), 1, + sym_type_arguments, + ACTIONS(4570), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - ACTIONS(4911), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2172), 2, + STATE(2180), 2, sym_line_comment, sym_block_comment, - [68420] = 7, + [68961] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4945), 1, - anon_sym_SEMI, - STATE(662), 1, - sym_declaration_list, - STATE(2173), 2, + ACTIONS(4697), 1, + anon_sym_LPAREN, + ACTIONS(4701), 1, + anon_sym_BANG, + ACTIONS(4705), 1, + anon_sym_DOT_DOT, + ACTIONS(4959), 1, + anon_sym_COLON_COLON, + ACTIONS(4707), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2181), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68448] = 12, + ACTIONS(4544), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [68993] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4806), 1, + ACTIONS(4827), 1, sym_identifier, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - ACTIONS(4947), 1, + ACTIONS(4961), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2214), 1, + STATE(2226), 1, aux_sym_enum_variant_list_repeat1, - STATE(3215), 1, + STATE(3365), 1, sym_enum_variant, - STATE(3676), 1, + STATE(3513), 1, sym_visibility_modifier, - STATE(2174), 2, - sym_line_comment, - sym_block_comment, - [68486] = 12, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4920), 1, - anon_sym_LPAREN, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4949), 1, - anon_sym_SEMI, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1221), 1, - sym_field_declaration_list, - STATE(2303), 1, - sym_type_parameters, - STATE(3080), 1, - sym_ordered_field_declaration_list, - STATE(3364), 1, - sym_where_clause, - STATE(2175), 2, + STATE(2182), 2, sym_line_comment, sym_block_comment, - [68524] = 12, + [69031] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - ACTIONS(4814), 1, + ACTIONS(4889), 1, sym_identifier, - ACTIONS(4953), 1, + ACTIONS(4963), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2244), 1, + STATE(2268), 1, aux_sym_enum_variant_list_repeat1, - STATE(3096), 1, + STATE(3212), 1, sym_field_declaration, - STATE(3601), 1, + STATE(3465), 1, sym_visibility_modifier, - STATE(2176), 2, - sym_line_comment, - sym_block_comment, - [68562] = 12, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4806), 1, - sym_identifier, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4955), 1, - anon_sym_RBRACE, - STATE(1403), 1, - sym_attribute_item, - STATE(2214), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3215), 1, - sym_enum_variant, - STATE(3676), 1, - sym_visibility_modifier, - STATE(2177), 2, + STATE(2183), 2, sym_line_comment, sym_block_comment, - [68600] = 12, + [69069] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - ACTIONS(4814), 1, + ACTIONS(4889), 1, sym_identifier, - ACTIONS(4957), 1, + ACTIONS(4965), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2244), 1, + STATE(2268), 1, aux_sym_enum_variant_list_repeat1, - STATE(3096), 1, + STATE(3212), 1, sym_field_declaration, - STATE(3601), 1, + STATE(3465), 1, sym_visibility_modifier, - STATE(2178), 2, + STATE(2184), 2, sym_line_comment, sym_block_comment, - [68638] = 5, + [69107] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3369), 1, - anon_sym_DOT_DOT, - STATE(2179), 2, + ACTIONS(4048), 1, + anon_sym_LT2, + ACTIONS(4967), 1, + anon_sym_COLON_COLON, + STATE(1603), 1, + sym_type_arguments, + STATE(2185), 2, sym_line_comment, sym_block_comment, - ACTIONS(3371), 8, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_BANG, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_COLON_COLON, - anon_sym_if, - [68662] = 12, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69135] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4806), 1, + ACTIONS(4827), 1, sym_identifier, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - ACTIONS(4959), 1, + ACTIONS(4969), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2214), 1, + STATE(2226), 1, aux_sym_enum_variant_list_repeat1, - STATE(3215), 1, + STATE(3365), 1, sym_enum_variant, - STATE(3676), 1, + STATE(3513), 1, sym_visibility_modifier, - STATE(2180), 2, + STATE(2186), 2, sym_line_comment, sym_block_comment, - [68700] = 7, + [69173] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4961), 1, + ACTIONS(4971), 1, + anon_sym_PLUS, + STATE(2200), 1, + aux_sym_trait_bounds_repeat1, + STATE(2187), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4955), 7, anon_sym_SEMI, - ACTIONS(4963), 1, anon_sym_LBRACE, - STATE(1228), 1, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [69199] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4973), 1, + anon_sym_SEMI, + ACTIONS(4975), 1, + anon_sym_LBRACE, + STATE(569), 1, sym_declaration_list, - STATE(2181), 2, + STATE(2188), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [68728] = 7, + [69227] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4965), 1, - anon_sym_COLON_COLON, - STATE(1631), 1, - sym_type_arguments, - STATE(2182), 2, + ACTIONS(4937), 1, + anon_sym_LPAREN, + ACTIONS(4939), 1, + anon_sym_LBRACE, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4977), 1, + anon_sym_SEMI, + STATE(563), 1, + sym_field_declaration_list, + STATE(2304), 1, + sym_type_parameters, + STATE(2808), 1, + sym_ordered_field_declaration_list, + STATE(3197), 1, + sym_where_clause, + STATE(2189), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68756] = 5, + [69265] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3333), 1, + ACTIONS(3361), 1, anon_sym_DOT_DOT, - STATE(2183), 2, + STATE(2190), 2, sym_line_comment, sym_block_comment, - ACTIONS(3335), 8, + ACTIONS(3363), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -169728,107 +170354,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [68780] = 9, + [69289] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4663), 1, - anon_sym_LPAREN, - ACTIONS(4667), 1, - anon_sym_BANG, - ACTIONS(4671), 1, + ACTIONS(4562), 1, + anon_sym_PIPE, + ACTIONS(4564), 1, + anon_sym_COLON, + ACTIONS(4568), 1, anon_sym_DOT_DOT, - ACTIONS(4967), 1, + ACTIONS(4669), 1, anon_sym_COLON_COLON, - ACTIONS(4673), 2, + ACTIONS(4570), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2184), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4517), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [68812] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4730), 1, - sym_identifier, - ACTIONS(4734), 1, - anon_sym_DOT_DOT, - ACTIONS(4738), 1, - sym_integer_literal, - STATE(1403), 1, - sym_attribute_item, - STATE(2430), 1, - aux_sym_enum_variant_list_repeat1, - STATE(2185), 2, - sym_line_comment, - sym_block_comment, - STATE(3145), 3, - sym_shorthand_field_initializer, - sym_field_initializer, - sym_base_field_initializer, - [68846] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(4969), 1, - anon_sym_COLON_COLON, - STATE(1197), 1, - sym_type_arguments, - STATE(2186), 2, + STATE(2191), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [68874] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4973), 1, + ACTIONS(3365), 3, + anon_sym_RPAREN, anon_sym_PLUS, - STATE(2195), 1, - aux_sym_trait_bounds_repeat1, - STATE(2187), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4971), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [68900] = 6, + [69321] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4975), 1, + ACTIONS(4981), 1, anon_sym_PLUS, - STATE(2195), 1, - aux_sym_trait_bounds_repeat1, - STATE(2188), 2, + STATE(2192), 3, sym_line_comment, sym_block_comment, - ACTIONS(4971), 7, + aux_sym_trait_bounds_repeat1, + ACTIONS(4979), 7, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_EQ, @@ -169836,179 +170396,249 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_where, - [68926] = 6, + [69345] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4977), 1, - anon_sym_PLUS, - STATE(2195), 1, - aux_sym_trait_bounds_repeat1, - STATE(2189), 2, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4984), 1, + anon_sym_for, + STATE(1973), 1, + sym_type_arguments, + STATE(2003), 1, + sym_parameters, + STATE(2193), 2, sym_line_comment, sym_block_comment, - ACTIONS(4971), 7, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, + anon_sym_PLUS, anon_sym_where, - [68952] = 7, + [69377] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(4979), 1, + ACTIONS(4986), 1, anon_sym_SEMI, - STATE(1319), 1, + STATE(1340), 1, sym_declaration_list, - STATE(2190), 2, + STATE(2194), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + ACTIONS(3447), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [68980] = 12, + [69405] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(4546), 1, + anon_sym_LPAREN, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(4988), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2195), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4544), 3, + anon_sym_RBRACK, + anon_sym_PIPE, + anon_sym_COMMA, + [69437] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4990), 1, + anon_sym_PLUS, + STATE(2200), 1, + aux_sym_trait_bounds_repeat1, + STATE(2196), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4955), 7, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [69463] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4806), 1, + ACTIONS(4827), 1, sym_identifier, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - ACTIONS(4981), 1, + ACTIONS(4992), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2214), 1, + STATE(2226), 1, aux_sym_enum_variant_list_repeat1, - STATE(3215), 1, + STATE(3365), 1, sym_enum_variant, - STATE(3676), 1, + STATE(3513), 1, sym_visibility_modifier, - STATE(2191), 2, + STATE(2197), 2, sym_line_comment, sym_block_comment, - [69018] = 12, + [69501] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, + ACTIONS(4827), 1, sym_identifier, - ACTIONS(4983), 1, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4994), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2244), 1, + STATE(2226), 1, aux_sym_enum_variant_list_repeat1, - STATE(3096), 1, - sym_field_declaration, - STATE(3601), 1, + STATE(3365), 1, + sym_enum_variant, + STATE(3513), 1, sym_visibility_modifier, - STATE(2192), 2, + STATE(2198), 2, sym_line_comment, sym_block_comment, - [69056] = 9, + [69539] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(3318), 1, anon_sym_LT2, - ACTIONS(4985), 1, - anon_sym_for, - STATE(1968), 1, + ACTIONS(4996), 1, + anon_sym_COLON_COLON, + STATE(1308), 1, sym_type_arguments, - STATE(1978), 1, - sym_parameters, - STATE(2193), 2, + STATE(2199), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69567] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4957), 1, + anon_sym_PLUS, + STATE(2192), 1, + aux_sym_trait_bounds_repeat1, + STATE(2200), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(4998), 7, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PLUS, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, anon_sym_where, - [69088] = 12, + [69593] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - ACTIONS(4814), 1, + ACTIONS(4889), 1, sym_identifier, - ACTIONS(4987), 1, + ACTIONS(5000), 1, anon_sym_RBRACE, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(2244), 1, + STATE(2268), 1, aux_sym_enum_variant_list_repeat1, - STATE(3096), 1, + STATE(3212), 1, sym_field_declaration, - STATE(3601), 1, + STATE(3465), 1, sym_visibility_modifier, - STATE(2194), 2, + STATE(2201), 2, sym_line_comment, sym_block_comment, - [69126] = 6, + [69631] = 12, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4973), 1, - anon_sym_PLUS, - STATE(2164), 1, - aux_sym_trait_bounds_repeat1, - STATE(2195), 2, + ACTIONS(4937), 1, + anon_sym_LPAREN, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4953), 1, + anon_sym_LBRACE, + ACTIONS(5002), 1, + anon_sym_SEMI, + STATE(1332), 1, + sym_field_declaration_list, + STATE(2299), 1, + sym_type_parameters, + STATE(3089), 1, + sym_ordered_field_declaration_list, + STATE(3371), 1, + sym_where_clause, + STATE(2202), 2, sym_line_comment, sym_block_comment, - ACTIONS(4989), 7, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [69152] = 5, + [69669] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3353), 1, + ACTIONS(3373), 1, anon_sym_DOT_DOT, - STATE(2196), 2, + STATE(2203), 2, sym_line_comment, sym_block_comment, - ACTIONS(3355), 8, + ACTIONS(3375), 8, anon_sym_LPAREN, anon_sym_EQ_GT, anon_sym_BANG, @@ -170017,1136 +170647,959 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOT_DOT_EQ, anon_sym_COLON_COLON, anon_sym_if, - [69176] = 12, + [69693] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, - anon_sym_LPAREN, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4951), 1, - anon_sym_LBRACE, - ACTIONS(4991), 1, - anon_sym_SEMI, - STATE(1278), 1, - sym_field_declaration_list, - STATE(2294), 1, - sym_type_parameters, - STATE(2819), 1, - sym_ordered_field_declaration_list, - STATE(3345), 1, - sym_where_clause, - STATE(2197), 2, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5004), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, + STATE(2204), 2, sym_line_comment, sym_block_comment, - [69214] = 9, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69721] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4993), 1, + ACTIONS(5006), 1, anon_sym_for, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(2198), 2, + STATE(2205), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [69246] = 12, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4806), 1, - sym_identifier, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4995), 1, - anon_sym_RBRACE, - STATE(1403), 1, - sym_attribute_item, - STATE(2214), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3215), 1, - sym_enum_variant, - STATE(3676), 1, - sym_visibility_modifier, - STATE(2199), 2, - sym_line_comment, - sym_block_comment, - [69284] = 9, + [69753] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4997), 1, + ACTIONS(5008), 1, anon_sym_for, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(2200), 2, + STATE(2206), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [69316] = 12, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, - sym_identifier, - ACTIONS(4999), 1, - anon_sym_RBRACE, - STATE(1403), 1, - sym_attribute_item, - STATE(2244), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3096), 1, - sym_field_declaration, - STATE(3601), 1, - sym_visibility_modifier, - STATE(2201), 2, - sym_line_comment, - sym_block_comment, - [69354] = 9, + [69785] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4519), 1, - anon_sym_LPAREN, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5001), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2202), 2, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5010), 1, + anon_sym_SEMI, + STATE(696), 1, + sym_declaration_list, + STATE(2207), 2, sym_line_comment, sym_block_comment, - ACTIONS(4517), 3, - anon_sym_RBRACK, - anon_sym_PIPE, - anon_sym_COMMA, - [69386] = 9, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [69813] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(5003), 1, + ACTIONS(5012), 1, anon_sym_for, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(2203), 2, + STATE(2208), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [69418] = 9, + [69845] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(5005), 1, + ACTIONS(5014), 1, anon_sym_for, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(2204), 2, + STATE(2209), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [69450] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4537), 1, - anon_sym_PIPE, - ACTIONS(4539), 1, - anon_sym_COLON, - ACTIONS(4543), 1, - anon_sym_DOT_DOT, - ACTIONS(4642), 1, - anon_sym_COLON_COLON, - ACTIONS(4545), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2205), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3337), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [69482] = 9, + [69877] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(5007), 1, + ACTIONS(5016), 1, anon_sym_for, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(2206), 2, + STATE(2210), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [69514] = 9, + [69909] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(5009), 1, + ACTIONS(5018), 1, anon_sym_for, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(2207), 2, + STATE(2211), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [69546] = 9, + [69941] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(5011), 1, + ACTIONS(5020), 1, anon_sym_for, - STATE(1968), 1, + STATE(1973), 1, sym_type_arguments, - STATE(1978), 1, + STATE(2003), 1, sym_parameters, - STATE(2208), 2, + STATE(2212), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [69578] = 11, + [69973] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4537), 1, + ACTIONS(3365), 1, + anon_sym_PLUS, + ACTIONS(4562), 1, anon_sym_PIPE, - ACTIONS(4539), 1, + ACTIONS(4564), 1, anon_sym_COLON, - ACTIONS(4541), 1, - anon_sym_BANG, - ACTIONS(4543), 1, + ACTIONS(4568), 1, anon_sym_DOT_DOT, - ACTIONS(4642), 1, + ACTIONS(4572), 1, anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, - ACTIONS(4545), 2, + ACTIONS(4570), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, - STATE(2209), 2, - sym_line_comment, - sym_block_comment, - [69614] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5013), 1, - anon_sym_SEMI, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5017), 1, - anon_sym_DASH_GT, - STATE(1155), 1, - sym_block, - STATE(2420), 1, - sym_where_clause, - STATE(3655), 1, - sym_label, - STATE(2210), 2, - sym_line_comment, - sym_block_comment, - [69649] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5019), 1, - anon_sym_SEMI, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - STATE(758), 1, - sym_block, - STATE(2499), 1, - sym_where_clause, - STATE(3652), 1, - sym_label, - STATE(2211), 2, + ACTIONS(5022), 2, + anon_sym_RPAREN, + anon_sym_COMMA, + STATE(2213), 2, sym_line_comment, sym_block_comment, - [69684] = 11, + [70007] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5021), 1, - anon_sym_LBRACE, ACTIONS(5025), 1, - anon_sym_SEMI, - ACTIONS(5027), 1, - anon_sym_DASH_GT, - STATE(707), 1, - sym_block, - STATE(2428), 1, - sym_where_clause, - STATE(3652), 1, - sym_label, - STATE(2212), 2, - sym_line_comment, - sym_block_comment, - [69719] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4720), 1, - anon_sym_COLON_COLON, - ACTIONS(4850), 1, - anon_sym_BANG, - STATE(2213), 2, + anon_sym_LPAREN, + ACTIONS(5030), 1, + anon_sym_LBRACK, + ACTIONS(5033), 1, + anon_sym_LBRACE, + STATE(3625), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, + ACTIONS(5028), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + STATE(2214), 3, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69744] = 11, + aux_sym_macro_definition_repeat1, + [70039] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4806), 1, + ACTIONS(4827), 1, sym_identifier, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, + ACTIONS(5036), 1, + anon_sym_RBRACE, + STATE(1482), 1, sym_attribute_item, - STATE(3091), 1, + STATE(2226), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3365), 1, sym_enum_variant, - STATE(3676), 1, + STATE(3513), 1, sym_visibility_modifier, - STATE(2214), 2, - sym_line_comment, - sym_block_comment, - [69779] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5029), 1, - anon_sym_SEMI, - ACTIONS(5031), 1, - anon_sym_DASH_GT, - STATE(1103), 1, - sym_block, - STATE(2501), 1, - sym_where_clause, - STATE(3655), 1, - sym_label, STATE(2215), 2, sym_line_comment, sym_block_comment, - [69814] = 10, + [70077] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, + ACTIONS(4568), 1, anon_sym_DOT_DOT, - ACTIONS(5033), 1, - sym_identifier, - ACTIONS(5035), 1, - anon_sym_RBRACE, - ACTIONS(5037), 1, + ACTIONS(4661), 1, + anon_sym_COLON_COLON, + ACTIONS(5022), 1, + anon_sym_RBRACK, + ACTIONS(3365), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4562), 2, + anon_sym_PIPE, anon_sym_COMMA, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, + ACTIONS(4570), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2216), 2, sym_line_comment, sym_block_comment, - STATE(2796), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [69847] = 10, + [70109] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4889), 1, sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, - ACTIONS(5043), 1, + ACTIONS(5038), 1, anon_sym_RBRACE, - ACTIONS(5045), 1, - anon_sym_COMMA, + STATE(1482), 1, + sym_attribute_item, + STATE(2268), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3212), 1, + sym_field_declaration, + STATE(3465), 1, + sym_visibility_modifier, STATE(2217), 2, sym_line_comment, sym_block_comment, - STATE(2798), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [69880] = 4, + [70147] = 12, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4889), 1, + sym_identifier, + ACTIONS(5040), 1, + anon_sym_RBRACE, + STATE(1482), 1, + sym_attribute_item, + STATE(2268), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3212), 1, + sym_field_declaration, + STATE(3465), 1, + sym_visibility_modifier, STATE(2218), 2, sym_line_comment, sym_block_comment, - ACTIONS(5047), 8, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [69901] = 11, + [70185] = 12, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4806), 1, + ACTIONS(4827), 1, sym_identifier, - ACTIONS(4812), 1, + ACTIONS(4833), 1, sym_crate, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, + ACTIONS(5042), 1, + anon_sym_RBRACE, + STATE(1482), 1, sym_attribute_item, - STATE(2861), 1, + STATE(2226), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3365), 1, sym_enum_variant, - STATE(3676), 1, + STATE(3513), 1, sym_visibility_modifier, STATE(2219), 2, sym_line_comment, sym_block_comment, - [69936] = 11, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5049), 1, - anon_sym_SEMI, - ACTIONS(5051), 1, - anon_sym_DASH_GT, - STATE(587), 1, - sym_block, - STATE(2515), 1, - sym_where_clause, - STATE(3652), 1, - sym_label, - STATE(2220), 2, - sym_line_comment, - sym_block_comment, - [69971] = 11, + [70223] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, + ACTIONS(4827), 1, sym_identifier, - STATE(1064), 1, + ACTIONS(4833), 1, + sym_crate, + STATE(1059), 1, aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, + STATE(1482), 1, sym_attribute_item, - STATE(3069), 1, - sym_field_declaration, - STATE(3601), 1, + STATE(2795), 1, + sym_enum_variant, + STATE(3513), 1, sym_visibility_modifier, - STATE(2221), 2, + STATE(2220), 2, sym_line_comment, sym_block_comment, - [70006] = 11, + [70258] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5055), 1, - anon_sym_LT, - STATE(1350), 1, - sym_declaration_list, - STATE(2356), 1, - sym_type_parameters, - STATE(2629), 1, - sym_trait_bounds, - STATE(3192), 1, - sym_where_clause, - STATE(2222), 2, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5046), 1, + anon_sym_RBRACE, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5050), 1, + anon_sym_COMMA, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + STATE(2221), 2, sym_line_comment, sym_block_comment, - [70041] = 7, + STATE(2933), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [70291] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5056), 1, + anon_sym_SEMI, + ACTIONS(5058), 1, + anon_sym_LBRACE, ACTIONS(5060), 1, - anon_sym_fn, - ACTIONS(5062), 1, - anon_sym_extern, - STATE(2394), 1, - sym_extern_modifier, - STATE(2223), 3, + anon_sym_PLUS, + STATE(1196), 1, + sym_block, + STATE(2482), 1, + sym_where_clause, + STATE(3671), 1, + sym_label, + STATE(2222), 2, sym_line_comment, sym_block_comment, - aux_sym_function_modifiers_repeat1, - ACTIONS(5057), 4, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_unsafe, - [70068] = 11, + [70326] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5015), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5065), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5062), 1, anon_sym_SEMI, - ACTIONS(5067), 1, - anon_sym_DASH_GT, - STATE(1248), 1, + STATE(1266), 1, sym_block, - STATE(2489), 1, + STATE(2534), 1, sym_where_clause, - STATE(3655), 1, + STATE(3671), 1, sym_label, - STATE(2224), 2, - sym_line_comment, - sym_block_comment, - [70103] = 8, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5069), 1, - anon_sym_fn, - ACTIONS(5071), 1, - anon_sym_extern, - STATE(2223), 1, - aux_sym_function_modifiers_repeat1, - STATE(2394), 1, - sym_extern_modifier, - STATE(2225), 2, + STATE(2223), 2, sym_line_comment, sym_block_comment, - ACTIONS(4549), 4, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_unsafe, - [70132] = 11, + [70361] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5055), 1, - anon_sym_LT, - STATE(652), 1, - sym_declaration_list, - STATE(2347), 1, - sym_type_parameters, - STATE(2537), 1, - sym_trait_bounds, - STATE(3311), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5064), 1, + anon_sym_SEMI, + ACTIONS(5066), 1, + anon_sym_LBRACE, + STATE(591), 1, + sym_block, + STATE(2527), 1, sym_where_clause, - STATE(2226), 2, + STATE(3668), 1, + sym_label, + STATE(2224), 2, sym_line_comment, sym_block_comment, - [70167] = 11, + [70396] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5073), 1, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5068), 1, anon_sym_SEMI, - STATE(578), 1, + STATE(771), 1, sym_block, - STATE(2503), 1, + STATE(2528), 1, sym_where_clause, - STATE(3652), 1, + STATE(3668), 1, sym_label, - STATE(2227), 2, + STATE(2225), 2, sym_line_comment, sym_block_comment, - [70202] = 10, + [70431] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(4517), 1, - anon_sym_PIPE, - ACTIONS(4519), 1, - anon_sym_LPAREN, - ACTIONS(4523), 1, - anon_sym_COLON, - ACTIONS(4527), 1, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4827), 1, + sym_identifier, + ACTIONS(4833), 1, + sym_crate, + STATE(1059), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1482), 1, + sym_attribute_item, + STATE(3345), 1, + sym_enum_variant, + STATE(3513), 1, + sym_visibility_modifier, + STATE(2226), 2, + sym_line_comment, + sym_block_comment, + [70466] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5048), 1, anon_sym_DOT_DOT, - ACTIONS(5075), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2228), 2, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + ACTIONS(5070), 1, + anon_sym_RBRACE, + ACTIONS(5072), 1, + anon_sym_COMMA, + STATE(2227), 2, sym_line_comment, sym_block_comment, - [70235] = 11, + STATE(2971), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [70499] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, + ACTIONS(4827), 1, sym_identifier, - STATE(1403), 1, - sym_attribute_item, - STATE(2244), 1, + ACTIONS(4833), 1, + sym_crate, + STATE(1059), 1, aux_sym_enum_variant_list_repeat1, - STATE(3096), 1, - sym_field_declaration, - STATE(3601), 1, + STATE(1482), 1, + sym_attribute_item, + STATE(2857), 1, + sym_enum_variant, + STATE(3513), 1, sym_visibility_modifier, + STATE(2228), 2, + sym_line_comment, + sym_block_comment, + [70534] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5076), 1, + anon_sym_LT, + STATE(1333), 1, + sym_declaration_list, + STATE(2427), 1, + sym_type_parameters, + STATE(2577), 1, + sym_trait_bounds, + STATE(3381), 1, + sym_where_clause, STATE(2229), 2, sym_line_comment, sym_block_comment, - [70270] = 11, + [70569] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5021), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5077), 1, + ACTIONS(5078), 1, anon_sym_SEMI, - STATE(636), 1, + ACTIONS(5080), 1, + anon_sym_DASH_GT, + STATE(1124), 1, sym_block, - STATE(2426), 1, + STATE(2470), 1, sym_where_clause, - STATE(3652), 1, + STATE(3671), 1, sym_label, STATE(2230), 2, sym_line_comment, sym_block_comment, - [70305] = 11, + [70604] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5015), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5079), 1, + ACTIONS(5082), 1, anon_sym_SEMI, - STATE(1112), 1, + STATE(1276), 1, sym_block, - STATE(2507), 1, + STATE(2486), 1, sym_where_clause, - STATE(3655), 1, + STATE(3671), 1, sym_label, STATE(2231), 2, sym_line_comment, sym_block_comment, - [70340] = 11, + [70639] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5055), 1, - anon_sym_LT, - STATE(1271), 1, - sym_declaration_list, - STATE(2345), 1, - sym_type_parameters, - STATE(2711), 1, - sym_trait_bounds, - STATE(3310), 1, + ACTIONS(5084), 1, + anon_sym_SEMI, + ACTIONS(5086), 1, + anon_sym_DASH_GT, + STATE(614), 1, + sym_block, + STATE(2453), 1, sym_where_clause, + STATE(3668), 1, + sym_label, STATE(2232), 2, sym_line_comment, sym_block_comment, - [70375] = 11, + [70674] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(5053), 1, + ACTIONS(5074), 1, anon_sym_COLON, - ACTIONS(5055), 1, + ACTIONS(5076), 1, anon_sym_LT, - STATE(1222), 1, - sym_declaration_list, - STATE(2329), 1, + ACTIONS(5088), 1, + anon_sym_SEMI, + ACTIONS(5090), 1, + anon_sym_EQ, + STATE(2382), 1, sym_type_parameters, - STATE(2725), 1, + STATE(2790), 1, sym_trait_bounds, - STATE(3367), 1, + STATE(3437), 1, sym_where_clause, STATE(2233), 2, sym_line_comment, sym_block_comment, - [70410] = 11, + [70709] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5015), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5081), 1, + ACTIONS(5092), 1, anon_sym_SEMI, - ACTIONS(5083), 1, + ACTIONS(5094), 1, anon_sym_DASH_GT, - STATE(1089), 1, + STATE(1174), 1, sym_block, - STATE(2498), 1, + STATE(2479), 1, sym_where_clause, - STATE(3655), 1, + STATE(3671), 1, sym_label, STATE(2234), 2, sym_line_comment, sym_block_comment, - [70445] = 11, + [70744] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5085), 1, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5076), 1, + anon_sym_LT, + ACTIONS(5096), 1, anon_sym_SEMI, - STATE(1146), 1, - sym_block, - STATE(2523), 1, + ACTIONS(5098), 1, + anon_sym_EQ, + STATE(2415), 1, + sym_type_parameters, + STATE(3061), 1, + sym_trait_bounds, + STATE(3540), 1, sym_where_clause, - STATE(3655), 1, - sym_label, STATE(2235), 2, sym_line_comment, sym_block_comment, - [70480] = 11, - ACTIONS(69), 1, - anon_sym_pub, + [70779] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4806), 1, - sym_identifier, - ACTIONS(4812), 1, - sym_crate, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, - sym_attribute_item, - STATE(2840), 1, - sym_enum_variant, - STATE(3676), 1, - sym_visibility_modifier, STATE(2236), 2, sym_line_comment, sym_block_comment, - [70515] = 11, + ACTIONS(4979), 8, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [70800] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5021), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5087), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5100), 1, anon_sym_SEMI, - ACTIONS(5089), 1, - anon_sym_DASH_GT, - STATE(761), 1, + STATE(1229), 1, sym_block, - STATE(2457), 1, + STATE(2483), 1, sym_where_clause, - STATE(3652), 1, + STATE(3671), 1, sym_label, STATE(2237), 2, sym_line_comment, sym_block_comment, - [70550] = 10, + [70835] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, - sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, - ACTIONS(5091), 1, - anon_sym_RBRACE, - ACTIONS(5093), 1, - anon_sym_COMMA, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5102), 1, + anon_sym_SEMI, + STATE(684), 1, + sym_block, + STATE(2532), 1, + sym_where_clause, + STATE(3668), 1, + sym_label, STATE(2238), 2, sym_line_comment, sym_block_comment, - STATE(2912), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [70583] = 11, - ACTIONS(69), 1, - anon_sym_pub, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, - sym_identifier, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, - sym_attribute_item, - STATE(2848), 1, - sym_field_declaration, - STATE(3601), 1, - sym_visibility_modifier, - STATE(2239), 2, - sym_line_comment, - sym_block_comment, - [70618] = 11, + [70870] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5055), 1, - anon_sym_LT, - ACTIONS(5095), 1, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5104), 1, anon_sym_SEMI, - ACTIONS(5097), 1, - anon_sym_EQ, - STATE(2330), 1, - sym_type_parameters, - STATE(2776), 1, - sym_trait_bounds, - STATE(3452), 1, + ACTIONS(5106), 1, + anon_sym_DASH_GT, + STATE(742), 1, + sym_block, + STATE(2516), 1, sym_where_clause, - STATE(2240), 2, + STATE(3668), 1, + sym_label, + STATE(2239), 2, sym_line_comment, sym_block_comment, - [70653] = 11, + [70905] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5021), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5099), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5108), 1, anon_sym_SEMI, - ACTIONS(5101), 1, - anon_sym_DASH_GT, - STATE(679), 1, + STATE(1286), 1, sym_block, - STATE(2460), 1, + STATE(2487), 1, sym_where_clause, - STATE(3652), 1, + STATE(3671), 1, sym_label, - STATE(2241), 2, + STATE(2240), 2, sym_line_comment, sym_block_comment, - [70688] = 6, + [70940] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1317), 1, - aux_sym_string_literal_token1, - STATE(2218), 1, - sym_string_literal, - STATE(2242), 2, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5076), 1, + anon_sym_LT, + STATE(550), 1, + sym_declaration_list, + STATE(2419), 1, + sym_type_parameters, + STATE(2771), 1, + sym_trait_bounds, + STATE(3348), 1, + sym_where_clause, + STATE(2241), 2, sym_line_comment, sym_block_comment, - ACTIONS(4748), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [70713] = 10, + [70975] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4889), 1, sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, - ACTIONS(5103), 1, - anon_sym_RBRACE, - ACTIONS(5105), 1, - anon_sym_COMMA, - STATE(2243), 2, + STATE(1059), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1482), 1, + sym_attribute_item, + STATE(2870), 1, + sym_field_declaration, + STATE(3465), 1, + sym_visibility_modifier, + STATE(2242), 2, sym_line_comment, sym_block_comment, - STATE(2953), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [70746] = 11, + [71010] = 11, ACTIONS(69), 1, anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, + ACTIONS(3020), 1, anon_sym_POUND, - ACTIONS(4812), 1, - sym_crate, - ACTIONS(4814), 1, + ACTIONS(4827), 1, sym_identifier, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, + ACTIONS(4833), 1, + sym_crate, + STATE(1482), 1, sym_attribute_item, - STATE(3151), 1, - sym_field_declaration, - STATE(3601), 1, + STATE(2226), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3365), 1, + sym_enum_variant, + STATE(3513), 1, sym_visibility_modifier, - STATE(2244), 2, + STATE(2243), 2, sym_line_comment, sym_block_comment, - [70781] = 4, + [71045] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2245), 2, + STATE(2244), 2, sym_line_comment, sym_block_comment, - ACTIONS(4906), 8, + ACTIONS(4979), 8, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, @@ -171155,4218 +171608,4280 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COMMA, anon_sym_SQUOTE, anon_sym_where, - [70802] = 11, + [71066] = 11, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5110), 1, + anon_sym_SEMI, + STATE(503), 1, + sym_block, + STATE(2442), 1, + sym_where_clause, + STATE(3668), 1, + sym_label, + STATE(2245), 2, + sym_line_comment, + sym_block_comment, + [71101] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5015), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5107), 1, + ACTIONS(5112), 1, anon_sym_SEMI, - ACTIONS(5109), 1, + ACTIONS(5114), 1, anon_sym_DASH_GT, - STATE(1341), 1, + STATE(1238), 1, sym_block, - STATE(2524), 1, + STATE(2484), 1, sym_where_clause, - STATE(3655), 1, + STATE(3671), 1, sym_label, STATE(2246), 2, sym_line_comment, sym_block_comment, - [70837] = 11, + [71136] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5021), 1, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(5111), 1, + ACTIONS(5116), 1, anon_sym_SEMI, - ACTIONS(5113), 1, + ACTIONS(5118), 1, anon_sym_DASH_GT, - STATE(520), 1, + STATE(609), 1, sym_block, - STATE(2424), 1, + STATE(2471), 1, sym_where_clause, - STATE(3652), 1, + STATE(3668), 1, sym_label, STATE(2247), 2, sym_line_comment, sym_block_comment, - [70872] = 6, + [71171] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4589), 1, - anon_sym_trait, - ACTIONS(5115), 1, - anon_sym_impl, STATE(2248), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + ACTIONS(5120), 8, + anon_sym_SEMI, + anon_sym_LBRACE, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [70897] = 4, + [71192] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5122), 1, + anon_sym_SEMI, + ACTIONS(5124), 1, + anon_sym_DASH_GT, + STATE(759), 1, + sym_block, + STATE(2523), 1, + sym_where_clause, + STATE(3668), 1, + sym_label, STATE(2249), 2, sym_line_comment, sym_block_comment, - ACTIONS(4906), 8, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [70918] = 4, + [71227] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5126), 1, + anon_sym_SEMI, + STATE(704), 1, + sym_block, + STATE(2491), 1, + sym_where_clause, + STATE(3668), 1, + sym_label, STATE(2250), 2, sym_line_comment, sym_block_comment, - ACTIONS(4906), 8, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [70939] = 11, + [71262] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5053), 1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5074), 1, anon_sym_COLON, - ACTIONS(5055), 1, + ACTIONS(5076), 1, anon_sym_LT, - STATE(697), 1, + STATE(1133), 1, sym_declaration_list, - STATE(2365), 1, + STATE(2364), 1, sym_type_parameters, - STATE(2688), 1, + STATE(2560), 1, sym_trait_bounds, - STATE(3306), 1, + STATE(3213), 1, sym_where_clause, STATE(2251), 2, sym_line_comment, sym_block_comment, - [70974] = 11, + [71297] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5117), 1, - anon_sym_SEMI, - STATE(544), 1, - sym_block, - STATE(2456), 1, - sym_where_clause, - STATE(3652), 1, - sym_label, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4889), 1, + sym_identifier, + STATE(1059), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1482), 1, + sym_attribute_item, + STATE(2920), 1, + sym_field_declaration, + STATE(3465), 1, + sym_visibility_modifier, STATE(2252), 2, sym_line_comment, sym_block_comment, - [71009] = 11, + [71332] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5015), 1, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5119), 1, + ACTIONS(5128), 1, anon_sym_SEMI, - STATE(1185), 1, + ACTIONS(5130), 1, + anon_sym_DASH_GT, + STATE(663), 1, sym_block, - STATE(2422), 1, + STATE(2533), 1, sym_where_clause, - STATE(3655), 1, + STATE(3668), 1, sym_label, STATE(2253), 2, sym_line_comment, sym_block_comment, - [71044] = 11, + [71367] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5053), 1, + ACTIONS(5135), 1, + anon_sym_fn, + ACTIONS(5137), 1, + anon_sym_extern, + STATE(2393), 1, + sym_extern_modifier, + STATE(2254), 3, + sym_line_comment, + sym_block_comment, + aux_sym_function_modifiers_repeat1, + ACTIONS(5132), 4, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_unsafe, + [71394] = 10, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(4544), 1, + anon_sym_PIPE, + ACTIONS(4546), 1, + anon_sym_LPAREN, + ACTIONS(4550), 1, anon_sym_COLON, - ACTIONS(5055), 1, - anon_sym_LT, - STATE(735), 1, - sym_declaration_list, - STATE(2403), 1, - sym_type_parameters, - STATE(2699), 1, - sym_trait_bounds, - STATE(3282), 1, - sym_where_clause, - STATE(2254), 2, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5140), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + STATE(2255), 2, sym_line_comment, sym_block_comment, - [71079] = 11, + [71427] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5021), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(5121), 1, + ACTIONS(5142), 1, anon_sym_SEMI, - ACTIONS(5123), 1, - anon_sym_DASH_GT, - STATE(535), 1, + STATE(726), 1, sym_block, - STATE(2470), 1, + STATE(2524), 1, sym_where_clause, - STATE(3652), 1, + STATE(3668), 1, sym_label, - STATE(2255), 2, - sym_line_comment, - sym_block_comment, - [71114] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, STATE(2256), 2, sym_line_comment, sym_block_comment, - ACTIONS(4906), 8, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [71135] = 4, + [71462] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5076), 1, + anon_sym_LT, + STATE(677), 1, + sym_declaration_list, + STATE(2411), 1, + sym_type_parameters, + STATE(2747), 1, + sym_trait_bounds, + STATE(3311), 1, + sym_where_clause, STATE(2257), 2, sym_line_comment, sym_block_comment, - ACTIONS(4906), 8, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_EQ, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_SQUOTE, - anon_sym_where, - [71156] = 11, + [71497] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5125), 1, - anon_sym_SEMI, - STATE(1361), 1, - sym_block, - STATE(2488), 1, - sym_where_clause, - STATE(3655), 1, - sym_label, + ACTIONS(5144), 1, + anon_sym_fn, + ACTIONS(5146), 1, + anon_sym_extern, + STATE(2254), 1, + aux_sym_function_modifiers_repeat1, + STATE(2393), 1, + sym_extern_modifier, STATE(2258), 2, sym_line_comment, sym_block_comment, - [71191] = 11, + ACTIONS(4574), 4, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_unsafe, + [71526] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5127), 1, - anon_sym_SEMI, - STATE(616), 1, - sym_block, - STATE(2431), 1, - sym_where_clause, - STATE(3652), 1, - sym_label, + ACTIONS(1311), 1, + aux_sym_string_literal_token1, + STATE(2248), 1, + sym_string_literal, STATE(2259), 2, sym_line_comment, sym_block_comment, - [71226] = 11, + ACTIONS(4779), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71551] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5015), 1, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5129), 1, + ACTIONS(5148), 1, anon_sym_SEMI, - STATE(1195), 1, + ACTIONS(5150), 1, + anon_sym_DASH_GT, + STATE(520), 1, sym_block, - STATE(2423), 1, + STATE(2501), 1, sym_where_clause, - STATE(3655), 1, + STATE(3668), 1, sym_label, STATE(2260), 2, sym_line_comment, sym_block_comment, - [71261] = 11, + [71586] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5131), 1, - anon_sym_SEMI, - STATE(626), 1, - sym_block, - STATE(2444), 1, - sym_where_clause, - STATE(3652), 1, - sym_label, STATE(2261), 2, sym_line_comment, sym_block_comment, - [71296] = 11, + ACTIONS(4979), 8, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [71607] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5133), 1, - anon_sym_SEMI, - STATE(1205), 1, - sym_block, - STATE(2425), 1, - sym_where_clause, - STATE(3655), 1, - sym_label, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4889), 1, + sym_identifier, + STATE(1482), 1, + sym_attribute_item, + STATE(2268), 1, + aux_sym_enum_variant_list_repeat1, + STATE(3212), 1, + sym_field_declaration, + STATE(3465), 1, + sym_visibility_modifier, STATE(2262), 2, sym_line_comment, sym_block_comment, - [71331] = 11, + [71642] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5135), 1, - anon_sym_SEMI, - ACTIONS(5137), 1, - anon_sym_DASH_GT, - STATE(1302), 1, - sym_block, - STATE(2449), 1, - sym_where_clause, - STATE(3655), 1, - sym_label, + ACTIONS(4612), 1, + anon_sym_trait, + ACTIONS(5152), 1, + anon_sym_impl, STATE(2263), 2, sym_line_comment, sym_block_comment, - [71366] = 11, - ACTIONS(69), 1, - anon_sym_pub, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71667] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(4806), 1, + ACTIONS(5044), 1, sym_identifier, - ACTIONS(4812), 1, - sym_crate, - STATE(1403), 1, - sym_attribute_item, - STATE(2214), 1, - aux_sym_enum_variant_list_repeat1, - STATE(3215), 1, - sym_enum_variant, - STATE(3676), 1, - sym_visibility_modifier, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + ACTIONS(5154), 1, + anon_sym_RBRACE, + ACTIONS(5156), 1, + anon_sym_COMMA, STATE(2264), 2, sym_line_comment, sym_block_comment, - [71401] = 11, + STATE(2804), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [71700] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5055), 1, - anon_sym_LT, - ACTIONS(5139), 1, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5158), 1, anon_sym_SEMI, - ACTIONS(5141), 1, - anon_sym_EQ, - STATE(2350), 1, - sym_type_parameters, - STATE(2851), 1, - sym_trait_bounds, - STATE(3458), 1, + ACTIONS(5160), 1, + anon_sym_DASH_GT, + STATE(1188), 1, + sym_block, + STATE(2480), 1, sym_where_clause, + STATE(3671), 1, + sym_label, STATE(2265), 2, sym_line_comment, sym_block_comment, - [71436] = 10, + [71735] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5145), 1, - anon_sym_RPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5058), 1, anon_sym_LBRACE, - STATE(2170), 1, - aux_sym_macro_definition_repeat1, - STATE(3292), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(5162), 1, + anon_sym_SEMI, + ACTIONS(5164), 1, + anon_sym_DASH_GT, + STATE(1359), 1, + sym_block, + STATE(2457), 1, + sym_where_clause, + STATE(3671), 1, + sym_label, STATE(2266), 2, sym_line_comment, sym_block_comment, - [71468] = 10, + [71770] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, - anon_sym_LBRACE, - ACTIONS(5151), 1, - anon_sym_RPAREN, - STATE(2170), 1, - aux_sym_macro_definition_repeat1, - STATE(3290), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5076), 1, + anon_sym_LT, + STATE(675), 1, + sym_declaration_list, + STATE(2404), 1, + sym_type_parameters, + STATE(2568), 1, + sym_trait_bounds, + STATE(3216), 1, + sym_where_clause, STATE(2267), 2, sym_line_comment, sym_block_comment, - [71500] = 10, + [71805] = 11, + ACTIONS(69), 1, + anon_sym_pub, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, - anon_sym_LBRACE, - ACTIONS(5151), 1, - anon_sym_RBRACK, - STATE(2170), 1, - aux_sym_macro_definition_repeat1, - STATE(3291), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(4833), 1, + sym_crate, + ACTIONS(4889), 1, + sym_identifier, + STATE(1059), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1482), 1, + sym_attribute_item, + STATE(3187), 1, + sym_field_declaration, + STATE(3465), 1, + sym_visibility_modifier, STATE(2268), 2, sym_line_comment, sym_block_comment, - [71532] = 10, + [71840] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4726), 1, - anon_sym_COLON_COLON, - ACTIONS(5153), 1, - anon_sym_LPAREN, - ACTIONS(5155), 1, - anon_sym_LBRACK, - ACTIONS(5157), 1, - anon_sym_RBRACK, - ACTIONS(5159), 1, - anon_sym_LBRACE, - ACTIONS(5161), 1, - anon_sym_EQ, - STATE(3669), 1, - sym_delim_token_tree, STATE(2269), 2, sym_line_comment, sym_block_comment, - [71564] = 10, + ACTIONS(4979), 8, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [71861] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5145), 1, - anon_sym_RBRACK, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, - anon_sym_LBRACE, - STATE(2170), 1, - aux_sym_macro_definition_repeat1, - STATE(3293), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(4743), 1, + anon_sym_COLON_COLON, + ACTIONS(4849), 1, + anon_sym_BANG, STATE(2270), 2, sym_line_comment, sym_block_comment, - [71596] = 8, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [71886] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, - anon_sym_LPAREN, - ACTIONS(4951), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5165), 1, - anon_sym_EQ, - ACTIONS(5163), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5166), 1, + anon_sym_SEMI, + STATE(1144), 1, + sym_block, + STATE(2473), 1, + sym_where_clause, + STATE(3671), 1, + sym_label, STATE(2271), 2, sym_line_comment, sym_block_comment, - STATE(2854), 2, - sym_field_declaration_list, - sym_ordered_field_declaration_list, - [71624] = 8, + [71921] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5048), 1, anon_sym_DOT_DOT, - ACTIONS(5169), 1, - anon_sym_COLON, - ACTIONS(5171), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5167), 2, - anon_sym_RPAREN, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + ACTIONS(5168), 1, + anon_sym_RBRACE, + ACTIONS(5170), 1, anon_sym_COMMA, STATE(2272), 2, sym_line_comment, sym_block_comment, - [71652] = 10, + STATE(2805), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [71954] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5173), 1, - anon_sym_RBRACE, - STATE(2323), 1, - aux_sym_macro_definition_repeat1, - STATE(3165), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5076), 1, + anon_sym_LT, + STATE(1070), 1, + sym_declaration_list, + STATE(2352), 1, + sym_type_parameters, + STATE(2750), 1, + sym_trait_bounds, + STATE(3290), 1, + sym_where_clause, STATE(2273), 2, sym_line_comment, sym_block_comment, - [71684] = 8, + [71989] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5169), 1, - anon_sym_COLON, - ACTIONS(5175), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5167), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(2274), 2, sym_line_comment, sym_block_comment, - [71712] = 7, + ACTIONS(4979), 8, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_EQ, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_SQUOTE, + anon_sym_where, + [72010] = 11, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5175), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5172), 1, + anon_sym_SEMI, + ACTIONS(5174), 1, + anon_sym_DASH_GT, + STATE(1092), 1, + sym_block, + STATE(2467), 1, + sym_where_clause, + STATE(3671), 1, + sym_label, STATE(2275), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [71738] = 10, + [72045] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, - anon_sym_LBRACE, - ACTIONS(5177), 1, - anon_sym_RPAREN, - STATE(2277), 1, - aux_sym_macro_definition_repeat1, - STATE(3363), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(5176), 1, + anon_sym_trait, STATE(2276), 2, sym_line_comment, sym_block_comment, - [71770] = 10, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [72067] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(4210), 1, anon_sym_LBRACE, - ACTIONS(5179), 1, - anon_sym_RPAREN, - STATE(2170), 1, - aux_sym_macro_definition_repeat1, - STATE(3260), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5180), 1, + anon_sym_STAR, + STATE(3080), 1, + sym_use_list, + STATE(3665), 1, + sym_type_arguments, + ACTIONS(5178), 2, + sym_identifier, + sym_super, STATE(2277), 2, sym_line_comment, sym_block_comment, - [71802] = 10, + [72097] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5184), 1, + anon_sym_RPAREN, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5179), 1, - anon_sym_RBRACK, - STATE(2170), 1, + STATE(2289), 1, aux_sym_macro_definition_repeat1, - STATE(3283), 1, + STATE(3363), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2278), 2, sym_line_comment, sym_block_comment, - [71834] = 10, + [72129] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5184), 1, + anon_sym_RBRACK, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5181), 1, - anon_sym_RBRACE, - STATE(2170), 1, + STATE(2292), 1, aux_sym_macro_definition_repeat1, - STATE(3284), 1, + STATE(3370), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2279), 2, sym_line_comment, sym_block_comment, - [71866] = 10, - ACTIONS(3), 1, + [72161] = 10, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5183), 1, - aux_sym_line_comment_token1, - ACTIONS(5185), 1, - aux_sym_line_comment_token3, - ACTIONS(5187), 1, - anon_sym_BANG2, - ACTIONS(5189), 1, - anon_sym_SLASH2, - STATE(3436), 1, - sym__outer_line_doc_comment_marker, - STATE(3644), 1, - sym__inner_line_doc_comment_marker, - STATE(3663), 1, - sym__line_doc_comment_marker, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, + anon_sym_LBRACE, + ACTIONS(5190), 1, + anon_sym_RBRACE, + STATE(2293), 1, + aux_sym_macro_definition_repeat1, + STATE(3158), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2280), 2, sym_line_comment, sym_block_comment, - [71898] = 10, + [72193] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5177), 1, - anon_sym_RBRACK, - STATE(2278), 1, + ACTIONS(5192), 1, + anon_sym_RPAREN, + STATE(2294), 1, aux_sym_macro_definition_repeat1, - STATE(3103), 1, + STATE(3257), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2281), 2, sym_line_comment, sym_block_comment, - [71930] = 10, + [72225] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5191), 1, - anon_sym_RPAREN, - STATE(2170), 1, + ACTIONS(5192), 1, + anon_sym_RBRACK, + STATE(2295), 1, aux_sym_macro_definition_repeat1, - STATE(3352), 1, + STATE(3314), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2282), 2, sym_line_comment, sym_block_comment, - [71962] = 10, + [72257] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5191), 1, - anon_sym_RBRACK, - STATE(2170), 1, + ACTIONS(5194), 1, + anon_sym_RBRACE, + STATE(2296), 1, aux_sym_macro_definition_repeat1, - STATE(3206), 1, + STATE(3351), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2283), 2, sym_line_comment, sym_block_comment, - [71994] = 9, + [72289] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, + ACTIONS(5196), 1, sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, - ACTIONS(5193), 1, - anon_sym_RBRACE, STATE(2284), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72024] = 9, + ACTIONS(4755), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [72311] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, + ACTIONS(5044), 1, sym_identifier, - ACTIONS(5039), 1, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, anon_sym_ref, - ACTIONS(5041), 1, + ACTIONS(5054), 1, sym_mutable_specifier, - ACTIONS(5195), 1, + ACTIONS(5198), 1, anon_sym_RBRACE, STATE(2285), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, + STATE(3108), 2, sym_field_pattern, sym_remaining_field_pattern, - [72054] = 10, + [72341] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4720), 1, - anon_sym_COLON_COLON, - ACTIONS(5153), 1, - anon_sym_LPAREN, - ACTIONS(5155), 1, - anon_sym_LBRACK, - ACTIONS(5159), 1, - anon_sym_LBRACE, - ACTIONS(5197), 1, - anon_sym_RBRACK, - ACTIONS(5199), 1, - anon_sym_EQ, - STATE(3491), 1, - sym_delim_token_tree, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + ACTIONS(5200), 1, + anon_sym_RBRACE, STATE(2286), 2, sym_line_comment, sym_block_comment, - [72086] = 7, + STATE(3108), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [72371] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4852), 1, + ACTIONS(4554), 1, anon_sym_DOT_DOT, - ACTIONS(4856), 1, + ACTIONS(5204), 1, + anon_sym_COLON, + ACTIONS(5206), 1, anon_sym_COLON_COLON, - ACTIONS(4854), 2, + ACTIONS(4556), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + ACTIONS(5202), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2287), 2, sym_line_comment, sym_block_comment, - ACTIONS(4537), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [72112] = 10, - ACTIONS(103), 1, + [72399] = 10, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, - anon_sym_LBRACE, - ACTIONS(5201), 1, - anon_sym_RBRACE, - STATE(2279), 1, - aux_sym_macro_definition_repeat1, - STATE(3123), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(5208), 1, + aux_sym_line_comment_token1, + ACTIONS(5210), 1, + aux_sym_line_comment_token3, + ACTIONS(5212), 1, + anon_sym_BANG2, + ACTIONS(5214), 1, + anon_sym_SLASH2, + STATE(3439), 1, + sym__inner_line_doc_comment_marker, + STATE(3461), 1, + sym__outer_line_doc_comment_marker, + STATE(3617), 1, + sym__line_doc_comment_marker, STATE(2288), 2, sym_line_comment, sym_block_comment, - [72144] = 10, + [72431] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(4922), 1, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5203), 1, - anon_sym_SEMI, - STATE(723), 1, - sym_field_declaration_list, - STATE(3001), 1, - sym_ordered_field_declaration_list, - STATE(3216), 1, - sym_where_clause, + ACTIONS(5216), 1, + anon_sym_RPAREN, + STATE(2214), 1, + aux_sym_macro_definition_repeat1, + STATE(3273), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2289), 2, sym_line_comment, sym_block_comment, - [72176] = 5, + [72463] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5205), 1, - sym_identifier, + ACTIONS(4851), 1, + anon_sym_DOT_DOT, + ACTIONS(4855), 1, + anon_sym_COLON_COLON, + ACTIONS(4853), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2290), 2, sym_line_comment, sym_block_comment, - ACTIONS(4792), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [72198] = 10, + ACTIONS(4562), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [72489] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(4937), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(4953), 1, anon_sym_LBRACE, - ACTIONS(5207), 1, + ACTIONS(5220), 1, + anon_sym_EQ, + ACTIONS(5218), 2, anon_sym_RBRACE, - STATE(2170), 1, - aux_sym_macro_definition_repeat1, - STATE(3108), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + anon_sym_COMMA, STATE(2291), 2, sym_line_comment, sym_block_comment, - [72230] = 10, + STATE(2928), 2, + sym_field_declaration_list, + sym_ordered_field_declaration_list, + [72517] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5209), 1, - anon_sym_RPAREN, - STATE(2282), 1, + ACTIONS(5216), 1, + anon_sym_RBRACK, + STATE(2214), 1, aux_sym_macro_definition_repeat1, - STATE(3131), 1, + STATE(3318), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2292), 2, sym_line_comment, sym_block_comment, - [72262] = 10, + [72549] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(4922), 1, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5211), 1, - anon_sym_SEMI, - STATE(693), 1, - sym_field_declaration_list, - STATE(2879), 1, - sym_ordered_field_declaration_list, - STATE(3280), 1, - sym_where_clause, + ACTIONS(5222), 1, + anon_sym_RBRACE, + STATE(2214), 1, + aux_sym_macro_definition_repeat1, + STATE(3346), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2293), 2, sym_line_comment, sym_block_comment, - [72294] = 10, + [72581] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4951), 1, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5213), 1, - anon_sym_SEMI, - STATE(1347), 1, - sym_field_declaration_list, - STATE(2853), 1, - sym_ordered_field_declaration_list, - STATE(3180), 1, - sym_where_clause, + ACTIONS(5224), 1, + anon_sym_RPAREN, + STATE(2214), 1, + aux_sym_macro_definition_repeat1, + STATE(3282), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2294), 2, sym_line_comment, sym_block_comment, - [72326] = 5, + [72613] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5215), 1, - sym_identifier, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, + anon_sym_LBRACE, + ACTIONS(5224), 1, + anon_sym_RBRACK, + STATE(2214), 1, + aux_sym_macro_definition_repeat1, + STATE(3284), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2295), 2, sym_line_comment, sym_block_comment, - ACTIONS(4792), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [72348] = 7, + [72645] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5217), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, + anon_sym_LBRACE, + ACTIONS(5226), 1, + anon_sym_RBRACE, + STATE(2214), 1, + aux_sym_macro_definition_repeat1, + STATE(3132), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2296), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 3, - anon_sym_SEMI, - anon_sym_RBRACK, - anon_sym_PLUS, - [72374] = 9, + [72677] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, - sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, - ACTIONS(5219), 1, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, + anon_sym_LBRACE, + ACTIONS(5228), 1, anon_sym_RBRACE, + STATE(2302), 1, + aux_sym_macro_definition_repeat1, + STATE(3159), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2297), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72404] = 9, + [72709] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, - sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, - ACTIONS(5221), 1, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, + anon_sym_LBRACE, + ACTIONS(5230), 1, anon_sym_RBRACE, + STATE(2303), 1, + aux_sym_macro_definition_repeat1, + STATE(3182), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2298), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72434] = 10, + [72741] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4644), 1, - anon_sym_COLON_COLON, - ACTIONS(5153), 1, + ACTIONS(4937), 1, anon_sym_LPAREN, - ACTIONS(5155), 1, - anon_sym_LBRACK, - ACTIONS(5157), 1, - anon_sym_RBRACK, - ACTIONS(5159), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4953), 1, anon_sym_LBRACE, - ACTIONS(5161), 1, - anon_sym_EQ, - STATE(3669), 1, - sym_delim_token_tree, + ACTIONS(5232), 1, + anon_sym_SEMI, + STATE(1368), 1, + sym_field_declaration_list, + STATE(2827), 1, + sym_ordered_field_declaration_list, + STATE(3258), 1, + sym_where_clause, STATE(2299), 2, sym_line_comment, sym_block_comment, - [72466] = 7, + [72773] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, + ACTIONS(4554), 1, anon_sym_DOT_DOT, - ACTIONS(5171), 1, + ACTIONS(5236), 1, + anon_sym_COLON, + ACTIONS(5238), 1, anon_sym_COLON_COLON, - ACTIONS(4529), 2, + ACTIONS(4556), 2, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, + ACTIONS(5234), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2300), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [72492] = 9, + [72801] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, + ACTIONS(4554), 1, anon_sym_DOT_DOT, - ACTIONS(5033), 1, - sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, - ACTIONS(5223), 1, - anon_sym_RBRACE, + ACTIONS(5238), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2301), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [72522] = 10, + ACTIONS(3365), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [72827] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5209), 1, - anon_sym_RBRACK, - STATE(2283), 1, + ACTIONS(5240), 1, + anon_sym_RBRACE, + STATE(2214), 1, aux_sym_macro_definition_repeat1, - STATE(3135), 1, + STATE(3099), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2302), 2, sym_line_comment, sym_block_comment, - [72554] = 10, + [72859] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4951), 1, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5225), 1, - anon_sym_SEMI, - STATE(1258), 1, - sym_field_declaration_list, - STATE(2814), 1, - sym_ordered_field_declaration_list, - STATE(3262), 1, - sym_where_clause, + ACTIONS(5242), 1, + anon_sym_RBRACE, + STATE(2214), 1, + aux_sym_macro_definition_repeat1, + STATE(3100), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2303), 2, sym_line_comment, sym_block_comment, - [72586] = 10, + [72891] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(4937), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(4939), 1, anon_sym_LBRACE, - ACTIONS(5227), 1, - anon_sym_RBRACE, - STATE(2322), 1, - aux_sym_macro_definition_repeat1, - STATE(3141), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5244), 1, + anon_sym_SEMI, + STATE(669), 1, + sym_field_declaration_list, + STATE(2986), 1, + sym_ordered_field_declaration_list, + STATE(3191), 1, + sym_where_clause, STATE(2304), 2, sym_line_comment, sym_block_comment, - [72618] = 10, + [72923] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(4797), 1, + anon_sym_COLON_COLON, + ACTIONS(5246), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5248), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5250), 1, + anon_sym_RBRACK, + ACTIONS(5252), 1, anon_sym_LBRACE, - ACTIONS(5229), 1, - anon_sym_RPAREN, - STATE(2267), 1, - aux_sym_macro_definition_repeat1, - STATE(3268), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(5254), 1, + anon_sym_EQ, + STATE(3580), 1, + sym_delim_token_tree, STATE(2305), 2, sym_line_comment, sym_block_comment, - [72650] = 10, + [72955] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4728), 1, + ACTIONS(4667), 1, anon_sym_COLON_COLON, - ACTIONS(5153), 1, + ACTIONS(5246), 1, anon_sym_LPAREN, - ACTIONS(5155), 1, + ACTIONS(5248), 1, anon_sym_LBRACK, - ACTIONS(5157), 1, + ACTIONS(5250), 1, anon_sym_RBRACK, - ACTIONS(5159), 1, + ACTIONS(5252), 1, anon_sym_LBRACE, - ACTIONS(5161), 1, + ACTIONS(5254), 1, anon_sym_EQ, - STATE(3669), 1, + STATE(3580), 1, sym_delim_token_tree, STATE(2306), 2, sym_line_comment, sym_block_comment, - [72682] = 10, + [72987] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(4761), 1, + anon_sym_COLON_COLON, + ACTIONS(5246), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5248), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, - anon_sym_LBRACE, - ACTIONS(5229), 1, + ACTIONS(5250), 1, anon_sym_RBRACK, - STATE(2268), 1, - aux_sym_macro_definition_repeat1, - STATE(3269), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(5252), 1, + anon_sym_LBRACE, + ACTIONS(5254), 1, + anon_sym_EQ, + STATE(3580), 1, + sym_delim_token_tree, STATE(2307), 2, sym_line_comment, sym_block_comment, - [72714] = 10, + [73019] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(4937), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4953), 1, anon_sym_LBRACE, - ACTIONS(5231), 1, - anon_sym_RPAREN, - STATE(2266), 1, - aux_sym_macro_definition_repeat1, - STATE(3271), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(5256), 1, + anon_sym_SEMI, + STATE(1130), 1, + sym_field_declaration_list, + STATE(2876), 1, + sym_ordered_field_declaration_list, + STATE(3199), 1, + sym_where_clause, STATE(2308), 2, sym_line_comment, sym_block_comment, - [72746] = 5, + [73051] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5233), 1, - anon_sym_trait, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + ACTIONS(5258), 1, + anon_sym_RBRACE, STATE(2309), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [72768] = 10, + STATE(3108), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73081] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, - anon_sym_LBRACE, - ACTIONS(5231), 1, - anon_sym_RBRACK, - STATE(2270), 1, - aux_sym_macro_definition_repeat1, - STATE(3273), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + ACTIONS(5260), 1, + anon_sym_RBRACE, STATE(2310), 2, sym_line_comment, sym_block_comment, - [72800] = 8, + STATE(3108), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73111] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5048), 1, anon_sym_DOT_DOT, - ACTIONS(5237), 1, - anon_sym_COLON, - ACTIONS(5239), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5235), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + ACTIONS(5262), 1, + anon_sym_RBRACE, STATE(2311), 2, sym_line_comment, sym_block_comment, - [72828] = 5, + STATE(3108), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73141] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5241), 1, - anon_sym_trait, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, + ACTIONS(5264), 1, + anon_sym_RBRACE, STATE(2312), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, + STATE(3108), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [73171] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(5266), 1, + sym_identifier, + STATE(2313), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4755), 6, anon_sym_async, anon_sym_const, anon_sym_default, anon_sym_fn, anon_sym_unsafe, anon_sym_extern, - [72850] = 9, + [73193] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, + ACTIONS(5044), 1, sym_identifier, - ACTIONS(5039), 1, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, anon_sym_ref, - ACTIONS(5041), 1, + ACTIONS(5054), 1, sym_mutable_specifier, - ACTIONS(5243), 1, + ACTIONS(5268), 1, anon_sym_RBRACE, - STATE(2313), 2, + STATE(2314), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, + STATE(3108), 2, sym_field_pattern, sym_remaining_field_pattern, - [72880] = 9, + [73223] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, + ACTIONS(5044), 1, sym_identifier, - ACTIONS(5039), 1, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, anon_sym_ref, - ACTIONS(5041), 1, + ACTIONS(5054), 1, sym_mutable_specifier, - ACTIONS(5245), 1, + ACTIONS(5270), 1, anon_sym_RBRACE, - STATE(2314), 2, + STATE(2315), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, + STATE(3108), 2, sym_field_pattern, sym_remaining_field_pattern, - [72910] = 10, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5143), 1, - anon_sym_LPAREN, - ACTIONS(5147), 1, - anon_sym_LBRACK, - ACTIONS(5149), 1, - anon_sym_LBRACE, - ACTIONS(5247), 1, - anon_sym_RBRACE, - STATE(2291), 1, - aux_sym_macro_definition_repeat1, - STATE(3146), 1, - sym_macro_rule, - STATE(3504), 1, - sym_token_tree_pattern, - STATE(2315), 2, - sym_line_comment, - sym_block_comment, - [72942] = 8, + [73253] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4920), 1, + ACTIONS(4937), 1, anon_sym_LPAREN, - ACTIONS(4951), 1, + ACTIONS(4953), 1, anon_sym_LBRACE, - ACTIONS(5251), 1, + ACTIONS(5274), 1, anon_sym_EQ, - ACTIONS(5249), 2, + ACTIONS(5272), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(2316), 2, sym_line_comment, sym_block_comment, - STATE(3010), 2, + STATE(2957), 2, sym_field_declaration_list, sym_ordered_field_declaration_list, - [72970] = 9, + [73281] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5255), 1, - anon_sym_STAR, - STATE(3047), 1, - sym_use_list, - STATE(3566), 1, - sym_type_arguments, - ACTIONS(5253), 2, + ACTIONS(5276), 1, sym_identifier, - sym_super, STATE(2317), 2, sym_line_comment, sym_block_comment, - [73000] = 5, + ACTIONS(4755), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [73303] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5257), 1, - sym_identifier, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, + anon_sym_LBRACE, + ACTIONS(5278), 1, + anon_sym_RPAREN, + STATE(2322), 1, + aux_sym_macro_definition_repeat1, + STATE(3285), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2318), 2, sym_line_comment, sym_block_comment, - ACTIONS(4792), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [73022] = 9, + [73335] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, - sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, - ACTIONS(5259), 1, - anon_sym_RBRACE, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, + anon_sym_LBRACE, + ACTIONS(5278), 1, + anon_sym_RBRACK, + STATE(2323), 1, + aux_sym_macro_definition_repeat1, + STATE(3286), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2319), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [73052] = 9, + [73367] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4193), 1, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5255), 1, - anon_sym_STAR, - STATE(3047), 1, - sym_use_list, - STATE(3445), 1, - sym_type_arguments, - ACTIONS(5253), 2, - sym_identifier, - sym_super, + ACTIONS(5280), 1, + anon_sym_RPAREN, + STATE(2324), 1, + aux_sym_macro_definition_repeat1, + STATE(3287), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2320), 2, sym_line_comment, sym_block_comment, - [73082] = 5, + [73399] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5261), 1, - sym_identifier, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, + anon_sym_LBRACE, + ACTIONS(5280), 1, + anon_sym_RBRACK, + STATE(2325), 1, + aux_sym_macro_definition_repeat1, + STATE(3289), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2321), 2, sym_line_comment, sym_block_comment, - ACTIONS(4792), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [73104] = 10, + [73431] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5263), 1, - anon_sym_RBRACE, - STATE(2170), 1, + ACTIONS(5282), 1, + anon_sym_RPAREN, + STATE(2214), 1, aux_sym_macro_definition_repeat1, - STATE(3117), 1, + STATE(3304), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2322), 2, sym_line_comment, sym_block_comment, - [73136] = 10, + [73463] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5143), 1, + ACTIONS(5182), 1, anon_sym_LPAREN, - ACTIONS(5147), 1, + ACTIONS(5186), 1, anon_sym_LBRACK, - ACTIONS(5149), 1, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5265), 1, - anon_sym_RBRACE, - STATE(2170), 1, + ACTIONS(5282), 1, + anon_sym_RBRACK, + STATE(2214), 1, aux_sym_macro_definition_repeat1, - STATE(3113), 1, + STATE(3305), 1, sym_macro_rule, - STATE(3504), 1, + STATE(3656), 1, sym_token_tree_pattern, STATE(2323), 2, sym_line_comment, sym_block_comment, - [73168] = 9, + [73495] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5267), 1, - anon_sym_SEMI, - STATE(1212), 1, - sym_declaration_list, - STATE(3076), 1, - sym_where_clause, + ACTIONS(5284), 1, + anon_sym_RPAREN, + STATE(2214), 1, + aux_sym_macro_definition_repeat1, + STATE(3306), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2324), 2, sym_line_comment, sym_block_comment, - [73197] = 9, + [73527] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4951), 1, + ACTIONS(5182), 1, + anon_sym_LPAREN, + ACTIONS(5186), 1, + anon_sym_LBRACK, + ACTIONS(5188), 1, anon_sym_LBRACE, - STATE(1224), 1, - sym_field_declaration_list, - STATE(2543), 1, - sym_type_parameters, - STATE(3197), 1, - sym_where_clause, + ACTIONS(5284), 1, + anon_sym_RBRACK, + STATE(2214), 1, + aux_sym_macro_definition_repeat1, + STATE(3307), 1, + sym_macro_rule, + STATE(3656), 1, + sym_token_tree_pattern, STATE(2325), 2, sym_line_comment, sym_block_comment, - [73226] = 9, + [73559] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5269), 1, - anon_sym_LBRACE, - STATE(590), 1, - sym_enum_variant_list, - STATE(2637), 1, - sym_type_parameters, - STATE(3331), 1, - sym_where_clause, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5236), 1, + anon_sym_COLON, + ACTIONS(5286), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5234), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2326), 2, sym_line_comment, sym_block_comment, - [73255] = 6, + [73587] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3581), 1, - anon_sym_COLON, - ACTIONS(5271), 1, - anon_sym_EQ, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5286), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2327), 2, sym_line_comment, sym_block_comment, - ACTIONS(3579), 4, + ACTIONS(3365), 3, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_GT, anon_sym_COMMA, - anon_sym_COLON_COLON, - [73278] = 9, + [73613] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4937), 1, + anon_sym_LPAREN, + ACTIONS(4939), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5273), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5288), 1, anon_sym_SEMI, - STATE(1251), 1, - sym_declaration_list, - STATE(2810), 1, + STATE(535), 1, + sym_field_declaration_list, + STATE(3048), 1, + sym_ordered_field_declaration_list, + STATE(3298), 1, sym_where_clause, STATE(2328), 2, sym_line_comment, sym_block_comment, - [73307] = 9, + [73645] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(1262), 1, - sym_declaration_list, - STATE(2707), 1, - sym_trait_bounds, - STATE(3270), 1, - sym_where_clause, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5290), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2329), 2, sym_line_comment, sym_block_comment, - [73336] = 9, + ACTIONS(3365), 3, + anon_sym_SEMI, + anon_sym_RBRACK, + anon_sym_PLUS, + [73671] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5275), 1, - anon_sym_SEMI, - ACTIONS(5277), 1, - anon_sym_EQ, - STATE(2815), 1, - sym_trait_bounds, - STATE(3496), 1, - sym_where_clause, + ACTIONS(5292), 1, + anon_sym_trait, STATE(2330), 2, sym_line_comment, sym_block_comment, - [73365] = 9, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [73693] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4210), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5279), 1, - anon_sym_SEMI, - STATE(1270), 1, - sym_declaration_list, - STATE(2816), 1, - sym_where_clause, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5180), 1, + anon_sym_STAR, + STATE(3080), 1, + sym_use_list, + STATE(3563), 1, + sym_type_arguments, + ACTIONS(5178), 2, + sym_identifier, + sym_super, STATE(2331), 2, sym_line_comment, sym_block_comment, - [73394] = 9, + [73723] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5281), 1, - anon_sym_LBRACE, - STATE(1274), 1, - sym_enum_variant_list, - STATE(2723), 1, - sym_type_parameters, - STATE(3335), 1, - sym_where_clause, + ACTIONS(5294), 1, + sym_identifier, STATE(2332), 2, sym_line_comment, sym_block_comment, - [73423] = 9, + ACTIONS(4755), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [73745] = 10, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4951), 1, + ACTIONS(4743), 1, + anon_sym_COLON_COLON, + ACTIONS(5246), 1, + anon_sym_LPAREN, + ACTIONS(5248), 1, + anon_sym_LBRACK, + ACTIONS(5252), 1, anon_sym_LBRACE, - STATE(1279), 1, - sym_field_declaration_list, - STATE(2730), 1, - sym_type_parameters, - STATE(3353), 1, - sym_where_clause, + ACTIONS(5296), 1, + anon_sym_RBRACK, + ACTIONS(5298), 1, + anon_sym_EQ, + STATE(3459), 1, + sym_delim_token_tree, STATE(2333), 2, sym_line_comment, sym_block_comment, - [73452] = 9, + [73777] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5283), 1, - anon_sym_SEMI, - STATE(567), 1, - sym_declaration_list, - STATE(2964), 1, - sym_where_clause, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(5012), 1, + anon_sym_for, STATE(2334), 2, sym_line_comment, sym_block_comment, - [73481] = 9, + ACTIONS(3365), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [73800] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5285), 1, + ACTIONS(5300), 1, anon_sym_SEMI, - STATE(569), 1, + STATE(1073), 1, sym_declaration_list, - STATE(2971), 1, + STATE(2830), 1, sym_where_clause, STATE(2335), 2, sym_line_comment, sym_block_comment, - [73510] = 9, + [73829] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5287), 1, - anon_sym_SEMI, - STATE(571), 1, - sym_declaration_list, - STATE(2976), 1, + ACTIONS(5302), 1, + anon_sym_LBRACE, + STATE(1378), 1, + sym_enum_variant_list, + STATE(2766), 1, + sym_type_parameters, + STATE(3320), 1, sym_where_clause, STATE(2336), 2, sym_line_comment, sym_block_comment, - [73539] = 9, + [73858] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5289), 1, - anon_sym_SEMI, - STATE(573), 1, - sym_declaration_list, - STATE(2981), 1, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1078), 1, + sym_field_declaration_list, + STATE(2777), 1, + sym_type_parameters, + STATE(3337), 1, sym_where_clause, STATE(2337), 2, sym_line_comment, sym_block_comment, - [73568] = 9, + [73887] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5291), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5293), 1, - anon_sym_GT, - ACTIONS(5295), 1, - anon_sym_COMMA, - STATE(2827), 1, - sym_trait_bounds, - STATE(2828), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5304), 1, + anon_sym_SEMI, + STATE(597), 1, + sym_declaration_list, + STATE(3011), 1, + sym_where_clause, STATE(2338), 2, sym_line_comment, sym_block_comment, - [73597] = 9, + [73916] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, - anon_sym_PLUS, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5293), 1, - anon_sym_GT, - ACTIONS(5295), 1, - anon_sym_COMMA, - STATE(2827), 1, - sym_trait_bounds, - STATE(2828), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(5008), 1, + anon_sym_for, STATE(2339), 2, sym_line_comment, sym_block_comment, - [73626] = 8, + ACTIONS(3365), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [73939] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5306), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5297), 1, - anon_sym_if, - STATE(3606), 1, - sym_label, - STATE(1426), 2, - sym_if_expression, - sym_block, + STATE(557), 1, + sym_enum_variant_list, + STATE(2729), 1, + sym_type_parameters, + STATE(3382), 1, + sym_where_clause, STATE(2340), 2, sym_line_comment, sym_block_comment, - [73653] = 9, + [73968] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5299), 1, - anon_sym_SEMI, - STATE(644), 1, - sym_declaration_list, - STATE(3036), 1, - sym_where_clause, + ACTIONS(4713), 1, + anon_sym_DOT_DOT, STATE(2341), 2, sym_line_comment, sym_block_comment, - [73682] = 9, + ACTIONS(4711), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [73989] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5308), 1, anon_sym_PLUS, - ACTIONS(5301), 1, - anon_sym_SEMI, - STATE(1308), 1, - sym_declaration_list, - STATE(2844), 1, - sym_where_clause, + ACTIONS(5310), 1, + anon_sym_GT, + ACTIONS(5312), 1, + anon_sym_COMMA, + STATE(2845), 1, + sym_trait_bounds, + STATE(2846), 1, + aux_sym_type_arguments_repeat1, STATE(2342), 2, sym_line_comment, sym_block_comment, - [73711] = 9, + [74018] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(3144), 1, anon_sym_PLUS, - ACTIONS(5303), 1, - anon_sym_SEMI, - STATE(1314), 1, - sym_declaration_list, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5310), 1, + anon_sym_GT, + ACTIONS(5312), 1, + anon_sym_COMMA, STATE(2845), 1, - sym_where_clause, + sym_trait_bounds, + STATE(2846), 1, + aux_sym_type_arguments_repeat1, STATE(2343), 2, sym_line_comment, sym_block_comment, - [73740] = 9, + [74047] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4939), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5305), 1, - anon_sym_SEMI, - STATE(1334), 1, - sym_declaration_list, - STATE(2849), 1, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, + anon_sym_where, + STATE(564), 1, + sym_field_declaration_list, + STATE(2753), 1, + sym_type_parameters, + STATE(3171), 1, sym_where_clause, STATE(2344), 2, sym_line_comment, sym_block_comment, - [73769] = 9, + [74076] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(5053), 1, + ACTIONS(3592), 1, anon_sym_COLON, - STATE(1339), 1, - sym_declaration_list, - STATE(2608), 1, - sym_trait_bounds, - STATE(3167), 1, - sym_where_clause, + ACTIONS(5314), 1, + anon_sym_EQ, STATE(2345), 2, sym_line_comment, sym_block_comment, - [73798] = 6, + ACTIONS(3590), 4, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_COLON_COLON, + [74099] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(4997), 1, - anon_sym_for, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5316), 1, + anon_sym_SEMI, + STATE(708), 1, + sym_declaration_list, + STATE(2866), 1, + sym_where_clause, STATE(2346), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [73821] = 9, + [74128] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(726), 1, - sym_declaration_list, - STATE(2653), 1, - sym_trait_bounds, - STATE(3237), 1, - sym_where_clause, + ACTIONS(4705), 1, + anon_sym_DOT_DOT, + ACTIONS(4707), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2347), 2, sym_line_comment, sym_block_comment, - [73850] = 6, + ACTIONS(4544), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [74151] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3589), 2, - anon_sym_PLUS, - anon_sym_DASH_GT, - ACTIONS(4896), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5307), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5318), 1, + anon_sym_if, + STATE(3622), 1, + sym_label, + STATE(1407), 2, + sym_if_expression, + sym_block, STATE(2348), 2, sym_line_comment, sym_block_comment, - [73873] = 6, + [74178] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5310), 1, - anon_sym_RBRACK, - ACTIONS(4796), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5320), 1, + anon_sym_SEMI, + STATE(1096), 1, + sym_declaration_list, + STATE(2862), 1, + sym_where_clause, STATE(2349), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 3, - anon_sym_SEMI, - anon_sym_PLUS, - anon_sym_DASH_GT, - [73896] = 9, + [74207] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5313), 1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5322), 1, anon_sym_SEMI, - ACTIONS(5315), 1, - anon_sym_EQ, - STATE(3020), 1, - sym_trait_bounds, - STATE(3427), 1, + STATE(1100), 1, + sym_declaration_list, + STATE(2865), 1, sym_where_clause, STATE(2350), 2, sym_line_comment, sym_block_comment, - [73925] = 9, + [74236] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5317), 1, + ACTIONS(5324), 1, anon_sym_SEMI, - STATE(1363), 1, + STATE(1117), 1, sym_declaration_list, - STATE(2869), 1, + STATE(2871), 1, sym_where_clause, STATE(2351), 2, sym_line_comment, sym_block_comment, - [73954] = 9, + [74265] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5319), 1, - anon_sym_SEMI, - STATE(1365), 1, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(1122), 1, sym_declaration_list, - STATE(2870), 1, + STATE(2556), 1, + sym_trait_bounds, + STATE(3186), 1, sym_where_clause, STATE(2352), 2, sym_line_comment, sym_block_comment, - [73983] = 9, + [74294] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5321), 1, + ACTIONS(5326), 1, anon_sym_SEMI, - STATE(1068), 1, + STATE(699), 1, sym_declaration_list, - STATE(2872), 1, + STATE(2859), 1, sym_where_clause, STATE(2353), 2, sym_line_comment, sym_block_comment, - [74012] = 9, + [74323] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(5306), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5323), 1, - anon_sym_SEMI, - STATE(1070), 1, - sym_declaration_list, - STATE(2873), 1, + STATE(570), 1, + sym_enum_variant_list, + STATE(2578), 1, + sym_type_parameters, + STATE(3268), 1, sym_where_clause, STATE(2354), 2, sym_line_comment, sym_block_comment, - [74041] = 6, + [74352] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5307), 1, - anon_sym_RBRACK, - ACTIONS(4896), 2, - anon_sym_PIPE, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5238), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5202), 2, + anon_sym_RPAREN, anon_sym_COMMA, STATE(2355), 2, sym_line_comment, sym_block_comment, - ACTIONS(3589), 3, - anon_sym_SEMI, - anon_sym_PLUS, - anon_sym_DASH_GT, - [74064] = 9, + [74377] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(1101), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5328), 1, + anon_sym_SEMI, + STATE(706), 1, sym_declaration_list, - STATE(2690), 1, - sym_trait_bounds, - STATE(3289), 1, + STATE(2938), 1, sym_where_clause, STATE(2356), 2, sym_line_comment, sym_block_comment, - [74093] = 9, + [74406] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5325), 1, + ACTIONS(5330), 1, anon_sym_SEMI, - STATE(734), 1, + STATE(709), 1, sym_declaration_list, - STATE(3039), 1, + STATE(2945), 1, sym_where_clause, STATE(2357), 2, sym_line_comment, sym_block_comment, - [74122] = 6, + [74435] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5238), 1, anon_sym_COLON_COLON, - ACTIONS(5003), 1, - anon_sym_for, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5332), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2358), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [74145] = 9, + [74460] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5327), 1, + ACTIONS(5334), 1, anon_sym_SEMI, - STATE(1120), 1, + STATE(1146), 1, sym_declaration_list, - STATE(2889), 1, + STATE(2893), 1, sym_where_clause, STATE(2359), 2, sym_line_comment, sym_block_comment, - [74174] = 9, + [74489] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5329), 1, + ACTIONS(5336), 1, anon_sym_SEMI, - STATE(1122), 1, + STATE(1148), 1, sym_declaration_list, - STATE(2890), 1, + STATE(2894), 1, sym_where_clause, STATE(2360), 2, sym_line_comment, sym_block_comment, - [74203] = 9, + [74518] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5331), 1, + ACTIONS(5338), 1, anon_sym_SEMI, - STATE(1135), 1, + STATE(1152), 1, sym_declaration_list, - STATE(2892), 1, + STATE(2897), 1, sym_where_clause, STATE(2361), 2, sym_line_comment, sym_block_comment, - [74232] = 9, + [74547] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5333), 1, + ACTIONS(5340), 1, anon_sym_SEMI, - STATE(1137), 1, + STATE(1154), 1, sym_declaration_list, - STATE(2893), 1, + STATE(2898), 1, sym_where_clause, STATE(2362), 2, sym_line_comment, sym_block_comment, - [74261] = 9, + [74576] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5335), 1, - anon_sym_SEMI, - STATE(1139), 1, - sym_declaration_list, - STATE(2894), 1, - sym_where_clause, STATE(2363), 2, sym_line_comment, sym_block_comment, - [74290] = 9, + ACTIONS(5028), 6, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_LBRACK, + anon_sym_RBRACK, + anon_sym_LBRACE, + anon_sym_RBRACE, + [74595] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5337), 1, - anon_sym_SEMI, - STATE(1141), 1, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(1186), 1, sym_declaration_list, - STATE(2895), 1, + STATE(2575), 1, + sym_trait_bounds, + STATE(3326), 1, sym_where_clause, STATE(2364), 2, sym_line_comment, sym_block_comment, - [74319] = 9, + [74624] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5053), 1, + ACTIONS(4895), 2, anon_sym_COLON, - STATE(533), 1, - sym_declaration_list, - STATE(2560), 1, - sym_trait_bounds, - STATE(3163), 1, - sym_where_clause, + anon_sym_PIPE, STATE(2365), 2, sym_line_comment, sym_block_comment, - [74348] = 9, - ACTIONS(27), 1, - anon_sym_PIPE, + ACTIONS(3656), 4, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + anon_sym_DASH_GT, + [74645] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5339), 1, - sym_identifier, - ACTIONS(5341), 1, - anon_sym_ref, - ACTIONS(5343), 1, - sym_mutable_specifier, - ACTIONS(5345), 1, - anon_sym_move, - STATE(220), 1, - sym_closure_parameters, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5342), 1, + anon_sym_SEMI, + STATE(713), 1, + sym_declaration_list, + STATE(2955), 1, + sym_where_clause, STATE(2366), 2, sym_line_comment, sym_block_comment, - [74377] = 8, + [74674] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1519), 1, - anon_sym_DOT_DOT, - ACTIONS(5033), 1, - sym_identifier, - ACTIONS(5039), 1, - anon_sym_ref, - ACTIONS(5041), 1, - sym_mutable_specifier, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5344), 1, + anon_sym_SEMI, + STATE(718), 1, + sym_declaration_list, + STATE(2958), 1, + sym_where_clause, STATE(2367), 2, sym_line_comment, sym_block_comment, - STATE(3137), 2, - sym_field_pattern, - sym_remaining_field_pattern, - [74404] = 9, + [74703] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5347), 1, + ACTIONS(5346), 1, anon_sym_SEMI, - STATE(1177), 1, + STATE(1204), 1, sym_declaration_list, - STATE(2901), 1, + STATE(2917), 1, sym_where_clause, STATE(2368), 2, sym_line_comment, sym_block_comment, - [74433] = 9, + [74732] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5349), 1, + ACTIONS(5348), 1, anon_sym_SEMI, - STATE(1179), 1, + STATE(1206), 1, sym_declaration_list, - STATE(2902), 1, + STATE(2789), 1, sym_where_clause, STATE(2369), 2, sym_line_comment, sym_block_comment, - [74462] = 5, + [74761] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4896), 2, - anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5350), 1, + anon_sym_SEMI, + STATE(1218), 1, + sym_declaration_list, + STATE(2918), 1, + sym_where_clause, STATE(2370), 2, sym_line_comment, sym_block_comment, - ACTIONS(3589), 4, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH_GT, - [74483] = 8, - ACTIONS(19), 1, - anon_sym_LBRACE, + [74790] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5351), 1, - anon_sym_if, - STATE(3499), 1, - sym_label, - STATE(413), 2, - sym_if_expression, - sym_block, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5352), 1, + anon_sym_SEMI, + STATE(1220), 1, + sym_declaration_list, + STATE(2919), 1, + sym_where_clause, STATE(2371), 2, sym_line_comment, sym_block_comment, - [74510] = 9, + [74819] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5281), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - STATE(1295), 1, - sym_enum_variant_list, - STATE(2692), 1, - sym_type_parameters, - STATE(3084), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5354), 1, + anon_sym_SEMI, + STATE(1222), 1, + sym_declaration_list, + STATE(2921), 1, sym_where_clause, STATE(2372), 2, sym_line_comment, sym_block_comment, - [74539] = 9, + [74848] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5353), 1, - anon_sym_GT, - ACTIONS(5355), 1, - anon_sym_COMMA, - STATE(2933), 1, - sym_trait_bounds, - STATE(2934), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5356), 1, + anon_sym_SEMI, + STATE(1224), 1, + sym_declaration_list, + STATE(2922), 1, + sym_where_clause, STATE(2373), 2, sym_line_comment, sym_block_comment, - [74568] = 9, + [74877] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5357), 1, + ACTIONS(5358), 1, anon_sym_SEMI, - STATE(767), 1, + STATE(1258), 1, sym_declaration_list, - STATE(2775), 1, + STATE(2925), 1, sym_where_clause, STATE(2374), 2, sym_line_comment, sym_block_comment, - [74597] = 8, + [74906] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5359), 1, - anon_sym_if, - STATE(3656), 1, - sym_label, - STATE(474), 2, - sym_if_expression, - sym_block, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5360), 1, + anon_sym_SEMI, + STATE(1260), 1, + sym_declaration_list, + STATE(2926), 1, + sym_where_clause, STATE(2375), 2, sym_line_comment, sym_block_comment, - [74624] = 9, + [74935] = 5, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4673), 1, + anon_sym_DOT_DOT, + STATE(2376), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(4671), 5, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + anon_sym_if, + [74956] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, + ACTIONS(5074), 1, anon_sym_COLON, - ACTIONS(5291), 1, + ACTIONS(5308), 1, anon_sym_PLUS, - ACTIONS(5361), 1, + ACTIONS(5362), 1, anon_sym_GT, - ACTIONS(5363), 1, + ACTIONS(5364), 1, anon_sym_COMMA, - STATE(2787), 1, + STATE(2959), 1, sym_trait_bounds, - STATE(2788), 1, + STATE(2960), 1, aux_sym_type_arguments_repeat1, - STATE(2376), 2, + STATE(2377), 2, sym_line_comment, sym_block_comment, - [74653] = 9, + [74985] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, + ACTIONS(3144), 1, anon_sym_PLUS, - ACTIONS(5053), 1, + ACTIONS(5074), 1, anon_sym_COLON, - ACTIONS(5361), 1, + ACTIONS(5362), 1, anon_sym_GT, - ACTIONS(5363), 1, + ACTIONS(5364), 1, anon_sym_COMMA, - STATE(2787), 1, + STATE(2959), 1, sym_trait_bounds, - STATE(2788), 1, + STATE(2960), 1, aux_sym_type_arguments_repeat1, - STATE(2377), 2, + STATE(2378), 2, sym_line_comment, sym_block_comment, - [74682] = 9, + [75014] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5365), 1, + ACTIONS(5366), 1, anon_sym_SEMI, - STATE(748), 1, + STATE(521), 1, sym_declaration_list, - STATE(2956), 1, + STATE(3082), 1, sym_where_clause, - STATE(2378), 2, + STATE(2379), 2, sym_line_comment, sym_block_comment, - [74711] = 5, + [75043] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4682), 1, - anon_sym_DOT_DOT, - STATE(2379), 2, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5368), 1, + anon_sym_SEMI, + STATE(528), 1, + sym_declaration_list, + STATE(3086), 1, + sym_where_clause, + STATE(2380), 2, sym_line_comment, sym_block_comment, - ACTIONS(4680), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + [75072] = 8, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5370), 1, anon_sym_if, - [74732] = 9, + STATE(3672), 1, + sym_label, + STATE(485), 2, + sym_if_expression, + sym_block, + STATE(2381), 2, + sym_line_comment, + sym_block_comment, + [75099] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5074), 1, anon_sym_COLON, - ACTIONS(5291), 1, - anon_sym_PLUS, - ACTIONS(5367), 1, - anon_sym_GT, - ACTIONS(5369), 1, - anon_sym_COMMA, - STATE(2977), 1, + ACTIONS(5372), 1, + anon_sym_SEMI, + ACTIONS(5374), 1, + anon_sym_EQ, + STATE(2828), 1, sym_trait_bounds, - STATE(2978), 1, - aux_sym_type_arguments_repeat1, - STATE(2380), 2, + STATE(3454), 1, + sym_where_clause, + STATE(2382), 2, sym_line_comment, sym_block_comment, - [74761] = 9, + [75128] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, - anon_sym_PLUS, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5367), 1, + ACTIONS(4632), 1, + anon_sym_COLON_COLON, + ACTIONS(5376), 1, anon_sym_GT, - ACTIONS(5369), 1, + ACTIONS(5378), 1, anon_sym_COMMA, - STATE(2977), 1, - sym_trait_bounds, - STATE(2978), 1, - aux_sym_type_arguments_repeat1, - STATE(2381), 2, + STATE(2985), 1, + aux_sym_type_parameters_repeat1, + ACTIONS(3365), 2, + anon_sym_PLUS, + anon_sym_as, + STATE(2383), 2, sym_line_comment, sym_block_comment, - [74790] = 8, + [75155] = 8, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5371), 1, + ACTIONS(5380), 1, anon_sym_if, - STATE(3657), 1, + STATE(3541), 1, sym_label, - STATE(1813), 2, + STATE(408), 2, sym_if_expression, sym_block, - STATE(2382), 2, + STATE(2384), 2, sym_line_comment, sym_block_comment, - [74817] = 6, + [75182] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4671), 1, - anon_sym_DOT_DOT, - ACTIONS(4673), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - STATE(2383), 2, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5308), 1, + anon_sym_PLUS, + ACTIONS(5382), 1, + anon_sym_GT, + ACTIONS(5384), 1, + anon_sym_COMMA, + STATE(2989), 1, + sym_trait_bounds, + STATE(2990), 1, + aux_sym_type_arguments_repeat1, + STATE(2385), 2, sym_line_comment, sym_block_comment, - ACTIONS(4517), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [74840] = 7, + [75211] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5171), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5235), 2, - anon_sym_RPAREN, + ACTIONS(3144), 1, + anon_sym_PLUS, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5382), 1, + anon_sym_GT, + ACTIONS(5384), 1, anon_sym_COMMA, - STATE(2384), 2, + STATE(2989), 1, + sym_trait_bounds, + STATE(2990), 1, + aux_sym_type_arguments_repeat1, + STATE(2386), 2, sym_line_comment, sym_block_comment, - [74865] = 9, + [75240] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5386), 1, + anon_sym_if, + STATE(3673), 1, + sym_label, + STATE(1742), 2, + sym_if_expression, + sym_block, + STATE(2387), 2, + sym_line_comment, + sym_block_comment, + [75267] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5373), 1, + ACTIONS(5388), 1, anon_sym_SEMI, - STATE(765), 1, + STATE(618), 1, sym_declaration_list, - STATE(3026), 1, + STATE(2820), 1, sym_where_clause, - STATE(2385), 2, + STATE(2388), 2, sym_line_comment, sym_block_comment, - [74894] = 9, + [75296] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5375), 1, + ACTIONS(5390), 1, anon_sym_SEMI, - STATE(493), 1, + STATE(523), 1, sym_declaration_list, - STATE(3031), 1, + STATE(3010), 1, sym_where_clause, - STATE(2386), 2, + STATE(2389), 2, sym_line_comment, sym_block_comment, - [74923] = 7, + [75325] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5171), 1, + ACTIONS(4626), 1, anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5377), 2, + ACTIONS(5018), 1, + anon_sym_for, + STATE(2390), 2, + sym_line_comment, + sym_block_comment, + ACTIONS(3365), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [75348] = 6, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3656), 2, + anon_sym_PLUS, + anon_sym_DASH_GT, + ACTIONS(4895), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5392), 2, anon_sym_RPAREN, anon_sym_COMMA, - STATE(2387), 2, + STATE(2391), 2, sym_line_comment, sym_block_comment, - [74948] = 4, + [75371] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2388), 2, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5395), 1, + anon_sym_SEMI, + STATE(624), 1, + sym_declaration_list, + STATE(2832), 1, + sym_where_clause, + STATE(2392), 2, sym_line_comment, sym_block_comment, - ACTIONS(4935), 6, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_LBRACE, - anon_sym_RBRACE, - [74967] = 5, + [75400] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4796), 2, - anon_sym_COLON, - anon_sym_PIPE, - STATE(2389), 2, + STATE(2393), 2, sym_line_comment, sym_block_comment, - ACTIONS(3515), 4, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - anon_sym_DASH_GT, - [74988] = 9, + ACTIONS(3447), 6, + anon_sym_async, + anon_sym_const, + anon_sym_default, + anon_sym_fn, + anon_sym_unsafe, + anon_sym_extern, + [75419] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5397), 1, + anon_sym_SEMI, + STATE(576), 1, + sym_declaration_list, + STATE(2976), 1, + sym_where_clause, + STATE(2394), 2, + sym_line_comment, + sym_block_comment, + [75448] = 9, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5379), 1, + ACTIONS(5399), 1, anon_sym_SEMI, - STATE(497), 1, + STATE(579), 1, sym_declaration_list, - STATE(3049), 1, + STATE(2992), 1, sym_where_clause, - STATE(2390), 2, + STATE(2395), 2, sym_line_comment, sym_block_comment, - [75017] = 9, + [75477] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5381), 1, + ACTIONS(5401), 1, anon_sym_SEMI, - STATE(499), 1, + STATE(581), 1, sym_declaration_list, - STATE(3055), 1, + STATE(3030), 1, sym_where_clause, - STATE(2391), 2, + STATE(2396), 2, sym_line_comment, sym_block_comment, - [75046] = 5, + [75506] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4648), 1, - anon_sym_DOT_DOT, - STATE(2392), 2, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5403), 1, + anon_sym_SEMI, + STATE(583), 1, + sym_declaration_list, + STATE(2798), 1, + sym_where_clause, + STATE(2397), 2, sym_line_comment, sym_block_comment, - ACTIONS(4646), 5, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - anon_sym_if, - [75067] = 8, + [75535] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4640), 1, - anon_sym_COLON_COLON, - ACTIONS(5383), 1, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5308), 1, + anon_sym_PLUS, + ACTIONS(5405), 1, anon_sym_GT, - ACTIONS(5385), 1, + ACTIONS(5407), 1, anon_sym_COMMA, - STATE(2928), 1, - aux_sym_type_parameters_repeat1, - ACTIONS(3337), 2, - anon_sym_PLUS, - anon_sym_as, - STATE(2393), 2, + STATE(2892), 1, + sym_trait_bounds, + STATE(2896), 1, + aux_sym_type_arguments_repeat1, + STATE(2398), 2, sym_line_comment, sym_block_comment, - [75094] = 4, + [75564] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2394), 2, + ACTIONS(3144), 1, + anon_sym_PLUS, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5405), 1, + anon_sym_GT, + ACTIONS(5407), 1, + anon_sym_COMMA, + STATE(2892), 1, + sym_trait_bounds, + STATE(2896), 1, + aux_sym_type_arguments_repeat1, + STATE(2399), 2, sym_line_comment, sym_block_comment, - ACTIONS(3420), 6, - anon_sym_async, - anon_sym_const, - anon_sym_default, - anon_sym_fn, - anon_sym_unsafe, - anon_sym_extern, - [75113] = 5, + [75593] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(973), 1, + ACTIONS(1013), 1, anon_sym_DOT_DOT, - STATE(2395), 2, + STATE(2400), 2, sym_line_comment, sym_block_comment, - ACTIONS(975), 5, + ACTIONS(1015), 5, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_if, - [75134] = 5, + [75614] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(901), 1, + ACTIONS(985), 1, anon_sym_DOT_DOT, - STATE(2396), 2, + STATE(2401), 2, sym_line_comment, sym_block_comment, - ACTIONS(903), 5, + ACTIONS(987), 5, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_if, - [75155] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4922), 1, - anon_sym_LBRACE, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - STATE(654), 1, - sym_field_declaration_list, - STATE(2609), 1, - sym_type_parameters, - STATE(3196), 1, - sym_where_clause, - STATE(2397), 2, - sym_line_comment, - sym_block_comment, - [75184] = 5, + [75635] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(977), 1, + ACTIONS(919), 1, anon_sym_DOT_DOT, - STATE(2398), 2, + STATE(2402), 2, sym_line_comment, sym_block_comment, - ACTIONS(979), 5, + ACTIONS(921), 5, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_if, - [75205] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5387), 1, - anon_sym_SEMI, - STATE(671), 1, - sym_declaration_list, - STATE(2806), 1, - sym_where_clause, - STATE(2399), 2, - sym_line_comment, - sym_block_comment, - [75234] = 5, + [75656] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(981), 1, + ACTIONS(929), 1, anon_sym_DOT_DOT, - STATE(2400), 2, + STATE(2403), 2, sym_line_comment, sym_block_comment, - ACTIONS(983), 5, + ACTIONS(931), 5, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_DOT_DOT_DOT, anon_sym_DOT_DOT_EQ, anon_sym_if, - [75255] = 6, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(4993), 1, - anon_sym_for, - STATE(2401), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3337), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [75278] = 9, + [75677] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5389), 1, - anon_sym_SEMI, - STATE(608), 1, - sym_declaration_list, - STATE(2804), 1, - sym_where_clause, - STATE(2402), 2, - sym_line_comment, - sym_block_comment, - [75307] = 9, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5053), 1, + ACTIONS(5074), 1, anon_sym_COLON, - STATE(676), 1, + STATE(757), 1, sym_declaration_list, - STATE(2528), 1, + STATE(2723), 1, sym_trait_bounds, - STATE(3314), 1, + STATE(3280), 1, sym_where_clause, - STATE(2403), 2, + STATE(2404), 2, sym_line_comment, sym_block_comment, - [75336] = 7, + [75706] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5175), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5235), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2404), 2, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5302), 1, + anon_sym_LBRACE, + STATE(1321), 1, + sym_enum_variant_list, + STATE(2569), 1, + sym_type_parameters, + STATE(3352), 1, + sym_where_clause, + STATE(2405), 2, sym_line_comment, sym_block_comment, - [75361] = 9, + [75735] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5391), 1, + ACTIONS(5409), 1, anon_sym_SEMI, - STATE(610), 1, + STATE(1325), 1, sym_declaration_list, - STATE(2811), 1, + STATE(3084), 1, sym_where_clause, - STATE(2405), 2, + STATE(2406), 2, sym_line_comment, sym_block_comment, - [75390] = 9, + [75764] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, + ACTIONS(4941), 1, anon_sym_LT, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5269), 1, + ACTIONS(4953), 1, anon_sym_LBRACE, - STATE(741), 1, - sym_enum_variant_list, - STATE(2718), 1, + STATE(1335), 1, + sym_field_declaration_list, + STATE(2585), 1, sym_type_parameters, - STATE(3313), 1, + STATE(3193), 1, sym_where_clause, - STATE(2406), 2, - sym_line_comment, - sym_block_comment, - [75419] = 7, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5175), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, - ACTIONS(5377), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(2407), 2, sym_line_comment, sym_block_comment, - [75444] = 9, + [75793] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(3504), 2, anon_sym_PLUS, - ACTIONS(5393), 1, - anon_sym_SEMI, - STATE(713), 1, - sym_declaration_list, - STATE(2941), 1, - sym_where_clause, + anon_sym_DASH_GT, + ACTIONS(4907), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5411), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2408), 2, sym_line_comment, sym_block_comment, - [75473] = 9, + [75816] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, - anon_sym_LBRACE, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(4926), 1, - anon_sym_where, - STATE(746), 1, - sym_field_declaration_list, - STATE(2735), 1, - sym_type_parameters, - STATE(3327), 1, - sym_where_clause, + ACTIONS(5392), 1, + anon_sym_RBRACK, + ACTIONS(4895), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2409), 2, sym_line_comment, sym_block_comment, - [75502] = 6, + ACTIONS(3656), 3, + anon_sym_SEMI, + anon_sym_PLUS, + anon_sym_DASH_GT, + [75839] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5286), 1, anon_sym_COLON_COLON, - ACTIONS(4985), 1, - anon_sym_for, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5202), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2410), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [75525] = 6, + [75864] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3515), 2, - anon_sym_PLUS, - anon_sym_DASH_GT, - ACTIONS(4796), 2, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5074), 1, anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5310), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + STATE(539), 1, + sym_declaration_list, + STATE(2744), 1, + sym_trait_bounds, + STATE(3313), 1, + sym_where_clause, STATE(2411), 2, sym_line_comment, sym_block_comment, - [75548] = 9, + [75893] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5395), 1, - anon_sym_SEMI, - STATE(552), 1, - sym_declaration_list, - STATE(2913), 1, - sym_where_clause, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5286), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, + ACTIONS(5332), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2412), 2, sym_line_comment, sym_block_comment, - [75577] = 9, + [75918] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5397), 1, - anon_sym_SEMI, - STATE(554), 1, - sym_declaration_list, - STATE(2917), 1, - sym_where_clause, + ACTIONS(5044), 1, + sym_identifier, + ACTIONS(5048), 1, + anon_sym_DOT_DOT, + ACTIONS(5052), 1, + anon_sym_ref, + ACTIONS(5054), 1, + sym_mutable_specifier, STATE(2413), 2, sym_line_comment, sym_block_comment, - [75606] = 6, + STATE(3108), 2, + sym_field_pattern, + sym_remaining_field_pattern, + [75945] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(5005), 1, - anon_sym_for, + ACTIONS(4907), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2414), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, - anon_sym_SEMI, - anon_sym_LBRACE, + ACTIONS(3504), 4, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_where, - [75629] = 6, + anon_sym_COMMA, + anon_sym_DASH_GT, + [75966] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(5007), 1, - anon_sym_for, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5414), 1, + anon_sym_SEMI, + ACTIONS(5416), 1, + anon_sym_EQ, + STATE(3056), 1, + sym_trait_bounds, + STATE(3533), 1, + sym_where_clause, STATE(2415), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [75652] = 6, + [75995] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(5009), 1, - anon_sym_for, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5418), 1, + anon_sym_SEMI, + STATE(653), 1, + sym_declaration_list, + STATE(2943), 1, + sym_where_clause, STATE(2416), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PLUS, - anon_sym_where, - [75675] = 6, + [76024] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, + ACTIONS(4626), 1, anon_sym_COLON_COLON, - ACTIONS(5011), 1, + ACTIONS(5014), 1, anon_sym_for, STATE(2417), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 4, + ACTIONS(3365), 4, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_PLUS, anon_sym_where, - [75698] = 9, + [76047] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5291), 1, - anon_sym_PLUS, - ACTIONS(5353), 1, - anon_sym_GT, - ACTIONS(5355), 1, + ACTIONS(5411), 1, + anon_sym_RBRACK, + ACTIONS(4907), 2, + anon_sym_PIPE, anon_sym_COMMA, - STATE(2933), 1, - sym_trait_bounds, - STATE(2934), 1, - aux_sym_type_arguments_repeat1, STATE(2418), 2, sym_line_comment, sym_block_comment, - [75727] = 7, + ACTIONS(3504), 3, + anon_sym_SEMI, + anon_sym_PLUS, + anon_sym_DASH_GT, + [76070] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1447), 1, - anon_sym_RPAREN, - ACTIONS(5399), 1, - anon_sym_COMMA, - STATE(3083), 1, - aux_sym_parameters_repeat1, - ACTIONS(4517), 2, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5074), 1, anon_sym_COLON, - anon_sym_PIPE, + STATE(658), 1, + sym_declaration_list, + STATE(2775), 1, + sym_trait_bounds, + STATE(3143), 1, + sym_where_clause, STATE(2419), 2, sym_line_comment, sym_block_comment, - [75751] = 8, + [76099] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5401), 1, - anon_sym_SEMI, - STATE(1193), 1, - sym_block, - STATE(3655), 1, - sym_label, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(5006), 1, + anon_sym_for, STATE(2420), 2, sym_line_comment, sym_block_comment, - [75777] = 4, + ACTIONS(3365), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [76122] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5420), 1, + anon_sym_SEMI, + STATE(549), 1, + sym_declaration_list, + STATE(3071), 1, + sym_where_clause, STATE(2421), 2, sym_line_comment, sym_block_comment, - ACTIONS(3635), 5, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [75795] = 8, + [76151] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5015), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(5403), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5422), 1, anon_sym_SEMI, - STATE(1203), 1, - sym_block, - STATE(3655), 1, - sym_label, + STATE(1361), 1, + sym_declaration_list, + STATE(2821), 1, + sym_where_clause, STATE(2422), 2, sym_line_comment, sym_block_comment, - [75821] = 8, + [76180] = 9, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5405), 1, - anon_sym_SEMI, - STATE(1207), 1, - sym_block, - STATE(3655), 1, - sym_label, + ACTIONS(5424), 1, + sym_identifier, + ACTIONS(5426), 1, + anon_sym_ref, + ACTIONS(5428), 1, + sym_mutable_specifier, + ACTIONS(5430), 1, + anon_sym_move, + STATE(224), 1, + sym_closure_parameters, STATE(2423), 2, sym_line_comment, sym_block_comment, - [75847] = 8, + [76209] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5407), 1, - anon_sym_SEMI, - STATE(576), 1, - sym_block, - STATE(3652), 1, - sym_label, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(4984), 1, + anon_sym_for, STATE(2424), 2, sym_line_comment, sym_block_comment, - [75873] = 8, + ACTIONS(3365), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [76232] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5409), 1, - anon_sym_SEMI, - STATE(1211), 1, - sym_block, - STATE(3655), 1, - sym_label, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(5016), 1, + anon_sym_for, STATE(2425), 2, sym_line_comment, sym_block_comment, - [75899] = 8, + ACTIONS(3365), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [76255] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5411), 1, - anon_sym_SEMI, - STATE(642), 1, - sym_block, - STATE(3652), 1, - sym_label, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(5020), 1, + anon_sym_for, STATE(2426), 2, sym_line_comment, sym_block_comment, - [75925] = 8, + ACTIONS(3365), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PLUS, + anon_sym_where, + [76278] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5413), 1, - anon_sym_move, - STATE(1711), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(1371), 1, + sym_declaration_list, + STATE(2731), 1, + sym_trait_bounds, + STATE(3267), 1, + sym_where_clause, STATE(2427), 2, sym_line_comment, sym_block_comment, - [75951] = 8, + [76307] = 9, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, + ACTIONS(4939), 1, anon_sym_LBRACE, - ACTIONS(5415), 1, - anon_sym_SEMI, - STATE(764), 1, - sym_block, - STATE(3652), 1, - sym_label, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(4943), 1, + anon_sym_where, + STATE(679), 1, + sym_field_declaration_list, + STATE(2767), 1, + sym_type_parameters, + STATE(3347), 1, + sym_where_clause, STATE(2428), 2, sym_line_comment, sym_block_comment, - [75977] = 5, + [76336] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4862), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2429), 2, sym_line_comment, sym_block_comment, - ACTIONS(3783), 3, - anon_sym_RPAREN, - anon_sym_PLUS, + ACTIONS(5432), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, anon_sym_COMMA, - [75997] = 8, + anon_sym_where, + [76354] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3003), 1, - anon_sym_POUND, - ACTIONS(5417), 1, - sym_identifier, - ACTIONS(5419), 1, - sym_integer_literal, - STATE(1064), 1, - aux_sym_enum_variant_list_repeat1, - STATE(1403), 1, - sym_attribute_item, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5206), 1, + anon_sym_COLON_COLON, + ACTIONS(5236), 1, + anon_sym_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2430), 2, sym_line_comment, sym_block_comment, - [76023] = 8, + [76378] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5421), 1, + ACTIONS(5434), 1, + anon_sym_RBRACK, + ACTIONS(3365), 2, anon_sym_SEMI, - STATE(634), 1, - sym_block, - STATE(3652), 1, - sym_label, + anon_sym_PLUS, + ACTIONS(4544), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2431), 2, sym_line_comment, sym_block_comment, - [76049] = 4, + [76400] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3020), 1, + anon_sym_POUND, + ACTIONS(5437), 1, + sym_identifier, + ACTIONS(5439), 1, + sym_integer_literal, + STATE(1059), 1, + aux_sym_enum_variant_list_repeat1, + STATE(1482), 1, + sym_attribute_item, STATE(2432), 2, sym_line_comment, sym_block_comment, - ACTIONS(3265), 5, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - anon_sym_as, - [76067] = 8, + [76426] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4533), 1, - anon_sym_COLON_COLON, - STATE(1605), 1, - sym_parameters, - STATE(1967), 1, - sym_type_arguments, + ACTIONS(5441), 1, + anon_sym_SEMI, + ACTIONS(5443), 1, + anon_sym_COLON, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5447), 1, + anon_sym_EQ, + ACTIONS(5449), 1, + anon_sym_else, STATE(2433), 2, sym_line_comment, sym_block_comment, - [76093] = 8, + [76452] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5023), 1, - anon_sym_PLUS, - STATE(1682), 1, - sym_block, - STATE(3657), 1, - sym_label, STATE(2434), 2, sym_line_comment, sym_block_comment, - [76119] = 8, + ACTIONS(5451), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [76470] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5423), 1, - anon_sym_SEMI, - ACTIONS(5425), 1, - anon_sym_COLON, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5429), 1, - anon_sym_EQ, - ACTIONS(5431), 1, - anon_sym_else, + ACTIONS(3842), 2, + anon_sym_LPAREN, + anon_sym_COLON_COLON, STATE(2435), 2, sym_line_comment, sym_block_comment, - [76145] = 8, + ACTIONS(4729), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [76490] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5353), 1, - anon_sym_GT, - ACTIONS(5355), 1, - anon_sym_COMMA, - STATE(2933), 1, - sym_trait_bounds, - STATE(2934), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3310), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4542), 1, + anon_sym_COLON_COLON, + STATE(1352), 1, + sym_parameters, + STATE(1974), 1, + sym_type_arguments, STATE(2436), 2, sym_line_comment, sym_block_comment, - [76171] = 7, + [76516] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5169), 1, - anon_sym_COLON, - ACTIONS(5239), 1, + ACTIONS(3888), 2, + anon_sym_LPAREN, anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, STATE(2437), 2, sym_line_comment, sym_block_comment, - [76195] = 7, + ACTIONS(4729), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [76536] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5291), 1, - anon_sym_PLUS, - STATE(3275), 1, - sym_trait_bounds, - ACTIONS(5433), 2, - anon_sym_GT, + ACTIONS(5453), 1, + anon_sym_RPAREN, + ACTIONS(5455), 1, anon_sym_COMMA, + STATE(3007), 1, + aux_sym_parameters_repeat1, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2438), 2, sym_line_comment, sym_block_comment, - [76219] = 7, + [76560] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5435), 1, - anon_sym_RPAREN, - ACTIONS(5437), 1, - anon_sym_COMMA, - STATE(2936), 1, - aux_sym_parameters_repeat1, - ACTIONS(4517), 2, + ACTIONS(4859), 2, anon_sym_COLON, anon_sym_PIPE, STATE(2439), 2, sym_line_comment, sym_block_comment, - [76243] = 7, + ACTIONS(3768), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [76580] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, - anon_sym_PLUS, - ACTIONS(5053), 1, + ACTIONS(4843), 1, + anon_sym_PIPE, + ACTIONS(5457), 1, + anon_sym_SEMI, + ACTIONS(5459), 1, anon_sym_COLON, - STATE(3275), 1, - sym_trait_bounds, - ACTIONS(5433), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5461), 1, + anon_sym_EQ, + ACTIONS(5463), 1, + anon_sym_else, STATE(2440), 2, sym_line_comment, sym_block_comment, - [76267] = 8, + [76606] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4533), 1, - anon_sym_COLON_COLON, - STATE(1239), 1, - sym_parameters, - STATE(1967), 1, - sym_type_arguments, STATE(2441), 2, sym_line_comment, sym_block_comment, - [76293] = 8, + ACTIONS(5465), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [76624] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4533), 1, - anon_sym_COLON_COLON, - STATE(1967), 1, - sym_type_arguments, - STATE(1987), 1, - sym_parameters, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5467), 1, + anon_sym_SEMI, + STATE(511), 1, + sym_block, + STATE(3668), 1, + sym_label, STATE(2442), 2, sym_line_comment, sym_block_comment, - [76319] = 4, + [76650] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5469), 1, + anon_sym_RBRACK, + ACTIONS(3768), 2, + anon_sym_SEMI, + anon_sym_PLUS, + ACTIONS(4859), 2, + anon_sym_PIPE, + anon_sym_COMMA, STATE(2443), 2, sym_line_comment, sym_block_comment, - ACTIONS(5439), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [76337] = 8, + [76672] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5441), 1, - anon_sym_SEMI, - STATE(492), 1, - sym_block, - STATE(3652), 1, - sym_label, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4542), 1, + anon_sym_COLON_COLON, + STATE(1974), 1, + sym_type_arguments, + STATE(1988), 1, + sym_parameters, STATE(2444), 2, sym_line_comment, sym_block_comment, - [76363] = 8, + [76698] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5443), 1, - anon_sym_SEMI, - ACTIONS(5445), 1, - anon_sym_COLON, - ACTIONS(5447), 1, - anon_sym_EQ, - ACTIONS(5449), 1, - anon_sym_else, STATE(2445), 2, sym_line_comment, sym_block_comment, - [76389] = 8, + ACTIONS(5472), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [76716] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5451), 1, - sym_identifier, - ACTIONS(5453), 1, - anon_sym_GT, - ACTIONS(5455), 1, - anon_sym_COMMA, - STATE(2945), 1, - sym_lifetime, + ACTIONS(5060), 1, + anon_sym_PLUS, + STATE(1822), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2446), 2, sym_line_comment, sym_block_comment, - [76415] = 7, + [76742] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1493), 1, + ACTIONS(5474), 1, anon_sym_RPAREN, - ACTIONS(5457), 1, + ACTIONS(5477), 1, anon_sym_COMMA, - STATE(2865), 1, + STATE(3007), 1, aux_sym_parameters_repeat1, - ACTIONS(4517), 2, + ACTIONS(4544), 2, anon_sym_COLON, anon_sym_PIPE, STATE(2447), 2, sym_line_comment, sym_block_comment, - [76439] = 8, + [76766] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5459), 1, - sym_identifier, - ACTIONS(5461), 1, - anon_sym_GT, - ACTIONS(5463), 1, + ACTIONS(3365), 1, + anon_sym_PLUS, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5434), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2867), 1, - sym_lifetime, STATE(2448), 2, sym_line_comment, sym_block_comment, - [76465] = 8, + [76788] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5465), 1, - anon_sym_SEMI, - STATE(1359), 1, - sym_block, - STATE(3655), 1, - sym_label, + ACTIONS(1413), 1, + anon_sym_RPAREN, + ACTIONS(5480), 1, + anon_sym_COMMA, + STATE(2882), 1, + aux_sym_parameters_repeat1, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2449), 2, sym_line_comment, sym_block_comment, - [76491] = 4, + [76812] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(3038), 1, + aux_sym_for_lifetimes_repeat1, + STATE(3188), 1, + sym_trait_bounds, + ACTIONS(5482), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2450), 2, sym_line_comment, sym_block_comment, - ACTIONS(5467), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [76509] = 8, + [76836] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, + ACTIONS(5074), 1, anon_sym_COLON, - ACTIONS(5367), 1, + ACTIONS(5310), 1, anon_sym_GT, - ACTIONS(5369), 1, + ACTIONS(5312), 1, anon_sym_COMMA, - STATE(2977), 1, + STATE(2845), 1, sym_trait_bounds, - STATE(2978), 1, + STATE(2846), 1, aux_sym_type_arguments_repeat1, STATE(2451), 2, sym_line_comment, sym_block_comment, - [76535] = 6, + [76862] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5469), 1, - anon_sym_COMMA, - STATE(2493), 1, - aux_sym_where_clause_repeat1, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2452), 2, sym_line_comment, sym_block_comment, - ACTIONS(3464), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_SQUOTE, - [76557] = 8, + ACTIONS(3365), 3, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COMMA, + [76882] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5361), 1, - anon_sym_GT, - ACTIONS(5363), 1, - anon_sym_COMMA, - STATE(2787), 1, - sym_trait_bounds, - STATE(2788), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5484), 1, + anon_sym_SEMI, + STATE(767), 1, + sym_block, + STATE(3668), 1, + sym_label, STATE(2453), 2, sym_line_comment, sym_block_comment, - [76583] = 6, + [76908] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3337), 1, - anon_sym_PLUS, - ACTIONS(4517), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5471), 2, + ACTIONS(5486), 1, anon_sym_RPAREN, + ACTIONS(5488), 1, anon_sym_COMMA, + STATE(2854), 1, + aux_sym_parameters_repeat1, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2454), 2, sym_line_comment, sym_block_comment, - [76605] = 4, + [76932] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5490), 1, + sym_identifier, + ACTIONS(5492), 1, + anon_sym_GT, + ACTIONS(5494), 1, + anon_sym_COMMA, + STATE(2910), 1, + sym_lifetime, STATE(2455), 2, sym_line_comment, sym_block_comment, - ACTIONS(5474), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [76623] = 8, + [76958] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5476), 1, - anon_sym_SEMI, - STATE(593), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5060), 1, + anon_sym_PLUS, + STATE(1461), 1, sym_block, - STATE(3652), 1, + STATE(3622), 1, sym_label, STATE(2456), 2, sym_line_comment, sym_block_comment, - [76649] = 8, + [76984] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5021), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5478), 1, + ACTIONS(5496), 1, anon_sym_SEMI, - STATE(753), 1, + STATE(1094), 1, sym_block, - STATE(3652), 1, + STATE(3671), 1, sym_label, STATE(2457), 2, sym_line_comment, sym_block_comment, - [76675] = 8, + [77010] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4210), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5023), 1, - anon_sym_PLUS, - STATE(1490), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(5180), 1, + anon_sym_STAR, + STATE(3080), 1, + sym_use_list, + ACTIONS(5178), 2, + sym_identifier, + sym_super, STATE(2458), 2, sym_line_comment, sym_block_comment, - [76701] = 4, + [77034] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5060), 1, + anon_sym_PLUS, + STATE(1870), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2459), 2, sym_line_comment, sym_block_comment, - ACTIONS(5480), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [76719] = 8, + [77060] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5482), 1, - anon_sym_SEMI, - STATE(522), 1, - sym_block, - STATE(3652), 1, - sym_label, + ACTIONS(5498), 1, + anon_sym_STAR_SLASH, + ACTIONS(5500), 1, + sym__outer_block_doc_comment_marker, + ACTIONS(5502), 1, + sym__inner_block_doc_comment_marker, + ACTIONS(5504), 1, + sym__block_comment_content, + STATE(3228), 1, + sym__block_doc_comment_marker, STATE(2460), 2, sym_line_comment, sym_block_comment, - [76745] = 5, + [77086] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3913), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, STATE(2461), 2, sym_line_comment, sym_block_comment, - ACTIONS(4702), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [76765] = 4, + ACTIONS(3542), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [77104] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5308), 1, + anon_sym_PLUS, + STATE(3316), 1, + sym_trait_bounds, + ACTIONS(5506), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2462), 2, sym_line_comment, sym_block_comment, - ACTIONS(5484), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [76783] = 4, + [77128] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -175374,172 +175889,189 @@ static const uint16_t ts_small_parse_table[] = { STATE(2463), 2, sym_line_comment, sym_block_comment, - ACTIONS(5486), 5, + ACTIONS(5508), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [76801] = 4, + [77146] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3144), 1, + anon_sym_PLUS, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(3316), 1, + sym_trait_bounds, + ACTIONS(5506), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2464), 2, sym_line_comment, sym_block_comment, - ACTIONS(3575), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [76819] = 8, + [77170] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5023), 1, - anon_sym_PLUS, - STATE(1868), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(1393), 1, + anon_sym_RPAREN, + ACTIONS(5510), 1, + anon_sym_COMMA, + STATE(2887), 1, + aux_sym_parameters_repeat1, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2465), 2, sym_line_comment, sym_block_comment, - [76845] = 4, + [77194] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5512), 1, + sym_identifier, + ACTIONS(5514), 1, + anon_sym_GT, + ACTIONS(5516), 1, + anon_sym_COMMA, + STATE(2889), 1, + sym_lifetime, STATE(2466), 2, sym_line_comment, sym_block_comment, - ACTIONS(3621), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [76863] = 4, + [77220] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5518), 1, + anon_sym_SEMI, + STATE(1142), 1, + sym_block, + STATE(3671), 1, + sym_label, STATE(2467), 2, sym_line_comment, sym_block_comment, - ACTIONS(3475), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [76881] = 4, + [77246] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5520), 1, + anon_sym_COMMA, + STATE(2489), 1, + aux_sym_where_clause_repeat1, STATE(2468), 2, sym_line_comment, sym_block_comment, - ACTIONS(3485), 5, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_COLON_COLON, - anon_sym_if, - [76899] = 8, + ACTIONS(3403), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_SQUOTE, + [77268] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4858), 1, - anon_sym_PIPE, - ACTIONS(5488), 1, - anon_sym_SEMI, - ACTIONS(5490), 1, - anon_sym_COLON, - ACTIONS(5492), 1, - anon_sym_EQ, - ACTIONS(5494), 1, - anon_sym_else, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5060), 1, + anon_sym_PLUS, + STATE(1700), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2469), 2, sym_line_comment, sym_block_comment, - [76925] = 8, + [77294] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5021), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5496), 1, + ACTIONS(5522), 1, anon_sym_SEMI, - STATE(589), 1, + STATE(1176), 1, sym_block, - STATE(3652), 1, + STATE(3671), 1, sym_label, STATE(2470), 2, sym_line_comment, sym_block_comment, - [76951] = 8, + [77320] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5498), 1, - anon_sym_RPAREN, - ACTIONS(5500), 1, - anon_sym_COLON, - ACTIONS(5502), 1, - anon_sym_COMMA, - STATE(2802), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5524), 1, + anon_sym_SEMI, + STATE(702), 1, + sym_block, + STATE(3668), 1, + sym_label, STATE(2471), 2, sym_line_comment, sym_block_comment, - [76977] = 7, + [77346] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5237), 1, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5526), 1, + anon_sym_RPAREN, + ACTIONS(5528), 1, anon_sym_COLON, - ACTIONS(5239), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(5530), 1, + anon_sym_COMMA, + STATE(2906), 1, + aux_sym_slice_pattern_repeat1, STATE(2472), 2, sym_line_comment, sym_block_comment, - [77001] = 4, + [77372] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5532), 1, + anon_sym_SEMI, + STATE(1198), 1, + sym_block, + STATE(3671), 1, + sym_label, STATE(2473), 2, sym_line_comment, sym_block_comment, - ACTIONS(5504), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77019] = 4, + [77398] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -175547,776 +176079,770 @@ static const uint16_t ts_small_parse_table[] = { STATE(2474), 2, sym_line_comment, sym_block_comment, - ACTIONS(5506), 5, + ACTIONS(5534), 5, anon_sym_SEMI, anon_sym_RBRACE, anon_sym_EQ, anon_sym_COMMA, anon_sym_where, - [77037] = 8, + [77416] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5023), 1, - anon_sym_PLUS, - STATE(1463), 1, - sym_block, - STATE(3606), 1, - sym_label, STATE(2475), 2, sym_line_comment, sym_block_comment, - [77063] = 8, + ACTIONS(5536), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [77434] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4210), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5023), 1, - anon_sym_PLUS, - STATE(1434), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(5540), 1, + anon_sym_STAR, + STATE(3077), 1, + sym_use_list, + ACTIONS(5538), 2, + sym_identifier, + sym_super, STATE(2476), 2, sym_line_comment, sym_block_comment, - [77089] = 7, + [77458] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1475), 1, - anon_sym_RPAREN, - ACTIONS(5508), 1, - anon_sym_COMMA, - STATE(2975), 1, - aux_sym_parameters_repeat1, - ACTIONS(4517), 2, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5204), 1, anon_sym_COLON, - anon_sym_PIPE, + ACTIONS(5206), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2477), 2, sym_line_comment, sym_block_comment, - [77113] = 4, + [77482] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2478), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(5510), 5, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5542), 1, anon_sym_SEMI, - anon_sym_RBRACE, + ACTIONS(5544), 1, + anon_sym_COLON, + ACTIONS(5546), 1, anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77131] = 4, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - STATE(2479), 2, + ACTIONS(5548), 1, + anon_sym_else, + STATE(2478), 2, sym_line_comment, sym_block_comment, - ACTIONS(5512), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77149] = 4, + [77508] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2480), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(3555), 5, - anon_sym_SEMI, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5058), 1, anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ, - anon_sym_where, - [77167] = 5, - ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(3761), 2, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - STATE(2481), 2, + ACTIONS(5550), 1, + anon_sym_SEMI, + STATE(1227), 1, + sym_block, + STATE(3671), 1, + sym_label, + STATE(2479), 2, sym_line_comment, sym_block_comment, - ACTIONS(4702), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [77187] = 7, + [77534] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4686), 1, - anon_sym_EQ, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(2922), 1, - sym_trait_bounds, - ACTIONS(4688), 2, - anon_sym_GT, - anon_sym_COMMA, - STATE(2482), 2, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5552), 1, + anon_sym_SEMI, + STATE(1239), 1, + sym_block, + STATE(3671), 1, + sym_label, + STATE(2480), 2, sym_line_comment, sym_block_comment, - [77211] = 7, + [77560] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, + ACTIONS(3768), 1, anon_sym_PLUS, - ACTIONS(5053), 1, + ACTIONS(4859), 2, anon_sym_COLON, - STATE(3130), 1, - sym_trait_bounds, - ACTIONS(5514), 2, - anon_sym_GT, + anon_sym_PIPE, + ACTIONS(5469), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2483), 2, + STATE(2481), 2, sym_line_comment, sym_block_comment, - [77235] = 6, + [77582] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3783), 1, - anon_sym_PLUS, - ACTIONS(4862), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5516), 2, - anon_sym_RPAREN, - anon_sym_COMMA, - STATE(2484), 2, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5554), 1, + anon_sym_SEMI, + STATE(1244), 1, + sym_block, + STATE(3671), 1, + sym_label, + STATE(2482), 2, sym_line_comment, sym_block_comment, - [77257] = 8, + [77608] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4876), 1, - anon_sym_RPAREN, - ACTIONS(5519), 1, - anon_sym_COLON, - ACTIONS(5521), 1, - anon_sym_PIPE, - ACTIONS(5523), 1, - anon_sym_COMMA, - STATE(3057), 1, - aux_sym_closure_parameters_repeat1, - STATE(2485), 2, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5556), 1, + anon_sym_SEMI, + STATE(1268), 1, + sym_block, + STATE(3671), 1, + sym_label, + STATE(2483), 2, sym_line_comment, sym_block_comment, - [77283] = 8, + [77634] = 8, ACTIONS(103), 1, - anon_sym_SLASH_SLASH, - ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - ACTIONS(5293), 1, - anon_sym_GT, - ACTIONS(5295), 1, - anon_sym_COMMA, - STATE(2827), 1, - sym_trait_bounds, - STATE(2828), 1, - aux_sym_type_arguments_repeat1, - STATE(2486), 2, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5558), 1, + anon_sym_SEMI, + STATE(1274), 1, + sym_block, + STATE(3671), 1, + sym_label, + STATE(2484), 2, sym_line_comment, sym_block_comment, - [77309] = 7, + [77660] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5525), 1, - anon_sym_RPAREN, - ACTIONS(5527), 1, - anon_sym_COMMA, - STATE(2836), 1, - aux_sym_parameters_repeat1, - ACTIONS(4517), 2, - anon_sym_COLON, - anon_sym_PIPE, - STATE(2487), 2, + ACTIONS(5562), 1, + anon_sym_COLON_COLON, + ACTIONS(5564), 1, + anon_sym_as, + STATE(2485), 2, sym_line_comment, sym_block_comment, - [77333] = 8, + ACTIONS(5560), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [77682] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5015), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5529), 1, + ACTIONS(5566), 1, anon_sym_SEMI, - STATE(1114), 1, + STATE(1288), 1, sym_block, - STATE(3655), 1, + STATE(3671), 1, sym_label, - STATE(2488), 2, + STATE(2486), 2, sym_line_comment, sym_block_comment, - [77359] = 8, + [77708] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5015), 1, + ACTIONS(5058), 1, anon_sym_LBRACE, - ACTIONS(5531), 1, + ACTIONS(5568), 1, anon_sym_SEMI, - STATE(1306), 1, + STATE(1292), 1, sym_block, - STATE(3655), 1, + STATE(3671), 1, sym_label, - STATE(2489), 2, + STATE(2487), 2, sym_line_comment, sym_block_comment, - [77385] = 8, + [77734] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5533), 1, + ACTIONS(5570), 1, anon_sym_move, - STATE(1425), 1, + STATE(1694), 1, sym_block, - STATE(3606), 1, + STATE(3673), 1, sym_label, - STATE(2490), 2, + STATE(2488), 2, sym_line_comment, sym_block_comment, - [77411] = 4, + [77760] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2491), 2, + ACTIONS(5574), 1, + anon_sym_COMMA, + ACTIONS(5572), 3, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_SQUOTE, + STATE(2489), 3, sym_line_comment, sym_block_comment, - ACTIONS(5535), 5, - anon_sym_SEMI, - anon_sym_RBRACE, + aux_sym_where_clause_repeat1, + [77780] = 7, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(4693), 1, anon_sym_EQ, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(2983), 1, + sym_trait_bounds, + ACTIONS(4695), 2, + anon_sym_GT, anon_sym_COMMA, - anon_sym_where, - [77429] = 4, + STATE(2490), 2, + sym_line_comment, + sym_block_comment, + [77804] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2492), 2, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5577), 1, + anon_sym_SEMI, + STATE(506), 1, + sym_block, + STATE(3668), 1, + sym_label, + STATE(2491), 2, sym_line_comment, sym_block_comment, - ACTIONS(5537), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77447] = 5, + [77830] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5541), 1, - anon_sym_COMMA, - ACTIONS(5539), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_SQUOTE, - STATE(2493), 3, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4542), 1, + anon_sym_COLON_COLON, + ACTIONS(4691), 1, + anon_sym_COLON, + STATE(1974), 1, + sym_type_arguments, + STATE(2548), 1, + sym_trait_bounds, + STATE(2492), 2, sym_line_comment, sym_block_comment, - aux_sym_where_clause_repeat1, - [77467] = 4, + [77856] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2494), 2, + STATE(2493), 2, sym_line_comment, sym_block_comment, - ACTIONS(3573), 5, + ACTIONS(3560), 5, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COLON, anon_sym_EQ, anon_sym_where, - [77485] = 4, + [77874] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2495), 2, + ACTIONS(5581), 1, + anon_sym_COMMA, + STATE(2468), 1, + aux_sym_where_clause_repeat1, + STATE(2494), 2, sym_line_comment, sym_block_comment, - ACTIONS(5544), 5, + ACTIONS(5579), 3, anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77503] = 4, + anon_sym_LBRACE, + anon_sym_SQUOTE, + [77896] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(2496), 2, + ACTIONS(4042), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4542), 1, + anon_sym_COLON_COLON, + STATE(1615), 1, + sym_parameters, + STATE(1974), 1, + sym_type_arguments, + STATE(2495), 2, sym_line_comment, sym_block_comment, - ACTIONS(5546), 5, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_EQ, - anon_sym_COMMA, - anon_sym_where, - [77521] = 8, + [77922] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5023), 1, - anon_sym_PLUS, - STATE(1695), 1, + ACTIONS(5583), 1, + anon_sym_move, + STATE(490), 1, sym_block, - STATE(3657), 1, + STATE(3672), 1, sym_label, + STATE(2496), 2, + sym_line_comment, + sym_block_comment, + [77948] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, STATE(2497), 2, sym_line_comment, sym_block_comment, - [77547] = 8, + ACTIONS(3270), 5, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + anon_sym_as, + [77966] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5548), 1, - anon_sym_SEMI, - STATE(1144), 1, - sym_block, - STATE(3655), 1, - sym_label, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5362), 1, + anon_sym_GT, + ACTIONS(5364), 1, + anon_sym_COMMA, + STATE(2959), 1, + sym_trait_bounds, + STATE(2960), 1, + aux_sym_type_arguments_repeat1, STATE(2498), 2, sym_line_comment, sym_block_comment, - [77573] = 8, + [77992] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5550), 1, - anon_sym_SEMI, - STATE(546), 1, - sym_block, - STATE(3652), 1, - sym_label, + ACTIONS(5585), 1, + anon_sym_RPAREN, + ACTIONS(5587), 1, + anon_sym_COMMA, + STATE(2962), 1, + aux_sym_parameters_repeat1, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, STATE(2499), 2, sym_line_comment, sym_block_comment, - [77599] = 6, + [78016] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5471), 1, - anon_sym_RBRACK, - ACTIONS(3337), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4517), 2, - anon_sym_PIPE, - anon_sym_COMMA, STATE(2500), 2, sym_line_comment, sym_block_comment, - [77621] = 8, + ACTIONS(5589), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [78034] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5015), 1, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(5552), 1, + ACTIONS(5591), 1, anon_sym_SEMI, - STATE(1157), 1, + STATE(611), 1, sym_block, - STATE(3655), 1, + STATE(3668), 1, sym_label, STATE(2501), 2, sym_line_comment, sym_block_comment, - [77647] = 8, + [78060] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4533), 1, - anon_sym_COLON_COLON, - ACTIONS(4684), 1, + ACTIONS(1391), 1, + anon_sym_RPAREN, + ACTIONS(5593), 1, + anon_sym_COMMA, + STATE(2968), 1, + aux_sym_parameters_repeat1, + ACTIONS(4544), 2, anon_sym_COLON, - STATE(1967), 1, - sym_type_arguments, - STATE(2555), 1, - sym_trait_bounds, + anon_sym_PIPE, STATE(2502), 2, sym_line_comment, sym_block_comment, - [77673] = 8, + [78084] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3038), 1, anon_sym_SQUOTE, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5554), 1, - anon_sym_SEMI, - STATE(618), 1, - sym_block, - STATE(3652), 1, - sym_label, + ACTIONS(5595), 1, + sym_identifier, + ACTIONS(5597), 1, + anon_sym_GT, + ACTIONS(5599), 1, + anon_sym_COMMA, + STATE(2970), 1, + sym_lifetime, STATE(2503), 2, sym_line_comment, sym_block_comment, - [77699] = 7, + [78110] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5556), 1, + ACTIONS(4857), 1, anon_sym_RPAREN, - ACTIONS(5558), 1, - anon_sym_COMMA, - STATE(2938), 1, - aux_sym_parameters_repeat1, - ACTIONS(4517), 2, + ACTIONS(5601), 1, anon_sym_COLON, + ACTIONS(5603), 1, anon_sym_PIPE, + ACTIONS(5605), 1, + anon_sym_COMMA, + STATE(2848), 1, + aux_sym_closure_parameters_repeat1, STATE(2504), 2, sym_line_comment, sym_block_comment, - [77723] = 6, + [78136] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5562), 1, + ACTIONS(3144), 1, + anon_sym_PLUS, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(3188), 1, + sym_trait_bounds, + ACTIONS(5482), 2, + anon_sym_GT, anon_sym_COMMA, - STATE(2452), 1, - aux_sym_where_clause_repeat1, STATE(2505), 2, sym_line_comment, sym_block_comment, - ACTIONS(5560), 3, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_SQUOTE, - [77745] = 7, + [78160] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4193), 1, - anon_sym_LBRACE, - ACTIONS(5566), 1, - anon_sym_STAR, - STATE(3044), 1, - sym_use_list, - ACTIONS(5564), 2, - sym_identifier, - sym_super, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5382), 1, + anon_sym_GT, + ACTIONS(5384), 1, + anon_sym_COMMA, + STATE(2989), 1, + sym_trait_bounds, + STATE(2990), 1, + aux_sym_type_arguments_repeat1, STATE(2506), 2, sym_line_comment, sym_block_comment, - [77769] = 8, + [78186] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5015), 1, - anon_sym_LBRACE, - ACTIONS(5568), 1, - anon_sym_SEMI, - STATE(1162), 1, - sym_block, - STATE(3655), 1, - sym_label, STATE(2507), 2, sym_line_comment, sym_block_comment, - [77795] = 8, + ACTIONS(5607), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [78204] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4858), 1, - anon_sym_PIPE, - ACTIONS(5570), 1, - anon_sym_SEMI, - ACTIONS(5572), 1, - anon_sym_COLON, - ACTIONS(5574), 1, - anon_sym_EQ, - ACTIONS(5576), 1, - anon_sym_else, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5060), 1, + anon_sym_PLUS, + STATE(1466), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2508), 2, sym_line_comment, sym_block_comment, - [77821] = 7, + [78230] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5578), 1, - anon_sym_RPAREN, - ACTIONS(5581), 1, - anon_sym_COMMA, - STATE(2938), 1, - aux_sym_parameters_repeat1, - ACTIONS(4517), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2509), 2, sym_line_comment, sym_block_comment, - [77845] = 8, + ACTIONS(5609), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [78248] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5584), 1, - anon_sym_STAR_SLASH, - ACTIONS(5586), 1, - sym__outer_block_doc_comment_marker, - ACTIONS(5588), 1, - sym__inner_block_doc_comment_marker, - ACTIONS(5590), 1, - sym__block_comment_content, - STATE(3094), 1, - sym__block_doc_comment_marker, STATE(2510), 2, sym_line_comment, sym_block_comment, - [77871] = 6, + ACTIONS(5611), 5, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_EQ, + anon_sym_COMMA, + anon_sym_where, + [78266] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5594), 1, - anon_sym_COLON_COLON, - ACTIONS(5596), 1, - anon_sym_as, STATE(2511), 2, sym_line_comment, sym_block_comment, - ACTIONS(5592), 3, + ACTIONS(5613), 5, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_EQ, anon_sym_COMMA, - [77893] = 6, + anon_sym_where, + [78284] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5600), 1, - anon_sym_COLON_COLON, - ACTIONS(5602), 1, - anon_sym_as, STATE(2512), 2, sym_line_comment, sym_block_comment, - ACTIONS(5598), 3, + ACTIONS(5615), 5, anon_sym_SEMI, anon_sym_RBRACE, + anon_sym_EQ, anon_sym_COMMA, - [77915] = 8, + anon_sym_where, + [78302] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5604), 1, - anon_sym_move, - STATE(469), 1, - sym_block, - STATE(3656), 1, - sym_label, + ACTIONS(4843), 1, + anon_sym_PIPE, + ACTIONS(5617), 1, + anon_sym_SEMI, + ACTIONS(5619), 1, + anon_sym_COLON, + ACTIONS(5621), 1, + anon_sym_EQ, + ACTIONS(5623), 1, + anon_sym_else, STATE(2513), 2, sym_line_comment, sym_block_comment, - [77941] = 7, + [78328] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(3037), 1, - aux_sym_for_lifetimes_repeat1, - STATE(3130), 1, - sym_trait_bounds, - ACTIONS(5514), 2, - anon_sym_GT, - anon_sym_COMMA, STATE(2514), 2, sym_line_comment, sym_block_comment, - [77965] = 8, + ACTIONS(3500), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [78346] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5021), 1, - anon_sym_LBRACE, - ACTIONS(5606), 1, - anon_sym_SEMI, - STATE(624), 1, - sym_block, - STATE(3652), 1, - sym_label, STATE(2515), 2, sym_line_comment, sym_block_comment, - [77991] = 8, + ACTIONS(3640), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [78364] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5608), 1, - sym_identifier, - ACTIONS(5610), 1, - anon_sym_GT, - ACTIONS(5612), 1, - anon_sym_COMMA, - STATE(2992), 1, - sym_lifetime, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5625), 1, + anon_sym_SEMI, + STATE(586), 1, + sym_block, + STATE(3668), 1, + sym_label, STATE(2516), 2, sym_line_comment, sym_block_comment, - [78017] = 6, + [78390] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5602), 1, - anon_sym_as, - ACTIONS(5614), 1, - anon_sym_COLON_COLON, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5060), 1, + anon_sym_PLUS, + STATE(1396), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2517), 2, sym_line_comment, sym_block_comment, - ACTIONS(5598), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [78039] = 5, + [78416] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 2, - anon_sym_COLON, - anon_sym_PIPE, STATE(2518), 2, sym_line_comment, sym_block_comment, - ACTIONS(3337), 3, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COMMA, - [78059] = 6, + ACTIONS(3516), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [78434] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5516), 1, - anon_sym_RBRACK, - ACTIONS(3783), 2, - anon_sym_SEMI, - anon_sym_PLUS, - ACTIONS(4862), 2, - anon_sym_PIPE, - anon_sym_COMMA, STATE(2519), 2, sym_line_comment, sym_block_comment, - [78081] = 6, + ACTIONS(3524), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [78452] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5602), 1, - anon_sym_as, - ACTIONS(5616), 1, - anon_sym_COLON_COLON, STATE(2520), 2, sym_line_comment, sym_block_comment, - ACTIONS(5598), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [78103] = 4, + ACTIONS(3532), 5, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_COLON_COLON, + anon_sym_if, + [78470] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -176324,5761 +176850,5803 @@ static const uint16_t ts_small_parse_table[] = { STATE(2521), 2, sym_line_comment, sym_block_comment, - ACTIONS(3627), 5, + ACTIONS(5627), 5, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, + anon_sym_RBRACE, anon_sym_EQ, + anon_sym_COMMA, anon_sym_where, - [78121] = 7, + [78488] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4193), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5255), 1, - anon_sym_STAR, - STATE(3047), 1, - sym_use_list, - ACTIONS(5253), 2, - sym_identifier, - sym_super, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5629), 1, + anon_sym_move, + STATE(1380), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2522), 2, sym_line_comment, sym_block_comment, - [78145] = 8, + [78514] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5015), 1, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(5618), 1, + ACTIONS(5631), 1, anon_sym_SEMI, - STATE(1187), 1, + STATE(623), 1, sym_block, - STATE(3655), 1, + STATE(3668), 1, sym_label, STATE(2523), 2, sym_line_comment, sym_block_comment, - [78171] = 8, + [78540] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - ACTIONS(5015), 1, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(5620), 1, + ACTIONS(5633), 1, anon_sym_SEMI, - STATE(1091), 1, + STATE(501), 1, sym_block, - STATE(3655), 1, + STATE(3668), 1, sym_label, STATE(2524), 2, sym_line_comment, sym_block_comment, - [78197] = 7, + [78566] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5622), 1, - sym_identifier, - ACTIONS(5624), 1, - sym_super, - STATE(3445), 1, - sym_type_arguments, + ACTIONS(5074), 1, + anon_sym_COLON, + ACTIONS(5405), 1, + anon_sym_GT, + ACTIONS(5407), 1, + anon_sym_COMMA, + STATE(2892), 1, + sym_trait_bounds, + STATE(2896), 1, + aux_sym_type_arguments_repeat1, STATE(2525), 2, sym_line_comment, sym_block_comment, - [78220] = 5, + [78592] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5626), 1, - anon_sym_DQUOTE, - ACTIONS(5628), 2, - sym_string_content, - sym_escape_sequence, - STATE(2526), 3, + STATE(2526), 2, sym_line_comment, sym_block_comment, - aux_sym_string_literal_repeat1, - [78239] = 7, + ACTIONS(3662), 5, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ, + anon_sym_where, + [78610] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4161), 1, - anon_sym_COLON_COLON, - ACTIONS(4840), 1, - anon_sym_BANG, - STATE(1631), 1, - sym_type_arguments, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5635), 1, + anon_sym_SEMI, + STATE(749), 1, + sym_block, + STATE(3668), 1, + sym_label, STATE(2527), 2, sym_line_comment, sym_block_comment, - [78262] = 7, + [78636] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5066), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - STATE(517), 1, - sym_declaration_list, - STATE(3316), 1, - sym_where_clause, + ACTIONS(5637), 1, + anon_sym_SEMI, + STATE(505), 1, + sym_block, + STATE(3668), 1, + sym_label, STATE(2528), 2, sym_line_comment, sym_block_comment, - [78285] = 6, + [78662] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(3445), 1, - sym_type_arguments, - ACTIONS(5253), 2, - sym_identifier, - sym_super, + ACTIONS(5641), 1, + anon_sym_COLON_COLON, + ACTIONS(5643), 1, + anon_sym_as, STATE(2529), 2, sym_line_comment, sym_block_comment, - [78306] = 7, + ACTIONS(5639), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [78684] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5631), 1, - anon_sym_LBRACE, - ACTIONS(5633), 1, - anon_sym_for, - ACTIONS(5635), 1, - anon_sym_loop, - ACTIONS(5637), 1, - anon_sym_while, + ACTIONS(5564), 1, + anon_sym_as, + ACTIONS(5645), 1, + anon_sym_COLON_COLON, STATE(2530), 2, sym_line_comment, sym_block_comment, - [78329] = 7, + ACTIONS(5560), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [78706] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(478), 1, - sym_block, - STATE(3656), 1, - sym_label, + ACTIONS(5564), 1, + anon_sym_as, + ACTIONS(5647), 1, + anon_sym_COLON_COLON, STATE(2531), 2, sym_line_comment, sym_block_comment, - [78352] = 4, + ACTIONS(5560), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [78728] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5066), 1, + anon_sym_LBRACE, + ACTIONS(5649), 1, + anon_sym_SEMI, + STATE(640), 1, + sym_block, + STATE(3668), 1, + sym_label, STATE(2532), 2, sym_line_comment, sym_block_comment, - ACTIONS(5639), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SQUOTE, - [78369] = 7, + [78754] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5641), 1, - anon_sym_LPAREN, - ACTIONS(5643), 1, - anon_sym_LBRACK, - ACTIONS(5645), 1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + ACTIONS(5066), 1, anon_sym_LBRACE, - STATE(1973), 1, - sym_delim_token_tree, + ACTIONS(5651), 1, + anon_sym_SEMI, + STATE(745), 1, + sym_block, + STATE(3668), 1, + sym_label, STATE(2533), 2, sym_line_comment, sym_block_comment, - [78392] = 7, + [78780] = 8, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(480), 1, + ACTIONS(5058), 1, + anon_sym_LBRACE, + ACTIONS(5653), 1, + anon_sym_SEMI, + STATE(1284), 1, sym_block, - STATE(3656), 1, + STATE(3671), 1, sym_label, STATE(2534), 2, sym_line_comment, sym_block_comment, - [78415] = 7, + [78806] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(456), 1, + STATE(477), 1, sym_block, - STATE(3656), 1, + STATE(3672), 1, sym_label, STATE(2535), 2, sym_line_comment, sym_block_comment, - [78438] = 4, + [78829] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(3316), 1, + sym_trait_bounds, + ACTIONS(5506), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2536), 2, sym_line_comment, sym_block_comment, - ACTIONS(4361), 4, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_AMP_AMP, - anon_sym_SQUOTE, - [78455] = 7, + [78850] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - STATE(725), 1, - sym_declaration_list, - STATE(3236), 1, - sym_where_clause, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1443), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2537), 2, sym_line_comment, sym_block_comment, - [78478] = 7, - ACTIONS(103), 1, + [78873] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(483), 1, - sym_block, - STATE(3656), 1, - sym_label, + ACTIONS(5655), 1, + aux_sym_token_repetition_pattern_token1, STATE(2538), 2, sym_line_comment, sym_block_comment, - [78501] = 6, + ACTIONS(5657), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [78892] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, - anon_sym_SLASH_STAR, - ACTIONS(5647), 1, - anon_sym_DQUOTE, - STATE(2526), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + anon_sym_SLASH_STAR, STATE(2539), 2, sym_line_comment, sym_block_comment, - [78522] = 7, + ACTIONS(955), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [78909] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5641), 1, + ACTIONS(5659), 1, anon_sym_LPAREN, - ACTIONS(5643), 1, + ACTIONS(5661), 1, anon_sym_LBRACK, - ACTIONS(5645), 1, + ACTIONS(5663), 1, anon_sym_LBRACE, - STATE(1974), 1, - sym_delim_token_tree, + STATE(2630), 1, + sym_token_tree, STATE(2540), 2, sym_line_comment, sym_block_comment, - [78545] = 7, + [78932] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(5651), 1, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, sym_identifier, - ACTIONS(5653), 1, - sym_super, - STATE(1595), 1, - sym_type_arguments, + ACTIONS(5667), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2541), 2, sym_line_comment, sym_block_comment, - [78568] = 7, + [78955] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(5651), 1, - sym_identifier, - ACTIONS(5653), 1, - sym_super, - STATE(1564), 1, - sym_type_arguments, + ACTIONS(5669), 1, + anon_sym_COLON_COLON, STATE(2542), 2, sym_line_comment, sym_block_comment, - [78591] = 7, + ACTIONS(4807), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [78974] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1268), 1, - sym_field_declaration_list, - STATE(3300), 1, - sym_where_clause, + ACTIONS(1393), 1, + anon_sym_RPAREN, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5510), 1, + anon_sym_COMMA, + STATE(2887), 1, + aux_sym_parameters_repeat1, STATE(2543), 2, sym_line_comment, sym_block_comment, - [78614] = 7, + [78997] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5655), 1, - sym_identifier, - ACTIONS(5657), 1, - anon_sym_LT2, - ACTIONS(5659), 1, - sym_super, - STATE(2481), 1, - sym_type_arguments, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5671), 1, + anon_sym_RPAREN, + ACTIONS(5673), 1, + anon_sym_COMMA, + STATE(2806), 1, + aux_sym_tuple_type_repeat1, STATE(2544), 2, sym_line_comment, sym_block_comment, - [78637] = 7, + [79020] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5655), 1, - sym_identifier, - ACTIONS(5657), 1, - anon_sym_LT2, - ACTIONS(5659), 1, - sym_super, - STATE(2461), 1, - sym_type_arguments, STATE(2545), 2, sym_line_comment, sym_block_comment, - [78660] = 7, + ACTIONS(5675), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SQUOTE, + [79037] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5661), 1, - anon_sym_RPAREN, - ACTIONS(5663), 1, - anon_sym_COMMA, - STATE(2925), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(5677), 1, + anon_sym_COLON_COLON, STATE(2546), 2, sym_line_comment, sym_block_comment, - [78683] = 7, + ACTIONS(4807), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [79056] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5667), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + ACTIONS(5601), 1, + anon_sym_COLON, + ACTIONS(5603), 1, + anon_sym_PIPE, + ACTIONS(5605), 1, + anon_sym_COMMA, + STATE(2848), 1, + aux_sym_closure_parameters_repeat1, STATE(2547), 2, sym_line_comment, sym_block_comment, - [78706] = 7, + [79079] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5669), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, STATE(2548), 2, sym_line_comment, sym_block_comment, - [78729] = 7, + ACTIONS(5679), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SQUOTE, + [79096] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5671), 1, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, sym_identifier, - STATE(3566), 1, - sym_type_arguments, + ACTIONS(5681), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2549), 2, sym_line_comment, sym_block_comment, - [78752] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [79119] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(251), 1, - sym_block, - STATE(3499), 1, - sym_label, + ACTIONS(5683), 1, + anon_sym_COLON_COLON, STATE(2550), 2, sym_line_comment, sym_block_comment, - [78775] = 7, + ACTIONS(4807), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [79138] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(1607), 1, + ACTIONS(4941), 1, + anon_sym_LT, + STATE(2249), 1, sym_parameters, - STATE(1968), 1, - sym_type_arguments, + STATE(3237), 1, + sym_type_parameters, STATE(2551), 2, sym_line_comment, sym_block_comment, - [78798] = 7, + [79161] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5671), 1, - sym_identifier, - STATE(3445), 1, - sym_type_arguments, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5685), 1, + anon_sym_SEMI, + ACTIONS(5687), 1, + anon_sym_EQ, + ACTIONS(5689), 1, + anon_sym_else, STATE(2552), 2, sym_line_comment, sym_block_comment, - [78821] = 7, + [79184] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5673), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5206), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2553), 2, sym_line_comment, sym_block_comment, - [78844] = 5, + [79205] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5291), 1, - anon_sym_PLUS, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5691), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2554), 2, sym_line_comment, sym_block_comment, - ACTIONS(5675), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [78863] = 4, + [79224] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5693), 1, + anon_sym_SEMI, + STATE(3487), 1, + sym_where_clause, STATE(2555), 2, sym_line_comment, sym_block_comment, - ACTIONS(5677), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SQUOTE, - [78880] = 7, + [79247] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(488), 1, - sym_block, - STATE(3656), 1, - sym_label, + STATE(1171), 1, + sym_declaration_list, + STATE(3299), 1, + sym_where_clause, STATE(2556), 2, sym_line_comment, sym_block_comment, - [78903] = 7, + [79270] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5679), 1, - anon_sym_RPAREN, - ACTIONS(5681), 1, - anon_sym_COMMA, - STATE(2792), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3396), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2557), 2, sym_line_comment, sym_block_comment, - [78926] = 7, + [79293] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5683), 1, - anon_sym_SEMI, - STATE(3561), 1, - sym_where_clause, + ACTIONS(5695), 1, + anon_sym_DQUOTE, + STATE(2564), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2558), 2, sym_line_comment, sym_block_comment, - [78949] = 7, + [79314] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5685), 1, - anon_sym_RBRACK, - ACTIONS(5687), 1, - anon_sym_COMMA, - STATE(2794), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5699), 1, + anon_sym_SEMI, + STATE(3522), 1, + sym_where_clause, STATE(2559), 2, sym_line_comment, sym_block_comment, - [78972] = 7, + [79337] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - STATE(584), 1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1185), 1, sym_declaration_list, - STATE(3204), 1, + STATE(3323), 1, sym_where_clause, STATE(2560), 2, sym_line_comment, sym_block_comment, - [78995] = 7, + [79360] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5689), 1, - anon_sym_RPAREN, - ACTIONS(5691), 1, - anon_sym_COMMA, - STATE(3081), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5701), 1, + sym_identifier, + STATE(3563), 1, + sym_type_arguments, STATE(2561), 2, sym_line_comment, sym_block_comment, - [79018] = 7, + [79383] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 1, - anon_sym_LPAREN, - ACTIONS(5695), 1, - anon_sym_LBRACK, - ACTIONS(5697), 1, - anon_sym_LBRACE, - STATE(387), 1, - sym_delim_token_tree, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(399), 1, + sym_block, + STATE(3541), 1, + sym_label, STATE(2562), 2, sym_line_comment, sym_block_comment, - [79041] = 7, + [79406] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5435), 1, - anon_sym_RPAREN, - ACTIONS(5437), 1, - anon_sym_COMMA, - STATE(2936), 1, - aux_sym_parameters_repeat1, + ACTIONS(3318), 1, + anon_sym_LT2, + ACTIONS(3554), 1, + anon_sym_COLON_COLON, + ACTIONS(4881), 1, + anon_sym_BANG, + STATE(1308), 1, + sym_type_arguments, STATE(2563), 2, sym_line_comment, sym_block_comment, - [79064] = 7, + [79429] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1493), 1, - anon_sym_RPAREN, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5457), 1, - anon_sym_COMMA, - STATE(2865), 1, - aux_sym_parameters_repeat1, - STATE(2564), 2, + ACTIONS(5703), 1, + anon_sym_DQUOTE, + ACTIONS(5705), 2, + sym_string_content, + sym_escape_sequence, + STATE(2564), 3, sym_line_comment, sym_block_comment, - [79087] = 7, + aux_sym_string_literal_repeat1, + [79448] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5699), 1, + ACTIONS(5708), 1, sym_identifier, - STATE(2067), 1, - sym_type_arguments, STATE(2565), 2, sym_line_comment, sym_block_comment, - [79110] = 5, + ACTIONS(5710), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [79467] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5701), 1, - anon_sym_COLON_COLON, + ACTIONS(3310), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(1353), 1, + sym_parameters, + STATE(1973), 1, + sym_type_arguments, STATE(2566), 2, sym_line_comment, sym_block_comment, - ACTIONS(4722), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [79129] = 7, + [79490] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(5703), 1, - anon_sym_COLON_COLON, - ACTIONS(5705), 1, - anon_sym_for, - STATE(1967), 1, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5701), 1, + sym_identifier, + STATE(3665), 1, sym_type_arguments, STATE(2567), 2, sym_line_comment, sym_block_comment, - [79152] = 7, + [79513] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(470), 1, - sym_block, - STATE(3656), 1, - sym_label, + STATE(756), 1, + sym_declaration_list, + STATE(3279), 1, + sym_where_clause, STATE(2568), 2, sym_line_comment, sym_block_comment, - [79175] = 7, + [79536] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5699), 1, - sym_identifier, - STATE(2062), 1, - sym_type_arguments, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5302), 1, + anon_sym_LBRACE, + STATE(1357), 1, + sym_enum_variant_list, + STATE(3157), 1, + sym_where_clause, STATE(2569), 2, sym_line_comment, sym_block_comment, - [79198] = 7, + [79559] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(1383), 1, + STATE(1431), 1, sym_block, - STATE(3606), 1, + STATE(3622), 1, sym_label, STATE(2570), 2, sym_line_comment, sym_block_comment, - [79221] = 6, + [79582] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5239), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(5712), 1, + anon_sym_COLON, STATE(2571), 2, sym_line_comment, sym_block_comment, - [79242] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + ACTIONS(4843), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [79601] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(390), 1, - sym_block, - STATE(3499), 1, - sym_label, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5714), 1, + anon_sym_SEMI, + STATE(3451), 1, + sym_where_clause, STATE(2572), 2, sym_line_comment, sym_block_comment, - [79265] = 7, + [79624] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1447), 1, - anon_sym_RPAREN, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5399), 1, - anon_sym_COMMA, - STATE(3083), 1, - aux_sym_parameters_repeat1, + ACTIONS(5246), 1, + anon_sym_LPAREN, + ACTIONS(5248), 1, + anon_sym_LBRACK, + ACTIONS(5252), 1, + anon_sym_LBRACE, + STATE(1432), 1, + sym_delim_token_tree, STATE(2573), 2, sym_line_comment, sym_block_comment, - [79288] = 7, + [79647] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5707), 1, - sym_identifier, - STATE(1412), 1, - sym_type_arguments, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5716), 1, + anon_sym_SEMI, + STATE(3651), 1, + sym_where_clause, STATE(2574), 2, sym_line_comment, sym_block_comment, - [79311] = 7, + [79670] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1442), 1, - sym_block, - STATE(3606), 1, - sym_label, + STATE(1235), 1, + sym_declaration_list, + STATE(3374), 1, + sym_where_clause, STATE(2575), 2, sym_line_comment, sym_block_comment, - [79334] = 7, + [79693] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5709), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + ACTIONS(4705), 1, + anon_sym_DOT_DOT, + ACTIONS(5718), 1, + anon_sym_COLON_COLON, + ACTIONS(4707), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2576), 2, sym_line_comment, sym_block_comment, - [79357] = 7, + [79714] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5711), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1370), 1, + sym_declaration_list, + STATE(3263), 1, + sym_where_clause, STATE(2577), 2, sym_line_comment, sym_block_comment, - [79380] = 7, + [79737] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5713), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5306), 1, + anon_sym_LBRACE, + STATE(517), 1, + sym_enum_variant_list, + STATE(3149), 1, + sym_where_clause, STATE(2578), 2, sym_line_comment, sym_block_comment, - [79403] = 7, + [79760] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, + ACTIONS(3038), 1, anon_sym_SQUOTE, ACTIONS(5665), 1, sym_identifier, - ACTIONS(5715), 1, + ACTIONS(5720), 1, anon_sym_GT, - STATE(3305), 1, + STATE(3324), 1, sym_lifetime, STATE(2579), 2, sym_line_comment, sym_block_comment, - [79426] = 7, + [79783] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3038), 1, anon_sym_SQUOTE, - STATE(1718), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5722), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2580), 2, sym_line_comment, sym_block_comment, - [79449] = 7, + [79806] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(1724), 1, + STATE(1434), 1, sym_block, - STATE(3657), 1, + STATE(3622), 1, sym_label, STATE(2581), 2, sym_line_comment, sym_block_comment, - [79472] = 6, + [79829] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5717), 1, - anon_sym_DQUOTE, - STATE(2592), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(5724), 1, + anon_sym_in, STATE(2582), 2, sym_line_comment, sym_block_comment, - [79493] = 7, + ACTIONS(5726), 3, + sym_self, + sym_super, + sym_crate, + [79848] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(468), 1, - sym_block, - STATE(3656), 1, - sym_label, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5728), 1, + sym_identifier, + ACTIONS(5730), 1, + sym_super, + STATE(2069), 1, + sym_type_arguments, STATE(2583), 2, sym_line_comment, sym_block_comment, - [79516] = 6, + [79871] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(3275), 1, - sym_trait_bounds, - ACTIONS(5433), 2, - anon_sym_GT, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5732), 1, + anon_sym_RPAREN, + ACTIONS(5734), 1, anon_sym_COMMA, + STATE(2852), 1, + aux_sym_tuple_pattern_repeat1, STATE(2584), 2, sym_line_comment, sym_block_comment, - [79537] = 7, + [79894] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4953), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3391), 1, - sym_block, - STATE(3606), 1, - sym_label, + STATE(1376), 1, + sym_field_declaration_list, + STATE(3281), 1, + sym_where_clause, STATE(2585), 2, sym_line_comment, sym_block_comment, - [79560] = 7, + [79917] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3038), 1, anon_sym_SQUOTE, - STATE(1763), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5736), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2586), 2, sym_line_comment, sym_block_comment, - [79583] = 7, + [79940] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5719), 1, - anon_sym_LPAREN, - ACTIONS(5721), 1, - anon_sym_LBRACK, - ACTIONS(5723), 1, - anon_sym_LBRACE, - STATE(1031), 1, - sym_delim_token_tree, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5738), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2587), 2, sym_line_comment, sym_block_comment, - [79606] = 7, + [79963] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1774), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(5445), 1, + anon_sym_PIPE, STATE(2588), 2, sym_line_comment, sym_block_comment, - [79629] = 7, + ACTIONS(5740), 3, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_COMMA, + [79982] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(1587), 1, + STATE(1323), 1, sym_block, - STATE(3657), 1, + STATE(3622), 1, sym_label, STATE(2589), 2, sym_line_comment, sym_block_comment, - [79652] = 7, + [80005] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5725), 1, - anon_sym_SEMI, - ACTIONS(5727), 1, - anon_sym_EQ, - ACTIONS(5729), 1, - anon_sym_else, + ACTIONS(5742), 1, + anon_sym_LPAREN, + ACTIONS(5744), 1, + anon_sym_LBRACK, + ACTIONS(5746), 1, + anon_sym_LBRACE, + STATE(401), 1, + sym_delim_token_tree, STATE(2590), 2, sym_line_comment, sym_block_comment, - [79675] = 7, + [80028] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(1781), 1, + STATE(480), 1, sym_block, - STATE(3657), 1, + STATE(3672), 1, sym_label, STATE(2591), 2, sym_line_comment, sym_block_comment, - [79698] = 6, + [80051] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5731), 1, - anon_sym_DQUOTE, - STATE(2526), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, STATE(2592), 2, sym_line_comment, sym_block_comment, - [79719] = 7, + ACTIONS(5572), 4, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COMMA, + anon_sym_SQUOTE, + [80068] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5719), 1, - anon_sym_LPAREN, - ACTIONS(5721), 1, - anon_sym_LBRACK, - ACTIONS(5723), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - STATE(1032), 1, - sym_delim_token_tree, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(479), 1, + sym_block, + STATE(3672), 1, + sym_label, STATE(2593), 2, sym_line_comment, sym_block_comment, - [79742] = 7, + [80091] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5733), 1, - sym_identifier, - STATE(2067), 1, - sym_type_arguments, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(470), 1, + sym_block, + STATE(3672), 1, + sym_label, STATE(2594), 2, sym_line_comment, sym_block_comment, - [79765] = 7, + [80114] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5733), 1, - sym_identifier, - STATE(2062), 1, - sym_type_arguments, + ACTIONS(5748), 1, + anon_sym_DQUOTE, + STATE(2611), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2595), 2, sym_line_comment, sym_block_comment, - [79788] = 7, + [80135] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(5622), 1, - sym_identifier, - ACTIONS(5624), 1, - sym_super, - STATE(3566), 1, + STATE(1973), 1, sym_type_arguments, + STATE(1998), 1, + sym_parameters, STATE(2596), 2, sym_line_comment, sym_block_comment, - [79811] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [80158] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(405), 1, + ACTIONS(5058), 1, + anon_sym_LBRACE, + STATE(2939), 1, sym_block, - STATE(3499), 1, + STATE(3671), 1, sym_label, STATE(2597), 2, sym_line_comment, sym_block_comment, - [79834] = 7, + [80181] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5735), 1, - anon_sym_RPAREN, - ACTIONS(5737), 1, - anon_sym_COMMA, - STATE(2799), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1698), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2598), 2, sym_line_comment, sym_block_comment, - [79857] = 7, - ACTIONS(103), 1, + [80204] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5739), 1, - sym_identifier, - STATE(3445), 1, - sym_type_arguments, + ACTIONS(5750), 1, + aux_sym_token_repetition_pattern_token1, STATE(2599), 2, sym_line_comment, sym_block_comment, - [79880] = 7, + ACTIONS(5752), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [80223] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1808), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5701), 1, + sym_identifier, + ACTIONS(5730), 1, + sym_super, + STATE(3665), 1, + sym_type_arguments, STATE(2600), 2, sym_line_comment, sym_block_comment, - [79903] = 7, + [80246] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5153), 1, - anon_sym_LPAREN, - ACTIONS(5155), 1, - anon_sym_LBRACK, - ACTIONS(5159), 1, - anon_sym_LBRACE, - STATE(1377), 1, - sym_delim_token_tree, + ACTIONS(4048), 1, + anon_sym_LT2, + ACTIONS(4230), 1, + anon_sym_COLON_COLON, + ACTIONS(4879), 1, + anon_sym_BANG, + STATE(1603), 1, + sym_type_arguments, STATE(2601), 2, sym_line_comment, sym_block_comment, - [79926] = 7, + [80269] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5741), 1, - anon_sym_SEMI, - ACTIONS(5743), 1, - anon_sym_EQ, - ACTIONS(5745), 1, - anon_sym_else, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5701), 1, + sym_identifier, + ACTIONS(5730), 1, + sym_super, + STATE(3563), 1, + sym_type_arguments, STATE(2602), 2, sym_line_comment, sym_block_comment, - [79949] = 7, + [80292] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5747), 1, - sym_identifier, - STATE(1592), 1, - sym_type_arguments, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(3188), 1, + sym_trait_bounds, + ACTIONS(5482), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2603), 2, sym_line_comment, sym_block_comment, - [79972] = 5, + [80313] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5749), 1, - sym_identifier, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(481), 1, + sym_block, + STATE(3672), 1, + sym_label, STATE(2604), 2, sym_line_comment, sym_block_comment, - ACTIONS(5751), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [79991] = 7, + [80336] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5519), 1, - anon_sym_COLON, - ACTIONS(5521), 1, - anon_sym_PIPE, - ACTIONS(5523), 1, - anon_sym_COMMA, - STATE(3057), 1, - aux_sym_closure_parameters_repeat1, + ACTIONS(5754), 1, + anon_sym_LPAREN, + ACTIONS(5756), 1, + anon_sym_LBRACK, + ACTIONS(5758), 1, + anon_sym_LBRACE, + STATE(1994), 1, + sym_delim_token_tree, STATE(2605), 2, sym_line_comment, sym_block_comment, - [80014] = 7, + [80359] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5753), 1, - anon_sym_SEMI, - STATE(3456), 1, - sym_where_clause, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(483), 1, + sym_block, + STATE(3672), 1, + sym_label, STATE(2606), 2, sym_line_comment, sym_block_comment, - [80037] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [80382] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(394), 1, + STATE(460), 1, sym_block, - STATE(3499), 1, + STATE(3672), 1, sym_label, STATE(2607), 2, sym_line_comment, sym_block_comment, - [80060] = 7, + [80405] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(1086), 1, - sym_declaration_list, - STATE(3276), 1, - sym_where_clause, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1457), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2608), 2, sym_line_comment, sym_block_comment, - [80083] = 7, + [80428] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - STATE(732), 1, - sym_field_declaration_list, - STATE(3263), 1, - sym_where_clause, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(488), 1, + sym_block, + STATE(3672), 1, + sym_label, STATE(2609), 2, sym_line_comment, sym_block_comment, - [80106] = 7, + [80451] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(1428), 1, + STATE(1433), 1, sym_block, - STATE(3606), 1, + STATE(3622), 1, sym_label, STATE(2610), 2, sym_line_comment, sym_block_comment, - [80129] = 7, + [80474] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1816), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(5760), 1, + anon_sym_DQUOTE, + STATE(2564), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2611), 2, sym_line_comment, sym_block_comment, - [80152] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [80495] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(384), 1, - sym_block, - STATE(3499), 1, - sym_label, + ACTIONS(5754), 1, + anon_sym_LPAREN, + ACTIONS(5756), 1, + anon_sym_LBRACK, + ACTIONS(5758), 1, + anon_sym_LBRACE, + STATE(1989), 1, + sym_delim_token_tree, STATE(2612), 2, sym_line_comment, sym_block_comment, - [80175] = 6, + [80518] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5755), 1, - anon_sym_DQUOTE, - STATE(2616), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4048), 1, + anon_sym_LT2, + ACTIONS(5762), 1, + sym_identifier, + ACTIONS(5764), 1, + sym_super, + STATE(1582), 1, + sym_type_arguments, STATE(2613), 2, sym_line_comment, sym_block_comment, - [80196] = 7, + [80541] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1825), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(4048), 1, + anon_sym_LT2, + ACTIONS(5762), 1, + sym_identifier, + ACTIONS(5764), 1, + sym_super, + STATE(1585), 1, + sym_type_arguments, STATE(2614), 2, sym_line_comment, sym_block_comment, - [80219] = 7, + [80564] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5757), 1, - anon_sym_LPAREN, - ACTIONS(5759), 1, - anon_sym_LBRACK, - ACTIONS(5761), 1, - anon_sym_LBRACE, - STATE(1833), 1, - sym_delim_token_tree, + ACTIONS(5766), 1, + anon_sym_COLON, STATE(2615), 2, sym_line_comment, sym_block_comment, - [80242] = 6, + ACTIONS(4843), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [80583] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5763), 1, - anon_sym_DQUOTE, - STATE(2526), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(5768), 1, + sym_identifier, + ACTIONS(5770), 1, + anon_sym_LT2, + ACTIONS(5772), 1, + sym_super, + STATE(2435), 1, + sym_type_arguments, STATE(2616), 2, sym_line_comment, sym_block_comment, - [80263] = 7, + [80606] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5757), 1, - anon_sym_LPAREN, - ACTIONS(5759), 1, - anon_sym_LBRACK, - ACTIONS(5761), 1, - anon_sym_LBRACE, - STATE(1837), 1, - sym_delim_token_tree, + ACTIONS(5768), 1, + sym_identifier, + ACTIONS(5770), 1, + anon_sym_LT2, + ACTIONS(5772), 1, + sym_super, + STATE(2437), 1, + sym_type_arguments, STATE(2617), 2, sym_line_comment, sym_block_comment, - [80286] = 7, + [80629] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5765), 1, - sym_identifier, - STATE(2067), 1, - sym_type_arguments, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5774), 1, + anon_sym_RPAREN, + ACTIONS(5776), 1, + anon_sym_COMMA, + STATE(2952), 1, + aux_sym_tuple_type_repeat1, STATE(2618), 2, sym_line_comment, sym_block_comment, - [80309] = 7, + [80652] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5765), 1, - sym_identifier, - STATE(2062), 1, - sym_type_arguments, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5778), 1, + anon_sym_EQ, + ACTIONS(5780), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2619), 2, sym_line_comment, sym_block_comment, - [80332] = 7, + [80673] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(5253), 1, + ACTIONS(5178), 1, sym_super, - ACTIONS(5622), 1, + ACTIONS(5728), 1, sym_identifier, - STATE(3566), 1, + STATE(3563), 1, sym_type_arguments, STATE(2620), 2, sym_line_comment, sym_block_comment, - [80355] = 7, + [80696] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5622), 1, - sym_identifier, - STATE(3445), 1, - sym_type_arguments, + ACTIONS(5782), 1, + anon_sym_COLON_COLON, STATE(2621), 2, sym_line_comment, sym_block_comment, - [80378] = 5, + ACTIONS(4739), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [80715] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5767), 1, - anon_sym_COLON_COLON, + ACTIONS(4042), 1, + anon_sym_LPAREN, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(1616), 1, + sym_parameters, + STATE(1973), 1, + sym_type_arguments, STATE(2622), 2, sym_line_comment, sym_block_comment, - ACTIONS(4760), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [80397] = 7, + [80738] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5498), 1, - anon_sym_RPAREN, - ACTIONS(5502), 1, - anon_sym_COMMA, - STATE(2802), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5728), 1, + sym_identifier, + STATE(3665), 1, + sym_type_arguments, STATE(2623), 2, sym_line_comment, sym_block_comment, - [80420] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [80761] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(406), 1, - sym_block, - STATE(3499), 1, - sym_label, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5074), 1, + anon_sym_COLON, + STATE(1973), 1, + sym_type_arguments, + STATE(2545), 1, + sym_trait_bounds, STATE(2624), 2, sym_line_comment, sym_block_comment, - [80443] = 7, + [80784] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5769), 1, - anon_sym_RPAREN, - ACTIONS(5771), 1, - anon_sym_COMMA, - STATE(2871), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(5784), 1, + anon_sym_DQUOTE, + STATE(2564), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2625), 2, sym_line_comment, sym_block_comment, - [80466] = 7, + [80805] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5739), 1, - sym_identifier, - STATE(3566), 1, - sym_type_arguments, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(396), 1, + sym_block, + STATE(3541), 1, + sym_label, STATE(2626), 2, sym_line_comment, sym_block_comment, - [80489] = 6, + [80828] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5773), 1, - anon_sym_DQUOTE, - STATE(2630), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(1413), 1, + anon_sym_RPAREN, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5480), 1, + anon_sym_COMMA, + STATE(2882), 1, + aux_sym_parameters_repeat1, STATE(2627), 2, sym_line_comment, sym_block_comment, - [80510] = 7, + [80851] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5775), 1, - anon_sym_SEMI, - STATE(3475), 1, - sym_where_clause, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5786), 1, + anon_sym_RBRACK, + ACTIONS(5788), 1, + anon_sym_COMMA, + STATE(2858), 1, + aux_sym_slice_pattern_repeat1, STATE(2628), 2, sym_line_comment, sym_block_comment, - [80533] = 7, + [80874] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1100), 1, - sym_declaration_list, - STATE(3288), 1, - sym_where_clause, - STATE(2629), 2, + ACTIONS(5790), 1, + anon_sym_COMMA, + ACTIONS(4226), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2629), 3, sym_line_comment, sym_block_comment, - [80556] = 6, + aux_sym_arguments_repeat1, + [80893] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5777), 1, - anon_sym_DQUOTE, - STATE(2526), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, STATE(2630), 2, sym_line_comment, sym_block_comment, - [80577] = 7, + ACTIONS(5793), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [80910] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5779), 1, - sym_identifier, - STATE(3566), 1, - sym_type_arguments, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5585), 1, + anon_sym_RPAREN, + ACTIONS(5587), 1, + anon_sym_COMMA, + STATE(2962), 1, + aux_sym_parameters_repeat1, STATE(2631), 2, sym_line_comment, sym_block_comment, - [80600] = 7, + [80933] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5779), 1, - sym_identifier, - STATE(3445), 1, - sym_type_arguments, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5453), 1, + anon_sym_RPAREN, + ACTIONS(5455), 1, + anon_sym_COMMA, + STATE(3007), 1, + aux_sym_parameters_repeat1, STATE(2632), 2, sym_line_comment, sym_block_comment, - [80623] = 6, + [80956] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5781), 1, - anon_sym_DQUOTE, - STATE(2526), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4791), 1, + anon_sym_for, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + STATE(1974), 1, + sym_type_arguments, STATE(2633), 2, sym_line_comment, sym_block_comment, - [80644] = 7, + [80979] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5783), 1, - anon_sym_RPAREN, - ACTIONS(5785), 1, - anon_sym_COMMA, - STATE(3060), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(5797), 1, + anon_sym_SEMI, + ACTIONS(5799), 1, + anon_sym_EQ, + ACTIONS(5801), 1, + anon_sym_else, STATE(2634), 2, sym_line_comment, sym_block_comment, - [80667] = 7, + [81002] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4924), 1, - anon_sym_LT, - STATE(2241), 1, - sym_parameters, - STATE(3309), 1, - sym_type_parameters, + ACTIONS(1227), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(489), 1, + sym_block, + STATE(3672), 1, + sym_label, STATE(2635), 2, sym_line_comment, sym_block_comment, - [80690] = 7, + [81025] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5787), 1, - anon_sym_RBRACK, - ACTIONS(5789), 1, - anon_sym_COMMA, - STATE(2877), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(3563), 1, + sym_type_arguments, + ACTIONS(5772), 2, + sym_identifier, + sym_super, STATE(2636), 2, sym_line_comment, sym_block_comment, - [80713] = 7, + [81046] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5269), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - STATE(705), 1, - sym_enum_variant_list, - STATE(3089), 1, - sym_where_clause, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3586), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2637), 2, sym_line_comment, sym_block_comment, - [80736] = 7, + [81069] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(1240), 1, - sym_parameters, - STATE(1968), 1, - sym_type_arguments, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3622), 1, + sym_label, + STATE(3674), 1, + sym_block, STATE(2638), 2, sym_line_comment, sym_block_comment, - [80759] = 5, + [81092] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5791), 1, - anon_sym_COLON_COLON, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(3665), 1, + sym_type_arguments, + ACTIONS(5772), 2, + sym_identifier, + sym_super, STATE(2639), 2, sym_line_comment, sym_block_comment, - ACTIONS(4760), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [80778] = 7, + [81113] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5779), 1, - sym_identifier, - STATE(3566), 1, - sym_type_arguments, + ACTIONS(1391), 1, + anon_sym_RPAREN, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5593), 1, + anon_sym_COMMA, + STATE(2968), 1, + aux_sym_parameters_repeat1, STATE(2640), 2, sym_line_comment, sym_block_comment, - [80801] = 7, + [81136] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5779), 1, - sym_identifier, - STATE(3445), 1, - sym_type_arguments, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(390), 1, + sym_block, + STATE(3541), 1, + sym_label, STATE(2641), 2, sym_line_comment, sym_block_comment, - [80824] = 5, + [81159] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5793), 1, - anon_sym_COLON_COLON, STATE(2642), 2, sym_line_comment, sym_block_comment, - ACTIONS(4756), 3, + ACTIONS(4304), 4, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [80843] = 5, - ACTIONS(3), 1, + anon_sym_AMP_AMP, + anon_sym_SQUOTE, + [81176] = 7, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5795), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3622), 1, + sym_label, + STATE(3676), 1, + sym_block, STATE(2643), 2, sym_line_comment, sym_block_comment, - ACTIONS(5797), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [80862] = 5, + [81199] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5799), 1, - anon_sym_COMMA, - ACTIONS(4167), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2644), 3, + ACTIONS(5669), 1, + anon_sym_COLON_COLON, + STATE(2644), 2, sym_line_comment, sym_block_comment, - aux_sym_arguments_repeat1, - [80881] = 7, + ACTIONS(4793), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81218] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5739), 1, - sym_identifier, - STATE(3445), 1, - sym_type_arguments, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3614), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2645), 2, sym_line_comment, sym_block_comment, - [80904] = 5, + [81241] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5701), 1, - anon_sym_COLON_COLON, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5803), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2646), 2, sym_line_comment, sym_block_comment, - ACTIONS(4760), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [80923] = 5, + [81264] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5802), 1, - anon_sym_COLON, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5805), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2647), 2, sym_line_comment, sym_block_comment, - ACTIONS(4858), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [80942] = 5, + [81287] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5804), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5807), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2648), 2, sym_line_comment, sym_block_comment, - [80961] = 5, + [81310] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5809), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2649), 2, sym_line_comment, sym_block_comment, - ACTIONS(5806), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [80980] = 7, + [81333] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(3518), 1, + STATE(1696), 1, sym_block, - STATE(3606), 1, + STATE(3673), 1, sym_label, STATE(2650), 2, sym_line_comment, sym_block_comment, - [81003] = 7, + [81356] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5808), 1, - anon_sym_RPAREN, - ACTIONS(5810), 1, - anon_sym_COMMA, - STATE(2829), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1699), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2651), 2, sym_line_comment, sym_block_comment, - [81026] = 5, - ACTIONS(3), 1, + [81379] = 6, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5812), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(5811), 1, + anon_sym_DQUOTE, + STATE(2660), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2652), 2, sym_line_comment, sym_block_comment, - ACTIONS(5814), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [81045] = 7, + [81400] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(1227), 1, anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - STATE(664), 1, - sym_declaration_list, - STATE(3332), 1, - sym_where_clause, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(472), 1, + sym_block, + STATE(3672), 1, + sym_label, STATE(2653), 2, sym_line_comment, sym_block_comment, - [81068] = 6, + [81423] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5816), 1, - anon_sym_DQUOTE, - STATE(2693), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(5246), 1, + anon_sym_LPAREN, + ACTIONS(5248), 1, + anon_sym_LBRACK, + ACTIONS(5252), 1, + anon_sym_LBRACE, + STATE(1458), 1, + sym_delim_token_tree, STATE(2654), 2, sym_line_comment, sym_block_comment, - [81089] = 6, + [81446] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5171), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1709), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2655), 2, sym_line_comment, sym_block_comment, - [81110] = 6, + [81469] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(3130), 1, - sym_trait_bounds, - ACTIONS(5514), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5813), 1, + anon_sym_LPAREN, + ACTIONS(5815), 1, + anon_sym_LBRACK, + ACTIONS(5817), 1, + anon_sym_LBRACE, + STATE(1036), 1, + sym_delim_token_tree, STATE(2656), 2, sym_line_comment, sym_block_comment, - [81131] = 7, + [81492] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5818), 1, - anon_sym_SEMI, - STATE(3457), 1, - sym_where_clause, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1712), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2657), 2, sym_line_comment, sym_block_comment, - [81154] = 4, + [81515] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1587), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2658), 2, sym_line_comment, sym_block_comment, - ACTIONS(963), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [81171] = 7, + [81538] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4924), 1, - anon_sym_LT, - STATE(2224), 1, - sym_parameters, - STATE(3259), 1, - sym_type_parameters, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1716), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2659), 2, sym_line_comment, sym_block_comment, - [81194] = 7, + [81561] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5820), 1, - anon_sym_RPAREN, - ACTIONS(5822), 1, - anon_sym_COMMA, - STATE(2832), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(5819), 1, + anon_sym_DQUOTE, + STATE(2564), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2660), 2, sym_line_comment, sym_block_comment, - [81217] = 5, - ACTIONS(3), 1, + [81582] = 7, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5824), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(5813), 1, + anon_sym_LPAREN, + ACTIONS(5815), 1, + anon_sym_LBRACK, + ACTIONS(5817), 1, + anon_sym_LBRACE, + STATE(1038), 1, + sym_delim_token_tree, STATE(2661), 2, sym_line_comment, sym_block_comment, - ACTIONS(5826), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [81236] = 5, + [81605] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5828), 1, - anon_sym_in, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5821), 1, + sym_identifier, + STATE(2069), 1, + sym_type_arguments, STATE(2662), 2, sym_line_comment, sym_block_comment, - ACTIONS(5830), 3, - sym_self, - sym_super, - sym_crate, - [81255] = 4, + [81628] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5821), 1, + sym_identifier, + STATE(2070), 1, + sym_type_arguments, STATE(2663), 2, sym_line_comment, sym_block_comment, - ACTIONS(3265), 4, - anon_sym_COLON, - anon_sym_PLUS, - anon_sym_GT, - anon_sym_COMMA, - [81272] = 7, + [81651] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - ACTIONS(4778), 1, - anon_sym_for, - ACTIONS(5703), 1, - anon_sym_COLON_COLON, - STATE(1967), 1, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5823), 1, + sym_identifier, + STATE(3563), 1, sym_type_arguments, STATE(2664), 2, sym_line_comment, sym_block_comment, - [81295] = 7, + [81674] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5525), 1, - anon_sym_RPAREN, - ACTIONS(5527), 1, - anon_sym_COMMA, - STATE(2836), 1, - aux_sym_parameters_repeat1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5823), 1, + sym_identifier, + STATE(3665), 1, + sym_type_arguments, STATE(2665), 2, sym_line_comment, sym_block_comment, - [81318] = 7, + [81697] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5832), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(5834), 1, - anon_sym_for, - ACTIONS(5836), 1, - anon_sym_loop, - ACTIONS(5838), 1, - anon_sym_while, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1737), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2666), 2, sym_line_comment, sym_block_comment, - [81341] = 7, + [81720] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5840), 1, - anon_sym_SEMI, - STATE(3631), 1, - sym_where_clause, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5728), 1, + sym_identifier, + ACTIONS(5730), 1, + sym_super, + STATE(2070), 1, + sym_type_arguments, STATE(2667), 2, sym_line_comment, sym_block_comment, - [81364] = 5, + [81743] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, + ACTIONS(5825), 1, + anon_sym_DQUOTE, + STATE(2558), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2668), 2, sym_line_comment, sym_block_comment, - ACTIONS(5842), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [81383] = 7, + [81764] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5844), 1, - anon_sym_LPAREN, - ACTIONS(5846), 1, - anon_sym_LBRACK, - ACTIONS(5848), 1, - anon_sym_LBRACE, - STATE(2751), 1, - sym_token_tree, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5827), 1, + anon_sym_RPAREN, + ACTIONS(5829), 1, + anon_sym_COMMA, + STATE(2847), 1, + aux_sym_slice_pattern_repeat1, STATE(2669), 2, sym_line_comment, sym_block_comment, - [81406] = 6, + [81787] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(3566), 1, - sym_type_arguments, - ACTIONS(5624), 2, - sym_identifier, - sym_super, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5831), 1, + anon_sym_RPAREN, + ACTIONS(5833), 1, + anon_sym_COMMA, + STATE(2850), 1, + aux_sym_slice_pattern_repeat1, STATE(2670), 2, sym_line_comment, sym_block_comment, - [81427] = 6, + [81810] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(3566), 1, - sym_type_arguments, - ACTIONS(5659), 2, - sym_identifier, - sym_super, + ACTIONS(1601), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(2142), 1, + sym_block, + STATE(3664), 1, + sym_label, STATE(2671), 2, sym_line_comment, sym_block_comment, - [81448] = 6, + [81833] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(3445), 1, - sym_type_arguments, - ACTIONS(5659), 2, - sym_identifier, - sym_super, + ACTIONS(5677), 1, + anon_sym_COLON_COLON, STATE(2672), 2, sym_line_comment, sym_block_comment, - [81469] = 5, + ACTIONS(4793), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81852] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5291), 1, - anon_sym_PLUS, + ACTIONS(407), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1744), 1, + sym_block, + STATE(3673), 1, + sym_label, STATE(2673), 2, sym_line_comment, sym_block_comment, - ACTIONS(5850), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [81488] = 6, + [81875] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(3566), 1, - sym_type_arguments, - ACTIONS(5253), 2, - sym_identifier, - sym_super, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(393), 1, + sym_block, + STATE(3541), 1, + sym_label, STATE(2674), 2, sym_line_comment, sym_block_comment, - [81509] = 7, + [81898] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1475), 1, - anon_sym_RPAREN, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5508), 1, - anon_sym_COMMA, - STATE(2975), 1, - aux_sym_parameters_repeat1, + ACTIONS(5683), 1, + anon_sym_COLON_COLON, STATE(2675), 2, sym_line_comment, sym_block_comment, - [81532] = 5, + ACTIONS(4793), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [81917] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5852), 1, - anon_sym_COLON, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + ACTIONS(5835), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, STATE(2676), 2, sym_line_comment, sym_block_comment, - ACTIONS(4858), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_COMMA, - [81551] = 7, + [81940] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5854), 1, - anon_sym_SEMI, - ACTIONS(5856), 1, - anon_sym_EQ, - ACTIONS(5858), 1, - anon_sym_else, + ACTIONS(5837), 1, + anon_sym_DQUOTE, + STATE(2681), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2677), 2, sym_line_comment, sym_block_comment, - [81574] = 7, + [81961] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(407), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(3371), 1, + STATE(1749), 1, sym_block, - STATE(3606), 1, + STATE(3673), 1, sym_label, STATE(2678), 2, sym_line_comment, sym_block_comment, - [81597] = 7, + [81984] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5703), 1, - anon_sym_COLON_COLON, - ACTIONS(5860), 1, - anon_sym_for, - STATE(1967), 1, - sym_type_arguments, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5839), 1, + anon_sym_RPAREN, + ACTIONS(5841), 1, + anon_sym_COMMA, + STATE(3062), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2679), 2, sym_line_comment, sym_block_comment, - [81620] = 7, + [82007] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(5843), 1, + anon_sym_LPAREN, + ACTIONS(5845), 1, + anon_sym_LBRACK, + ACTIONS(5847), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3437), 1, - sym_block, - STATE(3606), 1, - sym_label, + STATE(1753), 1, + sym_delim_token_tree, STATE(2680), 2, sym_line_comment, sym_block_comment, - [81643] = 7, + [82030] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5703), 1, - anon_sym_COLON_COLON, - ACTIONS(5862), 1, - anon_sym_for, - STATE(1967), 1, - sym_type_arguments, + ACTIONS(5849), 1, + anon_sym_DQUOTE, + STATE(2564), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2681), 2, sym_line_comment, sym_block_comment, - [81666] = 7, + [82051] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(5843), 1, anon_sym_LPAREN, - ACTIONS(4924), 1, - anon_sym_LT, - STATE(2246), 1, - sym_parameters, - STATE(3287), 1, - sym_type_parameters, + ACTIONS(5845), 1, + anon_sym_LBRACK, + ACTIONS(5847), 1, + anon_sym_LBRACE, + STATE(1757), 1, + sym_delim_token_tree, STATE(2682), 2, sym_line_comment, sym_block_comment, - [81689] = 6, + [82074] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(4540), 1, anon_sym_LT2, - STATE(3445), 1, - sym_type_arguments, - ACTIONS(5624), 2, - sym_identifier, + ACTIONS(5730), 1, sym_super, + ACTIONS(5851), 1, + sym_identifier, + STATE(2069), 1, + sym_type_arguments, STATE(2683), 2, sym_line_comment, sym_block_comment, - [81710] = 7, + [82097] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3571), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5851), 1, + sym_identifier, + STATE(2070), 1, + sym_type_arguments, STATE(2684), 2, sym_line_comment, sym_block_comment, - [81733] = 7, + [82120] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3606), 1, - sym_label, - STATE(3608), 1, - sym_block, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5823), 1, + sym_identifier, + STATE(3563), 1, + sym_type_arguments, STATE(2685), 2, sym_line_comment, sym_block_comment, - [81756] = 7, + [82143] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3572), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5823), 1, + sym_identifier, + STATE(3665), 1, + sym_type_arguments, STATE(2686), 2, sym_line_comment, sym_block_comment, - [81779] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [82166] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(408), 1, - sym_block, - STATE(3499), 1, - sym_label, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5853), 1, + anon_sym_RPAREN, + ACTIONS(5855), 1, + anon_sym_COMMA, + STATE(2984), 1, + aux_sym_tuple_type_repeat1, STATE(2687), 2, sym_line_comment, sym_block_comment, - [81802] = 7, + [82189] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - STATE(532), 1, - sym_declaration_list, - STATE(3156), 1, - sym_where_clause, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5486), 1, + anon_sym_RPAREN, + ACTIONS(5488), 1, + anon_sym_COMMA, + STATE(2854), 1, + aux_sym_parameters_repeat1, STATE(2688), 2, sym_line_comment, sym_block_comment, - [81825] = 7, + [82212] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5864), 1, - anon_sym_SEMI, - STATE(3642), 1, - sym_where_clause, + ACTIONS(5857), 1, + anon_sym_DQUOTE, + STATE(2691), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2689), 2, sym_line_comment, sym_block_comment, - [81848] = 7, + [82233] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1152), 1, - sym_declaration_list, - STATE(3361), 1, - sym_where_clause, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5859), 1, + anon_sym_RPAREN, + ACTIONS(5861), 1, + anon_sym_COMMA, + STATE(2987), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2690), 2, sym_line_comment, sym_block_comment, - [81871] = 4, + [82256] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5863), 1, + anon_sym_DQUOTE, + STATE(2564), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, STATE(2691), 2, sym_line_comment, sym_block_comment, - ACTIONS(5539), 4, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COMMA, - anon_sym_SQUOTE, - [81888] = 7, + [82277] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5281), 1, - anon_sym_LBRACE, - STATE(1245), 1, - sym_enum_variant_list, - STATE(3169), 1, - sym_where_clause, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5865), 1, + sym_identifier, + STATE(3563), 1, + sym_type_arguments, STATE(2692), 2, sym_line_comment, sym_block_comment, - [81911] = 6, + [82300] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5866), 1, - anon_sym_DQUOTE, - STATE(2526), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5865), 1, + sym_identifier, + STATE(3665), 1, + sym_type_arguments, STATE(2693), 2, sym_line_comment, sym_block_comment, - [81932] = 7, + [82323] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5868), 1, - anon_sym_SEMI, - ACTIONS(5870), 1, - anon_sym_EQ, - ACTIONS(5872), 1, - anon_sym_else, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(268), 1, + sym_block, + STATE(3541), 1, + sym_label, STATE(2694), 2, sym_line_comment, sym_block_comment, - [81955] = 7, + [82346] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5747), 1, - sym_identifier, - STATE(1590), 1, - sym_type_arguments, - STATE(2695), 2, + ACTIONS(5867), 1, + anon_sym_COMMA, + ACTIONS(5740), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + STATE(2695), 3, sym_line_comment, sym_block_comment, - [81978] = 7, + aux_sym_slice_pattern_repeat1, + [82365] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(3318), 1, anon_sym_LT2, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(1968), 1, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5870), 1, + sym_identifier, + STATE(1591), 1, sym_type_arguments, - STATE(2532), 1, - sym_trait_bounds, STATE(2696), 2, sym_line_comment, sym_block_comment, - [82001] = 7, + [82388] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4515), 1, - anon_sym_LT2, - STATE(1968), 1, - sym_type_arguments, - STATE(1988), 1, - sym_parameters, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3552), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2697), 2, sym_line_comment, sym_block_comment, - [82024] = 7, + [82411] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3388), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5872), 1, + anon_sym_SEMI, + ACTIONS(5874), 1, + anon_sym_EQ, + ACTIONS(5876), 1, + anon_sym_else, STATE(2698), 2, sym_line_comment, sym_block_comment, - [82047] = 7, + [82434] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - STATE(675), 1, - sym_declaration_list, - STATE(3279), 1, - sym_where_clause, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(411), 1, + sym_block, + STATE(3541), 1, + sym_label, STATE(2699), 2, sym_line_comment, sym_block_comment, - [82070] = 7, + [82457] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5874), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + ACTIONS(5782), 1, + anon_sym_COLON_COLON, STATE(2700), 2, sym_line_comment, sym_block_comment, - [82093] = 5, + ACTIONS(4747), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [82476] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4941), 1, + anon_sym_LT, + STATE(2260), 1, + sym_parameters, + STATE(3341), 1, + sym_type_parameters, STATE(2701), 2, sym_line_comment, sym_block_comment, - ACTIONS(5876), 3, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_COMMA, - [82112] = 7, + [82499] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4924), 1, - anon_sym_LT, - STATE(2215), 1, - sym_parameters, - STATE(3303), 1, - sym_type_parameters, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5865), 1, + sym_identifier, + STATE(3563), 1, + sym_type_arguments, STATE(2702), 2, sym_line_comment, sym_block_comment, - [82135] = 7, + [82522] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5865), 1, sym_identifier, - ACTIONS(5878), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + STATE(3665), 1, + sym_type_arguments, STATE(2703), 2, sym_line_comment, sym_block_comment, - [82158] = 7, + [82545] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3442), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(5669), 1, + anon_sym_COLON_COLON, STATE(2704), 2, sym_line_comment, sym_block_comment, - [82181] = 7, + ACTIONS(4757), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [82564] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(3444), 1, - sym_block, - STATE(3606), 1, + STATE(3622), 1, sym_label, + STATE(3642), 1, + sym_block, STATE(2705), 2, sym_line_comment, sym_block_comment, - [82204] = 7, + [82587] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5671), 1, - sym_identifier, - STATE(2067), 1, - sym_type_arguments, + ACTIONS(5677), 1, + anon_sym_COLON_COLON, STATE(2706), 2, sym_line_comment, sym_block_comment, - [82227] = 7, + ACTIONS(4757), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [82606] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1327), 1, - sym_declaration_list, - STATE(3162), 1, - sym_where_clause, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4566), 1, + anon_sym_BANG, + ACTIONS(4647), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, STATE(2707), 2, sym_line_comment, sym_block_comment, - [82250] = 7, + [82629] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4541), 1, - anon_sym_BANG, - ACTIONS(4634), 1, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5238), 1, anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2708), 2, sym_line_comment, sym_block_comment, - [82273] = 7, + [82650] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(5308), 1, anon_sym_PLUS, - ACTIONS(5880), 1, - anon_sym_SEMI, - STATE(3424), 1, - sym_where_clause, STATE(2709), 2, sym_line_comment, sym_block_comment, - [82296] = 7, + ACTIONS(5878), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [82669] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5882), 1, - anon_sym_RPAREN, - ACTIONS(5884), 1, - anon_sym_COMMA, - STATE(2954), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4941), 1, + anon_sym_LT, + STATE(2266), 1, + sym_parameters, + STATE(3277), 1, + sym_type_parameters, STATE(2710), 2, sym_line_comment, sym_block_comment, - [82319] = 7, + [82692] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1338), 1, - sym_declaration_list, - STATE(3166), 1, - sym_where_clause, + ACTIONS(5880), 1, + anon_sym_in, STATE(2711), 2, sym_line_comment, sym_block_comment, - [82342] = 7, + ACTIONS(5882), 3, + sym_self, + sym_super, + sym_crate, + [82711] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(3562), 1, + STATE(400), 1, sym_block, - STATE(3606), 1, + STATE(3541), 1, sym_label, STATE(2712), 2, sym_line_comment, sym_block_comment, - [82365] = 7, + [82734] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(5884), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3563), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(5886), 1, + anon_sym_for, + ACTIONS(5888), 1, + anon_sym_loop, + ACTIONS(5890), 1, + anon_sym_while, STATE(2713), 2, sym_line_comment, sym_block_comment, - [82388] = 5, + [82757] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5793), 1, + ACTIONS(5683), 1, anon_sym_COLON_COLON, STATE(2714), 2, sym_line_comment, sym_block_comment, - ACTIONS(4716), 3, + ACTIONS(4757), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [82407] = 7, + [82776] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, + ACTIONS(5742), 1, anon_sym_LPAREN, - ACTIONS(4924), 1, - anon_sym_LT, - STATE(2212), 1, - sym_parameters, - STATE(3240), 1, - sym_type_parameters, + ACTIONS(5744), 1, + anon_sym_LBRACK, + ACTIONS(5746), 1, + anon_sym_LBRACE, + STATE(413), 1, + sym_delim_token_tree, STATE(2715), 2, sym_line_comment, sym_block_comment, - [82430] = 7, + [82799] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3606), 1, - sym_label, - STATE(3677), 1, - sym_block, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(3563), 1, + sym_type_arguments, + ACTIONS(5178), 2, + sym_identifier, + sym_super, STATE(2716), 2, sym_line_comment, sym_block_comment, - [82453] = 7, + [82820] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3558), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4941), 1, + anon_sym_LT, + STATE(2253), 1, + sym_parameters, + STATE(3254), 1, + sym_type_parameters, STATE(2717), 2, sym_line_comment, sym_block_comment, - [82476] = 7, + [82843] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5269), 1, - anon_sym_LBRACE, - STATE(681), 1, - sym_enum_variant_list, - STATE(3241), 1, - sym_where_clause, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5892), 1, + anon_sym_SEMI, + ACTIONS(5894), 1, + anon_sym_EQ, + ACTIONS(5896), 1, + anon_sym_else, STATE(2718), 2, sym_line_comment, sym_block_comment, - [82499] = 7, + [82866] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, + ACTIONS(3318), 1, anon_sym_LT2, - ACTIONS(5624), 1, + ACTIONS(5178), 1, sym_super, - ACTIONS(5671), 1, + ACTIONS(5898), 1, sym_identifier, - STATE(2062), 1, + STATE(1442), 1, sym_type_arguments, STATE(2719), 2, sym_line_comment, sym_block_comment, - [82522] = 6, + [82889] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5886), 1, - anon_sym_EQ, - ACTIONS(5888), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5900), 1, + anon_sym_SEMI, + STATE(3488), 1, + sym_where_clause, STATE(2720), 2, sym_line_comment, sym_block_comment, - [82543] = 7, + [82912] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(5890), 1, - anon_sym_SEMI, - STATE(3552), 1, - sym_where_clause, + ACTIONS(5902), 1, + anon_sym_RPAREN, + ACTIONS(5904), 1, + anon_sym_COMMA, + STATE(2904), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2721), 2, sym_line_comment, sym_block_comment, - [82566] = 6, + [82935] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5175), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3531), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2722), 2, sym_line_comment, sym_block_comment, - [82587] = 7, + [82958] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, + ACTIONS(4943), 1, anon_sym_where, - ACTIONS(5281), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - STATE(1343), 1, - sym_enum_variant_list, - STATE(3174), 1, + STATE(603), 1, + sym_declaration_list, + STATE(3133), 1, sym_where_clause, STATE(2723), 2, sym_line_comment, sym_block_comment, - [82610] = 5, + [82981] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5892), 1, - anon_sym_in, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4941), 1, + anon_sym_LT, + STATE(2230), 1, + sym_parameters, + STATE(3301), 1, + sym_type_parameters, STATE(2724), 2, sym_line_comment, sym_block_comment, - ACTIONS(5894), 3, - sym_self, - sym_super, - sym_crate, - [82629] = 7, + [83004] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1261), 1, - sym_declaration_list, - STATE(3267), 1, - sym_where_clause, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(3665), 1, + sym_type_arguments, + ACTIONS(5178), 2, + sym_identifier, + sym_super, STATE(2725), 2, sym_line_comment, sym_block_comment, - [82652] = 7, + [83025] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5896), 1, - anon_sym_LBRACE, - ACTIONS(5898), 1, - anon_sym_for, - ACTIONS(5900), 1, - anon_sym_loop, - ACTIONS(5902), 1, - anon_sym_while, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(3563), 1, + sym_type_arguments, + ACTIONS(5730), 2, + sym_identifier, + sym_super, STATE(2726), 2, sym_line_comment, sym_block_comment, - [82675] = 5, + [83046] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4517), 2, - anon_sym_COLON, - anon_sym_PIPE, - ACTIONS(5904), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4540), 1, + anon_sym_LT2, + STATE(3665), 1, + sym_type_arguments, + ACTIONS(5730), 2, + sym_identifier, + sym_super, STATE(2727), 2, sym_line_comment, sym_block_comment, - [82694] = 7, + [83067] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5906), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, STATE(2728), 2, sym_line_comment, sym_block_comment, - [82717] = 7, + ACTIONS(3270), 4, + anon_sym_COLON, + anon_sym_PLUS, + anon_sym_GT, + anon_sym_COMMA, + [83084] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5908), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5306), 1, + anon_sym_LBRACE, + STATE(665), 1, + sym_enum_variant_list, + STATE(3162), 1, + sym_where_clause, STATE(2729), 2, sym_line_comment, sym_block_comment, - [82740] = 7, + [83107] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1349), 1, - sym_field_declaration_list, - STATE(3189), 1, - sym_where_clause, + ACTIONS(3318), 1, + anon_sym_LT2, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5898), 1, + sym_identifier, + STATE(1463), 1, + sym_type_arguments, STATE(2730), 2, sym_line_comment, sym_block_comment, - [82763] = 5, + [83130] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5767), 1, - anon_sym_COLON_COLON, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1110), 1, + sym_declaration_list, + STATE(3172), 1, + sym_where_clause, STATE(2731), 2, sym_line_comment, sym_block_comment, - ACTIONS(4722), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [82782] = 6, + [83153] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4193), 1, - anon_sym_LBRACE, - STATE(2900), 1, - sym_use_list, - ACTIONS(5910), 2, - sym_identifier, - sym_super, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5906), 1, + anon_sym_SEMI, + STATE(3418), 1, + sym_where_clause, STATE(2732), 2, sym_line_comment, sym_block_comment, - [82803] = 7, + [83176] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(3426), 1, + STATE(1383), 1, sym_block, - STATE(3606), 1, + STATE(3622), 1, sym_label, STATE(2733), 2, sym_line_comment, sym_block_comment, - [82826] = 7, + [83199] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1432), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5526), 1, + anon_sym_RPAREN, + ACTIONS(5530), 1, + anon_sym_COMMA, + STATE(2906), 1, + aux_sym_slice_pattern_repeat1, STATE(2734), 2, sym_line_comment, sym_block_comment, - [82849] = 7, - ACTIONS(103), 1, + [83222] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, - anon_sym_LBRACE, - ACTIONS(4926), 1, - anon_sym_where, - STATE(696), 1, - sym_field_declaration_list, - STATE(3298), 1, - sym_where_clause, + ACTIONS(5908), 1, + aux_sym_token_repetition_pattern_token1, STATE(2735), 2, sym_line_comment, sym_block_comment, - [82872] = 7, + ACTIONS(5910), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [83241] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(1448), 1, + STATE(3585), 1, sym_block, - STATE(3606), 1, + STATE(3622), 1, sym_label, STATE(2736), 2, sym_line_comment, sym_block_comment, - [82895] = 6, + [83264] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5912), 1, - anon_sym_DQUOTE, - STATE(2633), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, STATE(2737), 2, sym_line_comment, sym_block_comment, - [82916] = 6, + ACTIONS(949), 4, + anon_sym_SEMI, + anon_sym_RPAREN, + anon_sym_RBRACK, + anon_sym_RBRACE, + [83281] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4527), 1, - anon_sym_DOT_DOT, - ACTIONS(5217), 1, - anon_sym_COLON_COLON, - ACTIONS(4529), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5912), 1, + anon_sym_SEMI, + STATE(3597), 1, + sym_where_clause, STATE(2738), 2, sym_line_comment, sym_block_comment, - [82937] = 7, + [83304] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5739), 1, - sym_identifier, - STATE(3566), 1, - sym_type_arguments, + ACTIONS(4534), 1, + anon_sym_LPAREN, + ACTIONS(4941), 1, + anon_sym_LT, + STATE(2265), 1, + sym_parameters, + STATE(3319), 1, + sym_type_parameters, STATE(2739), 2, sym_line_comment, sym_block_comment, - [82960] = 7, + [83327] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5707), 1, - sym_identifier, - STATE(1481), 1, - sym_type_arguments, + ACTIONS(5060), 1, + anon_sym_PLUS, STATE(2740), 2, sym_line_comment, sym_block_comment, - [82983] = 7, + ACTIONS(5914), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [83346] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5914), 1, - anon_sym_LBRACE, + ACTIONS(5445), 1, + anon_sym_PIPE, ACTIONS(5916), 1, - anon_sym_for, + anon_sym_RPAREN, ACTIONS(5918), 1, - anon_sym_loop, - ACTIONS(5920), 1, - anon_sym_while, + anon_sym_COMMA, + STATE(2801), 1, + aux_sym_tuple_pattern_repeat1, STATE(2741), 2, sym_line_comment, sym_block_comment, - [83006] = 7, + [83369] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5922), 1, - anon_sym_RPAREN, - ACTIONS(5924), 1, - anon_sym_COMMA, - STATE(2961), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3472), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2742), 2, sym_line_comment, sym_block_comment, - [83029] = 7, + [83392] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1601), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(2120), 1, + STATE(3474), 1, sym_block, - STATE(3648), 1, + STATE(3622), 1, sym_label, STATE(2743), 2, sym_line_comment, sym_block_comment, - [83052] = 7, + [83415] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - ACTIONS(4924), 1, - anon_sym_LT, - STATE(2255), 1, - sym_parameters, - STATE(3349), 1, - sym_type_parameters, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, + anon_sym_LBRACE, + STATE(644), 1, + sym_declaration_list, + STATE(3107), 1, + sym_where_clause, STATE(2744), 2, sym_line_comment, sym_block_comment, - [83075] = 7, + [83438] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(476), 1, - sym_block, - STATE(3656), 1, - sym_label, + ACTIONS(5308), 1, + anon_sym_PLUS, STATE(2745), 2, sym_line_comment, sym_block_comment, - [83098] = 5, + ACTIONS(5920), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [83457] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5926), 1, - sym_identifier, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5922), 1, + anon_sym_SEMI, + STATE(3469), 1, + sym_where_clause, STATE(2746), 2, sym_line_comment, sym_block_comment, - ACTIONS(5928), 3, - anon_sym_default, - anon_sym_gen, - anon_sym_union, - [83117] = 7, + [83480] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(3443), 1, - sym_block, - STATE(3606), 1, - sym_label, + STATE(538), 1, + sym_declaration_list, + STATE(3310), 1, + sym_where_clause, STATE(2747), 2, sym_line_comment, sym_block_comment, - [83140] = 7, + [83503] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - ACTIONS(5930), 1, - anon_sym_GT, - STATE(3305), 1, - sym_lifetime, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + ACTIONS(5924), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, STATE(2748), 2, sym_line_comment, sym_block_comment, - [83163] = 7, + [83526] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(5926), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1475), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(5928), 1, + anon_sym_for, + ACTIONS(5930), 1, + anon_sym_loop, + ACTIONS(5932), 1, + anon_sym_while, STATE(2749), 2, sym_line_comment, sym_block_comment, - [83186] = 5, + [83549] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5791), 1, - anon_sym_COLON_COLON, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1121), 1, + sym_declaration_list, + STATE(3184), 1, + sym_where_clause, STATE(2750), 2, sym_line_comment, sym_block_comment, - ACTIONS(4722), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83205] = 4, + [83572] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3594), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2751), 2, sym_line_comment, sym_block_comment, - ACTIONS(5932), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [83222] = 7, + [83595] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5556), 1, - anon_sym_RPAREN, - ACTIONS(5558), 1, - anon_sym_COMMA, - STATE(2938), 1, - aux_sym_parameters_repeat1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3599), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2752), 2, sym_line_comment, sym_block_comment, - [83245] = 6, + [83618] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4671), 1, - anon_sym_DOT_DOT, - ACTIONS(5934), 1, - anon_sym_COLON_COLON, - ACTIONS(4673), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOT_DOT_EQ, + ACTIONS(4939), 1, + anon_sym_LBRACE, + ACTIONS(4943), 1, + anon_sym_where, + STATE(674), 1, + sym_field_declaration_list, + STATE(3206), 1, + sym_where_clause, STATE(2753), 2, sym_line_comment, sym_block_comment, - [83266] = 7, + [83641] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4714), 1, - anon_sym_for, - ACTIONS(5703), 1, - anon_sym_COLON_COLON, - STATE(1967), 1, - sym_type_arguments, + ACTIONS(4544), 2, + anon_sym_COLON, + anon_sym_PIPE, + ACTIONS(5934), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2754), 2, sym_line_comment, sym_block_comment, - [83289] = 7, + [83660] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(473), 1, - sym_block, - STATE(3656), 1, + STATE(3622), 1, sym_label, + STATE(3693), 1, + sym_block, STATE(2755), 2, sym_line_comment, sym_block_comment, - [83312] = 7, + [83683] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1235), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, + ACTIONS(3328), 1, anon_sym_SQUOTE, - STATE(477), 1, + STATE(3574), 1, sym_block, - STATE(3656), 1, + STATE(3622), 1, sym_label, STATE(2756), 2, sym_line_comment, sym_block_comment, - [83335] = 6, + [83706] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5445), 1, + anon_sym_PIPE, ACTIONS(5936), 1, - anon_sym_DQUOTE, - STATE(2539), 1, - aux_sym_string_literal_repeat1, - ACTIONS(5649), 2, - sym_string_content, - sym_escape_sequence, + anon_sym_RBRACK, + ACTIONS(5938), 1, + anon_sym_COMMA, + STATE(2803), 1, + aux_sym_slice_pattern_repeat1, STATE(2757), 2, sym_line_comment, sym_block_comment, - [83356] = 7, - ACTIONS(19), 1, - anon_sym_LBRACE, + [83729] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(402), 1, - sym_block, - STATE(3499), 1, - sym_label, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + ACTIONS(5940), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, STATE(2758), 2, sym_line_comment, sym_block_comment, - [83379] = 7, + [83752] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1375), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5286), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2759), 2, sym_line_comment, sym_block_comment, - [83402] = 7, + [83773] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(3609), 1, - anon_sym_COLON_COLON, - ACTIONS(4802), 1, - anon_sym_BANG, - STATE(1197), 1, - sym_type_arguments, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5942), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2760), 2, sym_line_comment, sym_block_comment, - [83425] = 7, + [83796] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5703), 1, - anon_sym_COLON_COLON, - ACTIONS(5938), 1, - anon_sym_for, - STATE(1967), 1, - sym_type_arguments, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, + sym_identifier, + ACTIONS(5944), 1, + anon_sym_GT, + STATE(3324), 1, + sym_lifetime, STATE(2761), 2, sym_line_comment, sym_block_comment, - [83448] = 7, + [83819] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5703), 1, - anon_sym_COLON_COLON, - ACTIONS(5940), 1, + ACTIONS(5946), 1, + anon_sym_LBRACE, + ACTIONS(5948), 1, anon_sym_for, - STATE(1967), 1, - sym_type_arguments, + ACTIONS(5950), 1, + anon_sym_loop, + ACTIONS(5952), 1, + anon_sym_while, STATE(2762), 2, sym_line_comment, sym_block_comment, - [83471] = 5, - ACTIONS(3), 1, + [83842] = 6, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5942), 1, - aux_sym_token_repetition_pattern_token1, + ACTIONS(4210), 1, + anon_sym_LBRACE, + STATE(3013), 1, + sym_use_list, + ACTIONS(5954), 2, + sym_identifier, + sym_super, STATE(2763), 2, sym_line_comment, sym_block_comment, - ACTIONS(5944), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [83490] = 7, - ACTIONS(103), 1, + [83863] = 5, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - ACTIONS(5015), 1, - anon_sym_LBRACE, - STATE(2966), 1, - sym_block, - STATE(3655), 1, - sym_label, + ACTIONS(5956), 1, + aux_sym_token_repetition_pattern_token1, STATE(2764), 2, sym_line_comment, sym_block_comment, - [83513] = 5, + ACTIONS(5958), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [83882] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5946), 1, - anon_sym_COMMA, - ACTIONS(5876), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - STATE(2765), 3, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5960), 1, + sym_identifier, + STATE(2069), 1, + sym_type_arguments, + STATE(2765), 2, sym_line_comment, sym_block_comment, - aux_sym_slice_pattern_repeat1, - [83532] = 7, + [83905] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5703), 1, - anon_sym_COLON_COLON, - ACTIONS(5949), 1, - anon_sym_for, - STATE(1967), 1, - sym_type_arguments, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5302), 1, + anon_sym_LBRACE, + STATE(1126), 1, + sym_enum_variant_list, + STATE(3194), 1, + sym_where_clause, STATE(2766), 2, sym_line_comment, sym_block_comment, - [83555] = 7, + [83928] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4939), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1400), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(4943), 1, + anon_sym_where, + STATE(547), 1, + sym_field_declaration_list, + STATE(3332), 1, + sym_where_clause, STATE(2767), 2, sym_line_comment, sym_block_comment, - [83578] = 4, + [83951] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1389), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2768), 2, sym_line_comment, sym_block_comment, - ACTIONS(967), 4, - anon_sym_SEMI, - anon_sym_RPAREN, - anon_sym_RBRACK, - anon_sym_RBRACE, - [83595] = 7, + [83974] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5153), 1, - anon_sym_LPAREN, - ACTIONS(5155), 1, - anon_sym_LBRACK, - ACTIONS(5159), 1, - anon_sym_LBRACE, - STATE(1402), 1, - sym_delim_token_tree, + ACTIONS(5782), 1, + anon_sym_COLON_COLON, STATE(2769), 2, sym_line_comment, sym_block_comment, - [83618] = 7, + ACTIONS(4803), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [83993] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(407), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1723), 1, - sym_block, - STATE(3657), 1, - sym_label, + ACTIONS(4554), 1, + anon_sym_DOT_DOT, + ACTIONS(5290), 1, + anon_sym_COLON_COLON, + ACTIONS(4556), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOT_DOT_EQ, STATE(2770), 2, sym_line_comment, sym_block_comment, - [83641] = 7, + [84014] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1476), 1, - sym_block, - STATE(3606), 1, - sym_label, + STATE(657), 1, + sym_declaration_list, + STATE(3140), 1, + sym_where_clause, STATE(2771), 2, sym_line_comment, sym_block_comment, - [83664] = 7, + [84037] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(343), 1, - anon_sym_LBRACE, - ACTIONS(3299), 1, - anon_sym_SQUOTE, - STATE(1132), 1, - sym_block, - STATE(3606), 1, - sym_label, + ACTIONS(5060), 1, + anon_sym_PLUS, STATE(2772), 2, sym_line_comment, sym_block_comment, - [83687] = 7, + ACTIONS(5962), 3, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_COMMA, + [84056] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5693), 1, - anon_sym_LPAREN, - ACTIONS(5695), 1, - anon_sym_LBRACK, - ACTIONS(5697), 1, + ACTIONS(5964), 1, anon_sym_LBRACE, - STATE(385), 1, - sym_delim_token_tree, + ACTIONS(5966), 1, + anon_sym_for, + ACTIONS(5968), 1, + anon_sym_loop, + ACTIONS(5970), 1, + anon_sym_while, STATE(2773), 2, sym_line_comment, sym_block_comment, - [83710] = 7, + [84079] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5951), 1, - anon_sym_RPAREN, - ACTIONS(5953), 1, - anon_sym_COMMA, - STATE(2862), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(5972), 1, + sym_identifier, STATE(2774), 2, sym_line_comment, sym_block_comment, - [83733] = 6, + ACTIONS(5974), 3, + anon_sym_default, + anon_sym_gen, + anon_sym_union, + [84098] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(5955), 1, - anon_sym_SEMI, - STATE(495), 1, + STATE(739), 1, sym_declaration_list, + STATE(3255), 1, + sym_where_clause, STATE(2775), 2, sym_line_comment, sym_block_comment, - [83753] = 6, + [84121] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(5957), 1, - anon_sym_SEMI, - STATE(3495), 1, - sym_where_clause, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5976), 1, + anon_sym_RPAREN, + ACTIONS(5978), 1, + anon_sym_COMMA, + STATE(2941), 1, + aux_sym_slice_pattern_repeat1, STATE(2776), 2, sym_line_comment, sym_block_comment, - [83773] = 5, + [84144] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5959), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1132), 1, + sym_field_declaration_list, + STATE(3202), 1, + sym_where_clause, STATE(2777), 2, sym_line_comment, sym_block_comment, - [83791] = 4, + [84167] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4819), 1, + anon_sym_for, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + STATE(1974), 1, + sym_type_arguments, STATE(2778), 2, sym_line_comment, sym_block_comment, - ACTIONS(4796), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [83807] = 6, + [84190] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5961), 1, - anon_sym_RBRACE, - ACTIONS(5963), 1, - anon_sym_COMMA, - STATE(2817), 1, - aux_sym_field_initializer_list_repeat1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5960), 1, + sym_identifier, + STATE(2070), 1, + sym_type_arguments, STATE(2779), 2, sym_line_comment, sym_block_comment, - [83827] = 6, + [84213] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, + ACTIONS(343), 1, anon_sym_LBRACE, - ACTIONS(5965), 1, - anon_sym_SEMI, - STATE(1276), 1, - sym_declaration_list, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1388), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2780), 2, sym_line_comment, sym_block_comment, - [83847] = 5, + [84236] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5967), 1, - anon_sym_RPAREN, - ACTIONS(5969), 1, - anon_sym_COMMA, - STATE(2781), 3, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(1393), 1, + sym_block, + STATE(3622), 1, + sym_label, + STATE(2781), 2, sym_line_comment, sym_block_comment, - aux_sym_ordered_field_declaration_list_repeat1, - [83865] = 5, + [84259] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5972), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + ACTIONS(5980), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, STATE(2782), 2, sym_line_comment, sym_block_comment, - [83883] = 5, + [84282] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5974), 1, - anon_sym_AMP_AMP, - ACTIONS(4315), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + ACTIONS(5982), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, STATE(2783), 2, sym_line_comment, sym_block_comment, - [83901] = 5, + [84305] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5976), 1, - anon_sym_RBRACE, - ACTIONS(5978), 1, - anon_sym_COMMA, - STATE(2784), 3, + ACTIONS(5984), 1, + anon_sym_DQUOTE, + STATE(2625), 1, + aux_sym_string_literal_repeat1, + ACTIONS(5697), 2, + sym_string_content, + sym_escape_sequence, + STATE(2784), 2, sym_line_comment, sym_block_comment, - aux_sym_field_declaration_list_repeat1, - [83919] = 5, + [84326] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5974), 1, - anon_sym_AMP_AMP, - ACTIONS(5981), 2, - anon_sym_LBRACE, - anon_sym_SQUOTE, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5795), 1, + anon_sym_COLON_COLON, + ACTIONS(5986), 1, + anon_sym_for, + STATE(1974), 1, + sym_type_arguments, STATE(2785), 2, sym_line_comment, sym_block_comment, - [83937] = 6, + [84349] = 7, + ACTIONS(19), 1, + anon_sym_LBRACE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4999), 1, - anon_sym_RBRACE, - ACTIONS(5983), 1, - anon_sym_COMMA, - STATE(2784), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(412), 1, + sym_block, + STATE(3541), 1, + sym_label, STATE(2786), 2, sym_line_comment, sym_block_comment, - [83957] = 6, + [84372] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1623), 1, - anon_sym_GT, - ACTIONS(5985), 1, - anon_sym_COMMA, - STATE(2923), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(343), 1, + anon_sym_LBRACE, + ACTIONS(3328), 1, + anon_sym_SQUOTE, + STATE(3579), 1, + sym_block, + STATE(3622), 1, + sym_label, STATE(2787), 2, sym_line_comment, sym_block_comment, - [83977] = 6, + [84395] = 7, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1623), 1, - anon_sym_GT, - ACTIONS(5985), 1, - anon_sym_COMMA, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3318), 1, + anon_sym_LT2, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5870), 1, + sym_identifier, + STATE(1596), 1, + sym_type_arguments, STATE(2788), 2, sym_line_comment, sym_block_comment, - [83997] = 5, + [84418] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5987), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5988), 1, + anon_sym_SEMI, + STATE(1248), 1, + sym_declaration_list, STATE(2789), 2, sym_line_comment, sym_block_comment, - [84015] = 4, + [84438] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(5990), 1, + anon_sym_SEMI, + STATE(3452), 1, + sym_where_clause, STATE(2790), 2, sym_line_comment, sym_block_comment, - ACTIONS(4798), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84031] = 6, + [84458] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(991), 1, - anon_sym_RBRACK, - ACTIONS(4173), 1, + ACTIONS(5042), 1, + anon_sym_RBRACE, + ACTIONS(5992), 1, anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, + STATE(2927), 1, + aux_sym_enum_variant_list_repeat2, STATE(2791), 2, sym_line_comment, sym_block_comment, - [84051] = 6, + [84478] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2999), 1, - anon_sym_RPAREN, - ACTIONS(5989), 1, + ACTIONS(5994), 1, + anon_sym_RBRACE, + ACTIONS(5996), 1, anon_sym_COMMA, - STATE(3018), 1, - aux_sym_tuple_pattern_repeat1, + STATE(2833), 1, + aux_sym_field_initializer_list_repeat1, STATE(2792), 2, sym_line_comment, sym_block_comment, - [84071] = 6, + [84498] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5991), 1, - sym_identifier, - ACTIONS(5993), 1, - anon_sym_await, - ACTIONS(5995), 1, - sym_integer_literal, STATE(2793), 2, sym_line_comment, sym_block_comment, - [84091] = 6, + ACTIONS(4544), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [84514] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3087), 1, - anon_sym_RBRACK, - ACTIONS(5997), 1, - anon_sym_COMMA, - STATE(2765), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(5998), 1, + anon_sym_SEMI, + STATE(1075), 1, + sym_declaration_list, STATE(2794), 2, sym_line_comment, sym_block_comment, - [84111] = 4, + [84534] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5042), 1, + anon_sym_RBRACE, + ACTIONS(5992), 1, + anon_sym_COMMA, + STATE(2929), 1, + aux_sym_enum_variant_list_repeat2, STATE(2795), 2, sym_line_comment, sym_block_comment, - ACTIONS(4900), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84127] = 6, + [84554] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5999), 1, - anon_sym_RBRACE, - ACTIONS(6001), 1, - anon_sym_COMMA, - STATE(2831), 1, - aux_sym_struct_pattern_repeat1, + ACTIONS(6000), 1, + sym_identifier, + ACTIONS(6002), 1, + anon_sym_ref, + ACTIONS(6004), 1, + sym_mutable_specifier, STATE(2796), 2, sym_line_comment, sym_block_comment, - [84147] = 6, + [84574] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(6003), 1, - anon_sym_for, - STATE(1968), 1, - sym_type_arguments, + ACTIONS(4743), 1, + anon_sym_COLON_COLON, + ACTIONS(4849), 1, + anon_sym_BANG, + ACTIONS(6006), 1, + sym_identifier, STATE(2797), 2, sym_line_comment, sym_block_comment, - [84167] = 6, + [84594] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6005), 1, - anon_sym_RBRACE, - ACTIONS(6007), 1, - anon_sym_COMMA, - STATE(2833), 1, - aux_sym_struct_pattern_repeat1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6008), 1, + anon_sym_SEMI, + STATE(722), 1, + sym_declaration_list, STATE(2798), 2, sym_line_comment, sym_block_comment, - [84187] = 6, + [84614] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3205), 1, + ACTIONS(5453), 1, anon_sym_RPAREN, - ACTIONS(6009), 1, + ACTIONS(5455), 1, anon_sym_COMMA, - STATE(2896), 1, - aux_sym_tuple_type_repeat1, + STATE(3007), 1, + aux_sym_parameters_repeat1, STATE(2799), 2, sym_line_comment, sym_block_comment, - [84207] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [84634] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6011), 1, - anon_sym_move, - STATE(220), 1, - sym_closure_parameters, + ACTIONS(1035), 1, + anon_sym_RBRACK, + ACTIONS(4198), 1, + anon_sym_COMMA, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(2800), 2, sym_line_comment, sym_block_comment, - [84227] = 6, + [84654] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5525), 1, + ACTIONS(2558), 1, anon_sym_RPAREN, - ACTIONS(5527), 1, + ACTIONS(6010), 1, anon_sym_COMMA, STATE(2836), 1, - aux_sym_parameters_repeat1, + aux_sym_tuple_pattern_repeat1, STATE(2801), 2, sym_line_comment, sym_block_comment, - [84247] = 6, + [84674] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3079), 1, - anon_sym_RPAREN, - ACTIONS(6013), 1, - anon_sym_COMMA, - STATE(2765), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(3144), 1, + anon_sym_PLUS, + ACTIONS(6012), 1, + sym_mutable_specifier, + ACTIONS(6014), 1, + sym_self, STATE(2802), 2, sym_line_comment, sym_block_comment, - [84267] = 6, + [84694] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6015), 1, - anon_sym_SEMI, - ACTIONS(6017), 1, - anon_sym_EQ, + ACTIONS(3072), 1, + anon_sym_RBRACK, + ACTIONS(6016), 1, + anon_sym_COMMA, + STATE(2695), 1, + aux_sym_slice_pattern_repeat1, STATE(2803), 2, sym_line_comment, sym_block_comment, - [84287] = 6, + [84714] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6019), 1, - anon_sym_SEMI, - STATE(630), 1, - sym_declaration_list, + ACTIONS(6018), 1, + anon_sym_RBRACE, + ACTIONS(6020), 1, + anon_sym_COMMA, + STATE(2849), 1, + aux_sym_struct_pattern_repeat1, STATE(2804), 2, sym_line_comment, sym_block_comment, - [84307] = 6, + [84734] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6021), 1, + ACTIONS(6022), 1, anon_sym_RBRACE, - ACTIONS(6023), 1, + ACTIONS(6024), 1, anon_sym_COMMA, - STATE(2839), 1, - aux_sym_enum_variant_list_repeat2, + STATE(2851), 1, + aux_sym_struct_pattern_repeat1, STATE(2805), 2, sym_line_comment, sym_block_comment, - [84327] = 6, + [84754] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6025), 1, - anon_sym_SEMI, - STATE(514), 1, - sym_declaration_list, + ACTIONS(3222), 1, + anon_sym_RPAREN, + ACTIONS(6026), 1, + anon_sym_COMMA, + STATE(2978), 1, + aux_sym_tuple_type_repeat1, STATE(2806), 2, sym_line_comment, sym_block_comment, - [84347] = 6, + [84774] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6027), 1, - anon_sym_SEMI, - STATE(3614), 1, - sym_where_clause, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6028), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(2807), 2, sym_line_comment, sym_block_comment, - [84367] = 6, + [84792] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4708), 1, - anon_sym_GT, - ACTIONS(6029), 1, - anon_sym_COMMA, - STATE(2920), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6030), 1, + anon_sym_SEMI, + STATE(3435), 1, + sym_where_clause, STATE(2808), 2, sym_line_comment, sym_block_comment, - [84387] = 6, + [84812] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4708), 1, - anon_sym_GT, - ACTIONS(6029), 1, + ACTIONS(5486), 1, + anon_sym_RPAREN, + ACTIONS(5488), 1, anon_sym_COMMA, - STATE(2843), 1, - aux_sym_type_parameters_repeat1, + STATE(2854), 1, + aux_sym_parameters_repeat1, STATE(2809), 2, sym_line_comment, sym_block_comment, - [84407] = 6, + [84832] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(6031), 1, + ACTIONS(6032), 1, anon_sym_SEMI, - STATE(1312), 1, + STATE(561), 1, sym_declaration_list, STATE(2810), 2, sym_line_comment, sym_block_comment, - [84427] = 6, + [84852] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6033), 1, - anon_sym_SEMI, - STATE(632), 1, - sym_declaration_list, + ACTIONS(6034), 1, + anon_sym_GT, + ACTIONS(6036), 1, + anon_sym_COMMA, + STATE(3038), 1, + aux_sym_for_lifetimes_repeat1, STATE(2811), 2, sym_line_comment, sym_block_comment, - [84447] = 6, + [84872] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(6035), 1, + ACTIONS(6038), 1, anon_sym_SEMI, - ACTIONS(6037), 1, + ACTIONS(6040), 1, anon_sym_EQ, STATE(2812), 2, sym_line_comment, sym_block_comment, - [84467] = 6, + [84892] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6039), 1, - anon_sym_RBRACE, - ACTIONS(6041), 1, + ACTIONS(969), 1, + anon_sym_RPAREN, + ACTIONS(4186), 1, anon_sym_COMMA, - STATE(2847), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(2813), 2, sym_line_comment, sym_block_comment, - [84487] = 6, + [84912] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6043), 1, - anon_sym_SEMI, - STATE(3420), 1, - sym_where_clause, + ACTIONS(6042), 1, + anon_sym_RBRACE, + ACTIONS(6044), 1, + anon_sym_COMMA, + STATE(2856), 1, + aux_sym_enum_variant_list_repeat2, STATE(2814), 2, sym_line_comment, sym_block_comment, - [84507] = 6, + [84932] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6045), 1, - anon_sym_SEMI, - STATE(3439), 1, - sym_where_clause, - STATE(2815), 2, + ACTIONS(6046), 1, + anon_sym_GT, + ACTIONS(6048), 1, + anon_sym_COMMA, + STATE(2815), 3, sym_line_comment, sym_block_comment, - [84527] = 6, + aux_sym_type_parameters_repeat1, + [84950] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6047), 1, - anon_sym_SEMI, - STATE(1336), 1, - sym_declaration_list, + ACTIONS(4737), 1, + anon_sym_GT, + ACTIONS(6051), 1, + anon_sym_COMMA, + STATE(2815), 1, + aux_sym_type_parameters_repeat1, STATE(2816), 2, sym_line_comment, sym_block_comment, - [84547] = 6, + [84970] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4822), 1, - anon_sym_RBRACE, - ACTIONS(6049), 1, - anon_sym_COMMA, - STATE(2850), 1, - aux_sym_field_initializer_list_repeat1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6053), 1, + anon_sym_SEMI, + STATE(631), 1, + sym_declaration_list, STATE(2817), 2, sym_line_comment, sym_block_comment, - [84567] = 4, + [84990] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4723), 1, + anon_sym_GT, + ACTIONS(6055), 1, + anon_sym_COMMA, + STATE(2815), 1, + aux_sym_type_parameters_repeat1, STATE(2818), 2, sym_line_comment, sym_block_comment, - ACTIONS(6051), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [84583] = 6, + [85010] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6053), 1, - anon_sym_SEMI, - STATE(3476), 1, - sym_where_clause, + ACTIONS(4723), 1, + anon_sym_GT, + ACTIONS(6055), 1, + anon_sym_COMMA, + STATE(2861), 1, + aux_sym_type_parameters_repeat1, STATE(2819), 2, sym_line_comment, sym_block_comment, - [84603] = 4, + [85030] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6057), 1, + anon_sym_SEMI, + STATE(711), 1, + sym_declaration_list, STATE(2820), 2, sym_line_comment, sym_block_comment, - ACTIONS(6055), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [84619] = 6, + [85050] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(993), 1, - anon_sym_RPAREN, - ACTIONS(4183), 1, - anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6059), 1, + anon_sym_SEMI, + STATE(1098), 1, + sym_declaration_list, STATE(2821), 2, sym_line_comment, sym_block_comment, - [84639] = 6, + [85070] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(6057), 1, - anon_sym_SEMI, - ACTIONS(6059), 1, - anon_sym_EQ, + ACTIONS(6061), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2822), 2, sym_line_comment, sym_block_comment, - [84659] = 5, + [85088] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6063), 1, - anon_sym_COLON, - ACTIONS(6061), 2, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6063), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(2823), 2, sym_line_comment, sym_block_comment, - [84677] = 5, + [85106] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5060), 1, + anon_sym_PLUS, ACTIONS(6065), 1, - anon_sym_RBRACE, + anon_sym_SEMI, ACTIONS(6067), 1, - anon_sym_COMMA, - STATE(2824), 3, + anon_sym_EQ, + STATE(2824), 2, sym_line_comment, sym_block_comment, - aux_sym_use_list_repeat1, - [84695] = 6, + [85126] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(995), 1, + ACTIONS(1023), 1, anon_sym_RBRACK, - ACTIONS(6070), 1, + ACTIONS(6069), 1, anon_sym_COMMA, - STATE(2644), 1, + STATE(2629), 1, aux_sym_arguments_repeat1, STATE(2825), 2, sym_line_comment, sym_block_comment, - [84715] = 4, + [85146] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6071), 1, + anon_sym_RBRACE, + ACTIONS(6073), 1, + anon_sym_COMMA, + STATE(2869), 1, + aux_sym_field_declaration_list_repeat1, STATE(2826), 2, sym_line_comment, sym_block_comment, - ACTIONS(4860), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84731] = 6, + [85166] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1629), 1, - anon_sym_GT, - ACTIONS(6072), 1, - anon_sym_COMMA, - STATE(2860), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6075), 1, + anon_sym_SEMI, + STATE(3679), 1, + sym_where_clause, STATE(2827), 2, sym_line_comment, sym_block_comment, - [84751] = 6, + [85186] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1629), 1, - anon_sym_GT, - ACTIONS(6072), 1, - anon_sym_COMMA, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6077), 1, + anon_sym_SEMI, + STATE(3440), 1, + sym_where_clause, STATE(2828), 2, sym_line_comment, sym_block_comment, - [84771] = 6, + [85206] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3067), 1, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6079), 2, anon_sym_RPAREN, - ACTIONS(6074), 1, anon_sym_COMMA, - STATE(2765), 1, - aux_sym_slice_pattern_repeat1, STATE(2829), 2, sym_line_comment, sym_block_comment, - [84791] = 4, + [85224] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6081), 1, + anon_sym_SEMI, + STATE(1119), 1, + sym_declaration_list, STATE(2830), 2, sym_line_comment, sym_block_comment, - ACTIONS(4868), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84807] = 6, + [85244] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5219), 1, - anon_sym_RBRACE, - ACTIONS(6076), 1, + ACTIONS(923), 1, + anon_sym_RBRACK, + ACTIONS(4228), 1, anon_sym_COMMA, - STATE(2940), 1, - aux_sym_struct_pattern_repeat1, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(2831), 2, sym_line_comment, sym_block_comment, - [84827] = 6, + [85264] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3071), 1, - anon_sym_RPAREN, - ACTIONS(6078), 1, - anon_sym_COMMA, - STATE(2765), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6083), 1, + anon_sym_SEMI, + STATE(720), 1, + sym_declaration_list, STATE(2832), 2, sym_line_comment, sym_block_comment, - [84847] = 6, + [85284] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5259), 1, + ACTIONS(4845), 1, anon_sym_RBRACE, - ACTIONS(6080), 1, + ACTIONS(6085), 1, anon_sym_COMMA, - STATE(2940), 1, - aux_sym_struct_pattern_repeat1, + STATE(2963), 1, + aux_sym_field_initializer_list_repeat1, STATE(2833), 2, sym_line_comment, sym_block_comment, - [84867] = 4, + [85304] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1031), 1, + anon_sym_RBRACK, + ACTIONS(4142), 1, + anon_sym_COMMA, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(2834), 2, sym_line_comment, sym_block_comment, - ACTIONS(4870), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84883] = 6, + [85324] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6082), 1, - anon_sym_RBRACE, - ACTIONS(6084), 1, - anon_sym_COMMA, - STATE(2855), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6087), 1, + anon_sym_SEMI, + STATE(3492), 1, + sym_where_clause, STATE(2835), 2, sym_line_comment, sym_block_comment, - [84903] = 6, + [85344] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1493), 1, + ACTIONS(6079), 1, anon_sym_RPAREN, - ACTIONS(5457), 1, + ACTIONS(6089), 1, anon_sym_COMMA, - STATE(2972), 1, - aux_sym_parameters_repeat1, - STATE(2836), 2, + STATE(2836), 3, sym_line_comment, sym_block_comment, - [84923] = 4, + aux_sym_tuple_pattern_repeat1, + [85362] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1007), 1, + anon_sym_RPAREN, + ACTIONS(4200), 1, + anon_sym_COMMA, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(2837), 2, - sym_line_comment, - sym_block_comment, - ACTIONS(4872), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [84939] = 6, + sym_line_comment, + sym_block_comment, + [85382] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1493), 1, - anon_sym_RPAREN, - ACTIONS(5457), 1, + ACTIONS(1623), 1, + anon_sym_GT, + ACTIONS(6092), 1, anon_sym_COMMA, - STATE(2865), 1, - aux_sym_parameters_repeat1, + STATE(2839), 1, + aux_sym_type_arguments_repeat1, STATE(2838), 2, sym_line_comment, sym_block_comment, - [84959] = 6, + [85402] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4928), 1, - anon_sym_RBRACE, - ACTIONS(6086), 1, + ACTIONS(5506), 1, + anon_sym_GT, + ACTIONS(6094), 1, anon_sym_COMMA, - STATE(3005), 1, - aux_sym_enum_variant_list_repeat2, - STATE(2839), 2, + STATE(2839), 3, sym_line_comment, sym_block_comment, - [84979] = 6, + aux_sym_type_arguments_repeat1, + [85420] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4928), 1, - anon_sym_RBRACE, - ACTIONS(6086), 1, - anon_sym_COMMA, - STATE(2868), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(6097), 1, + anon_sym_EQ, + STATE(3626), 1, + sym_type_parameters, STATE(2840), 2, sym_line_comment, sym_block_comment, - [84999] = 6, + [85440] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5223), 1, + ACTIONS(6101), 1, + anon_sym_COLON, + ACTIONS(6099), 2, anon_sym_RBRACE, - ACTIONS(6088), 1, anon_sym_COMMA, - STATE(2940), 1, - aux_sym_struct_pattern_repeat1, STATE(2841), 2, sym_line_comment, sym_block_comment, - [85019] = 6, + [85458] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6090), 1, - sym_identifier, - ACTIONS(6092), 1, - anon_sym_ref, - ACTIONS(6094), 1, - sym_mutable_specifier, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6103), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2842), 2, sym_line_comment, sym_block_comment, - [85039] = 6, + [85476] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4692), 1, - anon_sym_GT, - ACTIONS(6096), 1, + ACTIONS(1019), 1, + anon_sym_RBRACK, + ACTIONS(6105), 1, anon_sym_COMMA, - STATE(2920), 1, - aux_sym_type_parameters_repeat1, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(2843), 2, sym_line_comment, sym_block_comment, - [85059] = 6, + [85496] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6098), 1, - anon_sym_SEMI, - STATE(1368), 1, - sym_declaration_list, - STATE(2844), 2, + ACTIONS(6107), 1, + anon_sym_RBRACE, + ACTIONS(6109), 1, + anon_sym_COMMA, + STATE(2844), 3, sym_line_comment, sym_block_comment, - [85079] = 6, + aux_sym_struct_pattern_repeat1, + [85514] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6100), 1, - anon_sym_SEMI, - STATE(1072), 1, - sym_declaration_list, + ACTIONS(1607), 1, + anon_sym_GT, + ACTIONS(6112), 1, + anon_sym_COMMA, + STATE(2883), 1, + aux_sym_type_arguments_repeat1, STATE(2845), 2, sym_line_comment, sym_block_comment, - [85099] = 6, + [85534] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6102), 1, - anon_sym_SEMI, - ACTIONS(6104), 1, - anon_sym_EQ, + ACTIONS(1607), 1, + anon_sym_GT, + ACTIONS(6112), 1, + anon_sym_COMMA, + STATE(2839), 1, + aux_sym_type_arguments_repeat1, STATE(2846), 2, sym_line_comment, sym_block_comment, - [85119] = 6, + [85554] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4930), 1, - anon_sym_RBRACE, - ACTIONS(6106), 1, + ACTIONS(3088), 1, + anon_sym_RPAREN, + ACTIONS(6114), 1, anon_sym_COMMA, - STATE(2784), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2695), 1, + aux_sym_slice_pattern_repeat1, STATE(2847), 2, sym_line_comment, sym_block_comment, - [85139] = 6, + [85574] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4930), 1, - anon_sym_RBRACE, - ACTIONS(6106), 1, + ACTIONS(5605), 1, anon_sym_COMMA, - STATE(2876), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(6116), 1, + anon_sym_PIPE, + STATE(2956), 1, + aux_sym_closure_parameters_repeat1, STATE(2848), 2, sym_line_comment, sym_block_comment, - [85159] = 6, + [85594] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6108), 1, - anon_sym_SEMI, - STATE(1083), 1, - sym_declaration_list, + ACTIONS(5260), 1, + anon_sym_RBRACE, + ACTIONS(6118), 1, + anon_sym_COMMA, + STATE(2844), 1, + aux_sym_struct_pattern_repeat1, STATE(2849), 2, sym_line_comment, sym_block_comment, - [85179] = 5, + [85614] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6110), 1, - anon_sym_RBRACE, - ACTIONS(6112), 1, + ACTIONS(3090), 1, + anon_sym_RPAREN, + ACTIONS(6120), 1, anon_sym_COMMA, - STATE(2850), 3, + STATE(2695), 1, + aux_sym_slice_pattern_repeat1, + STATE(2850), 2, sym_line_comment, sym_block_comment, - aux_sym_field_initializer_list_repeat1, - [85197] = 6, + [85634] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6115), 1, - anon_sym_SEMI, - STATE(3408), 1, - sym_where_clause, + ACTIONS(5262), 1, + anon_sym_RBRACE, + ACTIONS(6122), 1, + anon_sym_COMMA, + STATE(2844), 1, + aux_sym_struct_pattern_repeat1, STATE(2851), 2, sym_line_comment, sym_block_comment, - [85217] = 6, + [85654] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6117), 1, - anon_sym_SEMI, - ACTIONS(6119), 1, - anon_sym_EQ, + ACTIONS(2124), 1, + anon_sym_RPAREN, + ACTIONS(6124), 1, + anon_sym_COMMA, + STATE(2836), 1, + aux_sym_tuple_pattern_repeat1, STATE(2852), 2, sym_line_comment, sym_block_comment, - [85237] = 6, + [85674] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6121), 1, - anon_sym_SEMI, - STATE(3473), 1, - sym_where_clause, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4909), 1, + anon_sym_LBRACE, + STATE(1973), 1, + sym_type_arguments, STATE(2853), 2, sym_line_comment, sym_block_comment, - [85257] = 5, + [85694] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6125), 1, - anon_sym_EQ, - ACTIONS(6123), 2, - anon_sym_RBRACE, + ACTIONS(1393), 1, + anon_sym_RPAREN, + ACTIONS(5510), 1, anon_sym_COMMA, + STATE(2879), 1, + aux_sym_parameters_repeat1, STATE(2854), 2, sym_line_comment, sym_block_comment, - [85275] = 6, + [85714] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4959), 1, - anon_sym_RBRACE, - ACTIONS(6127), 1, + ACTIONS(1393), 1, + anon_sym_RPAREN, + ACTIONS(5510), 1, anon_sym_COMMA, - STATE(3005), 1, - aux_sym_enum_variant_list_repeat2, + STATE(2887), 1, + aux_sym_parameters_repeat1, STATE(2855), 2, sym_line_comment, sym_block_comment, - [85295] = 6, + [85734] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1001), 1, - anon_sym_RPAREN, - ACTIONS(6129), 1, + ACTIONS(5036), 1, + anon_sym_RBRACE, + ACTIONS(6126), 1, anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, + STATE(2927), 1, + aux_sym_enum_variant_list_repeat2, STATE(2856), 2, sym_line_comment, sym_block_comment, - [85315] = 4, + [85754] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5036), 1, + anon_sym_RBRACE, + ACTIONS(6126), 1, + anon_sym_COMMA, + STATE(2891), 1, + aux_sym_enum_variant_list_repeat2, STATE(2857), 2, sym_line_comment, sym_block_comment, - ACTIONS(6131), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [85331] = 6, + [85774] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6133), 1, - anon_sym_SEMI, - ACTIONS(6135), 1, - anon_sym_EQ, + ACTIONS(3076), 1, + anon_sym_RBRACK, + ACTIONS(6128), 1, + anon_sym_COMMA, + STATE(2695), 1, + aux_sym_slice_pattern_repeat1, STATE(2858), 2, sym_line_comment, sym_block_comment, - [85351] = 6, + [85794] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(5665), 1, - sym_identifier, - STATE(3305), 1, - sym_lifetime, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6130), 1, + anon_sym_SEMI, + STATE(497), 1, + sym_declaration_list, STATE(2859), 2, sym_line_comment, sym_block_comment, - [85371] = 6, + [85814] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1631), 1, - anon_sym_GT, - ACTIONS(6137), 1, + ACTIONS(4632), 1, + anon_sym_COLON_COLON, + ACTIONS(5332), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, STATE(2860), 2, sym_line_comment, sym_block_comment, - [85391] = 6, + [85832] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4959), 1, - anon_sym_RBRACE, - ACTIONS(6127), 1, + ACTIONS(4717), 1, + anon_sym_GT, + ACTIONS(6132), 1, anon_sym_COMMA, - STATE(3011), 1, - aux_sym_enum_variant_list_repeat2, + STATE(2815), 1, + aux_sym_type_parameters_repeat1, STATE(2861), 2, sym_line_comment, sym_block_comment, - [85411] = 6, + [85852] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3085), 1, - anon_sym_RPAREN, - ACTIONS(6139), 1, - anon_sym_COMMA, - STATE(2765), 1, - aux_sym_slice_pattern_repeat1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6134), 1, + anon_sym_SEMI, + STATE(1150), 1, + sym_declaration_list, STATE(2862), 2, sym_line_comment, sym_block_comment, - [85431] = 6, + [85872] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(989), 1, - anon_sym_RBRACK, - ACTIONS(4171), 1, - anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6136), 1, + anon_sym_SEMI, + ACTIONS(6138), 1, + anon_sym_EQ, STATE(2863), 2, sym_line_comment, sym_block_comment, - [85451] = 6, + [85892] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4684), 1, - anon_sym_COLON, - ACTIONS(4904), 1, - anon_sym_COLON_COLON, - STATE(2532), 1, - sym_trait_bounds, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6140), 1, + anon_sym_SEMI, + ACTIONS(6142), 1, + anon_sym_EQ, STATE(2864), 2, sym_line_comment, sym_block_comment, - [85471] = 6, + [85912] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1449), 1, - anon_sym_RPAREN, - ACTIONS(6141), 1, - anon_sym_COMMA, - STATE(2972), 1, - aux_sym_parameters_repeat1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6144), 1, + anon_sym_SEMI, + STATE(1156), 1, + sym_declaration_list, STATE(2865), 2, sym_line_comment, sym_block_comment, - [85491] = 6, + [85932] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6143), 1, - anon_sym_GT, - ACTIONS(6145), 1, - anon_sym_COMMA, - STATE(2885), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6146), 1, + anon_sym_SEMI, + STATE(499), 1, + sym_declaration_list, STATE(2866), 2, sym_line_comment, sym_block_comment, - [85511] = 6, + [85952] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6147), 1, - anon_sym_GT, - ACTIONS(6149), 1, - anon_sym_COMMA, - STATE(2887), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6148), 1, + anon_sym_SEMI, + ACTIONS(6150), 1, + anon_sym_EQ, STATE(2867), 2, sym_line_comment, sym_block_comment, - [85531] = 6, + [85972] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4947), 1, + ACTIONS(6154), 1, + anon_sym_COLON, + ACTIONS(6152), 2, anon_sym_RBRACE, - ACTIONS(6151), 1, anon_sym_COMMA, - STATE(3005), 1, - aux_sym_enum_variant_list_repeat2, STATE(2868), 2, sym_line_comment, sym_block_comment, - [85551] = 6, + [85990] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6153), 1, - anon_sym_SEMI, - STATE(1116), 1, - sym_declaration_list, + anon_sym_RBRACE, + ACTIONS(6156), 1, + anon_sym_COMMA, + STATE(3005), 1, + aux_sym_field_declaration_list_repeat1, STATE(2869), 2, sym_line_comment, sym_block_comment, - [85571] = 6, + [86010] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6155), 1, - anon_sym_SEMI, - STATE(1118), 1, - sym_declaration_list, + anon_sym_RBRACE, + ACTIONS(6156), 1, + anon_sym_COMMA, + STATE(2902), 1, + aux_sym_field_declaration_list_repeat1, STATE(2870), 2, sym_line_comment, sym_block_comment, - [85591] = 6, + [86030] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(2995), 1, - anon_sym_RPAREN, - ACTIONS(6157), 1, - anon_sym_COMMA, - STATE(3018), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6158), 1, + anon_sym_SEMI, + STATE(1168), 1, + sym_declaration_list, STATE(2871), 2, sym_line_comment, sym_block_comment, - [85611] = 6, + [86050] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6159), 1, - anon_sym_SEMI, - STATE(1124), 1, - sym_declaration_list, STATE(2872), 2, sym_line_comment, sym_block_comment, - [85631] = 6, + ACTIONS(4859), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86066] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6161), 1, - anon_sym_SEMI, - STATE(1126), 1, - sym_declaration_list, STATE(2873), 2, sym_line_comment, sym_block_comment, - [85651] = 6, + ACTIONS(4871), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86082] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6163), 1, - anon_sym_SEMI, - ACTIONS(6165), 1, - anon_sym_EQ, + ACTIONS(6160), 1, + anon_sym_RBRACE, + ACTIONS(6162), 1, + anon_sym_COMMA, + STATE(3094), 1, + aux_sym_field_initializer_list_repeat1, STATE(2874), 2, sym_line_comment, sym_block_comment, - [85671] = 6, + [86102] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6167), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6164), 1, anon_sym_SEMI, - STATE(648), 1, - sym_declaration_list, + ACTIONS(6166), 1, + anon_sym_EQ, STATE(2875), 2, sym_line_comment, sym_block_comment, - [85691] = 6, + [86122] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4953), 1, - anon_sym_RBRACE, - ACTIONS(6169), 1, - anon_sym_COMMA, - STATE(2784), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6168), 1, + anon_sym_SEMI, + STATE(3520), 1, + sym_where_clause, STATE(2876), 2, sym_line_comment, sym_block_comment, - [85711] = 6, + [86142] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3075), 1, - anon_sym_RBRACK, - ACTIONS(6171), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5691), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2765), 1, - aux_sym_slice_pattern_repeat1, STATE(2877), 2, sym_line_comment, sym_block_comment, - [85731] = 6, + [86160] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5221), 1, - anon_sym_RBRACE, - ACTIONS(6173), 1, + ACTIONS(1021), 1, + anon_sym_RPAREN, + ACTIONS(6170), 1, anon_sym_COMMA, - STATE(2940), 1, - aux_sym_struct_pattern_repeat1, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(2878), 2, sym_line_comment, sym_block_comment, - [85751] = 6, + [86180] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6175), 1, - anon_sym_SEMI, - STATE(3579), 1, - sym_where_clause, - STATE(2879), 2, + ACTIONS(5691), 1, + anon_sym_RPAREN, + ACTIONS(6172), 1, + anon_sym_COMMA, + STATE(2879), 3, sym_line_comment, sym_block_comment, - [85771] = 5, + aux_sym_parameters_repeat1, + [86198] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, + ACTIONS(5060), 1, anon_sym_PLUS, - ACTIONS(6177), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6175), 1, + anon_sym_SEMI, + ACTIONS(6177), 1, + anon_sym_EQ, STATE(2880), 2, sym_line_comment, sym_block_comment, - [85789] = 5, + [86218] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6179), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6179), 1, + anon_sym_SEMI, + ACTIONS(6181), 1, + anon_sym_RBRACK, STATE(2881), 2, sym_line_comment, sym_block_comment, - [85807] = 4, + [86238] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1377), 1, + anon_sym_RPAREN, + ACTIONS(6183), 1, + anon_sym_COMMA, + STATE(2879), 1, + aux_sym_parameters_repeat1, STATE(2882), 2, sym_line_comment, sym_block_comment, - ACTIONS(6181), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [85823] = 6, + [86258] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(4684), 1, - anon_sym_COLON, - STATE(2532), 1, - sym_trait_bounds, + ACTIONS(1627), 1, + anon_sym_GT, + ACTIONS(6185), 1, + anon_sym_COMMA, + STATE(2839), 1, + aux_sym_type_arguments_repeat1, STATE(2883), 2, sym_line_comment, sym_block_comment, - [85843] = 5, + [86278] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4640), 1, - anon_sym_COLON_COLON, - ACTIONS(6183), 2, - anon_sym_RPAREN, - anon_sym_COMMA, STATE(2884), 2, sym_line_comment, sym_block_comment, - [85861] = 6, + ACTIONS(4869), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86294] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5874), 1, - anon_sym_GT, - ACTIONS(6185), 1, - anon_sym_COMMA, - STATE(3056), 1, - aux_sym_use_bounds_repeat1, STATE(2885), 2, sym_line_comment, sym_block_comment, - [85881] = 4, + ACTIONS(4857), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86310] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(6187), 1, + anon_sym_GT, + STATE(3384), 1, + sym_lifetime, STATE(2886), 2, sym_line_comment, sym_block_comment, - ACTIONS(4830), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [85897] = 6, + [86330] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5878), 1, - anon_sym_GT, - ACTIONS(6187), 1, + ACTIONS(1415), 1, + anon_sym_RPAREN, + ACTIONS(6189), 1, anon_sym_COMMA, - STATE(3056), 1, - aux_sym_use_bounds_repeat1, + STATE(2879), 1, + aux_sym_parameters_repeat1, STATE(2887), 2, sym_line_comment, sym_block_comment, - [85917] = 5, + [86350] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5904), 2, - anon_sym_RPAREN, + ACTIONS(6191), 1, + anon_sym_GT, + ACTIONS(6193), 1, anon_sym_COMMA, + STATE(2914), 1, + aux_sym_use_bounds_repeat1, STATE(2888), 2, sym_line_comment, sym_block_comment, - [85935] = 6, + [86370] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6189), 1, - anon_sym_SEMI, - STATE(1164), 1, - sym_declaration_list, + ACTIONS(6195), 1, + anon_sym_GT, + ACTIONS(6197), 1, + anon_sym_COMMA, + STATE(2915), 1, + aux_sym_use_bounds_repeat1, STATE(2889), 2, sym_line_comment, sym_block_comment, - [85955] = 6, + [86390] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6191), 1, - anon_sym_SEMI, - STATE(1166), 1, - sym_declaration_list, - STATE(2890), 2, + ACTIONS(6199), 1, + anon_sym_GT, + ACTIONS(6201), 1, + anon_sym_COMMA, + STATE(2890), 3, sym_line_comment, sym_block_comment, - [85975] = 6, + aux_sym_for_lifetimes_repeat1, + [86408] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6193), 1, + ACTIONS(4992), 1, anon_sym_RBRACE, - ACTIONS(6195), 1, + ACTIONS(6204), 1, anon_sym_COMMA, - STATE(3041), 1, - aux_sym_use_list_repeat1, + STATE(2927), 1, + aux_sym_enum_variant_list_repeat2, STATE(2891), 2, sym_line_comment, sym_block_comment, - [85995] = 6, + [86428] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6197), 1, - anon_sym_SEMI, - STATE(1173), 1, - sym_declaration_list, + ACTIONS(1629), 1, + anon_sym_GT, + ACTIONS(6206), 1, + anon_sym_COMMA, + STATE(2838), 1, + aux_sym_type_arguments_repeat1, STATE(2892), 2, sym_line_comment, sym_block_comment, - [86015] = 6, + [86448] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(6199), 1, + ACTIONS(6208), 1, anon_sym_SEMI, - STATE(1175), 1, + STATE(1200), 1, sym_declaration_list, STATE(2893), 2, sym_line_comment, sym_block_comment, - [86035] = 6, + [86468] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(6201), 1, + ACTIONS(6210), 1, anon_sym_SEMI, - STATE(1181), 1, + STATE(1202), 1, sym_declaration_list, STATE(2894), 2, sym_line_comment, sym_block_comment, - [86055] = 6, + [86488] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6203), 1, - anon_sym_SEMI, - STATE(1183), 1, - sym_declaration_list, STATE(2895), 2, sym_line_comment, sym_block_comment, - [86075] = 5, + ACTIONS(4837), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86504] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6177), 1, - anon_sym_RPAREN, - ACTIONS(6205), 1, + ACTIONS(1629), 1, + anon_sym_GT, + ACTIONS(6206), 1, anon_sym_COMMA, - STATE(2896), 3, + STATE(2839), 1, + aux_sym_type_arguments_repeat1, + STATE(2896), 2, sym_line_comment, sym_block_comment, - aux_sym_tuple_type_repeat1, - [86093] = 6, + [86524] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6208), 1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6212), 1, anon_sym_SEMI, - ACTIONS(6210), 1, - anon_sym_EQ, + STATE(1208), 1, + sym_declaration_list, STATE(2897), 2, sym_line_comment, sym_block_comment, - [86113] = 4, + [86544] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6214), 1, + anon_sym_SEMI, + STATE(1210), 1, + sym_declaration_list, STATE(2898), 2, sym_line_comment, sym_block_comment, - ACTIONS(4722), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86129] = 6, + [86564] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1031), 1, - anon_sym_RPAREN, - ACTIONS(6212), 1, - anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, STATE(2899), 2, sym_line_comment, sym_block_comment, - [86149] = 4, + ACTIONS(4841), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86580] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6216), 1, + anon_sym_SEMI, + ACTIONS(6218), 1, + anon_sym_EQ, STATE(2900), 2, sym_line_comment, sym_block_comment, - ACTIONS(6214), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [86165] = 6, + [86600] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6216), 1, - anon_sym_SEMI, - STATE(1199), 1, - sym_declaration_list, STATE(2901), 2, sym_line_comment, sym_block_comment, - [86185] = 6, + ACTIONS(4907), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86616] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6218), 1, - anon_sym_SEMI, - STATE(1201), 1, - sym_declaration_list, + ACTIONS(5040), 1, + anon_sym_RBRACE, + ACTIONS(6220), 1, + anon_sym_COMMA, + STATE(3005), 1, + aux_sym_field_declaration_list_repeat1, STATE(2902), 2, sym_line_comment, sym_block_comment, - [86205] = 6, + [86636] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5667), 1, - anon_sym_GT, - ACTIONS(6220), 1, - anon_sym_COMMA, - STATE(3056), 1, - aux_sym_use_bounds_repeat1, STATE(2903), 2, sym_line_comment, sym_block_comment, - [86225] = 4, + ACTIONS(4757), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86652] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6222), 1, + anon_sym_RPAREN, + ACTIONS(6224), 1, + anon_sym_COMMA, + STATE(2994), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2904), 2, sym_line_comment, sym_block_comment, - ACTIONS(4836), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86241] = 6, + [86672] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5673), 1, - anon_sym_GT, - ACTIONS(6222), 1, - anon_sym_COMMA, - STATE(3056), 1, - aux_sym_use_bounds_repeat1, STATE(2905), 2, sym_line_comment, sym_block_comment, - [86261] = 6, - ACTIONS(27), 1, + ACTIONS(4861), 3, + anon_sym_EQ_GT, anon_sym_PIPE, + anon_sym_if, + [86688] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6224), 1, - anon_sym_move, - STATE(219), 1, - sym_closure_parameters, + ACTIONS(3066), 1, + anon_sym_RPAREN, + ACTIONS(6226), 1, + anon_sym_COMMA, + STATE(2695), 1, + aux_sym_slice_pattern_repeat1, STATE(2906), 2, sym_line_comment, sym_block_comment, - [86281] = 4, + [86708] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -182086,1225 +182654,1239 @@ static const uint16_t ts_small_parse_table[] = { STATE(2907), 2, sym_line_comment, sym_block_comment, - ACTIONS(6226), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [86297] = 5, + ACTIONS(4885), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86724] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6228), 2, - anon_sym_GT, - anon_sym_COMMA, STATE(2908), 2, sym_line_comment, sym_block_comment, - [86315] = 4, + ACTIONS(4917), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86740] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6228), 1, + anon_sym_GT, + ACTIONS(6230), 1, + anon_sym_COMMA, + STATE(3065), 1, + aux_sym_use_bounds_repeat1, STATE(2909), 2, sym_line_comment, sym_block_comment, - ACTIONS(6230), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [86331] = 5, + [86760] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6232), 1, + anon_sym_GT, ACTIONS(6234), 1, - anon_sym_COLON, - ACTIONS(6232), 2, - anon_sym_RBRACE, anon_sym_COMMA, + STATE(3066), 1, + aux_sym_use_bounds_repeat1, STATE(2910), 2, sym_line_comment, sym_block_comment, - [86349] = 5, + [86780] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6238), 1, - anon_sym_COLON, - ACTIONS(6236), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(2911), 2, sym_line_comment, sym_block_comment, - [86367] = 6, + ACTIONS(4863), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [86796] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6236), 1, + sym_identifier, + ACTIONS(6238), 1, + anon_sym_ref, ACTIONS(6240), 1, - anon_sym_RBRACE, - ACTIONS(6242), 1, - anon_sym_COMMA, - STATE(2841), 1, - aux_sym_struct_pattern_repeat1, + sym_mutable_specifier, STATE(2912), 2, sym_line_comment, sym_block_comment, - [86387] = 6, + [86816] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, ACTIONS(6244), 1, - anon_sym_SEMI, - STATE(595), 1, - sym_declaration_list, + anon_sym_COLON, + ACTIONS(6242), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2913), 2, sym_line_comment, sym_block_comment, - [86407] = 6, + [86834] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5720), 1, + anon_sym_GT, ACTIONS(6246), 1, - anon_sym_RBRACE, - ACTIONS(6248), 1, anon_sym_COMMA, - STATE(3053), 1, - aux_sym_field_initializer_list_repeat1, + STATE(3069), 1, + aux_sym_use_bounds_repeat1, STATE(2914), 2, sym_line_comment, sym_block_comment, - [86427] = 6, + [86854] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6250), 1, - anon_sym_SEMI, - ACTIONS(6252), 1, - anon_sym_RBRACK, + ACTIONS(5722), 1, + anon_sym_GT, + ACTIONS(6248), 1, + anon_sym_COMMA, + STATE(3069), 1, + aux_sym_use_bounds_repeat1, STATE(2915), 2, sym_line_comment, sym_block_comment, - [86447] = 4, + [86874] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5000), 1, + anon_sym_RBRACE, + ACTIONS(6250), 1, + anon_sym_COMMA, + STATE(3005), 1, + aux_sym_field_declaration_list_repeat1, STATE(2916), 2, sym_line_comment, sym_block_comment, - ACTIONS(971), 3, - anon_sym_COLON, - anon_sym_GT, - anon_sym_COMMA, - [86463] = 6, + [86894] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - ACTIONS(6254), 1, + ACTIONS(6252), 1, anon_sym_SEMI, - STATE(597), 1, + STATE(1246), 1, sym_declaration_list, STATE(2917), 2, sym_line_comment, sym_block_comment, - [86483] = 6, + [86914] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - ACTIONS(4969), 1, - anon_sym_COLON_COLON, - STATE(1197), 1, - sym_type_arguments, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6254), 1, + anon_sym_SEMI, + STATE(1254), 1, + sym_declaration_list, STATE(2918), 2, sym_line_comment, sym_block_comment, - [86503] = 4, + [86934] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6256), 1, + anon_sym_SEMI, + STATE(1256), 1, + sym_declaration_list, STATE(2919), 2, sym_line_comment, sym_block_comment, - ACTIONS(4826), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [86519] = 5, + [86954] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6256), 1, - anon_sym_GT, - ACTIONS(6258), 1, + ACTIONS(5000), 1, + anon_sym_RBRACE, + ACTIONS(6250), 1, anon_sym_COMMA, - STATE(2920), 3, + STATE(3006), 1, + aux_sym_field_declaration_list_repeat1, + STATE(2920), 2, sym_line_comment, sym_block_comment, - aux_sym_type_parameters_repeat1, - [86537] = 6, + [86974] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4706), 1, - anon_sym_GT, - ACTIONS(6261), 1, - anon_sym_COMMA, - STATE(2920), 1, - aux_sym_type_parameters_repeat1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6258), 1, + anon_sym_SEMI, + STATE(1262), 1, + sym_declaration_list, STATE(2921), 2, sym_line_comment, sym_block_comment, - [86557] = 5, + [86994] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6263), 1, - anon_sym_EQ, - ACTIONS(6265), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6260), 1, + anon_sym_SEMI, + STATE(1264), 1, + sym_declaration_list, STATE(2922), 2, sym_line_comment, sym_block_comment, - [86575] = 6, + [87014] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1643), 1, - anon_sym_GT, - ACTIONS(6267), 1, - anon_sym_COMMA, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6262), 1, + anon_sym_SEMI, + ACTIONS(6264), 1, + anon_sym_EQ, STATE(2923), 2, sym_line_comment, sym_block_comment, - [86595] = 5, + [87034] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5519), 1, - anon_sym_COLON, - ACTIONS(6269), 2, - anon_sym_PIPE, + ACTIONS(5198), 1, + anon_sym_RBRACE, + ACTIONS(6266), 1, anon_sym_COMMA, + STATE(2844), 1, + aux_sym_struct_pattern_repeat1, STATE(2924), 2, sym_line_comment, sym_block_comment, - [86613] = 6, + [87054] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3211), 1, - anon_sym_RPAREN, - ACTIONS(6271), 1, - anon_sym_COMMA, - STATE(2896), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6268), 1, + anon_sym_SEMI, + STATE(1280), 1, + sym_declaration_list, STATE(2925), 2, sym_line_comment, sym_block_comment, - [86633] = 5, + [87074] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5433), 1, - anon_sym_GT, - ACTIONS(6273), 1, - anon_sym_COMMA, - STATE(2926), 3, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6270), 1, + anon_sym_SEMI, + STATE(1282), 1, + sym_declaration_list, + STATE(2926), 2, sym_line_comment, sym_block_comment, - aux_sym_type_arguments_repeat1, - [86651] = 6, + [87094] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5435), 1, - anon_sym_RPAREN, - ACTIONS(5437), 1, + ACTIONS(6272), 1, + anon_sym_RBRACE, + ACTIONS(6274), 1, anon_sym_COMMA, - STATE(2936), 1, - aux_sym_parameters_repeat1, - STATE(2927), 2, + STATE(2927), 3, sym_line_comment, sym_block_comment, - [86671] = 6, + aux_sym_enum_variant_list_repeat2, + [87112] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4698), 1, - anon_sym_GT, - ACTIONS(6276), 1, + ACTIONS(6279), 1, + anon_sym_EQ, + ACTIONS(6277), 2, + anon_sym_RBRACE, anon_sym_COMMA, - STATE(2920), 1, - aux_sym_type_parameters_repeat1, STATE(2928), 2, sym_line_comment, sym_block_comment, - [86691] = 6, + [87130] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4698), 1, - anon_sym_GT, - ACTIONS(6276), 1, + ACTIONS(4969), 1, + anon_sym_RBRACE, + ACTIONS(6281), 1, anon_sym_COMMA, - STATE(2921), 1, - aux_sym_type_parameters_repeat1, + STATE(2927), 1, + aux_sym_enum_variant_list_repeat2, STATE(2929), 2, sym_line_comment, sym_block_comment, - [86711] = 5, + [87150] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6269), 1, - anon_sym_PIPE, - ACTIONS(6278), 1, + ACTIONS(6283), 1, + anon_sym_RBRACE, + ACTIONS(6285), 1, anon_sym_COMMA, - STATE(2930), 3, + STATE(2791), 1, + aux_sym_enum_variant_list_repeat2, + STATE(2930), 2, sym_line_comment, sym_block_comment, - aux_sym_closure_parameters_repeat1, - [86729] = 5, + [87170] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6283), 1, - anon_sym_COLON, - ACTIONS(6281), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6287), 1, + anon_sym_move, + STATE(245), 1, + sym_closure_parameters, STATE(2931), 2, sym_line_comment, sym_block_comment, - [86747] = 6, + [87190] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(6285), 1, - anon_sym_for, - STATE(1968), 1, - sym_type_arguments, + ACTIONS(6291), 1, + anon_sym_COLON, + ACTIONS(6289), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2932), 2, sym_line_comment, sym_block_comment, - [86767] = 6, + [87208] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1635), 1, - anon_sym_GT, - ACTIONS(6287), 1, + ACTIONS(6293), 1, + anon_sym_RBRACE, + ACTIONS(6295), 1, anon_sym_COMMA, - STATE(2942), 1, - aux_sym_type_arguments_repeat1, + STATE(2924), 1, + aux_sym_struct_pattern_repeat1, STATE(2933), 2, sym_line_comment, sym_block_comment, - [86787] = 6, + [87228] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1635), 1, - anon_sym_GT, - ACTIONS(6287), 1, - anon_sym_COMMA, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4691), 1, + anon_sym_COLON, + ACTIONS(5004), 1, + anon_sym_COLON_COLON, + STATE(2545), 1, + sym_trait_bounds, STATE(2934), 2, sym_line_comment, sym_block_comment, - [86807] = 5, + [87248] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6289), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(2935), 2, sym_line_comment, sym_block_comment, - [86825] = 6, + ACTIONS(6297), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [87264] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1447), 1, - anon_sym_RPAREN, - ACTIONS(5399), 1, - anon_sym_COMMA, - STATE(2972), 1, - aux_sym_parameters_repeat1, STATE(2936), 2, sym_line_comment, sym_block_comment, - [86845] = 6, + ACTIONS(4843), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87280] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5523), 1, - anon_sym_COMMA, - ACTIONS(6291), 1, - anon_sym_PIPE, - STATE(3057), 1, - aux_sym_closure_parameters_repeat1, STATE(2937), 2, sym_line_comment, sym_block_comment, - [86865] = 6, + ACTIONS(6299), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [87296] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1475), 1, - anon_sym_RPAREN, - ACTIONS(5508), 1, - anon_sym_COMMA, - STATE(2972), 1, - aux_sym_parameters_repeat1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6301), 1, + anon_sym_SEMI, + STATE(512), 1, + sym_declaration_list, STATE(2938), 2, sym_line_comment, sym_block_comment, - [86885] = 6, + [87316] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1447), 1, - anon_sym_RPAREN, - ACTIONS(5399), 1, - anon_sym_COMMA, - STATE(3083), 1, - aux_sym_parameters_repeat1, STATE(2939), 2, sym_line_comment, sym_block_comment, - [86905] = 5, + ACTIONS(1525), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [87332] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6293), 1, - anon_sym_RBRACE, - ACTIONS(6295), 1, - anon_sym_COMMA, - STATE(2940), 3, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(6303), 1, + anon_sym_for, + STATE(1973), 1, + sym_type_arguments, + STATE(2940), 2, sym_line_comment, sym_block_comment, - aux_sym_struct_pattern_repeat1, - [86923] = 6, + [87352] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6298), 1, - anon_sym_SEMI, - STATE(727), 1, - sym_declaration_list, + ACTIONS(3086), 1, + anon_sym_RPAREN, + ACTIONS(6305), 1, + anon_sym_COMMA, + STATE(2695), 1, + aux_sym_slice_pattern_repeat1, STATE(2941), 2, sym_line_comment, sym_block_comment, - [86943] = 6, + [87372] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1637), 1, - anon_sym_GT, - ACTIONS(6300), 1, - anon_sym_COMMA, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(5665), 1, + sym_identifier, + STATE(3324), 1, + sym_lifetime, STATE(2942), 2, sym_line_comment, sym_block_comment, - [86963] = 6, + [87392] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5291), 1, - anon_sym_PLUS, - ACTIONS(6302), 1, - anon_sym_GT, - ACTIONS(6304), 1, - anon_sym_as, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6307), 1, + anon_sym_SEMI, + STATE(736), 1, + sym_declaration_list, STATE(2943), 2, sym_line_comment, sym_block_comment, - [86983] = 6, + [87412] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6306), 1, - anon_sym_GT, - ACTIONS(6308), 1, - anon_sym_COMMA, - STATE(2949), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6309), 1, + anon_sym_SEMI, + ACTIONS(6311), 1, + anon_sym_RBRACK, STATE(2944), 2, sym_line_comment, sym_block_comment, - [87003] = 6, + [87432] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6310), 1, - anon_sym_GT, - ACTIONS(6312), 1, - anon_sym_COMMA, - STATE(2950), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6313), 1, + anon_sym_SEMI, + STATE(515), 1, + sym_declaration_list, STATE(2945), 2, sym_line_comment, sym_block_comment, - [87023] = 6, + [87452] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(947), 1, - anon_sym_RBRACK, - ACTIONS(4135), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6315), 2, + anon_sym_GT, anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, STATE(2946), 2, sym_line_comment, sym_block_comment, - [87043] = 5, + [87470] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6314), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3318), 1, + anon_sym_LT2, + ACTIONS(4996), 1, + anon_sym_COLON_COLON, + STATE(1308), 1, + sym_type_arguments, STATE(2947), 2, sym_line_comment, sym_block_comment, - [87061] = 6, + [87490] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5003), 1, - anon_sym_for, - STATE(1968), 1, - sym_type_arguments, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(4691), 1, + anon_sym_COLON, + STATE(2545), 1, + sym_trait_bounds, STATE(2948), 2, sym_line_comment, sym_block_comment, - [87081] = 6, + [87510] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5709), 1, - anon_sym_GT, - ACTIONS(6316), 1, + ACTIONS(5601), 1, + anon_sym_COLON, + ACTIONS(6317), 2, + anon_sym_PIPE, anon_sym_COMMA, - STATE(3056), 1, - aux_sym_use_bounds_repeat1, STATE(2949), 2, sym_line_comment, sym_block_comment, - [87101] = 6, + [87528] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5711), 1, - anon_sym_GT, - ACTIONS(6318), 1, + ACTIONS(5200), 1, + anon_sym_RBRACE, + ACTIONS(6319), 1, anon_sym_COMMA, - STATE(3056), 1, - aux_sym_use_bounds_repeat1, + STATE(2844), 1, + aux_sym_struct_pattern_repeat1, STATE(2950), 2, sym_line_comment, sym_block_comment, - [87121] = 6, + [87548] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1015), 1, - anon_sym_RBRACK, - ACTIONS(6320), 1, - anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, STATE(2951), 2, sym_line_comment, sym_block_comment, - [87141] = 4, + ACTIONS(6321), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [87564] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3230), 1, + anon_sym_RPAREN, + ACTIONS(6323), 1, + anon_sym_COMMA, + STATE(2978), 1, + aux_sym_tuple_type_repeat1, STATE(2952), 2, sym_line_comment, sym_block_comment, - ACTIONS(4846), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87157] = 6, + [87584] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6322), 1, - anon_sym_RBRACE, - ACTIONS(6324), 1, + ACTIONS(5585), 1, + anon_sym_RPAREN, + ACTIONS(5587), 1, anon_sym_COMMA, - STATE(2878), 1, - aux_sym_struct_pattern_repeat1, + STATE(2962), 1, + aux_sym_parameters_repeat1, STATE(2953), 2, sym_line_comment, sym_block_comment, - [87177] = 6, + [87604] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6326), 1, - anon_sym_RPAREN, - ACTIONS(6328), 1, + ACTIONS(6325), 1, + anon_sym_RBRACE, + ACTIONS(6327), 1, anon_sym_COMMA, - STATE(2781), 1, - aux_sym_ordered_field_declaration_list_repeat1, - STATE(2954), 2, + STATE(2954), 3, sym_line_comment, sym_block_comment, - [87197] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + aux_sym_use_list_repeat1, + [87622] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4975), 1, + anon_sym_LBRACE, ACTIONS(6330), 1, - anon_sym_move, - STATE(234), 1, - sym_closure_parameters, + anon_sym_SEMI, + STATE(536), 1, + sym_declaration_list, STATE(2955), 2, sym_line_comment, sym_block_comment, - [87217] = 6, + [87642] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, + ACTIONS(6317), 1, + anon_sym_PIPE, ACTIONS(6332), 1, - anon_sym_SEMI, - STATE(501), 1, - sym_declaration_list, - STATE(2956), 2, + anon_sym_COMMA, + STATE(2956), 3, sym_line_comment, sym_block_comment, - [87237] = 5, + aux_sym_closure_parameters_repeat1, + [87660] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6334), 2, - anon_sym_RPAREN, + ACTIONS(6337), 1, + anon_sym_EQ, + ACTIONS(6335), 2, + anon_sym_RBRACE, anon_sym_COMMA, STATE(2957), 2, sym_line_comment, sym_block_comment, - [87255] = 5, + [87678] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6336), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6339), 1, + anon_sym_SEMI, + STATE(541), 1, + sym_declaration_list, STATE(2958), 2, sym_line_comment, sym_block_comment, - [87273] = 5, + [87698] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4640), 1, - anon_sym_COLON_COLON, - ACTIONS(5377), 2, - anon_sym_RPAREN, + ACTIONS(1631), 1, + anon_sym_GT, + ACTIONS(6341), 1, anon_sym_COMMA, + STATE(2966), 1, + aux_sym_type_arguments_repeat1, STATE(2959), 2, sym_line_comment, sym_block_comment, - [87291] = 6, + [87718] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5383), 1, + ACTIONS(1631), 1, anon_sym_GT, - ACTIONS(5385), 1, + ACTIONS(6341), 1, anon_sym_COMMA, - STATE(2928), 1, - aux_sym_type_parameters_repeat1, + STATE(2839), 1, + aux_sym_type_arguments_repeat1, STATE(2960), 2, sym_line_comment, sym_block_comment, - [87311] = 6, + [87738] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3191), 1, - anon_sym_RPAREN, - ACTIONS(6338), 1, - anon_sym_COMMA, - STATE(2896), 1, - aux_sym_tuple_type_repeat1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(4984), 1, + anon_sym_for, + STATE(1973), 1, + sym_type_arguments, STATE(2961), 2, sym_line_comment, sym_block_comment, - [87331] = 6, + [87758] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4800), 1, - anon_sym_LBRACE, - STATE(1968), 1, - sym_type_arguments, + ACTIONS(1391), 1, + anon_sym_RPAREN, + ACTIONS(5593), 1, + anon_sym_COMMA, + STATE(2879), 1, + aux_sym_parameters_repeat1, STATE(2962), 2, sym_line_comment, sym_block_comment, - [87351] = 6, + [87778] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1475), 1, - anon_sym_RPAREN, - ACTIONS(5508), 1, + ACTIONS(6343), 1, + anon_sym_RBRACE, + ACTIONS(6345), 1, anon_sym_COMMA, - STATE(2975), 1, - aux_sym_parameters_repeat1, - STATE(2963), 2, + STATE(2963), 3, sym_line_comment, sym_block_comment, - [87371] = 6, + aux_sym_field_initializer_list_repeat1, + [87796] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6340), 1, - anon_sym_SEMI, - STATE(604), 1, - sym_declaration_list, + ACTIONS(1391), 1, + anon_sym_RPAREN, + ACTIONS(5593), 1, + anon_sym_COMMA, + STATE(2968), 1, + aux_sym_parameters_repeat1, STATE(2964), 2, sym_line_comment, sym_block_comment, - [87391] = 6, + [87816] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - ACTIONS(4965), 1, - anon_sym_COLON_COLON, - STATE(1631), 1, - sym_type_arguments, STATE(2965), 2, sym_line_comment, sym_block_comment, - [87411] = 4, + ACTIONS(5560), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [87832] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1633), 1, + anon_sym_GT, + ACTIONS(6348), 1, + anon_sym_COMMA, + STATE(2839), 1, + aux_sym_type_arguments_repeat1, STATE(2966), 2, sym_line_comment, sym_block_comment, - ACTIONS(1495), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87427] = 4, + [87852] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6350), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(2967), 2, sym_line_comment, sym_block_comment, - ACTIONS(4832), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87443] = 4, + [87870] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1395), 1, + anon_sym_RPAREN, + ACTIONS(6352), 1, + anon_sym_COMMA, + STATE(2879), 1, + aux_sym_parameters_repeat1, STATE(2968), 2, sym_line_comment, sym_block_comment, - ACTIONS(4517), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87459] = 4, + [87890] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6354), 1, + anon_sym_GT, + ACTIONS(6356), 1, + anon_sym_COMMA, + STATE(2973), 1, + aux_sym_use_bounds_repeat1, STATE(2969), 2, sym_line_comment, sym_block_comment, - ACTIONS(4824), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87475] = 5, + [87910] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(5804), 2, - anon_sym_RPAREN, + ACTIONS(6358), 1, + anon_sym_GT, + ACTIONS(6360), 1, anon_sym_COMMA, + STATE(2974), 1, + aux_sym_use_bounds_repeat1, STATE(2970), 2, sym_line_comment, sym_block_comment, - [87493] = 6, + [87930] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6342), 1, - anon_sym_SEMI, - STATE(606), 1, - sym_declaration_list, + ACTIONS(6362), 1, + anon_sym_RBRACE, + ACTIONS(6364), 1, + anon_sym_COMMA, + STATE(2950), 1, + aux_sym_struct_pattern_repeat1, STATE(2971), 2, sym_line_comment, sym_block_comment, - [87513] = 5, + [87950] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5804), 1, - anon_sym_RPAREN, - ACTIONS(6344), 1, - anon_sym_COMMA, - STATE(2972), 3, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6366), 1, + anon_sym_SEMI, + ACTIONS(6368), 1, + anon_sym_EQ, + STATE(2972), 2, sym_line_comment, sym_block_comment, - aux_sym_parameters_repeat1, - [87531] = 6, + [87970] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6347), 1, - sym_identifier, - ACTIONS(6349), 1, - anon_sym_ref, - ACTIONS(6351), 1, - sym_mutable_specifier, + ACTIONS(5803), 1, + anon_sym_GT, + ACTIONS(6370), 1, + anon_sym_COMMA, + STATE(3069), 1, + aux_sym_use_bounds_repeat1, STATE(2973), 2, sym_line_comment, sym_block_comment, - [87551] = 4, + [87990] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5805), 1, + anon_sym_GT, + ACTIONS(6372), 1, + anon_sym_COMMA, + STATE(3069), 1, + aux_sym_use_bounds_repeat1, STATE(2974), 2, sym_line_comment, sym_block_comment, - ACTIONS(4838), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87567] = 6, + [88010] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1423), 1, - anon_sym_RPAREN, - ACTIONS(6353), 1, + ACTIONS(5376), 1, + anon_sym_GT, + ACTIONS(5378), 1, anon_sym_COMMA, - STATE(2972), 1, - aux_sym_parameters_repeat1, + STATE(2985), 1, + aux_sym_type_parameters_repeat1, STATE(2975), 2, sym_line_comment, sym_block_comment, - [87587] = 6, + [88030] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - ACTIONS(6355), 1, + ACTIONS(6374), 1, anon_sym_SEMI, - STATE(612), 1, + STATE(692), 1, sym_declaration_list, STATE(2976), 2, sym_line_comment, sym_block_comment, - [87607] = 6, + [88050] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1627), 1, - anon_sym_GT, - ACTIONS(6357), 1, - anon_sym_COMMA, - STATE(2979), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(6376), 1, + anon_sym_move, + STATE(219), 1, + sym_closure_parameters, STATE(2977), 2, sym_line_comment, sym_block_comment, - [87627] = 6, + [88070] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1627), 1, - anon_sym_GT, - ACTIONS(6357), 1, + ACTIONS(6350), 1, + anon_sym_RPAREN, + ACTIONS(6378), 1, anon_sym_COMMA, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, - STATE(2978), 2, + STATE(2978), 3, sym_line_comment, sym_block_comment, - [87647] = 6, + aux_sym_tuple_type_repeat1, + [88088] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1625), 1, - anon_sym_GT, - ACTIONS(6359), 1, - anon_sym_COMMA, - STATE(2926), 1, - aux_sym_type_arguments_repeat1, + ACTIONS(4090), 1, + anon_sym_LBRACE, + ACTIONS(6381), 1, + anon_sym_COLON_COLON, + STATE(1833), 1, + sym_field_initializer_list, STATE(2979), 2, sym_line_comment, sym_block_comment, - [87667] = 6, + [88108] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6361), 1, - anon_sym_EQ_GT, - ACTIONS(6363), 1, - anon_sym_PIPE, - ACTIONS(6365), 1, - anon_sym_if, + ACTIONS(6383), 1, + anon_sym_move, + STATE(239), 1, + sym_closure_parameters, STATE(2980), 2, sym_line_comment, sym_block_comment, - [87687] = 6, + [88128] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6367), 1, - anon_sym_SEMI, - STATE(614), 1, - sym_declaration_list, + ACTIONS(4048), 1, + anon_sym_LT2, + ACTIONS(4967), 1, + anon_sym_COLON_COLON, + STATE(1603), 1, + sym_type_arguments, STATE(2981), 2, sym_line_comment, sym_block_comment, - [87707] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [88148] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6369), 1, - anon_sym_move, - STATE(243), 1, - sym_closure_parameters, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6385), 1, + anon_sym_SEMI, + ACTIONS(6387), 1, + anon_sym_EQ, STATE(2982), 2, sym_line_comment, sym_block_comment, - [87727] = 6, + [88168] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(6371), 1, + ACTIONS(6389), 1, + anon_sym_EQ, + ACTIONS(6391), 2, anon_sym_GT, - STATE(3185), 1, - sym_lifetime, + anon_sym_COMMA, STATE(2983), 2, sym_line_comment, sym_block_comment, - [87747] = 5, + [88186] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6373), 1, - anon_sym_GT, - ACTIONS(6375), 1, + ACTIONS(3208), 1, + anon_sym_RPAREN, + ACTIONS(6393), 1, anon_sym_COMMA, - STATE(2984), 3, + STATE(2978), 1, + aux_sym_tuple_type_repeat1, + STATE(2984), 2, sym_line_comment, sym_block_comment, - aux_sym_for_lifetimes_repeat1, - [87765] = 4, + [88206] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4727), 1, + anon_sym_GT, + ACTIONS(6395), 1, + anon_sym_COMMA, + STATE(2815), 1, + aux_sym_type_parameters_repeat1, STATE(2985), 2, sym_line_comment, sym_block_comment, - ACTIONS(4896), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87781] = 4, + [88226] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6397), 1, + anon_sym_SEMI, + STATE(3443), 1, + sym_where_clause, STATE(2986), 2, sym_line_comment, sym_block_comment, - ACTIONS(4898), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87797] = 6, + [88246] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6378), 1, - anon_sym_SEMI, - ACTIONS(6380), 1, - anon_sym_EQ, + ACTIONS(6399), 1, + anon_sym_RPAREN, + ACTIONS(6401), 1, + anon_sym_COMMA, + STATE(2994), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(2987), 2, sym_line_comment, sym_block_comment, - [87817] = 6, + [88266] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3460), 1, - anon_sym_LBRACE, - ACTIONS(6382), 1, - anon_sym_COLON_COLON, - STATE(1376), 1, - sym_field_initializer_list, + ACTIONS(4727), 1, + anon_sym_GT, + ACTIONS(6395), 1, + anon_sym_COMMA, + STATE(2816), 1, + aux_sym_type_parameters_repeat1, STATE(2988), 2, sym_line_comment, sym_block_comment, - [87837] = 6, + [88286] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5769), 1, - anon_sym_RPAREN, - ACTIONS(5771), 1, + ACTIONS(1635), 1, + anon_sym_GT, + ACTIONS(6403), 1, anon_sym_COMMA, - STATE(2871), 1, - aux_sym_tuple_pattern_repeat1, + STATE(2993), 1, + aux_sym_type_arguments_repeat1, STATE(2989), 2, sym_line_comment, sym_block_comment, - [87857] = 6, + [88306] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6384), 1, - anon_sym_SEMI, - ACTIONS(6386), 1, - anon_sym_EQ, + ACTIONS(1635), 1, + anon_sym_GT, + ACTIONS(6403), 1, + anon_sym_COMMA, + STATE(2839), 1, + aux_sym_type_arguments_repeat1, STATE(2990), 2, sym_line_comment, sym_block_comment, - [87877] = 6, + [88326] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6388), 1, - anon_sym_GT, - ACTIONS(6390), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6405), 2, + anon_sym_RPAREN, anon_sym_COMMA, - STATE(2903), 1, - aux_sym_use_bounds_repeat1, STATE(2991), 2, sym_line_comment, sym_block_comment, - [87897] = 6, + [88344] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6392), 1, - anon_sym_GT, - ACTIONS(6394), 1, - anon_sym_COMMA, - STATE(2905), 1, - aux_sym_use_bounds_repeat1, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6407), 1, + anon_sym_SEMI, + STATE(694), 1, + sym_declaration_list, STATE(2992), 2, sym_line_comment, sym_block_comment, - [87917] = 4, + [88364] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(1639), 1, + anon_sym_GT, + ACTIONS(6409), 1, + anon_sym_COMMA, + STATE(2839), 1, + aux_sym_type_arguments_repeat1, STATE(2993), 2, sym_line_comment, sym_block_comment, - ACTIONS(4882), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87933] = 6, + [88384] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4720), 1, - anon_sym_COLON_COLON, - ACTIONS(4850), 1, - anon_sym_BANG, - ACTIONS(6396), 1, - sym_identifier, - STATE(2994), 2, + ACTIONS(6411), 1, + anon_sym_RPAREN, + ACTIONS(6413), 1, + anon_sym_COMMA, + STATE(2994), 3, sym_line_comment, sym_block_comment, - [87953] = 4, + aux_sym_ordered_field_declaration_list_repeat1, + [88402] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6416), 1, + anon_sym_move, + STATE(222), 1, + sym_closure_parameters, STATE(2995), 2, sym_line_comment, sym_block_comment, - ACTIONS(4848), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87969] = 4, + [88422] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6418), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(2996), 2, sym_line_comment, sym_block_comment, - ACTIONS(4804), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [87985] = 6, + [88440] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6398), 1, - anon_sym_RBRACE, - ACTIONS(6400), 1, + ACTIONS(5732), 1, + anon_sym_RPAREN, + ACTIONS(5734), 1, anon_sym_COMMA, - STATE(3063), 1, - aux_sym_field_declaration_list_repeat1, + STATE(2852), 1, + aux_sym_tuple_pattern_repeat1, STATE(2997), 2, sym_line_comment, sym_block_comment, - [88005] = 4, + [88460] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183312,11 +183894,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(2998), 2, sym_line_comment, sym_block_comment, - ACTIONS(4878), 3, + ACTIONS(4867), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [88021] = 4, + [88476] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183324,51 +183906,49 @@ static const uint16_t ts_small_parse_table[] = { STATE(2999), 2, sym_line_comment, sym_block_comment, - ACTIONS(4834), 3, + ACTIONS(4877), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [88037] = 4, + [88492] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(6420), 1, + anon_sym_for, + STATE(1973), 1, + sym_type_arguments, STATE(3000), 2, sym_line_comment, sym_block_comment, - ACTIONS(4902), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88053] = 6, + [88512] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6402), 1, - anon_sym_SEMI, - STATE(3637), 1, - sym_where_clause, STATE(3001), 2, sym_line_comment, sym_block_comment, - [88073] = 6, + ACTIONS(4905), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88528] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4048), 1, - anon_sym_LBRACE, - ACTIONS(6404), 1, - anon_sym_COLON_COLON, - STATE(1787), 1, - sym_field_initializer_list, STATE(3002), 2, sym_line_comment, sym_block_comment, - [88093] = 4, + ACTIONS(4925), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88544] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183376,187 +183956,179 @@ static const uint16_t ts_small_parse_table[] = { STATE(3003), 2, sym_line_comment, sym_block_comment, - ACTIONS(4820), 3, + ACTIONS(4927), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [88109] = 6, - ACTIONS(27), 1, - anon_sym_PIPE, + [88560] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6406), 1, - anon_sym_move, - STATE(218), 1, - sym_closure_parameters, STATE(3004), 2, sym_line_comment, sym_block_comment, - [88129] = 5, + ACTIONS(4839), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88576] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6408), 1, + ACTIONS(6422), 1, anon_sym_RBRACE, - ACTIONS(6410), 1, + ACTIONS(6424), 1, anon_sym_COMMA, STATE(3005), 3, sym_line_comment, sym_block_comment, - aux_sym_enum_variant_list_repeat2, - [88147] = 4, + aux_sym_field_declaration_list_repeat1, + [88594] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5038), 1, + anon_sym_RBRACE, + ACTIONS(6427), 1, + anon_sym_COMMA, + STATE(3005), 1, + aux_sym_field_declaration_list_repeat1, STATE(3006), 2, sym_line_comment, sym_block_comment, - ACTIONS(4884), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88163] = 6, + [88614] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3460), 1, - anon_sym_LBRACE, - ACTIONS(6413), 1, - anon_sym_COLON_COLON, - STATE(1376), 1, - sym_field_initializer_list, + ACTIONS(1413), 1, + anon_sym_RPAREN, + ACTIONS(5480), 1, + anon_sym_COMMA, + STATE(2879), 1, + aux_sym_parameters_repeat1, STATE(3007), 2, sym_line_comment, sym_block_comment, - [88183] = 6, + [88634] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6415), 1, - anon_sym_LPAREN, - ACTIONS(6417), 1, - anon_sym_LBRACK, - ACTIONS(6419), 1, - anon_sym_LBRACE, STATE(3008), 2, sym_line_comment, sym_block_comment, - [88203] = 6, + ACTIONS(6429), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [88650] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6421), 1, - anon_sym_LPAREN, - ACTIONS(6423), 1, - anon_sym_LBRACK, - ACTIONS(6425), 1, - anon_sym_LBRACE, STATE(3009), 2, sym_line_comment, sym_block_comment, - [88223] = 5, + ACTIONS(6431), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [88666] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6429), 1, - anon_sym_EQ, - ACTIONS(6427), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6433), 1, + anon_sym_SEMI, + STATE(621), 1, + sym_declaration_list, STATE(3010), 2, sym_line_comment, sym_block_comment, - [88241] = 6, + [88686] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4995), 1, - anon_sym_RBRACE, - ACTIONS(6431), 1, - anon_sym_COMMA, - STATE(3005), 1, - aux_sym_enum_variant_list_repeat2, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6435), 1, + anon_sym_SEMI, + STATE(525), 1, + sym_declaration_list, STATE(3011), 2, sym_line_comment, sym_block_comment, - [88261] = 6, + [88706] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5556), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6437), 2, anon_sym_RPAREN, - ACTIONS(5558), 1, anon_sym_COMMA, - STATE(2938), 1, - aux_sym_parameters_repeat1, STATE(3012), 2, sym_line_comment, sym_block_comment, - [88281] = 6, + [88724] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(6433), 1, - anon_sym_LBRACE, - STATE(1968), 1, - sym_type_arguments, STATE(3013), 2, sym_line_comment, sym_block_comment, - [88301] = 6, + ACTIONS(6439), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [88740] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, - anon_sym_PLUS, - ACTIONS(6435), 1, - sym_mutable_specifier, - ACTIONS(6437), 1, - sym_self, STATE(3014), 2, sym_line_comment, sym_block_comment, - [88321] = 4, + ACTIONS(6441), 3, + sym_string_content, + anon_sym_DQUOTE, + sym_escape_sequence, + [88756] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4947), 1, + anon_sym_LBRACE, + ACTIONS(6443), 1, + anon_sym_SEMI, + STATE(1329), 1, + sym_declaration_list, STATE(3015), 2, sym_line_comment, sym_block_comment, - ACTIONS(4862), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88337] = 6, + [88776] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6439), 1, - anon_sym_LPAREN, - ACTIONS(6441), 1, - anon_sym_LBRACK, - ACTIONS(6443), 1, - anon_sym_LBRACE, STATE(3016), 2, sym_line_comment, sym_block_comment, - [88357] = 4, + ACTIONS(4847), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88792] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183564,24 +184136,25 @@ static const uint16_t ts_small_parse_table[] = { STATE(3017), 2, sym_line_comment, sym_block_comment, - ACTIONS(6445), 3, - anon_sym_PLUS, - anon_sym_STAR, - anon_sym_QMARK, - [88373] = 5, + ACTIONS(4865), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [88808] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6334), 1, + ACTIONS(1413), 1, anon_sym_RPAREN, - ACTIONS(6447), 1, + ACTIONS(5480), 1, anon_sym_COMMA, - STATE(3018), 3, + STATE(2882), 1, + aux_sym_parameters_repeat1, + STATE(3018), 2, sym_line_comment, sym_block_comment, - aux_sym_tuple_pattern_repeat1, - [88391] = 4, + [88828] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183589,305 +184162,310 @@ static const uint16_t ts_small_parse_table[] = { STATE(3019), 2, sym_line_comment, sym_block_comment, - ACTIONS(4864), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88407] = 6, + ACTIONS(6445), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [88844] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6450), 1, - anon_sym_SEMI, - STATE(3635), 1, - sym_where_clause, + ACTIONS(6447), 1, + anon_sym_EQ_GT, + ACTIONS(6449), 1, + anon_sym_PIPE, + ACTIONS(6451), 1, + anon_sym_if, STATE(3020), 2, sym_line_comment, sym_block_comment, - [88427] = 4, + [88864] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6453), 1, + anon_sym_LPAREN, + ACTIONS(6455), 1, + anon_sym_LBRACK, + ACTIONS(6457), 1, + anon_sym_LBRACE, STATE(3021), 2, sym_line_comment, sym_block_comment, - ACTIONS(4866), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88443] = 6, + [88884] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(3441), 1, anon_sym_LBRACE, - ACTIONS(6452), 1, - anon_sym_SEMI, - STATE(743), 1, - sym_declaration_list, + ACTIONS(6459), 1, + anon_sym_COLON_COLON, + STATE(1494), 1, + sym_field_initializer_list, STATE(3022), 2, sym_line_comment, sym_block_comment, - [88463] = 4, + [88904] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6461), 1, + anon_sym_LPAREN, + ACTIONS(6463), 1, + anon_sym_LBRACK, + ACTIONS(6465), 1, + anon_sym_LBRACE, STATE(3023), 2, sym_line_comment, sym_block_comment, - ACTIONS(4874), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88479] = 4, + [88924] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(6467), 1, + anon_sym_LPAREN, + ACTIONS(6469), 1, + anon_sym_LBRACK, + ACTIONS(6471), 1, + anon_sym_LBRACE, STATE(3024), 2, sym_line_comment, sym_block_comment, - ACTIONS(4876), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88495] = 6, + [88944] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6454), 1, - anon_sym_SEMI, - ACTIONS(6456), 1, - anon_sym_EQ, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(6473), 1, + anon_sym_LBRACE, + STATE(1973), 1, + sym_type_arguments, STATE(3025), 2, sym_line_comment, sym_block_comment, - [88515] = 6, + [88964] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(6475), 1, + anon_sym_LPAREN, + ACTIONS(6477), 1, + anon_sym_LBRACK, + ACTIONS(6479), 1, anon_sym_LBRACE, - ACTIONS(6458), 1, - anon_sym_SEMI, - STATE(548), 1, - sym_declaration_list, STATE(3026), 2, sym_line_comment, sym_block_comment, - [88535] = 6, + [88984] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(6460), 1, - anon_sym_EQ, - STATE(3556), 1, - sym_type_parameters, STATE(3027), 2, sym_line_comment, sym_block_comment, - [88555] = 4, + ACTIONS(6481), 3, + anon_sym_PLUS, + anon_sym_STAR, + anon_sym_QMARK, + [89000] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6483), 1, + anon_sym_SEMI, + ACTIONS(6485), 1, + anon_sym_EQ, STATE(3028), 2, sym_line_comment, sym_block_comment, - ACTIONS(4880), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88571] = 6, + [89020] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(6462), 1, - anon_sym_for, - STATE(1968), 1, - sym_type_arguments, STATE(3029), 2, sym_line_comment, sym_block_comment, - [88591] = 4, + ACTIONS(991), 3, + anon_sym_COLON, + anon_sym_GT, + anon_sym_COMMA, + [89036] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6487), 1, + anon_sym_SEMI, + STATE(715), 1, + sym_declaration_list, STATE(3030), 2, sym_line_comment, sym_block_comment, - ACTIONS(4760), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [88607] = 6, + [89056] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6464), 1, - anon_sym_SEMI, - STATE(550), 1, - sym_declaration_list, STATE(3031), 2, sym_line_comment, sym_block_comment, - [88627] = 6, + ACTIONS(4793), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89072] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - ACTIONS(6466), 1, - anon_sym_GT, - STATE(3185), 1, - sym_lifetime, + ACTIONS(6489), 1, + sym_identifier, + ACTIONS(6491), 1, + anon_sym_await, + ACTIONS(6493), 1, + sym_integer_literal, STATE(3032), 2, sym_line_comment, sym_block_comment, - [88647] = 6, + [89092] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6468), 1, - anon_sym_GT, - ACTIONS(6470), 1, - anon_sym_COMMA, - STATE(3037), 1, - aux_sym_for_lifetimes_repeat1, + ACTIONS(6495), 1, + sym_identifier, + ACTIONS(6497), 1, + anon_sym_await, + ACTIONS(6499), 1, + sym_integer_literal, STATE(3033), 2, sym_line_comment, sym_block_comment, - [88667] = 6, + [89112] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6472), 1, - anon_sym_SEMI, - STATE(1216), 1, - sym_declaration_list, + ACTIONS(5308), 1, + anon_sym_PLUS, + ACTIONS(6501), 1, + anon_sym_GT, + ACTIONS(6503), 1, + anon_sym_as, STATE(3034), 2, sym_line_comment, sym_block_comment, - [88687] = 5, + [89132] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6474), 2, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + ACTIONS(6505), 1, anon_sym_GT, - anon_sym_COMMA, + STATE(3384), 1, + sym_lifetime, STATE(3035), 2, sym_line_comment, sym_block_comment, - [88705] = 6, + [89152] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6476), 1, - anon_sym_SEMI, - STATE(715), 1, - sym_declaration_list, + ACTIONS(6507), 1, + anon_sym_RBRACE, + ACTIONS(6509), 1, + anon_sym_COMMA, + STATE(2916), 1, + aux_sym_field_declaration_list_repeat1, STATE(3036), 2, sym_line_comment, sym_block_comment, - [88725] = 6, + [89172] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6466), 1, - anon_sym_GT, - ACTIONS(6478), 1, - anon_sym_COMMA, - STATE(2984), 1, - aux_sym_for_lifetimes_repeat1, STATE(3037), 2, sym_line_comment, sym_block_comment, - [88745] = 5, + ACTIONS(4883), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89188] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6480), 2, - anon_sym_RBRACE, + ACTIONS(6505), 1, + anon_sym_GT, + ACTIONS(6511), 1, anon_sym_COMMA, + STATE(2890), 1, + aux_sym_for_lifetimes_repeat1, STATE(3038), 2, sym_line_comment, sym_block_comment, - [88763] = 6, + [89208] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6482), 1, - anon_sym_SEMI, - STATE(673), 1, - sym_declaration_list, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6513), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3039), 2, sym_line_comment, sym_block_comment, - [88783] = 4, + [89226] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(3441), 1, + anon_sym_LBRACE, + ACTIONS(6515), 1, + anon_sym_COLON_COLON, + STATE(1494), 1, + sym_field_initializer_list, STATE(3040), 2, sym_line_comment, sym_block_comment, - ACTIONS(6484), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88799] = 6, + [89246] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4265), 1, - anon_sym_RBRACE, - ACTIONS(6486), 1, + ACTIONS(951), 1, + anon_sym_RBRACK, + ACTIONS(4132), 1, anon_sym_COMMA, - STATE(2824), 1, - aux_sym_use_list_repeat1, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(3041), 2, sym_line_comment, sym_block_comment, - [88819] = 4, + [89266] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183895,25 +184473,23 @@ static const uint16_t ts_small_parse_table[] = { STATE(3042), 2, sym_line_comment, sym_block_comment, - ACTIONS(6488), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88835] = 6, + ACTIONS(4911), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89282] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(4904), 1, - anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, STATE(3043), 2, sym_line_comment, sym_block_comment, - [88855] = 4, + ACTIONS(4873), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89298] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183921,11 +184497,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(3044), 2, sym_line_comment, sym_block_comment, - ACTIONS(6490), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88871] = 4, + ACTIONS(4903), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89314] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183933,11 +184509,11 @@ static const uint16_t ts_small_parse_table[] = { STATE(3045), 2, sym_line_comment, sym_block_comment, - ACTIONS(6492), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88887] = 4, + ACTIONS(4887), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89330] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -183945,63 +184521,65 @@ static const uint16_t ts_small_parse_table[] = { STATE(3046), 2, sym_line_comment, sym_block_comment, - ACTIONS(6494), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88903] = 4, + ACTIONS(4895), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89346] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5916), 1, + anon_sym_RPAREN, + ACTIONS(5918), 1, + anon_sym_COMMA, + STATE(2801), 1, + aux_sym_tuple_pattern_repeat1, STATE(3047), 2, sym_line_comment, sym_block_comment, - ACTIONS(6496), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88919] = 4, + [89366] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6517), 1, + anon_sym_SEMI, + STATE(3688), 1, + sym_where_clause, STATE(3048), 2, sym_line_comment, sym_block_comment, - ACTIONS(6498), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [88935] = 6, + [89386] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6500), 1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6519), 1, anon_sym_SEMI, - STATE(556), 1, - sym_declaration_list, + STATE(3480), 1, + sym_where_clause, STATE(3049), 2, sym_line_comment, sym_block_comment, - [88955] = 6, + [89406] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6502), 1, - sym_identifier, - ACTIONS(6504), 1, - anon_sym_await, - ACTIONS(6506), 1, - sym_integer_literal, STATE(3050), 2, sym_line_comment, sym_block_comment, - [88975] = 4, + ACTIONS(4897), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89422] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -184009,217 +184587,214 @@ static const uint16_t ts_small_parse_table[] = { STATE(3051), 2, sym_line_comment, sym_block_comment, - ACTIONS(4858), 3, + ACTIONS(4899), 3, anon_sym_EQ_GT, anon_sym_PIPE, anon_sym_if, - [88991] = 6, + [89438] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6508), 1, - anon_sym_LPAREN, - ACTIONS(6510), 1, - anon_sym_LBRACK, - ACTIONS(6512), 1, + ACTIONS(6521), 1, + anon_sym_AMP_AMP, + ACTIONS(4318), 2, anon_sym_LBRACE, + anon_sym_SQUOTE, STATE(3052), 2, sym_line_comment, sym_block_comment, - [89011] = 6, + [89456] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4890), 1, - anon_sym_RBRACE, - ACTIONS(6514), 1, - anon_sym_COMMA, - STATE(2850), 1, - aux_sym_field_initializer_list_repeat1, + ACTIONS(6521), 1, + anon_sym_AMP_AMP, + ACTIONS(6523), 2, + anon_sym_LBRACE, + anon_sym_SQUOTE, STATE(3053), 2, sym_line_comment, sym_block_comment, - [89031] = 5, + [89474] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6518), 1, - anon_sym_COLON, - ACTIONS(6516), 2, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6525), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(3054), 2, sym_line_comment, sym_block_comment, - [89049] = 6, + [89492] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - ACTIONS(6520), 1, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6527), 1, anon_sym_SEMI, - STATE(558), 1, - sym_declaration_list, + ACTIONS(6529), 1, + anon_sym_RBRACK, STATE(3055), 2, sym_line_comment, sym_block_comment, - [89069] = 5, + [89512] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6522), 1, - anon_sym_GT, - ACTIONS(6524), 1, - anon_sym_COMMA, - STATE(3056), 3, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6531), 1, + anon_sym_SEMI, + STATE(3669), 1, + sym_where_clause, + STATE(3056), 2, sym_line_comment, sym_block_comment, - aux_sym_use_bounds_repeat1, - [89087] = 6, + [89532] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5523), 1, + ACTIONS(4632), 1, + anon_sym_COLON_COLON, + ACTIONS(6533), 2, + anon_sym_RPAREN, anon_sym_COMMA, - ACTIONS(6527), 1, - anon_sym_PIPE, - STATE(2930), 1, - aux_sym_closure_parameters_repeat1, STATE(3057), 2, sym_line_comment, sym_block_comment, - [89107] = 6, + [89550] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(987), 1, - anon_sym_RBRACK, - ACTIONS(4109), 1, - anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, STATE(3058), 2, sym_line_comment, sym_block_comment, - [89127] = 4, + ACTIONS(4807), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89566] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(5934), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3059), 2, sym_line_comment, sym_block_comment, - ACTIONS(6529), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [89143] = 6, + [89584] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6531), 1, - anon_sym_RPAREN, - ACTIONS(6533), 1, + ACTIONS(5605), 1, anon_sym_COMMA, - STATE(2781), 1, - aux_sym_ordered_field_declaration_list_repeat1, + ACTIONS(6535), 1, + anon_sym_PIPE, + STATE(2848), 1, + aux_sym_closure_parameters_repeat1, STATE(3060), 2, sym_line_comment, sym_block_comment, - [89163] = 6, + [89604] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5679), 1, - anon_sym_RPAREN, - ACTIONS(5681), 1, - anon_sym_COMMA, - STATE(2792), 1, - aux_sym_tuple_pattern_repeat1, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6537), 1, + anon_sym_SEMI, + STATE(3523), 1, + sym_where_clause, STATE(3061), 2, sym_line_comment, sym_block_comment, - [89183] = 6, + [89624] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6535), 1, - anon_sym_SEMI, - STATE(3441), 1, - sym_where_clause, + ACTIONS(6539), 1, + anon_sym_RPAREN, + ACTIONS(6541), 1, + anon_sym_COMMA, + STATE(2994), 1, + aux_sym_ordered_field_declaration_list_repeat1, STATE(3062), 2, sym_line_comment, sym_block_comment, - [89203] = 6, + [89644] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4987), 1, - anon_sym_RBRACE, - ACTIONS(6537), 1, - anon_sym_COMMA, - STATE(2784), 1, - aux_sym_field_declaration_list_repeat1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(6543), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, STATE(3063), 2, sym_line_comment, sym_block_comment, - [89223] = 6, + [89664] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6539), 1, - anon_sym_SEMI, - ACTIONS(6541), 1, - anon_sym_RBRACK, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(6545), 1, + anon_sym_for, + STATE(1973), 1, + sym_type_arguments, STATE(3064), 2, sym_line_comment, sym_block_comment, - [89243] = 6, + [89684] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(6543), 1, - anon_sym_COLON_COLON, - STATE(1963), 1, - sym_type_arguments, + ACTIONS(5942), 1, + anon_sym_GT, + ACTIONS(6547), 1, + anon_sym_COMMA, + STATE(3069), 1, + aux_sym_use_bounds_repeat1, STATE(3065), 2, sym_line_comment, sym_block_comment, - [89263] = 6, + [89704] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6545), 1, - anon_sym_SEMI, - ACTIONS(6547), 1, - anon_sym_RBRACK, + ACTIONS(5944), 1, + anon_sym_GT, + ACTIONS(6549), 1, + anon_sym_COMMA, + STATE(3069), 1, + aux_sym_use_bounds_repeat1, STATE(3066), 2, sym_line_comment, sym_block_comment, - [89283] = 4, + [89724] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, @@ -184227,12932 +184802,13165 @@ static const uint16_t ts_small_parse_table[] = { STATE(3067), 2, sym_line_comment, sym_block_comment, - ACTIONS(5598), 3, - anon_sym_SEMI, - anon_sym_RBRACE, - anon_sym_COMMA, - [89299] = 6, + ACTIONS(4913), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89740] = 6, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(5009), 1, - anon_sym_for, - STATE(1968), 1, - sym_type_arguments, + ACTIONS(6551), 1, + anon_sym_move, + STATE(224), 1, + sym_closure_parameters, STATE(3068), 2, sym_line_comment, sym_block_comment, - [89319] = 6, + [89760] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4987), 1, - anon_sym_RBRACE, - ACTIONS(6537), 1, + ACTIONS(6553), 1, + anon_sym_GT, + ACTIONS(6555), 1, anon_sym_COMMA, - STATE(2786), 1, - aux_sym_field_declaration_list_repeat1, - STATE(3069), 2, + STATE(3069), 3, sym_line_comment, sym_block_comment, - [89339] = 6, + aux_sym_use_bounds_repeat1, + [89778] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6549), 1, - anon_sym_SEMI, - ACTIONS(6551), 1, - anon_sym_EQ, + ACTIONS(1017), 1, + anon_sym_RPAREN, + ACTIONS(6558), 1, + anon_sym_COMMA, + STATE(2629), 1, + aux_sym_arguments_repeat1, STATE(3070), 2, sym_line_comment, sym_block_comment, - [89359] = 4, + [89798] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6560), 1, + anon_sym_SEMI, + STATE(655), 1, + sym_declaration_list, STATE(3071), 2, sym_line_comment, sym_block_comment, - ACTIONS(4794), 3, - anon_sym_EQ_GT, - anon_sym_PIPE, - anon_sym_if, - [89375] = 6, + [89818] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, - anon_sym_LT, - ACTIONS(6553), 1, - anon_sym_EQ, - STATE(3638), 1, - sym_type_parameters, STATE(3072), 2, sym_line_comment, sym_block_comment, - [89395] = 6, + ACTIONS(4919), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89834] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(6555), 1, - anon_sym_for, - STATE(1968), 1, - sym_type_arguments, STATE(3073), 2, sym_line_comment, sym_block_comment, - [89415] = 6, + ACTIONS(4929), 3, + anon_sym_EQ_GT, + anon_sym_PIPE, + anon_sym_if, + [89850] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6557), 1, - anon_sym_GT, - ACTIONS(6559), 1, - anon_sym_COMMA, - STATE(2808), 1, - aux_sym_type_parameters_repeat1, STATE(3074), 2, sym_line_comment, sym_block_comment, - [89435] = 6, + ACTIONS(6562), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89866] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(6561), 1, - anon_sym_for, - STATE(1968), 1, - sym_type_arguments, + ACTIONS(4408), 1, + anon_sym_RBRACE, + ACTIONS(6564), 1, + anon_sym_COMMA, + STATE(2954), 1, + aux_sym_use_list_repeat1, STATE(3075), 2, sym_line_comment, sym_block_comment, - [89455] = 6, + [89886] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - ACTIONS(6563), 1, - anon_sym_SEMI, - STATE(1253), 1, - sym_declaration_list, STATE(3076), 2, sym_line_comment, sym_block_comment, - [89475] = 6, + ACTIONS(6566), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89902] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4515), 1, - anon_sym_LT2, - ACTIONS(6565), 1, - anon_sym_for, - STATE(1968), 1, - sym_type_arguments, STATE(3077), 2, sym_line_comment, sym_block_comment, - [89495] = 6, + ACTIONS(6568), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89918] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1007), 1, - anon_sym_RPAREN, - ACTIONS(4169), 1, - anon_sym_COMMA, - STATE(2644), 1, - aux_sym_arguments_repeat1, STATE(3078), 2, sym_line_comment, sym_block_comment, - [89515] = 6, + ACTIONS(6570), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89934] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6567), 1, - sym_identifier, - ACTIONS(6569), 1, - anon_sym_ref, - ACTIONS(6571), 1, - sym_mutable_specifier, STATE(3079), 2, sym_line_comment, sym_block_comment, - [89535] = 6, + ACTIONS(6572), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89950] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4926), 1, - anon_sym_where, - ACTIONS(6573), 1, - anon_sym_SEMI, - STATE(3440), 1, - sym_where_clause, STATE(3080), 2, sym_line_comment, sym_block_comment, - [89555] = 6, + ACTIONS(6574), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89966] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6575), 1, - anon_sym_RPAREN, - ACTIONS(6577), 1, - anon_sym_COMMA, - STATE(2781), 1, - aux_sym_ordered_field_declaration_list_repeat1, STATE(3081), 2, sym_line_comment, sym_block_comment, - [89575] = 4, + ACTIONS(6576), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [89982] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6578), 1, + anon_sym_SEMI, + STATE(660), 1, + sym_declaration_list, STATE(3082), 2, sym_line_comment, sym_block_comment, - ACTIONS(6579), 3, - sym_string_content, - anon_sym_DQUOTE, - sym_escape_sequence, - [89591] = 6, + [90002] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(1451), 1, - anon_sym_RPAREN, - ACTIONS(6581), 1, + ACTIONS(6580), 1, + anon_sym_GT, + ACTIONS(6582), 1, anon_sym_COMMA, - STATE(2972), 1, - aux_sym_parameters_repeat1, + STATE(2818), 1, + aux_sym_type_parameters_repeat1, STATE(3083), 2, sym_line_comment, sym_block_comment, - [89611] = 5, + [90022] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5281), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - STATE(1244), 1, - sym_enum_variant_list, + ACTIONS(6584), 1, + anon_sym_SEMI, + STATE(1363), 1, + sym_declaration_list, STATE(3084), 2, sym_line_comment, sym_block_comment, - [89628] = 5, + [90042] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(6003), 1, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5016), 1, anon_sym_for, + STATE(1973), 1, + sym_type_arguments, STATE(3085), 2, sym_line_comment, sym_block_comment, - [89645] = 5, + [90062] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3697), 1, - anon_sym_COLON, - ACTIONS(5291), 1, - anon_sym_PLUS, + ACTIONS(4975), 1, + anon_sym_LBRACE, + ACTIONS(6586), 1, + anon_sym_SEMI, + STATE(672), 1, + sym_declaration_list, STATE(3086), 2, sym_line_comment, sym_block_comment, - [89662] = 4, + [90082] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5564), 2, - sym_identifier, - sym_super, + ACTIONS(4941), 1, + anon_sym_LT, + ACTIONS(6588), 1, + anon_sym_EQ, + STATE(3654), 1, + sym_type_parameters, STATE(3087), 2, sym_line_comment, sym_block_comment, - [89677] = 5, + [90102] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5564), 1, - sym_super, - ACTIONS(6583), 1, - sym_identifier, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(6590), 1, + anon_sym_for, + STATE(1973), 1, + sym_type_arguments, STATE(3088), 2, sym_line_comment, sym_block_comment, - [89694] = 5, + [90122] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5269), 1, - anon_sym_LBRACE, - STATE(759), 1, - sym_enum_variant_list, + ACTIONS(4943), 1, + anon_sym_where, + ACTIONS(6592), 1, + anon_sym_SEMI, + STATE(3401), 1, + sym_where_clause, STATE(3089), 2, sym_line_comment, sym_block_comment, - [89711] = 5, + [90142] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6585), 1, - sym_identifier, - ACTIONS(6587), 1, - sym_super, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(6594), 1, + anon_sym_for, + STATE(1973), 1, + sym_type_arguments, STATE(3090), 2, sym_line_comment, sym_block_comment, - [89728] = 4, + [90162] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6589), 2, - anon_sym_RBRACE, - anon_sym_COMMA, STATE(3091), 2, sym_line_comment, sym_block_comment, - [89743] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + ACTIONS(6596), 3, + anon_sym_SEMI, + anon_sym_RBRACE, + anon_sym_COMMA, + [90178] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(219), 1, - sym_closure_parameters, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(6598), 1, + anon_sym_for, + STATE(1973), 1, + sym_type_arguments, STATE(3092), 2, sym_line_comment, sym_block_comment, - [89760] = 4, + [90198] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6591), 2, + ACTIONS(6600), 1, sym_identifier, - sym_super, + ACTIONS(6602), 1, + anon_sym_ref, + ACTIONS(6604), 1, + sym_mutable_specifier, STATE(3093), 2, sym_line_comment, sym_block_comment, - [89775] = 5, + [90218] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6593), 1, - anon_sym_STAR_SLASH, - ACTIONS(6595), 1, - sym__block_comment_content, + ACTIONS(4915), 1, + anon_sym_RBRACE, + ACTIONS(6606), 1, + anon_sym_COMMA, + STATE(2963), 1, + aux_sym_field_initializer_list_repeat1, STATE(3094), 2, sym_line_comment, sym_block_comment, - [89792] = 5, + [90238] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6597), 1, - anon_sym_SEMI, - ACTIONS(6599), 1, - anon_sym_as, + ACTIONS(6610), 1, + anon_sym_COLON, + ACTIONS(6608), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3095), 2, sym_line_comment, sym_block_comment, - [89809] = 4, + [90256] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5976), 2, + ACTIONS(6612), 1, anon_sym_RBRACE, + ACTIONS(6614), 1, anon_sym_COMMA, + STATE(3075), 1, + aux_sym_use_list_repeat1, STATE(3096), 2, sym_line_comment, sym_block_comment, - [89824] = 5, + [90276] = 6, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6601), 1, - sym_identifier, - ACTIONS(6603), 1, - sym_super, + ACTIONS(4540), 1, + anon_sym_LT2, + ACTIONS(5004), 1, + anon_sym_COLON_COLON, + STATE(1972), 1, + sym_type_arguments, STATE(3097), 2, sym_line_comment, sym_block_comment, - [89841] = 4, + [90296] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6605), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(4318), 1, + anon_sym_EQ_GT, + ACTIONS(6616), 1, + anon_sym_AMP_AMP, STATE(3098), 2, sym_line_comment, sym_block_comment, - [89856] = 5, + [90313] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5910), 1, - sym_super, - ACTIONS(6607), 1, - sym_identifier, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6620), 1, + anon_sym_RBRACE, STATE(3099), 2, sym_line_comment, sym_block_comment, - [89873] = 4, + [90330] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6609), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6622), 1, + anon_sym_RBRACE, STATE(3100), 2, sym_line_comment, sym_block_comment, - [89888] = 5, + [90347] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6090), 1, + ACTIONS(5538), 1, + sym_super, + ACTIONS(6624), 1, sym_identifier, - ACTIONS(6094), 1, - sym_mutable_specifier, STATE(3101), 2, sym_line_comment, sym_block_comment, - [89905] = 5, + [90364] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, + ACTIONS(6626), 1, anon_sym_LPAREN, - STATE(1640), 1, - sym_parameters, + ACTIONS(6628), 1, + anon_sym_COLON_COLON, STATE(3102), 2, sym_line_comment, sym_block_comment, - [89922] = 5, + [90381] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5179), 1, - anon_sym_RBRACK, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(6630), 1, + sym_identifier, + ACTIONS(6632), 1, + sym_super, STATE(3103), 2, sym_line_comment, sym_block_comment, - [89939] = 5, + [90398] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6613), 1, - sym_identifier, - ACTIONS(6615), 1, - sym_mutable_specifier, + ACTIONS(5060), 1, + anon_sym_PLUS, + ACTIONS(6634), 1, + anon_sym_GT, STATE(3104), 2, sym_line_comment, sym_block_comment, - [89956] = 5, + [90415] = 5, ACTIONS(27), 1, anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(244), 1, + STATE(245), 1, sym_closure_parameters, STATE(3105), 2, sym_line_comment, sym_block_comment, - [89973] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [90432] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(224), 1, - sym_closure_parameters, + ACTIONS(3274), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3106), 2, sym_line_comment, sym_block_comment, - [89990] = 5, + [90447] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6617), 1, - sym_identifier, - ACTIONS(6619), 1, - sym_super, + ACTIONS(4975), 1, + anon_sym_LBRACE, + STATE(731), 1, + sym_declaration_list, STATE(3107), 2, sym_line_comment, sym_block_comment, - [90007] = 5, + [90464] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6621), 1, + ACTIONS(6107), 2, anon_sym_RBRACE, + anon_sym_COMMA, STATE(3108), 2, sym_line_comment, sym_block_comment, - [90024] = 5, + [90479] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5651), 1, + ACTIONS(6636), 1, sym_identifier, - ACTIONS(5653), 1, - sym_super, + ACTIONS(6638), 1, + sym_mutable_specifier, STATE(3109), 2, sym_line_comment, sym_block_comment, - [90041] = 4, + [90496] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5659), 2, + ACTIONS(6640), 1, sym_identifier, + ACTIONS(6642), 1, sym_super, STATE(3110), 2, sym_line_comment, sym_block_comment, - [90056] = 5, + [90513] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6623), 1, - sym_identifier, - ACTIONS(6625), 1, - sym_super, + ACTIONS(6644), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3111), 2, sym_line_comment, sym_block_comment, - [90073] = 5, + [90528] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6583), 1, - sym_identifier, - ACTIONS(6627), 1, + ACTIONS(5954), 1, sym_super, + ACTIONS(6646), 1, + sym_identifier, STATE(3112), 2, sym_line_comment, sym_block_comment, - [90090] = 5, + [90545] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6629), 1, - anon_sym_RBRACE, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6648), 1, + anon_sym_EQ, STATE(3113), 2, sym_line_comment, sym_block_comment, - [90107] = 5, + [90562] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5739), 1, - sym_identifier, + ACTIONS(6650), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3114), 2, sym_line_comment, sym_block_comment, - [90124] = 5, + [90577] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6591), 1, - sym_super, - ACTIONS(6631), 1, - sym_identifier, + ACTIONS(4042), 1, + anon_sym_LPAREN, + STATE(1606), 1, + sym_parameters, STATE(3115), 2, sym_line_comment, sym_block_comment, - [90141] = 5, + [90594] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6633), 1, - anon_sym_EQ, + ACTIONS(4941), 1, + anon_sym_LT, + STATE(954), 1, + sym_type_parameters, STATE(3116), 2, sym_line_comment, sym_block_comment, - [90158] = 5, + [90611] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6635), 1, - anon_sym_RBRACE, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5898), 1, + sym_identifier, STATE(3117), 2, sym_line_comment, sym_block_comment, - [90175] = 5, + [90628] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3313), 1, - anon_sym_LT2, - STATE(1378), 1, - sym_type_arguments, + ACTIONS(4534), 1, + anon_sym_LPAREN, + STATE(1996), 1, + sym_parameters, STATE(3118), 2, sym_line_comment, sym_block_comment, - [90192] = 4, + [90645] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6256), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(3924), 1, + anon_sym_COLON, + ACTIONS(5308), 1, + anon_sym_PLUS, STATE(3119), 2, sym_line_comment, sym_block_comment, - [90207] = 5, + [90662] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, - anon_sym_LT, - STATE(890), 1, - sym_type_parameters, + STATE(237), 1, + sym_closure_parameters, STATE(3120), 2, sym_line_comment, sym_block_comment, - [90224] = 5, + [90679] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6639), 1, - anon_sym_SEMI, - ACTIONS(6641), 1, - anon_sym_as, + ACTIONS(3932), 1, + anon_sym_COLON, + ACTIONS(5308), 1, + anon_sym_PLUS, STATE(3121), 2, sym_line_comment, sym_block_comment, - [90241] = 5, + [90696] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - STATE(1604), 1, - sym_parameters, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(6303), 1, + anon_sym_for, STATE(3122), 2, sym_line_comment, sym_block_comment, - [90258] = 5, + [90713] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5181), 1, - anon_sym_RBRACE, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(5762), 1, + sym_identifier, + ACTIONS(5764), 1, + sym_super, STATE(3123), 2, sym_line_comment, sym_block_comment, - [90275] = 4, + [90730] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6643), 2, + ACTIONS(5772), 2, sym_identifier, sym_super, STATE(3124), 2, sym_line_comment, sym_block_comment, - [90290] = 4, + [90745] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6269), 2, - anon_sym_PIPE, - anon_sym_COMMA, + ACTIONS(6652), 1, + sym_identifier, + ACTIONS(6654), 1, + sym_super, STATE(3125), 2, sym_line_comment, sym_block_comment, - [90305] = 4, + [90762] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6645), 2, - sym_float_literal, - sym_integer_literal, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(5528), 1, + anon_sym_COLON, STATE(3126), 2, sym_line_comment, sym_block_comment, - [90320] = 4, + [90779] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6627), 2, + ACTIONS(6624), 1, sym_identifier, + ACTIONS(6656), 1, sym_super, STATE(3127), 2, sym_line_comment, sym_block_comment, - [90335] = 5, + [90796] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6647), 1, - anon_sym_in, + ACTIONS(6658), 2, + sym_identifier, + sym_metavariable, STATE(3128), 2, sym_line_comment, sym_block_comment, - [90352] = 5, + [90811] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4005), 1, - anon_sym_LPAREN, - STATE(1638), 1, - sym_parameters, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5701), 1, + sym_identifier, STATE(3129), 2, sym_line_comment, sym_block_comment, - [90369] = 4, + [90828] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6649), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6660), 1, + sym_identifier, + ACTIONS(6662), 1, + sym_super, STATE(3130), 2, sym_line_comment, sym_block_comment, - [90384] = 5, + [90845] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5191), 1, - anon_sym_RPAREN, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + STATE(2811), 1, + sym_lifetime, STATE(3131), 2, sym_line_comment, sym_block_comment, - [90401] = 5, + [90862] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(1989), 1, - sym_parameters, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6664), 1, + anon_sym_RBRACE, STATE(3132), 2, sym_line_comment, sym_block_comment, - [90418] = 5, + [90879] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, - anon_sym_LT, - STATE(1062), 1, - sym_type_parameters, + ACTIONS(4975), 1, + anon_sym_LBRACE, + STATE(765), 1, + sym_declaration_list, STATE(3133), 2, sym_line_comment, sym_block_comment, - [90435] = 5, + [90896] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(6285), 1, - anon_sym_for, + ACTIONS(6666), 2, + sym_identifier, + sym_super, STATE(3134), 2, sym_line_comment, sym_block_comment, - [90452] = 5, + [90911] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5191), 1, - anon_sym_RBRACK, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(6668), 1, + anon_sym_LT, + STATE(912), 1, + sym_type_parameters, STATE(3135), 2, sym_line_comment, sym_block_comment, - [90469] = 4, + [90928] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6619), 2, - sym_identifier, - sym_super, + ACTIONS(4042), 1, + anon_sym_LPAREN, + STATE(1614), 1, + sym_parameters, STATE(3136), 2, sym_line_comment, sym_block_comment, - [90484] = 4, + [90945] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6293), 2, - anon_sym_RBRACE, + ACTIONS(6317), 2, + anon_sym_PIPE, anon_sym_COMMA, STATE(3137), 2, sym_line_comment, sym_block_comment, - [90499] = 5, + [90960] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3745), 1, - anon_sym_COLON, - ACTIONS(5291), 1, - anon_sym_PLUS, + ACTIONS(6670), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3138), 2, sym_line_comment, sym_block_comment, - [90516] = 5, + [90975] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3763), 1, + ACTIONS(5074), 1, anon_sym_COLON, - ACTIONS(5291), 1, - anon_sym_PLUS, + STATE(2545), 1, + sym_trait_bounds, STATE(3139), 2, sym_line_comment, sym_block_comment, - [90533] = 5, + [90992] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(5003), 1, - anon_sym_for, + ACTIONS(4975), 1, + anon_sym_LBRACE, + STATE(737), 1, + sym_declaration_list, STATE(3140), 2, sym_line_comment, sym_block_comment, - [90550] = 5, + [91009] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5263), 1, - anon_sym_RBRACE, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(6672), 2, + sym_identifier, + sym_super, STATE(3141), 2, sym_line_comment, sym_block_comment, - [90567] = 5, + [91024] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LPAREN, - STATE(1292), 1, - sym_parameters, + ACTIONS(6674), 1, + anon_sym_SEMI, + ACTIONS(6676), 1, + anon_sym_as, STATE(3142), 2, sym_line_comment, sym_block_comment, - [90584] = 4, + [91041] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6651), 2, - sym_identifier, - sym_super, + ACTIONS(4975), 1, + anon_sym_LBRACE, + STATE(738), 1, + sym_declaration_list, STATE(3143), 2, sym_line_comment, sym_block_comment, - [90599] = 5, + [91058] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5707), 1, - sym_identifier, + ACTIONS(6046), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3144), 2, sym_line_comment, sym_block_comment, - [90616] = 4, + [91073] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6110), 2, + ACTIONS(6325), 2, anon_sym_RBRACE, anon_sym_COMMA, STATE(3145), 2, sym_line_comment, sym_block_comment, - [90631] = 5, + [91088] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5207), 1, - anon_sym_RBRACE, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(6668), 1, + anon_sym_LT, + STATE(1066), 1, + sym_type_parameters, STATE(3146), 2, sym_line_comment, sym_block_comment, - [90648] = 4, + [91105] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6653), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(3788), 1, + anon_sym_COLON, + ACTIONS(5308), 1, + anon_sym_PLUS, STATE(3147), 2, sym_line_comment, sym_block_comment, - [90663] = 5, + [91122] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5564), 1, - sym_super, - ACTIONS(6655), 1, - sym_identifier, + ACTIONS(4042), 1, + anon_sym_LPAREN, + STATE(1619), 1, + sym_parameters, STATE(3148), 2, sym_line_comment, sym_block_comment, - [90680] = 5, + [91139] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6657), 1, - anon_sym_LPAREN, - ACTIONS(6659), 1, - anon_sym_COLON_COLON, + ACTIONS(5306), 1, + anon_sym_LBRACE, + STATE(606), 1, + sym_enum_variant_list, STATE(3149), 2, sym_line_comment, sym_block_comment, - [90697] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [91156] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(234), 1, - sym_closure_parameters, + ACTIONS(6666), 1, + sym_super, + ACTIONS(6678), 1, + sym_identifier, STATE(3150), 2, sym_line_comment, sym_block_comment, - [90714] = 4, + [91173] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6661), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(3310), 1, + anon_sym_LPAREN, + STATE(1086), 1, + sym_parameters, STATE(3151), 2, sym_line_comment, sym_block_comment, - [90729] = 4, + [91190] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6334), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(4984), 1, + anon_sym_for, STATE(3152), 2, sym_line_comment, sym_block_comment, - [90744] = 4, + [91207] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6663), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6343), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3153), 2, sym_line_comment, sym_block_comment, - [90759] = 5, + [91222] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5910), 1, - sym_super, - ACTIONS(6617), 1, - sym_identifier, + ACTIONS(6680), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3154), 2, sym_line_comment, sym_block_comment, - [90776] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [91237] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(237), 1, - sym_closure_parameters, + ACTIONS(6682), 2, + sym_float_literal, + sym_integer_literal, STATE(3155), 2, sym_line_comment, sym_block_comment, - [90793] = 5, + [91252] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(3441), 1, anon_sym_LBRACE, - STATE(582), 1, - sym_declaration_list, + STATE(1494), 1, + sym_field_initializer_list, STATE(3156), 2, sym_line_comment, sym_block_comment, - [90810] = 4, + [91269] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6665), 2, - sym_identifier, - sym_metavariable, + ACTIONS(5302), 1, + anon_sym_LBRACE, + STATE(1090), 1, + sym_enum_variant_list, STATE(3157), 2, sym_line_comment, sym_block_comment, - [90825] = 4, + [91286] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5653), 2, - sym_identifier, - sym_super, + ACTIONS(5222), 1, + anon_sym_RBRACE, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3158), 2, sym_line_comment, sym_block_comment, - [90840] = 5, + [91303] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6627), 1, - sym_super, - ACTIONS(6667), 1, - sym_identifier, + ACTIONS(5240), 1, + anon_sym_RBRACE, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3159), 2, sym_line_comment, sym_block_comment, - [90857] = 5, + [91320] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5671), 1, + ACTIONS(6684), 1, sym_identifier, + ACTIONS(6686), 1, + sym_super, STATE(3160), 2, sym_line_comment, sym_block_comment, - [90874] = 5, + [91337] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6591), 1, - sym_super, - ACTIONS(6669), 1, - sym_identifier, + ACTIONS(6668), 1, + anon_sym_LT, + STATE(878), 1, + sym_type_parameters, STATE(3161), 2, sym_line_comment, sym_block_comment, - [90891] = 5, + [91354] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, + ACTIONS(5306), 1, anon_sym_LBRACE, - STATE(1078), 1, - sym_declaration_list, + STATE(747), 1, + sym_enum_variant_list, STATE(3162), 2, sym_line_comment, sym_block_comment, - [90908] = 5, + [91371] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - STATE(583), 1, - sym_declaration_list, + ACTIONS(5538), 1, + sym_super, + ACTIONS(6688), 1, + sym_identifier, STATE(3163), 2, sym_line_comment, sym_block_comment, - [90925] = 4, + [91388] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5804), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + STATE(224), 1, + sym_closure_parameters, STATE(3164), 2, sym_line_comment, sym_block_comment, - [90940] = 5, + [91405] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5265), 1, - anon_sym_RBRACE, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(5954), 1, + sym_super, + ACTIONS(6690), 1, + sym_identifier, STATE(3165), 2, sym_line_comment, sym_block_comment, - [90957] = 5, + [91422] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1084), 1, - sym_declaration_list, + STATE(219), 1, + sym_closure_parameters, STATE(3166), 2, sym_line_comment, sym_block_comment, - [90974] = 5, + [91439] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1085), 1, - sym_declaration_list, + ACTIONS(4701), 1, + anon_sym_BANG, + ACTIONS(4797), 1, + anon_sym_COLON_COLON, STATE(3167), 2, sym_line_comment, sym_block_comment, - [90991] = 5, + [91456] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4720), 1, - anon_sym_COLON_COLON, - ACTIONS(4850), 1, - anon_sym_BANG, + STATE(239), 1, + sym_closure_parameters, STATE(3168), 2, sym_line_comment, sym_block_comment, - [91008] = 5, + [91473] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5281), 1, - anon_sym_LBRACE, - STATE(1300), 1, - sym_enum_variant_list, + ACTIONS(6692), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3169), 2, sym_line_comment, sym_block_comment, - [91025] = 5, + [91488] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(1985), 1, - sym_parameters, + ACTIONS(5954), 1, + sym_super, + ACTIONS(6684), 1, + sym_identifier, STATE(3170), 2, sym_line_comment, sym_block_comment, - [91042] = 4, + [91505] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5377), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4939), 1, + anon_sym_LBRACE, + STATE(673), 1, + sym_field_declaration_list, STATE(3171), 2, sym_line_comment, sym_block_comment, - [91057] = 4, + [91522] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6671), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1163), 1, + sym_declaration_list, STATE(3172), 2, sym_line_comment, sym_block_comment, - [91072] = 5, + [91539] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4511), 1, - anon_sym_BANG, - ACTIONS(6673), 1, - anon_sym_COLON_COLON, + ACTIONS(5178), 2, + sym_identifier, + sym_super, STATE(3173), 2, sym_line_comment, sym_block_comment, - [91089] = 5, + [91554] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5281), 1, - anon_sym_LBRACE, - STATE(1093), 1, - sym_enum_variant_list, + STATE(220), 1, + sym_closure_parameters, STATE(3174), 2, sym_line_comment, sym_block_comment, - [91106] = 5, + [91571] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5023), 1, - anon_sym_PLUS, - ACTIONS(6675), 1, - anon_sym_GT, + ACTIONS(4090), 1, + anon_sym_LBRACE, + STATE(1833), 1, + sym_field_initializer_list, STATE(3175), 2, sym_line_comment, sym_block_comment, - [91123] = 5, + [91588] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5910), 1, - sym_super, - ACTIONS(6677), 1, + ACTIONS(5764), 2, sym_identifier, + sym_super, STATE(3176), 2, sym_line_comment, sym_block_comment, - [91140] = 4, + [91603] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6679), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6656), 1, + sym_super, + ACTIONS(6694), 1, + sym_identifier, STATE(3177), 2, sym_line_comment, sym_block_comment, - [91155] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [91620] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(243), 1, - sym_closure_parameters, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5728), 1, + sym_identifier, STATE(3178), 2, sym_line_comment, sym_block_comment, - [91172] = 5, + [91637] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6681), 1, - anon_sym_LBRACK, - ACTIONS(6683), 1, - anon_sym_BANG, + ACTIONS(6662), 1, + sym_super, + ACTIONS(6678), 1, + sym_identifier, STATE(3179), 2, sym_line_comment, sym_block_comment, - [91189] = 5, + [91654] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1096), 1, - sym_field_declaration_list, + ACTIONS(6696), 2, + sym_identifier, + sym_metavariable, STATE(3180), 2, sym_line_comment, sym_block_comment, - [91206] = 5, + [91669] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6685), 1, - anon_sym_RPAREN, - ACTIONS(6687), 1, - anon_sym_COLON_COLON, + ACTIONS(6662), 1, + sym_super, + ACTIONS(6698), 1, + sym_identifier, STATE(3181), 2, sym_line_comment, sym_block_comment, - [91223] = 5, + [91686] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6689), 1, - anon_sym_RPAREN, - ACTIONS(6691), 1, - anon_sym_COLON_COLON, + ACTIONS(5242), 1, + anon_sym_RBRACE, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3182), 2, sym_line_comment, sym_block_comment, - [91240] = 5, + [91703] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6619), 1, - sym_super, - ACTIONS(6693), 1, - sym_identifier, + ACTIONS(6700), 2, + sym__block_comment_content, + anon_sym_STAR_SLASH, STATE(3183), 2, sym_line_comment, sym_block_comment, - [91257] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [91718] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(245), 1, - sym_closure_parameters, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1169), 1, + sym_declaration_list, STATE(3184), 2, sym_line_comment, sym_block_comment, - [91274] = 4, + [91735] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6373), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6702), 2, + sym__block_comment_content, + anon_sym_STAR_SLASH, STATE(3185), 2, sym_line_comment, sym_block_comment, - [91289] = 5, + [91750] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5564), 1, - sym_super, - ACTIONS(6695), 1, - sym_identifier, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1170), 1, + sym_declaration_list, STATE(3186), 2, sym_line_comment, sym_block_comment, - [91306] = 5, + [91767] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6689), 1, - anon_sym_RPAREN, - ACTIONS(6697), 1, - anon_sym_COLON_COLON, + ACTIONS(6704), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3187), 2, sym_line_comment, sym_block_comment, - [91323] = 5, + [91782] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6651), 1, - sym_super, - ACTIONS(6699), 1, - sym_identifier, + ACTIONS(6706), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3188), 2, sym_line_comment, sym_block_comment, - [91340] = 5, + [91797] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1098), 1, - sym_field_declaration_list, + ACTIONS(5538), 1, + sym_super, + ACTIONS(6708), 1, + sym_identifier, STATE(3189), 2, sym_line_comment, sym_block_comment, - [91357] = 5, + [91814] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5622), 1, - sym_identifier, - ACTIONS(5624), 1, - sym_super, + ACTIONS(6710), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3190), 2, sym_line_comment, sym_block_comment, - [91374] = 5, + [91829] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6701), 1, - sym_identifier, - ACTIONS(6703), 1, - sym_super, + ACTIONS(4939), 1, + anon_sym_LBRACE, + STATE(752), 1, + sym_field_declaration_list, STATE(3191), 2, sym_line_comment, sym_block_comment, - [91391] = 5, + [91846] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1099), 1, - sym_declaration_list, + ACTIONS(5691), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3192), 2, sym_line_comment, sym_block_comment, - [91408] = 5, + [91861] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6689), 1, - anon_sym_RPAREN, - ACTIONS(6705), 1, - anon_sym_COLON_COLON, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1375), 1, + sym_field_declaration_list, STATE(3193), 2, sym_line_comment, sym_block_comment, - [91425] = 5, + [91878] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, + ACTIONS(5302), 1, anon_sym_LBRACE, - STATE(720), 1, - sym_field_declaration_list, + STATE(1178), 1, + sym_enum_variant_list, STATE(3194), 2, sym_line_comment, sym_block_comment, - [91442] = 4, + [91895] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6707), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6712), 2, + sym_float_literal, + sym_integer_literal, STATE(3195), 2, sym_line_comment, sym_block_comment, - [91457] = 5, + [91910] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, - anon_sym_LBRACE, - STATE(731), 1, - sym_field_declaration_list, + ACTIONS(6646), 1, + sym_identifier, + ACTIONS(6686), 1, + sym_super, STATE(3196), 2, sym_line_comment, sym_block_comment, - [91474] = 5, + [91927] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4951), 1, + ACTIONS(4939), 1, anon_sym_LBRACE, - STATE(1267), 1, + STATE(667), 1, sym_field_declaration_list, STATE(3197), 2, sym_line_comment, sym_block_comment, - [91491] = 4, + [91944] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6709), 2, - sym_identifier, - sym_metavariable, + STATE(222), 1, + sym_closure_parameters, STATE(3198), 2, sym_line_comment, sym_block_comment, - [91506] = 5, + [91961] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6619), 1, - sym_super, - ACTIONS(6711), 1, - sym_identifier, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1181), 1, + sym_field_declaration_list, STATE(3199), 2, sym_line_comment, sym_block_comment, - [91523] = 5, + [91978] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6627), 1, - sym_super, - ACTIONS(6713), 1, - sym_identifier, + ACTIONS(6714), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3200), 2, sym_line_comment, sym_block_comment, - [91540] = 5, + [91993] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5624), 1, + ACTIONS(6686), 1, sym_super, - ACTIONS(5699), 1, + ACTIONS(6716), 1, sym_identifier, STATE(3201), 2, sym_line_comment, sym_block_comment, - [91557] = 5, + [92010] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6703), 1, - sym_super, - ACTIONS(6715), 1, - sym_identifier, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1183), 1, + sym_field_declaration_list, STATE(3202), 2, sym_line_comment, sym_block_comment, - [91574] = 4, + [92027] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6717), 2, - anon_sym_const, - sym_mutable_specifier, + STATE(223), 1, + sym_closure_parameters, STATE(3203), 2, sym_line_comment, sym_block_comment, - [91589] = 5, + [92044] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - STATE(622), 1, - sym_declaration_list, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(6420), 1, + anon_sym_for, STATE(3204), 2, sym_line_comment, sym_block_comment, - [91606] = 5, + [92061] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5910), 1, - sym_super, - ACTIONS(6719), 1, + ACTIONS(6718), 1, sym_identifier, + ACTIONS(6720), 1, + sym_super, STATE(3205), 2, sym_line_comment, sym_block_comment, - [91623] = 5, + [92078] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6721), 1, - anon_sym_RBRACK, + ACTIONS(4939), 1, + anon_sym_LBRACE, + STATE(754), 1, + sym_field_declaration_list, STATE(3206), 2, sym_line_comment, sym_block_comment, - [91640] = 5, + [92095] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6723), 1, - sym_identifier, - ACTIONS(6725), 1, + ACTIONS(5730), 1, sym_super, + ACTIONS(5823), 1, + sym_identifier, STATE(3207), 2, sym_line_comment, sym_block_comment, - [91657] = 5, + [92112] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6627), 1, + ACTIONS(6666), 1, sym_super, - ACTIONS(6727), 1, + ACTIONS(6722), 1, sym_identifier, STATE(3208), 2, sym_line_comment, sym_block_comment, - [91674] = 5, + [92129] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6627), 1, - sym_super, - ACTIONS(6729), 1, - sym_identifier, + ACTIONS(3310), 1, + anon_sym_LPAREN, + STATE(1315), 1, + sym_parameters, STATE(3209), 2, sym_line_comment, sym_block_comment, - [91691] = 5, + [92146] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5655), 1, - sym_identifier, - ACTIONS(5659), 1, - sym_super, + ACTIONS(3764), 1, + anon_sym_COLON, + ACTIONS(5308), 1, + anon_sym_PLUS, STATE(3210), 2, sym_line_comment, sym_block_comment, - [91708] = 5, + [92163] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6643), 1, - sym_super, - ACTIONS(6731), 1, - sym_identifier, + ACTIONS(4534), 1, + anon_sym_LPAREN, + STATE(1978), 1, + sym_parameters, STATE(3211), 2, sym_line_comment, sym_block_comment, - [91725] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [92180] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(218), 1, - sym_closure_parameters, + ACTIONS(6422), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3212), 2, sym_line_comment, sym_block_comment, - [91742] = 5, + [92195] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4667), 1, - anon_sym_BANG, - ACTIONS(4726), 1, - anon_sym_COLON_COLON, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1184), 1, + sym_declaration_list, STATE(3213), 2, sym_line_comment, sym_block_comment, - [91759] = 5, + [92212] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3460), 1, - anon_sym_LBRACE, - STATE(1376), 1, - sym_field_initializer_list, + ACTIONS(5538), 1, + sym_super, + ACTIONS(6724), 1, + sym_identifier, STATE(3214), 2, sym_line_comment, sym_block_comment, - [91776] = 4, + [92229] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6408), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6726), 1, + anon_sym_RPAREN, + ACTIONS(6728), 1, + anon_sym_COLON_COLON, STATE(3215), 2, sym_line_comment, sym_block_comment, - [91791] = 5, + [92246] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - STATE(657), 1, - sym_field_declaration_list, + STATE(755), 1, + sym_declaration_list, STATE(3216), 2, sym_line_comment, sym_block_comment, - [91808] = 5, + [92263] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5910), 1, - sym_super, - ACTIONS(6693), 1, - sym_identifier, + ACTIONS(6730), 1, + anon_sym_RPAREN, + ACTIONS(6732), 1, + anon_sym_COLON_COLON, STATE(3217), 2, sym_line_comment, sym_block_comment, - [91825] = 5, + [92280] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6627), 1, - sym_super, - ACTIONS(6655), 1, - sym_identifier, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6734), 1, + anon_sym_in, STATE(3218), 2, sym_line_comment, sym_block_comment, - [91842] = 5, + [92297] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 1, + ACTIONS(6686), 1, sym_super, - ACTIONS(5622), 1, + ACTIONS(6736), 1, sym_identifier, STATE(3219), 2, sym_line_comment, sym_block_comment, - [91859] = 5, + [92314] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6591), 1, - sym_super, - ACTIONS(6701), 1, - sym_identifier, + ACTIONS(6738), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3220), 2, sym_line_comment, sym_block_comment, - [91876] = 5, + [92329] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6619), 1, + ACTIONS(6656), 1, sym_super, - ACTIONS(6733), 1, + ACTIONS(6740), 1, sym_identifier, STATE(3221), 2, sym_line_comment, sym_block_comment, - [91893] = 5, + [92346] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5624), 1, + ACTIONS(5730), 1, sym_super, - ACTIONS(5733), 1, + ACTIONS(5960), 1, sym_identifier, STATE(3222), 2, sym_line_comment, sym_block_comment, - [91910] = 5, + [92363] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6703), 1, + ACTIONS(6666), 1, sym_super, - ACTIONS(6735), 1, + ACTIONS(6742), 1, sym_identifier, STATE(3223), 2, sym_line_comment, sym_block_comment, - [91927] = 5, + [92380] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6619), 1, - sym_super, - ACTIONS(6737), 1, - sym_identifier, + ACTIONS(6730), 1, + anon_sym_RPAREN, + ACTIONS(6744), 1, + anon_sym_COLON_COLON, STATE(3224), 2, sym_line_comment, sym_block_comment, - [91944] = 5, + [92397] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5765), 1, - sym_identifier, + ACTIONS(6730), 1, + anon_sym_RPAREN, + ACTIONS(6746), 1, + anon_sym_COLON_COLON, STATE(3225), 2, sym_line_comment, sym_block_comment, - [91961] = 5, + [92414] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6703), 1, - sym_super, - ACTIONS(6739), 1, - sym_identifier, + ACTIONS(5332), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3226), 2, sym_line_comment, sym_block_comment, - [91978] = 5, + [92429] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6619), 1, - sym_super, - ACTIONS(6741), 1, - sym_identifier, + ACTIONS(6523), 1, + anon_sym_EQ_GT, + ACTIONS(6616), 1, + anon_sym_AMP_AMP, STATE(3227), 2, sym_line_comment, sym_block_comment, - [91995] = 5, + [92446] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5779), 1, - sym_identifier, + ACTIONS(6748), 1, + anon_sym_STAR_SLASH, + ACTIONS(6750), 1, + sym__block_comment_content, STATE(3228), 2, sym_line_comment, sym_block_comment, - [92012] = 5, + [92463] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6703), 1, - sym_super, - ACTIONS(6743), 1, - sym_identifier, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6752), 1, + anon_sym_in, STATE(3229), 2, sym_line_comment, sym_block_comment, - [92029] = 5, + [92480] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5910), 1, - sym_super, - ACTIONS(6741), 1, - sym_identifier, + ACTIONS(6754), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3230), 2, sym_line_comment, sym_block_comment, - [92046] = 5, + [92495] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5779), 1, + ACTIONS(6756), 1, sym_identifier, + ACTIONS(6758), 1, + sym_super, STATE(3231), 2, sym_line_comment, sym_block_comment, - [92063] = 5, + [92512] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6591), 1, + ACTIONS(6656), 1, sym_super, - ACTIONS(6743), 1, + ACTIONS(6760), 1, sym_identifier, STATE(3232), 2, sym_line_comment, sym_block_comment, - [92080] = 5, + [92529] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4048), 1, - anon_sym_LBRACE, - STATE(1787), 1, - sym_field_initializer_list, + ACTIONS(5768), 1, + sym_identifier, + ACTIONS(5772), 1, + sym_super, STATE(3233), 2, sym_line_comment, sym_block_comment, - [92097] = 4, + [92546] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 2, - sym_identifier, + ACTIONS(6672), 1, sym_super, + ACTIONS(6762), 1, + sym_identifier, STATE(3234), 2, sym_line_comment, sym_block_comment, - [92112] = 5, + [92563] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6591), 1, - sym_super, - ACTIONS(6745), 1, - sym_identifier, + STATE(242), 1, + sym_closure_parameters, STATE(3235), 2, sym_line_comment, sym_block_comment, - [92129] = 5, + [92580] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - STATE(659), 1, - sym_declaration_list, + ACTIONS(4534), 1, + anon_sym_LPAREN, + STATE(1997), 1, + sym_parameters, STATE(3236), 2, sym_line_comment, sym_block_comment, - [92146] = 5, + [92597] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - STATE(663), 1, - sym_declaration_list, + ACTIONS(4534), 1, + anon_sym_LPAREN, + STATE(2232), 1, + sym_parameters, STATE(3237), 2, sym_line_comment, sym_block_comment, - [92163] = 5, + [92614] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6687), 1, - anon_sym_COLON_COLON, - ACTIONS(6747), 1, - anon_sym_RPAREN, + ACTIONS(5954), 1, + sym_super, + ACTIONS(6716), 1, + sym_identifier, STATE(3238), 2, sym_line_comment, sym_block_comment, - [92180] = 5, + [92631] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6691), 1, - anon_sym_COLON_COLON, - ACTIONS(6749), 1, - anon_sym_RPAREN, + ACTIONS(6656), 1, + sym_super, + ACTIONS(6688), 1, + sym_identifier, STATE(3239), 2, sym_line_comment, sym_block_comment, - [92197] = 5, + [92648] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(2237), 1, - sym_parameters, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5823), 1, + sym_identifier, STATE(3240), 2, sym_line_comment, sym_block_comment, - [92214] = 5, + [92665] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5269), 1, - anon_sym_LBRACE, - STATE(525), 1, - sym_enum_variant_list, + ACTIONS(6662), 1, + sym_super, + ACTIONS(6722), 1, + sym_identifier, STATE(3241), 2, sym_line_comment, sym_block_comment, - [92231] = 5, + [92682] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6657), 1, - anon_sym_LPAREN, - ACTIONS(6751), 1, - anon_sym_COLON_COLON, + ACTIONS(6686), 1, + sym_super, + ACTIONS(6764), 1, + sym_identifier, STATE(3242), 2, sym_line_comment, sym_block_comment, - [92248] = 5, + [92699] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6705), 1, - anon_sym_COLON_COLON, - ACTIONS(6749), 1, - anon_sym_RPAREN, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5821), 1, + sym_identifier, STATE(3243), 2, sym_line_comment, sym_block_comment, - [92265] = 5, + [92716] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5564), 1, + ACTIONS(6666), 1, sym_super, - ACTIONS(6753), 1, + ACTIONS(6766), 1, sym_identifier, STATE(3244), 2, sym_line_comment, sym_block_comment, - [92282] = 4, + [92733] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6755), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6686), 1, + sym_super, + ACTIONS(6768), 1, + sym_identifier, STATE(3245), 2, sym_line_comment, sym_block_comment, - [92297] = 5, + [92750] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6757), 1, - anon_sym_BANG, - ACTIONS(6759), 1, - anon_sym_COLON_COLON, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5851), 1, + sym_identifier, STATE(3246), 2, sym_line_comment, sym_block_comment, - [92314] = 4, + [92767] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6761), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(6666), 1, + sym_super, + ACTIONS(6770), 1, + sym_identifier, STATE(3247), 2, sym_line_comment, sym_block_comment, - [92329] = 5, + [92784] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4667), 1, - anon_sym_BANG, - ACTIONS(4728), 1, - anon_sym_COLON_COLON, + ACTIONS(6686), 1, + sym_super, + ACTIONS(6772), 1, + sym_identifier, STATE(3248), 2, sym_line_comment, sym_block_comment, - [92346] = 4, + [92801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6763), 2, - sym_float_literal, - sym_integer_literal, + ACTIONS(5730), 1, + sym_super, + ACTIONS(5865), 1, + sym_identifier, STATE(3249), 2, sym_line_comment, sym_block_comment, - [92361] = 5, + [92818] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6607), 1, - sym_identifier, - ACTIONS(6619), 1, + ACTIONS(6666), 1, sym_super, + ACTIONS(6774), 1, + sym_identifier, STATE(3250), 2, sym_line_comment, sym_block_comment, - [92378] = 4, + [92835] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5235), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(5954), 1, + sym_super, + ACTIONS(6772), 1, + sym_identifier, STATE(3251), 2, sym_line_comment, sym_block_comment, - [92393] = 4, + [92852] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6765), 2, - anon_sym_const, - sym_mutable_specifier, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5865), 1, + sym_identifier, STATE(3252), 2, sym_line_comment, sym_block_comment, - [92408] = 5, + [92869] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - STATE(3033), 1, - sym_lifetime, + ACTIONS(6662), 1, + sym_super, + ACTIONS(6774), 1, + sym_identifier, STATE(3253), 2, sym_line_comment, sym_block_comment, - [92425] = 5, + [92886] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, + ACTIONS(4534), 1, anon_sym_LPAREN, - STATE(1236), 1, + STATE(2239), 1, sym_parameters, STATE(3254), 2, sym_line_comment, sym_block_comment, - [92442] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [92903] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(220), 1, - sym_closure_parameters, + ACTIONS(4975), 1, + anon_sym_LBRACE, + STATE(584), 1, + sym_declaration_list, STATE(3255), 2, sym_line_comment, sym_block_comment, - [92459] = 5, + [92920] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, - anon_sym_LT, - STATE(1052), 1, - sym_type_parameters, + ACTIONS(6728), 1, + anon_sym_COLON_COLON, + ACTIONS(6776), 1, + anon_sym_RPAREN, STATE(3256), 2, sym_line_comment, sym_block_comment, - [92476] = 5, + [92937] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(5500), 1, - anon_sym_COLON, + ACTIONS(5224), 1, + anon_sym_RPAREN, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3257), 2, sym_line_comment, sym_block_comment, - [92493] = 5, + [92954] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5564), 1, - sym_super, - ACTIONS(6767), 1, - sym_identifier, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1107), 1, + sym_field_declaration_list, STATE(3258), 2, sym_line_comment, sym_block_comment, - [92510] = 5, + [92971] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(2263), 1, - sym_parameters, + ACTIONS(6732), 1, + anon_sym_COLON_COLON, + ACTIONS(6778), 1, + anon_sym_RPAREN, STATE(3259), 2, sym_line_comment, sym_block_comment, - [92527] = 5, + [92988] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6769), 1, + ACTIONS(6744), 1, + anon_sym_COLON_COLON, + ACTIONS(6778), 1, anon_sym_RPAREN, STATE(3260), 2, sym_line_comment, sym_block_comment, - [92544] = 5, + [93005] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6771), 1, - sym_identifier, - ACTIONS(6773), 1, - sym_mutable_specifier, + ACTIONS(6626), 1, + anon_sym_LPAREN, + ACTIONS(6780), 1, + anon_sym_COLON_COLON, STATE(3261), 2, sym_line_comment, sym_block_comment, - [92561] = 5, + [93022] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1324), 1, - sym_field_declaration_list, + ACTIONS(6746), 1, + anon_sym_COLON_COLON, + ACTIONS(6778), 1, + anon_sym_RPAREN, STATE(3262), 2, sym_line_comment, sym_block_comment, - [92578] = 5, + [93039] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - STATE(669), 1, - sym_field_declaration_list, + STATE(1108), 1, + sym_declaration_list, STATE(3263), 2, sym_line_comment, sym_block_comment, - [92595] = 5, + [93056] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4315), 1, - anon_sym_EQ_GT, - ACTIONS(6775), 1, - anon_sym_AMP_AMP, + ACTIONS(6782), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3264), 2, sym_line_comment, sym_block_comment, - [92612] = 5, + [93071] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5981), 1, - anon_sym_EQ_GT, - ACTIONS(6775), 1, - anon_sym_AMP_AMP, + ACTIONS(6784), 1, + anon_sym_SEMI, + ACTIONS(6786), 1, + anon_sym_as, STATE(3265), 2, sym_line_comment, sym_block_comment, - [92629] = 5, + [93088] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, + ACTIONS(6788), 1, + anon_sym_BANG, + ACTIONS(6790), 1, anon_sym_COLON_COLON, - ACTIONS(6462), 1, - anon_sym_for, STATE(3266), 2, sym_line_comment, sym_block_comment, - [92646] = 5, + [93105] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, + ACTIONS(4947), 1, anon_sym_LBRACE, - STATE(1325), 1, + STATE(1109), 1, sym_declaration_list, STATE(3267), 2, sym_line_comment, sym_block_comment, - [92663] = 5, + [93122] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5151), 1, - anon_sym_RPAREN, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(5306), 1, + anon_sym_LBRACE, + STATE(516), 1, + sym_enum_variant_list, STATE(3268), 2, sym_line_comment, sym_block_comment, - [92680] = 5, + [93139] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5151), 1, - anon_sym_RBRACK, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(5202), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3269), 2, sym_line_comment, sym_block_comment, - [92697] = 5, + [93154] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1326), 1, - sym_declaration_list, + ACTIONS(6792), 1, + sym_identifier, + ACTIONS(6794), 1, + sym_mutable_specifier, STATE(3270), 2, sym_line_comment, sym_block_comment, - [92714] = 5, + [93171] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5145), 1, - anon_sym_RPAREN, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(5178), 1, + sym_super, + ACTIONS(5870), 1, + sym_identifier, STATE(3271), 2, sym_line_comment, sym_block_comment, - [92731] = 5, + [93188] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, - anon_sym_LT, - STATE(908), 1, - sym_type_parameters, + ACTIONS(6079), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3272), 2, sym_line_comment, sym_block_comment, - [92748] = 5, + [93203] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5145), 1, - anon_sym_RBRACK, - ACTIONS(6611), 1, + ACTIONS(6618), 1, anon_sym_SEMI, + ACTIONS(6796), 1, + anon_sym_RPAREN, STATE(3273), 2, sym_line_comment, sym_block_comment, - [92765] = 4, + [93220] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6777), 2, - sym__block_comment_content, - anon_sym_STAR_SLASH, + ACTIONS(5730), 2, + sym_identifier, + sym_super, STATE(3274), 2, sym_line_comment, sym_block_comment, - [92780] = 4, + [93235] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6779), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6668), 1, + anon_sym_LT, + STATE(1054), 1, + sym_type_parameters, STATE(3275), 2, sym_line_comment, sym_block_comment, - [92795] = 5, + [93252] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1142), 1, - sym_declaration_list, + ACTIONS(6662), 1, + sym_super, + ACTIONS(6798), 1, + sym_identifier, STATE(3276), 2, sym_line_comment, sym_block_comment, - [92812] = 5, - ACTIONS(27), 1, - anon_sym_PIPE, + [93269] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - STATE(236), 1, - sym_closure_parameters, + ACTIONS(4534), 1, + anon_sym_LPAREN, + STATE(2275), 1, + sym_parameters, STATE(3277), 2, sym_line_comment, sym_block_comment, - [92829] = 4, + [93286] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6781), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5954), 2, + sym_identifier, + sym_super, STATE(3278), 2, sym_line_comment, sym_block_comment, - [92844] = 5, + [93301] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - STATE(515), 1, + STATE(601), 1, sym_declaration_list, STATE(3279), 2, sym_line_comment, sym_block_comment, - [92861] = 5, + [93318] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - STATE(528), 1, - sym_field_declaration_list, + STATE(602), 1, + sym_declaration_list, STATE(3280), 2, sym_line_comment, sym_block_comment, - [92878] = 5, + [93335] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(1971), 1, - sym_parameters, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1115), 1, + sym_field_declaration_list, STATE(3281), 2, sym_line_comment, sym_block_comment, - [92895] = 5, + [93352] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - STATE(674), 1, - sym_declaration_list, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6800), 1, + anon_sym_RPAREN, STATE(3282), 2, sym_line_comment, sym_block_comment, - [92912] = 5, + [93369] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6769), 1, - anon_sym_RBRACK, + ACTIONS(4048), 1, + anon_sym_LT2, + STATE(1711), 1, + sym_type_arguments, STATE(3283), 2, sym_line_comment, sym_block_comment, - [92929] = 5, + [93386] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, + ACTIONS(6618), 1, anon_sym_SEMI, - ACTIONS(6783), 1, - anon_sym_RBRACE, + ACTIONS(6800), 1, + anon_sym_RBRACK, STATE(3284), 2, sym_line_comment, sym_block_comment, - [92946] = 4, + [93403] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6785), 2, - sym_identifier, - sym_metavariable, + ACTIONS(5282), 1, + anon_sym_RPAREN, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3285), 2, sym_line_comment, sym_block_comment, - [92961] = 5, + [93420] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5253), 1, - sym_super, - ACTIONS(5747), 1, - sym_identifier, + ACTIONS(5282), 1, + anon_sym_RBRACK, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3286), 2, sym_line_comment, sym_block_comment, - [92978] = 5, + [93437] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(2234), 1, - sym_parameters, + ACTIONS(5284), 1, + anon_sym_RPAREN, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3287), 2, sym_line_comment, sym_block_comment, - [92995] = 5, + [93454] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1150), 1, - sym_declaration_list, + ACTIONS(5538), 2, + sym_identifier, + sym_super, STATE(3288), 2, sym_line_comment, sym_block_comment, - [93012] = 5, + [93469] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1151), 1, - sym_declaration_list, + ACTIONS(5284), 1, + anon_sym_RBRACK, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3289), 2, sym_line_comment, sym_block_comment, - [93029] = 5, + [93486] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6787), 1, - anon_sym_RPAREN, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1120), 1, + sym_declaration_list, STATE(3290), 2, sym_line_comment, sym_block_comment, - [93046] = 5, + [93503] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6787), 1, - anon_sym_RBRACK, + ACTIONS(6656), 1, + sym_super, + ACTIONS(6802), 1, + sym_identifier, STATE(3291), 2, sym_line_comment, sym_block_comment, - [93063] = 5, + [93520] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6789), 1, - anon_sym_RPAREN, + ACTIONS(6236), 1, + sym_identifier, + ACTIONS(6240), 1, + sym_mutable_specifier, STATE(3292), 2, sym_line_comment, sym_block_comment, - [93080] = 5, + [93537] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6789), 1, - anon_sym_RBRACK, + ACTIONS(6804), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3293), 2, sym_line_comment, sym_block_comment, - [93097] = 5, + [93552] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4924), 1, - anon_sym_LT, - STATE(938), 1, - sym_type_parameters, + ACTIONS(6806), 2, + sym_identifier, + sym_metavariable, STATE(3294), 2, sym_line_comment, sym_block_comment, - [93114] = 4, + [93567] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5910), 2, - sym_identifier, + ACTIONS(5954), 1, sym_super, + ACTIONS(6808), 1, + sym_identifier, STATE(3295), 2, sym_line_comment, sym_block_comment, - [93129] = 4, + [93584] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5624), 2, + ACTIONS(6720), 2, sym_identifier, sym_super, STATE(3296), 2, sym_line_comment, sym_block_comment, - [93144] = 5, + [93599] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6591), 1, + ACTIONS(5538), 1, sym_super, - ACTIONS(6791), 1, + ACTIONS(6810), 1, sym_identifier, STATE(3297), 2, sym_line_comment, sym_block_comment, - [93161] = 5, + [93616] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, + ACTIONS(4939), 1, anon_sym_LBRACE, - STATE(530), 1, + STATE(639), 1, sym_field_declaration_list, STATE(3298), 2, sym_line_comment, sym_block_comment, - [93178] = 5, + [93633] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5053), 1, - anon_sym_COLON, - STATE(2532), 1, - sym_trait_bounds, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1225), 1, + sym_declaration_list, STATE(3299), 2, sym_line_comment, sym_block_comment, - [93195] = 5, + [93650] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4951), 1, + ACTIONS(4939), 1, anon_sym_LBRACE, - STATE(1332), 1, + STATE(533), 1, sym_field_declaration_list, STATE(3300), 2, sym_line_comment, sym_block_comment, - [93212] = 4, + [93667] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6793), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(4534), 1, + anon_sym_LPAREN, + STATE(2234), 1, + sym_parameters, STATE(3301), 2, sym_line_comment, sym_block_comment, - [93227] = 5, + [93684] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5671), 1, - sym_identifier, + ACTIONS(6812), 1, + anon_sym_LBRACK, + ACTIONS(6814), 1, + anon_sym_BANG, STATE(3302), 2, sym_line_comment, sym_block_comment, - [93244] = 5, + [93701] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(2210), 1, - sym_parameters, + ACTIONS(6656), 1, + sym_super, + ACTIONS(6724), 1, + sym_identifier, STATE(3303), 2, sym_line_comment, sym_block_comment, - [93261] = 5, + [93718] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4011), 1, - anon_sym_LT2, - STATE(1803), 1, - sym_type_arguments, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6816), 1, + anon_sym_RPAREN, STATE(3304), 2, sym_line_comment, sym_block_comment, - [93278] = 4, + [93735] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6522), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6816), 1, + anon_sym_RBRACK, STATE(3305), 2, sym_line_comment, sym_block_comment, - [93293] = 5, + [93752] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - STATE(531), 1, - sym_declaration_list, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6818), 1, + anon_sym_RPAREN, STATE(3306), 2, sym_line_comment, sym_block_comment, - [93310] = 5, + [93769] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5564), 1, - sym_super, - ACTIONS(6727), 1, - sym_identifier, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6818), 1, + anon_sym_RBRACK, STATE(3307), 2, sym_line_comment, sym_block_comment, - [93327] = 5, + [93786] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3721), 1, - anon_sym_COLON, - ACTIONS(5291), 1, - anon_sym_PLUS, + ACTIONS(6758), 2, + sym_identifier, + sym_super, STATE(3308), 2, sym_line_comment, sym_block_comment, - [93344] = 5, + [93801] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(2247), 1, - sym_parameters, + ACTIONS(4536), 1, + anon_sym_BANG, + ACTIONS(6820), 1, + anon_sym_COLON_COLON, STATE(3309), 2, sym_line_comment, sym_block_comment, - [93361] = 5, + [93818] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - STATE(1337), 1, + STATE(642), 1, sym_declaration_list, STATE(3310), 2, sym_line_comment, sym_block_comment, - [93378] = 5, + [93835] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - STATE(724), 1, + STATE(537), 1, sym_declaration_list, STATE(3311), 2, sym_line_comment, sym_block_comment, - [93395] = 4, + [93852] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5904), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + ACTIONS(6662), 2, + sym_identifier, + sym_super, STATE(3312), 2, sym_line_comment, sym_block_comment, - [93410] = 5, + [93867] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5269), 1, + ACTIONS(4975), 1, anon_sym_LBRACE, - STATE(680), 1, - sym_enum_variant_list, + STATE(643), 1, + sym_declaration_list, STATE(3313), 2, sym_line_comment, sym_block_comment, - [93427] = 5, + [93884] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - STATE(516), 1, - sym_declaration_list, + ACTIONS(5224), 1, + anon_sym_RBRACK, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3314), 2, sym_line_comment, sym_block_comment, - [93444] = 5, + [93901] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6669), 1, + ACTIONS(5701), 1, sym_identifier, - ACTIONS(6703), 1, + ACTIONS(5730), 1, sym_super, STATE(3315), 2, sym_line_comment, sym_block_comment, - [93461] = 5, + [93918] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, - anon_sym_LBRACE, - STATE(574), 1, - sym_declaration_list, + ACTIONS(6822), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3316), 2, sym_line_comment, sym_block_comment, - [93478] = 4, + [93933] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6703), 2, + ACTIONS(6660), 1, sym_identifier, + ACTIONS(6666), 1, sym_super, STATE(3317), 2, sym_line_comment, sym_block_comment, - [93493] = 5, + [93950] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6795), 1, - anon_sym_LPAREN, - ACTIONS(6797), 1, - anon_sym_COLON_COLON, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6796), 1, + anon_sym_RBRACK, STATE(3318), 2, sym_line_comment, sym_block_comment, - [93510] = 5, + [93967] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6799), 1, - anon_sym_BANG, - ACTIONS(6801), 1, - anon_sym_COLON_COLON, + ACTIONS(4534), 1, + anon_sym_LPAREN, + STATE(2246), 1, + sym_parameters, STATE(3319), 2, sym_line_comment, sym_block_comment, - [93527] = 5, + [93984] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6627), 1, - sym_super, - ACTIONS(6767), 1, - sym_identifier, + ACTIONS(5302), 1, + anon_sym_LBRACE, + STATE(1125), 1, + sym_enum_variant_list, STATE(3320), 2, sym_line_comment, sym_block_comment, - [93544] = 5, + [94001] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, - anon_sym_LBRACE, - STATE(686), 1, - sym_field_declaration_list, + ACTIONS(6824), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3321), 2, sym_line_comment, sym_block_comment, - [93561] = 5, + [94016] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, - anon_sym_LT, - STATE(1055), 1, - sym_type_parameters, + ACTIONS(3318), 1, + anon_sym_LT2, + STATE(1464), 1, + sym_type_arguments, STATE(3322), 2, sym_line_comment, sym_block_comment, - [93578] = 5, + [94033] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3705), 1, - anon_sym_COLON, - ACTIONS(5291), 1, - anon_sym_PLUS, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1233), 1, + sym_declaration_list, STATE(3323), 2, sym_line_comment, sym_block_comment, - [93595] = 5, + [94050] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5624), 1, - sym_super, - ACTIONS(5739), 1, - sym_identifier, + ACTIONS(6553), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3324), 2, sym_line_comment, sym_block_comment, - [93612] = 5, + [94065] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6631), 1, + ACTIONS(6686), 2, sym_identifier, - ACTIONS(6703), 1, sym_super, STATE(3325), 2, sym_line_comment, sym_block_comment, - [93629] = 5, + [94080] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6803), 1, - anon_sym_in, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1234), 1, + sym_declaration_list, STATE(3326), 2, sym_line_comment, sym_block_comment, - [93646] = 5, + [94097] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4922), 1, - anon_sym_LBRACE, - STATE(694), 1, - sym_field_declaration_list, + ACTIONS(6656), 2, + sym_identifier, + sym_super, STATE(3327), 2, sym_line_comment, sym_block_comment, - [93663] = 5, + [94112] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6657), 1, - anon_sym_LPAREN, - ACTIONS(6805), 1, - anon_sym_COLON_COLON, + ACTIONS(5934), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3328), 2, sym_line_comment, sym_block_comment, - [93680] = 4, + [94127] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6807), 2, - anon_sym_GT, - anon_sym_COMMA, + ACTIONS(5728), 1, + sym_identifier, + ACTIONS(5730), 1, + sym_super, STATE(3329), 2, sym_line_comment, sym_block_comment, - [93695] = 5, + [94144] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6809), 1, - anon_sym_SEMI, - ACTIONS(6811), 1, - anon_sym_as, + ACTIONS(6826), 2, + anon_sym_const, + sym_mutable_specifier, STATE(3330), 2, sym_line_comment, sym_block_comment, - [93712] = 5, + [94159] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5269), 1, - anon_sym_LBRACE, - STATE(704), 1, - sym_enum_variant_list, + ACTIONS(6828), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3331), 2, sym_line_comment, sym_block_comment, - [93729] = 5, + [94174] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4916), 1, + ACTIONS(4939), 1, anon_sym_LBRACE, - STATE(509), 1, - sym_declaration_list, + STATE(649), 1, + sym_field_declaration_list, STATE(3332), 2, sym_line_comment, sym_block_comment, - [93746] = 5, + [94191] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6657), 1, - anon_sym_LPAREN, - ACTIONS(6813), 1, - anon_sym_COLON_COLON, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1128), 1, + sym_field_declaration_list, STATE(3333), 2, sym_line_comment, sym_block_comment, - [93763] = 5, + [94208] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6637), 1, - anon_sym_LT, - STATE(946), 1, - sym_type_parameters, + ACTIONS(3038), 1, + anon_sym_SQUOTE, + STATE(3384), 1, + sym_lifetime, STATE(3334), 2, sym_line_comment, sym_block_comment, - [93780] = 5, + [94225] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5281), 1, - anon_sym_LBRACE, - STATE(1342), 1, - sym_enum_variant_list, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(6545), 1, + anon_sym_for, STATE(3335), 2, sym_line_comment, sym_block_comment, - [93797] = 5, + [94242] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6815), 1, - anon_sym_LBRACK, - ACTIONS(6817), 1, - anon_sym_BANG, + ACTIONS(6830), 1, + anon_sym_LPAREN, + ACTIONS(6832), 1, + anon_sym_COLON_COLON, STATE(3336), 2, sym_line_comment, sym_block_comment, - [93814] = 4, + [94259] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6819), 2, - sym_identifier, - sym_metavariable, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1131), 1, + sym_field_declaration_list, STATE(3337), 2, sym_line_comment, sym_block_comment, - [93829] = 5, + [94276] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3305), 1, - anon_sym_LPAREN, - STATE(1370), 1, - sym_parameters, + ACTIONS(6668), 1, + anon_sym_LT, + STATE(890), 1, + sym_type_parameters, STATE(3338), 2, sym_line_comment, sym_block_comment, - [93846] = 5, + [94293] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6821), 1, - anon_sym_in, + ACTIONS(6834), 1, + anon_sym_BANG, + ACTIONS(6836), 1, + anon_sym_COLON_COLON, STATE(3339), 2, sym_line_comment, sym_block_comment, - [93863] = 4, + [94310] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6823), 2, - sym_identifier, - sym_metavariable, + ACTIONS(3310), 1, + anon_sym_LPAREN, + STATE(1351), 1, + sym_parameters, STATE(3340), 2, sym_line_comment, sym_block_comment, - [93878] = 4, + [94327] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6725), 2, - sym_identifier, - sym_super, + ACTIONS(4534), 1, + anon_sym_LPAREN, + STATE(2247), 1, + sym_parameters, STATE(3341), 2, sym_line_comment, sym_block_comment, - [93893] = 5, + [94344] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(5009), 1, - anon_sym_for, + ACTIONS(6668), 1, + anon_sym_LT, + STATE(1058), 1, + sym_type_parameters, STATE(3342), 2, sym_line_comment, sym_block_comment, - [93910] = 4, + [94361] = 5, + ACTIONS(27), 1, + anon_sym_PIPE, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6825), 2, - anon_sym_RPAREN, - anon_sym_COMMA, + STATE(231), 1, + sym_closure_parameters, STATE(3343), 2, sym_line_comment, sym_block_comment, - [93925] = 4, + [94378] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6827), 2, - sym__block_comment_content, - anon_sym_STAR_SLASH, + ACTIONS(6838), 1, + anon_sym_SEMI, + ACTIONS(6840), 1, + anon_sym_as, STATE(3344), 2, sym_line_comment, sym_block_comment, - [93940] = 5, + [94395] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1345), 1, - sym_field_declaration_list, + ACTIONS(6842), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3345), 2, sym_line_comment, sym_block_comment, - [93957] = 4, + [94410] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6829), 2, - sym_identifier, - sym_metavariable, + ACTIONS(6618), 1, + anon_sym_SEMI, + ACTIONS(6844), 1, + anon_sym_RBRACE, STATE(3346), 2, sym_line_comment, sym_block_comment, - [93972] = 5, + [94427] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6831), 1, - anon_sym_EQ, + ACTIONS(4939), 1, + anon_sym_LBRACE, + STATE(546), 1, + sym_field_declaration_list, STATE(3347), 2, sym_line_comment, sym_block_comment, - [93989] = 5, + [94444] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(6555), 1, - anon_sym_for, + ACTIONS(4975), 1, + anon_sym_LBRACE, + STATE(656), 1, + sym_declaration_list, STATE(3348), 2, sym_line_comment, sym_block_comment, - [94006] = 5, + [94461] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4509), 1, - anon_sym_LPAREN, - STATE(2220), 1, - sym_parameters, + ACTIONS(6846), 1, + anon_sym_SEMI, + ACTIONS(6848), 1, + anon_sym_as, STATE(3349), 2, sym_line_comment, sym_block_comment, - [94023] = 5, + [94478] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, + ACTIONS(6626), 1, + anon_sym_LPAREN, + ACTIONS(6850), 1, anon_sym_COLON_COLON, - ACTIONS(6561), 1, - anon_sym_for, STATE(3350), 2, sym_line_comment, sym_block_comment, - [94040] = 5, + [94495] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3017), 1, - anon_sym_SQUOTE, - STATE(3185), 1, - sym_lifetime, + ACTIONS(5226), 1, + anon_sym_RBRACE, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3351), 2, sym_line_comment, sym_block_comment, - [94057] = 5, + [94512] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, - ACTIONS(6721), 1, - anon_sym_RPAREN, + ACTIONS(5302), 1, + anon_sym_LBRACE, + STATE(1356), 1, + sym_enum_variant_list, STATE(3352), 2, sym_line_comment, sym_block_comment, - [94074] = 5, + [94529] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1348), 1, - sym_field_declaration_list, + ACTIONS(6626), 1, + anon_sym_LPAREN, + ACTIONS(6852), 1, + anon_sym_COLON_COLON, STATE(3353), 2, sym_line_comment, sym_block_comment, - [94091] = 5, + [94546] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6833), 1, - anon_sym_in, + ACTIONS(5538), 1, + sym_super, + ACTIONS(6802), 1, + sym_identifier, STATE(3354), 2, sym_line_comment, sym_block_comment, - [94108] = 5, + [94563] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, - ACTIONS(6565), 1, - anon_sym_for, + ACTIONS(6854), 1, + anon_sym_LBRACK, + ACTIONS(6856), 1, + anon_sym_BANG, STATE(3355), 2, sym_line_comment, sym_block_comment, - [94125] = 5, + [94580] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6835), 1, - anon_sym_LBRACK, - ACTIONS(6837), 1, - anon_sym_BANG, + ACTIONS(6858), 2, + sym_identifier, + sym_metavariable, STATE(3356), 2, sym_line_comment, sym_block_comment, - [94142] = 5, + [94595] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, + ACTIONS(5445), 1, anon_sym_PIPE, - ACTIONS(6839), 1, + ACTIONS(6860), 1, anon_sym_in, STATE(3357), 2, sym_line_comment, sym_block_comment, - [94159] = 5, + [94612] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6841), 1, - anon_sym_in, + ACTIONS(4701), 1, + anon_sym_BANG, + ACTIONS(4761), 1, + anon_sym_COLON_COLON, STATE(3358), 2, sym_line_comment, sym_block_comment, - [94176] = 5, + [94629] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, + ACTIONS(5445), 1, anon_sym_PIPE, - ACTIONS(6843), 1, - anon_sym_in, + ACTIONS(6862), 1, + anon_sym_EQ, STATE(3359), 2, sym_line_comment, sym_block_comment, - [94193] = 5, + [94646] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5427), 1, - anon_sym_PIPE, - ACTIONS(6845), 1, - anon_sym_in, + ACTIONS(6864), 2, + sym_identifier, + sym_metavariable, STATE(3360), 2, sym_line_comment, sym_block_comment, - [94210] = 5, + [94661] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1191), 1, - sym_declaration_list, + ACTIONS(4743), 1, + anon_sym_COLON_COLON, + ACTIONS(4849), 1, + anon_sym_BANG, STATE(3361), 2, sym_line_comment, sym_block_comment, - [94227] = 5, + [94678] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6567), 1, - sym_identifier, - ACTIONS(6571), 1, - sym_mutable_specifier, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(5016), 1, + anon_sym_for, STATE(3362), 2, sym_line_comment, sym_block_comment, - [94244] = 5, + [94695] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5179), 1, + ACTIONS(5216), 1, anon_sym_RPAREN, - ACTIONS(6611), 1, + ACTIONS(6618), 1, anon_sym_SEMI, STATE(3363), 2, sym_line_comment, sym_block_comment, - [94261] = 5, + [94712] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4951), 1, - anon_sym_LBRACE, - STATE(1256), 1, - sym_field_declaration_list, + ACTIONS(6866), 2, + anon_sym_RPAREN, + anon_sym_COMMA, STATE(3364), 2, sym_line_comment, sym_block_comment, - [94278] = 5, + [94727] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6847), 1, - sym_identifier, - ACTIONS(6849), 1, - sym_mutable_specifier, + ACTIONS(6272), 2, + anon_sym_RBRACE, + anon_sym_COMMA, STATE(3365), 2, sym_line_comment, sym_block_comment, - [94295] = 4, + [94742] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6065), 2, - anon_sym_RBRACE, - anon_sym_COMMA, + ACTIONS(6868), 2, + sym_identifier, + sym_metavariable, STATE(3366), 2, sym_line_comment, sym_block_comment, - [94310] = 5, + [94757] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4963), 1, - anon_sym_LBRACE, - STATE(1260), 1, - sym_declaration_list, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, + ACTIONS(6590), 1, + anon_sym_for, STATE(3367), 2, sym_line_comment, sym_block_comment, - [94327] = 5, + [94774] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6851), 1, - anon_sym_SEMI, - ACTIONS(6853), 1, - anon_sym_as, + ACTIONS(3684), 1, + anon_sym_COLON, + ACTIONS(5308), 1, + anon_sym_PLUS, STATE(3368), 2, sym_line_comment, sym_block_comment, - [94344] = 5, + [94791] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6697), 1, + ACTIONS(4626), 1, anon_sym_COLON_COLON, - ACTIONS(6749), 1, - anon_sym_RPAREN, + ACTIONS(6594), 1, + anon_sym_for, STATE(3369), 2, sym_line_comment, sym_block_comment, - [94361] = 4, + [94808] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6855), 1, - sym_identifier, + ACTIONS(5216), 1, + anon_sym_RBRACK, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3370), 2, sym_line_comment, sym_block_comment, - [94375] = 4, + [94825] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6857), 1, - anon_sym_SEMI, + ACTIONS(4953), 1, + anon_sym_LBRACE, + STATE(1366), 1, + sym_field_declaration_list, STATE(3371), 2, sym_line_comment, sym_block_comment, - [94389] = 4, + [94842] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6859), 1, - sym_identifier, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6870), 1, + anon_sym_in, STATE(3372), 2, sym_line_comment, sym_block_comment, - [94403] = 4, + [94859] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4904), 1, + ACTIONS(4626), 1, anon_sym_COLON_COLON, + ACTIONS(6598), 1, + anon_sym_for, STATE(3373), 2, sym_line_comment, sym_block_comment, - [94417] = 4, + [94876] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6861), 1, - sym__raw_string_literal_end, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1272), 1, + sym_declaration_list, STATE(3374), 2, sym_line_comment, sym_block_comment, - [94431] = 4, + [94893] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(959), 1, - anon_sym_EQ_GT, + ACTIONS(6872), 1, + anon_sym_LBRACK, + ACTIONS(6874), 1, + anon_sym_BANG, STATE(3375), 2, sym_line_comment, sym_block_comment, - [94445] = 4, + [94910] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6863), 1, - anon_sym_RBRACE, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6876), 1, + anon_sym_in, STATE(3376), 2, sym_line_comment, sym_block_comment, - [94459] = 4, + [94927] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6865), 1, - sym_identifier, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6878), 1, + anon_sym_in, STATE(3377), 2, sym_line_comment, sym_block_comment, - [94473] = 4, + [94944] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6867), 1, - sym_identifier, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6880), 1, + anon_sym_in, STATE(3378), 2, sym_line_comment, sym_block_comment, - [94487] = 4, + [94961] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6869), 1, - sym_identifier, + ACTIONS(5445), 1, + anon_sym_PIPE, + ACTIONS(6882), 1, + anon_sym_in, STATE(3379), 2, sym_line_comment, sym_block_comment, - [94501] = 4, + [94978] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6871), 1, + ACTIONS(6600), 1, sym_identifier, + ACTIONS(6604), 1, + sym_mutable_specifier, STATE(3380), 2, sym_line_comment, sym_block_comment, - [94515] = 4, + [94995] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5820), 1, - anon_sym_RPAREN, + ACTIONS(4947), 1, + anon_sym_LBRACE, + STATE(1369), 1, + sym_declaration_list, STATE(3381), 2, sym_line_comment, sym_block_comment, - [94529] = 4, + [95012] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6873), 1, - sym_identifier, + ACTIONS(5306), 1, + anon_sym_LBRACE, + STATE(664), 1, + sym_enum_variant_list, STATE(3382), 2, sym_line_comment, sym_block_comment, - [94543] = 4, + [95029] = 5, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6875), 1, - anon_sym_RBRACE, + ACTIONS(6884), 1, + sym_identifier, + ACTIONS(6886), 1, + sym_mutable_specifier, STATE(3383), 2, sym_line_comment, sym_block_comment, - [94557] = 4, + [95046] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4720), 1, - anon_sym_COLON_COLON, + ACTIONS(6199), 2, + anon_sym_GT, + anon_sym_COMMA, STATE(3384), 2, sym_line_comment, sym_block_comment, - [94571] = 4, + [95061] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4127), 1, - anon_sym_COLON_COLON, + ACTIONS(5786), 1, + anon_sym_RBRACK, STATE(3385), 2, sym_line_comment, sym_block_comment, - [94585] = 4, + [95075] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6877), 1, - anon_sym_RPAREN, + ACTIONS(6888), 1, + sym_identifier, STATE(3386), 2, sym_line_comment, sym_block_comment, - [94599] = 4, + [95089] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4644), 1, - anon_sym_COLON_COLON, + ACTIONS(6890), 1, + sym_identifier, STATE(3387), 2, sym_line_comment, sym_block_comment, - [94613] = 4, + [95103] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6879), 1, - anon_sym_SEMI, + ACTIONS(6071), 1, + anon_sym_RBRACE, STATE(3388), 2, sym_line_comment, sym_block_comment, - [94627] = 4, + [95117] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(883), 1, - anon_sym_RBRACK, + ACTIONS(6892), 1, + anon_sym_LPAREN, STATE(3389), 2, sym_line_comment, sym_block_comment, - [94641] = 4, + [95131] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6147), 1, - anon_sym_GT, + ACTIONS(6894), 1, + anon_sym_RBRACE, STATE(3390), 2, sym_line_comment, sym_block_comment, - [94655] = 4, + [95145] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6881), 1, - anon_sym_SEMI, + ACTIONS(6896), 1, + anon_sym_EQ_GT, STATE(3391), 2, sym_line_comment, sym_block_comment, - [94669] = 4, + [95159] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6883), 1, - anon_sym_RBRACE, + ACTIONS(6898), 1, + sym_identifier, STATE(3392), 2, sym_line_comment, sym_block_comment, - [94683] = 4, + [95173] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5265), 1, - anon_sym_SEMI, + ACTIONS(6900), 1, + sym_identifier, STATE(3393), 2, sym_line_comment, sym_block_comment, - [94697] = 4, + [95187] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6885), 1, - anon_sym_LPAREN, + ACTIONS(6902), 1, + sym_identifier, STATE(3394), 2, sym_line_comment, sym_block_comment, - [94711] = 4, + [95201] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4640), 1, - anon_sym_COLON_COLON, + ACTIONS(6904), 1, + sym_identifier, STATE(3395), 2, sym_line_comment, sym_block_comment, - [94725] = 4, + [95215] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6887), 1, + ACTIONS(6906), 1, anon_sym_SEMI, STATE(3396), 2, sym_line_comment, sym_block_comment, - [94739] = 4, + [95229] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6889), 1, - anon_sym_EQ_GT, + ACTIONS(6908), 1, + anon_sym_fn, STATE(3397), 2, sym_line_comment, sym_block_comment, - [94753] = 4, + [95243] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6611), 1, - anon_sym_SEMI, + ACTIONS(6910), 1, + anon_sym_RPAREN, STATE(3398), 2, sym_line_comment, sym_block_comment, - [94767] = 4, + [95257] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6891), 1, - anon_sym_COLON, + ACTIONS(6912), 1, + sym__raw_string_literal_end, STATE(3399), 2, sym_line_comment, sym_block_comment, - [94781] = 4, + [95271] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6893), 1, - sym_identifier, + ACTIONS(4152), 1, + anon_sym_COLON_COLON, STATE(3400), 2, sym_line_comment, sym_block_comment, - [94795] = 4, + [95285] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6895), 1, - anon_sym_fn, + ACTIONS(6914), 1, + anon_sym_SEMI, STATE(3401), 2, sym_line_comment, sym_block_comment, - [94809] = 4, + [95299] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6897), 1, - sym_identifier, + ACTIONS(4667), 1, + anon_sym_COLON_COLON, STATE(3402), 2, sym_line_comment, sym_block_comment, - [94823] = 4, + [95313] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6899), 1, - anon_sym_COLON_COLON, + ACTIONS(6195), 1, + anon_sym_GT, STATE(3403), 2, sym_line_comment, sym_block_comment, - [94837] = 4, + [95327] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6901), 1, - anon_sym_COLON, + ACTIONS(3114), 1, + anon_sym_PLUS, STATE(3404), 2, sym_line_comment, sym_block_comment, - [94851] = 4, + [95341] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4555), 1, - anon_sym_fn, + ACTIONS(6916), 1, + anon_sym_RBRACK, STATE(3405), 2, sym_line_comment, sym_block_comment, - [94865] = 4, + [95355] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6903), 1, - anon_sym_LPAREN, + ACTIONS(6918), 1, + sym__raw_string_literal_end, STATE(3406), 2, sym_line_comment, sym_block_comment, - [94879] = 4, + [95369] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6905), 1, + ACTIONS(6920), 1, sym_identifier, STATE(3407), 2, sym_line_comment, sym_block_comment, - [94893] = 4, + [95383] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6907), 1, - anon_sym_SEMI, + ACTIONS(6022), 1, + anon_sym_RBRACE, STATE(3408), 2, sym_line_comment, sym_block_comment, - [94907] = 4, + [95397] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6021), 1, - anon_sym_RBRACE, + ACTIONS(6922), 1, + anon_sym_SEMI, STATE(3409), 2, sym_line_comment, sym_block_comment, - [94921] = 4, + [95411] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3155), 1, - anon_sym_PLUS, + ACTIONS(4632), 1, + anon_sym_COLON_COLON, STATE(3410), 2, sym_line_comment, sym_block_comment, - [94935] = 4, + [95425] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6909), 1, - sym_self, + ACTIONS(6924), 1, + anon_sym_EQ_GT, STATE(3411), 2, sym_line_comment, sym_block_comment, - [94949] = 4, + [95439] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6911), 1, - sym_identifier, + ACTIONS(6744), 1, + anon_sym_COLON_COLON, STATE(3412), 2, sym_line_comment, sym_block_comment, - [94963] = 4, + [95453] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6913), 1, - anon_sym_COLON_COLON, + ACTIONS(6926), 1, + sym_identifier, STATE(3413), 2, sym_line_comment, sym_block_comment, - [94977] = 4, + [95467] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6915), 1, - sym_identifier, + ACTIONS(6928), 1, + sym__line_doc_content, STATE(3414), 2, sym_line_comment, sym_block_comment, - [94991] = 4, + [95481] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6917), 1, - sym_identifier, + ACTIONS(6930), 1, + anon_sym_fn, STATE(3415), 2, sym_line_comment, sym_block_comment, - [95005] = 4, + [95495] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6919), 1, - sym_identifier, + ACTIONS(5526), 1, + anon_sym_RPAREN, STATE(3416), 2, sym_line_comment, sym_block_comment, - [95019] = 4, + [95509] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6921), 1, - sym_identifier, + ACTIONS(6932), 1, + anon_sym_COLON_COLON, STATE(3417), 2, sym_line_comment, sym_block_comment, - [95033] = 4, + [95523] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6923), 1, - sym_identifier, + ACTIONS(6934), 1, + anon_sym_SEMI, STATE(3418), 2, sym_line_comment, sym_block_comment, - [95047] = 4, + [95537] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6925), 1, - anon_sym_RBRACK, + ACTIONS(6936), 1, + anon_sym_COLON, STATE(3419), 2, sym_line_comment, sym_block_comment, - [95061] = 4, + [95551] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6927), 1, - anon_sym_SEMI, + ACTIONS(6938), 1, + sym_self, STATE(3420), 2, sym_line_comment, sym_block_comment, - [95075] = 4, + [95565] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6929), 1, - anon_sym_COLON, + ACTIONS(6940), 1, + sym_identifier, STATE(3421), 2, sym_line_comment, sym_block_comment, - [95089] = 4, + [95579] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6931), 1, - anon_sym_SEMI, + ACTIONS(6942), 1, + anon_sym_RPAREN, STATE(3422), 2, sym_line_comment, sym_block_comment, - [95103] = 4, + [95593] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6933), 1, + ACTIONS(6944), 1, sym_identifier, STATE(3423), 2, sym_line_comment, sym_block_comment, - [95117] = 4, + [95607] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6935), 1, - anon_sym_SEMI, + ACTIONS(6946), 1, + sym_identifier, STATE(3424), 2, sym_line_comment, sym_block_comment, - [95131] = 4, + [95621] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6937), 1, + ACTIONS(6948), 1, anon_sym_COLON, STATE(3425), 2, sym_line_comment, sym_block_comment, - [95145] = 4, + [95635] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6939), 1, - anon_sym_SEMI, + ACTIONS(6950), 1, + sym_identifier, STATE(3426), 2, sym_line_comment, sym_block_comment, - [95159] = 4, + [95649] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6941), 1, - anon_sym_SEMI, + ACTIONS(6952), 1, + anon_sym_COLON_COLON, STATE(3427), 2, sym_line_comment, sym_block_comment, - [95173] = 4, + [95663] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6039), 1, - anon_sym_RBRACE, + ACTIONS(6954), 1, + sym_identifier, STATE(3428), 2, sym_line_comment, sym_block_comment, - [95187] = 4, + [95677] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4969), 1, - anon_sym_COLON_COLON, + ACTIONS(6956), 1, + sym_identifier, STATE(3429), 2, sym_line_comment, sym_block_comment, - [95201] = 4, + [95691] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6943), 1, - anon_sym_RBRACK, + ACTIONS(6958), 1, + sym_identifier, STATE(3430), 2, sym_line_comment, sym_block_comment, - [95215] = 4, + [95705] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6945), 1, - anon_sym_COLON_COLON, + ACTIONS(6960), 1, + sym_identifier, STATE(3431), 2, sym_line_comment, sym_block_comment, - [95229] = 4, + [95719] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6947), 1, - anon_sym_fn, + ACTIONS(6962), 1, + sym_identifier, STATE(3432), 2, sym_line_comment, sym_block_comment, - [95243] = 4, + [95733] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6949), 1, - sym_raw_string_literal_content, + ACTIONS(6964), 1, + anon_sym_LBRACK, STATE(3433), 2, sym_line_comment, sym_block_comment, - [95257] = 4, + [95747] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5832), 1, - anon_sym_LBRACE, + ACTIONS(6966), 1, + sym_raw_string_literal_content, STATE(3434), 2, sym_line_comment, sym_block_comment, - [95271] = 4, + [95761] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6951), 1, - anon_sym_COLON, + ACTIONS(6968), 1, + anon_sym_SEMI, STATE(3435), 2, sym_line_comment, sym_block_comment, - [95285] = 4, + [95775] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6953), 1, - sym__line_doc_content, + ACTIONS(6970), 1, + anon_sym_RBRACK, STATE(3436), 2, sym_line_comment, sym_block_comment, - [95299] = 4, + [95789] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6955), 1, + ACTIONS(6972), 1, anon_sym_SEMI, STATE(3437), 2, sym_line_comment, sym_block_comment, - [95313] = 4, + [95803] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3113), 1, - anon_sym_PLUS, + ACTIONS(6974), 1, + anon_sym_COLON, STATE(3438), 2, sym_line_comment, sym_block_comment, - [95327] = 4, + [95817] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6957), 1, - anon_sym_SEMI, + ACTIONS(6976), 1, + sym__line_doc_content, STATE(3439), 2, sym_line_comment, sym_block_comment, - [95341] = 4, + [95831] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6959), 1, + ACTIONS(6978), 1, anon_sym_SEMI, STATE(3440), 2, sym_line_comment, sym_block_comment, - [95355] = 4, + [95845] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6961), 1, + ACTIONS(6980), 1, anon_sym_SEMI, STATE(3441), 2, sym_line_comment, sym_block_comment, - [95369] = 4, + [95859] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6963), 1, - anon_sym_SEMI, + ACTIONS(6982), 1, + anon_sym_RPAREN, STATE(3442), 2, sym_line_comment, sym_block_comment, - [95383] = 4, + [95873] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6965), 1, + ACTIONS(6984), 1, anon_sym_SEMI, STATE(3443), 2, sym_line_comment, sym_block_comment, - [95397] = 4, + [95887] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6967), 1, - anon_sym_SEMI, + ACTIONS(6986), 1, + anon_sym_fn, STATE(3444), 2, sym_line_comment, sym_block_comment, - [95411] = 4, + [95901] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3913), 1, + ACTIONS(4996), 1, anon_sym_COLON_COLON, STATE(3445), 2, sym_line_comment, sym_block_comment, - [95425] = 4, + [95915] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(867), 1, - anon_sym_RBRACK, + ACTIONS(6988), 1, + anon_sym_COLON, STATE(3446), 2, sym_line_comment, sym_block_comment, - [95439] = 4, + [95929] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6969), 1, - anon_sym_SEMI, + ACTIONS(6990), 1, + anon_sym_COLON_COLON, STATE(3447), 2, sym_line_comment, sym_block_comment, - [95453] = 4, + [95943] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6005), 1, - anon_sym_RBRACE, + ACTIONS(6992), 1, + anon_sym_fn, STATE(3448), 2, sym_line_comment, sym_block_comment, - [95467] = 4, + [95957] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6971), 1, - sym_identifier, + ACTIONS(885), 1, + anon_sym_RBRACK, STATE(3449), 2, sym_line_comment, sym_block_comment, - [95481] = 4, + [95971] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6973), 1, - sym__raw_string_literal_end, + ACTIONS(5884), 1, + anon_sym_LBRACE, STATE(3450), 2, sym_line_comment, sym_block_comment, - [95495] = 4, + [95985] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6975), 1, - sym_identifier, + ACTIONS(6994), 1, + anon_sym_SEMI, STATE(3451), 2, sym_line_comment, sym_block_comment, - [95509] = 4, + [95999] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6977), 1, + ACTIONS(6996), 1, anon_sym_SEMI, STATE(3452), 2, sym_line_comment, sym_block_comment, - [95523] = 4, + [96013] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6979), 1, - anon_sym_SEMI, + ACTIONS(6998), 1, + sym__raw_string_literal_end, STATE(3453), 2, sym_line_comment, sym_block_comment, - [95537] = 4, + [96027] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6981), 1, + ACTIONS(7000), 1, anon_sym_SEMI, STATE(3454), 2, sym_line_comment, sym_block_comment, - [95551] = 4, + [96041] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6983), 1, - anon_sym_RPAREN, + ACTIONS(7002), 1, + sym_identifier, STATE(3455), 2, sym_line_comment, sym_block_comment, - [95565] = 4, + [96055] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6985), 1, + ACTIONS(7004), 1, anon_sym_SEMI, STATE(3456), 2, sym_line_comment, sym_block_comment, - [95579] = 4, + [96069] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6987), 1, - anon_sym_SEMI, + ACTIONS(7006), 1, + sym__line_doc_content, STATE(3457), 2, sym_line_comment, sym_block_comment, - [95593] = 4, + [96083] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6989), 1, - anon_sym_SEMI, + ACTIONS(6507), 1, + anon_sym_RBRACE, STATE(3458), 2, sym_line_comment, sym_block_comment, - [95607] = 4, + [96097] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6991), 1, - anon_sym_RBRACE, + ACTIONS(7008), 1, + anon_sym_RBRACK, STATE(3459), 2, sym_line_comment, sym_block_comment, - [95621] = 4, + [96111] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5498), 1, - anon_sym_RPAREN, + ACTIONS(7010), 1, + anon_sym_COLON_COLON, STATE(3460), 2, sym_line_comment, sym_block_comment, - [95635] = 4, + [96125] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6082), 1, - anon_sym_RBRACE, + ACTIONS(7012), 1, + sym__line_doc_content, STATE(3461), 2, sym_line_comment, sym_block_comment, - [95649] = 4, + [96139] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6993), 1, - sym_identifier, + ACTIONS(7014), 1, + anon_sym_SEMI, STATE(3462), 2, sym_line_comment, sym_block_comment, - [95663] = 4, + [96153] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6697), 1, - anon_sym_COLON_COLON, + ACTIONS(7016), 1, + anon_sym_COLON, STATE(3463), 2, sym_line_comment, sym_block_comment, - [95677] = 4, + [96167] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5631), 1, - anon_sym_LBRACE, + ACTIONS(7018), 1, + anon_sym_COLON, STATE(3464), 2, sym_line_comment, sym_block_comment, - [95691] = 4, + [96181] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5207), 1, - anon_sym_SEMI, + ACTIONS(7020), 1, + sym_identifier, STATE(3465), 2, sym_line_comment, sym_block_comment, - [95705] = 4, + [96195] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6995), 1, + ACTIONS(6293), 1, anon_sym_RBRACE, STATE(3466), 2, sym_line_comment, sym_block_comment, - [95719] = 4, + [96209] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6997), 1, + ACTIONS(7022), 1, sym_identifier, STATE(3467), 2, sym_line_comment, sym_block_comment, - [95733] = 4, + [96223] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6999), 1, - anon_sym_RBRACE, + ACTIONS(7024), 1, + sym_identifier, STATE(3468), 2, sym_line_comment, sym_block_comment, - [95747] = 4, + [96237] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7001), 1, - anon_sym_LT2, + ACTIONS(7026), 1, + anon_sym_SEMI, STATE(3469), 2, sym_line_comment, sym_block_comment, - [95761] = 4, + [96251] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7003), 1, - anon_sym_EQ_GT, + ACTIONS(6501), 1, + anon_sym_GT, STATE(3470), 2, sym_line_comment, sym_block_comment, - [95775] = 4, + [96265] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7005), 1, - anon_sym_SEMI, + ACTIONS(7028), 1, + anon_sym_RBRACE, STATE(3471), 2, sym_line_comment, sym_block_comment, - [95789] = 4, + [96279] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7007), 1, + ACTIONS(7030), 1, anon_sym_SEMI, STATE(3472), 2, sym_line_comment, sym_block_comment, - [95803] = 4, + [96293] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7009), 1, + ACTIONS(7032), 1, anon_sym_SEMI, STATE(3473), 2, sym_line_comment, sym_block_comment, - [95817] = 4, + [96307] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7011), 1, - sym_identifier, + ACTIONS(7034), 1, + anon_sym_SEMI, STATE(3474), 2, sym_line_comment, sym_block_comment, - [95831] = 4, + [96321] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7013), 1, - anon_sym_SEMI, + ACTIONS(5585), 1, + anon_sym_RPAREN, STATE(3475), 2, sym_line_comment, sym_block_comment, - [95845] = 4, + [96335] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7015), 1, - anon_sym_SEMI, + ACTIONS(4194), 1, + anon_sym_RPAREN, STATE(3476), 2, sym_line_comment, sym_block_comment, - [95859] = 4, + [96349] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7017), 1, - anon_sym_COLON, + ACTIONS(5206), 1, + anon_sym_COLON_COLON, STATE(3477), 2, sym_line_comment, sym_block_comment, - [95873] = 4, + [96363] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5435), 1, - anon_sym_RPAREN, + ACTIONS(7036), 1, + anon_sym_RBRACE, STATE(3478), 2, sym_line_comment, sym_block_comment, - [95887] = 4, + [96377] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7019), 1, - anon_sym_RBRACK, + ACTIONS(3144), 1, + anon_sym_PLUS, STATE(3479), 2, sym_line_comment, sym_block_comment, - [95901] = 4, + [96391] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6240), 1, - anon_sym_RBRACE, + ACTIONS(7038), 1, + anon_sym_SEMI, STATE(3480), 2, sym_line_comment, sym_block_comment, - [95915] = 4, + [96405] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6783), 1, - anon_sym_SEMI, + ACTIONS(6232), 1, + anon_sym_GT, STATE(3481), 2, sym_line_comment, sym_block_comment, - [95929] = 4, + [96419] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5263), 1, - anon_sym_SEMI, + ACTIONS(951), 1, + anon_sym_RBRACK, STATE(3482), 2, sym_line_comment, sym_block_comment, - [95943] = 4, + [96433] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7021), 1, - anon_sym_LT, + ACTIONS(7040), 1, + anon_sym_SEMI, STATE(3483), 2, sym_line_comment, sym_block_comment, - [95957] = 4, + [96447] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7023), 1, - sym_identifier, + ACTIONS(7042), 1, + anon_sym_RBRACE, STATE(3484), 2, sym_line_comment, sym_block_comment, - [95971] = 4, + [96461] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7025), 1, - sym__raw_string_literal_end, + ACTIONS(7044), 1, + anon_sym_LT2, STATE(3485), 2, sym_line_comment, sym_block_comment, - [95985] = 4, + [96475] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7027), 1, - sym__raw_string_literal_end, + ACTIONS(5226), 1, + anon_sym_SEMI, STATE(3486), 2, sym_line_comment, sym_block_comment, - [95999] = 4, + [96489] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7029), 1, - sym_identifier, + ACTIONS(7046), 1, + anon_sym_SEMI, STATE(3487), 2, sym_line_comment, sym_block_comment, - [96013] = 4, + [96503] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7031), 1, - sym_identifier, + ACTIONS(7048), 1, + anon_sym_SEMI, STATE(3488), 2, sym_line_comment, sym_block_comment, - [96027] = 4, + [96517] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7033), 1, - anon_sym_RBRACK, + ACTIONS(6622), 1, + anon_sym_SEMI, STATE(3489), 2, sym_line_comment, sym_block_comment, - [96041] = 4, + [96531] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7035), 1, - sym_identifier, + ACTIONS(5916), 1, + anon_sym_RPAREN, STATE(3490), 2, sym_line_comment, sym_block_comment, - [96055] = 4, + [96545] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7037), 1, + ACTIONS(1031), 1, anon_sym_RBRACK, STATE(3491), 2, sym_line_comment, sym_block_comment, - [96069] = 4, - ACTIONS(3), 1, + [96559] = 4, + ACTIONS(103), 1, anon_sym_SLASH_SLASH, - ACTIONS(5), 1, + ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7039), 1, - aux_sym_line_comment_token2, + ACTIONS(7050), 1, + anon_sym_SEMI, STATE(3492), 2, sym_line_comment, sym_block_comment, - [96083] = 4, + [96573] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7041), 1, - sym_identifier, + ACTIONS(7052), 1, + anon_sym_RBRACK, STATE(3493), 2, sym_line_comment, sym_block_comment, - [96097] = 4, + [96587] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7043), 1, - anon_sym_SEMI, + ACTIONS(5831), 1, + anon_sym_RPAREN, STATE(3494), 2, sym_line_comment, sym_block_comment, - [96111] = 4, + [96601] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7045), 1, - anon_sym_SEMI, + ACTIONS(7054), 1, + anon_sym_fn, STATE(3495), 2, sym_line_comment, sym_block_comment, - [96125] = 4, + [96615] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7047), 1, - anon_sym_SEMI, + ACTIONS(5936), 1, + anon_sym_RBRACK, STATE(3496), 2, sym_line_comment, sym_block_comment, - [96139] = 4, + [96629] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3103), 1, - anon_sym_PLUS, + ACTIONS(7056), 1, + anon_sym_LPAREN, STATE(3497), 2, sym_line_comment, sym_block_comment, - [96153] = 4, + [96643] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7049), 1, + ACTIONS(937), 1, anon_sym_EQ_GT, STATE(3498), 2, sym_line_comment, sym_block_comment, - [96167] = 4, + [96657] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7051), 1, - anon_sym_COLON, + ACTIONS(5732), 1, + anon_sym_RPAREN, STATE(3499), 2, sym_line_comment, sym_block_comment, - [96181] = 4, + [96671] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7053), 1, - anon_sym_RBRACE, + ACTIONS(7058), 1, + sym_identifier, STATE(3500), 2, sym_line_comment, sym_block_comment, - [96195] = 4, + [96685] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4163), 1, - anon_sym_RPAREN, + ACTIONS(7060), 1, + sym__raw_string_literal_end, STATE(3501), 2, sym_line_comment, sym_block_comment, - [96209] = 4, + [96699] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6246), 1, - anon_sym_RBRACE, + ACTIONS(7062), 1, + ts_builtin_sym_end, STATE(3502), 2, sym_line_comment, sym_block_comment, - [96223] = 4, + [96713] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7055), 1, - sym_identifier, + ACTIONS(7064), 1, + anon_sym_COLON_COLON, STATE(3503), 2, sym_line_comment, sym_block_comment, - [96237] = 4, + [96727] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7057), 1, + ACTIONS(7066), 1, anon_sym_EQ_GT, STATE(3504), 2, sym_line_comment, sym_block_comment, - [96251] = 4, + [96741] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5951), 1, - anon_sym_RPAREN, + ACTIONS(911), 1, + anon_sym_EQ_GT, STATE(3505), 2, sym_line_comment, sym_block_comment, - [96265] = 4, + [96755] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5525), 1, - anon_sym_RPAREN, + ACTIONS(7068), 1, + anon_sym_SEMI, STATE(3506), 2, sym_line_comment, sym_block_comment, - [96279] = 4, + [96769] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3975), 1, - anon_sym_COLON_COLON, + ACTIONS(7070), 1, + anon_sym_RBRACE, STATE(3507), 2, sym_line_comment, sym_block_comment, - [96293] = 4, + [96783] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6193), 1, - anon_sym_RBRACE, + ACTIONS(7072), 1, + sym_identifier, STATE(3508), 2, sym_line_comment, sym_block_comment, - [96307] = 4, + [96797] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7059), 1, - sym_identifier, + ACTIONS(7074), 1, + anon_sym_RBRACK, STATE(3509), 2, sym_line_comment, sym_block_comment, - [96321] = 4, + [96811] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7061), 1, - anon_sym_COLON, + ACTIONS(4743), 1, + anon_sym_COLON_COLON, STATE(3510), 2, sym_line_comment, sym_block_comment, - [96335] = 4, + [96825] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7063), 1, - anon_sym_COLON_COLON, + ACTIONS(7076), 1, + sym_identifier, STATE(3511), 2, sym_line_comment, sym_block_comment, - [96349] = 4, + [96839] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7065), 1, - anon_sym_RBRACK, + ACTIONS(7078), 1, + anon_sym_SEMI, STATE(3512), 2, sym_line_comment, sym_block_comment, - [96363] = 4, + [96853] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4043), 1, + ACTIONS(7080), 1, sym_identifier, STATE(3513), 2, sym_line_comment, sym_block_comment, - [96377] = 4, + [96867] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5961), 1, + ACTIONS(5994), 1, anon_sym_RBRACE, STATE(3514), 2, sym_line_comment, sym_block_comment, - [96391] = 4, + [96881] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7067), 1, - anon_sym_COLON, + ACTIONS(5240), 1, + anon_sym_SEMI, STATE(3515), 2, sym_line_comment, sym_block_comment, - [96405] = 4, + [96895] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5181), 1, - anon_sym_SEMI, + ACTIONS(7082), 1, + anon_sym_LBRACK, STATE(3516), 2, sym_line_comment, sym_block_comment, - [96419] = 4, + [96909] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7069), 1, + ACTIONS(7084), 1, anon_sym_COLON, STATE(3517), 2, sym_line_comment, sym_block_comment, - [96433] = 4, + [96923] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7071), 1, - anon_sym_SEMI, + ACTIONS(7086), 1, + sym_identifier, STATE(3518), 2, sym_line_comment, sym_block_comment, - [96447] = 4, + [96937] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6621), 1, - anon_sym_SEMI, + ACTIONS(5976), 1, + anon_sym_RPAREN, STATE(3519), 2, sym_line_comment, sym_block_comment, - [96461] = 4, + [96951] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7073), 1, - sym_identifier, + ACTIONS(7088), 1, + anon_sym_SEMI, STATE(3520), 2, sym_line_comment, sym_block_comment, - [96475] = 4, + [96965] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5769), 1, - anon_sym_RPAREN, + ACTIONS(7090), 1, + anon_sym_COLON, STATE(3521), 2, sym_line_comment, sym_block_comment, - [96489] = 4, + [96979] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7075), 1, - sym_identifier, + ACTIONS(7092), 1, + anon_sym_SEMI, STATE(3522), 2, sym_line_comment, sym_block_comment, - [96503] = 4, + [96993] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7077), 1, - anon_sym_STAR_SLASH, + ACTIONS(7094), 1, + anon_sym_SEMI, STATE(3523), 2, sym_line_comment, sym_block_comment, - [96517] = 4, + [97007] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(987), 1, - anon_sym_RBRACK, + ACTIONS(7096), 1, + anon_sym_COLON, STATE(3524), 2, sym_line_comment, sym_block_comment, - [96531] = 4, + [97021] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5556), 1, - anon_sym_RPAREN, + ACTIONS(7098), 1, + sym_identifier, STATE(3525), 2, sym_line_comment, sym_block_comment, - [96545] = 4, + [97035] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7079), 1, - sym_raw_string_literal_content, + ACTIONS(7100), 1, + anon_sym_RBRACK, STATE(3526), 2, sym_line_comment, sym_block_comment, - [96559] = 4, + [97049] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7081), 1, - anon_sym_RPAREN, + ACTIONS(7102), 1, + anon_sym_RBRACK, STATE(3527), 2, sym_line_comment, sym_block_comment, - [96573] = 4, + [97063] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6392), 1, - anon_sym_GT, + ACTIONS(7104), 1, + sym_identifier, STATE(3528), 2, sym_line_comment, sym_block_comment, - [96587] = 4, + [97077] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7083), 1, + ACTIONS(7106), 1, sym_identifier, STATE(3529), 2, sym_line_comment, sym_block_comment, - [96601] = 4, + [97091] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4145), 1, - anon_sym_COLON_COLON, + ACTIONS(7108), 1, + sym_identifier, STATE(3530), 2, sym_line_comment, sym_block_comment, - [96615] = 4, + [97105] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5791), 1, - anon_sym_COLON_COLON, + ACTIONS(7110), 1, + anon_sym_SEMI, STATE(3531), 2, sym_line_comment, sym_block_comment, - [96629] = 4, + [97119] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5679), 1, - anon_sym_RPAREN, + ACTIONS(7112), 1, + anon_sym_RBRACK, STATE(3532), 2, sym_line_comment, sym_block_comment, - [96643] = 4, + [97133] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5808), 1, - anon_sym_RPAREN, + ACTIONS(7114), 1, + anon_sym_SEMI, STATE(3533), 2, sym_line_comment, sym_block_comment, - [96657] = 4, + [97147] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4151), 1, - anon_sym_RPAREN, + ACTIONS(7116), 1, + anon_sym_RBRACE, STATE(3534), 2, sym_line_comment, sym_block_comment, - [96671] = 4, + [97161] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7085), 1, - anon_sym_COLON_COLON, + ACTIONS(6042), 1, + anon_sym_RBRACE, STATE(3535), 2, sym_line_comment, sym_block_comment, - [96685] = 4, + [97175] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7087), 1, - sym__raw_string_literal_end, + ACTIONS(7118), 1, + anon_sym_SEMI, STATE(3536), 2, sym_line_comment, sym_block_comment, - [96699] = 4, + [97189] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5685), 1, - anon_sym_RBRACK, + ACTIONS(7120), 1, + anon_sym_COLON_COLON, STATE(3537), 2, sym_line_comment, sym_block_comment, - [96713] = 4, + [97203] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7089), 1, - sym_raw_string_literal_content, + ACTIONS(7122), 1, + anon_sym_RBRACE, STATE(3538), 2, sym_line_comment, sym_block_comment, - [96727] = 4, + [97217] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7091), 1, - anon_sym_fn, + ACTIONS(867), 1, + anon_sym_RBRACK, STATE(3539), 2, sym_line_comment, sym_block_comment, - [96741] = 4, + [97231] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7093), 1, - anon_sym_COLON_COLON, + ACTIONS(7124), 1, + anon_sym_SEMI, STATE(3540), 2, sym_line_comment, sym_block_comment, - [96755] = 4, + [97245] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7095), 1, - sym_identifier, + ACTIONS(7126), 1, + anon_sym_COLON, STATE(3541), 2, sym_line_comment, sym_block_comment, - [96769] = 4, + [97259] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7097), 1, - anon_sym_fn, + ACTIONS(3156), 1, + anon_sym_PLUS, STATE(3542), 2, sym_line_comment, sym_block_comment, - [96783] = 4, + [97273] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7099), 1, - anon_sym_COLON_COLON, + ACTIONS(7128), 1, + sym_identifier, STATE(3543), 2, sym_line_comment, sym_block_comment, - [96797] = 4, + [97287] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(955), 1, - anon_sym_EQ_GT, + ACTIONS(7130), 1, + sym_raw_string_literal_content, STATE(3544), 2, sym_line_comment, sym_block_comment, - [96811] = 4, + [97301] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4965), 1, + ACTIONS(6543), 1, anon_sym_COLON_COLON, STATE(3545), 2, sym_line_comment, sym_block_comment, - [96825] = 4, + [97315] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7101), 1, - anon_sym_SEMI, + ACTIONS(7132), 1, + sym__raw_string_literal_end, STATE(3546), 2, sym_line_comment, sym_block_comment, - [96839] = 4, + [97329] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7103), 1, + ACTIONS(7134), 1, anon_sym_COLON_COLON, STATE(3547), 2, sym_line_comment, sym_block_comment, - [96853] = 4, + [97343] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7105), 1, - anon_sym_fn, + ACTIONS(4188), 1, + anon_sym_COLON_COLON, STATE(3548), 2, sym_line_comment, sym_block_comment, - [96867] = 4, + [97357] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7107), 1, - sym__line_doc_content, + ACTIONS(5677), 1, + anon_sym_COLON_COLON, STATE(3549), 2, sym_line_comment, sym_block_comment, - [96881] = 4, + [97371] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7109), 1, - anon_sym_LBRACE, + ACTIONS(7136), 1, + anon_sym_RPAREN, STATE(3550), 2, sym_line_comment, sym_block_comment, - [96895] = 4, + [97385] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7111), 1, - anon_sym_RPAREN, + ACTIONS(6362), 1, + anon_sym_RBRACE, STATE(3551), 2, sym_line_comment, sym_block_comment, - [96909] = 4, + [97399] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7113), 1, + ACTIONS(7138), 1, anon_sym_SEMI, STATE(3552), 2, sym_line_comment, sym_block_comment, - [96923] = 4, + [97413] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7115), 1, - sym_identifier, + ACTIONS(7140), 1, + anon_sym_COLON_COLON, STATE(3553), 2, sym_line_comment, sym_block_comment, - [96937] = 4, + [97427] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7117), 1, - ts_builtin_sym_end, + ACTIONS(4202), 1, + anon_sym_RPAREN, STATE(3554), 2, sym_line_comment, sym_block_comment, - [96951] = 4, + [97441] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7119), 1, - sym_identifier, + ACTIONS(7142), 1, + anon_sym_STAR_SLASH, STATE(3555), 2, sym_line_comment, sym_block_comment, - [96965] = 4, + [97455] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7121), 1, - anon_sym_EQ, + ACTIONS(7144), 1, + sym_identifier, STATE(3556), 2, sym_line_comment, sym_block_comment, - [96979] = 4, + [97469] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7123), 1, - anon_sym_LT2, + ACTIONS(7146), 1, + anon_sym_fn, STATE(3557), 2, sym_line_comment, sym_block_comment, - [96993] = 4, + [97483] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7125), 1, - anon_sym_SEMI, + ACTIONS(7148), 1, + sym_identifier, STATE(3558), 2, sym_line_comment, sym_block_comment, - [97007] = 4, + [97497] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7127), 1, + ACTIONS(7150), 1, anon_sym_COLON_COLON, STATE(3559), 2, sym_line_comment, sym_block_comment, - [97021] = 4, + [97511] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7129), 1, - sym_raw_string_literal_content, + ACTIONS(7152), 1, + anon_sym_RPAREN, STATE(3560), 2, sym_line_comment, sym_block_comment, - [97035] = 4, + [97525] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7131), 1, - anon_sym_SEMI, + ACTIONS(7154), 1, + sym_identifier, STATE(3561), 2, sym_line_comment, sym_block_comment, - [97049] = 4, + [97539] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7133), 1, - anon_sym_SEMI, + ACTIONS(7156), 1, + anon_sym_COLON_COLON, STATE(3562), 2, sym_line_comment, sym_block_comment, - [97063] = 4, + [97553] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7135), 1, - anon_sym_SEMI, + ACTIONS(3842), 1, + anon_sym_COLON_COLON, STATE(3563), 2, sym_line_comment, sym_block_comment, - [97077] = 4, + [97567] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7137), 1, - anon_sym_COLON_COLON, + ACTIONS(7158), 1, + anon_sym_SEMI, STATE(3564), 2, sym_line_comment, sym_block_comment, - [97091] = 4, + [97581] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7139), 1, - sym_identifier, + ACTIONS(4967), 1, + anon_sym_COLON_COLON, STATE(3565), 2, sym_line_comment, sym_block_comment, - [97105] = 4, + [97595] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3761), 1, - anon_sym_COLON_COLON, + ACTIONS(7160), 1, + anon_sym_SEMI, STATE(3566), 2, sym_line_comment, sym_block_comment, - [97119] = 4, + [97609] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7141), 1, + ACTIONS(7162), 1, anon_sym_COLON_COLON, STATE(3567), 2, sym_line_comment, sym_block_comment, - [97133] = 4, + [97623] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7143), 1, - anon_sym_SEMI, + ACTIONS(7164), 1, + anon_sym_fn, STATE(3568), 2, sym_line_comment, sym_block_comment, - [97147] = 4, + [97637] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7145), 1, - anon_sym_RBRACE, + ACTIONS(7166), 1, + sym_identifier, STATE(3569), 2, sym_line_comment, sym_block_comment, - [97161] = 4, + [97651] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7147), 1, - anon_sym_COLON_COLON, + ACTIONS(7168), 1, + anon_sym_LBRACE, STATE(3570), 2, sym_line_comment, sym_block_comment, - [97175] = 4, + [97665] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7149), 1, - anon_sym_SEMI, + ACTIONS(7170), 1, + anon_sym_RBRACK, STATE(3571), 2, sym_line_comment, sym_block_comment, - [97189] = 4, + [97679] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7151), 1, - anon_sym_SEMI, + ACTIONS(6358), 1, + anon_sym_GT, STATE(3572), 2, sym_line_comment, sym_block_comment, - [97203] = 4, + [97693] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6543), 1, - anon_sym_COLON_COLON, + ACTIONS(7172), 1, + sym_identifier, STATE(3573), 2, sym_line_comment, sym_block_comment, - [97217] = 4, + [97707] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7153), 1, - anon_sym_COLON_COLON, + ACTIONS(7174), 1, + anon_sym_SEMI, STATE(3574), 2, sym_line_comment, sym_block_comment, - [97231] = 4, + [97721] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7155), 1, - anon_sym_LBRACE, + ACTIONS(7176), 1, + anon_sym_LT2, STATE(3575), 2, sym_line_comment, sym_block_comment, - [97245] = 4, + [97735] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7157), 1, - anon_sym_SEMI, + ACTIONS(7178), 1, + anon_sym_RBRACK, STATE(3576), 2, sym_line_comment, sym_block_comment, - [97259] = 4, + [97749] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5787), 1, - anon_sym_RBRACK, + ACTIONS(7180), 1, + sym_identifier, STATE(3577), 2, sym_line_comment, sym_block_comment, - [97273] = 4, + [97763] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7159), 1, - anon_sym_COLON, + ACTIONS(7182), 1, + sym_raw_string_literal_content, STATE(3578), 2, sym_line_comment, sym_block_comment, - [97287] = 4, + [97777] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7161), 1, + ACTIONS(7184), 1, anon_sym_SEMI, STATE(3579), 2, sym_line_comment, sym_block_comment, - [97301] = 4, + [97791] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7163), 1, - sym_raw_string_literal_content, + ACTIONS(7186), 1, + anon_sym_RBRACK, STATE(3580), 2, sym_line_comment, sym_block_comment, - [97315] = 4, + [97805] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(3611), 1, + ACTIONS(7188), 1, anon_sym_COLON_COLON, STATE(3581), 2, sym_line_comment, sym_block_comment, - [97329] = 4, + [97819] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5239), 1, - anon_sym_COLON_COLON, + ACTIONS(7190), 1, + anon_sym_SEMI, STATE(3582), 2, sym_line_comment, sym_block_comment, - [97343] = 4, + [97833] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7165), 1, - anon_sym_COLON_COLON, + ACTIONS(7192), 1, + sym_identifier, STATE(3583), 2, sym_line_comment, sym_block_comment, - [97357] = 4, + [97847] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7167), 1, - sym_identifier, + ACTIONS(7194), 1, + anon_sym_COLON_COLON, STATE(3584), 2, sym_line_comment, sym_block_comment, - [97371] = 4, + [97861] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7169), 1, - anon_sym_LBRACE, + ACTIONS(7196), 1, + anon_sym_SEMI, STATE(3585), 2, sym_line_comment, sym_block_comment, - [97385] = 4, + [97875] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7171), 1, - sym_raw_string_literal_content, + ACTIONS(7198), 1, + anon_sym_SEMI, STATE(3586), 2, sym_line_comment, sym_block_comment, - [97399] = 4, + [97889] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5171), 1, + ACTIONS(7200), 1, anon_sym_COLON_COLON, STATE(3587), 2, sym_line_comment, sym_block_comment, - [97413] = 4, + [97903] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7173), 1, - anon_sym_COLON_COLON, + ACTIONS(5222), 1, + anon_sym_SEMI, STATE(3588), 2, sym_line_comment, sym_block_comment, - [97427] = 4, + [97917] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5896), 1, - anon_sym_LBRACE, + ACTIONS(7202), 1, + anon_sym_LT2, STATE(3589), 2, sym_line_comment, sym_block_comment, - [97441] = 4, + [97931] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5934), 1, + ACTIONS(7204), 1, anon_sym_COLON_COLON, STATE(3590), 2, sym_line_comment, sym_block_comment, - [97455] = 4, + [97945] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7175), 1, - anon_sym_COLON_COLON, + ACTIONS(7206), 1, + anon_sym_LBRACE, STATE(3591), 2, sym_line_comment, sym_block_comment, - [97469] = 4, + [97959] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5914), 1, - anon_sym_LBRACE, + ACTIONS(7208), 1, + sym_identifier, STATE(3592), 2, sym_line_comment, sym_block_comment, - [97483] = 4, + [97973] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7177), 1, - anon_sym_COLON_COLON, + ACTIONS(7210), 1, + sym_identifier, STATE(3593), 2, sym_line_comment, sym_block_comment, - [97497] = 4, + [97987] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5175), 1, - anon_sym_COLON_COLON, + ACTIONS(7212), 1, + anon_sym_SEMI, STATE(3594), 2, sym_line_comment, sym_block_comment, - [97511] = 4, + [98001] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5217), 1, - anon_sym_COLON_COLON, + ACTIONS(7214), 1, + sym_raw_string_literal_content, STATE(3595), 2, sym_line_comment, sym_block_comment, - [97525] = 4, + [98015] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4179), 1, + ACTIONS(3556), 1, anon_sym_COLON_COLON, STATE(3596), 2, sym_line_comment, sym_block_comment, - [97539] = 4, + [98029] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7179), 1, - anon_sym_COLON_COLON, + ACTIONS(7216), 1, + anon_sym_SEMI, STATE(3597), 2, sym_line_comment, sym_block_comment, - [97553] = 4, + [98043] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6398), 1, - anon_sym_RBRACE, + ACTIONS(7218), 1, + anon_sym_COLON_COLON, STATE(3598), 2, sym_line_comment, sym_block_comment, - [97567] = 4, + [98057] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7181), 1, - anon_sym_COLON, + ACTIONS(7220), 1, + anon_sym_SEMI, STATE(3599), 2, sym_line_comment, sym_block_comment, - [97581] = 4, + [98071] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7183), 1, - anon_sym_fn, + ACTIONS(7222), 1, + anon_sym_LBRACE, STATE(3600), 2, sym_line_comment, sym_block_comment, - [97595] = 4, + [98085] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7185), 1, - sym_identifier, + ACTIONS(7224), 1, + sym_raw_string_literal_content, STATE(3601), 2, sym_line_comment, sym_block_comment, - [97609] = 4, + [98099] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7187), 1, - anon_sym_COLON, + ACTIONS(5238), 1, + anon_sym_COLON_COLON, STATE(3602), 2, sym_line_comment, sym_block_comment, - [97623] = 4, + [98113] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7189), 1, - anon_sym_LBRACK, + ACTIONS(7226), 1, + anon_sym_COLON_COLON, STATE(3603), 2, sym_line_comment, sym_block_comment, - [97637] = 4, + [98127] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7191), 1, - anon_sym_LT2, + ACTIONS(7228), 1, + sym_identifier, STATE(3604), 2, sym_line_comment, sym_block_comment, - [97651] = 4, + [98141] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7193), 1, - anon_sym_LBRACK, + ACTIONS(5946), 1, + anon_sym_LBRACE, STATE(3605), 2, sym_line_comment, sym_block_comment, - [97665] = 4, + [98155] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7195), 1, - anon_sym_COLON, + ACTIONS(5718), 1, + anon_sym_COLON_COLON, STATE(3606), 2, sym_line_comment, sym_block_comment, - [97679] = 4, + [98169] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7197), 1, - anon_sym_COLON, + ACTIONS(7230), 1, + anon_sym_COLON_COLON, STATE(3607), 2, sym_line_comment, sym_block_comment, - [97693] = 4, + [98183] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7199), 1, - anon_sym_SEMI, + ACTIONS(5964), 1, + anon_sym_LBRACE, STATE(3608), 2, sym_line_comment, sym_block_comment, - [97707] = 4, + [98197] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7201), 1, - anon_sym_EQ_GT, + ACTIONS(7232), 1, + anon_sym_COLON_COLON, STATE(3609), 2, sym_line_comment, sym_block_comment, - [97721] = 4, + [98211] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7203), 1, + ACTIONS(5286), 1, anon_sym_COLON_COLON, STATE(3610), 2, sym_line_comment, sym_block_comment, - [97735] = 4, + [98225] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7205), 1, - anon_sym_EQ_GT, + ACTIONS(5290), 1, + anon_sym_COLON_COLON, STATE(3611), 2, sym_line_comment, sym_block_comment, - [97749] = 4, + [98239] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7207), 1, - anon_sym_COLON, + ACTIONS(4232), 1, + anon_sym_COLON_COLON, STATE(3612), 2, sym_line_comment, sym_block_comment, - [97763] = 4, + [98253] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6629), 1, - anon_sym_SEMI, + ACTIONS(7234), 1, + anon_sym_COLON_COLON, STATE(3613), 2, sym_line_comment, sym_block_comment, - [97777] = 4, + [98267] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7209), 1, + ACTIONS(7236), 1, anon_sym_SEMI, STATE(3614), 2, sym_line_comment, sym_block_comment, - [97791] = 4, + [98281] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7211), 1, - anon_sym_RBRACK, + ACTIONS(6844), 1, + anon_sym_SEMI, STATE(3615), 2, sym_line_comment, sym_block_comment, - [97805] = 4, + [98295] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7213), 1, - anon_sym_COLON, + ACTIONS(7238), 1, + anon_sym_RBRACE, STATE(3616), 2, sym_line_comment, sym_block_comment, - [97819] = 4, + [98309] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4601), 1, - anon_sym_COLON_COLON, + ACTIONS(7240), 1, + sym__line_doc_content, STATE(3617), 2, sym_line_comment, sym_block_comment, - [97833] = 4, + [98323] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7215), 1, - sym_identifier, + ACTIONS(7242), 1, + anon_sym_COLON, STATE(3618), 2, sym_line_comment, sym_block_comment, - [97847] = 4, + [98337] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7217), 1, - anon_sym_RPAREN, + ACTIONS(7244), 1, + anon_sym_LBRACK, STATE(3619), 2, sym_line_comment, sym_block_comment, - [97861] = 4, + [98351] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7219), 1, - sym_identifier, + ACTIONS(5827), 1, + anon_sym_RPAREN, STATE(3620), 2, sym_line_comment, sym_block_comment, - [97875] = 4, + [98365] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7221), 1, - sym_identifier, + ACTIONS(7246), 1, + anon_sym_LBRACK, STATE(3621), 2, sym_line_comment, sym_block_comment, - [97889] = 4, + [98379] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7223), 1, + ACTIONS(7248), 1, anon_sym_COLON, STATE(3622), 2, sym_line_comment, sym_block_comment, - [97903] = 4, + [98393] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6302), 1, - anon_sym_GT, + ACTIONS(7250), 1, + anon_sym_COLON, STATE(3623), 2, sym_line_comment, sym_block_comment, - [97917] = 4, - ACTIONS(103), 1, + [98407] = 4, + ACTIONS(3), 1, anon_sym_SLASH_SLASH, - ACTIONS(105), 1, + ACTIONS(5), 1, anon_sym_SLASH_STAR, - ACTIONS(7225), 1, - sym_identifier, + ACTIONS(7252), 1, + aux_sym_line_comment_token2, STATE(3624), 2, sym_line_comment, sym_block_comment, - [97931] = 4, + [98421] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6835), 1, - anon_sym_LBRACK, + ACTIONS(6618), 1, + anon_sym_SEMI, STATE(3625), 2, sym_line_comment, sym_block_comment, - [97945] = 4, + [98435] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7227), 1, - anon_sym_COLON, + ACTIONS(7254), 1, + anon_sym_EQ, STATE(3626), 2, sym_line_comment, sym_block_comment, - [97959] = 4, + [98449] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6310), 1, - anon_sym_GT, + ACTIONS(7256), 1, + anon_sym_COLON, STATE(3627), 2, sym_line_comment, sym_block_comment, - [97973] = 4, + [98463] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7229), 1, - sym_identifier, + ACTIONS(7258), 1, + anon_sym_COLON, STATE(3628), 2, sym_line_comment, sym_block_comment, - [97987] = 4, + [98477] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7231), 1, + ACTIONS(7260), 1, sym_identifier, STATE(3629), 2, sym_line_comment, sym_block_comment, - [98001] = 4, + [98491] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7233), 1, - anon_sym_STAR_SLASH, + ACTIONS(7262), 1, + sym_identifier, STATE(3630), 2, sym_line_comment, sym_block_comment, - [98015] = 4, + [98505] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7235), 1, - anon_sym_SEMI, + ACTIONS(7264), 1, + sym_identifier, STATE(3631), 2, sym_line_comment, sym_block_comment, - [98029] = 4, + [98519] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7237), 1, - anon_sym_COLON, + ACTIONS(6018), 1, + anon_sym_RBRACE, STATE(3632), 2, sym_line_comment, sym_block_comment, - [98043] = 4, + [98533] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7239), 1, - anon_sym_COLON_COLON, + ACTIONS(7266), 1, + sym_identifier, STATE(3633), 2, sym_line_comment, sym_block_comment, - [98057] = 4, + [98547] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(947), 1, - anon_sym_RBRACK, + ACTIONS(5926), 1, + anon_sym_LBRACE, STATE(3634), 2, sym_line_comment, sym_block_comment, - [98071] = 4, + [98561] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7241), 1, - anon_sym_SEMI, + ACTIONS(4626), 1, + anon_sym_COLON_COLON, STATE(3635), 2, sym_line_comment, sym_block_comment, - [98085] = 4, + [98575] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7243), 1, + ACTIONS(7268), 1, sym_identifier, STATE(3636), 2, sym_line_comment, sym_block_comment, - [98099] = 4, + [98589] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7245), 1, - anon_sym_SEMI, + ACTIONS(7270), 1, + sym_identifier, STATE(3637), 2, sym_line_comment, sym_block_comment, - [98113] = 4, + [98603] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7247), 1, - anon_sym_EQ, + ACTIONS(7272), 1, + anon_sym_COLON, STATE(3638), 2, sym_line_comment, sym_block_comment, - [98127] = 4, + [98617] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(5999), 1, - anon_sym_RBRACE, + ACTIONS(7274), 1, + anon_sym_RPAREN, STATE(3639), 2, sym_line_comment, sym_block_comment, - [98141] = 4, + [98631] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7249), 1, - sym__line_doc_content, + ACTIONS(7276), 1, + anon_sym_STAR_SLASH, STATE(3640), 2, sym_line_comment, sym_block_comment, - [98155] = 4, + [98645] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7251), 1, - anon_sym_RBRACK, + ACTIONS(7278), 1, + anon_sym_COLON, STATE(3641), 2, sym_line_comment, sym_block_comment, - [98169] = 4, + [98659] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7253), 1, + ACTIONS(7280), 1, anon_sym_SEMI, STATE(3642), 2, sym_line_comment, sym_block_comment, - [98183] = 4, + [98673] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7255), 1, - anon_sym_COLON, + ACTIONS(7282), 1, + sym_identifier, STATE(3643), 2, sym_line_comment, sym_block_comment, - [98197] = 4, + [98687] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7257), 1, - sym__line_doc_content, + ACTIONS(5453), 1, + anon_sym_RPAREN, STATE(3644), 2, sym_line_comment, sym_block_comment, - [98211] = 4, + [98701] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7259), 1, - anon_sym_COLON, + ACTIONS(7284), 1, + anon_sym_LT, STATE(3645), 2, sym_line_comment, sym_block_comment, - [98225] = 4, + [98715] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7261), 1, - anon_sym_LBRACK, + ACTIONS(4580), 1, + anon_sym_fn, STATE(3646), 2, sym_line_comment, sym_block_comment, - [98239] = 4, + [98729] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7263), 1, - anon_sym_LBRACK, + ACTIONS(7286), 1, + anon_sym_COLON, STATE(3647), 2, sym_line_comment, sym_block_comment, - [98253] = 4, + [98743] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7265), 1, - anon_sym_COLON, + ACTIONS(7288), 1, + sym_identifier, STATE(3648), 2, sym_line_comment, sym_block_comment, - [98267] = 4, + [98757] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6322), 1, - anon_sym_RBRACE, + ACTIONS(5486), 1, + anon_sym_RPAREN, STATE(3649), 2, sym_line_comment, sym_block_comment, - [98281] = 4, + [98771] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7267), 1, - anon_sym_SEMI, + ACTIONS(4075), 1, + sym_identifier, STATE(3650), 2, sym_line_comment, sym_block_comment, - [98295] = 4, + [98785] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7269), 1, - anon_sym_COLON, + ACTIONS(7290), 1, + anon_sym_SEMI, STATE(3651), 2, sym_line_comment, sym_block_comment, - [98309] = 4, + [98799] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7271), 1, - anon_sym_COLON, + ACTIONS(7292), 1, + sym_identifier, STATE(3652), 2, sym_line_comment, sym_block_comment, - [98323] = 4, + [98813] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7273), 1, - sym_identifier, + ACTIONS(6612), 1, + anon_sym_RBRACE, STATE(3653), 2, sym_line_comment, sym_block_comment, - [98337] = 4, + [98827] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7275), 1, - sym_identifier, + ACTIONS(7294), 1, + anon_sym_EQ, STATE(3654), 2, sym_line_comment, sym_block_comment, - [98351] = 4, + [98841] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7277), 1, + ACTIONS(7296), 1, anon_sym_COLON, STATE(3655), 2, sym_line_comment, sym_block_comment, - [98365] = 4, + [98855] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7279), 1, - anon_sym_COLON, + ACTIONS(7298), 1, + anon_sym_EQ_GT, STATE(3656), 2, sym_line_comment, sym_block_comment, - [98379] = 4, + [98869] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7281), 1, - anon_sym_COLON, + ACTIONS(7300), 1, + sym__raw_string_literal_end, STATE(3657), 2, sym_line_comment, sym_block_comment, - [98393] = 4, + [98883] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7283), 1, + ACTIONS(7302), 1, sym_identifier, STATE(3658), 2, sym_line_comment, sym_block_comment, - [98407] = 4, + [98897] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(4581), 1, - anon_sym_fn, + ACTIONS(7304), 1, + anon_sym_COLON, STATE(3659), 2, sym_line_comment, sym_block_comment, - [98421] = 4, + [98911] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7285), 1, - anon_sym_RPAREN, + ACTIONS(5242), 1, + anon_sym_SEMI, STATE(3660), 2, sym_line_comment, sym_block_comment, - [98435] = 4, + [98925] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7287), 1, - sym_identifier, + ACTIONS(7306), 1, + anon_sym_COLON, STATE(3661), 2, sym_line_comment, sym_block_comment, - [98449] = 4, + [98939] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7289), 1, - sym_identifier, + ACTIONS(7308), 1, + anon_sym_LBRACK, STATE(3662), 2, sym_line_comment, sym_block_comment, - [98463] = 4, + [98953] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7291), 1, - sym__line_doc_content, + ACTIONS(7310), 1, + anon_sym_LBRACK, STATE(3663), 2, sym_line_comment, sym_block_comment, - [98477] = 4, + [98967] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7293), 1, - anon_sym_LBRACK, + ACTIONS(7312), 1, + anon_sym_COLON, STATE(3664), 2, sym_line_comment, sym_block_comment, - [98491] = 4, + [98981] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7295), 1, - sym_identifier, + ACTIONS(3888), 1, + anon_sym_COLON_COLON, STATE(3665), 2, sym_line_comment, sym_block_comment, - [98505] = 4, + [98995] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7297), 1, - anon_sym_fn, + ACTIONS(7314), 1, + anon_sym_EQ_GT, STATE(3666), 2, sym_line_comment, sym_block_comment, - [98519] = 4, + [99009] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7299), 1, - sym_identifier, + ACTIONS(7316), 1, + anon_sym_COLON, STATE(3667), 2, sym_line_comment, sym_block_comment, - [98533] = 4, + [99023] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7301), 1, - sym_identifier, + ACTIONS(7318), 1, + anon_sym_COLON, STATE(3668), 2, sym_line_comment, sym_block_comment, - [98547] = 4, + [99037] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7303), 1, - anon_sym_RBRACK, + ACTIONS(7320), 1, + anon_sym_SEMI, STATE(3669), 2, sym_line_comment, sym_block_comment, - [98561] = 4, + [99051] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7305), 1, - sym__raw_string_literal_end, + ACTIONS(5004), 1, + anon_sym_COLON_COLON, STATE(3670), 2, sym_line_comment, sym_block_comment, - [98575] = 4, + [99065] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7307), 1, - sym_identifier, + ACTIONS(7322), 1, + anon_sym_COLON, STATE(3671), 2, sym_line_comment, sym_block_comment, - [98589] = 4, + [99079] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7309), 1, - sym_identifier, + ACTIONS(7324), 1, + anon_sym_COLON, STATE(3672), 2, sym_line_comment, sym_block_comment, - [98603] = 4, + [99093] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7311), 1, - sym_identifier, + ACTIONS(7326), 1, + anon_sym_COLON, STATE(3673), 2, sym_line_comment, sym_block_comment, - [98617] = 4, + [99107] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7313), 1, - anon_sym_fn, + ACTIONS(7328), 1, + anon_sym_SEMI, STATE(3674), 2, sym_line_comment, sym_block_comment, - [98631] = 4, + [99121] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7315), 1, - anon_sym_RBRACK, + ACTIONS(4604), 1, + anon_sym_fn, STATE(3675), 2, sym_line_comment, sym_block_comment, - [98645] = 4, + [99135] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7317), 1, - sym_identifier, + ACTIONS(7330), 1, + anon_sym_SEMI, STATE(3676), 2, sym_line_comment, sym_block_comment, - [98659] = 4, + [99149] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(7319), 1, - anon_sym_SEMI, + ACTIONS(7332), 1, + sym_identifier, STATE(3677), 2, sym_line_comment, sym_block_comment, - [98673] = 4, + [99163] = 4, ACTIONS(103), 1, anon_sym_SLASH_SLASH, ACTIONS(105), 1, anon_sym_SLASH_STAR, - ACTIONS(6635), 1, - anon_sym_SEMI, + ACTIONS(7334), 1, + sym_identifier, STATE(3678), 2, sym_line_comment, sym_block_comment, - [98687] = 1, - ACTIONS(7321), 1, + [99177] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7336), 1, + anon_sym_SEMI, + STATE(3679), 2, + sym_line_comment, + sym_block_comment, + [99191] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(3996), 1, + anon_sym_COLON_COLON, + STATE(3680), 2, + sym_line_comment, + sym_block_comment, + [99205] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7338), 1, + sym_identifier, + STATE(3681), 2, + sym_line_comment, + sym_block_comment, + [99219] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7340), 1, + anon_sym_fn, + STATE(3682), 2, + sym_line_comment, + sym_block_comment, + [99233] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(6283), 1, + anon_sym_RBRACE, + STATE(3683), 2, + sym_line_comment, + sym_block_comment, + [99247] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7342), 1, + sym_identifier, + STATE(3684), 2, + sym_line_comment, + sym_block_comment, + [99261] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(6664), 1, + anon_sym_SEMI, + STATE(3685), 2, + sym_line_comment, + sym_block_comment, + [99275] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(6160), 1, + anon_sym_RBRACE, + STATE(3686), 2, + sym_line_comment, + sym_block_comment, + [99289] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7344), 1, + anon_sym_COLON, + STATE(3687), 2, + sym_line_comment, + sym_block_comment, + [99303] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7346), 1, + anon_sym_SEMI, + STATE(3688), 2, + sym_line_comment, + sym_block_comment, + [99317] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7348), 1, + sym_identifier, + STATE(3689), 2, + sym_line_comment, + sym_block_comment, + [99331] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7350), 1, + sym_raw_string_literal_content, + STATE(3690), 2, + sym_line_comment, + sym_block_comment, + [99345] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(6620), 1, + anon_sym_SEMI, + STATE(3691), 2, + sym_line_comment, + sym_block_comment, + [99359] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7352), 1, + anon_sym_EQ_GT, + STATE(3692), 2, + sym_line_comment, + sym_block_comment, + [99373] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7354), 1, + anon_sym_SEMI, + STATE(3693), 2, + sym_line_comment, + sym_block_comment, + [99387] = 4, + ACTIONS(103), 1, + anon_sym_SLASH_SLASH, + ACTIONS(105), 1, + anon_sym_SLASH_STAR, + ACTIONS(7356), 1, + sym_identifier, + STATE(3694), 2, + sym_line_comment, + sym_block_comment, + [99401] = 1, + ACTIONS(7358), 1, ts_builtin_sym_end, - [98691] = 1, - ACTIONS(7323), 1, + [99405] = 1, + ACTIONS(7360), 1, ts_builtin_sym_end, - [98695] = 1, - ACTIONS(7325), 1, + [99409] = 1, + ACTIONS(7362), 1, ts_builtin_sym_end, - [98699] = 1, - ACTIONS(7327), 1, + [99413] = 1, + ACTIONS(7364), 1, ts_builtin_sym_end, - [98703] = 1, - ACTIONS(7329), 1, + [99417] = 1, + ACTIONS(7366), 1, ts_builtin_sym_end, - [98707] = 1, - ACTIONS(7331), 1, + [99421] = 1, + ACTIONS(7368), 1, ts_builtin_sym_end, - [98711] = 1, - ACTIONS(7333), 1, + [99425] = 1, + ACTIONS(7370), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1018)] = 0, [SMALL_STATE(1019)] = 75, - [SMALL_STATE(1020)] = 146, - [SMALL_STATE(1021)] = 216, - [SMALL_STATE(1022)] = 316, - [SMALL_STATE(1023)] = 416, - [SMALL_STATE(1024)] = 495, - [SMALL_STATE(1025)] = 572, - [SMALL_STATE(1026)] = 646, - [SMALL_STATE(1027)] = 710, - [SMALL_STATE(1028)] = 774, - [SMALL_STATE(1029)] = 838, - [SMALL_STATE(1030)] = 902, - [SMALL_STATE(1031)] = 966, - [SMALL_STATE(1032)] = 1030, - [SMALL_STATE(1033)] = 1094, - [SMALL_STATE(1034)] = 1158, - [SMALL_STATE(1035)] = 1222, - [SMALL_STATE(1036)] = 1296, - [SMALL_STATE(1037)] = 1370, - [SMALL_STATE(1038)] = 1437, - [SMALL_STATE(1039)] = 1508, - [SMALL_STATE(1040)] = 1571, - [SMALL_STATE(1041)] = 1642, - [SMALL_STATE(1042)] = 1705, - [SMALL_STATE(1043)] = 1776, - [SMALL_STATE(1044)] = 1839, - [SMALL_STATE(1045)] = 1902, - [SMALL_STATE(1046)] = 1969, - [SMALL_STATE(1047)] = 2036, - [SMALL_STATE(1048)] = 2103, - [SMALL_STATE(1049)] = 2174, - [SMALL_STATE(1050)] = 2241, - [SMALL_STATE(1051)] = 2304, - [SMALL_STATE(1052)] = 2410, - [SMALL_STATE(1053)] = 2516, - [SMALL_STATE(1054)] = 2584, - [SMALL_STATE(1055)] = 2646, - [SMALL_STATE(1056)] = 2752, - [SMALL_STATE(1057)] = 2858, - [SMALL_STATE(1058)] = 2958, - [SMALL_STATE(1059)] = 3064, - [SMALL_STATE(1060)] = 3134, - [SMALL_STATE(1061)] = 3196, - [SMALL_STATE(1062)] = 3296, - [SMALL_STATE(1063)] = 3402, - [SMALL_STATE(1064)] = 3464, - [SMALL_STATE(1065)] = 3530, - [SMALL_STATE(1066)] = 3592, - [SMALL_STATE(1067)] = 3653, - [SMALL_STATE(1068)] = 3714, - [SMALL_STATE(1069)] = 3775, - [SMALL_STATE(1070)] = 3836, - [SMALL_STATE(1071)] = 3897, - [SMALL_STATE(1072)] = 3958, - [SMALL_STATE(1073)] = 4019, - [SMALL_STATE(1074)] = 4080, - [SMALL_STATE(1075)] = 4141, - [SMALL_STATE(1076)] = 4202, - [SMALL_STATE(1077)] = 4263, - [SMALL_STATE(1078)] = 4324, - [SMALL_STATE(1079)] = 4385, - [SMALL_STATE(1080)] = 4446, - [SMALL_STATE(1081)] = 4507, - [SMALL_STATE(1082)] = 4568, - [SMALL_STATE(1083)] = 4629, - [SMALL_STATE(1084)] = 4690, - [SMALL_STATE(1085)] = 4751, - [SMALL_STATE(1086)] = 4812, - [SMALL_STATE(1087)] = 4873, - [SMALL_STATE(1088)] = 4934, - [SMALL_STATE(1089)] = 4995, - [SMALL_STATE(1090)] = 5056, - [SMALL_STATE(1091)] = 5117, - [SMALL_STATE(1092)] = 5178, - [SMALL_STATE(1093)] = 5239, - [SMALL_STATE(1094)] = 5300, - [SMALL_STATE(1095)] = 5361, - [SMALL_STATE(1096)] = 5422, - [SMALL_STATE(1097)] = 5483, - [SMALL_STATE(1098)] = 5544, - [SMALL_STATE(1099)] = 5605, - [SMALL_STATE(1100)] = 5666, - [SMALL_STATE(1101)] = 5727, - [SMALL_STATE(1102)] = 5788, - [SMALL_STATE(1103)] = 5849, - [SMALL_STATE(1104)] = 5910, - [SMALL_STATE(1105)] = 5971, - [SMALL_STATE(1106)] = 6032, - [SMALL_STATE(1107)] = 6093, - [SMALL_STATE(1108)] = 6154, - [SMALL_STATE(1109)] = 6215, - [SMALL_STATE(1110)] = 6276, - [SMALL_STATE(1111)] = 6337, - [SMALL_STATE(1112)] = 6398, - [SMALL_STATE(1113)] = 6459, - [SMALL_STATE(1114)] = 6520, - [SMALL_STATE(1115)] = 6581, - [SMALL_STATE(1116)] = 6642, - [SMALL_STATE(1117)] = 6703, - [SMALL_STATE(1118)] = 6764, - [SMALL_STATE(1119)] = 6825, - [SMALL_STATE(1120)] = 6886, - [SMALL_STATE(1121)] = 6947, - [SMALL_STATE(1122)] = 7008, - [SMALL_STATE(1123)] = 7069, - [SMALL_STATE(1124)] = 7130, - [SMALL_STATE(1125)] = 7191, - [SMALL_STATE(1126)] = 7252, - [SMALL_STATE(1127)] = 7313, - [SMALL_STATE(1128)] = 7374, - [SMALL_STATE(1129)] = 7435, - [SMALL_STATE(1130)] = 7496, - [SMALL_STATE(1131)] = 7557, - [SMALL_STATE(1132)] = 7618, - [SMALL_STATE(1133)] = 7683, - [SMALL_STATE(1134)] = 7744, - [SMALL_STATE(1135)] = 7805, - [SMALL_STATE(1136)] = 7866, - [SMALL_STATE(1137)] = 7927, - [SMALL_STATE(1138)] = 7988, - [SMALL_STATE(1139)] = 8049, - [SMALL_STATE(1140)] = 8110, - [SMALL_STATE(1141)] = 8171, - [SMALL_STATE(1142)] = 8232, - [SMALL_STATE(1143)] = 8293, - [SMALL_STATE(1144)] = 8354, - [SMALL_STATE(1145)] = 8415, - [SMALL_STATE(1146)] = 8476, - [SMALL_STATE(1147)] = 8537, - [SMALL_STATE(1148)] = 8598, - [SMALL_STATE(1149)] = 8659, - [SMALL_STATE(1150)] = 8720, - [SMALL_STATE(1151)] = 8781, - [SMALL_STATE(1152)] = 8842, - [SMALL_STATE(1153)] = 8903, - [SMALL_STATE(1154)] = 8964, - [SMALL_STATE(1155)] = 9025, - [SMALL_STATE(1156)] = 9086, - [SMALL_STATE(1157)] = 9147, - [SMALL_STATE(1158)] = 9208, - [SMALL_STATE(1159)] = 9269, - [SMALL_STATE(1160)] = 9330, - [SMALL_STATE(1161)] = 9391, - [SMALL_STATE(1162)] = 9452, - [SMALL_STATE(1163)] = 9513, - [SMALL_STATE(1164)] = 9574, - [SMALL_STATE(1165)] = 9635, - [SMALL_STATE(1166)] = 9696, - [SMALL_STATE(1167)] = 9757, - [SMALL_STATE(1168)] = 9818, - [SMALL_STATE(1169)] = 9879, - [SMALL_STATE(1170)] = 9940, - [SMALL_STATE(1171)] = 10001, - [SMALL_STATE(1172)] = 10062, - [SMALL_STATE(1173)] = 10123, - [SMALL_STATE(1174)] = 10184, - [SMALL_STATE(1175)] = 10245, - [SMALL_STATE(1176)] = 10306, - [SMALL_STATE(1177)] = 10367, - [SMALL_STATE(1178)] = 10428, - [SMALL_STATE(1179)] = 10489, - [SMALL_STATE(1180)] = 10550, - [SMALL_STATE(1181)] = 10611, - [SMALL_STATE(1182)] = 10672, - [SMALL_STATE(1183)] = 10733, - [SMALL_STATE(1184)] = 10794, - [SMALL_STATE(1185)] = 10855, - [SMALL_STATE(1186)] = 10916, - [SMALL_STATE(1187)] = 10977, - [SMALL_STATE(1188)] = 11038, - [SMALL_STATE(1189)] = 11099, - [SMALL_STATE(1190)] = 11160, - [SMALL_STATE(1191)] = 11221, - [SMALL_STATE(1192)] = 11282, - [SMALL_STATE(1193)] = 11343, - [SMALL_STATE(1194)] = 11404, - [SMALL_STATE(1195)] = 11465, - [SMALL_STATE(1196)] = 11526, - [SMALL_STATE(1197)] = 11587, - [SMALL_STATE(1198)] = 11648, - [SMALL_STATE(1199)] = 11709, - [SMALL_STATE(1200)] = 11770, - [SMALL_STATE(1201)] = 11831, - [SMALL_STATE(1202)] = 11892, - [SMALL_STATE(1203)] = 11953, - [SMALL_STATE(1204)] = 12014, - [SMALL_STATE(1205)] = 12075, - [SMALL_STATE(1206)] = 12136, - [SMALL_STATE(1207)] = 12197, - [SMALL_STATE(1208)] = 12258, - [SMALL_STATE(1209)] = 12319, - [SMALL_STATE(1210)] = 12380, - [SMALL_STATE(1211)] = 12441, - [SMALL_STATE(1212)] = 12502, - [SMALL_STATE(1213)] = 12563, - [SMALL_STATE(1214)] = 12626, - [SMALL_STATE(1215)] = 12687, - [SMALL_STATE(1216)] = 12748, - [SMALL_STATE(1217)] = 12809, - [SMALL_STATE(1218)] = 12870, - [SMALL_STATE(1219)] = 12931, - [SMALL_STATE(1220)] = 12992, - [SMALL_STATE(1221)] = 13053, - [SMALL_STATE(1222)] = 13114, - [SMALL_STATE(1223)] = 13175, - [SMALL_STATE(1224)] = 13236, - [SMALL_STATE(1225)] = 13297, - [SMALL_STATE(1226)] = 13358, - [SMALL_STATE(1227)] = 13419, - [SMALL_STATE(1228)] = 13480, - [SMALL_STATE(1229)] = 13541, - [SMALL_STATE(1230)] = 13602, - [SMALL_STATE(1231)] = 13663, - [SMALL_STATE(1232)] = 13726, - [SMALL_STATE(1233)] = 13787, - [SMALL_STATE(1234)] = 13850, - [SMALL_STATE(1235)] = 13911, - [SMALL_STATE(1236)] = 13972, - [SMALL_STATE(1237)] = 14035, - [SMALL_STATE(1238)] = 14098, - [SMALL_STATE(1239)] = 14191, - [SMALL_STATE(1240)] = 14254, - [SMALL_STATE(1241)] = 14317, - [SMALL_STATE(1242)] = 14382, - [SMALL_STATE(1243)] = 14443, - [SMALL_STATE(1244)] = 14504, - [SMALL_STATE(1245)] = 14565, - [SMALL_STATE(1246)] = 14626, - [SMALL_STATE(1247)] = 14687, - [SMALL_STATE(1248)] = 14748, - [SMALL_STATE(1249)] = 14809, - [SMALL_STATE(1250)] = 14872, - [SMALL_STATE(1251)] = 14933, - [SMALL_STATE(1252)] = 14994, - [SMALL_STATE(1253)] = 15055, - [SMALL_STATE(1254)] = 15116, - [SMALL_STATE(1255)] = 15177, - [SMALL_STATE(1256)] = 15238, - [SMALL_STATE(1257)] = 15299, - [SMALL_STATE(1258)] = 15360, - [SMALL_STATE(1259)] = 15421, - [SMALL_STATE(1260)] = 15486, - [SMALL_STATE(1261)] = 15547, - [SMALL_STATE(1262)] = 15608, - [SMALL_STATE(1263)] = 15669, - [SMALL_STATE(1264)] = 15730, - [SMALL_STATE(1265)] = 15791, - [SMALL_STATE(1266)] = 15854, - [SMALL_STATE(1267)] = 15915, - [SMALL_STATE(1268)] = 15976, - [SMALL_STATE(1269)] = 16037, - [SMALL_STATE(1270)] = 16098, - [SMALL_STATE(1271)] = 16159, - [SMALL_STATE(1272)] = 16220, - [SMALL_STATE(1273)] = 16281, - [SMALL_STATE(1274)] = 16342, - [SMALL_STATE(1275)] = 16403, - [SMALL_STATE(1276)] = 16464, - [SMALL_STATE(1277)] = 16525, - [SMALL_STATE(1278)] = 16586, - [SMALL_STATE(1279)] = 16647, - [SMALL_STATE(1280)] = 16708, - [SMALL_STATE(1281)] = 16769, - [SMALL_STATE(1282)] = 16830, - [SMALL_STATE(1283)] = 16893, - [SMALL_STATE(1284)] = 16954, - [SMALL_STATE(1285)] = 17015, - [SMALL_STATE(1286)] = 17076, - [SMALL_STATE(1287)] = 17137, - [SMALL_STATE(1288)] = 17198, - [SMALL_STATE(1289)] = 17261, - [SMALL_STATE(1290)] = 17322, - [SMALL_STATE(1291)] = 17385, - [SMALL_STATE(1292)] = 17448, - [SMALL_STATE(1293)] = 17511, - [SMALL_STATE(1294)] = 17586, - [SMALL_STATE(1295)] = 17649, - [SMALL_STATE(1296)] = 17710, - [SMALL_STATE(1297)] = 17771, - [SMALL_STATE(1298)] = 17832, - [SMALL_STATE(1299)] = 17895, - [SMALL_STATE(1300)] = 17956, - [SMALL_STATE(1301)] = 18017, - [SMALL_STATE(1302)] = 18078, - [SMALL_STATE(1303)] = 18139, - [SMALL_STATE(1304)] = 18202, - [SMALL_STATE(1305)] = 18263, - [SMALL_STATE(1306)] = 18326, - [SMALL_STATE(1307)] = 18387, - [SMALL_STATE(1308)] = 18448, - [SMALL_STATE(1309)] = 18509, - [SMALL_STATE(1310)] = 18584, - [SMALL_STATE(1311)] = 18647, - [SMALL_STATE(1312)] = 18708, - [SMALL_STATE(1313)] = 18769, - [SMALL_STATE(1314)] = 18830, - [SMALL_STATE(1315)] = 18891, - [SMALL_STATE(1316)] = 18952, - [SMALL_STATE(1317)] = 19013, - [SMALL_STATE(1318)] = 19074, - [SMALL_STATE(1319)] = 19135, - [SMALL_STATE(1320)] = 19196, - [SMALL_STATE(1321)] = 19257, - [SMALL_STATE(1322)] = 19318, - [SMALL_STATE(1323)] = 19379, - [SMALL_STATE(1324)] = 19440, - [SMALL_STATE(1325)] = 19501, - [SMALL_STATE(1326)] = 19562, - [SMALL_STATE(1327)] = 19623, - [SMALL_STATE(1328)] = 19684, - [SMALL_STATE(1329)] = 19745, - [SMALL_STATE(1330)] = 19806, - [SMALL_STATE(1331)] = 19867, - [SMALL_STATE(1332)] = 19928, - [SMALL_STATE(1333)] = 19989, - [SMALL_STATE(1334)] = 20050, - [SMALL_STATE(1335)] = 20111, - [SMALL_STATE(1336)] = 20172, - [SMALL_STATE(1337)] = 20233, - [SMALL_STATE(1338)] = 20294, - [SMALL_STATE(1339)] = 20355, - [SMALL_STATE(1340)] = 20416, - [SMALL_STATE(1341)] = 20477, - [SMALL_STATE(1342)] = 20538, - [SMALL_STATE(1343)] = 20599, - [SMALL_STATE(1344)] = 20660, - [SMALL_STATE(1345)] = 20721, - [SMALL_STATE(1346)] = 20782, - [SMALL_STATE(1347)] = 20843, - [SMALL_STATE(1348)] = 20904, - [SMALL_STATE(1349)] = 20965, - [SMALL_STATE(1350)] = 21026, - [SMALL_STATE(1351)] = 21087, - [SMALL_STATE(1352)] = 21148, - [SMALL_STATE(1353)] = 21209, - [SMALL_STATE(1354)] = 21270, - [SMALL_STATE(1355)] = 21331, - [SMALL_STATE(1356)] = 21392, - [SMALL_STATE(1357)] = 21453, - [SMALL_STATE(1358)] = 21514, - [SMALL_STATE(1359)] = 21575, - [SMALL_STATE(1360)] = 21636, - [SMALL_STATE(1361)] = 21697, - [SMALL_STATE(1362)] = 21758, - [SMALL_STATE(1363)] = 21819, - [SMALL_STATE(1364)] = 21880, - [SMALL_STATE(1365)] = 21941, - [SMALL_STATE(1366)] = 22002, - [SMALL_STATE(1367)] = 22063, - [SMALL_STATE(1368)] = 22124, - [SMALL_STATE(1369)] = 22185, - [SMALL_STATE(1370)] = 22278, - [SMALL_STATE(1371)] = 22341, - [SMALL_STATE(1372)] = 22405, - [SMALL_STATE(1373)] = 22465, - [SMALL_STATE(1374)] = 22525, - [SMALL_STATE(1375)] = 22585, - [SMALL_STATE(1376)] = 22645, - [SMALL_STATE(1377)] = 22705, - [SMALL_STATE(1378)] = 22765, - [SMALL_STATE(1379)] = 22825, - [SMALL_STATE(1380)] = 22885, - [SMALL_STATE(1381)] = 22945, - [SMALL_STATE(1382)] = 23005, - [SMALL_STATE(1383)] = 23071, - [SMALL_STATE(1384)] = 23131, - [SMALL_STATE(1385)] = 23191, - [SMALL_STATE(1386)] = 23251, - [SMALL_STATE(1387)] = 23311, - [SMALL_STATE(1388)] = 23371, - [SMALL_STATE(1389)] = 23431, - [SMALL_STATE(1390)] = 23491, - [SMALL_STATE(1391)] = 23551, - [SMALL_STATE(1392)] = 23611, - [SMALL_STATE(1393)] = 23671, - [SMALL_STATE(1394)] = 23731, - [SMALL_STATE(1395)] = 23791, - [SMALL_STATE(1396)] = 23851, - [SMALL_STATE(1397)] = 23911, - [SMALL_STATE(1398)] = 23971, - [SMALL_STATE(1399)] = 24031, - [SMALL_STATE(1400)] = 24091, - [SMALL_STATE(1401)] = 24151, - [SMALL_STATE(1402)] = 24211, - [SMALL_STATE(1403)] = 24271, - [SMALL_STATE(1404)] = 24331, - [SMALL_STATE(1405)] = 24391, - [SMALL_STATE(1406)] = 24451, - [SMALL_STATE(1407)] = 24511, - [SMALL_STATE(1408)] = 24571, - [SMALL_STATE(1409)] = 24631, - [SMALL_STATE(1410)] = 24691, - [SMALL_STATE(1411)] = 24751, - [SMALL_STATE(1412)] = 24811, - [SMALL_STATE(1413)] = 24873, - [SMALL_STATE(1414)] = 24933, - [SMALL_STATE(1415)] = 24993, - [SMALL_STATE(1416)] = 25053, - [SMALL_STATE(1417)] = 25119, - [SMALL_STATE(1418)] = 25179, - [SMALL_STATE(1419)] = 25239, - [SMALL_STATE(1420)] = 25299, - [SMALL_STATE(1421)] = 25359, - [SMALL_STATE(1422)] = 25419, - [SMALL_STATE(1423)] = 25493, - [SMALL_STATE(1424)] = 25553, - [SMALL_STATE(1425)] = 25613, - [SMALL_STATE(1426)] = 25673, - [SMALL_STATE(1427)] = 25733, - [SMALL_STATE(1428)] = 25793, - [SMALL_STATE(1429)] = 25853, - [SMALL_STATE(1430)] = 25913, - [SMALL_STATE(1431)] = 25973, - [SMALL_STATE(1432)] = 26033, - [SMALL_STATE(1433)] = 26093, - [SMALL_STATE(1434)] = 26153, - [SMALL_STATE(1435)] = 26213, - [SMALL_STATE(1436)] = 26273, - [SMALL_STATE(1437)] = 26333, - [SMALL_STATE(1438)] = 26399, - [SMALL_STATE(1439)] = 26459, - [SMALL_STATE(1440)] = 26519, - [SMALL_STATE(1441)] = 26579, - [SMALL_STATE(1442)] = 26639, - [SMALL_STATE(1443)] = 26699, - [SMALL_STATE(1444)] = 26795, - [SMALL_STATE(1445)] = 26855, - [SMALL_STATE(1446)] = 26915, - [SMALL_STATE(1447)] = 26975, - [SMALL_STATE(1448)] = 27071, - [SMALL_STATE(1449)] = 27131, - [SMALL_STATE(1450)] = 27197, - [SMALL_STATE(1451)] = 27257, - [SMALL_STATE(1452)] = 27317, - [SMALL_STATE(1453)] = 27377, - [SMALL_STATE(1454)] = 27441, - [SMALL_STATE(1455)] = 27501, - [SMALL_STATE(1456)] = 27569, - [SMALL_STATE(1457)] = 27629, - [SMALL_STATE(1458)] = 27689, - [SMALL_STATE(1459)] = 27749, - [SMALL_STATE(1460)] = 27809, - [SMALL_STATE(1461)] = 27869, - [SMALL_STATE(1462)] = 27929, - [SMALL_STATE(1463)] = 27989, - [SMALL_STATE(1464)] = 28049, - [SMALL_STATE(1465)] = 28109, - [SMALL_STATE(1466)] = 28169, - [SMALL_STATE(1467)] = 28229, - [SMALL_STATE(1468)] = 28289, - [SMALL_STATE(1469)] = 28349, - [SMALL_STATE(1470)] = 28409, - [SMALL_STATE(1471)] = 28469, - [SMALL_STATE(1472)] = 28529, - [SMALL_STATE(1473)] = 28589, - [SMALL_STATE(1474)] = 28649, - [SMALL_STATE(1475)] = 28709, - [SMALL_STATE(1476)] = 28769, - [SMALL_STATE(1477)] = 28829, - [SMALL_STATE(1478)] = 28889, - [SMALL_STATE(1479)] = 28949, - [SMALL_STATE(1480)] = 29009, - [SMALL_STATE(1481)] = 29069, - [SMALL_STATE(1482)] = 29131, - [SMALL_STATE(1483)] = 29191, - [SMALL_STATE(1484)] = 29251, - [SMALL_STATE(1485)] = 29311, - [SMALL_STATE(1486)] = 29371, - [SMALL_STATE(1487)] = 29431, - [SMALL_STATE(1488)] = 29491, - [SMALL_STATE(1489)] = 29551, - [SMALL_STATE(1490)] = 29611, - [SMALL_STATE(1491)] = 29671, - [SMALL_STATE(1492)] = 29731, - [SMALL_STATE(1493)] = 29791, - [SMALL_STATE(1494)] = 29851, - [SMALL_STATE(1495)] = 29911, - [SMALL_STATE(1496)] = 29971, - [SMALL_STATE(1497)] = 30031, - [SMALL_STATE(1498)] = 30091, - [SMALL_STATE(1499)] = 30151, - [SMALL_STATE(1500)] = 30211, - [SMALL_STATE(1501)] = 30271, - [SMALL_STATE(1502)] = 30370, - [SMALL_STATE(1503)] = 30469, - [SMALL_STATE(1504)] = 30568, - [SMALL_STATE(1505)] = 30639, - [SMALL_STATE(1506)] = 30700, - [SMALL_STATE(1507)] = 30761, - [SMALL_STATE(1508)] = 30830, - [SMALL_STATE(1509)] = 30916, - [SMALL_STATE(1510)] = 31006, - [SMALL_STATE(1511)] = 31076, - [SMALL_STATE(1512)] = 31154, - [SMALL_STATE(1513)] = 31246, - [SMALL_STATE(1514)] = 31332, - [SMALL_STATE(1515)] = 31422, - [SMALL_STATE(1516)] = 31512, - [SMALL_STATE(1517)] = 31598, - [SMALL_STATE(1518)] = 31684, - [SMALL_STATE(1519)] = 31766, - [SMALL_STATE(1520)] = 31858, - [SMALL_STATE(1521)] = 31942, - [SMALL_STATE(1522)] = 32012, - [SMALL_STATE(1523)] = 32078, - [SMALL_STATE(1524)] = 32170, - [SMALL_STATE(1525)] = 32260, - [SMALL_STATE(1526)] = 32336, - [SMALL_STATE(1527)] = 32426, - [SMALL_STATE(1528)] = 32494, - [SMALL_STATE(1529)] = 32580, - [SMALL_STATE(1530)] = 32654, - [SMALL_STATE(1531)] = 32744, - [SMALL_STATE(1532)] = 32816, - [SMALL_STATE(1533)] = 32902, - [SMALL_STATE(1534)] = 32965, - [SMALL_STATE(1535)] = 33024, - [SMALL_STATE(1536)] = 33089, - [SMALL_STATE(1537)] = 33146, - [SMALL_STATE(1538)] = 33203, - [SMALL_STATE(1539)] = 33260, - [SMALL_STATE(1540)] = 33319, - [SMALL_STATE(1541)] = 33382, - [SMALL_STATE(1542)] = 33449, - [SMALL_STATE(1543)] = 33516, - [SMALL_STATE(1544)] = 33583, - [SMALL_STATE(1545)] = 33643, - [SMALL_STATE(1546)] = 33707, - [SMALL_STATE(1547)] = 33767, - [SMALL_STATE(1548)] = 33831, - [SMALL_STATE(1549)] = 33891, - [SMALL_STATE(1550)] = 33955, - [SMALL_STATE(1551)] = 34015, - [SMALL_STATE(1552)] = 34075, - [SMALL_STATE(1553)] = 34133, - [SMALL_STATE(1554)] = 34191, - [SMALL_STATE(1555)] = 34247, - [SMALL_STATE(1556)] = 34305, - [SMALL_STATE(1557)] = 34365, - [SMALL_STATE(1558)] = 34425, - [SMALL_STATE(1559)] = 34481, - [SMALL_STATE(1560)] = 34537, - [SMALL_STATE(1561)] = 34601, - [SMALL_STATE(1562)] = 34659, - [SMALL_STATE(1563)] = 34715, - [SMALL_STATE(1564)] = 34770, - [SMALL_STATE(1565)] = 34827, - [SMALL_STATE(1566)] = 34886, - [SMALL_STATE(1567)] = 34981, - [SMALL_STATE(1568)] = 35076, - [SMALL_STATE(1569)] = 35131, - [SMALL_STATE(1570)] = 35226, - [SMALL_STATE(1571)] = 35281, - [SMALL_STATE(1572)] = 35370, - [SMALL_STATE(1573)] = 35427, - [SMALL_STATE(1574)] = 35482, - [SMALL_STATE(1575)] = 35541, - [SMALL_STATE(1576)] = 35636, - [SMALL_STATE(1577)] = 35695, - [SMALL_STATE(1578)] = 35790, - [SMALL_STATE(1579)] = 35845, - [SMALL_STATE(1580)] = 35940, - [SMALL_STATE(1581)] = 35995, - [SMALL_STATE(1582)] = 36090, - [SMALL_STATE(1583)] = 36185, - [SMALL_STATE(1584)] = 36280, - [SMALL_STATE(1585)] = 36335, - [SMALL_STATE(1586)] = 36430, - [SMALL_STATE(1587)] = 36487, - [SMALL_STATE(1588)] = 36546, - [SMALL_STATE(1589)] = 36603, - [SMALL_STATE(1590)] = 36692, - [SMALL_STATE(1591)] = 36749, - [SMALL_STATE(1592)] = 36844, - [SMALL_STATE(1593)] = 36901, - [SMALL_STATE(1594)] = 36990, - [SMALL_STATE(1595)] = 37045, - [SMALL_STATE(1596)] = 37102, - [SMALL_STATE(1597)] = 37197, - [SMALL_STATE(1598)] = 37277, - [SMALL_STATE(1599)] = 37365, - [SMALL_STATE(1600)] = 37421, - [SMALL_STATE(1601)] = 37479, - [SMALL_STATE(1602)] = 37533, - [SMALL_STATE(1603)] = 37589, - [SMALL_STATE(1604)] = 37681, - [SMALL_STATE(1605)] = 37737, - [SMALL_STATE(1606)] = 37793, - [SMALL_STATE(1607)] = 37847, - [SMALL_STATE(1608)] = 37903, - [SMALL_STATE(1609)] = 37957, - [SMALL_STATE(1610)] = 38027, - [SMALL_STATE(1611)] = 38095, - [SMALL_STATE(1612)] = 38167, - [SMALL_STATE(1613)] = 38231, - [SMALL_STATE(1614)] = 38309, - [SMALL_STATE(1615)] = 38365, - [SMALL_STATE(1616)] = 38431, - [SMALL_STATE(1617)] = 38523, - [SMALL_STATE(1618)] = 38609, - [SMALL_STATE(1619)] = 38695, - [SMALL_STATE(1620)] = 38783, - [SMALL_STATE(1621)] = 38857, - [SMALL_STATE(1622)] = 38939, - [SMALL_STATE(1623)] = 39031, - [SMALL_STATE(1624)] = 39085, - [SMALL_STATE(1625)] = 39177, - [SMALL_STATE(1626)] = 39231, - [SMALL_STATE(1627)] = 39285, - [SMALL_STATE(1628)] = 39367, - [SMALL_STATE(1629)] = 39459, - [SMALL_STATE(1630)] = 39547, - [SMALL_STATE(1631)] = 39603, - [SMALL_STATE(1632)] = 39657, - [SMALL_STATE(1633)] = 39713, - [SMALL_STATE(1634)] = 39769, - [SMALL_STATE(1635)] = 39823, - [SMALL_STATE(1636)] = 39879, - [SMALL_STATE(1637)] = 39933, - [SMALL_STATE(1638)] = 40019, - [SMALL_STATE(1639)] = 40075, - [SMALL_STATE(1640)] = 40167, - [SMALL_STATE(1641)] = 40223, - [SMALL_STATE(1642)] = 40279, - [SMALL_STATE(1643)] = 40335, - [SMALL_STATE(1644)] = 40423, - [SMALL_STATE(1645)] = 40479, - [SMALL_STATE(1646)] = 40535, - [SMALL_STATE(1647)] = 40621, - [SMALL_STATE(1648)] = 40675, - [SMALL_STATE(1649)] = 40755, - [SMALL_STATE(1650)] = 40809, - [SMALL_STATE(1651)] = 40863, - [SMALL_STATE(1652)] = 40949, - [SMALL_STATE(1653)] = 41003, - [SMALL_STATE(1654)] = 41057, - [SMALL_STATE(1655)] = 41145, - [SMALL_STATE(1656)] = 41199, - [SMALL_STATE(1657)] = 41285, - [SMALL_STATE(1658)] = 41339, - [SMALL_STATE(1659)] = 41428, - [SMALL_STATE(1660)] = 41481, - [SMALL_STATE(1661)] = 41534, - [SMALL_STATE(1662)] = 41621, - [SMALL_STATE(1663)] = 41694, - [SMALL_STATE(1664)] = 41747, - [SMALL_STATE(1665)] = 41834, - [SMALL_STATE(1666)] = 41923, - [SMALL_STATE(1667)] = 41976, - [SMALL_STATE(1668)] = 42029, - [SMALL_STATE(1669)] = 42082, - [SMALL_STATE(1670)] = 42135, - [SMALL_STATE(1671)] = 42216, - [SMALL_STATE(1672)] = 42269, - [SMALL_STATE(1673)] = 42322, - [SMALL_STATE(1674)] = 42411, - [SMALL_STATE(1675)] = 42464, - [SMALL_STATE(1676)] = 42523, - [SMALL_STATE(1677)] = 42600, - [SMALL_STATE(1678)] = 42653, - [SMALL_STATE(1679)] = 42742, - [SMALL_STATE(1680)] = 42795, - [SMALL_STATE(1681)] = 42848, - [SMALL_STATE(1682)] = 42935, - [SMALL_STATE(1683)] = 42988, - [SMALL_STATE(1684)] = 43041, - [SMALL_STATE(1685)] = 43122, - [SMALL_STATE(1686)] = 43207, - [SMALL_STATE(1687)] = 43296, - [SMALL_STATE(1688)] = 43381, - [SMALL_STATE(1689)] = 43466, - [SMALL_STATE(1690)] = 43555, - [SMALL_STATE(1691)] = 43614, - [SMALL_STATE(1692)] = 43667, - [SMALL_STATE(1693)] = 43720, - [SMALL_STATE(1694)] = 43773, - [SMALL_STATE(1695)] = 43826, - [SMALL_STATE(1696)] = 43879, - [SMALL_STATE(1697)] = 43956, - [SMALL_STATE(1698)] = 44017, - [SMALL_STATE(1699)] = 44096, - [SMALL_STATE(1700)] = 44173, - [SMALL_STATE(1701)] = 44260, - [SMALL_STATE(1702)] = 44349, - [SMALL_STATE(1703)] = 44436, - [SMALL_STATE(1704)] = 44523, - [SMALL_STATE(1705)] = 44612, - [SMALL_STATE(1706)] = 44665, - [SMALL_STATE(1707)] = 44754, - [SMALL_STATE(1708)] = 44843, - [SMALL_STATE(1709)] = 44932, - [SMALL_STATE(1710)] = 44985, - [SMALL_STATE(1711)] = 45074, - [SMALL_STATE(1712)] = 45127, - [SMALL_STATE(1713)] = 45214, - [SMALL_STATE(1714)] = 45267, - [SMALL_STATE(1715)] = 45348, - [SMALL_STATE(1716)] = 45435, - [SMALL_STATE(1717)] = 45488, - [SMALL_STATE(1718)] = 45577, - [SMALL_STATE(1719)] = 45630, - [SMALL_STATE(1720)] = 45719, - [SMALL_STATE(1721)] = 45808, - [SMALL_STATE(1722)] = 45893, - [SMALL_STATE(1723)] = 45946, - [SMALL_STATE(1724)] = 45999, - [SMALL_STATE(1725)] = 46052, - [SMALL_STATE(1726)] = 46105, - [SMALL_STATE(1727)] = 46170, - [SMALL_STATE(1728)] = 46257, - [SMALL_STATE(1729)] = 46310, - [SMALL_STATE(1730)] = 46399, - [SMALL_STATE(1731)] = 46488, - [SMALL_STATE(1732)] = 46541, - [SMALL_STATE(1733)] = 46628, - [SMALL_STATE(1734)] = 46717, - [SMALL_STATE(1735)] = 46770, - [SMALL_STATE(1736)] = 46855, - [SMALL_STATE(1737)] = 46908, - [SMALL_STATE(1738)] = 46997, - [SMALL_STATE(1739)] = 47086, - [SMALL_STATE(1740)] = 47139, - [SMALL_STATE(1741)] = 47228, - [SMALL_STATE(1742)] = 47317, - [SMALL_STATE(1743)] = 47402, - [SMALL_STATE(1744)] = 47491, - [SMALL_STATE(1745)] = 47580, - [SMALL_STATE(1746)] = 47633, - [SMALL_STATE(1747)] = 47720, - [SMALL_STATE(1748)] = 47773, - [SMALL_STATE(1749)] = 47862, - [SMALL_STATE(1750)] = 47915, - [SMALL_STATE(1751)] = 48004, - [SMALL_STATE(1752)] = 48093, - [SMALL_STATE(1753)] = 48182, - [SMALL_STATE(1754)] = 48271, - [SMALL_STATE(1755)] = 48360, - [SMALL_STATE(1756)] = 48447, - [SMALL_STATE(1757)] = 48536, - [SMALL_STATE(1758)] = 48589, - [SMALL_STATE(1759)] = 48642, - [SMALL_STATE(1760)] = 48731, - [SMALL_STATE(1761)] = 48816, - [SMALL_STATE(1762)] = 48869, - [SMALL_STATE(1763)] = 48958, - [SMALL_STATE(1764)] = 49011, - [SMALL_STATE(1765)] = 49100, - [SMALL_STATE(1766)] = 49189, - [SMALL_STATE(1767)] = 49278, - [SMALL_STATE(1768)] = 49363, - [SMALL_STATE(1769)] = 49452, - [SMALL_STATE(1770)] = 49523, - [SMALL_STATE(1771)] = 49612, - [SMALL_STATE(1772)] = 49701, - [SMALL_STATE(1773)] = 49790, - [SMALL_STATE(1774)] = 49843, - [SMALL_STATE(1775)] = 49896, - [SMALL_STATE(1776)] = 49949, - [SMALL_STATE(1777)] = 50002, - [SMALL_STATE(1778)] = 50055, - [SMALL_STATE(1779)] = 50122, - [SMALL_STATE(1780)] = 50209, - [SMALL_STATE(1781)] = 50262, - [SMALL_STATE(1782)] = 50315, - [SMALL_STATE(1783)] = 50368, - [SMALL_STATE(1784)] = 50421, - [SMALL_STATE(1785)] = 50474, - [SMALL_STATE(1786)] = 50537, - [SMALL_STATE(1787)] = 50606, - [SMALL_STATE(1788)] = 50659, - [SMALL_STATE(1789)] = 50726, - [SMALL_STATE(1790)] = 50779, - [SMALL_STATE(1791)] = 50850, - [SMALL_STATE(1792)] = 50927, - [SMALL_STATE(1793)] = 51006, - [SMALL_STATE(1794)] = 51059, - [SMALL_STATE(1795)] = 51124, - [SMALL_STATE(1796)] = 51209, - [SMALL_STATE(1797)] = 51294, - [SMALL_STATE(1798)] = 51367, - [SMALL_STATE(1799)] = 51448, - [SMALL_STATE(1800)] = 51533, - [SMALL_STATE(1801)] = 51586, - [SMALL_STATE(1802)] = 51639, - [SMALL_STATE(1803)] = 51692, - [SMALL_STATE(1804)] = 51745, - [SMALL_STATE(1805)] = 51798, - [SMALL_STATE(1806)] = 51887, - [SMALL_STATE(1807)] = 51940, - [SMALL_STATE(1808)] = 52027, - [SMALL_STATE(1809)] = 52080, - [SMALL_STATE(1810)] = 52133, - [SMALL_STATE(1811)] = 52186, - [SMALL_STATE(1812)] = 52239, - [SMALL_STATE(1813)] = 52292, - [SMALL_STATE(1814)] = 52345, - [SMALL_STATE(1815)] = 52398, - [SMALL_STATE(1816)] = 52451, - [SMALL_STATE(1817)] = 52504, - [SMALL_STATE(1818)] = 52557, - [SMALL_STATE(1819)] = 52610, - [SMALL_STATE(1820)] = 52663, - [SMALL_STATE(1821)] = 52716, - [SMALL_STATE(1822)] = 52769, - [SMALL_STATE(1823)] = 52822, - [SMALL_STATE(1824)] = 52875, - [SMALL_STATE(1825)] = 52928, - [SMALL_STATE(1826)] = 52981, - [SMALL_STATE(1827)] = 53034, - [SMALL_STATE(1828)] = 53087, - [SMALL_STATE(1829)] = 53140, - [SMALL_STATE(1830)] = 53193, - [SMALL_STATE(1831)] = 53280, - [SMALL_STATE(1832)] = 53333, - [SMALL_STATE(1833)] = 53422, - [SMALL_STATE(1834)] = 53475, - [SMALL_STATE(1835)] = 53528, - [SMALL_STATE(1836)] = 53615, - [SMALL_STATE(1837)] = 53668, - [SMALL_STATE(1838)] = 53721, - [SMALL_STATE(1839)] = 53806, - [SMALL_STATE(1840)] = 53859, - [SMALL_STATE(1841)] = 53912, - [SMALL_STATE(1842)] = 53999, - [SMALL_STATE(1843)] = 54088, - [SMALL_STATE(1844)] = 54141, - [SMALL_STATE(1845)] = 54226, - [SMALL_STATE(1846)] = 54279, - [SMALL_STATE(1847)] = 54332, - [SMALL_STATE(1848)] = 54421, - [SMALL_STATE(1849)] = 54480, - [SMALL_STATE(1850)] = 54533, - [SMALL_STATE(1851)] = 54586, - [SMALL_STATE(1852)] = 54639, - [SMALL_STATE(1853)] = 54728, - [SMALL_STATE(1854)] = 54781, - [SMALL_STATE(1855)] = 54834, - [SMALL_STATE(1856)] = 54923, - [SMALL_STATE(1857)] = 54976, - [SMALL_STATE(1858)] = 55029, - [SMALL_STATE(1859)] = 55082, - [SMALL_STATE(1860)] = 55135, - [SMALL_STATE(1861)] = 55188, - [SMALL_STATE(1862)] = 55277, - [SMALL_STATE(1863)] = 55362, - [SMALL_STATE(1864)] = 55449, - [SMALL_STATE(1865)] = 55518, - [SMALL_STATE(1866)] = 55607, - [SMALL_STATE(1867)] = 55660, - [SMALL_STATE(1868)] = 55713, - [SMALL_STATE(1869)] = 55766, - [SMALL_STATE(1870)] = 55819, - [SMALL_STATE(1871)] = 55906, - [SMALL_STATE(1872)] = 55965, - [SMALL_STATE(1873)] = 56018, - [SMALL_STATE(1874)] = 56107, - [SMALL_STATE(1875)] = 56170, - [SMALL_STATE(1876)] = 56259, - [SMALL_STATE(1877)] = 56333, - [SMALL_STATE(1878)] = 56419, - [SMALL_STATE(1879)] = 56503, - [SMALL_STATE(1880)] = 56589, - [SMALL_STATE(1881)] = 56675, - [SMALL_STATE(1882)] = 56761, - [SMALL_STATE(1883)] = 56845, - [SMALL_STATE(1884)] = 56931, - [SMALL_STATE(1885)] = 57017, - [SMALL_STATE(1886)] = 57103, - [SMALL_STATE(1887)] = 57189, - [SMALL_STATE(1888)] = 57263, - [SMALL_STATE(1889)] = 57337, - [SMALL_STATE(1890)] = 57423, - [SMALL_STATE(1891)] = 57509, - [SMALL_STATE(1892)] = 57595, - [SMALL_STATE(1893)] = 57681, - [SMALL_STATE(1894)] = 57767, - [SMALL_STATE(1895)] = 57853, - [SMALL_STATE(1896)] = 57939, - [SMALL_STATE(1897)] = 58025, - [SMALL_STATE(1898)] = 58111, - [SMALL_STATE(1899)] = 58197, - [SMALL_STATE(1900)] = 58283, - [SMALL_STATE(1901)] = 58369, - [SMALL_STATE(1902)] = 58455, - [SMALL_STATE(1903)] = 58541, - [SMALL_STATE(1904)] = 58627, - [SMALL_STATE(1905)] = 58713, - [SMALL_STATE(1906)] = 58799, - [SMALL_STATE(1907)] = 58885, - [SMALL_STATE(1908)] = 58971, - [SMALL_STATE(1909)] = 59045, - [SMALL_STATE(1910)] = 59119, - [SMALL_STATE(1911)] = 59205, - [SMALL_STATE(1912)] = 59291, - [SMALL_STATE(1913)] = 59377, - [SMALL_STATE(1914)] = 59452, - [SMALL_STATE(1915)] = 59527, - [SMALL_STATE(1916)] = 59602, - [SMALL_STATE(1917)] = 59677, - [SMALL_STATE(1918)] = 59752, - [SMALL_STATE(1919)] = 59827, - [SMALL_STATE(1920)] = 59902, - [SMALL_STATE(1921)] = 59977, - [SMALL_STATE(1922)] = 60024, - [SMALL_STATE(1923)] = 60071, - [SMALL_STATE(1924)] = 60118, - [SMALL_STATE(1925)] = 60180, - [SMALL_STATE(1926)] = 60242, - [SMALL_STATE(1927)] = 60304, - [SMALL_STATE(1928)] = 60366, - [SMALL_STATE(1929)] = 60428, - [SMALL_STATE(1930)] = 60490, - [SMALL_STATE(1931)] = 60552, - [SMALL_STATE(1932)] = 60614, - [SMALL_STATE(1933)] = 60673, - [SMALL_STATE(1934)] = 60732, - [SMALL_STATE(1935)] = 60768, - [SMALL_STATE(1936)] = 60804, - [SMALL_STATE(1937)] = 60852, - [SMALL_STATE(1938)] = 60905, - [SMALL_STATE(1939)] = 60950, - [SMALL_STATE(1940)] = 60995, - [SMALL_STATE(1941)] = 61032, - [SMALL_STATE(1942)] = 61077, - [SMALL_STATE(1943)] = 61114, - [SMALL_STATE(1944)] = 61151, - [SMALL_STATE(1945)] = 61188, - [SMALL_STATE(1946)] = 61228, - [SMALL_STATE(1947)] = 61268, - [SMALL_STATE(1948)] = 61302, - [SMALL_STATE(1949)] = 61342, - [SMALL_STATE(1950)] = 61378, - [SMALL_STATE(1951)] = 61412, - [SMALL_STATE(1952)] = 61446, - [SMALL_STATE(1953)] = 61482, - [SMALL_STATE(1954)] = 61522, - [SMALL_STATE(1955)] = 61558, - [SMALL_STATE(1956)] = 61592, - [SMALL_STATE(1957)] = 61628, - [SMALL_STATE(1958)] = 61661, - [SMALL_STATE(1959)] = 61694, - [SMALL_STATE(1960)] = 61727, - [SMALL_STATE(1961)] = 61760, - [SMALL_STATE(1962)] = 61811, - [SMALL_STATE(1963)] = 61842, - [SMALL_STATE(1964)] = 61874, - [SMALL_STATE(1965)] = 61918, - [SMALL_STATE(1966)] = 61978, - [SMALL_STATE(1967)] = 62024, - [SMALL_STATE(1968)] = 62056, - [SMALL_STATE(1969)] = 62088, - [SMALL_STATE(1970)] = 62148, - [SMALL_STATE(1971)] = 62181, - [SMALL_STATE(1972)] = 62212, - [SMALL_STATE(1973)] = 62241, - [SMALL_STATE(1974)] = 62270, - [SMALL_STATE(1975)] = 62299, - [SMALL_STATE(1976)] = 62352, - [SMALL_STATE(1977)] = 62381, - [SMALL_STATE(1978)] = 62410, - [SMALL_STATE(1979)] = 62441, - [SMALL_STATE(1980)] = 62470, - [SMALL_STATE(1981)] = 62499, - [SMALL_STATE(1982)] = 62528, - [SMALL_STATE(1983)] = 62581, - [SMALL_STATE(1984)] = 62614, - [SMALL_STATE(1985)] = 62643, - [SMALL_STATE(1986)] = 62674, - [SMALL_STATE(1987)] = 62707, - [SMALL_STATE(1988)] = 62738, - [SMALL_STATE(1989)] = 62769, - [SMALL_STATE(1990)] = 62800, - [SMALL_STATE(1991)] = 62831, - [SMALL_STATE(1992)] = 62886, - [SMALL_STATE(1993)] = 62927, - [SMALL_STATE(1994)] = 62960, - [SMALL_STATE(1995)] = 62991, - [SMALL_STATE(1996)] = 63024, - [SMALL_STATE(1997)] = 63067, - [SMALL_STATE(1998)] = 63100, - [SMALL_STATE(1999)] = 63130, - [SMALL_STATE(2000)] = 63158, - [SMALL_STATE(2001)] = 63186, - [SMALL_STATE(2002)] = 63214, - [SMALL_STATE(2003)] = 63242, - [SMALL_STATE(2004)] = 63270, - [SMALL_STATE(2005)] = 63298, - [SMALL_STATE(2006)] = 63326, - [SMALL_STATE(2007)] = 63354, - [SMALL_STATE(2008)] = 63398, - [SMALL_STATE(2009)] = 63426, - [SMALL_STATE(2010)] = 63454, - [SMALL_STATE(2011)] = 63482, - [SMALL_STATE(2012)] = 63510, - [SMALL_STATE(2013)] = 63538, - [SMALL_STATE(2014)] = 63566, - [SMALL_STATE(2015)] = 63594, - [SMALL_STATE(2016)] = 63622, - [SMALL_STATE(2017)] = 63650, - [SMALL_STATE(2018)] = 63678, - [SMALL_STATE(2019)] = 63706, - [SMALL_STATE(2020)] = 63734, - [SMALL_STATE(2021)] = 63762, - [SMALL_STATE(2022)] = 63790, - [SMALL_STATE(2023)] = 63818, - [SMALL_STATE(2024)] = 63846, - [SMALL_STATE(2025)] = 63874, - [SMALL_STATE(2026)] = 63902, - [SMALL_STATE(2027)] = 63930, - [SMALL_STATE(2028)] = 63958, - [SMALL_STATE(2029)] = 63986, - [SMALL_STATE(2030)] = 64014, - [SMALL_STATE(2031)] = 64042, - [SMALL_STATE(2032)] = 64070, - [SMALL_STATE(2033)] = 64098, - [SMALL_STATE(2034)] = 64126, - [SMALL_STATE(2035)] = 64154, - [SMALL_STATE(2036)] = 64182, - [SMALL_STATE(2037)] = 64210, - [SMALL_STATE(2038)] = 64240, - [SMALL_STATE(2039)] = 64269, - [SMALL_STATE(2040)] = 64304, - [SMALL_STATE(2041)] = 64333, - [SMALL_STATE(2042)] = 64362, - [SMALL_STATE(2043)] = 64393, - [SMALL_STATE(2044)] = 64425, - [SMALL_STATE(2045)] = 64457, - [SMALL_STATE(2046)] = 64489, - [SMALL_STATE(2047)] = 64533, - [SMALL_STATE(2048)] = 64563, - [SMALL_STATE(2049)] = 64595, - [SMALL_STATE(2050)] = 64627, - [SMALL_STATE(2051)] = 64659, - [SMALL_STATE(2052)] = 64687, - [SMALL_STATE(2053)] = 64733, - [SMALL_STATE(2054)] = 64765, - [SMALL_STATE(2055)] = 64797, - [SMALL_STATE(2056)] = 64829, - [SMALL_STATE(2057)] = 64861, - [SMALL_STATE(2058)] = 64893, - [SMALL_STATE(2059)] = 64925, - [SMALL_STATE(2060)] = 64968, - [SMALL_STATE(2061)] = 65011, - [SMALL_STATE(2062)] = 65054, - [SMALL_STATE(2063)] = 65083, - [SMALL_STATE(2064)] = 65126, - [SMALL_STATE(2065)] = 65169, - [SMALL_STATE(2066)] = 65206, - [SMALL_STATE(2067)] = 65249, - [SMALL_STATE(2068)] = 65278, - [SMALL_STATE(2069)] = 65316, - [SMALL_STATE(2070)] = 65344, - [SMALL_STATE(2071)] = 65372, - [SMALL_STATE(2072)] = 65400, - [SMALL_STATE(2073)] = 65428, - [SMALL_STATE(2074)] = 65468, - [SMALL_STATE(2075)] = 65492, - [SMALL_STATE(2076)] = 65532, - [SMALL_STATE(2077)] = 65556, - [SMALL_STATE(2078)] = 65584, - [SMALL_STATE(2079)] = 65612, - [SMALL_STATE(2080)] = 65640, - [SMALL_STATE(2081)] = 65668, - [SMALL_STATE(2082)] = 65708, - [SMALL_STATE(2083)] = 65748, - [SMALL_STATE(2084)] = 65772, - [SMALL_STATE(2085)] = 65806, - [SMALL_STATE(2086)] = 65830, - [SMALL_STATE(2087)] = 65860, - [SMALL_STATE(2088)] = 65890, - [SMALL_STATE(2089)] = 65928, - [SMALL_STATE(2090)] = 65968, - [SMALL_STATE(2091)] = 65996, - [SMALL_STATE(2092)] = 66024, - [SMALL_STATE(2093)] = 66052, - [SMALL_STATE(2094)] = 66092, - [SMALL_STATE(2095)] = 66120, - [SMALL_STATE(2096)] = 66160, - [SMALL_STATE(2097)] = 66198, - [SMALL_STATE(2098)] = 66238, - [SMALL_STATE(2099)] = 66278, - [SMALL_STATE(2100)] = 66316, - [SMALL_STATE(2101)] = 66354, - [SMALL_STATE(2102)] = 66392, - [SMALL_STATE(2103)] = 66430, - [SMALL_STATE(2104)] = 66454, - [SMALL_STATE(2105)] = 66484, - [SMALL_STATE(2106)] = 66522, - [SMALL_STATE(2107)] = 66552, - [SMALL_STATE(2108)] = 66590, - [SMALL_STATE(2109)] = 66630, - [SMALL_STATE(2110)] = 66664, - [SMALL_STATE(2111)] = 66687, - [SMALL_STATE(2112)] = 66710, - [SMALL_STATE(2113)] = 66733, - [SMALL_STATE(2114)] = 66766, - [SMALL_STATE(2115)] = 66797, - [SMALL_STATE(2116)] = 66820, - [SMALL_STATE(2117)] = 66843, - [SMALL_STATE(2118)] = 66884, - [SMALL_STATE(2119)] = 66925, - [SMALL_STATE(2120)] = 66948, - [SMALL_STATE(2121)] = 66971, - [SMALL_STATE(2122)] = 67008, - [SMALL_STATE(2123)] = 67031, - [SMALL_STATE(2124)] = 67054, - [SMALL_STATE(2125)] = 67077, - [SMALL_STATE(2126)] = 67114, - [SMALL_STATE(2127)] = 67137, - [SMALL_STATE(2128)] = 67160, - [SMALL_STATE(2129)] = 67183, - [SMALL_STATE(2130)] = 67206, - [SMALL_STATE(2131)] = 67229, - [SMALL_STATE(2132)] = 67260, - [SMALL_STATE(2133)] = 67301, - [SMALL_STATE(2134)] = 67324, - [SMALL_STATE(2135)] = 67347, - [SMALL_STATE(2136)] = 67382, - [SMALL_STATE(2137)] = 67405, - [SMALL_STATE(2138)] = 67428, - [SMALL_STATE(2139)] = 67451, - [SMALL_STATE(2140)] = 67474, - [SMALL_STATE(2141)] = 67497, - [SMALL_STATE(2142)] = 67520, - [SMALL_STATE(2143)] = 67543, - [SMALL_STATE(2144)] = 67566, - [SMALL_STATE(2145)] = 67589, - [SMALL_STATE(2146)] = 67612, - [SMALL_STATE(2147)] = 67635, - [SMALL_STATE(2148)] = 67658, - [SMALL_STATE(2149)] = 67681, - [SMALL_STATE(2150)] = 67704, - [SMALL_STATE(2151)] = 67727, - [SMALL_STATE(2152)] = 67758, - [SMALL_STATE(2153)] = 67799, - [SMALL_STATE(2154)] = 67836, - [SMALL_STATE(2155)] = 67871, - [SMALL_STATE(2156)] = 67908, - [SMALL_STATE(2157)] = 67931, - [SMALL_STATE(2158)] = 67966, - [SMALL_STATE(2159)] = 67989, - [SMALL_STATE(2160)] = 68012, - [SMALL_STATE(2161)] = 68043, - [SMALL_STATE(2162)] = 68066, - [SMALL_STATE(2163)] = 68094, - [SMALL_STATE(2164)] = 68118, - [SMALL_STATE(2165)] = 68142, - [SMALL_STATE(2166)] = 68174, - [SMALL_STATE(2167)] = 68202, - [SMALL_STATE(2168)] = 68240, - [SMALL_STATE(2169)] = 68278, - [SMALL_STATE(2170)] = 68316, - [SMALL_STATE(2171)] = 68348, - [SMALL_STATE(2172)] = 68386, - [SMALL_STATE(2173)] = 68420, - [SMALL_STATE(2174)] = 68448, - [SMALL_STATE(2175)] = 68486, - [SMALL_STATE(2176)] = 68524, - [SMALL_STATE(2177)] = 68562, - [SMALL_STATE(2178)] = 68600, - [SMALL_STATE(2179)] = 68638, - [SMALL_STATE(2180)] = 68662, - [SMALL_STATE(2181)] = 68700, - [SMALL_STATE(2182)] = 68728, - [SMALL_STATE(2183)] = 68756, - [SMALL_STATE(2184)] = 68780, - [SMALL_STATE(2185)] = 68812, - [SMALL_STATE(2186)] = 68846, - [SMALL_STATE(2187)] = 68874, - [SMALL_STATE(2188)] = 68900, - [SMALL_STATE(2189)] = 68926, - [SMALL_STATE(2190)] = 68952, - [SMALL_STATE(2191)] = 68980, - [SMALL_STATE(2192)] = 69018, - [SMALL_STATE(2193)] = 69056, - [SMALL_STATE(2194)] = 69088, - [SMALL_STATE(2195)] = 69126, - [SMALL_STATE(2196)] = 69152, - [SMALL_STATE(2197)] = 69176, - [SMALL_STATE(2198)] = 69214, - [SMALL_STATE(2199)] = 69246, - [SMALL_STATE(2200)] = 69284, - [SMALL_STATE(2201)] = 69316, - [SMALL_STATE(2202)] = 69354, - [SMALL_STATE(2203)] = 69386, - [SMALL_STATE(2204)] = 69418, - [SMALL_STATE(2205)] = 69450, - [SMALL_STATE(2206)] = 69482, - [SMALL_STATE(2207)] = 69514, - [SMALL_STATE(2208)] = 69546, - [SMALL_STATE(2209)] = 69578, - [SMALL_STATE(2210)] = 69614, - [SMALL_STATE(2211)] = 69649, - [SMALL_STATE(2212)] = 69684, - [SMALL_STATE(2213)] = 69719, - [SMALL_STATE(2214)] = 69744, - [SMALL_STATE(2215)] = 69779, - [SMALL_STATE(2216)] = 69814, - [SMALL_STATE(2217)] = 69847, - [SMALL_STATE(2218)] = 69880, - [SMALL_STATE(2219)] = 69901, - [SMALL_STATE(2220)] = 69936, - [SMALL_STATE(2221)] = 69971, - [SMALL_STATE(2222)] = 70006, - [SMALL_STATE(2223)] = 70041, - [SMALL_STATE(2224)] = 70068, - [SMALL_STATE(2225)] = 70103, - [SMALL_STATE(2226)] = 70132, - [SMALL_STATE(2227)] = 70167, - [SMALL_STATE(2228)] = 70202, - [SMALL_STATE(2229)] = 70235, - [SMALL_STATE(2230)] = 70270, - [SMALL_STATE(2231)] = 70305, - [SMALL_STATE(2232)] = 70340, - [SMALL_STATE(2233)] = 70375, - [SMALL_STATE(2234)] = 70410, - [SMALL_STATE(2235)] = 70445, - [SMALL_STATE(2236)] = 70480, - [SMALL_STATE(2237)] = 70515, - [SMALL_STATE(2238)] = 70550, - [SMALL_STATE(2239)] = 70583, - [SMALL_STATE(2240)] = 70618, - [SMALL_STATE(2241)] = 70653, - [SMALL_STATE(2242)] = 70688, - [SMALL_STATE(2243)] = 70713, - [SMALL_STATE(2244)] = 70746, - [SMALL_STATE(2245)] = 70781, - [SMALL_STATE(2246)] = 70802, - [SMALL_STATE(2247)] = 70837, - [SMALL_STATE(2248)] = 70872, - [SMALL_STATE(2249)] = 70897, - [SMALL_STATE(2250)] = 70918, - [SMALL_STATE(2251)] = 70939, - [SMALL_STATE(2252)] = 70974, - [SMALL_STATE(2253)] = 71009, - [SMALL_STATE(2254)] = 71044, - [SMALL_STATE(2255)] = 71079, - [SMALL_STATE(2256)] = 71114, - [SMALL_STATE(2257)] = 71135, - [SMALL_STATE(2258)] = 71156, - [SMALL_STATE(2259)] = 71191, - [SMALL_STATE(2260)] = 71226, - [SMALL_STATE(2261)] = 71261, - [SMALL_STATE(2262)] = 71296, - [SMALL_STATE(2263)] = 71331, - [SMALL_STATE(2264)] = 71366, - [SMALL_STATE(2265)] = 71401, - [SMALL_STATE(2266)] = 71436, - [SMALL_STATE(2267)] = 71468, - [SMALL_STATE(2268)] = 71500, - [SMALL_STATE(2269)] = 71532, - [SMALL_STATE(2270)] = 71564, - [SMALL_STATE(2271)] = 71596, - [SMALL_STATE(2272)] = 71624, - [SMALL_STATE(2273)] = 71652, - [SMALL_STATE(2274)] = 71684, - [SMALL_STATE(2275)] = 71712, - [SMALL_STATE(2276)] = 71738, - [SMALL_STATE(2277)] = 71770, - [SMALL_STATE(2278)] = 71802, - [SMALL_STATE(2279)] = 71834, - [SMALL_STATE(2280)] = 71866, - [SMALL_STATE(2281)] = 71898, - [SMALL_STATE(2282)] = 71930, - [SMALL_STATE(2283)] = 71962, - [SMALL_STATE(2284)] = 71994, - [SMALL_STATE(2285)] = 72024, - [SMALL_STATE(2286)] = 72054, - [SMALL_STATE(2287)] = 72086, - [SMALL_STATE(2288)] = 72112, - [SMALL_STATE(2289)] = 72144, - [SMALL_STATE(2290)] = 72176, - [SMALL_STATE(2291)] = 72198, - [SMALL_STATE(2292)] = 72230, - [SMALL_STATE(2293)] = 72262, - [SMALL_STATE(2294)] = 72294, - [SMALL_STATE(2295)] = 72326, - [SMALL_STATE(2296)] = 72348, - [SMALL_STATE(2297)] = 72374, - [SMALL_STATE(2298)] = 72404, - [SMALL_STATE(2299)] = 72434, - [SMALL_STATE(2300)] = 72466, - [SMALL_STATE(2301)] = 72492, - [SMALL_STATE(2302)] = 72522, - [SMALL_STATE(2303)] = 72554, - [SMALL_STATE(2304)] = 72586, - [SMALL_STATE(2305)] = 72618, - [SMALL_STATE(2306)] = 72650, - [SMALL_STATE(2307)] = 72682, - [SMALL_STATE(2308)] = 72714, - [SMALL_STATE(2309)] = 72746, - [SMALL_STATE(2310)] = 72768, - [SMALL_STATE(2311)] = 72800, - [SMALL_STATE(2312)] = 72828, - [SMALL_STATE(2313)] = 72850, - [SMALL_STATE(2314)] = 72880, - [SMALL_STATE(2315)] = 72910, - [SMALL_STATE(2316)] = 72942, - [SMALL_STATE(2317)] = 72970, - [SMALL_STATE(2318)] = 73000, - [SMALL_STATE(2319)] = 73022, - [SMALL_STATE(2320)] = 73052, - [SMALL_STATE(2321)] = 73082, - [SMALL_STATE(2322)] = 73104, - [SMALL_STATE(2323)] = 73136, - [SMALL_STATE(2324)] = 73168, - [SMALL_STATE(2325)] = 73197, - [SMALL_STATE(2326)] = 73226, - [SMALL_STATE(2327)] = 73255, - [SMALL_STATE(2328)] = 73278, - [SMALL_STATE(2329)] = 73307, - [SMALL_STATE(2330)] = 73336, - [SMALL_STATE(2331)] = 73365, - [SMALL_STATE(2332)] = 73394, - [SMALL_STATE(2333)] = 73423, - [SMALL_STATE(2334)] = 73452, - [SMALL_STATE(2335)] = 73481, - [SMALL_STATE(2336)] = 73510, - [SMALL_STATE(2337)] = 73539, - [SMALL_STATE(2338)] = 73568, - [SMALL_STATE(2339)] = 73597, - [SMALL_STATE(2340)] = 73626, - [SMALL_STATE(2341)] = 73653, - [SMALL_STATE(2342)] = 73682, - [SMALL_STATE(2343)] = 73711, - [SMALL_STATE(2344)] = 73740, - [SMALL_STATE(2345)] = 73769, - [SMALL_STATE(2346)] = 73798, - [SMALL_STATE(2347)] = 73821, - [SMALL_STATE(2348)] = 73850, - [SMALL_STATE(2349)] = 73873, - [SMALL_STATE(2350)] = 73896, - [SMALL_STATE(2351)] = 73925, - [SMALL_STATE(2352)] = 73954, - [SMALL_STATE(2353)] = 73983, - [SMALL_STATE(2354)] = 74012, - [SMALL_STATE(2355)] = 74041, - [SMALL_STATE(2356)] = 74064, - [SMALL_STATE(2357)] = 74093, - [SMALL_STATE(2358)] = 74122, - [SMALL_STATE(2359)] = 74145, - [SMALL_STATE(2360)] = 74174, - [SMALL_STATE(2361)] = 74203, - [SMALL_STATE(2362)] = 74232, - [SMALL_STATE(2363)] = 74261, - [SMALL_STATE(2364)] = 74290, - [SMALL_STATE(2365)] = 74319, - [SMALL_STATE(2366)] = 74348, - [SMALL_STATE(2367)] = 74377, - [SMALL_STATE(2368)] = 74404, - [SMALL_STATE(2369)] = 74433, - [SMALL_STATE(2370)] = 74462, - [SMALL_STATE(2371)] = 74483, - [SMALL_STATE(2372)] = 74510, - [SMALL_STATE(2373)] = 74539, - [SMALL_STATE(2374)] = 74568, - [SMALL_STATE(2375)] = 74597, - [SMALL_STATE(2376)] = 74624, - [SMALL_STATE(2377)] = 74653, - [SMALL_STATE(2378)] = 74682, - [SMALL_STATE(2379)] = 74711, - [SMALL_STATE(2380)] = 74732, - [SMALL_STATE(2381)] = 74761, - [SMALL_STATE(2382)] = 74790, - [SMALL_STATE(2383)] = 74817, - [SMALL_STATE(2384)] = 74840, - [SMALL_STATE(2385)] = 74865, - [SMALL_STATE(2386)] = 74894, - [SMALL_STATE(2387)] = 74923, - [SMALL_STATE(2388)] = 74948, - [SMALL_STATE(2389)] = 74967, - [SMALL_STATE(2390)] = 74988, - [SMALL_STATE(2391)] = 75017, - [SMALL_STATE(2392)] = 75046, - [SMALL_STATE(2393)] = 75067, - [SMALL_STATE(2394)] = 75094, - [SMALL_STATE(2395)] = 75113, - [SMALL_STATE(2396)] = 75134, - [SMALL_STATE(2397)] = 75155, - [SMALL_STATE(2398)] = 75184, - [SMALL_STATE(2399)] = 75205, - [SMALL_STATE(2400)] = 75234, - [SMALL_STATE(2401)] = 75255, - [SMALL_STATE(2402)] = 75278, - [SMALL_STATE(2403)] = 75307, - [SMALL_STATE(2404)] = 75336, - [SMALL_STATE(2405)] = 75361, - [SMALL_STATE(2406)] = 75390, - [SMALL_STATE(2407)] = 75419, - [SMALL_STATE(2408)] = 75444, - [SMALL_STATE(2409)] = 75473, - [SMALL_STATE(2410)] = 75502, - [SMALL_STATE(2411)] = 75525, - [SMALL_STATE(2412)] = 75548, - [SMALL_STATE(2413)] = 75577, - [SMALL_STATE(2414)] = 75606, - [SMALL_STATE(2415)] = 75629, - [SMALL_STATE(2416)] = 75652, - [SMALL_STATE(2417)] = 75675, - [SMALL_STATE(2418)] = 75698, - [SMALL_STATE(2419)] = 75727, - [SMALL_STATE(2420)] = 75751, - [SMALL_STATE(2421)] = 75777, - [SMALL_STATE(2422)] = 75795, - [SMALL_STATE(2423)] = 75821, - [SMALL_STATE(2424)] = 75847, - [SMALL_STATE(2425)] = 75873, - [SMALL_STATE(2426)] = 75899, - [SMALL_STATE(2427)] = 75925, - [SMALL_STATE(2428)] = 75951, - [SMALL_STATE(2429)] = 75977, - [SMALL_STATE(2430)] = 75997, - [SMALL_STATE(2431)] = 76023, - [SMALL_STATE(2432)] = 76049, - [SMALL_STATE(2433)] = 76067, - [SMALL_STATE(2434)] = 76093, - [SMALL_STATE(2435)] = 76119, - [SMALL_STATE(2436)] = 76145, - [SMALL_STATE(2437)] = 76171, - [SMALL_STATE(2438)] = 76195, - [SMALL_STATE(2439)] = 76219, - [SMALL_STATE(2440)] = 76243, - [SMALL_STATE(2441)] = 76267, - [SMALL_STATE(2442)] = 76293, - [SMALL_STATE(2443)] = 76319, - [SMALL_STATE(2444)] = 76337, - [SMALL_STATE(2445)] = 76363, - [SMALL_STATE(2446)] = 76389, - [SMALL_STATE(2447)] = 76415, - [SMALL_STATE(2448)] = 76439, - [SMALL_STATE(2449)] = 76465, - [SMALL_STATE(2450)] = 76491, - [SMALL_STATE(2451)] = 76509, - [SMALL_STATE(2452)] = 76535, - [SMALL_STATE(2453)] = 76557, - [SMALL_STATE(2454)] = 76583, - [SMALL_STATE(2455)] = 76605, - [SMALL_STATE(2456)] = 76623, - [SMALL_STATE(2457)] = 76649, - [SMALL_STATE(2458)] = 76675, - [SMALL_STATE(2459)] = 76701, - [SMALL_STATE(2460)] = 76719, - [SMALL_STATE(2461)] = 76745, - [SMALL_STATE(2462)] = 76765, - [SMALL_STATE(2463)] = 76783, - [SMALL_STATE(2464)] = 76801, - [SMALL_STATE(2465)] = 76819, - [SMALL_STATE(2466)] = 76845, - [SMALL_STATE(2467)] = 76863, - [SMALL_STATE(2468)] = 76881, - [SMALL_STATE(2469)] = 76899, - [SMALL_STATE(2470)] = 76925, - [SMALL_STATE(2471)] = 76951, - [SMALL_STATE(2472)] = 76977, - [SMALL_STATE(2473)] = 77001, - [SMALL_STATE(2474)] = 77019, - [SMALL_STATE(2475)] = 77037, - [SMALL_STATE(2476)] = 77063, - [SMALL_STATE(2477)] = 77089, - [SMALL_STATE(2478)] = 77113, - [SMALL_STATE(2479)] = 77131, - [SMALL_STATE(2480)] = 77149, - [SMALL_STATE(2481)] = 77167, - [SMALL_STATE(2482)] = 77187, - [SMALL_STATE(2483)] = 77211, - [SMALL_STATE(2484)] = 77235, - [SMALL_STATE(2485)] = 77257, - [SMALL_STATE(2486)] = 77283, - [SMALL_STATE(2487)] = 77309, - [SMALL_STATE(2488)] = 77333, - [SMALL_STATE(2489)] = 77359, - [SMALL_STATE(2490)] = 77385, - [SMALL_STATE(2491)] = 77411, - [SMALL_STATE(2492)] = 77429, - [SMALL_STATE(2493)] = 77447, - [SMALL_STATE(2494)] = 77467, - [SMALL_STATE(2495)] = 77485, - [SMALL_STATE(2496)] = 77503, - [SMALL_STATE(2497)] = 77521, - [SMALL_STATE(2498)] = 77547, - [SMALL_STATE(2499)] = 77573, - [SMALL_STATE(2500)] = 77599, - [SMALL_STATE(2501)] = 77621, - [SMALL_STATE(2502)] = 77647, - [SMALL_STATE(2503)] = 77673, - [SMALL_STATE(2504)] = 77699, - [SMALL_STATE(2505)] = 77723, - [SMALL_STATE(2506)] = 77745, - [SMALL_STATE(2507)] = 77769, - [SMALL_STATE(2508)] = 77795, - [SMALL_STATE(2509)] = 77821, - [SMALL_STATE(2510)] = 77845, - [SMALL_STATE(2511)] = 77871, - [SMALL_STATE(2512)] = 77893, - [SMALL_STATE(2513)] = 77915, - [SMALL_STATE(2514)] = 77941, - [SMALL_STATE(2515)] = 77965, - [SMALL_STATE(2516)] = 77991, - [SMALL_STATE(2517)] = 78017, - [SMALL_STATE(2518)] = 78039, - [SMALL_STATE(2519)] = 78059, - [SMALL_STATE(2520)] = 78081, - [SMALL_STATE(2521)] = 78103, - [SMALL_STATE(2522)] = 78121, - [SMALL_STATE(2523)] = 78145, - [SMALL_STATE(2524)] = 78171, - [SMALL_STATE(2525)] = 78197, - [SMALL_STATE(2526)] = 78220, - [SMALL_STATE(2527)] = 78239, - [SMALL_STATE(2528)] = 78262, - [SMALL_STATE(2529)] = 78285, - [SMALL_STATE(2530)] = 78306, - [SMALL_STATE(2531)] = 78329, - [SMALL_STATE(2532)] = 78352, - [SMALL_STATE(2533)] = 78369, - [SMALL_STATE(2534)] = 78392, - [SMALL_STATE(2535)] = 78415, - [SMALL_STATE(2536)] = 78438, - [SMALL_STATE(2537)] = 78455, - [SMALL_STATE(2538)] = 78478, - [SMALL_STATE(2539)] = 78501, - [SMALL_STATE(2540)] = 78522, - [SMALL_STATE(2541)] = 78545, - [SMALL_STATE(2542)] = 78568, - [SMALL_STATE(2543)] = 78591, - [SMALL_STATE(2544)] = 78614, - [SMALL_STATE(2545)] = 78637, - [SMALL_STATE(2546)] = 78660, - [SMALL_STATE(2547)] = 78683, - [SMALL_STATE(2548)] = 78706, - [SMALL_STATE(2549)] = 78729, - [SMALL_STATE(2550)] = 78752, - [SMALL_STATE(2551)] = 78775, - [SMALL_STATE(2552)] = 78798, - [SMALL_STATE(2553)] = 78821, - [SMALL_STATE(2554)] = 78844, - [SMALL_STATE(2555)] = 78863, - [SMALL_STATE(2556)] = 78880, - [SMALL_STATE(2557)] = 78903, - [SMALL_STATE(2558)] = 78926, - [SMALL_STATE(2559)] = 78949, - [SMALL_STATE(2560)] = 78972, - [SMALL_STATE(2561)] = 78995, - [SMALL_STATE(2562)] = 79018, - [SMALL_STATE(2563)] = 79041, - [SMALL_STATE(2564)] = 79064, - [SMALL_STATE(2565)] = 79087, - [SMALL_STATE(2566)] = 79110, - [SMALL_STATE(2567)] = 79129, - [SMALL_STATE(2568)] = 79152, - [SMALL_STATE(2569)] = 79175, - [SMALL_STATE(2570)] = 79198, - [SMALL_STATE(2571)] = 79221, - [SMALL_STATE(2572)] = 79242, - [SMALL_STATE(2573)] = 79265, - [SMALL_STATE(2574)] = 79288, - [SMALL_STATE(2575)] = 79311, - [SMALL_STATE(2576)] = 79334, - [SMALL_STATE(2577)] = 79357, - [SMALL_STATE(2578)] = 79380, - [SMALL_STATE(2579)] = 79403, - [SMALL_STATE(2580)] = 79426, - [SMALL_STATE(2581)] = 79449, - [SMALL_STATE(2582)] = 79472, - [SMALL_STATE(2583)] = 79493, - [SMALL_STATE(2584)] = 79516, - [SMALL_STATE(2585)] = 79537, - [SMALL_STATE(2586)] = 79560, - [SMALL_STATE(2587)] = 79583, - [SMALL_STATE(2588)] = 79606, - [SMALL_STATE(2589)] = 79629, - [SMALL_STATE(2590)] = 79652, - [SMALL_STATE(2591)] = 79675, - [SMALL_STATE(2592)] = 79698, - [SMALL_STATE(2593)] = 79719, - [SMALL_STATE(2594)] = 79742, - [SMALL_STATE(2595)] = 79765, - [SMALL_STATE(2596)] = 79788, - [SMALL_STATE(2597)] = 79811, - [SMALL_STATE(2598)] = 79834, - [SMALL_STATE(2599)] = 79857, - [SMALL_STATE(2600)] = 79880, - [SMALL_STATE(2601)] = 79903, - [SMALL_STATE(2602)] = 79926, - [SMALL_STATE(2603)] = 79949, - [SMALL_STATE(2604)] = 79972, - [SMALL_STATE(2605)] = 79991, - [SMALL_STATE(2606)] = 80014, - [SMALL_STATE(2607)] = 80037, - [SMALL_STATE(2608)] = 80060, - [SMALL_STATE(2609)] = 80083, - [SMALL_STATE(2610)] = 80106, - [SMALL_STATE(2611)] = 80129, - [SMALL_STATE(2612)] = 80152, - [SMALL_STATE(2613)] = 80175, - [SMALL_STATE(2614)] = 80196, - [SMALL_STATE(2615)] = 80219, - [SMALL_STATE(2616)] = 80242, - [SMALL_STATE(2617)] = 80263, - [SMALL_STATE(2618)] = 80286, - [SMALL_STATE(2619)] = 80309, - [SMALL_STATE(2620)] = 80332, - [SMALL_STATE(2621)] = 80355, - [SMALL_STATE(2622)] = 80378, - [SMALL_STATE(2623)] = 80397, - [SMALL_STATE(2624)] = 80420, - [SMALL_STATE(2625)] = 80443, - [SMALL_STATE(2626)] = 80466, - [SMALL_STATE(2627)] = 80489, - [SMALL_STATE(2628)] = 80510, - [SMALL_STATE(2629)] = 80533, - [SMALL_STATE(2630)] = 80556, - [SMALL_STATE(2631)] = 80577, - [SMALL_STATE(2632)] = 80600, - [SMALL_STATE(2633)] = 80623, - [SMALL_STATE(2634)] = 80644, - [SMALL_STATE(2635)] = 80667, - [SMALL_STATE(2636)] = 80690, - [SMALL_STATE(2637)] = 80713, - [SMALL_STATE(2638)] = 80736, - [SMALL_STATE(2639)] = 80759, - [SMALL_STATE(2640)] = 80778, - [SMALL_STATE(2641)] = 80801, - [SMALL_STATE(2642)] = 80824, - [SMALL_STATE(2643)] = 80843, - [SMALL_STATE(2644)] = 80862, - [SMALL_STATE(2645)] = 80881, - [SMALL_STATE(2646)] = 80904, - [SMALL_STATE(2647)] = 80923, - [SMALL_STATE(2648)] = 80942, - [SMALL_STATE(2649)] = 80961, - [SMALL_STATE(2650)] = 80980, - [SMALL_STATE(2651)] = 81003, - [SMALL_STATE(2652)] = 81026, - [SMALL_STATE(2653)] = 81045, - [SMALL_STATE(2654)] = 81068, - [SMALL_STATE(2655)] = 81089, - [SMALL_STATE(2656)] = 81110, - [SMALL_STATE(2657)] = 81131, - [SMALL_STATE(2658)] = 81154, - [SMALL_STATE(2659)] = 81171, - [SMALL_STATE(2660)] = 81194, - [SMALL_STATE(2661)] = 81217, - [SMALL_STATE(2662)] = 81236, - [SMALL_STATE(2663)] = 81255, - [SMALL_STATE(2664)] = 81272, - [SMALL_STATE(2665)] = 81295, - [SMALL_STATE(2666)] = 81318, - [SMALL_STATE(2667)] = 81341, - [SMALL_STATE(2668)] = 81364, - [SMALL_STATE(2669)] = 81383, - [SMALL_STATE(2670)] = 81406, - [SMALL_STATE(2671)] = 81427, - [SMALL_STATE(2672)] = 81448, - [SMALL_STATE(2673)] = 81469, - [SMALL_STATE(2674)] = 81488, - [SMALL_STATE(2675)] = 81509, - [SMALL_STATE(2676)] = 81532, - [SMALL_STATE(2677)] = 81551, - [SMALL_STATE(2678)] = 81574, - [SMALL_STATE(2679)] = 81597, - [SMALL_STATE(2680)] = 81620, - [SMALL_STATE(2681)] = 81643, - [SMALL_STATE(2682)] = 81666, - [SMALL_STATE(2683)] = 81689, - [SMALL_STATE(2684)] = 81710, - [SMALL_STATE(2685)] = 81733, - [SMALL_STATE(2686)] = 81756, - [SMALL_STATE(2687)] = 81779, - [SMALL_STATE(2688)] = 81802, - [SMALL_STATE(2689)] = 81825, - [SMALL_STATE(2690)] = 81848, - [SMALL_STATE(2691)] = 81871, - [SMALL_STATE(2692)] = 81888, - [SMALL_STATE(2693)] = 81911, - [SMALL_STATE(2694)] = 81932, - [SMALL_STATE(2695)] = 81955, - [SMALL_STATE(2696)] = 81978, - [SMALL_STATE(2697)] = 82001, - [SMALL_STATE(2698)] = 82024, - [SMALL_STATE(2699)] = 82047, - [SMALL_STATE(2700)] = 82070, - [SMALL_STATE(2701)] = 82093, - [SMALL_STATE(2702)] = 82112, - [SMALL_STATE(2703)] = 82135, - [SMALL_STATE(2704)] = 82158, - [SMALL_STATE(2705)] = 82181, - [SMALL_STATE(2706)] = 82204, - [SMALL_STATE(2707)] = 82227, - [SMALL_STATE(2708)] = 82250, - [SMALL_STATE(2709)] = 82273, - [SMALL_STATE(2710)] = 82296, - [SMALL_STATE(2711)] = 82319, - [SMALL_STATE(2712)] = 82342, - [SMALL_STATE(2713)] = 82365, - [SMALL_STATE(2714)] = 82388, - [SMALL_STATE(2715)] = 82407, - [SMALL_STATE(2716)] = 82430, - [SMALL_STATE(2717)] = 82453, - [SMALL_STATE(2718)] = 82476, - [SMALL_STATE(2719)] = 82499, - [SMALL_STATE(2720)] = 82522, - [SMALL_STATE(2721)] = 82543, - [SMALL_STATE(2722)] = 82566, - [SMALL_STATE(2723)] = 82587, - [SMALL_STATE(2724)] = 82610, - [SMALL_STATE(2725)] = 82629, - [SMALL_STATE(2726)] = 82652, - [SMALL_STATE(2727)] = 82675, - [SMALL_STATE(2728)] = 82694, - [SMALL_STATE(2729)] = 82717, - [SMALL_STATE(2730)] = 82740, - [SMALL_STATE(2731)] = 82763, - [SMALL_STATE(2732)] = 82782, - [SMALL_STATE(2733)] = 82803, - [SMALL_STATE(2734)] = 82826, - [SMALL_STATE(2735)] = 82849, - [SMALL_STATE(2736)] = 82872, - [SMALL_STATE(2737)] = 82895, - [SMALL_STATE(2738)] = 82916, - [SMALL_STATE(2739)] = 82937, - [SMALL_STATE(2740)] = 82960, - [SMALL_STATE(2741)] = 82983, - [SMALL_STATE(2742)] = 83006, - [SMALL_STATE(2743)] = 83029, - [SMALL_STATE(2744)] = 83052, - [SMALL_STATE(2745)] = 83075, - [SMALL_STATE(2746)] = 83098, - [SMALL_STATE(2747)] = 83117, - [SMALL_STATE(2748)] = 83140, - [SMALL_STATE(2749)] = 83163, - [SMALL_STATE(2750)] = 83186, - [SMALL_STATE(2751)] = 83205, - [SMALL_STATE(2752)] = 83222, - [SMALL_STATE(2753)] = 83245, - [SMALL_STATE(2754)] = 83266, - [SMALL_STATE(2755)] = 83289, - [SMALL_STATE(2756)] = 83312, - [SMALL_STATE(2757)] = 83335, - [SMALL_STATE(2758)] = 83356, - [SMALL_STATE(2759)] = 83379, - [SMALL_STATE(2760)] = 83402, - [SMALL_STATE(2761)] = 83425, - [SMALL_STATE(2762)] = 83448, - [SMALL_STATE(2763)] = 83471, - [SMALL_STATE(2764)] = 83490, - [SMALL_STATE(2765)] = 83513, - [SMALL_STATE(2766)] = 83532, - [SMALL_STATE(2767)] = 83555, - [SMALL_STATE(2768)] = 83578, - [SMALL_STATE(2769)] = 83595, - [SMALL_STATE(2770)] = 83618, - [SMALL_STATE(2771)] = 83641, - [SMALL_STATE(2772)] = 83664, - [SMALL_STATE(2773)] = 83687, - [SMALL_STATE(2774)] = 83710, - [SMALL_STATE(2775)] = 83733, - [SMALL_STATE(2776)] = 83753, - [SMALL_STATE(2777)] = 83773, - [SMALL_STATE(2778)] = 83791, - [SMALL_STATE(2779)] = 83807, - [SMALL_STATE(2780)] = 83827, - [SMALL_STATE(2781)] = 83847, - [SMALL_STATE(2782)] = 83865, - [SMALL_STATE(2783)] = 83883, - [SMALL_STATE(2784)] = 83901, - [SMALL_STATE(2785)] = 83919, - [SMALL_STATE(2786)] = 83937, - [SMALL_STATE(2787)] = 83957, - [SMALL_STATE(2788)] = 83977, - [SMALL_STATE(2789)] = 83997, - [SMALL_STATE(2790)] = 84015, - [SMALL_STATE(2791)] = 84031, - [SMALL_STATE(2792)] = 84051, - [SMALL_STATE(2793)] = 84071, - [SMALL_STATE(2794)] = 84091, - [SMALL_STATE(2795)] = 84111, - [SMALL_STATE(2796)] = 84127, - [SMALL_STATE(2797)] = 84147, - [SMALL_STATE(2798)] = 84167, - [SMALL_STATE(2799)] = 84187, - [SMALL_STATE(2800)] = 84207, - [SMALL_STATE(2801)] = 84227, - [SMALL_STATE(2802)] = 84247, - [SMALL_STATE(2803)] = 84267, - [SMALL_STATE(2804)] = 84287, - [SMALL_STATE(2805)] = 84307, - [SMALL_STATE(2806)] = 84327, - [SMALL_STATE(2807)] = 84347, - [SMALL_STATE(2808)] = 84367, - [SMALL_STATE(2809)] = 84387, - [SMALL_STATE(2810)] = 84407, - [SMALL_STATE(2811)] = 84427, - [SMALL_STATE(2812)] = 84447, - [SMALL_STATE(2813)] = 84467, - [SMALL_STATE(2814)] = 84487, - [SMALL_STATE(2815)] = 84507, - [SMALL_STATE(2816)] = 84527, - [SMALL_STATE(2817)] = 84547, - [SMALL_STATE(2818)] = 84567, - [SMALL_STATE(2819)] = 84583, - [SMALL_STATE(2820)] = 84603, - [SMALL_STATE(2821)] = 84619, - [SMALL_STATE(2822)] = 84639, - [SMALL_STATE(2823)] = 84659, - [SMALL_STATE(2824)] = 84677, - [SMALL_STATE(2825)] = 84695, - [SMALL_STATE(2826)] = 84715, - [SMALL_STATE(2827)] = 84731, - [SMALL_STATE(2828)] = 84751, - [SMALL_STATE(2829)] = 84771, - [SMALL_STATE(2830)] = 84791, - [SMALL_STATE(2831)] = 84807, - [SMALL_STATE(2832)] = 84827, - [SMALL_STATE(2833)] = 84847, - [SMALL_STATE(2834)] = 84867, - [SMALL_STATE(2835)] = 84883, - [SMALL_STATE(2836)] = 84903, - [SMALL_STATE(2837)] = 84923, - [SMALL_STATE(2838)] = 84939, - [SMALL_STATE(2839)] = 84959, - [SMALL_STATE(2840)] = 84979, - [SMALL_STATE(2841)] = 84999, - [SMALL_STATE(2842)] = 85019, - [SMALL_STATE(2843)] = 85039, - [SMALL_STATE(2844)] = 85059, - [SMALL_STATE(2845)] = 85079, - [SMALL_STATE(2846)] = 85099, - [SMALL_STATE(2847)] = 85119, - [SMALL_STATE(2848)] = 85139, - [SMALL_STATE(2849)] = 85159, - [SMALL_STATE(2850)] = 85179, - [SMALL_STATE(2851)] = 85197, - [SMALL_STATE(2852)] = 85217, - [SMALL_STATE(2853)] = 85237, - [SMALL_STATE(2854)] = 85257, - [SMALL_STATE(2855)] = 85275, - [SMALL_STATE(2856)] = 85295, - [SMALL_STATE(2857)] = 85315, - [SMALL_STATE(2858)] = 85331, - [SMALL_STATE(2859)] = 85351, - [SMALL_STATE(2860)] = 85371, - [SMALL_STATE(2861)] = 85391, - [SMALL_STATE(2862)] = 85411, - [SMALL_STATE(2863)] = 85431, - [SMALL_STATE(2864)] = 85451, - [SMALL_STATE(2865)] = 85471, - [SMALL_STATE(2866)] = 85491, - [SMALL_STATE(2867)] = 85511, - [SMALL_STATE(2868)] = 85531, - [SMALL_STATE(2869)] = 85551, - [SMALL_STATE(2870)] = 85571, - [SMALL_STATE(2871)] = 85591, - [SMALL_STATE(2872)] = 85611, - [SMALL_STATE(2873)] = 85631, - [SMALL_STATE(2874)] = 85651, - [SMALL_STATE(2875)] = 85671, - [SMALL_STATE(2876)] = 85691, - [SMALL_STATE(2877)] = 85711, - [SMALL_STATE(2878)] = 85731, - [SMALL_STATE(2879)] = 85751, - [SMALL_STATE(2880)] = 85771, - [SMALL_STATE(2881)] = 85789, - [SMALL_STATE(2882)] = 85807, - [SMALL_STATE(2883)] = 85823, - [SMALL_STATE(2884)] = 85843, - [SMALL_STATE(2885)] = 85861, - [SMALL_STATE(2886)] = 85881, - [SMALL_STATE(2887)] = 85897, - [SMALL_STATE(2888)] = 85917, - [SMALL_STATE(2889)] = 85935, - [SMALL_STATE(2890)] = 85955, - [SMALL_STATE(2891)] = 85975, - [SMALL_STATE(2892)] = 85995, - [SMALL_STATE(2893)] = 86015, - [SMALL_STATE(2894)] = 86035, - [SMALL_STATE(2895)] = 86055, - [SMALL_STATE(2896)] = 86075, - [SMALL_STATE(2897)] = 86093, - [SMALL_STATE(2898)] = 86113, - [SMALL_STATE(2899)] = 86129, - [SMALL_STATE(2900)] = 86149, - [SMALL_STATE(2901)] = 86165, - [SMALL_STATE(2902)] = 86185, - [SMALL_STATE(2903)] = 86205, - [SMALL_STATE(2904)] = 86225, - [SMALL_STATE(2905)] = 86241, - [SMALL_STATE(2906)] = 86261, - [SMALL_STATE(2907)] = 86281, - [SMALL_STATE(2908)] = 86297, - [SMALL_STATE(2909)] = 86315, - [SMALL_STATE(2910)] = 86331, - [SMALL_STATE(2911)] = 86349, - [SMALL_STATE(2912)] = 86367, - [SMALL_STATE(2913)] = 86387, - [SMALL_STATE(2914)] = 86407, - [SMALL_STATE(2915)] = 86427, - [SMALL_STATE(2916)] = 86447, - [SMALL_STATE(2917)] = 86463, - [SMALL_STATE(2918)] = 86483, - [SMALL_STATE(2919)] = 86503, - [SMALL_STATE(2920)] = 86519, - [SMALL_STATE(2921)] = 86537, - [SMALL_STATE(2922)] = 86557, - [SMALL_STATE(2923)] = 86575, - [SMALL_STATE(2924)] = 86595, - [SMALL_STATE(2925)] = 86613, - [SMALL_STATE(2926)] = 86633, - [SMALL_STATE(2927)] = 86651, - [SMALL_STATE(2928)] = 86671, - [SMALL_STATE(2929)] = 86691, - [SMALL_STATE(2930)] = 86711, - [SMALL_STATE(2931)] = 86729, - [SMALL_STATE(2932)] = 86747, - [SMALL_STATE(2933)] = 86767, - [SMALL_STATE(2934)] = 86787, - [SMALL_STATE(2935)] = 86807, - [SMALL_STATE(2936)] = 86825, - [SMALL_STATE(2937)] = 86845, - [SMALL_STATE(2938)] = 86865, - [SMALL_STATE(2939)] = 86885, - [SMALL_STATE(2940)] = 86905, - [SMALL_STATE(2941)] = 86923, - [SMALL_STATE(2942)] = 86943, - [SMALL_STATE(2943)] = 86963, - [SMALL_STATE(2944)] = 86983, - [SMALL_STATE(2945)] = 87003, - [SMALL_STATE(2946)] = 87023, - [SMALL_STATE(2947)] = 87043, - [SMALL_STATE(2948)] = 87061, - [SMALL_STATE(2949)] = 87081, - [SMALL_STATE(2950)] = 87101, - [SMALL_STATE(2951)] = 87121, - [SMALL_STATE(2952)] = 87141, - [SMALL_STATE(2953)] = 87157, - [SMALL_STATE(2954)] = 87177, - [SMALL_STATE(2955)] = 87197, - [SMALL_STATE(2956)] = 87217, - [SMALL_STATE(2957)] = 87237, - [SMALL_STATE(2958)] = 87255, - [SMALL_STATE(2959)] = 87273, - [SMALL_STATE(2960)] = 87291, - [SMALL_STATE(2961)] = 87311, - [SMALL_STATE(2962)] = 87331, - [SMALL_STATE(2963)] = 87351, - [SMALL_STATE(2964)] = 87371, - [SMALL_STATE(2965)] = 87391, - [SMALL_STATE(2966)] = 87411, - [SMALL_STATE(2967)] = 87427, - [SMALL_STATE(2968)] = 87443, - [SMALL_STATE(2969)] = 87459, - [SMALL_STATE(2970)] = 87475, - [SMALL_STATE(2971)] = 87493, - [SMALL_STATE(2972)] = 87513, - [SMALL_STATE(2973)] = 87531, - [SMALL_STATE(2974)] = 87551, - [SMALL_STATE(2975)] = 87567, - [SMALL_STATE(2976)] = 87587, - [SMALL_STATE(2977)] = 87607, - [SMALL_STATE(2978)] = 87627, - [SMALL_STATE(2979)] = 87647, - [SMALL_STATE(2980)] = 87667, - [SMALL_STATE(2981)] = 87687, - [SMALL_STATE(2982)] = 87707, - [SMALL_STATE(2983)] = 87727, - [SMALL_STATE(2984)] = 87747, - [SMALL_STATE(2985)] = 87765, - [SMALL_STATE(2986)] = 87781, - [SMALL_STATE(2987)] = 87797, - [SMALL_STATE(2988)] = 87817, - [SMALL_STATE(2989)] = 87837, - [SMALL_STATE(2990)] = 87857, - [SMALL_STATE(2991)] = 87877, - [SMALL_STATE(2992)] = 87897, - [SMALL_STATE(2993)] = 87917, - [SMALL_STATE(2994)] = 87933, - [SMALL_STATE(2995)] = 87953, - [SMALL_STATE(2996)] = 87969, - [SMALL_STATE(2997)] = 87985, - [SMALL_STATE(2998)] = 88005, - [SMALL_STATE(2999)] = 88021, - [SMALL_STATE(3000)] = 88037, - [SMALL_STATE(3001)] = 88053, - [SMALL_STATE(3002)] = 88073, - [SMALL_STATE(3003)] = 88093, - [SMALL_STATE(3004)] = 88109, - [SMALL_STATE(3005)] = 88129, - [SMALL_STATE(3006)] = 88147, - [SMALL_STATE(3007)] = 88163, - [SMALL_STATE(3008)] = 88183, - [SMALL_STATE(3009)] = 88203, - [SMALL_STATE(3010)] = 88223, - [SMALL_STATE(3011)] = 88241, - [SMALL_STATE(3012)] = 88261, - [SMALL_STATE(3013)] = 88281, - [SMALL_STATE(3014)] = 88301, - [SMALL_STATE(3015)] = 88321, - [SMALL_STATE(3016)] = 88337, - [SMALL_STATE(3017)] = 88357, - [SMALL_STATE(3018)] = 88373, - [SMALL_STATE(3019)] = 88391, - [SMALL_STATE(3020)] = 88407, - [SMALL_STATE(3021)] = 88427, - [SMALL_STATE(3022)] = 88443, - [SMALL_STATE(3023)] = 88463, - [SMALL_STATE(3024)] = 88479, - [SMALL_STATE(3025)] = 88495, - [SMALL_STATE(3026)] = 88515, - [SMALL_STATE(3027)] = 88535, - [SMALL_STATE(3028)] = 88555, - [SMALL_STATE(3029)] = 88571, - [SMALL_STATE(3030)] = 88591, - [SMALL_STATE(3031)] = 88607, - [SMALL_STATE(3032)] = 88627, - [SMALL_STATE(3033)] = 88647, - [SMALL_STATE(3034)] = 88667, - [SMALL_STATE(3035)] = 88687, - [SMALL_STATE(3036)] = 88705, - [SMALL_STATE(3037)] = 88725, - [SMALL_STATE(3038)] = 88745, - [SMALL_STATE(3039)] = 88763, - [SMALL_STATE(3040)] = 88783, - [SMALL_STATE(3041)] = 88799, - [SMALL_STATE(3042)] = 88819, - [SMALL_STATE(3043)] = 88835, - [SMALL_STATE(3044)] = 88855, - [SMALL_STATE(3045)] = 88871, - [SMALL_STATE(3046)] = 88887, - [SMALL_STATE(3047)] = 88903, - [SMALL_STATE(3048)] = 88919, - [SMALL_STATE(3049)] = 88935, - [SMALL_STATE(3050)] = 88955, - [SMALL_STATE(3051)] = 88975, - [SMALL_STATE(3052)] = 88991, - [SMALL_STATE(3053)] = 89011, - [SMALL_STATE(3054)] = 89031, - [SMALL_STATE(3055)] = 89049, - [SMALL_STATE(3056)] = 89069, - [SMALL_STATE(3057)] = 89087, - [SMALL_STATE(3058)] = 89107, - [SMALL_STATE(3059)] = 89127, - [SMALL_STATE(3060)] = 89143, - [SMALL_STATE(3061)] = 89163, - [SMALL_STATE(3062)] = 89183, - [SMALL_STATE(3063)] = 89203, - [SMALL_STATE(3064)] = 89223, - [SMALL_STATE(3065)] = 89243, - [SMALL_STATE(3066)] = 89263, - [SMALL_STATE(3067)] = 89283, - [SMALL_STATE(3068)] = 89299, - [SMALL_STATE(3069)] = 89319, - [SMALL_STATE(3070)] = 89339, - [SMALL_STATE(3071)] = 89359, - [SMALL_STATE(3072)] = 89375, - [SMALL_STATE(3073)] = 89395, - [SMALL_STATE(3074)] = 89415, - [SMALL_STATE(3075)] = 89435, - [SMALL_STATE(3076)] = 89455, - [SMALL_STATE(3077)] = 89475, - [SMALL_STATE(3078)] = 89495, - [SMALL_STATE(3079)] = 89515, - [SMALL_STATE(3080)] = 89535, - [SMALL_STATE(3081)] = 89555, - [SMALL_STATE(3082)] = 89575, - [SMALL_STATE(3083)] = 89591, - [SMALL_STATE(3084)] = 89611, - [SMALL_STATE(3085)] = 89628, - [SMALL_STATE(3086)] = 89645, - [SMALL_STATE(3087)] = 89662, - [SMALL_STATE(3088)] = 89677, - [SMALL_STATE(3089)] = 89694, - [SMALL_STATE(3090)] = 89711, - [SMALL_STATE(3091)] = 89728, - [SMALL_STATE(3092)] = 89743, - [SMALL_STATE(3093)] = 89760, - [SMALL_STATE(3094)] = 89775, - [SMALL_STATE(3095)] = 89792, - [SMALL_STATE(3096)] = 89809, - [SMALL_STATE(3097)] = 89824, - [SMALL_STATE(3098)] = 89841, - [SMALL_STATE(3099)] = 89856, - [SMALL_STATE(3100)] = 89873, - [SMALL_STATE(3101)] = 89888, - [SMALL_STATE(3102)] = 89905, - [SMALL_STATE(3103)] = 89922, - [SMALL_STATE(3104)] = 89939, - [SMALL_STATE(3105)] = 89956, - [SMALL_STATE(3106)] = 89973, - [SMALL_STATE(3107)] = 89990, - [SMALL_STATE(3108)] = 90007, - [SMALL_STATE(3109)] = 90024, - [SMALL_STATE(3110)] = 90041, - [SMALL_STATE(3111)] = 90056, - [SMALL_STATE(3112)] = 90073, - [SMALL_STATE(3113)] = 90090, - [SMALL_STATE(3114)] = 90107, - [SMALL_STATE(3115)] = 90124, - [SMALL_STATE(3116)] = 90141, - [SMALL_STATE(3117)] = 90158, - [SMALL_STATE(3118)] = 90175, - [SMALL_STATE(3119)] = 90192, - [SMALL_STATE(3120)] = 90207, - [SMALL_STATE(3121)] = 90224, - [SMALL_STATE(3122)] = 90241, - [SMALL_STATE(3123)] = 90258, - [SMALL_STATE(3124)] = 90275, - [SMALL_STATE(3125)] = 90290, - [SMALL_STATE(3126)] = 90305, - [SMALL_STATE(3127)] = 90320, - [SMALL_STATE(3128)] = 90335, - [SMALL_STATE(3129)] = 90352, - [SMALL_STATE(3130)] = 90369, - [SMALL_STATE(3131)] = 90384, - [SMALL_STATE(3132)] = 90401, - [SMALL_STATE(3133)] = 90418, - [SMALL_STATE(3134)] = 90435, - [SMALL_STATE(3135)] = 90452, - [SMALL_STATE(3136)] = 90469, - [SMALL_STATE(3137)] = 90484, - [SMALL_STATE(3138)] = 90499, - [SMALL_STATE(3139)] = 90516, - [SMALL_STATE(3140)] = 90533, - [SMALL_STATE(3141)] = 90550, - [SMALL_STATE(3142)] = 90567, - [SMALL_STATE(3143)] = 90584, - [SMALL_STATE(3144)] = 90599, - [SMALL_STATE(3145)] = 90616, - [SMALL_STATE(3146)] = 90631, - [SMALL_STATE(3147)] = 90648, - [SMALL_STATE(3148)] = 90663, - [SMALL_STATE(3149)] = 90680, - [SMALL_STATE(3150)] = 90697, - [SMALL_STATE(3151)] = 90714, - [SMALL_STATE(3152)] = 90729, - [SMALL_STATE(3153)] = 90744, - [SMALL_STATE(3154)] = 90759, - [SMALL_STATE(3155)] = 90776, - [SMALL_STATE(3156)] = 90793, - [SMALL_STATE(3157)] = 90810, - [SMALL_STATE(3158)] = 90825, - [SMALL_STATE(3159)] = 90840, - [SMALL_STATE(3160)] = 90857, - [SMALL_STATE(3161)] = 90874, - [SMALL_STATE(3162)] = 90891, - [SMALL_STATE(3163)] = 90908, - [SMALL_STATE(3164)] = 90925, - [SMALL_STATE(3165)] = 90940, - [SMALL_STATE(3166)] = 90957, - [SMALL_STATE(3167)] = 90974, - [SMALL_STATE(3168)] = 90991, - [SMALL_STATE(3169)] = 91008, - [SMALL_STATE(3170)] = 91025, - [SMALL_STATE(3171)] = 91042, - [SMALL_STATE(3172)] = 91057, - [SMALL_STATE(3173)] = 91072, - [SMALL_STATE(3174)] = 91089, - [SMALL_STATE(3175)] = 91106, - [SMALL_STATE(3176)] = 91123, - [SMALL_STATE(3177)] = 91140, - [SMALL_STATE(3178)] = 91155, - [SMALL_STATE(3179)] = 91172, - [SMALL_STATE(3180)] = 91189, - [SMALL_STATE(3181)] = 91206, - [SMALL_STATE(3182)] = 91223, - [SMALL_STATE(3183)] = 91240, - [SMALL_STATE(3184)] = 91257, - [SMALL_STATE(3185)] = 91274, - [SMALL_STATE(3186)] = 91289, - [SMALL_STATE(3187)] = 91306, - [SMALL_STATE(3188)] = 91323, - [SMALL_STATE(3189)] = 91340, - [SMALL_STATE(3190)] = 91357, - [SMALL_STATE(3191)] = 91374, - [SMALL_STATE(3192)] = 91391, - [SMALL_STATE(3193)] = 91408, - [SMALL_STATE(3194)] = 91425, - [SMALL_STATE(3195)] = 91442, - [SMALL_STATE(3196)] = 91457, - [SMALL_STATE(3197)] = 91474, - [SMALL_STATE(3198)] = 91491, - [SMALL_STATE(3199)] = 91506, - [SMALL_STATE(3200)] = 91523, - [SMALL_STATE(3201)] = 91540, - [SMALL_STATE(3202)] = 91557, - [SMALL_STATE(3203)] = 91574, - [SMALL_STATE(3204)] = 91589, - [SMALL_STATE(3205)] = 91606, - [SMALL_STATE(3206)] = 91623, - [SMALL_STATE(3207)] = 91640, - [SMALL_STATE(3208)] = 91657, - [SMALL_STATE(3209)] = 91674, - [SMALL_STATE(3210)] = 91691, - [SMALL_STATE(3211)] = 91708, - [SMALL_STATE(3212)] = 91725, - [SMALL_STATE(3213)] = 91742, - [SMALL_STATE(3214)] = 91759, - [SMALL_STATE(3215)] = 91776, - [SMALL_STATE(3216)] = 91791, - [SMALL_STATE(3217)] = 91808, - [SMALL_STATE(3218)] = 91825, - [SMALL_STATE(3219)] = 91842, - [SMALL_STATE(3220)] = 91859, - [SMALL_STATE(3221)] = 91876, - [SMALL_STATE(3222)] = 91893, - [SMALL_STATE(3223)] = 91910, - [SMALL_STATE(3224)] = 91927, - [SMALL_STATE(3225)] = 91944, - [SMALL_STATE(3226)] = 91961, - [SMALL_STATE(3227)] = 91978, - [SMALL_STATE(3228)] = 91995, - [SMALL_STATE(3229)] = 92012, - [SMALL_STATE(3230)] = 92029, - [SMALL_STATE(3231)] = 92046, - [SMALL_STATE(3232)] = 92063, - [SMALL_STATE(3233)] = 92080, - [SMALL_STATE(3234)] = 92097, - [SMALL_STATE(3235)] = 92112, - [SMALL_STATE(3236)] = 92129, - [SMALL_STATE(3237)] = 92146, - [SMALL_STATE(3238)] = 92163, - [SMALL_STATE(3239)] = 92180, - [SMALL_STATE(3240)] = 92197, - [SMALL_STATE(3241)] = 92214, - [SMALL_STATE(3242)] = 92231, - [SMALL_STATE(3243)] = 92248, - [SMALL_STATE(3244)] = 92265, - [SMALL_STATE(3245)] = 92282, - [SMALL_STATE(3246)] = 92297, - [SMALL_STATE(3247)] = 92314, - [SMALL_STATE(3248)] = 92329, - [SMALL_STATE(3249)] = 92346, - [SMALL_STATE(3250)] = 92361, - [SMALL_STATE(3251)] = 92378, - [SMALL_STATE(3252)] = 92393, - [SMALL_STATE(3253)] = 92408, - [SMALL_STATE(3254)] = 92425, - [SMALL_STATE(3255)] = 92442, - [SMALL_STATE(3256)] = 92459, - [SMALL_STATE(3257)] = 92476, - [SMALL_STATE(3258)] = 92493, - [SMALL_STATE(3259)] = 92510, - [SMALL_STATE(3260)] = 92527, - [SMALL_STATE(3261)] = 92544, - [SMALL_STATE(3262)] = 92561, - [SMALL_STATE(3263)] = 92578, - [SMALL_STATE(3264)] = 92595, - [SMALL_STATE(3265)] = 92612, - [SMALL_STATE(3266)] = 92629, - [SMALL_STATE(3267)] = 92646, - [SMALL_STATE(3268)] = 92663, - [SMALL_STATE(3269)] = 92680, - [SMALL_STATE(3270)] = 92697, - [SMALL_STATE(3271)] = 92714, - [SMALL_STATE(3272)] = 92731, - [SMALL_STATE(3273)] = 92748, - [SMALL_STATE(3274)] = 92765, - [SMALL_STATE(3275)] = 92780, - [SMALL_STATE(3276)] = 92795, - [SMALL_STATE(3277)] = 92812, - [SMALL_STATE(3278)] = 92829, - [SMALL_STATE(3279)] = 92844, - [SMALL_STATE(3280)] = 92861, - [SMALL_STATE(3281)] = 92878, - [SMALL_STATE(3282)] = 92895, - [SMALL_STATE(3283)] = 92912, - [SMALL_STATE(3284)] = 92929, - [SMALL_STATE(3285)] = 92946, - [SMALL_STATE(3286)] = 92961, - [SMALL_STATE(3287)] = 92978, - [SMALL_STATE(3288)] = 92995, - [SMALL_STATE(3289)] = 93012, - [SMALL_STATE(3290)] = 93029, - [SMALL_STATE(3291)] = 93046, - [SMALL_STATE(3292)] = 93063, - [SMALL_STATE(3293)] = 93080, - [SMALL_STATE(3294)] = 93097, - [SMALL_STATE(3295)] = 93114, - [SMALL_STATE(3296)] = 93129, - [SMALL_STATE(3297)] = 93144, - [SMALL_STATE(3298)] = 93161, - [SMALL_STATE(3299)] = 93178, - [SMALL_STATE(3300)] = 93195, - [SMALL_STATE(3301)] = 93212, - [SMALL_STATE(3302)] = 93227, - [SMALL_STATE(3303)] = 93244, - [SMALL_STATE(3304)] = 93261, - [SMALL_STATE(3305)] = 93278, - [SMALL_STATE(3306)] = 93293, - [SMALL_STATE(3307)] = 93310, - [SMALL_STATE(3308)] = 93327, - [SMALL_STATE(3309)] = 93344, - [SMALL_STATE(3310)] = 93361, - [SMALL_STATE(3311)] = 93378, - [SMALL_STATE(3312)] = 93395, - [SMALL_STATE(3313)] = 93410, - [SMALL_STATE(3314)] = 93427, - [SMALL_STATE(3315)] = 93444, - [SMALL_STATE(3316)] = 93461, - [SMALL_STATE(3317)] = 93478, - [SMALL_STATE(3318)] = 93493, - [SMALL_STATE(3319)] = 93510, - [SMALL_STATE(3320)] = 93527, - [SMALL_STATE(3321)] = 93544, - [SMALL_STATE(3322)] = 93561, - [SMALL_STATE(3323)] = 93578, - [SMALL_STATE(3324)] = 93595, - [SMALL_STATE(3325)] = 93612, - [SMALL_STATE(3326)] = 93629, - [SMALL_STATE(3327)] = 93646, - [SMALL_STATE(3328)] = 93663, - [SMALL_STATE(3329)] = 93680, - [SMALL_STATE(3330)] = 93695, - [SMALL_STATE(3331)] = 93712, - [SMALL_STATE(3332)] = 93729, - [SMALL_STATE(3333)] = 93746, - [SMALL_STATE(3334)] = 93763, - [SMALL_STATE(3335)] = 93780, - [SMALL_STATE(3336)] = 93797, - [SMALL_STATE(3337)] = 93814, - [SMALL_STATE(3338)] = 93829, - [SMALL_STATE(3339)] = 93846, - [SMALL_STATE(3340)] = 93863, - [SMALL_STATE(3341)] = 93878, - [SMALL_STATE(3342)] = 93893, - [SMALL_STATE(3343)] = 93910, - [SMALL_STATE(3344)] = 93925, - [SMALL_STATE(3345)] = 93940, - [SMALL_STATE(3346)] = 93957, - [SMALL_STATE(3347)] = 93972, - [SMALL_STATE(3348)] = 93989, - [SMALL_STATE(3349)] = 94006, - [SMALL_STATE(3350)] = 94023, - [SMALL_STATE(3351)] = 94040, - [SMALL_STATE(3352)] = 94057, - [SMALL_STATE(3353)] = 94074, - [SMALL_STATE(3354)] = 94091, - [SMALL_STATE(3355)] = 94108, - [SMALL_STATE(3356)] = 94125, - [SMALL_STATE(3357)] = 94142, - [SMALL_STATE(3358)] = 94159, - [SMALL_STATE(3359)] = 94176, - [SMALL_STATE(3360)] = 94193, - [SMALL_STATE(3361)] = 94210, - [SMALL_STATE(3362)] = 94227, - [SMALL_STATE(3363)] = 94244, - [SMALL_STATE(3364)] = 94261, - [SMALL_STATE(3365)] = 94278, - [SMALL_STATE(3366)] = 94295, - [SMALL_STATE(3367)] = 94310, - [SMALL_STATE(3368)] = 94327, - [SMALL_STATE(3369)] = 94344, - [SMALL_STATE(3370)] = 94361, - [SMALL_STATE(3371)] = 94375, - [SMALL_STATE(3372)] = 94389, - [SMALL_STATE(3373)] = 94403, - [SMALL_STATE(3374)] = 94417, - [SMALL_STATE(3375)] = 94431, - [SMALL_STATE(3376)] = 94445, - [SMALL_STATE(3377)] = 94459, - [SMALL_STATE(3378)] = 94473, - [SMALL_STATE(3379)] = 94487, - [SMALL_STATE(3380)] = 94501, - [SMALL_STATE(3381)] = 94515, - [SMALL_STATE(3382)] = 94529, - [SMALL_STATE(3383)] = 94543, - [SMALL_STATE(3384)] = 94557, - [SMALL_STATE(3385)] = 94571, - [SMALL_STATE(3386)] = 94585, - [SMALL_STATE(3387)] = 94599, - [SMALL_STATE(3388)] = 94613, - [SMALL_STATE(3389)] = 94627, - [SMALL_STATE(3390)] = 94641, - [SMALL_STATE(3391)] = 94655, - [SMALL_STATE(3392)] = 94669, - [SMALL_STATE(3393)] = 94683, - [SMALL_STATE(3394)] = 94697, - [SMALL_STATE(3395)] = 94711, - [SMALL_STATE(3396)] = 94725, - [SMALL_STATE(3397)] = 94739, - [SMALL_STATE(3398)] = 94753, - [SMALL_STATE(3399)] = 94767, - [SMALL_STATE(3400)] = 94781, - [SMALL_STATE(3401)] = 94795, - [SMALL_STATE(3402)] = 94809, - [SMALL_STATE(3403)] = 94823, - [SMALL_STATE(3404)] = 94837, - [SMALL_STATE(3405)] = 94851, - [SMALL_STATE(3406)] = 94865, - [SMALL_STATE(3407)] = 94879, - [SMALL_STATE(3408)] = 94893, - [SMALL_STATE(3409)] = 94907, - [SMALL_STATE(3410)] = 94921, - [SMALL_STATE(3411)] = 94935, - [SMALL_STATE(3412)] = 94949, - [SMALL_STATE(3413)] = 94963, - [SMALL_STATE(3414)] = 94977, - [SMALL_STATE(3415)] = 94991, - [SMALL_STATE(3416)] = 95005, - [SMALL_STATE(3417)] = 95019, - [SMALL_STATE(3418)] = 95033, - [SMALL_STATE(3419)] = 95047, - [SMALL_STATE(3420)] = 95061, - [SMALL_STATE(3421)] = 95075, - [SMALL_STATE(3422)] = 95089, - [SMALL_STATE(3423)] = 95103, - [SMALL_STATE(3424)] = 95117, - [SMALL_STATE(3425)] = 95131, - [SMALL_STATE(3426)] = 95145, - [SMALL_STATE(3427)] = 95159, - [SMALL_STATE(3428)] = 95173, - [SMALL_STATE(3429)] = 95187, - [SMALL_STATE(3430)] = 95201, - [SMALL_STATE(3431)] = 95215, - [SMALL_STATE(3432)] = 95229, - [SMALL_STATE(3433)] = 95243, - [SMALL_STATE(3434)] = 95257, - [SMALL_STATE(3435)] = 95271, - [SMALL_STATE(3436)] = 95285, - [SMALL_STATE(3437)] = 95299, - [SMALL_STATE(3438)] = 95313, - [SMALL_STATE(3439)] = 95327, - [SMALL_STATE(3440)] = 95341, - [SMALL_STATE(3441)] = 95355, - [SMALL_STATE(3442)] = 95369, - [SMALL_STATE(3443)] = 95383, - [SMALL_STATE(3444)] = 95397, - [SMALL_STATE(3445)] = 95411, - [SMALL_STATE(3446)] = 95425, - [SMALL_STATE(3447)] = 95439, - [SMALL_STATE(3448)] = 95453, - [SMALL_STATE(3449)] = 95467, - [SMALL_STATE(3450)] = 95481, - [SMALL_STATE(3451)] = 95495, - [SMALL_STATE(3452)] = 95509, - [SMALL_STATE(3453)] = 95523, - [SMALL_STATE(3454)] = 95537, - [SMALL_STATE(3455)] = 95551, - [SMALL_STATE(3456)] = 95565, - [SMALL_STATE(3457)] = 95579, - [SMALL_STATE(3458)] = 95593, - [SMALL_STATE(3459)] = 95607, - [SMALL_STATE(3460)] = 95621, - [SMALL_STATE(3461)] = 95635, - [SMALL_STATE(3462)] = 95649, - [SMALL_STATE(3463)] = 95663, - [SMALL_STATE(3464)] = 95677, - [SMALL_STATE(3465)] = 95691, - [SMALL_STATE(3466)] = 95705, - [SMALL_STATE(3467)] = 95719, - [SMALL_STATE(3468)] = 95733, - [SMALL_STATE(3469)] = 95747, - [SMALL_STATE(3470)] = 95761, - [SMALL_STATE(3471)] = 95775, - [SMALL_STATE(3472)] = 95789, - [SMALL_STATE(3473)] = 95803, - [SMALL_STATE(3474)] = 95817, - [SMALL_STATE(3475)] = 95831, - [SMALL_STATE(3476)] = 95845, - [SMALL_STATE(3477)] = 95859, - [SMALL_STATE(3478)] = 95873, - [SMALL_STATE(3479)] = 95887, - [SMALL_STATE(3480)] = 95901, - [SMALL_STATE(3481)] = 95915, - [SMALL_STATE(3482)] = 95929, - [SMALL_STATE(3483)] = 95943, - [SMALL_STATE(3484)] = 95957, - [SMALL_STATE(3485)] = 95971, - [SMALL_STATE(3486)] = 95985, - [SMALL_STATE(3487)] = 95999, - [SMALL_STATE(3488)] = 96013, - [SMALL_STATE(3489)] = 96027, - [SMALL_STATE(3490)] = 96041, - [SMALL_STATE(3491)] = 96055, - [SMALL_STATE(3492)] = 96069, - [SMALL_STATE(3493)] = 96083, - [SMALL_STATE(3494)] = 96097, - [SMALL_STATE(3495)] = 96111, - [SMALL_STATE(3496)] = 96125, - [SMALL_STATE(3497)] = 96139, - [SMALL_STATE(3498)] = 96153, - [SMALL_STATE(3499)] = 96167, - [SMALL_STATE(3500)] = 96181, - [SMALL_STATE(3501)] = 96195, - [SMALL_STATE(3502)] = 96209, - [SMALL_STATE(3503)] = 96223, - [SMALL_STATE(3504)] = 96237, - [SMALL_STATE(3505)] = 96251, - [SMALL_STATE(3506)] = 96265, - [SMALL_STATE(3507)] = 96279, - [SMALL_STATE(3508)] = 96293, - [SMALL_STATE(3509)] = 96307, - [SMALL_STATE(3510)] = 96321, - [SMALL_STATE(3511)] = 96335, - [SMALL_STATE(3512)] = 96349, - [SMALL_STATE(3513)] = 96363, - [SMALL_STATE(3514)] = 96377, - [SMALL_STATE(3515)] = 96391, - [SMALL_STATE(3516)] = 96405, - [SMALL_STATE(3517)] = 96419, - [SMALL_STATE(3518)] = 96433, - [SMALL_STATE(3519)] = 96447, - [SMALL_STATE(3520)] = 96461, - [SMALL_STATE(3521)] = 96475, - [SMALL_STATE(3522)] = 96489, - [SMALL_STATE(3523)] = 96503, - [SMALL_STATE(3524)] = 96517, - [SMALL_STATE(3525)] = 96531, - [SMALL_STATE(3526)] = 96545, - [SMALL_STATE(3527)] = 96559, - [SMALL_STATE(3528)] = 96573, - [SMALL_STATE(3529)] = 96587, - [SMALL_STATE(3530)] = 96601, - [SMALL_STATE(3531)] = 96615, - [SMALL_STATE(3532)] = 96629, - [SMALL_STATE(3533)] = 96643, - [SMALL_STATE(3534)] = 96657, - [SMALL_STATE(3535)] = 96671, - [SMALL_STATE(3536)] = 96685, - [SMALL_STATE(3537)] = 96699, - [SMALL_STATE(3538)] = 96713, - [SMALL_STATE(3539)] = 96727, - [SMALL_STATE(3540)] = 96741, - [SMALL_STATE(3541)] = 96755, - [SMALL_STATE(3542)] = 96769, - [SMALL_STATE(3543)] = 96783, - [SMALL_STATE(3544)] = 96797, - [SMALL_STATE(3545)] = 96811, - [SMALL_STATE(3546)] = 96825, - [SMALL_STATE(3547)] = 96839, - [SMALL_STATE(3548)] = 96853, - [SMALL_STATE(3549)] = 96867, - [SMALL_STATE(3550)] = 96881, - [SMALL_STATE(3551)] = 96895, - [SMALL_STATE(3552)] = 96909, - [SMALL_STATE(3553)] = 96923, - [SMALL_STATE(3554)] = 96937, - [SMALL_STATE(3555)] = 96951, - [SMALL_STATE(3556)] = 96965, - [SMALL_STATE(3557)] = 96979, - [SMALL_STATE(3558)] = 96993, - [SMALL_STATE(3559)] = 97007, - [SMALL_STATE(3560)] = 97021, - [SMALL_STATE(3561)] = 97035, - [SMALL_STATE(3562)] = 97049, - [SMALL_STATE(3563)] = 97063, - [SMALL_STATE(3564)] = 97077, - [SMALL_STATE(3565)] = 97091, - [SMALL_STATE(3566)] = 97105, - [SMALL_STATE(3567)] = 97119, - [SMALL_STATE(3568)] = 97133, - [SMALL_STATE(3569)] = 97147, - [SMALL_STATE(3570)] = 97161, - [SMALL_STATE(3571)] = 97175, - [SMALL_STATE(3572)] = 97189, - [SMALL_STATE(3573)] = 97203, - [SMALL_STATE(3574)] = 97217, - [SMALL_STATE(3575)] = 97231, - [SMALL_STATE(3576)] = 97245, - [SMALL_STATE(3577)] = 97259, - [SMALL_STATE(3578)] = 97273, - [SMALL_STATE(3579)] = 97287, - [SMALL_STATE(3580)] = 97301, - [SMALL_STATE(3581)] = 97315, - [SMALL_STATE(3582)] = 97329, - [SMALL_STATE(3583)] = 97343, - [SMALL_STATE(3584)] = 97357, - [SMALL_STATE(3585)] = 97371, - [SMALL_STATE(3586)] = 97385, - [SMALL_STATE(3587)] = 97399, - [SMALL_STATE(3588)] = 97413, - [SMALL_STATE(3589)] = 97427, - [SMALL_STATE(3590)] = 97441, - [SMALL_STATE(3591)] = 97455, - [SMALL_STATE(3592)] = 97469, - [SMALL_STATE(3593)] = 97483, - [SMALL_STATE(3594)] = 97497, - [SMALL_STATE(3595)] = 97511, - [SMALL_STATE(3596)] = 97525, - [SMALL_STATE(3597)] = 97539, - [SMALL_STATE(3598)] = 97553, - [SMALL_STATE(3599)] = 97567, - [SMALL_STATE(3600)] = 97581, - [SMALL_STATE(3601)] = 97595, - [SMALL_STATE(3602)] = 97609, - [SMALL_STATE(3603)] = 97623, - [SMALL_STATE(3604)] = 97637, - [SMALL_STATE(3605)] = 97651, - [SMALL_STATE(3606)] = 97665, - [SMALL_STATE(3607)] = 97679, - [SMALL_STATE(3608)] = 97693, - [SMALL_STATE(3609)] = 97707, - [SMALL_STATE(3610)] = 97721, - [SMALL_STATE(3611)] = 97735, - [SMALL_STATE(3612)] = 97749, - [SMALL_STATE(3613)] = 97763, - [SMALL_STATE(3614)] = 97777, - [SMALL_STATE(3615)] = 97791, - [SMALL_STATE(3616)] = 97805, - [SMALL_STATE(3617)] = 97819, - [SMALL_STATE(3618)] = 97833, - [SMALL_STATE(3619)] = 97847, - [SMALL_STATE(3620)] = 97861, - [SMALL_STATE(3621)] = 97875, - [SMALL_STATE(3622)] = 97889, - [SMALL_STATE(3623)] = 97903, - [SMALL_STATE(3624)] = 97917, - [SMALL_STATE(3625)] = 97931, - [SMALL_STATE(3626)] = 97945, - [SMALL_STATE(3627)] = 97959, - [SMALL_STATE(3628)] = 97973, - [SMALL_STATE(3629)] = 97987, - [SMALL_STATE(3630)] = 98001, - [SMALL_STATE(3631)] = 98015, - [SMALL_STATE(3632)] = 98029, - [SMALL_STATE(3633)] = 98043, - [SMALL_STATE(3634)] = 98057, - [SMALL_STATE(3635)] = 98071, - [SMALL_STATE(3636)] = 98085, - [SMALL_STATE(3637)] = 98099, - [SMALL_STATE(3638)] = 98113, - [SMALL_STATE(3639)] = 98127, - [SMALL_STATE(3640)] = 98141, - [SMALL_STATE(3641)] = 98155, - [SMALL_STATE(3642)] = 98169, - [SMALL_STATE(3643)] = 98183, - [SMALL_STATE(3644)] = 98197, - [SMALL_STATE(3645)] = 98211, - [SMALL_STATE(3646)] = 98225, - [SMALL_STATE(3647)] = 98239, - [SMALL_STATE(3648)] = 98253, - [SMALL_STATE(3649)] = 98267, - [SMALL_STATE(3650)] = 98281, - [SMALL_STATE(3651)] = 98295, - [SMALL_STATE(3652)] = 98309, - [SMALL_STATE(3653)] = 98323, - [SMALL_STATE(3654)] = 98337, - [SMALL_STATE(3655)] = 98351, - [SMALL_STATE(3656)] = 98365, - [SMALL_STATE(3657)] = 98379, - [SMALL_STATE(3658)] = 98393, - [SMALL_STATE(3659)] = 98407, - [SMALL_STATE(3660)] = 98421, - [SMALL_STATE(3661)] = 98435, - [SMALL_STATE(3662)] = 98449, - [SMALL_STATE(3663)] = 98463, - [SMALL_STATE(3664)] = 98477, - [SMALL_STATE(3665)] = 98491, - [SMALL_STATE(3666)] = 98505, - [SMALL_STATE(3667)] = 98519, - [SMALL_STATE(3668)] = 98533, - [SMALL_STATE(3669)] = 98547, - [SMALL_STATE(3670)] = 98561, - [SMALL_STATE(3671)] = 98575, - [SMALL_STATE(3672)] = 98589, - [SMALL_STATE(3673)] = 98603, - [SMALL_STATE(3674)] = 98617, - [SMALL_STATE(3675)] = 98631, - [SMALL_STATE(3676)] = 98645, - [SMALL_STATE(3677)] = 98659, - [SMALL_STATE(3678)] = 98673, - [SMALL_STATE(3679)] = 98687, - [SMALL_STATE(3680)] = 98691, - [SMALL_STATE(3681)] = 98695, - [SMALL_STATE(3682)] = 98699, - [SMALL_STATE(3683)] = 98703, - [SMALL_STATE(3684)] = 98707, - [SMALL_STATE(3685)] = 98711, + [SMALL_STATE(1020)] = 147, + [SMALL_STATE(1021)] = 217, + [SMALL_STATE(1022)] = 317, + [SMALL_STATE(1023)] = 417, + [SMALL_STATE(1024)] = 517, + [SMALL_STATE(1025)] = 594, + [SMALL_STATE(1026)] = 673, + [SMALL_STATE(1027)] = 737, + [SMALL_STATE(1028)] = 801, + [SMALL_STATE(1029)] = 865, + [SMALL_STATE(1030)] = 929, + [SMALL_STATE(1031)] = 993, + [SMALL_STATE(1032)] = 1057, + [SMALL_STATE(1033)] = 1121, + [SMALL_STATE(1034)] = 1195, + [SMALL_STATE(1035)] = 1269, + [SMALL_STATE(1036)] = 1343, + [SMALL_STATE(1037)] = 1407, + [SMALL_STATE(1038)] = 1475, + [SMALL_STATE(1039)] = 1539, + [SMALL_STATE(1040)] = 1610, + [SMALL_STATE(1041)] = 1673, + [SMALL_STATE(1042)] = 1740, + [SMALL_STATE(1043)] = 1803, + [SMALL_STATE(1044)] = 1874, + [SMALL_STATE(1045)] = 1941, + [SMALL_STATE(1046)] = 2008, + [SMALL_STATE(1047)] = 2079, + [SMALL_STATE(1048)] = 2146, + [SMALL_STATE(1049)] = 2209, + [SMALL_STATE(1050)] = 2272, + [SMALL_STATE(1051)] = 2343, + [SMALL_STATE(1052)] = 2406, + [SMALL_STATE(1053)] = 2468, + [SMALL_STATE(1054)] = 2568, + [SMALL_STATE(1055)] = 2674, + [SMALL_STATE(1056)] = 2744, + [SMALL_STATE(1057)] = 2812, + [SMALL_STATE(1058)] = 2876, + [SMALL_STATE(1059)] = 2982, + [SMALL_STATE(1060)] = 3048, + [SMALL_STATE(1061)] = 3110, + [SMALL_STATE(1062)] = 3216, + [SMALL_STATE(1063)] = 3322, + [SMALL_STATE(1064)] = 3386, + [SMALL_STATE(1065)] = 3448, + [SMALL_STATE(1066)] = 3554, + [SMALL_STATE(1067)] = 3660, + [SMALL_STATE(1068)] = 3760, + [SMALL_STATE(1069)] = 3822, + [SMALL_STATE(1070)] = 3883, + [SMALL_STATE(1071)] = 3944, + [SMALL_STATE(1072)] = 4005, + [SMALL_STATE(1073)] = 4066, + [SMALL_STATE(1074)] = 4127, + [SMALL_STATE(1075)] = 4188, + [SMALL_STATE(1076)] = 4249, + [SMALL_STATE(1077)] = 4310, + [SMALL_STATE(1078)] = 4371, + [SMALL_STATE(1079)] = 4432, + [SMALL_STATE(1080)] = 4493, + [SMALL_STATE(1081)] = 4554, + [SMALL_STATE(1082)] = 4615, + [SMALL_STATE(1083)] = 4676, + [SMALL_STATE(1084)] = 4737, + [SMALL_STATE(1085)] = 4800, + [SMALL_STATE(1086)] = 4861, + [SMALL_STATE(1087)] = 4924, + [SMALL_STATE(1088)] = 4985, + [SMALL_STATE(1089)] = 5046, + [SMALL_STATE(1090)] = 5107, + [SMALL_STATE(1091)] = 5168, + [SMALL_STATE(1092)] = 5229, + [SMALL_STATE(1093)] = 5290, + [SMALL_STATE(1094)] = 5351, + [SMALL_STATE(1095)] = 5412, + [SMALL_STATE(1096)] = 5473, + [SMALL_STATE(1097)] = 5534, + [SMALL_STATE(1098)] = 5595, + [SMALL_STATE(1099)] = 5656, + [SMALL_STATE(1100)] = 5717, + [SMALL_STATE(1101)] = 5778, + [SMALL_STATE(1102)] = 5839, + [SMALL_STATE(1103)] = 5900, + [SMALL_STATE(1104)] = 5961, + [SMALL_STATE(1105)] = 6022, + [SMALL_STATE(1106)] = 6083, + [SMALL_STATE(1107)] = 6144, + [SMALL_STATE(1108)] = 6205, + [SMALL_STATE(1109)] = 6266, + [SMALL_STATE(1110)] = 6327, + [SMALL_STATE(1111)] = 6388, + [SMALL_STATE(1112)] = 6449, + [SMALL_STATE(1113)] = 6510, + [SMALL_STATE(1114)] = 6571, + [SMALL_STATE(1115)] = 6632, + [SMALL_STATE(1116)] = 6693, + [SMALL_STATE(1117)] = 6754, + [SMALL_STATE(1118)] = 6815, + [SMALL_STATE(1119)] = 6876, + [SMALL_STATE(1120)] = 6937, + [SMALL_STATE(1121)] = 6998, + [SMALL_STATE(1122)] = 7059, + [SMALL_STATE(1123)] = 7120, + [SMALL_STATE(1124)] = 7181, + [SMALL_STATE(1125)] = 7242, + [SMALL_STATE(1126)] = 7303, + [SMALL_STATE(1127)] = 7364, + [SMALL_STATE(1128)] = 7425, + [SMALL_STATE(1129)] = 7486, + [SMALL_STATE(1130)] = 7547, + [SMALL_STATE(1131)] = 7608, + [SMALL_STATE(1132)] = 7669, + [SMALL_STATE(1133)] = 7730, + [SMALL_STATE(1134)] = 7791, + [SMALL_STATE(1135)] = 7852, + [SMALL_STATE(1136)] = 7913, + [SMALL_STATE(1137)] = 7974, + [SMALL_STATE(1138)] = 8035, + [SMALL_STATE(1139)] = 8096, + [SMALL_STATE(1140)] = 8157, + [SMALL_STATE(1141)] = 8218, + [SMALL_STATE(1142)] = 8279, + [SMALL_STATE(1143)] = 8340, + [SMALL_STATE(1144)] = 8401, + [SMALL_STATE(1145)] = 8462, + [SMALL_STATE(1146)] = 8523, + [SMALL_STATE(1147)] = 8584, + [SMALL_STATE(1148)] = 8645, + [SMALL_STATE(1149)] = 8706, + [SMALL_STATE(1150)] = 8767, + [SMALL_STATE(1151)] = 8828, + [SMALL_STATE(1152)] = 8889, + [SMALL_STATE(1153)] = 8950, + [SMALL_STATE(1154)] = 9011, + [SMALL_STATE(1155)] = 9072, + [SMALL_STATE(1156)] = 9133, + [SMALL_STATE(1157)] = 9194, + [SMALL_STATE(1158)] = 9255, + [SMALL_STATE(1159)] = 9316, + [SMALL_STATE(1160)] = 9377, + [SMALL_STATE(1161)] = 9438, + [SMALL_STATE(1162)] = 9499, + [SMALL_STATE(1163)] = 9560, + [SMALL_STATE(1164)] = 9621, + [SMALL_STATE(1165)] = 9682, + [SMALL_STATE(1166)] = 9743, + [SMALL_STATE(1167)] = 9804, + [SMALL_STATE(1168)] = 9865, + [SMALL_STATE(1169)] = 9926, + [SMALL_STATE(1170)] = 9987, + [SMALL_STATE(1171)] = 10048, + [SMALL_STATE(1172)] = 10109, + [SMALL_STATE(1173)] = 10170, + [SMALL_STATE(1174)] = 10231, + [SMALL_STATE(1175)] = 10292, + [SMALL_STATE(1176)] = 10353, + [SMALL_STATE(1177)] = 10414, + [SMALL_STATE(1178)] = 10475, + [SMALL_STATE(1179)] = 10536, + [SMALL_STATE(1180)] = 10597, + [SMALL_STATE(1181)] = 10658, + [SMALL_STATE(1182)] = 10719, + [SMALL_STATE(1183)] = 10780, + [SMALL_STATE(1184)] = 10841, + [SMALL_STATE(1185)] = 10902, + [SMALL_STATE(1186)] = 10963, + [SMALL_STATE(1187)] = 11024, + [SMALL_STATE(1188)] = 11085, + [SMALL_STATE(1189)] = 11146, + [SMALL_STATE(1190)] = 11207, + [SMALL_STATE(1191)] = 11268, + [SMALL_STATE(1192)] = 11329, + [SMALL_STATE(1193)] = 11390, + [SMALL_STATE(1194)] = 11451, + [SMALL_STATE(1195)] = 11512, + [SMALL_STATE(1196)] = 11573, + [SMALL_STATE(1197)] = 11634, + [SMALL_STATE(1198)] = 11695, + [SMALL_STATE(1199)] = 11756, + [SMALL_STATE(1200)] = 11817, + [SMALL_STATE(1201)] = 11878, + [SMALL_STATE(1202)] = 11939, + [SMALL_STATE(1203)] = 12000, + [SMALL_STATE(1204)] = 12061, + [SMALL_STATE(1205)] = 12122, + [SMALL_STATE(1206)] = 12183, + [SMALL_STATE(1207)] = 12244, + [SMALL_STATE(1208)] = 12305, + [SMALL_STATE(1209)] = 12366, + [SMALL_STATE(1210)] = 12427, + [SMALL_STATE(1211)] = 12488, + [SMALL_STATE(1212)] = 12549, + [SMALL_STATE(1213)] = 12610, + [SMALL_STATE(1214)] = 12671, + [SMALL_STATE(1215)] = 12732, + [SMALL_STATE(1216)] = 12793, + [SMALL_STATE(1217)] = 12854, + [SMALL_STATE(1218)] = 12915, + [SMALL_STATE(1219)] = 12976, + [SMALL_STATE(1220)] = 13037, + [SMALL_STATE(1221)] = 13098, + [SMALL_STATE(1222)] = 13159, + [SMALL_STATE(1223)] = 13220, + [SMALL_STATE(1224)] = 13281, + [SMALL_STATE(1225)] = 13342, + [SMALL_STATE(1226)] = 13403, + [SMALL_STATE(1227)] = 13464, + [SMALL_STATE(1228)] = 13525, + [SMALL_STATE(1229)] = 13586, + [SMALL_STATE(1230)] = 13647, + [SMALL_STATE(1231)] = 13708, + [SMALL_STATE(1232)] = 13769, + [SMALL_STATE(1233)] = 13830, + [SMALL_STATE(1234)] = 13891, + [SMALL_STATE(1235)] = 13952, + [SMALL_STATE(1236)] = 14013, + [SMALL_STATE(1237)] = 14074, + [SMALL_STATE(1238)] = 14135, + [SMALL_STATE(1239)] = 14196, + [SMALL_STATE(1240)] = 14257, + [SMALL_STATE(1241)] = 14318, + [SMALL_STATE(1242)] = 14379, + [SMALL_STATE(1243)] = 14440, + [SMALL_STATE(1244)] = 14501, + [SMALL_STATE(1245)] = 14562, + [SMALL_STATE(1246)] = 14623, + [SMALL_STATE(1247)] = 14684, + [SMALL_STATE(1248)] = 14745, + [SMALL_STATE(1249)] = 14806, + [SMALL_STATE(1250)] = 14867, + [SMALL_STATE(1251)] = 14928, + [SMALL_STATE(1252)] = 14989, + [SMALL_STATE(1253)] = 15050, + [SMALL_STATE(1254)] = 15111, + [SMALL_STATE(1255)] = 15172, + [SMALL_STATE(1256)] = 15233, + [SMALL_STATE(1257)] = 15294, + [SMALL_STATE(1258)] = 15355, + [SMALL_STATE(1259)] = 15416, + [SMALL_STATE(1260)] = 15477, + [SMALL_STATE(1261)] = 15538, + [SMALL_STATE(1262)] = 15599, + [SMALL_STATE(1263)] = 15660, + [SMALL_STATE(1264)] = 15721, + [SMALL_STATE(1265)] = 15782, + [SMALL_STATE(1266)] = 15843, + [SMALL_STATE(1267)] = 15904, + [SMALL_STATE(1268)] = 15965, + [SMALL_STATE(1269)] = 16026, + [SMALL_STATE(1270)] = 16087, + [SMALL_STATE(1271)] = 16148, + [SMALL_STATE(1272)] = 16209, + [SMALL_STATE(1273)] = 16270, + [SMALL_STATE(1274)] = 16331, + [SMALL_STATE(1275)] = 16392, + [SMALL_STATE(1276)] = 16453, + [SMALL_STATE(1277)] = 16514, + [SMALL_STATE(1278)] = 16575, + [SMALL_STATE(1279)] = 16636, + [SMALL_STATE(1280)] = 16697, + [SMALL_STATE(1281)] = 16758, + [SMALL_STATE(1282)] = 16819, + [SMALL_STATE(1283)] = 16880, + [SMALL_STATE(1284)] = 16941, + [SMALL_STATE(1285)] = 17002, + [SMALL_STATE(1286)] = 17063, + [SMALL_STATE(1287)] = 17124, + [SMALL_STATE(1288)] = 17185, + [SMALL_STATE(1289)] = 17246, + [SMALL_STATE(1290)] = 17307, + [SMALL_STATE(1291)] = 17368, + [SMALL_STATE(1292)] = 17429, + [SMALL_STATE(1293)] = 17490, + [SMALL_STATE(1294)] = 17551, + [SMALL_STATE(1295)] = 17644, + [SMALL_STATE(1296)] = 17707, + [SMALL_STATE(1297)] = 17770, + [SMALL_STATE(1298)] = 17833, + [SMALL_STATE(1299)] = 17894, + [SMALL_STATE(1300)] = 17955, + [SMALL_STATE(1301)] = 18018, + [SMALL_STATE(1302)] = 18079, + [SMALL_STATE(1303)] = 18140, + [SMALL_STATE(1304)] = 18215, + [SMALL_STATE(1305)] = 18276, + [SMALL_STATE(1306)] = 18337, + [SMALL_STATE(1307)] = 18398, + [SMALL_STATE(1308)] = 18491, + [SMALL_STATE(1309)] = 18552, + [SMALL_STATE(1310)] = 18645, + [SMALL_STATE(1311)] = 18706, + [SMALL_STATE(1312)] = 18767, + [SMALL_STATE(1313)] = 18828, + [SMALL_STATE(1314)] = 18889, + [SMALL_STATE(1315)] = 18950, + [SMALL_STATE(1316)] = 19013, + [SMALL_STATE(1317)] = 19078, + [SMALL_STATE(1318)] = 19141, + [SMALL_STATE(1319)] = 19204, + [SMALL_STATE(1320)] = 19267, + [SMALL_STATE(1321)] = 19330, + [SMALL_STATE(1322)] = 19391, + [SMALL_STATE(1323)] = 19454, + [SMALL_STATE(1324)] = 19519, + [SMALL_STATE(1325)] = 19580, + [SMALL_STATE(1326)] = 19641, + [SMALL_STATE(1327)] = 19702, + [SMALL_STATE(1328)] = 19763, + [SMALL_STATE(1329)] = 19824, + [SMALL_STATE(1330)] = 19885, + [SMALL_STATE(1331)] = 19946, + [SMALL_STATE(1332)] = 20009, + [SMALL_STATE(1333)] = 20070, + [SMALL_STATE(1334)] = 20131, + [SMALL_STATE(1335)] = 20192, + [SMALL_STATE(1336)] = 20253, + [SMALL_STATE(1337)] = 20328, + [SMALL_STATE(1338)] = 20389, + [SMALL_STATE(1339)] = 20450, + [SMALL_STATE(1340)] = 20511, + [SMALL_STATE(1341)] = 20572, + [SMALL_STATE(1342)] = 20633, + [SMALL_STATE(1343)] = 20694, + [SMALL_STATE(1344)] = 20755, + [SMALL_STATE(1345)] = 20818, + [SMALL_STATE(1346)] = 20879, + [SMALL_STATE(1347)] = 20944, + [SMALL_STATE(1348)] = 21005, + [SMALL_STATE(1349)] = 21066, + [SMALL_STATE(1350)] = 21127, + [SMALL_STATE(1351)] = 21188, + [SMALL_STATE(1352)] = 21251, + [SMALL_STATE(1353)] = 21314, + [SMALL_STATE(1354)] = 21377, + [SMALL_STATE(1355)] = 21440, + [SMALL_STATE(1356)] = 21501, + [SMALL_STATE(1357)] = 21562, + [SMALL_STATE(1358)] = 21623, + [SMALL_STATE(1359)] = 21684, + [SMALL_STATE(1360)] = 21745, + [SMALL_STATE(1361)] = 21806, + [SMALL_STATE(1362)] = 21867, + [SMALL_STATE(1363)] = 21928, + [SMALL_STATE(1364)] = 21989, + [SMALL_STATE(1365)] = 22050, + [SMALL_STATE(1366)] = 22111, + [SMALL_STATE(1367)] = 22172, + [SMALL_STATE(1368)] = 22233, + [SMALL_STATE(1369)] = 22294, + [SMALL_STATE(1370)] = 22355, + [SMALL_STATE(1371)] = 22416, + [SMALL_STATE(1372)] = 22477, + [SMALL_STATE(1373)] = 22538, + [SMALL_STATE(1374)] = 22599, + [SMALL_STATE(1375)] = 22660, + [SMALL_STATE(1376)] = 22721, + [SMALL_STATE(1377)] = 22782, + [SMALL_STATE(1378)] = 22843, + [SMALL_STATE(1379)] = 22904, + [SMALL_STATE(1380)] = 22964, + [SMALL_STATE(1381)] = 23024, + [SMALL_STATE(1382)] = 23084, + [SMALL_STATE(1383)] = 23144, + [SMALL_STATE(1384)] = 23204, + [SMALL_STATE(1385)] = 23264, + [SMALL_STATE(1386)] = 23324, + [SMALL_STATE(1387)] = 23384, + [SMALL_STATE(1388)] = 23444, + [SMALL_STATE(1389)] = 23504, + [SMALL_STATE(1390)] = 23564, + [SMALL_STATE(1391)] = 23638, + [SMALL_STATE(1392)] = 23734, + [SMALL_STATE(1393)] = 23794, + [SMALL_STATE(1394)] = 23854, + [SMALL_STATE(1395)] = 23914, + [SMALL_STATE(1396)] = 23974, + [SMALL_STATE(1397)] = 24034, + [SMALL_STATE(1398)] = 24094, + [SMALL_STATE(1399)] = 24154, + [SMALL_STATE(1400)] = 24220, + [SMALL_STATE(1401)] = 24280, + [SMALL_STATE(1402)] = 24340, + [SMALL_STATE(1403)] = 24400, + [SMALL_STATE(1404)] = 24460, + [SMALL_STATE(1405)] = 24520, + [SMALL_STATE(1406)] = 24580, + [SMALL_STATE(1407)] = 24640, + [SMALL_STATE(1408)] = 24700, + [SMALL_STATE(1409)] = 24760, + [SMALL_STATE(1410)] = 24820, + [SMALL_STATE(1411)] = 24880, + [SMALL_STATE(1412)] = 24940, + [SMALL_STATE(1413)] = 25000, + [SMALL_STATE(1414)] = 25060, + [SMALL_STATE(1415)] = 25126, + [SMALL_STATE(1416)] = 25186, + [SMALL_STATE(1417)] = 25246, + [SMALL_STATE(1418)] = 25306, + [SMALL_STATE(1419)] = 25366, + [SMALL_STATE(1420)] = 25426, + [SMALL_STATE(1421)] = 25486, + [SMALL_STATE(1422)] = 25546, + [SMALL_STATE(1423)] = 25606, + [SMALL_STATE(1424)] = 25666, + [SMALL_STATE(1425)] = 25726, + [SMALL_STATE(1426)] = 25786, + [SMALL_STATE(1427)] = 25846, + [SMALL_STATE(1428)] = 25906, + [SMALL_STATE(1429)] = 25966, + [SMALL_STATE(1430)] = 26026, + [SMALL_STATE(1431)] = 26086, + [SMALL_STATE(1432)] = 26146, + [SMALL_STATE(1433)] = 26206, + [SMALL_STATE(1434)] = 26266, + [SMALL_STATE(1435)] = 26326, + [SMALL_STATE(1436)] = 26386, + [SMALL_STATE(1437)] = 26446, + [SMALL_STATE(1438)] = 26506, + [SMALL_STATE(1439)] = 26566, + [SMALL_STATE(1440)] = 26626, + [SMALL_STATE(1441)] = 26686, + [SMALL_STATE(1442)] = 26746, + [SMALL_STATE(1443)] = 26808, + [SMALL_STATE(1444)] = 26868, + [SMALL_STATE(1445)] = 26928, + [SMALL_STATE(1446)] = 26988, + [SMALL_STATE(1447)] = 27084, + [SMALL_STATE(1448)] = 27144, + [SMALL_STATE(1449)] = 27204, + [SMALL_STATE(1450)] = 27264, + [SMALL_STATE(1451)] = 27324, + [SMALL_STATE(1452)] = 27384, + [SMALL_STATE(1453)] = 27444, + [SMALL_STATE(1454)] = 27504, + [SMALL_STATE(1455)] = 27564, + [SMALL_STATE(1456)] = 27624, + [SMALL_STATE(1457)] = 27684, + [SMALL_STATE(1458)] = 27744, + [SMALL_STATE(1459)] = 27804, + [SMALL_STATE(1460)] = 27872, + [SMALL_STATE(1461)] = 27932, + [SMALL_STATE(1462)] = 27992, + [SMALL_STATE(1463)] = 28052, + [SMALL_STATE(1464)] = 28114, + [SMALL_STATE(1465)] = 28174, + [SMALL_STATE(1466)] = 28234, + [SMALL_STATE(1467)] = 28294, + [SMALL_STATE(1468)] = 28354, + [SMALL_STATE(1469)] = 28414, + [SMALL_STATE(1470)] = 28474, + [SMALL_STATE(1471)] = 28534, + [SMALL_STATE(1472)] = 28594, + [SMALL_STATE(1473)] = 28654, + [SMALL_STATE(1474)] = 28714, + [SMALL_STATE(1475)] = 28778, + [SMALL_STATE(1476)] = 28838, + [SMALL_STATE(1477)] = 28898, + [SMALL_STATE(1478)] = 28962, + [SMALL_STATE(1479)] = 29028, + [SMALL_STATE(1480)] = 29088, + [SMALL_STATE(1481)] = 29148, + [SMALL_STATE(1482)] = 29208, + [SMALL_STATE(1483)] = 29268, + [SMALL_STATE(1484)] = 29328, + [SMALL_STATE(1485)] = 29388, + [SMALL_STATE(1486)] = 29448, + [SMALL_STATE(1487)] = 29508, + [SMALL_STATE(1488)] = 29568, + [SMALL_STATE(1489)] = 29628, + [SMALL_STATE(1490)] = 29688, + [SMALL_STATE(1491)] = 29748, + [SMALL_STATE(1492)] = 29808, + [SMALL_STATE(1493)] = 29874, + [SMALL_STATE(1494)] = 29934, + [SMALL_STATE(1495)] = 29994, + [SMALL_STATE(1496)] = 30054, + [SMALL_STATE(1497)] = 30114, + [SMALL_STATE(1498)] = 30174, + [SMALL_STATE(1499)] = 30234, + [SMALL_STATE(1500)] = 30294, + [SMALL_STATE(1501)] = 30354, + [SMALL_STATE(1502)] = 30414, + [SMALL_STATE(1503)] = 30474, + [SMALL_STATE(1504)] = 30534, + [SMALL_STATE(1505)] = 30633, + [SMALL_STATE(1506)] = 30732, + [SMALL_STATE(1507)] = 30793, + [SMALL_STATE(1508)] = 30892, + [SMALL_STATE(1509)] = 30953, + [SMALL_STATE(1510)] = 31024, + [SMALL_STATE(1511)] = 31093, + [SMALL_STATE(1512)] = 31179, + [SMALL_STATE(1513)] = 31253, + [SMALL_STATE(1514)] = 31343, + [SMALL_STATE(1515)] = 31433, + [SMALL_STATE(1516)] = 31511, + [SMALL_STATE(1517)] = 31583, + [SMALL_STATE(1518)] = 31669, + [SMALL_STATE(1519)] = 31761, + [SMALL_STATE(1520)] = 31847, + [SMALL_STATE(1521)] = 31933, + [SMALL_STATE(1522)] = 32003, + [SMALL_STATE(1523)] = 32093, + [SMALL_STATE(1524)] = 32183, + [SMALL_STATE(1525)] = 32269, + [SMALL_STATE(1526)] = 32345, + [SMALL_STATE(1527)] = 32435, + [SMALL_STATE(1528)] = 32517, + [SMALL_STATE(1529)] = 32603, + [SMALL_STATE(1530)] = 32695, + [SMALL_STATE(1531)] = 32785, + [SMALL_STATE(1532)] = 32869, + [SMALL_STATE(1533)] = 32955, + [SMALL_STATE(1534)] = 33041, + [SMALL_STATE(1535)] = 33107, + [SMALL_STATE(1536)] = 33199, + [SMALL_STATE(1537)] = 33269, + [SMALL_STATE(1538)] = 33337, + [SMALL_STATE(1539)] = 33394, + [SMALL_STATE(1540)] = 33461, + [SMALL_STATE(1541)] = 33520, + [SMALL_STATE(1542)] = 33579, + [SMALL_STATE(1543)] = 33646, + [SMALL_STATE(1544)] = 33703, + [SMALL_STATE(1545)] = 33770, + [SMALL_STATE(1546)] = 33833, + [SMALL_STATE(1547)] = 33890, + [SMALL_STATE(1548)] = 33955, + [SMALL_STATE(1549)] = 34018, + [SMALL_STATE(1550)] = 34078, + [SMALL_STATE(1551)] = 34136, + [SMALL_STATE(1552)] = 34196, + [SMALL_STATE(1553)] = 34252, + [SMALL_STATE(1554)] = 34316, + [SMALL_STATE(1555)] = 34374, + [SMALL_STATE(1556)] = 34438, + [SMALL_STATE(1557)] = 34502, + [SMALL_STATE(1558)] = 34560, + [SMALL_STATE(1559)] = 34624, + [SMALL_STATE(1560)] = 34680, + [SMALL_STATE(1561)] = 34740, + [SMALL_STATE(1562)] = 34798, + [SMALL_STATE(1563)] = 34858, + [SMALL_STATE(1564)] = 34918, + [SMALL_STATE(1565)] = 34978, + [SMALL_STATE(1566)] = 35038, + [SMALL_STATE(1567)] = 35094, + [SMALL_STATE(1568)] = 35150, + [SMALL_STATE(1569)] = 35245, + [SMALL_STATE(1570)] = 35340, + [SMALL_STATE(1571)] = 35395, + [SMALL_STATE(1572)] = 35454, + [SMALL_STATE(1573)] = 35509, + [SMALL_STATE(1574)] = 35564, + [SMALL_STATE(1575)] = 35623, + [SMALL_STATE(1576)] = 35718, + [SMALL_STATE(1577)] = 35807, + [SMALL_STATE(1578)] = 35902, + [SMALL_STATE(1579)] = 35957, + [SMALL_STATE(1580)] = 36052, + [SMALL_STATE(1581)] = 36147, + [SMALL_STATE(1582)] = 36242, + [SMALL_STATE(1583)] = 36299, + [SMALL_STATE(1584)] = 36388, + [SMALL_STATE(1585)] = 36445, + [SMALL_STATE(1586)] = 36502, + [SMALL_STATE(1587)] = 36597, + [SMALL_STATE(1588)] = 36656, + [SMALL_STATE(1589)] = 36751, + [SMALL_STATE(1590)] = 36806, + [SMALL_STATE(1591)] = 36861, + [SMALL_STATE(1592)] = 36918, + [SMALL_STATE(1593)] = 36975, + [SMALL_STATE(1594)] = 37070, + [SMALL_STATE(1595)] = 37159, + [SMALL_STATE(1596)] = 37254, + [SMALL_STATE(1597)] = 37311, + [SMALL_STATE(1598)] = 37406, + [SMALL_STATE(1599)] = 37461, + [SMALL_STATE(1600)] = 37520, + [SMALL_STATE(1601)] = 37577, + [SMALL_STATE(1602)] = 37632, + [SMALL_STATE(1603)] = 37686, + [SMALL_STATE(1604)] = 37740, + [SMALL_STATE(1605)] = 37794, + [SMALL_STATE(1606)] = 37848, + [SMALL_STATE(1607)] = 37904, + [SMALL_STATE(1608)] = 37960, + [SMALL_STATE(1609)] = 38016, + [SMALL_STATE(1610)] = 38072, + [SMALL_STATE(1611)] = 38128, + [SMALL_STATE(1612)] = 38214, + [SMALL_STATE(1613)] = 38302, + [SMALL_STATE(1614)] = 38356, + [SMALL_STATE(1615)] = 38412, + [SMALL_STATE(1616)] = 38468, + [SMALL_STATE(1617)] = 38524, + [SMALL_STATE(1618)] = 38578, + [SMALL_STATE(1619)] = 38634, + [SMALL_STATE(1620)] = 38690, + [SMALL_STATE(1621)] = 38754, + [SMALL_STATE(1622)] = 38808, + [SMALL_STATE(1623)] = 38878, + [SMALL_STATE(1624)] = 38932, + [SMALL_STATE(1625)] = 39000, + [SMALL_STATE(1626)] = 39072, + [SMALL_STATE(1627)] = 39126, + [SMALL_STATE(1628)] = 39204, + [SMALL_STATE(1629)] = 39284, + [SMALL_STATE(1630)] = 39350, + [SMALL_STATE(1631)] = 39406, + [SMALL_STATE(1632)] = 39492, + [SMALL_STATE(1633)] = 39566, + [SMALL_STATE(1634)] = 39620, + [SMALL_STATE(1635)] = 39674, + [SMALL_STATE(1636)] = 39756, + [SMALL_STATE(1637)] = 39812, + [SMALL_STATE(1638)] = 39904, + [SMALL_STATE(1639)] = 39958, + [SMALL_STATE(1640)] = 40014, + [SMALL_STATE(1641)] = 40068, + [SMALL_STATE(1642)] = 40122, + [SMALL_STATE(1643)] = 40176, + [SMALL_STATE(1644)] = 40230, + [SMALL_STATE(1645)] = 40288, + [SMALL_STATE(1646)] = 40344, + [SMALL_STATE(1647)] = 40426, + [SMALL_STATE(1648)] = 40512, + [SMALL_STATE(1649)] = 40598, + [SMALL_STATE(1650)] = 40684, + [SMALL_STATE(1651)] = 40772, + [SMALL_STATE(1652)] = 40864, + [SMALL_STATE(1653)] = 40956, + [SMALL_STATE(1654)] = 41048, + [SMALL_STATE(1655)] = 41140, + [SMALL_STATE(1656)] = 41228, + [SMALL_STATE(1657)] = 41316, + [SMALL_STATE(1658)] = 41396, + [SMALL_STATE(1659)] = 41484, + [SMALL_STATE(1660)] = 41576, + [SMALL_STATE(1661)] = 41632, + [SMALL_STATE(1662)] = 41688, + [SMALL_STATE(1663)] = 41774, + [SMALL_STATE(1664)] = 41859, + [SMALL_STATE(1665)] = 41912, + [SMALL_STATE(1666)] = 41965, + [SMALL_STATE(1667)] = 42018, + [SMALL_STATE(1668)] = 42071, + [SMALL_STATE(1669)] = 42156, + [SMALL_STATE(1670)] = 42209, + [SMALL_STATE(1671)] = 42262, + [SMALL_STATE(1672)] = 42315, + [SMALL_STATE(1673)] = 42368, + [SMALL_STATE(1674)] = 42421, + [SMALL_STATE(1675)] = 42474, + [SMALL_STATE(1676)] = 42535, + [SMALL_STATE(1677)] = 42588, + [SMALL_STATE(1678)] = 42675, + [SMALL_STATE(1679)] = 42760, + [SMALL_STATE(1680)] = 42813, + [SMALL_STATE(1681)] = 42866, + [SMALL_STATE(1682)] = 42919, + [SMALL_STATE(1683)] = 42972, + [SMALL_STATE(1684)] = 43025, + [SMALL_STATE(1685)] = 43078, + [SMALL_STATE(1686)] = 43131, + [SMALL_STATE(1687)] = 43184, + [SMALL_STATE(1688)] = 43237, + [SMALL_STATE(1689)] = 43290, + [SMALL_STATE(1690)] = 43353, + [SMALL_STATE(1691)] = 43422, + [SMALL_STATE(1692)] = 43511, + [SMALL_STATE(1693)] = 43578, + [SMALL_STATE(1694)] = 43631, + [SMALL_STATE(1695)] = 43684, + [SMALL_STATE(1696)] = 43737, + [SMALL_STATE(1697)] = 43790, + [SMALL_STATE(1698)] = 43861, + [SMALL_STATE(1699)] = 43914, + [SMALL_STATE(1700)] = 43967, + [SMALL_STATE(1701)] = 44020, + [SMALL_STATE(1702)] = 44097, + [SMALL_STATE(1703)] = 44150, + [SMALL_STATE(1704)] = 44229, + [SMALL_STATE(1705)] = 44294, + [SMALL_STATE(1706)] = 44379, + [SMALL_STATE(1707)] = 44432, + [SMALL_STATE(1708)] = 44519, + [SMALL_STATE(1709)] = 44572, + [SMALL_STATE(1710)] = 44625, + [SMALL_STATE(1711)] = 44710, + [SMALL_STATE(1712)] = 44763, + [SMALL_STATE(1713)] = 44816, + [SMALL_STATE(1714)] = 44869, + [SMALL_STATE(1715)] = 44922, + [SMALL_STATE(1716)] = 45009, + [SMALL_STATE(1717)] = 45062, + [SMALL_STATE(1718)] = 45115, + [SMALL_STATE(1719)] = 45178, + [SMALL_STATE(1720)] = 45247, + [SMALL_STATE(1721)] = 45314, + [SMALL_STATE(1722)] = 45385, + [SMALL_STATE(1723)] = 45462, + [SMALL_STATE(1724)] = 45541, + [SMALL_STATE(1725)] = 45606, + [SMALL_STATE(1726)] = 45691, + [SMALL_STATE(1727)] = 45776, + [SMALL_STATE(1728)] = 45849, + [SMALL_STATE(1729)] = 45930, + [SMALL_STATE(1730)] = 45983, + [SMALL_STATE(1731)] = 46036, + [SMALL_STATE(1732)] = 46089, + [SMALL_STATE(1733)] = 46142, + [SMALL_STATE(1734)] = 46215, + [SMALL_STATE(1735)] = 46268, + [SMALL_STATE(1736)] = 46321, + [SMALL_STATE(1737)] = 46408, + [SMALL_STATE(1738)] = 46461, + [SMALL_STATE(1739)] = 46514, + [SMALL_STATE(1740)] = 46567, + [SMALL_STATE(1741)] = 46626, + [SMALL_STATE(1742)] = 46679, + [SMALL_STATE(1743)] = 46732, + [SMALL_STATE(1744)] = 46785, + [SMALL_STATE(1745)] = 46838, + [SMALL_STATE(1746)] = 46891, + [SMALL_STATE(1747)] = 46944, + [SMALL_STATE(1748)] = 46997, + [SMALL_STATE(1749)] = 47050, + [SMALL_STATE(1750)] = 47103, + [SMALL_STATE(1751)] = 47156, + [SMALL_STATE(1752)] = 47243, + [SMALL_STATE(1753)] = 47296, + [SMALL_STATE(1754)] = 47349, + [SMALL_STATE(1755)] = 47434, + [SMALL_STATE(1756)] = 47521, + [SMALL_STATE(1757)] = 47574, + [SMALL_STATE(1758)] = 47627, + [SMALL_STATE(1759)] = 47716, + [SMALL_STATE(1760)] = 47803, + [SMALL_STATE(1761)] = 47884, + [SMALL_STATE(1762)] = 47937, + [SMALL_STATE(1763)] = 47990, + [SMALL_STATE(1764)] = 48043, + [SMALL_STATE(1765)] = 48096, + [SMALL_STATE(1766)] = 48149, + [SMALL_STATE(1767)] = 48202, + [SMALL_STATE(1768)] = 48255, + [SMALL_STATE(1769)] = 48308, + [SMALL_STATE(1770)] = 48361, + [SMALL_STATE(1771)] = 48438, + [SMALL_STATE(1772)] = 48491, + [SMALL_STATE(1773)] = 48544, + [SMALL_STATE(1774)] = 48597, + [SMALL_STATE(1775)] = 48650, + [SMALL_STATE(1776)] = 48737, + [SMALL_STATE(1777)] = 48824, + [SMALL_STATE(1778)] = 48877, + [SMALL_STATE(1779)] = 48966, + [SMALL_STATE(1780)] = 49019, + [SMALL_STATE(1781)] = 49108, + [SMALL_STATE(1782)] = 49195, + [SMALL_STATE(1783)] = 49254, + [SMALL_STATE(1784)] = 49313, + [SMALL_STATE(1785)] = 49366, + [SMALL_STATE(1786)] = 49419, + [SMALL_STATE(1787)] = 49508, + [SMALL_STATE(1788)] = 49561, + [SMALL_STATE(1789)] = 49614, + [SMALL_STATE(1790)] = 49703, + [SMALL_STATE(1791)] = 49756, + [SMALL_STATE(1792)] = 49843, + [SMALL_STATE(1793)] = 49896, + [SMALL_STATE(1794)] = 49985, + [SMALL_STATE(1795)] = 50074, + [SMALL_STATE(1796)] = 50127, + [SMALL_STATE(1797)] = 50216, + [SMALL_STATE(1798)] = 50297, + [SMALL_STATE(1799)] = 50386, + [SMALL_STATE(1800)] = 50473, + [SMALL_STATE(1801)] = 50562, + [SMALL_STATE(1802)] = 50651, + [SMALL_STATE(1803)] = 50740, + [SMALL_STATE(1804)] = 50829, + [SMALL_STATE(1805)] = 50882, + [SMALL_STATE(1806)] = 50971, + [SMALL_STATE(1807)] = 51060, + [SMALL_STATE(1808)] = 51113, + [SMALL_STATE(1809)] = 51202, + [SMALL_STATE(1810)] = 51291, + [SMALL_STATE(1811)] = 51380, + [SMALL_STATE(1812)] = 51469, + [SMALL_STATE(1813)] = 51554, + [SMALL_STATE(1814)] = 51639, + [SMALL_STATE(1815)] = 51728, + [SMALL_STATE(1816)] = 51781, + [SMALL_STATE(1817)] = 51834, + [SMALL_STATE(1818)] = 51923, + [SMALL_STATE(1819)] = 52010, + [SMALL_STATE(1820)] = 52063, + [SMALL_STATE(1821)] = 52116, + [SMALL_STATE(1822)] = 52205, + [SMALL_STATE(1823)] = 52258, + [SMALL_STATE(1824)] = 52339, + [SMALL_STATE(1825)] = 52424, + [SMALL_STATE(1826)] = 52513, + [SMALL_STATE(1827)] = 52598, + [SMALL_STATE(1828)] = 52683, + [SMALL_STATE(1829)] = 52772, + [SMALL_STATE(1830)] = 52825, + [SMALL_STATE(1831)] = 52878, + [SMALL_STATE(1832)] = 52931, + [SMALL_STATE(1833)] = 52984, + [SMALL_STATE(1834)] = 53037, + [SMALL_STATE(1835)] = 53090, + [SMALL_STATE(1836)] = 53179, + [SMALL_STATE(1837)] = 53232, + [SMALL_STATE(1838)] = 53319, + [SMALL_STATE(1839)] = 53408, + [SMALL_STATE(1840)] = 53497, + [SMALL_STATE(1841)] = 53586, + [SMALL_STATE(1842)] = 53673, + [SMALL_STATE(1843)] = 53762, + [SMALL_STATE(1844)] = 53851, + [SMALL_STATE(1845)] = 53938, + [SMALL_STATE(1846)] = 53991, + [SMALL_STATE(1847)] = 54080, + [SMALL_STATE(1848)] = 54169, + [SMALL_STATE(1849)] = 54258, + [SMALL_STATE(1850)] = 54347, + [SMALL_STATE(1851)] = 54400, + [SMALL_STATE(1852)] = 54453, + [SMALL_STATE(1853)] = 54542, + [SMALL_STATE(1854)] = 54595, + [SMALL_STATE(1855)] = 54684, + [SMALL_STATE(1856)] = 54737, + [SMALL_STATE(1857)] = 54826, + [SMALL_STATE(1858)] = 54915, + [SMALL_STATE(1859)] = 55004, + [SMALL_STATE(1860)] = 55093, + [SMALL_STATE(1861)] = 55182, + [SMALL_STATE(1862)] = 55241, + [SMALL_STATE(1863)] = 55330, + [SMALL_STATE(1864)] = 55419, + [SMALL_STATE(1865)] = 55508, + [SMALL_STATE(1866)] = 55597, + [SMALL_STATE(1867)] = 55686, + [SMALL_STATE(1868)] = 55775, + [SMALL_STATE(1869)] = 55864, + [SMALL_STATE(1870)] = 55953, + [SMALL_STATE(1871)] = 56006, + [SMALL_STATE(1872)] = 56059, + [SMALL_STATE(1873)] = 56146, + [SMALL_STATE(1874)] = 56233, + [SMALL_STATE(1875)] = 56286, + [SMALL_STATE(1876)] = 56339, + [SMALL_STATE(1877)] = 56392, + [SMALL_STATE(1878)] = 56445, + [SMALL_STATE(1879)] = 56522, + [SMALL_STATE(1880)] = 56609, + [SMALL_STATE(1881)] = 56694, + [SMALL_STATE(1882)] = 56768, + [SMALL_STATE(1883)] = 56854, + [SMALL_STATE(1884)] = 56940, + [SMALL_STATE(1885)] = 57026, + [SMALL_STATE(1886)] = 57100, + [SMALL_STATE(1887)] = 57186, + [SMALL_STATE(1888)] = 57270, + [SMALL_STATE(1889)] = 57356, + [SMALL_STATE(1890)] = 57442, + [SMALL_STATE(1891)] = 57528, + [SMALL_STATE(1892)] = 57614, + [SMALL_STATE(1893)] = 57700, + [SMALL_STATE(1894)] = 57786, + [SMALL_STATE(1895)] = 57872, + [SMALL_STATE(1896)] = 57958, + [SMALL_STATE(1897)] = 58044, + [SMALL_STATE(1898)] = 58130, + [SMALL_STATE(1899)] = 58216, + [SMALL_STATE(1900)] = 58302, + [SMALL_STATE(1901)] = 58388, + [SMALL_STATE(1902)] = 58472, + [SMALL_STATE(1903)] = 58558, + [SMALL_STATE(1904)] = 58644, + [SMALL_STATE(1905)] = 58730, + [SMALL_STATE(1906)] = 58804, + [SMALL_STATE(1907)] = 58890, + [SMALL_STATE(1908)] = 58964, + [SMALL_STATE(1909)] = 59050, + [SMALL_STATE(1910)] = 59124, + [SMALL_STATE(1911)] = 59210, + [SMALL_STATE(1912)] = 59296, + [SMALL_STATE(1913)] = 59382, + [SMALL_STATE(1914)] = 59468, + [SMALL_STATE(1915)] = 59554, + [SMALL_STATE(1916)] = 59640, + [SMALL_STATE(1917)] = 59726, + [SMALL_STATE(1918)] = 59812, + [SMALL_STATE(1919)] = 59887, + [SMALL_STATE(1920)] = 59962, + [SMALL_STATE(1921)] = 60037, + [SMALL_STATE(1922)] = 60112, + [SMALL_STATE(1923)] = 60187, + [SMALL_STATE(1924)] = 60262, + [SMALL_STATE(1925)] = 60337, + [SMALL_STATE(1926)] = 60412, + [SMALL_STATE(1927)] = 60459, + [SMALL_STATE(1928)] = 60506, + [SMALL_STATE(1929)] = 60553, + [SMALL_STATE(1930)] = 60615, + [SMALL_STATE(1931)] = 60677, + [SMALL_STATE(1932)] = 60739, + [SMALL_STATE(1933)] = 60801, + [SMALL_STATE(1934)] = 60863, + [SMALL_STATE(1935)] = 60925, + [SMALL_STATE(1936)] = 60987, + [SMALL_STATE(1937)] = 61049, + [SMALL_STATE(1938)] = 61111, + [SMALL_STATE(1939)] = 61170, + [SMALL_STATE(1940)] = 61229, + [SMALL_STATE(1941)] = 61265, + [SMALL_STATE(1942)] = 61301, + [SMALL_STATE(1943)] = 61349, + [SMALL_STATE(1944)] = 61394, + [SMALL_STATE(1945)] = 61431, + [SMALL_STATE(1946)] = 61476, + [SMALL_STATE(1947)] = 61521, + [SMALL_STATE(1948)] = 61558, + [SMALL_STATE(1949)] = 61611, + [SMALL_STATE(1950)] = 61648, + [SMALL_STATE(1951)] = 61685, + [SMALL_STATE(1952)] = 61721, + [SMALL_STATE(1953)] = 61757, + [SMALL_STATE(1954)] = 61797, + [SMALL_STATE(1955)] = 61837, + [SMALL_STATE(1956)] = 61877, + [SMALL_STATE(1957)] = 61911, + [SMALL_STATE(1958)] = 61951, + [SMALL_STATE(1959)] = 61987, + [SMALL_STATE(1960)] = 62021, + [SMALL_STATE(1961)] = 62057, + [SMALL_STATE(1962)] = 62091, + [SMALL_STATE(1963)] = 62125, + [SMALL_STATE(1964)] = 62158, + [SMALL_STATE(1965)] = 62191, + [SMALL_STATE(1966)] = 62224, + [SMALL_STATE(1967)] = 62275, + [SMALL_STATE(1968)] = 62308, + [SMALL_STATE(1969)] = 62339, + [SMALL_STATE(1970)] = 62385, + [SMALL_STATE(1971)] = 62445, + [SMALL_STATE(1972)] = 62505, + [SMALL_STATE(1973)] = 62537, + [SMALL_STATE(1974)] = 62569, + [SMALL_STATE(1975)] = 62601, + [SMALL_STATE(1976)] = 62645, + [SMALL_STATE(1977)] = 62678, + [SMALL_STATE(1978)] = 62707, + [SMALL_STATE(1979)] = 62738, + [SMALL_STATE(1980)] = 62779, + [SMALL_STATE(1981)] = 62812, + [SMALL_STATE(1982)] = 62845, + [SMALL_STATE(1983)] = 62874, + [SMALL_STATE(1984)] = 62903, + [SMALL_STATE(1985)] = 62956, + [SMALL_STATE(1986)] = 62985, + [SMALL_STATE(1987)] = 63038, + [SMALL_STATE(1988)] = 63067, + [SMALL_STATE(1989)] = 63098, + [SMALL_STATE(1990)] = 63127, + [SMALL_STATE(1991)] = 63156, + [SMALL_STATE(1992)] = 63189, + [SMALL_STATE(1993)] = 63222, + [SMALL_STATE(1994)] = 63251, + [SMALL_STATE(1995)] = 63280, + [SMALL_STATE(1996)] = 63335, + [SMALL_STATE(1997)] = 63366, + [SMALL_STATE(1998)] = 63397, + [SMALL_STATE(1999)] = 63428, + [SMALL_STATE(2000)] = 63461, + [SMALL_STATE(2001)] = 63492, + [SMALL_STATE(2002)] = 63535, + [SMALL_STATE(2003)] = 63566, + [SMALL_STATE(2004)] = 63597, + [SMALL_STATE(2005)] = 63625, + [SMALL_STATE(2006)] = 63653, + [SMALL_STATE(2007)] = 63681, + [SMALL_STATE(2008)] = 63709, + [SMALL_STATE(2009)] = 63737, + [SMALL_STATE(2010)] = 63765, + [SMALL_STATE(2011)] = 63793, + [SMALL_STATE(2012)] = 63821, + [SMALL_STATE(2013)] = 63849, + [SMALL_STATE(2014)] = 63879, + [SMALL_STATE(2015)] = 63907, + [SMALL_STATE(2016)] = 63935, + [SMALL_STATE(2017)] = 63963, + [SMALL_STATE(2018)] = 63991, + [SMALL_STATE(2019)] = 64019, + [SMALL_STATE(2020)] = 64049, + [SMALL_STATE(2021)] = 64077, + [SMALL_STATE(2022)] = 64105, + [SMALL_STATE(2023)] = 64133, + [SMALL_STATE(2024)] = 64161, + [SMALL_STATE(2025)] = 64189, + [SMALL_STATE(2026)] = 64217, + [SMALL_STATE(2027)] = 64245, + [SMALL_STATE(2028)] = 64273, + [SMALL_STATE(2029)] = 64301, + [SMALL_STATE(2030)] = 64329, + [SMALL_STATE(2031)] = 64373, + [SMALL_STATE(2032)] = 64401, + [SMALL_STATE(2033)] = 64429, + [SMALL_STATE(2034)] = 64457, + [SMALL_STATE(2035)] = 64485, + [SMALL_STATE(2036)] = 64513, + [SMALL_STATE(2037)] = 64541, + [SMALL_STATE(2038)] = 64569, + [SMALL_STATE(2039)] = 64597, + [SMALL_STATE(2040)] = 64625, + [SMALL_STATE(2041)] = 64653, + [SMALL_STATE(2042)] = 64681, + [SMALL_STATE(2043)] = 64709, + [SMALL_STATE(2044)] = 64737, + [SMALL_STATE(2045)] = 64772, + [SMALL_STATE(2046)] = 64801, + [SMALL_STATE(2047)] = 64830, + [SMALL_STATE(2048)] = 64859, + [SMALL_STATE(2049)] = 64890, + [SMALL_STATE(2050)] = 64922, + [SMALL_STATE(2051)] = 64954, + [SMALL_STATE(2052)] = 64986, + [SMALL_STATE(2053)] = 65018, + [SMALL_STATE(2054)] = 65050, + [SMALL_STATE(2055)] = 65082, + [SMALL_STATE(2056)] = 65114, + [SMALL_STATE(2057)] = 65144, + [SMALL_STATE(2058)] = 65190, + [SMALL_STATE(2059)] = 65222, + [SMALL_STATE(2060)] = 65254, + [SMALL_STATE(2061)] = 65286, + [SMALL_STATE(2062)] = 65318, + [SMALL_STATE(2063)] = 65350, + [SMALL_STATE(2064)] = 65394, + [SMALL_STATE(2065)] = 65422, + [SMALL_STATE(2066)] = 65465, + [SMALL_STATE(2067)] = 65508, + [SMALL_STATE(2068)] = 65551, + [SMALL_STATE(2069)] = 65594, + [SMALL_STATE(2070)] = 65623, + [SMALL_STATE(2071)] = 65652, + [SMALL_STATE(2072)] = 65689, + [SMALL_STATE(2073)] = 65732, + [SMALL_STATE(2074)] = 65775, + [SMALL_STATE(2075)] = 65803, + [SMALL_STATE(2076)] = 65831, + [SMALL_STATE(2077)] = 65855, + [SMALL_STATE(2078)] = 65895, + [SMALL_STATE(2079)] = 65923, + [SMALL_STATE(2080)] = 65951, + [SMALL_STATE(2081)] = 65991, + [SMALL_STATE(2082)] = 66025, + [SMALL_STATE(2083)] = 66053, + [SMALL_STATE(2084)] = 66091, + [SMALL_STATE(2085)] = 66131, + [SMALL_STATE(2086)] = 66171, + [SMALL_STATE(2087)] = 66201, + [SMALL_STATE(2088)] = 66239, + [SMALL_STATE(2089)] = 66279, + [SMALL_STATE(2090)] = 66319, + [SMALL_STATE(2091)] = 66343, + [SMALL_STATE(2092)] = 66377, + [SMALL_STATE(2093)] = 66415, + [SMALL_STATE(2094)] = 66439, + [SMALL_STATE(2095)] = 66467, + [SMALL_STATE(2096)] = 66495, + [SMALL_STATE(2097)] = 66519, + [SMALL_STATE(2098)] = 66547, + [SMALL_STATE(2099)] = 66585, + [SMALL_STATE(2100)] = 66613, + [SMALL_STATE(2101)] = 66653, + [SMALL_STATE(2102)] = 66681, + [SMALL_STATE(2103)] = 66719, + [SMALL_STATE(2104)] = 66747, + [SMALL_STATE(2105)] = 66775, + [SMALL_STATE(2106)] = 66803, + [SMALL_STATE(2107)] = 66831, + [SMALL_STATE(2108)] = 66861, + [SMALL_STATE(2109)] = 66899, + [SMALL_STATE(2110)] = 66929, + [SMALL_STATE(2111)] = 66967, + [SMALL_STATE(2112)] = 67005, + [SMALL_STATE(2113)] = 67043, + [SMALL_STATE(2114)] = 67071, + [SMALL_STATE(2115)] = 67111, + [SMALL_STATE(2116)] = 67151, + [SMALL_STATE(2117)] = 67175, + [SMALL_STATE(2118)] = 67203, + [SMALL_STATE(2119)] = 67243, + [SMALL_STATE(2120)] = 67273, + [SMALL_STATE(2121)] = 67314, + [SMALL_STATE(2122)] = 67351, + [SMALL_STATE(2123)] = 67374, + [SMALL_STATE(2124)] = 67397, + [SMALL_STATE(2125)] = 67420, + [SMALL_STATE(2126)] = 67443, + [SMALL_STATE(2127)] = 67466, + [SMALL_STATE(2128)] = 67503, + [SMALL_STATE(2129)] = 67526, + [SMALL_STATE(2130)] = 67561, + [SMALL_STATE(2131)] = 67584, + [SMALL_STATE(2132)] = 67607, + [SMALL_STATE(2133)] = 67630, + [SMALL_STATE(2134)] = 67653, + [SMALL_STATE(2135)] = 67676, + [SMALL_STATE(2136)] = 67699, + [SMALL_STATE(2137)] = 67722, + [SMALL_STATE(2138)] = 67745, + [SMALL_STATE(2139)] = 67768, + [SMALL_STATE(2140)] = 67805, + [SMALL_STATE(2141)] = 67828, + [SMALL_STATE(2142)] = 67851, + [SMALL_STATE(2143)] = 67874, + [SMALL_STATE(2144)] = 67905, + [SMALL_STATE(2145)] = 67936, + [SMALL_STATE(2146)] = 67959, + [SMALL_STATE(2147)] = 67982, + [SMALL_STATE(2148)] = 68005, + [SMALL_STATE(2149)] = 68046, + [SMALL_STATE(2150)] = 68069, + [SMALL_STATE(2151)] = 68092, + [SMALL_STATE(2152)] = 68115, + [SMALL_STATE(2153)] = 68150, + [SMALL_STATE(2154)] = 68173, + [SMALL_STATE(2155)] = 68204, + [SMALL_STATE(2156)] = 68227, + [SMALL_STATE(2157)] = 68250, + [SMALL_STATE(2158)] = 68273, + [SMALL_STATE(2159)] = 68308, + [SMALL_STATE(2160)] = 68341, + [SMALL_STATE(2161)] = 68364, + [SMALL_STATE(2162)] = 68395, + [SMALL_STATE(2163)] = 68418, + [SMALL_STATE(2164)] = 68455, + [SMALL_STATE(2165)] = 68478, + [SMALL_STATE(2166)] = 68501, + [SMALL_STATE(2167)] = 68524, + [SMALL_STATE(2168)] = 68565, + [SMALL_STATE(2169)] = 68588, + [SMALL_STATE(2170)] = 68611, + [SMALL_STATE(2171)] = 68634, + [SMALL_STATE(2172)] = 68675, + [SMALL_STATE(2173)] = 68713, + [SMALL_STATE(2174)] = 68747, + [SMALL_STATE(2175)] = 68775, + [SMALL_STATE(2176)] = 68813, + [SMALL_STATE(2177)] = 68837, + [SMALL_STATE(2178)] = 68861, + [SMALL_STATE(2179)] = 68899, + [SMALL_STATE(2180)] = 68925, + [SMALL_STATE(2181)] = 68961, + [SMALL_STATE(2182)] = 68993, + [SMALL_STATE(2183)] = 69031, + [SMALL_STATE(2184)] = 69069, + [SMALL_STATE(2185)] = 69107, + [SMALL_STATE(2186)] = 69135, + [SMALL_STATE(2187)] = 69173, + [SMALL_STATE(2188)] = 69199, + [SMALL_STATE(2189)] = 69227, + [SMALL_STATE(2190)] = 69265, + [SMALL_STATE(2191)] = 69289, + [SMALL_STATE(2192)] = 69321, + [SMALL_STATE(2193)] = 69345, + [SMALL_STATE(2194)] = 69377, + [SMALL_STATE(2195)] = 69405, + [SMALL_STATE(2196)] = 69437, + [SMALL_STATE(2197)] = 69463, + [SMALL_STATE(2198)] = 69501, + [SMALL_STATE(2199)] = 69539, + [SMALL_STATE(2200)] = 69567, + [SMALL_STATE(2201)] = 69593, + [SMALL_STATE(2202)] = 69631, + [SMALL_STATE(2203)] = 69669, + [SMALL_STATE(2204)] = 69693, + [SMALL_STATE(2205)] = 69721, + [SMALL_STATE(2206)] = 69753, + [SMALL_STATE(2207)] = 69785, + [SMALL_STATE(2208)] = 69813, + [SMALL_STATE(2209)] = 69845, + [SMALL_STATE(2210)] = 69877, + [SMALL_STATE(2211)] = 69909, + [SMALL_STATE(2212)] = 69941, + [SMALL_STATE(2213)] = 69973, + [SMALL_STATE(2214)] = 70007, + [SMALL_STATE(2215)] = 70039, + [SMALL_STATE(2216)] = 70077, + [SMALL_STATE(2217)] = 70109, + [SMALL_STATE(2218)] = 70147, + [SMALL_STATE(2219)] = 70185, + [SMALL_STATE(2220)] = 70223, + [SMALL_STATE(2221)] = 70258, + [SMALL_STATE(2222)] = 70291, + [SMALL_STATE(2223)] = 70326, + [SMALL_STATE(2224)] = 70361, + [SMALL_STATE(2225)] = 70396, + [SMALL_STATE(2226)] = 70431, + [SMALL_STATE(2227)] = 70466, + [SMALL_STATE(2228)] = 70499, + [SMALL_STATE(2229)] = 70534, + [SMALL_STATE(2230)] = 70569, + [SMALL_STATE(2231)] = 70604, + [SMALL_STATE(2232)] = 70639, + [SMALL_STATE(2233)] = 70674, + [SMALL_STATE(2234)] = 70709, + [SMALL_STATE(2235)] = 70744, + [SMALL_STATE(2236)] = 70779, + [SMALL_STATE(2237)] = 70800, + [SMALL_STATE(2238)] = 70835, + [SMALL_STATE(2239)] = 70870, + [SMALL_STATE(2240)] = 70905, + [SMALL_STATE(2241)] = 70940, + [SMALL_STATE(2242)] = 70975, + [SMALL_STATE(2243)] = 71010, + [SMALL_STATE(2244)] = 71045, + [SMALL_STATE(2245)] = 71066, + [SMALL_STATE(2246)] = 71101, + [SMALL_STATE(2247)] = 71136, + [SMALL_STATE(2248)] = 71171, + [SMALL_STATE(2249)] = 71192, + [SMALL_STATE(2250)] = 71227, + [SMALL_STATE(2251)] = 71262, + [SMALL_STATE(2252)] = 71297, + [SMALL_STATE(2253)] = 71332, + [SMALL_STATE(2254)] = 71367, + [SMALL_STATE(2255)] = 71394, + [SMALL_STATE(2256)] = 71427, + [SMALL_STATE(2257)] = 71462, + [SMALL_STATE(2258)] = 71497, + [SMALL_STATE(2259)] = 71526, + [SMALL_STATE(2260)] = 71551, + [SMALL_STATE(2261)] = 71586, + [SMALL_STATE(2262)] = 71607, + [SMALL_STATE(2263)] = 71642, + [SMALL_STATE(2264)] = 71667, + [SMALL_STATE(2265)] = 71700, + [SMALL_STATE(2266)] = 71735, + [SMALL_STATE(2267)] = 71770, + [SMALL_STATE(2268)] = 71805, + [SMALL_STATE(2269)] = 71840, + [SMALL_STATE(2270)] = 71861, + [SMALL_STATE(2271)] = 71886, + [SMALL_STATE(2272)] = 71921, + [SMALL_STATE(2273)] = 71954, + [SMALL_STATE(2274)] = 71989, + [SMALL_STATE(2275)] = 72010, + [SMALL_STATE(2276)] = 72045, + [SMALL_STATE(2277)] = 72067, + [SMALL_STATE(2278)] = 72097, + [SMALL_STATE(2279)] = 72129, + [SMALL_STATE(2280)] = 72161, + [SMALL_STATE(2281)] = 72193, + [SMALL_STATE(2282)] = 72225, + [SMALL_STATE(2283)] = 72257, + [SMALL_STATE(2284)] = 72289, + [SMALL_STATE(2285)] = 72311, + [SMALL_STATE(2286)] = 72341, + [SMALL_STATE(2287)] = 72371, + [SMALL_STATE(2288)] = 72399, + [SMALL_STATE(2289)] = 72431, + [SMALL_STATE(2290)] = 72463, + [SMALL_STATE(2291)] = 72489, + [SMALL_STATE(2292)] = 72517, + [SMALL_STATE(2293)] = 72549, + [SMALL_STATE(2294)] = 72581, + [SMALL_STATE(2295)] = 72613, + [SMALL_STATE(2296)] = 72645, + [SMALL_STATE(2297)] = 72677, + [SMALL_STATE(2298)] = 72709, + [SMALL_STATE(2299)] = 72741, + [SMALL_STATE(2300)] = 72773, + [SMALL_STATE(2301)] = 72801, + [SMALL_STATE(2302)] = 72827, + [SMALL_STATE(2303)] = 72859, + [SMALL_STATE(2304)] = 72891, + [SMALL_STATE(2305)] = 72923, + [SMALL_STATE(2306)] = 72955, + [SMALL_STATE(2307)] = 72987, + [SMALL_STATE(2308)] = 73019, + [SMALL_STATE(2309)] = 73051, + [SMALL_STATE(2310)] = 73081, + [SMALL_STATE(2311)] = 73111, + [SMALL_STATE(2312)] = 73141, + [SMALL_STATE(2313)] = 73171, + [SMALL_STATE(2314)] = 73193, + [SMALL_STATE(2315)] = 73223, + [SMALL_STATE(2316)] = 73253, + [SMALL_STATE(2317)] = 73281, + [SMALL_STATE(2318)] = 73303, + [SMALL_STATE(2319)] = 73335, + [SMALL_STATE(2320)] = 73367, + [SMALL_STATE(2321)] = 73399, + [SMALL_STATE(2322)] = 73431, + [SMALL_STATE(2323)] = 73463, + [SMALL_STATE(2324)] = 73495, + [SMALL_STATE(2325)] = 73527, + [SMALL_STATE(2326)] = 73559, + [SMALL_STATE(2327)] = 73587, + [SMALL_STATE(2328)] = 73613, + [SMALL_STATE(2329)] = 73645, + [SMALL_STATE(2330)] = 73671, + [SMALL_STATE(2331)] = 73693, + [SMALL_STATE(2332)] = 73723, + [SMALL_STATE(2333)] = 73745, + [SMALL_STATE(2334)] = 73777, + [SMALL_STATE(2335)] = 73800, + [SMALL_STATE(2336)] = 73829, + [SMALL_STATE(2337)] = 73858, + [SMALL_STATE(2338)] = 73887, + [SMALL_STATE(2339)] = 73916, + [SMALL_STATE(2340)] = 73939, + [SMALL_STATE(2341)] = 73968, + [SMALL_STATE(2342)] = 73989, + [SMALL_STATE(2343)] = 74018, + [SMALL_STATE(2344)] = 74047, + [SMALL_STATE(2345)] = 74076, + [SMALL_STATE(2346)] = 74099, + [SMALL_STATE(2347)] = 74128, + [SMALL_STATE(2348)] = 74151, + [SMALL_STATE(2349)] = 74178, + [SMALL_STATE(2350)] = 74207, + [SMALL_STATE(2351)] = 74236, + [SMALL_STATE(2352)] = 74265, + [SMALL_STATE(2353)] = 74294, + [SMALL_STATE(2354)] = 74323, + [SMALL_STATE(2355)] = 74352, + [SMALL_STATE(2356)] = 74377, + [SMALL_STATE(2357)] = 74406, + [SMALL_STATE(2358)] = 74435, + [SMALL_STATE(2359)] = 74460, + [SMALL_STATE(2360)] = 74489, + [SMALL_STATE(2361)] = 74518, + [SMALL_STATE(2362)] = 74547, + [SMALL_STATE(2363)] = 74576, + [SMALL_STATE(2364)] = 74595, + [SMALL_STATE(2365)] = 74624, + [SMALL_STATE(2366)] = 74645, + [SMALL_STATE(2367)] = 74674, + [SMALL_STATE(2368)] = 74703, + [SMALL_STATE(2369)] = 74732, + [SMALL_STATE(2370)] = 74761, + [SMALL_STATE(2371)] = 74790, + [SMALL_STATE(2372)] = 74819, + [SMALL_STATE(2373)] = 74848, + [SMALL_STATE(2374)] = 74877, + [SMALL_STATE(2375)] = 74906, + [SMALL_STATE(2376)] = 74935, + [SMALL_STATE(2377)] = 74956, + [SMALL_STATE(2378)] = 74985, + [SMALL_STATE(2379)] = 75014, + [SMALL_STATE(2380)] = 75043, + [SMALL_STATE(2381)] = 75072, + [SMALL_STATE(2382)] = 75099, + [SMALL_STATE(2383)] = 75128, + [SMALL_STATE(2384)] = 75155, + [SMALL_STATE(2385)] = 75182, + [SMALL_STATE(2386)] = 75211, + [SMALL_STATE(2387)] = 75240, + [SMALL_STATE(2388)] = 75267, + [SMALL_STATE(2389)] = 75296, + [SMALL_STATE(2390)] = 75325, + [SMALL_STATE(2391)] = 75348, + [SMALL_STATE(2392)] = 75371, + [SMALL_STATE(2393)] = 75400, + [SMALL_STATE(2394)] = 75419, + [SMALL_STATE(2395)] = 75448, + [SMALL_STATE(2396)] = 75477, + [SMALL_STATE(2397)] = 75506, + [SMALL_STATE(2398)] = 75535, + [SMALL_STATE(2399)] = 75564, + [SMALL_STATE(2400)] = 75593, + [SMALL_STATE(2401)] = 75614, + [SMALL_STATE(2402)] = 75635, + [SMALL_STATE(2403)] = 75656, + [SMALL_STATE(2404)] = 75677, + [SMALL_STATE(2405)] = 75706, + [SMALL_STATE(2406)] = 75735, + [SMALL_STATE(2407)] = 75764, + [SMALL_STATE(2408)] = 75793, + [SMALL_STATE(2409)] = 75816, + [SMALL_STATE(2410)] = 75839, + [SMALL_STATE(2411)] = 75864, + [SMALL_STATE(2412)] = 75893, + [SMALL_STATE(2413)] = 75918, + [SMALL_STATE(2414)] = 75945, + [SMALL_STATE(2415)] = 75966, + [SMALL_STATE(2416)] = 75995, + [SMALL_STATE(2417)] = 76024, + [SMALL_STATE(2418)] = 76047, + [SMALL_STATE(2419)] = 76070, + [SMALL_STATE(2420)] = 76099, + [SMALL_STATE(2421)] = 76122, + [SMALL_STATE(2422)] = 76151, + [SMALL_STATE(2423)] = 76180, + [SMALL_STATE(2424)] = 76209, + [SMALL_STATE(2425)] = 76232, + [SMALL_STATE(2426)] = 76255, + [SMALL_STATE(2427)] = 76278, + [SMALL_STATE(2428)] = 76307, + [SMALL_STATE(2429)] = 76336, + [SMALL_STATE(2430)] = 76354, + [SMALL_STATE(2431)] = 76378, + [SMALL_STATE(2432)] = 76400, + [SMALL_STATE(2433)] = 76426, + [SMALL_STATE(2434)] = 76452, + [SMALL_STATE(2435)] = 76470, + [SMALL_STATE(2436)] = 76490, + [SMALL_STATE(2437)] = 76516, + [SMALL_STATE(2438)] = 76536, + [SMALL_STATE(2439)] = 76560, + [SMALL_STATE(2440)] = 76580, + [SMALL_STATE(2441)] = 76606, + [SMALL_STATE(2442)] = 76624, + [SMALL_STATE(2443)] = 76650, + [SMALL_STATE(2444)] = 76672, + [SMALL_STATE(2445)] = 76698, + [SMALL_STATE(2446)] = 76716, + [SMALL_STATE(2447)] = 76742, + [SMALL_STATE(2448)] = 76766, + [SMALL_STATE(2449)] = 76788, + [SMALL_STATE(2450)] = 76812, + [SMALL_STATE(2451)] = 76836, + [SMALL_STATE(2452)] = 76862, + [SMALL_STATE(2453)] = 76882, + [SMALL_STATE(2454)] = 76908, + [SMALL_STATE(2455)] = 76932, + [SMALL_STATE(2456)] = 76958, + [SMALL_STATE(2457)] = 76984, + [SMALL_STATE(2458)] = 77010, + [SMALL_STATE(2459)] = 77034, + [SMALL_STATE(2460)] = 77060, + [SMALL_STATE(2461)] = 77086, + [SMALL_STATE(2462)] = 77104, + [SMALL_STATE(2463)] = 77128, + [SMALL_STATE(2464)] = 77146, + [SMALL_STATE(2465)] = 77170, + [SMALL_STATE(2466)] = 77194, + [SMALL_STATE(2467)] = 77220, + [SMALL_STATE(2468)] = 77246, + [SMALL_STATE(2469)] = 77268, + [SMALL_STATE(2470)] = 77294, + [SMALL_STATE(2471)] = 77320, + [SMALL_STATE(2472)] = 77346, + [SMALL_STATE(2473)] = 77372, + [SMALL_STATE(2474)] = 77398, + [SMALL_STATE(2475)] = 77416, + [SMALL_STATE(2476)] = 77434, + [SMALL_STATE(2477)] = 77458, + [SMALL_STATE(2478)] = 77482, + [SMALL_STATE(2479)] = 77508, + [SMALL_STATE(2480)] = 77534, + [SMALL_STATE(2481)] = 77560, + [SMALL_STATE(2482)] = 77582, + [SMALL_STATE(2483)] = 77608, + [SMALL_STATE(2484)] = 77634, + [SMALL_STATE(2485)] = 77660, + [SMALL_STATE(2486)] = 77682, + [SMALL_STATE(2487)] = 77708, + [SMALL_STATE(2488)] = 77734, + [SMALL_STATE(2489)] = 77760, + [SMALL_STATE(2490)] = 77780, + [SMALL_STATE(2491)] = 77804, + [SMALL_STATE(2492)] = 77830, + [SMALL_STATE(2493)] = 77856, + [SMALL_STATE(2494)] = 77874, + [SMALL_STATE(2495)] = 77896, + [SMALL_STATE(2496)] = 77922, + [SMALL_STATE(2497)] = 77948, + [SMALL_STATE(2498)] = 77966, + [SMALL_STATE(2499)] = 77992, + [SMALL_STATE(2500)] = 78016, + [SMALL_STATE(2501)] = 78034, + [SMALL_STATE(2502)] = 78060, + [SMALL_STATE(2503)] = 78084, + [SMALL_STATE(2504)] = 78110, + [SMALL_STATE(2505)] = 78136, + [SMALL_STATE(2506)] = 78160, + [SMALL_STATE(2507)] = 78186, + [SMALL_STATE(2508)] = 78204, + [SMALL_STATE(2509)] = 78230, + [SMALL_STATE(2510)] = 78248, + [SMALL_STATE(2511)] = 78266, + [SMALL_STATE(2512)] = 78284, + [SMALL_STATE(2513)] = 78302, + [SMALL_STATE(2514)] = 78328, + [SMALL_STATE(2515)] = 78346, + [SMALL_STATE(2516)] = 78364, + [SMALL_STATE(2517)] = 78390, + [SMALL_STATE(2518)] = 78416, + [SMALL_STATE(2519)] = 78434, + [SMALL_STATE(2520)] = 78452, + [SMALL_STATE(2521)] = 78470, + [SMALL_STATE(2522)] = 78488, + [SMALL_STATE(2523)] = 78514, + [SMALL_STATE(2524)] = 78540, + [SMALL_STATE(2525)] = 78566, + [SMALL_STATE(2526)] = 78592, + [SMALL_STATE(2527)] = 78610, + [SMALL_STATE(2528)] = 78636, + [SMALL_STATE(2529)] = 78662, + [SMALL_STATE(2530)] = 78684, + [SMALL_STATE(2531)] = 78706, + [SMALL_STATE(2532)] = 78728, + [SMALL_STATE(2533)] = 78754, + [SMALL_STATE(2534)] = 78780, + [SMALL_STATE(2535)] = 78806, + [SMALL_STATE(2536)] = 78829, + [SMALL_STATE(2537)] = 78850, + [SMALL_STATE(2538)] = 78873, + [SMALL_STATE(2539)] = 78892, + [SMALL_STATE(2540)] = 78909, + [SMALL_STATE(2541)] = 78932, + [SMALL_STATE(2542)] = 78955, + [SMALL_STATE(2543)] = 78974, + [SMALL_STATE(2544)] = 78997, + [SMALL_STATE(2545)] = 79020, + [SMALL_STATE(2546)] = 79037, + [SMALL_STATE(2547)] = 79056, + [SMALL_STATE(2548)] = 79079, + [SMALL_STATE(2549)] = 79096, + [SMALL_STATE(2550)] = 79119, + [SMALL_STATE(2551)] = 79138, + [SMALL_STATE(2552)] = 79161, + [SMALL_STATE(2553)] = 79184, + [SMALL_STATE(2554)] = 79205, + [SMALL_STATE(2555)] = 79224, + [SMALL_STATE(2556)] = 79247, + [SMALL_STATE(2557)] = 79270, + [SMALL_STATE(2558)] = 79293, + [SMALL_STATE(2559)] = 79314, + [SMALL_STATE(2560)] = 79337, + [SMALL_STATE(2561)] = 79360, + [SMALL_STATE(2562)] = 79383, + [SMALL_STATE(2563)] = 79406, + [SMALL_STATE(2564)] = 79429, + [SMALL_STATE(2565)] = 79448, + [SMALL_STATE(2566)] = 79467, + [SMALL_STATE(2567)] = 79490, + [SMALL_STATE(2568)] = 79513, + [SMALL_STATE(2569)] = 79536, + [SMALL_STATE(2570)] = 79559, + [SMALL_STATE(2571)] = 79582, + [SMALL_STATE(2572)] = 79601, + [SMALL_STATE(2573)] = 79624, + [SMALL_STATE(2574)] = 79647, + [SMALL_STATE(2575)] = 79670, + [SMALL_STATE(2576)] = 79693, + [SMALL_STATE(2577)] = 79714, + [SMALL_STATE(2578)] = 79737, + [SMALL_STATE(2579)] = 79760, + [SMALL_STATE(2580)] = 79783, + [SMALL_STATE(2581)] = 79806, + [SMALL_STATE(2582)] = 79829, + [SMALL_STATE(2583)] = 79848, + [SMALL_STATE(2584)] = 79871, + [SMALL_STATE(2585)] = 79894, + [SMALL_STATE(2586)] = 79917, + [SMALL_STATE(2587)] = 79940, + [SMALL_STATE(2588)] = 79963, + [SMALL_STATE(2589)] = 79982, + [SMALL_STATE(2590)] = 80005, + [SMALL_STATE(2591)] = 80028, + [SMALL_STATE(2592)] = 80051, + [SMALL_STATE(2593)] = 80068, + [SMALL_STATE(2594)] = 80091, + [SMALL_STATE(2595)] = 80114, + [SMALL_STATE(2596)] = 80135, + [SMALL_STATE(2597)] = 80158, + [SMALL_STATE(2598)] = 80181, + [SMALL_STATE(2599)] = 80204, + [SMALL_STATE(2600)] = 80223, + [SMALL_STATE(2601)] = 80246, + [SMALL_STATE(2602)] = 80269, + [SMALL_STATE(2603)] = 80292, + [SMALL_STATE(2604)] = 80313, + [SMALL_STATE(2605)] = 80336, + [SMALL_STATE(2606)] = 80359, + [SMALL_STATE(2607)] = 80382, + [SMALL_STATE(2608)] = 80405, + [SMALL_STATE(2609)] = 80428, + [SMALL_STATE(2610)] = 80451, + [SMALL_STATE(2611)] = 80474, + [SMALL_STATE(2612)] = 80495, + [SMALL_STATE(2613)] = 80518, + [SMALL_STATE(2614)] = 80541, + [SMALL_STATE(2615)] = 80564, + [SMALL_STATE(2616)] = 80583, + [SMALL_STATE(2617)] = 80606, + [SMALL_STATE(2618)] = 80629, + [SMALL_STATE(2619)] = 80652, + [SMALL_STATE(2620)] = 80673, + [SMALL_STATE(2621)] = 80696, + [SMALL_STATE(2622)] = 80715, + [SMALL_STATE(2623)] = 80738, + [SMALL_STATE(2624)] = 80761, + [SMALL_STATE(2625)] = 80784, + [SMALL_STATE(2626)] = 80805, + [SMALL_STATE(2627)] = 80828, + [SMALL_STATE(2628)] = 80851, + [SMALL_STATE(2629)] = 80874, + [SMALL_STATE(2630)] = 80893, + [SMALL_STATE(2631)] = 80910, + [SMALL_STATE(2632)] = 80933, + [SMALL_STATE(2633)] = 80956, + [SMALL_STATE(2634)] = 80979, + [SMALL_STATE(2635)] = 81002, + [SMALL_STATE(2636)] = 81025, + [SMALL_STATE(2637)] = 81046, + [SMALL_STATE(2638)] = 81069, + [SMALL_STATE(2639)] = 81092, + [SMALL_STATE(2640)] = 81113, + [SMALL_STATE(2641)] = 81136, + [SMALL_STATE(2642)] = 81159, + [SMALL_STATE(2643)] = 81176, + [SMALL_STATE(2644)] = 81199, + [SMALL_STATE(2645)] = 81218, + [SMALL_STATE(2646)] = 81241, + [SMALL_STATE(2647)] = 81264, + [SMALL_STATE(2648)] = 81287, + [SMALL_STATE(2649)] = 81310, + [SMALL_STATE(2650)] = 81333, + [SMALL_STATE(2651)] = 81356, + [SMALL_STATE(2652)] = 81379, + [SMALL_STATE(2653)] = 81400, + [SMALL_STATE(2654)] = 81423, + [SMALL_STATE(2655)] = 81446, + [SMALL_STATE(2656)] = 81469, + [SMALL_STATE(2657)] = 81492, + [SMALL_STATE(2658)] = 81515, + [SMALL_STATE(2659)] = 81538, + [SMALL_STATE(2660)] = 81561, + [SMALL_STATE(2661)] = 81582, + [SMALL_STATE(2662)] = 81605, + [SMALL_STATE(2663)] = 81628, + [SMALL_STATE(2664)] = 81651, + [SMALL_STATE(2665)] = 81674, + [SMALL_STATE(2666)] = 81697, + [SMALL_STATE(2667)] = 81720, + [SMALL_STATE(2668)] = 81743, + [SMALL_STATE(2669)] = 81764, + [SMALL_STATE(2670)] = 81787, + [SMALL_STATE(2671)] = 81810, + [SMALL_STATE(2672)] = 81833, + [SMALL_STATE(2673)] = 81852, + [SMALL_STATE(2674)] = 81875, + [SMALL_STATE(2675)] = 81898, + [SMALL_STATE(2676)] = 81917, + [SMALL_STATE(2677)] = 81940, + [SMALL_STATE(2678)] = 81961, + [SMALL_STATE(2679)] = 81984, + [SMALL_STATE(2680)] = 82007, + [SMALL_STATE(2681)] = 82030, + [SMALL_STATE(2682)] = 82051, + [SMALL_STATE(2683)] = 82074, + [SMALL_STATE(2684)] = 82097, + [SMALL_STATE(2685)] = 82120, + [SMALL_STATE(2686)] = 82143, + [SMALL_STATE(2687)] = 82166, + [SMALL_STATE(2688)] = 82189, + [SMALL_STATE(2689)] = 82212, + [SMALL_STATE(2690)] = 82233, + [SMALL_STATE(2691)] = 82256, + [SMALL_STATE(2692)] = 82277, + [SMALL_STATE(2693)] = 82300, + [SMALL_STATE(2694)] = 82323, + [SMALL_STATE(2695)] = 82346, + [SMALL_STATE(2696)] = 82365, + [SMALL_STATE(2697)] = 82388, + [SMALL_STATE(2698)] = 82411, + [SMALL_STATE(2699)] = 82434, + [SMALL_STATE(2700)] = 82457, + [SMALL_STATE(2701)] = 82476, + [SMALL_STATE(2702)] = 82499, + [SMALL_STATE(2703)] = 82522, + [SMALL_STATE(2704)] = 82545, + [SMALL_STATE(2705)] = 82564, + [SMALL_STATE(2706)] = 82587, + [SMALL_STATE(2707)] = 82606, + [SMALL_STATE(2708)] = 82629, + [SMALL_STATE(2709)] = 82650, + [SMALL_STATE(2710)] = 82669, + [SMALL_STATE(2711)] = 82692, + [SMALL_STATE(2712)] = 82711, + [SMALL_STATE(2713)] = 82734, + [SMALL_STATE(2714)] = 82757, + [SMALL_STATE(2715)] = 82776, + [SMALL_STATE(2716)] = 82799, + [SMALL_STATE(2717)] = 82820, + [SMALL_STATE(2718)] = 82843, + [SMALL_STATE(2719)] = 82866, + [SMALL_STATE(2720)] = 82889, + [SMALL_STATE(2721)] = 82912, + [SMALL_STATE(2722)] = 82935, + [SMALL_STATE(2723)] = 82958, + [SMALL_STATE(2724)] = 82981, + [SMALL_STATE(2725)] = 83004, + [SMALL_STATE(2726)] = 83025, + [SMALL_STATE(2727)] = 83046, + [SMALL_STATE(2728)] = 83067, + [SMALL_STATE(2729)] = 83084, + [SMALL_STATE(2730)] = 83107, + [SMALL_STATE(2731)] = 83130, + [SMALL_STATE(2732)] = 83153, + [SMALL_STATE(2733)] = 83176, + [SMALL_STATE(2734)] = 83199, + [SMALL_STATE(2735)] = 83222, + [SMALL_STATE(2736)] = 83241, + [SMALL_STATE(2737)] = 83264, + [SMALL_STATE(2738)] = 83281, + [SMALL_STATE(2739)] = 83304, + [SMALL_STATE(2740)] = 83327, + [SMALL_STATE(2741)] = 83346, + [SMALL_STATE(2742)] = 83369, + [SMALL_STATE(2743)] = 83392, + [SMALL_STATE(2744)] = 83415, + [SMALL_STATE(2745)] = 83438, + [SMALL_STATE(2746)] = 83457, + [SMALL_STATE(2747)] = 83480, + [SMALL_STATE(2748)] = 83503, + [SMALL_STATE(2749)] = 83526, + [SMALL_STATE(2750)] = 83549, + [SMALL_STATE(2751)] = 83572, + [SMALL_STATE(2752)] = 83595, + [SMALL_STATE(2753)] = 83618, + [SMALL_STATE(2754)] = 83641, + [SMALL_STATE(2755)] = 83660, + [SMALL_STATE(2756)] = 83683, + [SMALL_STATE(2757)] = 83706, + [SMALL_STATE(2758)] = 83729, + [SMALL_STATE(2759)] = 83752, + [SMALL_STATE(2760)] = 83773, + [SMALL_STATE(2761)] = 83796, + [SMALL_STATE(2762)] = 83819, + [SMALL_STATE(2763)] = 83842, + [SMALL_STATE(2764)] = 83863, + [SMALL_STATE(2765)] = 83882, + [SMALL_STATE(2766)] = 83905, + [SMALL_STATE(2767)] = 83928, + [SMALL_STATE(2768)] = 83951, + [SMALL_STATE(2769)] = 83974, + [SMALL_STATE(2770)] = 83993, + [SMALL_STATE(2771)] = 84014, + [SMALL_STATE(2772)] = 84037, + [SMALL_STATE(2773)] = 84056, + [SMALL_STATE(2774)] = 84079, + [SMALL_STATE(2775)] = 84098, + [SMALL_STATE(2776)] = 84121, + [SMALL_STATE(2777)] = 84144, + [SMALL_STATE(2778)] = 84167, + [SMALL_STATE(2779)] = 84190, + [SMALL_STATE(2780)] = 84213, + [SMALL_STATE(2781)] = 84236, + [SMALL_STATE(2782)] = 84259, + [SMALL_STATE(2783)] = 84282, + [SMALL_STATE(2784)] = 84305, + [SMALL_STATE(2785)] = 84326, + [SMALL_STATE(2786)] = 84349, + [SMALL_STATE(2787)] = 84372, + [SMALL_STATE(2788)] = 84395, + [SMALL_STATE(2789)] = 84418, + [SMALL_STATE(2790)] = 84438, + [SMALL_STATE(2791)] = 84458, + [SMALL_STATE(2792)] = 84478, + [SMALL_STATE(2793)] = 84498, + [SMALL_STATE(2794)] = 84514, + [SMALL_STATE(2795)] = 84534, + [SMALL_STATE(2796)] = 84554, + [SMALL_STATE(2797)] = 84574, + [SMALL_STATE(2798)] = 84594, + [SMALL_STATE(2799)] = 84614, + [SMALL_STATE(2800)] = 84634, + [SMALL_STATE(2801)] = 84654, + [SMALL_STATE(2802)] = 84674, + [SMALL_STATE(2803)] = 84694, + [SMALL_STATE(2804)] = 84714, + [SMALL_STATE(2805)] = 84734, + [SMALL_STATE(2806)] = 84754, + [SMALL_STATE(2807)] = 84774, + [SMALL_STATE(2808)] = 84792, + [SMALL_STATE(2809)] = 84812, + [SMALL_STATE(2810)] = 84832, + [SMALL_STATE(2811)] = 84852, + [SMALL_STATE(2812)] = 84872, + [SMALL_STATE(2813)] = 84892, + [SMALL_STATE(2814)] = 84912, + [SMALL_STATE(2815)] = 84932, + [SMALL_STATE(2816)] = 84950, + [SMALL_STATE(2817)] = 84970, + [SMALL_STATE(2818)] = 84990, + [SMALL_STATE(2819)] = 85010, + [SMALL_STATE(2820)] = 85030, + [SMALL_STATE(2821)] = 85050, + [SMALL_STATE(2822)] = 85070, + [SMALL_STATE(2823)] = 85088, + [SMALL_STATE(2824)] = 85106, + [SMALL_STATE(2825)] = 85126, + [SMALL_STATE(2826)] = 85146, + [SMALL_STATE(2827)] = 85166, + [SMALL_STATE(2828)] = 85186, + [SMALL_STATE(2829)] = 85206, + [SMALL_STATE(2830)] = 85224, + [SMALL_STATE(2831)] = 85244, + [SMALL_STATE(2832)] = 85264, + [SMALL_STATE(2833)] = 85284, + [SMALL_STATE(2834)] = 85304, + [SMALL_STATE(2835)] = 85324, + [SMALL_STATE(2836)] = 85344, + [SMALL_STATE(2837)] = 85362, + [SMALL_STATE(2838)] = 85382, + [SMALL_STATE(2839)] = 85402, + [SMALL_STATE(2840)] = 85420, + [SMALL_STATE(2841)] = 85440, + [SMALL_STATE(2842)] = 85458, + [SMALL_STATE(2843)] = 85476, + [SMALL_STATE(2844)] = 85496, + [SMALL_STATE(2845)] = 85514, + [SMALL_STATE(2846)] = 85534, + [SMALL_STATE(2847)] = 85554, + [SMALL_STATE(2848)] = 85574, + [SMALL_STATE(2849)] = 85594, + [SMALL_STATE(2850)] = 85614, + [SMALL_STATE(2851)] = 85634, + [SMALL_STATE(2852)] = 85654, + [SMALL_STATE(2853)] = 85674, + [SMALL_STATE(2854)] = 85694, + [SMALL_STATE(2855)] = 85714, + [SMALL_STATE(2856)] = 85734, + [SMALL_STATE(2857)] = 85754, + [SMALL_STATE(2858)] = 85774, + [SMALL_STATE(2859)] = 85794, + [SMALL_STATE(2860)] = 85814, + [SMALL_STATE(2861)] = 85832, + [SMALL_STATE(2862)] = 85852, + [SMALL_STATE(2863)] = 85872, + [SMALL_STATE(2864)] = 85892, + [SMALL_STATE(2865)] = 85912, + [SMALL_STATE(2866)] = 85932, + [SMALL_STATE(2867)] = 85952, + [SMALL_STATE(2868)] = 85972, + [SMALL_STATE(2869)] = 85990, + [SMALL_STATE(2870)] = 86010, + [SMALL_STATE(2871)] = 86030, + [SMALL_STATE(2872)] = 86050, + [SMALL_STATE(2873)] = 86066, + [SMALL_STATE(2874)] = 86082, + [SMALL_STATE(2875)] = 86102, + [SMALL_STATE(2876)] = 86122, + [SMALL_STATE(2877)] = 86142, + [SMALL_STATE(2878)] = 86160, + [SMALL_STATE(2879)] = 86180, + [SMALL_STATE(2880)] = 86198, + [SMALL_STATE(2881)] = 86218, + [SMALL_STATE(2882)] = 86238, + [SMALL_STATE(2883)] = 86258, + [SMALL_STATE(2884)] = 86278, + [SMALL_STATE(2885)] = 86294, + [SMALL_STATE(2886)] = 86310, + [SMALL_STATE(2887)] = 86330, + [SMALL_STATE(2888)] = 86350, + [SMALL_STATE(2889)] = 86370, + [SMALL_STATE(2890)] = 86390, + [SMALL_STATE(2891)] = 86408, + [SMALL_STATE(2892)] = 86428, + [SMALL_STATE(2893)] = 86448, + [SMALL_STATE(2894)] = 86468, + [SMALL_STATE(2895)] = 86488, + [SMALL_STATE(2896)] = 86504, + [SMALL_STATE(2897)] = 86524, + [SMALL_STATE(2898)] = 86544, + [SMALL_STATE(2899)] = 86564, + [SMALL_STATE(2900)] = 86580, + [SMALL_STATE(2901)] = 86600, + [SMALL_STATE(2902)] = 86616, + [SMALL_STATE(2903)] = 86636, + [SMALL_STATE(2904)] = 86652, + [SMALL_STATE(2905)] = 86672, + [SMALL_STATE(2906)] = 86688, + [SMALL_STATE(2907)] = 86708, + [SMALL_STATE(2908)] = 86724, + [SMALL_STATE(2909)] = 86740, + [SMALL_STATE(2910)] = 86760, + [SMALL_STATE(2911)] = 86780, + [SMALL_STATE(2912)] = 86796, + [SMALL_STATE(2913)] = 86816, + [SMALL_STATE(2914)] = 86834, + [SMALL_STATE(2915)] = 86854, + [SMALL_STATE(2916)] = 86874, + [SMALL_STATE(2917)] = 86894, + [SMALL_STATE(2918)] = 86914, + [SMALL_STATE(2919)] = 86934, + [SMALL_STATE(2920)] = 86954, + [SMALL_STATE(2921)] = 86974, + [SMALL_STATE(2922)] = 86994, + [SMALL_STATE(2923)] = 87014, + [SMALL_STATE(2924)] = 87034, + [SMALL_STATE(2925)] = 87054, + [SMALL_STATE(2926)] = 87074, + [SMALL_STATE(2927)] = 87094, + [SMALL_STATE(2928)] = 87112, + [SMALL_STATE(2929)] = 87130, + [SMALL_STATE(2930)] = 87150, + [SMALL_STATE(2931)] = 87170, + [SMALL_STATE(2932)] = 87190, + [SMALL_STATE(2933)] = 87208, + [SMALL_STATE(2934)] = 87228, + [SMALL_STATE(2935)] = 87248, + [SMALL_STATE(2936)] = 87264, + [SMALL_STATE(2937)] = 87280, + [SMALL_STATE(2938)] = 87296, + [SMALL_STATE(2939)] = 87316, + [SMALL_STATE(2940)] = 87332, + [SMALL_STATE(2941)] = 87352, + [SMALL_STATE(2942)] = 87372, + [SMALL_STATE(2943)] = 87392, + [SMALL_STATE(2944)] = 87412, + [SMALL_STATE(2945)] = 87432, + [SMALL_STATE(2946)] = 87452, + [SMALL_STATE(2947)] = 87470, + [SMALL_STATE(2948)] = 87490, + [SMALL_STATE(2949)] = 87510, + [SMALL_STATE(2950)] = 87528, + [SMALL_STATE(2951)] = 87548, + [SMALL_STATE(2952)] = 87564, + [SMALL_STATE(2953)] = 87584, + [SMALL_STATE(2954)] = 87604, + [SMALL_STATE(2955)] = 87622, + [SMALL_STATE(2956)] = 87642, + [SMALL_STATE(2957)] = 87660, + [SMALL_STATE(2958)] = 87678, + [SMALL_STATE(2959)] = 87698, + [SMALL_STATE(2960)] = 87718, + [SMALL_STATE(2961)] = 87738, + [SMALL_STATE(2962)] = 87758, + [SMALL_STATE(2963)] = 87778, + [SMALL_STATE(2964)] = 87796, + [SMALL_STATE(2965)] = 87816, + [SMALL_STATE(2966)] = 87832, + [SMALL_STATE(2967)] = 87852, + [SMALL_STATE(2968)] = 87870, + [SMALL_STATE(2969)] = 87890, + [SMALL_STATE(2970)] = 87910, + [SMALL_STATE(2971)] = 87930, + [SMALL_STATE(2972)] = 87950, + [SMALL_STATE(2973)] = 87970, + [SMALL_STATE(2974)] = 87990, + [SMALL_STATE(2975)] = 88010, + [SMALL_STATE(2976)] = 88030, + [SMALL_STATE(2977)] = 88050, + [SMALL_STATE(2978)] = 88070, + [SMALL_STATE(2979)] = 88088, + [SMALL_STATE(2980)] = 88108, + [SMALL_STATE(2981)] = 88128, + [SMALL_STATE(2982)] = 88148, + [SMALL_STATE(2983)] = 88168, + [SMALL_STATE(2984)] = 88186, + [SMALL_STATE(2985)] = 88206, + [SMALL_STATE(2986)] = 88226, + [SMALL_STATE(2987)] = 88246, + [SMALL_STATE(2988)] = 88266, + [SMALL_STATE(2989)] = 88286, + [SMALL_STATE(2990)] = 88306, + [SMALL_STATE(2991)] = 88326, + [SMALL_STATE(2992)] = 88344, + [SMALL_STATE(2993)] = 88364, + [SMALL_STATE(2994)] = 88384, + [SMALL_STATE(2995)] = 88402, + [SMALL_STATE(2996)] = 88422, + [SMALL_STATE(2997)] = 88440, + [SMALL_STATE(2998)] = 88460, + [SMALL_STATE(2999)] = 88476, + [SMALL_STATE(3000)] = 88492, + [SMALL_STATE(3001)] = 88512, + [SMALL_STATE(3002)] = 88528, + [SMALL_STATE(3003)] = 88544, + [SMALL_STATE(3004)] = 88560, + [SMALL_STATE(3005)] = 88576, + [SMALL_STATE(3006)] = 88594, + [SMALL_STATE(3007)] = 88614, + [SMALL_STATE(3008)] = 88634, + [SMALL_STATE(3009)] = 88650, + [SMALL_STATE(3010)] = 88666, + [SMALL_STATE(3011)] = 88686, + [SMALL_STATE(3012)] = 88706, + [SMALL_STATE(3013)] = 88724, + [SMALL_STATE(3014)] = 88740, + [SMALL_STATE(3015)] = 88756, + [SMALL_STATE(3016)] = 88776, + [SMALL_STATE(3017)] = 88792, + [SMALL_STATE(3018)] = 88808, + [SMALL_STATE(3019)] = 88828, + [SMALL_STATE(3020)] = 88844, + [SMALL_STATE(3021)] = 88864, + [SMALL_STATE(3022)] = 88884, + [SMALL_STATE(3023)] = 88904, + [SMALL_STATE(3024)] = 88924, + [SMALL_STATE(3025)] = 88944, + [SMALL_STATE(3026)] = 88964, + [SMALL_STATE(3027)] = 88984, + [SMALL_STATE(3028)] = 89000, + [SMALL_STATE(3029)] = 89020, + [SMALL_STATE(3030)] = 89036, + [SMALL_STATE(3031)] = 89056, + [SMALL_STATE(3032)] = 89072, + [SMALL_STATE(3033)] = 89092, + [SMALL_STATE(3034)] = 89112, + [SMALL_STATE(3035)] = 89132, + [SMALL_STATE(3036)] = 89152, + [SMALL_STATE(3037)] = 89172, + [SMALL_STATE(3038)] = 89188, + [SMALL_STATE(3039)] = 89208, + [SMALL_STATE(3040)] = 89226, + [SMALL_STATE(3041)] = 89246, + [SMALL_STATE(3042)] = 89266, + [SMALL_STATE(3043)] = 89282, + [SMALL_STATE(3044)] = 89298, + [SMALL_STATE(3045)] = 89314, + [SMALL_STATE(3046)] = 89330, + [SMALL_STATE(3047)] = 89346, + [SMALL_STATE(3048)] = 89366, + [SMALL_STATE(3049)] = 89386, + [SMALL_STATE(3050)] = 89406, + [SMALL_STATE(3051)] = 89422, + [SMALL_STATE(3052)] = 89438, + [SMALL_STATE(3053)] = 89456, + [SMALL_STATE(3054)] = 89474, + [SMALL_STATE(3055)] = 89492, + [SMALL_STATE(3056)] = 89512, + [SMALL_STATE(3057)] = 89532, + [SMALL_STATE(3058)] = 89550, + [SMALL_STATE(3059)] = 89566, + [SMALL_STATE(3060)] = 89584, + [SMALL_STATE(3061)] = 89604, + [SMALL_STATE(3062)] = 89624, + [SMALL_STATE(3063)] = 89644, + [SMALL_STATE(3064)] = 89664, + [SMALL_STATE(3065)] = 89684, + [SMALL_STATE(3066)] = 89704, + [SMALL_STATE(3067)] = 89724, + [SMALL_STATE(3068)] = 89740, + [SMALL_STATE(3069)] = 89760, + [SMALL_STATE(3070)] = 89778, + [SMALL_STATE(3071)] = 89798, + [SMALL_STATE(3072)] = 89818, + [SMALL_STATE(3073)] = 89834, + [SMALL_STATE(3074)] = 89850, + [SMALL_STATE(3075)] = 89866, + [SMALL_STATE(3076)] = 89886, + [SMALL_STATE(3077)] = 89902, + [SMALL_STATE(3078)] = 89918, + [SMALL_STATE(3079)] = 89934, + [SMALL_STATE(3080)] = 89950, + [SMALL_STATE(3081)] = 89966, + [SMALL_STATE(3082)] = 89982, + [SMALL_STATE(3083)] = 90002, + [SMALL_STATE(3084)] = 90022, + [SMALL_STATE(3085)] = 90042, + [SMALL_STATE(3086)] = 90062, + [SMALL_STATE(3087)] = 90082, + [SMALL_STATE(3088)] = 90102, + [SMALL_STATE(3089)] = 90122, + [SMALL_STATE(3090)] = 90142, + [SMALL_STATE(3091)] = 90162, + [SMALL_STATE(3092)] = 90178, + [SMALL_STATE(3093)] = 90198, + [SMALL_STATE(3094)] = 90218, + [SMALL_STATE(3095)] = 90238, + [SMALL_STATE(3096)] = 90256, + [SMALL_STATE(3097)] = 90276, + [SMALL_STATE(3098)] = 90296, + [SMALL_STATE(3099)] = 90313, + [SMALL_STATE(3100)] = 90330, + [SMALL_STATE(3101)] = 90347, + [SMALL_STATE(3102)] = 90364, + [SMALL_STATE(3103)] = 90381, + [SMALL_STATE(3104)] = 90398, + [SMALL_STATE(3105)] = 90415, + [SMALL_STATE(3106)] = 90432, + [SMALL_STATE(3107)] = 90447, + [SMALL_STATE(3108)] = 90464, + [SMALL_STATE(3109)] = 90479, + [SMALL_STATE(3110)] = 90496, + [SMALL_STATE(3111)] = 90513, + [SMALL_STATE(3112)] = 90528, + [SMALL_STATE(3113)] = 90545, + [SMALL_STATE(3114)] = 90562, + [SMALL_STATE(3115)] = 90577, + [SMALL_STATE(3116)] = 90594, + [SMALL_STATE(3117)] = 90611, + [SMALL_STATE(3118)] = 90628, + [SMALL_STATE(3119)] = 90645, + [SMALL_STATE(3120)] = 90662, + [SMALL_STATE(3121)] = 90679, + [SMALL_STATE(3122)] = 90696, + [SMALL_STATE(3123)] = 90713, + [SMALL_STATE(3124)] = 90730, + [SMALL_STATE(3125)] = 90745, + [SMALL_STATE(3126)] = 90762, + [SMALL_STATE(3127)] = 90779, + [SMALL_STATE(3128)] = 90796, + [SMALL_STATE(3129)] = 90811, + [SMALL_STATE(3130)] = 90828, + [SMALL_STATE(3131)] = 90845, + [SMALL_STATE(3132)] = 90862, + [SMALL_STATE(3133)] = 90879, + [SMALL_STATE(3134)] = 90896, + [SMALL_STATE(3135)] = 90911, + [SMALL_STATE(3136)] = 90928, + [SMALL_STATE(3137)] = 90945, + [SMALL_STATE(3138)] = 90960, + [SMALL_STATE(3139)] = 90975, + [SMALL_STATE(3140)] = 90992, + [SMALL_STATE(3141)] = 91009, + [SMALL_STATE(3142)] = 91024, + [SMALL_STATE(3143)] = 91041, + [SMALL_STATE(3144)] = 91058, + [SMALL_STATE(3145)] = 91073, + [SMALL_STATE(3146)] = 91088, + [SMALL_STATE(3147)] = 91105, + [SMALL_STATE(3148)] = 91122, + [SMALL_STATE(3149)] = 91139, + [SMALL_STATE(3150)] = 91156, + [SMALL_STATE(3151)] = 91173, + [SMALL_STATE(3152)] = 91190, + [SMALL_STATE(3153)] = 91207, + [SMALL_STATE(3154)] = 91222, + [SMALL_STATE(3155)] = 91237, + [SMALL_STATE(3156)] = 91252, + [SMALL_STATE(3157)] = 91269, + [SMALL_STATE(3158)] = 91286, + [SMALL_STATE(3159)] = 91303, + [SMALL_STATE(3160)] = 91320, + [SMALL_STATE(3161)] = 91337, + [SMALL_STATE(3162)] = 91354, + [SMALL_STATE(3163)] = 91371, + [SMALL_STATE(3164)] = 91388, + [SMALL_STATE(3165)] = 91405, + [SMALL_STATE(3166)] = 91422, + [SMALL_STATE(3167)] = 91439, + [SMALL_STATE(3168)] = 91456, + [SMALL_STATE(3169)] = 91473, + [SMALL_STATE(3170)] = 91488, + [SMALL_STATE(3171)] = 91505, + [SMALL_STATE(3172)] = 91522, + [SMALL_STATE(3173)] = 91539, + [SMALL_STATE(3174)] = 91554, + [SMALL_STATE(3175)] = 91571, + [SMALL_STATE(3176)] = 91588, + [SMALL_STATE(3177)] = 91603, + [SMALL_STATE(3178)] = 91620, + [SMALL_STATE(3179)] = 91637, + [SMALL_STATE(3180)] = 91654, + [SMALL_STATE(3181)] = 91669, + [SMALL_STATE(3182)] = 91686, + [SMALL_STATE(3183)] = 91703, + [SMALL_STATE(3184)] = 91718, + [SMALL_STATE(3185)] = 91735, + [SMALL_STATE(3186)] = 91750, + [SMALL_STATE(3187)] = 91767, + [SMALL_STATE(3188)] = 91782, + [SMALL_STATE(3189)] = 91797, + [SMALL_STATE(3190)] = 91814, + [SMALL_STATE(3191)] = 91829, + [SMALL_STATE(3192)] = 91846, + [SMALL_STATE(3193)] = 91861, + [SMALL_STATE(3194)] = 91878, + [SMALL_STATE(3195)] = 91895, + [SMALL_STATE(3196)] = 91910, + [SMALL_STATE(3197)] = 91927, + [SMALL_STATE(3198)] = 91944, + [SMALL_STATE(3199)] = 91961, + [SMALL_STATE(3200)] = 91978, + [SMALL_STATE(3201)] = 91993, + [SMALL_STATE(3202)] = 92010, + [SMALL_STATE(3203)] = 92027, + [SMALL_STATE(3204)] = 92044, + [SMALL_STATE(3205)] = 92061, + [SMALL_STATE(3206)] = 92078, + [SMALL_STATE(3207)] = 92095, + [SMALL_STATE(3208)] = 92112, + [SMALL_STATE(3209)] = 92129, + [SMALL_STATE(3210)] = 92146, + [SMALL_STATE(3211)] = 92163, + [SMALL_STATE(3212)] = 92180, + [SMALL_STATE(3213)] = 92195, + [SMALL_STATE(3214)] = 92212, + [SMALL_STATE(3215)] = 92229, + [SMALL_STATE(3216)] = 92246, + [SMALL_STATE(3217)] = 92263, + [SMALL_STATE(3218)] = 92280, + [SMALL_STATE(3219)] = 92297, + [SMALL_STATE(3220)] = 92314, + [SMALL_STATE(3221)] = 92329, + [SMALL_STATE(3222)] = 92346, + [SMALL_STATE(3223)] = 92363, + [SMALL_STATE(3224)] = 92380, + [SMALL_STATE(3225)] = 92397, + [SMALL_STATE(3226)] = 92414, + [SMALL_STATE(3227)] = 92429, + [SMALL_STATE(3228)] = 92446, + [SMALL_STATE(3229)] = 92463, + [SMALL_STATE(3230)] = 92480, + [SMALL_STATE(3231)] = 92495, + [SMALL_STATE(3232)] = 92512, + [SMALL_STATE(3233)] = 92529, + [SMALL_STATE(3234)] = 92546, + [SMALL_STATE(3235)] = 92563, + [SMALL_STATE(3236)] = 92580, + [SMALL_STATE(3237)] = 92597, + [SMALL_STATE(3238)] = 92614, + [SMALL_STATE(3239)] = 92631, + [SMALL_STATE(3240)] = 92648, + [SMALL_STATE(3241)] = 92665, + [SMALL_STATE(3242)] = 92682, + [SMALL_STATE(3243)] = 92699, + [SMALL_STATE(3244)] = 92716, + [SMALL_STATE(3245)] = 92733, + [SMALL_STATE(3246)] = 92750, + [SMALL_STATE(3247)] = 92767, + [SMALL_STATE(3248)] = 92784, + [SMALL_STATE(3249)] = 92801, + [SMALL_STATE(3250)] = 92818, + [SMALL_STATE(3251)] = 92835, + [SMALL_STATE(3252)] = 92852, + [SMALL_STATE(3253)] = 92869, + [SMALL_STATE(3254)] = 92886, + [SMALL_STATE(3255)] = 92903, + [SMALL_STATE(3256)] = 92920, + [SMALL_STATE(3257)] = 92937, + [SMALL_STATE(3258)] = 92954, + [SMALL_STATE(3259)] = 92971, + [SMALL_STATE(3260)] = 92988, + [SMALL_STATE(3261)] = 93005, + [SMALL_STATE(3262)] = 93022, + [SMALL_STATE(3263)] = 93039, + [SMALL_STATE(3264)] = 93056, + [SMALL_STATE(3265)] = 93071, + [SMALL_STATE(3266)] = 93088, + [SMALL_STATE(3267)] = 93105, + [SMALL_STATE(3268)] = 93122, + [SMALL_STATE(3269)] = 93139, + [SMALL_STATE(3270)] = 93154, + [SMALL_STATE(3271)] = 93171, + [SMALL_STATE(3272)] = 93188, + [SMALL_STATE(3273)] = 93203, + [SMALL_STATE(3274)] = 93220, + [SMALL_STATE(3275)] = 93235, + [SMALL_STATE(3276)] = 93252, + [SMALL_STATE(3277)] = 93269, + [SMALL_STATE(3278)] = 93286, + [SMALL_STATE(3279)] = 93301, + [SMALL_STATE(3280)] = 93318, + [SMALL_STATE(3281)] = 93335, + [SMALL_STATE(3282)] = 93352, + [SMALL_STATE(3283)] = 93369, + [SMALL_STATE(3284)] = 93386, + [SMALL_STATE(3285)] = 93403, + [SMALL_STATE(3286)] = 93420, + [SMALL_STATE(3287)] = 93437, + [SMALL_STATE(3288)] = 93454, + [SMALL_STATE(3289)] = 93469, + [SMALL_STATE(3290)] = 93486, + [SMALL_STATE(3291)] = 93503, + [SMALL_STATE(3292)] = 93520, + [SMALL_STATE(3293)] = 93537, + [SMALL_STATE(3294)] = 93552, + [SMALL_STATE(3295)] = 93567, + [SMALL_STATE(3296)] = 93584, + [SMALL_STATE(3297)] = 93599, + [SMALL_STATE(3298)] = 93616, + [SMALL_STATE(3299)] = 93633, + [SMALL_STATE(3300)] = 93650, + [SMALL_STATE(3301)] = 93667, + [SMALL_STATE(3302)] = 93684, + [SMALL_STATE(3303)] = 93701, + [SMALL_STATE(3304)] = 93718, + [SMALL_STATE(3305)] = 93735, + [SMALL_STATE(3306)] = 93752, + [SMALL_STATE(3307)] = 93769, + [SMALL_STATE(3308)] = 93786, + [SMALL_STATE(3309)] = 93801, + [SMALL_STATE(3310)] = 93818, + [SMALL_STATE(3311)] = 93835, + [SMALL_STATE(3312)] = 93852, + [SMALL_STATE(3313)] = 93867, + [SMALL_STATE(3314)] = 93884, + [SMALL_STATE(3315)] = 93901, + [SMALL_STATE(3316)] = 93918, + [SMALL_STATE(3317)] = 93933, + [SMALL_STATE(3318)] = 93950, + [SMALL_STATE(3319)] = 93967, + [SMALL_STATE(3320)] = 93984, + [SMALL_STATE(3321)] = 94001, + [SMALL_STATE(3322)] = 94016, + [SMALL_STATE(3323)] = 94033, + [SMALL_STATE(3324)] = 94050, + [SMALL_STATE(3325)] = 94065, + [SMALL_STATE(3326)] = 94080, + [SMALL_STATE(3327)] = 94097, + [SMALL_STATE(3328)] = 94112, + [SMALL_STATE(3329)] = 94127, + [SMALL_STATE(3330)] = 94144, + [SMALL_STATE(3331)] = 94159, + [SMALL_STATE(3332)] = 94174, + [SMALL_STATE(3333)] = 94191, + [SMALL_STATE(3334)] = 94208, + [SMALL_STATE(3335)] = 94225, + [SMALL_STATE(3336)] = 94242, + [SMALL_STATE(3337)] = 94259, + [SMALL_STATE(3338)] = 94276, + [SMALL_STATE(3339)] = 94293, + [SMALL_STATE(3340)] = 94310, + [SMALL_STATE(3341)] = 94327, + [SMALL_STATE(3342)] = 94344, + [SMALL_STATE(3343)] = 94361, + [SMALL_STATE(3344)] = 94378, + [SMALL_STATE(3345)] = 94395, + [SMALL_STATE(3346)] = 94410, + [SMALL_STATE(3347)] = 94427, + [SMALL_STATE(3348)] = 94444, + [SMALL_STATE(3349)] = 94461, + [SMALL_STATE(3350)] = 94478, + [SMALL_STATE(3351)] = 94495, + [SMALL_STATE(3352)] = 94512, + [SMALL_STATE(3353)] = 94529, + [SMALL_STATE(3354)] = 94546, + [SMALL_STATE(3355)] = 94563, + [SMALL_STATE(3356)] = 94580, + [SMALL_STATE(3357)] = 94595, + [SMALL_STATE(3358)] = 94612, + [SMALL_STATE(3359)] = 94629, + [SMALL_STATE(3360)] = 94646, + [SMALL_STATE(3361)] = 94661, + [SMALL_STATE(3362)] = 94678, + [SMALL_STATE(3363)] = 94695, + [SMALL_STATE(3364)] = 94712, + [SMALL_STATE(3365)] = 94727, + [SMALL_STATE(3366)] = 94742, + [SMALL_STATE(3367)] = 94757, + [SMALL_STATE(3368)] = 94774, + [SMALL_STATE(3369)] = 94791, + [SMALL_STATE(3370)] = 94808, + [SMALL_STATE(3371)] = 94825, + [SMALL_STATE(3372)] = 94842, + [SMALL_STATE(3373)] = 94859, + [SMALL_STATE(3374)] = 94876, + [SMALL_STATE(3375)] = 94893, + [SMALL_STATE(3376)] = 94910, + [SMALL_STATE(3377)] = 94927, + [SMALL_STATE(3378)] = 94944, + [SMALL_STATE(3379)] = 94961, + [SMALL_STATE(3380)] = 94978, + [SMALL_STATE(3381)] = 94995, + [SMALL_STATE(3382)] = 95012, + [SMALL_STATE(3383)] = 95029, + [SMALL_STATE(3384)] = 95046, + [SMALL_STATE(3385)] = 95061, + [SMALL_STATE(3386)] = 95075, + [SMALL_STATE(3387)] = 95089, + [SMALL_STATE(3388)] = 95103, + [SMALL_STATE(3389)] = 95117, + [SMALL_STATE(3390)] = 95131, + [SMALL_STATE(3391)] = 95145, + [SMALL_STATE(3392)] = 95159, + [SMALL_STATE(3393)] = 95173, + [SMALL_STATE(3394)] = 95187, + [SMALL_STATE(3395)] = 95201, + [SMALL_STATE(3396)] = 95215, + [SMALL_STATE(3397)] = 95229, + [SMALL_STATE(3398)] = 95243, + [SMALL_STATE(3399)] = 95257, + [SMALL_STATE(3400)] = 95271, + [SMALL_STATE(3401)] = 95285, + [SMALL_STATE(3402)] = 95299, + [SMALL_STATE(3403)] = 95313, + [SMALL_STATE(3404)] = 95327, + [SMALL_STATE(3405)] = 95341, + [SMALL_STATE(3406)] = 95355, + [SMALL_STATE(3407)] = 95369, + [SMALL_STATE(3408)] = 95383, + [SMALL_STATE(3409)] = 95397, + [SMALL_STATE(3410)] = 95411, + [SMALL_STATE(3411)] = 95425, + [SMALL_STATE(3412)] = 95439, + [SMALL_STATE(3413)] = 95453, + [SMALL_STATE(3414)] = 95467, + [SMALL_STATE(3415)] = 95481, + [SMALL_STATE(3416)] = 95495, + [SMALL_STATE(3417)] = 95509, + [SMALL_STATE(3418)] = 95523, + [SMALL_STATE(3419)] = 95537, + [SMALL_STATE(3420)] = 95551, + [SMALL_STATE(3421)] = 95565, + [SMALL_STATE(3422)] = 95579, + [SMALL_STATE(3423)] = 95593, + [SMALL_STATE(3424)] = 95607, + [SMALL_STATE(3425)] = 95621, + [SMALL_STATE(3426)] = 95635, + [SMALL_STATE(3427)] = 95649, + [SMALL_STATE(3428)] = 95663, + [SMALL_STATE(3429)] = 95677, + [SMALL_STATE(3430)] = 95691, + [SMALL_STATE(3431)] = 95705, + [SMALL_STATE(3432)] = 95719, + [SMALL_STATE(3433)] = 95733, + [SMALL_STATE(3434)] = 95747, + [SMALL_STATE(3435)] = 95761, + [SMALL_STATE(3436)] = 95775, + [SMALL_STATE(3437)] = 95789, + [SMALL_STATE(3438)] = 95803, + [SMALL_STATE(3439)] = 95817, + [SMALL_STATE(3440)] = 95831, + [SMALL_STATE(3441)] = 95845, + [SMALL_STATE(3442)] = 95859, + [SMALL_STATE(3443)] = 95873, + [SMALL_STATE(3444)] = 95887, + [SMALL_STATE(3445)] = 95901, + [SMALL_STATE(3446)] = 95915, + [SMALL_STATE(3447)] = 95929, + [SMALL_STATE(3448)] = 95943, + [SMALL_STATE(3449)] = 95957, + [SMALL_STATE(3450)] = 95971, + [SMALL_STATE(3451)] = 95985, + [SMALL_STATE(3452)] = 95999, + [SMALL_STATE(3453)] = 96013, + [SMALL_STATE(3454)] = 96027, + [SMALL_STATE(3455)] = 96041, + [SMALL_STATE(3456)] = 96055, + [SMALL_STATE(3457)] = 96069, + [SMALL_STATE(3458)] = 96083, + [SMALL_STATE(3459)] = 96097, + [SMALL_STATE(3460)] = 96111, + [SMALL_STATE(3461)] = 96125, + [SMALL_STATE(3462)] = 96139, + [SMALL_STATE(3463)] = 96153, + [SMALL_STATE(3464)] = 96167, + [SMALL_STATE(3465)] = 96181, + [SMALL_STATE(3466)] = 96195, + [SMALL_STATE(3467)] = 96209, + [SMALL_STATE(3468)] = 96223, + [SMALL_STATE(3469)] = 96237, + [SMALL_STATE(3470)] = 96251, + [SMALL_STATE(3471)] = 96265, + [SMALL_STATE(3472)] = 96279, + [SMALL_STATE(3473)] = 96293, + [SMALL_STATE(3474)] = 96307, + [SMALL_STATE(3475)] = 96321, + [SMALL_STATE(3476)] = 96335, + [SMALL_STATE(3477)] = 96349, + [SMALL_STATE(3478)] = 96363, + [SMALL_STATE(3479)] = 96377, + [SMALL_STATE(3480)] = 96391, + [SMALL_STATE(3481)] = 96405, + [SMALL_STATE(3482)] = 96419, + [SMALL_STATE(3483)] = 96433, + [SMALL_STATE(3484)] = 96447, + [SMALL_STATE(3485)] = 96461, + [SMALL_STATE(3486)] = 96475, + [SMALL_STATE(3487)] = 96489, + [SMALL_STATE(3488)] = 96503, + [SMALL_STATE(3489)] = 96517, + [SMALL_STATE(3490)] = 96531, + [SMALL_STATE(3491)] = 96545, + [SMALL_STATE(3492)] = 96559, + [SMALL_STATE(3493)] = 96573, + [SMALL_STATE(3494)] = 96587, + [SMALL_STATE(3495)] = 96601, + [SMALL_STATE(3496)] = 96615, + [SMALL_STATE(3497)] = 96629, + [SMALL_STATE(3498)] = 96643, + [SMALL_STATE(3499)] = 96657, + [SMALL_STATE(3500)] = 96671, + [SMALL_STATE(3501)] = 96685, + [SMALL_STATE(3502)] = 96699, + [SMALL_STATE(3503)] = 96713, + [SMALL_STATE(3504)] = 96727, + [SMALL_STATE(3505)] = 96741, + [SMALL_STATE(3506)] = 96755, + [SMALL_STATE(3507)] = 96769, + [SMALL_STATE(3508)] = 96783, + [SMALL_STATE(3509)] = 96797, + [SMALL_STATE(3510)] = 96811, + [SMALL_STATE(3511)] = 96825, + [SMALL_STATE(3512)] = 96839, + [SMALL_STATE(3513)] = 96853, + [SMALL_STATE(3514)] = 96867, + [SMALL_STATE(3515)] = 96881, + [SMALL_STATE(3516)] = 96895, + [SMALL_STATE(3517)] = 96909, + [SMALL_STATE(3518)] = 96923, + [SMALL_STATE(3519)] = 96937, + [SMALL_STATE(3520)] = 96951, + [SMALL_STATE(3521)] = 96965, + [SMALL_STATE(3522)] = 96979, + [SMALL_STATE(3523)] = 96993, + [SMALL_STATE(3524)] = 97007, + [SMALL_STATE(3525)] = 97021, + [SMALL_STATE(3526)] = 97035, + [SMALL_STATE(3527)] = 97049, + [SMALL_STATE(3528)] = 97063, + [SMALL_STATE(3529)] = 97077, + [SMALL_STATE(3530)] = 97091, + [SMALL_STATE(3531)] = 97105, + [SMALL_STATE(3532)] = 97119, + [SMALL_STATE(3533)] = 97133, + [SMALL_STATE(3534)] = 97147, + [SMALL_STATE(3535)] = 97161, + [SMALL_STATE(3536)] = 97175, + [SMALL_STATE(3537)] = 97189, + [SMALL_STATE(3538)] = 97203, + [SMALL_STATE(3539)] = 97217, + [SMALL_STATE(3540)] = 97231, + [SMALL_STATE(3541)] = 97245, + [SMALL_STATE(3542)] = 97259, + [SMALL_STATE(3543)] = 97273, + [SMALL_STATE(3544)] = 97287, + [SMALL_STATE(3545)] = 97301, + [SMALL_STATE(3546)] = 97315, + [SMALL_STATE(3547)] = 97329, + [SMALL_STATE(3548)] = 97343, + [SMALL_STATE(3549)] = 97357, + [SMALL_STATE(3550)] = 97371, + [SMALL_STATE(3551)] = 97385, + [SMALL_STATE(3552)] = 97399, + [SMALL_STATE(3553)] = 97413, + [SMALL_STATE(3554)] = 97427, + [SMALL_STATE(3555)] = 97441, + [SMALL_STATE(3556)] = 97455, + [SMALL_STATE(3557)] = 97469, + [SMALL_STATE(3558)] = 97483, + [SMALL_STATE(3559)] = 97497, + [SMALL_STATE(3560)] = 97511, + [SMALL_STATE(3561)] = 97525, + [SMALL_STATE(3562)] = 97539, + [SMALL_STATE(3563)] = 97553, + [SMALL_STATE(3564)] = 97567, + [SMALL_STATE(3565)] = 97581, + [SMALL_STATE(3566)] = 97595, + [SMALL_STATE(3567)] = 97609, + [SMALL_STATE(3568)] = 97623, + [SMALL_STATE(3569)] = 97637, + [SMALL_STATE(3570)] = 97651, + [SMALL_STATE(3571)] = 97665, + [SMALL_STATE(3572)] = 97679, + [SMALL_STATE(3573)] = 97693, + [SMALL_STATE(3574)] = 97707, + [SMALL_STATE(3575)] = 97721, + [SMALL_STATE(3576)] = 97735, + [SMALL_STATE(3577)] = 97749, + [SMALL_STATE(3578)] = 97763, + [SMALL_STATE(3579)] = 97777, + [SMALL_STATE(3580)] = 97791, + [SMALL_STATE(3581)] = 97805, + [SMALL_STATE(3582)] = 97819, + [SMALL_STATE(3583)] = 97833, + [SMALL_STATE(3584)] = 97847, + [SMALL_STATE(3585)] = 97861, + [SMALL_STATE(3586)] = 97875, + [SMALL_STATE(3587)] = 97889, + [SMALL_STATE(3588)] = 97903, + [SMALL_STATE(3589)] = 97917, + [SMALL_STATE(3590)] = 97931, + [SMALL_STATE(3591)] = 97945, + [SMALL_STATE(3592)] = 97959, + [SMALL_STATE(3593)] = 97973, + [SMALL_STATE(3594)] = 97987, + [SMALL_STATE(3595)] = 98001, + [SMALL_STATE(3596)] = 98015, + [SMALL_STATE(3597)] = 98029, + [SMALL_STATE(3598)] = 98043, + [SMALL_STATE(3599)] = 98057, + [SMALL_STATE(3600)] = 98071, + [SMALL_STATE(3601)] = 98085, + [SMALL_STATE(3602)] = 98099, + [SMALL_STATE(3603)] = 98113, + [SMALL_STATE(3604)] = 98127, + [SMALL_STATE(3605)] = 98141, + [SMALL_STATE(3606)] = 98155, + [SMALL_STATE(3607)] = 98169, + [SMALL_STATE(3608)] = 98183, + [SMALL_STATE(3609)] = 98197, + [SMALL_STATE(3610)] = 98211, + [SMALL_STATE(3611)] = 98225, + [SMALL_STATE(3612)] = 98239, + [SMALL_STATE(3613)] = 98253, + [SMALL_STATE(3614)] = 98267, + [SMALL_STATE(3615)] = 98281, + [SMALL_STATE(3616)] = 98295, + [SMALL_STATE(3617)] = 98309, + [SMALL_STATE(3618)] = 98323, + [SMALL_STATE(3619)] = 98337, + [SMALL_STATE(3620)] = 98351, + [SMALL_STATE(3621)] = 98365, + [SMALL_STATE(3622)] = 98379, + [SMALL_STATE(3623)] = 98393, + [SMALL_STATE(3624)] = 98407, + [SMALL_STATE(3625)] = 98421, + [SMALL_STATE(3626)] = 98435, + [SMALL_STATE(3627)] = 98449, + [SMALL_STATE(3628)] = 98463, + [SMALL_STATE(3629)] = 98477, + [SMALL_STATE(3630)] = 98491, + [SMALL_STATE(3631)] = 98505, + [SMALL_STATE(3632)] = 98519, + [SMALL_STATE(3633)] = 98533, + [SMALL_STATE(3634)] = 98547, + [SMALL_STATE(3635)] = 98561, + [SMALL_STATE(3636)] = 98575, + [SMALL_STATE(3637)] = 98589, + [SMALL_STATE(3638)] = 98603, + [SMALL_STATE(3639)] = 98617, + [SMALL_STATE(3640)] = 98631, + [SMALL_STATE(3641)] = 98645, + [SMALL_STATE(3642)] = 98659, + [SMALL_STATE(3643)] = 98673, + [SMALL_STATE(3644)] = 98687, + [SMALL_STATE(3645)] = 98701, + [SMALL_STATE(3646)] = 98715, + [SMALL_STATE(3647)] = 98729, + [SMALL_STATE(3648)] = 98743, + [SMALL_STATE(3649)] = 98757, + [SMALL_STATE(3650)] = 98771, + [SMALL_STATE(3651)] = 98785, + [SMALL_STATE(3652)] = 98799, + [SMALL_STATE(3653)] = 98813, + [SMALL_STATE(3654)] = 98827, + [SMALL_STATE(3655)] = 98841, + [SMALL_STATE(3656)] = 98855, + [SMALL_STATE(3657)] = 98869, + [SMALL_STATE(3658)] = 98883, + [SMALL_STATE(3659)] = 98897, + [SMALL_STATE(3660)] = 98911, + [SMALL_STATE(3661)] = 98925, + [SMALL_STATE(3662)] = 98939, + [SMALL_STATE(3663)] = 98953, + [SMALL_STATE(3664)] = 98967, + [SMALL_STATE(3665)] = 98981, + [SMALL_STATE(3666)] = 98995, + [SMALL_STATE(3667)] = 99009, + [SMALL_STATE(3668)] = 99023, + [SMALL_STATE(3669)] = 99037, + [SMALL_STATE(3670)] = 99051, + [SMALL_STATE(3671)] = 99065, + [SMALL_STATE(3672)] = 99079, + [SMALL_STATE(3673)] = 99093, + [SMALL_STATE(3674)] = 99107, + [SMALL_STATE(3675)] = 99121, + [SMALL_STATE(3676)] = 99135, + [SMALL_STATE(3677)] = 99149, + [SMALL_STATE(3678)] = 99163, + [SMALL_STATE(3679)] = 99177, + [SMALL_STATE(3680)] = 99191, + [SMALL_STATE(3681)] = 99205, + [SMALL_STATE(3682)] = 99219, + [SMALL_STATE(3683)] = 99233, + [SMALL_STATE(3684)] = 99247, + [SMALL_STATE(3685)] = 99261, + [SMALL_STATE(3686)] = 99275, + [SMALL_STATE(3687)] = 99289, + [SMALL_STATE(3688)] = 99303, + [SMALL_STATE(3689)] = 99317, + [SMALL_STATE(3690)] = 99331, + [SMALL_STATE(3691)] = 99345, + [SMALL_STATE(3692)] = 99359, + [SMALL_STATE(3693)] = 99373, + [SMALL_STATE(3694)] = 99387, + [SMALL_STATE(3695)] = 99401, + [SMALL_STATE(3696)] = 99405, + [SMALL_STATE(3697)] = 99409, + [SMALL_STATE(3698)] = 99413, + [SMALL_STATE(3699)] = 99417, + [SMALL_STATE(3700)] = 99421, + [SMALL_STATE(3701)] = 99425, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), - [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), + [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2288), + [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2460), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 0, 0, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3302), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3561), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1346), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3157), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3488), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3624), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3180), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1303), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2423), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3658), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3508), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3528), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(37), - [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), - [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), + [95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3507), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), [125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 1, 0, 0), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), - [133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), - [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1522), - [138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(677), - [141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2604), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(187), - [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(143), - [150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(5), - [153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(302), - [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1505), - [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(216), - [162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(801), - [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(867), - [168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(39), - [171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3176), - [174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3179), - [177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3565), - [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2084), - [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(40), - [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2109), - [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1241), - [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1053), - [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3407), - [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3157), - [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(813), - [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1309), - [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(182), - [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(866), - [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(814), - [216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2612), - [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3522), - [225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1994), - [228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2366), - [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3488), - [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3624), - [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3449), - [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1533), - [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2065), - [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1887), - [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(162), - [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2086), - [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(37), - [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3255), - [264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2607), - [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1424), - [270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2654), - [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), - [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1506), - [279] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3507), - [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1998), - [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1506), - [288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3433), - [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_source_file, 2, 0, 0), + [131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), + [133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1534), + [136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(616), + [139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2565), + [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(149), + [145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(134), + [148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(15), + [151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(261), + [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1508), + [157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(215), + [160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(784), + [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(864), + [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(37), + [169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3295), + [172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3302), + [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3561), + [178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2091), + [181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(41), + [184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2081), + [187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1346), + [190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1056), + [193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3407), + [196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3180), + [199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(833), + [202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1303), + [205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(179), + [208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(860), + [211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(820), + [214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2674), + [217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(281), + [220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3421), + [223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2002), + [226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(36), + [229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2423), + [232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3658), + [235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3508), + [238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3528), + [241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), + [244] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2071), + [247] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1885), + [250] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(177), + [253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2086), + [256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3164), + [262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2626), + [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1497), + [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2668), + [271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1427), + [274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1506), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3680), + [280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(2013), + [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(1506), + [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 2, 0, 0), SHIFT_REPEAT(3434), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), [307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), [341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 2, 0, 0), [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2666), + [345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), [347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 2, 0, 0), - [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), - [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), - [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1371), - [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), - [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2734), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2736), - [375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 2, 0, 0), - [377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 2, 0, 0), - [379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), - [381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(41), - [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 1, 0, 0), - [393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 1, 0, 0), - [395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 1, 0, 0), - [397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 1, 0, 0), - [399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 1, 0, 0), - [401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 1, 0, 0), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2741), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), - [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(50), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), - [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1576), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2580), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3178), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1822), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1599), - [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3530), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), - [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), - [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), - [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3004), - [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3385), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), - [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), - [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), - [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), - [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(61), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3092), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3628), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), - [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), - [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(57), - [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(179), - [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(157), + [349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), + [351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2522), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2733), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1477), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(805), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2780), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3068), + [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2781), + [375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 1, 0, 0), + [377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 1, 0, 0), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(38), + [387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 1, 0, 0), + [389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 1, 0, 0), + [391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 2, 0, 0), + [393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 2, 0, 0), + [395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 1, 0, 0), + [397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 1, 0, 0), + [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), + [401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), + [403] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), + [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1636), + [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2488), + [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2678), + [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), + [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2650), + [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(370), + [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2995), + [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), + [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1748), + [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3548), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), + [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(53), + [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1592), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), + [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(56), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), + [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(58), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(59), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2931), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3694), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(171), + [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(146), [533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(71), [536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), [538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(72), [541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(68), - [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(157), - [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3406), - [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(163), - [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2613), - [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(164), - [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(180), - [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3580), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [544] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(146), + [547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3389), + [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2677), + [556] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(180), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(172), + [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(3595), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(171), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(164), - [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(157), - [599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(92), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(146), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(166), + [596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(146), + [599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(94), [602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), - [604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(93), - [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(94), - [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(157), - [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3394), - [616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(163), - [619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2613), - [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(164), - [625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3580), - [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [637] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(205), - [640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(203), - [643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(133), - [646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), - [648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(106), - [651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(107), - [654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(203), - [657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(205), - [660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(202), - [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2757), - [666] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(204), - [669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3526), - [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), - [698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), - [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(84), + [607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(96), + [610] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(146), + [613] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3497), + [616] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(170), + [619] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2677), + [622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(180), + [625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(166), + [628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3595), + [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(209), + [638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(208), + [641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(109), + [644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), + [646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(110), + [649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(111), + [652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(208), + [655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(209), + [658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(212), + [661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(2595), + [664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(213), + [667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 2, 0, 0), SHIFT_REPEAT(3544), + [670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3497), + [686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), [718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1059), - [747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(187), - [750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(143), - [753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), - [755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(11), - [758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(302), - [761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1505), - [764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(216), - [767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(801), - [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(867), - [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(39), - [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3176), - [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3625), - [782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3565), - [785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2490), - [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(40), - [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2610), - [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1241), - [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1371), - [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(834), - [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1023), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(189), - [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2734), - [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(338), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(38), - [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2800), - [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2575), - [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(190), - [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(37), - [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3255), - [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2736), - [836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1424), - [839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2654), - [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1489), - [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1506), - [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3507), - [851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1506), - [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3433), - [857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__token_pattern, 1, 0, 0), - [859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__token_pattern, 1, 0, 0), - [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), - [881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), - [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(157), - [896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), - [898] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(157), - [901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), - [903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment_specifier, 1, 0, 0), - [909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment_specifier, 1, 0, 0), - [911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_binding_pattern, 3, 0, 200), - [913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_binding_pattern, 3, 0, 200), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), - [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), - [927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), - [929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), - [931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), - [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), - [935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 4, 0, 0), - [937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 4, 0, 0), - [939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 5, 0, 0), - [941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 5, 0, 0), - [943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 6, 0, 0), - [945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 6, 0, 0), - [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), - [951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), - [953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), - [955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), - [957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), - [959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), - [961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 2, 0, 0), - [963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 2, 0, 0), - [965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 3, 0, 0), - [967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 3, 0, 0), - [969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), - [971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), - [973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), - [977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0), - [979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0), - [981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), - [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), - [985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__non_delim_token, 1, 0, 0), - [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_delim_token, 1, 0, 0), - [1001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [1009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [1011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), - [1013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), - [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [1017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(203), - [1020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(203), - [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delim_tokens, 1, 0, 0), - [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delim_tokens, 1, 0, 0), - [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), - [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), - [1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 2, 0, 0), - [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 2, 0, 0), - [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 3, 0, 0), - [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 3, 0, 0), - [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [1059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(305), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3203), - [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), - [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1440), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [1091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1059), - [1094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(187), - [1097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), - [1099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(143), - [1102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(11), - [1105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(302), - [1108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1505), - [1111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(216), - [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(801), - [1117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(867), - [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(39), - [1123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3176), - [1126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3565), - [1129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2490), - [1132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(40), - [1135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2610), - [1138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1241), - [1141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1371), - [1144] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(834), - [1147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1023), - [1150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(189), - [1153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2734), - [1156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(338), - [1159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(38), - [1162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2800), - [1165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2575), - [1168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(190), - [1171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(37), - [1174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3255), - [1177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2736), - [1180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1424), - [1183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2654), - [1186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1489), - [1189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1506), - [1192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3507), - [1195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1506), - [1198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3433), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [1203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [1205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3247), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [1209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), - [1211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), - [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1857), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [1217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1821), - [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [1221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1839), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [1227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, 0, 30), - [1229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, 0, 30), - [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [1235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), - [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), - [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1055), + [753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(149), + [756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(134), + [759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), + [761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(11), + [764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(261), + [767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1508), + [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(215), + [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(784), + [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(864), + [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(37), + [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3295), + [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3433), + [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3561), + [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2522), + [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(41), + [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2733), + [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1346), + [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1477), + [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(805), + [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1025), + [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(186), + [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2780), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(342), + [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(36), + [824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3068), + [827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2768), + [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(187), + [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(42), + [836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3164), + [839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2781), + [842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1497), + [845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(2668), + [848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1427), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1506), + [854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3680), + [857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(1506), + [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT(3434), + [863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), + [865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_repeat1, 1, 0, 0), + [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), + [873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(146), + [876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), + [878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(146), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__token_pattern, 1, 0, 0), + [899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__token_pattern, 1, 0, 0), + [901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment_specifier, 1, 0, 0), + [903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment_specifier, 1, 0, 0), + [905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), + [907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 1, 0, 0), + [909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), + [911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 2, 0, 0), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raw_string_literal, 3, 0, 0), + [921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raw_string_literal, 3, 0, 0), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__non_delim_token, 1, 0, 0), + [927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__non_delim_token, 1, 0, 0), + [929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 3, 0, 0), + [931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 3, 0, 0), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), + [937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree_pattern, 3, 0, 0), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 2, 0, 0), + [949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 2, 0, 0), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_tree, 3, 0, 0), + [955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_tree, 3, 0, 0), + [957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), + [959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 4, 0, 0), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(827), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_binding_pattern, 3, 0, 205), + [973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_binding_pattern, 3, 0, 205), + [975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), + [977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 5, 0, 0), + [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), + [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition_pattern, 6, 0, 0), + [985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 2, 0, 0), + [987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 2, 0, 0), + [989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0), + [991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), + [997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_token_tree_pattern_repeat1, 1, 0, 0), + [999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 4, 0, 0), + [1001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 4, 0, 0), + [1003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 5, 0, 0), + [1005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 5, 0, 0), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [1009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_token_repetition, 6, 0, 0), + [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_token_repetition, 6, 0, 0), + [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [1015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean_literal, 1, 0, 0), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [1025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(208), + [1028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__non_special_token_repeat1, 2, 0, 0), SHIFT_REPEAT(208), + [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [1037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 2, 0, 0), + [1039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 2, 0, 0), + [1041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delim_token_tree, 3, 0, 0), + [1043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delim_token_tree, 3, 0, 0), + [1045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__delim_tokens, 1, 0, 0), + [1047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__delim_tokens, 1, 0, 0), + [1049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), + [1051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_delim_token_tree_repeat1, 1, 0, 0), + [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [1057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3330), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [1065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), + [1067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), + [1071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [1073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [1079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), + [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [1089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [1091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3190), + [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [1097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [1109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3111), + [1111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), + [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3169), + [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [1117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1055), + [1120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(149), + [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), + [1125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(134), + [1128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(11), + [1131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(261), + [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1508), + [1137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(215), + [1140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(784), + [1143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(864), + [1146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(37), + [1149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3295), + [1152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3561), + [1155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2522), + [1158] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(41), + [1161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2733), + [1164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1346), + [1167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1477), + [1170] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(805), + [1173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1025), + [1176] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(186), + [1179] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2780), + [1182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(342), + [1185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(36), + [1188] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3068), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2768), + [1194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(187), + [1197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(42), + [1200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3164), + [1203] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2781), + [1206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1497), + [1209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(2668), + [1212] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1427), + [1215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1506), + [1218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3680), + [1221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(1506), + [1224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(3434), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [1229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2496), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2653), + [1233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(838), + [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1336), + [1237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), + [1239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), + [1243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2591), [1245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2755), - [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [1251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), - [1253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), - [1255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2756), - [1257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [1269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [1279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), - [1281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), - [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), - [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), - [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3281), - [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), - [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), - [1309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(833), - [1311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), - [1321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2274), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2722), - [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0), - [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0), - [1333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), - [1335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), - [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), - [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2209), - [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2655), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [1363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 6, 0, 0), - [1365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 6, 0, 0), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [1373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2487), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [1377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), - [1379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [1383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2504), - [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), - [1391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), - [1393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), - [1395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 35), - [1397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 35), - [1399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [1401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2648), - [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), - [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), - [1407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 2, 0, 8), - [1409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 2, 0, 8), - [1411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 28), - [1413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 28), - [1415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 7, 0, 245), - [1417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 7, 0, 245), - [1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 41), - [1421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 41), - [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [1425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_block, 2, 0, 0), - [1427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_block, 2, 0, 0), - [1429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 4, 0, 100), - [1431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 4, 0, 100), - [1433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), - [1435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), - [1437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [1439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 2, 0, 0), - [1441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 2, 0, 0), - [1443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_block, 2, 0, 0), - [1445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_block, 2, 0, 0), - [1447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [1449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [1451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), - [1453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [1455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), - [1457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), - [1459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 0), - [1461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 0), - [1463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1465] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), - [1467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, 0, 40), - [1469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, 0, 40), - [1471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 2, 0, 0), - [1473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 2, 0, 0), - [1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 5, 0, 147), - [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 5, 0, 147), - [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 3, 0, 0), - [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 3, 0, 0), - [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 78), - [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 78), - [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 3, 0, 0), - [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 3, 0, 0), - [1493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [1495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_block, 2, 0, 8), - [1497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_block, 2, 0, 8), - [1499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, 0, 119), - [1501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, 0, 119), - [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), - [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), - [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), - [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), - [1511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [1513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [1517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), - [1519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [1521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [1523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2955), - [1525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), - [1527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), - [1529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [1531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), - [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2727), - [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2477), - [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), - [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), - [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), - [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), - [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), - [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), - [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [1249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1984), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), + [1273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [1277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [1285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), + [1287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), + [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [1291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2030), + [1293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), + [1295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), + [1297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2180), + [1299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2259), + [1303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), + [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), + [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [1315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), + [1317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), + [1319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [1323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [1325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), + [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [1329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 3, 0, 34), + [1331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 3, 0, 34), + [1333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), + [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [1337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), + [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), + [1343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), + [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [1347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2447), + [1349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [1353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), + [1355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [1357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), + [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2759), + [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [1365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), + [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), + [1369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), + [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), + [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [1379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [1383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0), + [1385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0), + [1387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 5, 0, 0), + [1389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 5, 0, 0), + [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [1393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [1399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0), + [1401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0), + [1403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 4, 0, 0), + [1405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 4, 0, 0), + [1407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [1409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 6, 0, 0), + [1411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 6, 0, 0), + [1413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [1415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [1417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 3, 0, 0), + [1419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 3, 0, 0), + [1421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [1423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [1425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [1427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2165), + [1429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [1431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), + [1433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [1435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3166), + [1437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 7, 0, 250), + [1439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 7, 0, 250), + [1441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 2, 0, 8), + [1443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 2, 0, 8), + [1445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unsafe_block, 2, 0, 0), + [1447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unsafe_block, 2, 0, 0), + [1449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_block, 2, 0, 0), + [1451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_block, 2, 0, 0), + [1453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, 0, 83), + [1455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_expression, 4, 0, 83), + [1457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), + [1459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), + [1461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 3, 0, 0), + [1463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 3, 0, 0), + [1465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_expression, 4, 0, 105), + [1467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_expression, 4, 0, 105), + [1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 32), + [1471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 32), + [1473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 1, 0, 0), + [1475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 1, 0, 0), + [1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 0), + [1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 0), + [1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 1, 0, 0), + [1485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 39), + [1487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 39), + [1489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_expression, 5, 0, 124), + [1491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_expression, 5, 0, 124), + [1493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 0), + [1495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 0), + [1497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), + [1499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), + [1501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 5, 0, 152), + [1505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 5, 0, 152), + [1507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_expression, 3, 0, 44), + [1509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_expression, 3, 0, 44), + [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_invocation, 3, 0, 45), + [1513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_invocation, 3, 0, 45), + [1515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [1517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), + [1519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), + [1521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_async_block, 2, 0, 0), + [1523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_async_block, 2, 0, 0), + [1525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_block, 2, 0, 8), + [1527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_block, 2, 0, 8), + [1529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gen_block, 2, 0, 0), + [1531] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gen_block, 2, 0, 0), + [1533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), + [1535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), + [1537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2449), + [1539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [1541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1986), + [1543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [1545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [1547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [1549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [1551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [1553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [1555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2001), + [1557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [1559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2770), + [1561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [1563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), [1565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2387), - [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(433), - [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(428), - [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), - [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), - [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2384), - [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427), + [1569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2355), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2358), + [1573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(430), + [1575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [1579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(432), [1583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 2, 0, 0), [1585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 2, 0, 0), - [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 2, 0, 0), - [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 2, 0, 0), - [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 3, 0, 0), - [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 3, 0, 0), - [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), - [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [1587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 3, 0, 0), + [1589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 3, 0, 0), + [1591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 2, 0, 0), + [1593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 2, 0, 0), + [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), + [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), [1601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1993), - [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), - [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2708), - [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), - [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), - [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2375), - [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [1655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), - [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2764), - [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2135), - [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), - [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), - [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), - [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2395), - [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), - [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [1697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 175), - [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 175), - [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 120), - [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 120), - [1705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2046), - [1708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(708), - [1711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(783), - [1714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2287), - [1717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3249), - [1720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(820), - [1723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(812), - [1726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(867), - [1729] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2968), - [1732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2969), - [1735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3207), - [1738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3356), - [1741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2764), - [1744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2135), - [1747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(809), - [1750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(816), - [1753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2379), - [1756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2582), - [1759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2395), - [1762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2753), - [1765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2753), - [1768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3560), - [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 280), - [1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 280), - [1775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 164), - [1777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 164), - [1779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 122), - [1781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 122), - [1783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 166), - [1785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 166), - [1787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 167), - [1789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 167), - [1791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 168), - [1793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 168), - [1795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 169), - [1797] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 169), - [1799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 170), - [1801] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 170), - [1803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 125), - [1805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 125), - [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 171), - [1809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 171), - [1811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 172), - [1813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 172), - [1815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 173), - [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 173), - [1819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 174), - [1821] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 174), - [1823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 102), - [1825] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 102), - [1827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 6, 0, 177), - [1829] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 6, 0, 177), - [1831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [1833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), - [1835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 75), - [1837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 75), - [1839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 182), - [1841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 182), - [1843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 132), - [1845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 132), - [1847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 183), - [1849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 183), - [1851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 6, 0, 133), - [1853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 6, 0, 133), - [1855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 134), - [1857] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 134), - [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 184), - [1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 184), - [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 185), - [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 185), - [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 186), - [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 186), - [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 187), - [1873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 187), - [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 6, 0, 188), - [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 6, 0, 188), - [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 191), - [1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 191), - [1883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 192), - [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 192), - [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 142), - [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 142), - [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 193), - [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 193), - [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 6, 0, 177), - [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 6, 0, 177), - [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 120), - [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 120), - [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, 0, 186), - [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, 0, 186), - [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 90), - [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 90), - [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 139), - [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 139), - [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 186), - [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 186), - [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 194), - [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 194), - [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 6, 0, 186), - [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 6, 0, 186), - [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 195), - [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 195), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 196), - [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 196), - [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 197), - [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 197), - [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 198), - [1941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 198), - [1943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 199), - [1945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 199), - [1947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 56), - [1949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 56), - [1951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 6), - [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 6), - [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 127), - [1957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 127), - [1959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 81), - [1961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 81), - [1963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 7, 0, 205), - [1965] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 7, 0, 205), - [1967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 5, 0, 0), - [1969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 5, 0, 0), - [1971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 5, 0, 112), - [1973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 5, 0, 112), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 208), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 208), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 209), - [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 209), - [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 159), - [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 159), - [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 210), - [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 210), - [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 161), - [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 161), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 211), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 211), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 163), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 163), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 212), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 212), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 213), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 213), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 214), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 214), - [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 215), - [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 215), - [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 216), - [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 216), - [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 167), - [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 167), - [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 217), - [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 217), - [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 169), - [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 169), - [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 218), - [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 218), - [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 219), - [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 219), - [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 220), - [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 220), - [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 221), - [2049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 221), - [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 222), - [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 222), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 205), - [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 205), - [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), - [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 183), - [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 183), - [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 225), - [2069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 225), - [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 226), - [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 226), - [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 227), - [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 227), - [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 228), - [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 228), - [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 229), - [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 229), - [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 230), - [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 230), - [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 231), - [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 231), - [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 232), - [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 232), - [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 233), - [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 233), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 191), - [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 191), - [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 234), - [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 234), - [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 235), - [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 235), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 236), - [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 236), - [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 7, 0, 139), - [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 7, 0, 139), - [2123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 194), - [2125] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 194), - [2127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 237), - [2129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 237), - [2131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 238), - [2133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 238), - [2135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 239), - [2137] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 239), - [2139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 240), - [2141] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 240), - [2143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 7, 0, 241), - [2145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 7, 0, 241), - [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 242), - [2149] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 242), - [2151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 243), - [2153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 243), - [2155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 198), - [2157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 198), - [2159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 244), - [2161] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 244), - [2163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 3, 0, 29), - [2165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 3, 0, 29), - [2167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 6, 0, 0), - [2169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 6, 0, 0), - [2171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 208), - [2173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 208), - [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 249), - [2177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 249), - [2179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 213), - [2181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 213), - [2183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 250), - [2185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 250), - [2187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 215), - [2189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 215), - [2191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 251), - [2193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 251), - [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 252), - [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 252), - [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 253), - [2201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 253), - [2203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 254), - [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 254), - [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 255), - [2209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 255), - [2211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 6, 0, 0), - [2213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 6, 0, 0), - [2215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 225), - [2217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 225), - [2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 257), - [2221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 257), - [2223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 227), - [2225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 227), - [2227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 258), - [2229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 258), - [2231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 259), - [2233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 259), - [2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 260), - [2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 260), - [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 261), - [2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 261), - [2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 262), - [2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 262), - [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 229), - [2249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 229), - [2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 263), - [2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 263), - [2255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 231), - [2257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 231), - [2259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 264), - [2261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 264), - [2263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 265), - [2265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 265), - [2267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 266), - [2269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 266), - [2271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 235), - [2273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 235), - [2275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 267), - [2277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 267), - [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 8, 0, 255), - [2281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 8, 0, 255), - [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 268), - [2285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 268), - [2287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 237), - [2289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 237), - [2291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 8, 0, 269), - [2293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 8, 0, 269), - [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 242), - [2297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 242), - [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 270), - [2301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 270), - [2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 271), - [2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 271), - [2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 272), - [2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 272), - [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 273), - [2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 273), - [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 9, 0, 274), - [2317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 9, 0, 274), - [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 259), - [2321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 259), - [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 275), - [2325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 275), - [2327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 261), - [2329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 261), - [2331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 276), - [2333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 276), - [2335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 265), - [2337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 265), - [2339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 277), - [2341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 277), - [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 278), - [2345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 278), - [2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 279), - [2349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 279), - [2351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 271), - [2353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 271), - [2355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 122), - [2357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 122), - [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 10, 0, 281), - [2361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 10, 0, 281), - [2363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 10, 0, 282), - [2365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 10, 0, 282), - [2367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 10, 0, 278), - [2369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 10, 0, 278), - [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 10, 0, 283), - [2373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 10, 0, 283), - [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 22), - [2377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 22), - [2379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 33), - [2381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 33), - [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 34), - [2385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 34), - [2387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), - [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 6), - [2393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 6), - [2395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 36), - [2397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 36), - [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 29), - [2401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 29), - [2403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 7), - [2405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 7), - [2407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 29), - [2409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 29), - [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 3, 0, 29), - [2413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 3, 0, 29), - [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 3, 0, 7), - [2417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 3, 0, 7), - [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 3, 0, 29), - [2421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 3, 0, 29), - [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 39), - [2425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 3, 0, 39), - [2427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 75), - [2429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 75), - [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 115), - [2433] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 115), - [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [2437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 130), - [2441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 130), - [2443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [2451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [2457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2213), - [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), - [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), - [2465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), - [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(868), - [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), - [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3377), - [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), - [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), - [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), - [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), - [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2994), - [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2248), - [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), - [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3387), - [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2037), - [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), - [2497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), - [2499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 46), - [2501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 46), - [2503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 115), - [2505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 115), - [2507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 131), - [2509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 131), - [2511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, 0, 132), - [2513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, 0, 132), - [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 88), - [2517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 88), - [2519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 86), - [2521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 86), - [2523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 133), - [2525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 133), - [2527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 115), - [2529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 115), - [2531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 134), - [2533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 134), - [2535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 135), - [2537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 135), - [2539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 67), - [2541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 67), - [2543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 136), - [2545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 136), - [2547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 137), - [2549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 137), - [2551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 138), - [2553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 138), - [2555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 139), - [2557] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 139), - [2559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), - [2561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), - [2563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 142), - [2565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 142), - [2567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 143), - [2569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 143), - [2571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 137), - [2573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 137), - [2575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 139), - [2577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 139), - [2579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 90), - [2581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 90), - [2583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 56), - [2585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 56), - [2587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 6), - [2589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 6), - [2591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 137), - [2593] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 137), - [2595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 144), - [2597] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 144), - [2599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [2601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), - [2603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 139), - [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 139), - [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 137), - [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 137), - [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 139), - [2613] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 139), - [2615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 145), - [2617] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 145), - [2619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 5, 0, 146), - [2621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 5, 0, 146), - [2623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_item, 4, 0, 0), - [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_item, 4, 0, 0), - [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), - [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), - [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [2633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), - [2635] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), - [2637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 2, 0, 0), - [2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 2, 0, 0), - [2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 74), - [2643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 74), - [2645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 75), - [2647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 75), - [2649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 4, 0, 76), - [2651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 4, 0, 76), - [2653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 4, 0, 77), - [2655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 4, 0, 77), - [2657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1937), - [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [2665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), - [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), - [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2743), - [2675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [2677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), - [2679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [2687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 81), - [2689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 81), - [2691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 82), - [2693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 82), - [2695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 22), - [2697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 22), - [2699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 83), - [2701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 83), - [2703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 84), - [2705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 84), - [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 56), - [2709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 56), - [2711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), - [2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 29), - [2717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 29), - [2719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 74), - [2721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 74), - [2723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 6), - [2725] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 6), - [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 86), - [2729] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 86), - [2731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 75), - [2733] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 75), - [2735] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 74), - [2737] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 74), - [2739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 87), - [2741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 87), - [2743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 75), - [2745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 75), - [2747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 124), - [2749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 124), - [2751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 7), - [2753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 7), - [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 88), - [2757] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 88), - [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 86), - [2761] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 86), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 74), - [2765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 74), - [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 75), - [2769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 75), - [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 67), - [2773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 67), - [2775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 89), - [2777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 89), - [2779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 90), - [2781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 90), - [2783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 4, 0, 95), - [2785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 4, 0, 95), - [2787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [2791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [2793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [2795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3213), - [2798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1286), - [2801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2746), - [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), - [2806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3384), - [2809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(867), - [2812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3136), - [2815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3336), - [2818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2394), - [2821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2295), - [2824] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2213), - [2827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3372), - [2830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3337), - [2833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3168), - [2836] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(868), - [2839] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(808), - [2842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3377), - [2845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1994), - [2848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2973), - [2851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3378), - [2854] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3379), - [2857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3380), - [2860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2994), - [2863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2248), - [2866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1908), - [2869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2104), - [2872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3387), - [2875] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2037), - [2878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3387), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 125), - [2883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 125), - [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 90), - [2887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 90), - [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 95), - [2891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 95), - [2893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 96), - [2895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 96), - [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 97), - [2899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 97), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 90), - [2903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 90), - [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 90), - [2907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 90), - [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 98), - [2911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 4, 0, 98), - [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 126), - [2915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 126), - [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 56), - [2919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 56), - [2921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 6), - [2923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 6), - [2925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 4, 0, 0), - [2927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 4, 0, 0), - [2929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 116), - [2931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 116), - [2933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 158), - [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 158), - [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 159), - [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 159), - [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), - [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), - [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 5, 0, 112), - [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 5, 0, 112), - [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 3, 0, 0), - [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 3, 0, 0), - [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 160), - [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 160), - [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 115), - [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 115), - [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 116), - [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 116), - [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 117), - [2967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 117), - [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 161), - [2971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 161), - [2973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 76), - [2975] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 76), - [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 118), - [2979] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 118), - [2981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 162), - [2983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 162), - [2985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 163), - [2987] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 163), - [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 123), - [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 123), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), - [3001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [3011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), - [3013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [3019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), - [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [3057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), - [3059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), - [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [3063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), - [3065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [3067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [3077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), - [3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), - [3083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [3089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), - [3091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), - [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [3095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [3097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), - [3101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), - [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), - [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), - [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [3119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298), - [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), - [3129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3254), - [3131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), - [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1056), - [3135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1502), - [3137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3581), - [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), - [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1510), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [3161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2131), - [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [3173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1058), - [3177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), - [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), - [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [3187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [3199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), - [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), - [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2100), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2105), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2884), - [3239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [3243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2088), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [3251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), - [3253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), - [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), - [3257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 4, 0, 0), - [3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 4, 0, 0), - [3261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), - [3263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lifetime, 2, 0, 0), - [3265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime, 2, 0, 0), - [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), - [3269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 0), - [3271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 0), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), - [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [3279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), - [3281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 1), - [3283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 1), - [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), - [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), - [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 1), - [3293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 1), - [3295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [3303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), - [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [3307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 5), - [3309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), - [3311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [3315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 24), - [3317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 24), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), - [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 106), - [3323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 106), - [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 24), - [3327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 24), - [3329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [3331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, 0, 6), - [3335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), - [3339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), - [3341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 107), - [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 107), - [3345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 25), - [3347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 25), - [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [3351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 16), - [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), - [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 43), - [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 43), - [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 42), - [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 42), - [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 48), - [3367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 48), - [3369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 47), - [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 47), - [3373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 25), - [3375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 25), - [3377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), - [3379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), - [3381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(3356), - [3384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1941), - [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [3388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), - [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [3392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [3394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3133), - [3396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3043), - [3398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), - [3400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [3402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), - [3404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2186), - [3412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), - [3414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3593), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [3418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2773), - [3420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), - [3422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [3426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [3430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [3432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2965), - [3434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3597), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [3438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [3440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), - [3442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 4, 0, 0), - [3446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), - [3454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3294), - [3456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1543), - [3458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 3, 0, 0), - [3466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1939), - [3468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3603), - [3471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), - [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), - [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5, 0, 0), - [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 5, 0, 0), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [3485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 6, 0, 0), - [3487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 6, 0, 0), - [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 6, 0, 0), - [3491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 6, 0, 0), - [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 19), - [3495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 19), - [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 48), - [3499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 51), - [3501] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 51), - [3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 52), - [3505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 52), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 17), - [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 5, 0, 120), - [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 120), - [3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 5, 0, 120), - [3515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), - [3517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 23), - [3521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 23), - [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), - [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), - [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), - [3533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), - [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [3537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 70), - [3539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 70), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [3543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 71), - [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 71), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [3549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 1, 0, 0), - [3551] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 1, 0, 0), - [3553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 0), - [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), - [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 43), - [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [3563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), - [3565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 175), - [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 175), - [3569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 175), - [3571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0), - [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), - [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), - [3577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), - [3579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 20), - [3581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 20), - [3583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 26), - [3585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 26), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), - [3591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), - [3593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 27), - [3595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 27), - [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [3599] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 109), - [3601] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 109), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, 0, 7), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 21), - [3619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 21), - [3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0), - [3623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0), - [3625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 0), - [3627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), - [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), - [3631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), - [3633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0), - [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), - [3637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), - [3639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), - [3641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2639), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 68), - [3647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 68), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 0), - [3653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 0), - [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 6, 0, 0), - [3657] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 6, 0, 0), - [3659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), - [3661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), - [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 11), - [3665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 11), - [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 3, 0, 44), - [3669] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 3, 0, 44), - [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 203), - [3673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 203), - [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 204), - [3677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 204), - [3679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, 0, 4), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [3683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, 0, 4), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [3687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), - [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), - [3691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), - [3693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), - [3695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), - [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 4, 0, 104), - [3699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 4, 0, 104), - [3701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 105), - [3703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 105), - [3705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 2, 0, 22), - [3707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 2, 0, 22), - [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), - [3711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), - [3713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), - [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), - [3717] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), - [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), - [3721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 81), - [3723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 81), - [3725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), - [3727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), - [3729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 85), - [3731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 85), - [3733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 108), - [3735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 108), - [3737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 5, 0, 0), - [3739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 5, 0, 0), - [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 66), - [3743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 66), - [3745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 67), - [3747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 67), - [3749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 110), - [3751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 110), - [3753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 0), - [3755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 0), - [3757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 7, 0, 0), - [3759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 7, 0, 0), - [3761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 45), - [3763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 3, 0, 67), - [3765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 3, 0, 67), - [3767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_never_type, 1, 0, 0), - [3769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_never_type, 1, 0, 0), - [3771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 18), - [3773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 18), - [3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [3777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 3, 0, 0), - [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 2, 0, 0), - [3781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 2, 0, 0), - [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), - [3785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), - [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2615), - [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 0), - [3795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 0), - [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), - [3799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), - [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), - [3803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), - [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 99), - [3807] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 99), - [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), - [3811] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), - [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), - [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), - [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), - [3819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), - [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 0), - [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 0), - [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 3, 0, 37), - [3827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 3, 0, 37), - [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2, 0, 0), - [3831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2, 0, 0), - [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 101), - [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 101), - [3837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 0), - [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 0), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 57), - [3843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 57), - [3845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bounded_type, 3, 0, 0), - [3847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bounded_type, 3, 0, 0), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 49), - [3853] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 49), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), - [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), - [3863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), - [3865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 0), - [3867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 0), - [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 2, 0, 13), - [3871] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 2, 0, 13), - [3873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 6, 0, 178), - [3875] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 6, 0, 178), - [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 3, 0, 0), - [3879] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 3, 0, 0), - [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 148), - [3883] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 148), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 203), - [3887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 203), - [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 0), - [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 0), - [3893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 0), - [3895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 0), - [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 10), - [3899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 10), - [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_cast_expression, 3, 0, 53), - [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_cast_expression, 3, 0, 53), - [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), - [3907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), - [3909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 152), - [3911] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 152), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 54), - [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 154), - [3917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 154), - [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 3, 0, 0), - [3921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 3, 0, 0), - [3923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 155), - [3925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 155), - [3927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 156), - [3929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 156), - [3931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 129), - [3933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 129), - [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [3937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 2, 0, 0), - [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [3941] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 203), - [3945] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 203), - [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 0), - [3949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 0), - [3951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3, 0, 0), - [3953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3, 0, 0), - [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 4, 0, 0), - [3957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 4, 0, 0), - [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 0), - [3961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 0), - [3963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3120), - [3967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), - [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3334), - [3971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 50), - [3979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), - [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [3983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), - [3985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), - [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(336), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), - [3995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 50), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [3999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [4001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2617), - [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(268), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0), - [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0), - [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), - [4023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), - [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 3, 0, 0), - [4027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 3, 0, 0), - [4029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2562), - [4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_assignment_expr, 3, 0, 49), - [4033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_assignment_expr, 3, 0, 49), - [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, 0, 0), - [4037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, 0, 0), - [4039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2397), - [4041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [4045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(3324), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [4052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 0), - [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 0), - [4056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 128), - [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 128), - [4060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), - [4062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), - [4064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(2662), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [4075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), - [4077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [4079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(273), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(281), - [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [4093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(36), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), - [4113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3170), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [4129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), - [4131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [4137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2433), - [4139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3122), - [4141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [4175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 3, 0, 0), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2512), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), - [4199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), - [4205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [4211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 189), - [4213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [4217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), - [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), - [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), - [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [4225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 190), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), - [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3050), - [4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 5, 0, 248), - [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(63), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), - [4271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_field_initializer, 2, 0, 0), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 206), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 207), - [4287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), - [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), - [4291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), - [4293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [4301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [4305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), - [4307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 140), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [4315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 0), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 157), - [4323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 3, 0, 175), - [4331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 120), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [4361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__let_chain, 3, 0, 0), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [4365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_condition, 4, 0, 120), - [4381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 141), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [4387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 111), - [4395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 18), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [4445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2762), - [4447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3573), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [4451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3065), - [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3567), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2664), - [4461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), - [4463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), - [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2766), - [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), - [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2761), - [4471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 6, 0, 0), - [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 6, 0, 0), - [4475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 5, 0, 0), - [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 5, 0, 0), - [4479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 4, 0, 0), - [4481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 4, 0, 0), - [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2286), - [4487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [4491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3182), - [4493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [4497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3187), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [4501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3239), - [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3238), - [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [4523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 0), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [4527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1021), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), - [4537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 1), - [4539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 1), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [4607] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), REDUCE(sym__pattern, 1, 0, 0), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [4646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negative_literal, 2, 0, 0), - [4648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negative_literal, 2, 0, 0), - [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [4652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), - [4654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 42), REDUCE(sym_scoped_type_identifier, 3, 0, 43), - [4657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), REDUCE(sym_scoped_type_identifier, 3, 0, 17), - [4660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 47), REDUCE(sym_scoped_type_identifier, 3, 0, 48), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1238), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), - [4677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), REDUCE(sym_scoped_type_identifier, 2, 0, 7), - [4680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_pattern, 1, 0, 0), - [4682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_pattern, 1, 0, 0), - [4684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 31), - [4690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), - [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [4694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), - [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [4702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_pattern, 3, 0, 63), - [4704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_pattern, 3, 0, 63), - [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [4708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [4716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 62), - [4718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 62), - [4720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), - [4722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 0), - [4724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 0), - [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [4748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 1, 0, 0), - [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), - [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [4756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 58), - [4758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 58), - [4760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 1), - [4762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 1), - [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [4766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), - [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [4790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), - [4792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), - [4794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 3, 0, 0), - [4796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 59), - [4798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 60), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [4804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 59), - [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3513), - [4814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3599), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [4820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 65), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [4824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), - [4826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 65), - [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [4830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), - [4832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), - [4834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 65), - [4836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 3, 0, 0), - [4838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 4, 0, 0), - [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), - [4846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 59), - [4848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 60), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [4852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [4858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_pattern, 2, 0, 0), - [4860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 59), - [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), - [4864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 2, 0, 0), - [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 3, 0, 0), - [4868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 60), - [4870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 65), - [4872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 59), - [4874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 2, 0, 0), - [4876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 2, 0, 0), - [4878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 60), - [4880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_pattern, 2, 0, 0), - [4882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 5, 0, 0), - [4884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 59), - [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [4896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 59), - [4898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), - [4900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_pattern, 3, 0, 0), - [4902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 59), - [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [4906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), - [4908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(854), - [4911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 1), - [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [4932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(76), - [4935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), - [4937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(77), - [4940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(78), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [4971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 2, 0, 0), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [4989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 3, 0, 0), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [5033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2911), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [5039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3104), - [5041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [5047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 2, 0, 0), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [5057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2394), - [5060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), - [5062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2242), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [5069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifiers, 1, 0, 0), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [5101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [5103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [5105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), - [5107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [5111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [5121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [5123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [5135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [5157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), - [5159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [5163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 1, 0, 32), - [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [5167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 1, 0, 0), - [5169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), - [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), - [5177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [5179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), - [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3682), - [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [5189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3640), - [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), - [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [5197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 1), - [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [5205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [5207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [5209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [5213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3607), - [5217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), - [5219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [5221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [5223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [5225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [5227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [5229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), - [5231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [5235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 2, 0, 0), - [5237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), - [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), - [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), - [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [5249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 6), - [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [5253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), - [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [5257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3626), - [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [5261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), - [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [5291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [5293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [5295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [5297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [5299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [5301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [5303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [5305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [5307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), REDUCE(sym_tuple_struct_pattern, 4, 0, 59), - [5310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), REDUCE(sym_tuple_struct_pattern, 3, 0, 59), - [5313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [5317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [5319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [5321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [5323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [5325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [5327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [5329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [5331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [5333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [5335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [5337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [5339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), - [5341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3101), - [5343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), - [5345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), - [5347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1176), - [5349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [5351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [5353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [5355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [5357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [5359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [5363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [5365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [5367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [5369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [5373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [5377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 3, 0, 0), - [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [5387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [5389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [5391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [5411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [5419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [5433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), - [5435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [5439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 22), - [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [5451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [5467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 67), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [5471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 0), - [5474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 223), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [5480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 2, 0, 0), - [5482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [5484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 104), - [5486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 256), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [5504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 67), - [5506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 223), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [5510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 179), - [5512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 104), - [5514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 1, 0, 32), - [5516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), REDUCE(sym_tuple_pattern, 2, 0, 0), - [5519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [5521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [5523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [5525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [5527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [5529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [5533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [5535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 7, 0, 256), - [5537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 179), - [5539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), - [5541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1443), - [5544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 0), - [5546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 22), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [5560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), - [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [5578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(1980), - [5581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(404), - [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [5590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [5592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 1), - [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [5598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 0), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [5608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), - [5624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), - [5626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), - [5628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(3082), - [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [5639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 113), - [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), - [5651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), - [5653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1594), - [5655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), - [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [5659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [5671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), - [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [5675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 3, 0, 149), - [5677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 114), - [5679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [5691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [5699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), - [5701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [5703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [5705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [5707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), - [5709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [5711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [5713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [5715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [5717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [5719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [5721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [5723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [5725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [5727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [5729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [5731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [5733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [5735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [5737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [5739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), - [5741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [5743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [5747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), - [5749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3052), - [5751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3016), - [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [5755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [5761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [5763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [5765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), - [5767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [5773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [5779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [5785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [5795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2907), - [5797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(153), - [5799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(210), - [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [5804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), - [5806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 64), - [5808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [5810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [5812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3017), - [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), - [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [5818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [5820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), - [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [5824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), - [5826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(154), - [5828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [5830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [5834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [5842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 102), - [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [5850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 4, 0, 201), - [5852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [5854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [5862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [5864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [5866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [5876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), - [5878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), - [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [5888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 4, 0, 112), - [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [5904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 3, 0, 0), - [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1054), - [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [5914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [5926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), - [5928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), - [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [5932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_rule, 3, 0, 50), - [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [5942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), - [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(151), - [5946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(831), - [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), - [5959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 22), - [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [5967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 180), - [5969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 180), SHIFT_REPEAT(789), - [5972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 181), - [5974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [5976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), - [5978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2229), - [5981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 9), - [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [5987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, 0, 104), - [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [5991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1219), - [5993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), - [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [6025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), - [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), - [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [6051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 5, 0, 0), - [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [6055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 4, 0, 0), - [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [6061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 2, 0, 103), - [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [6065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), - [6067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1888), - [6070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [6072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [6074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [6076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [6078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [6080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [6082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [6084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [6086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [6088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [6090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), - [6092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), - [6094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3487), - [6096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [6098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [6100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [6102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [6104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [6106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [6108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [6110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), - [6112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2185), - [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [6123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 11), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [6167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [6169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [6171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [6173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [6177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), - [6179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 4, 0, 202), - [6181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), - [6183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 4, 0, 0), - [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [6203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [6205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(930), - [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [6214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 2, 0, 38), - [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [6228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 121), - [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [6232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 1, 0, 0), - [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [6236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 1, 0, 61), - [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [6256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), - [6258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(2073), - [6261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [6263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [6265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 79), - [6267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [6269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), - [6271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [6273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(452), - [6276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [6278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(806), - [6281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 150), - [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [6289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 151), - [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [6293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), - [6295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2367), - [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [6302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [6304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [6314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, 0, 67), - [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [6318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [6320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [6322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [6324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [6326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [6332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [6334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), - [6336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 224), - [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [6344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(419), - [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), - [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), - [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3662), - [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [6361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), - [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [6373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), - [6375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), SHIFT_REPEAT(3351), - [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [6384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [6386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [6388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [6390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [6398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [6400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [6402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [6404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [6406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [6408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), - [6410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), SHIFT_REPEAT(2264), - [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [6427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 36), - [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [6437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), - [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [6447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(774), - [6450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [6474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 165), - [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [6480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 5, 0, 246), - [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [6484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), - [6486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [6488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 1), - [6490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 91), - [6492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 92), - [6494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 0), - [6496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 93), - [6498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 94), - [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [6502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1626), - [6504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [6508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), - [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [6514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [6516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 2, 0, 0), - [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [6520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [6522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), - [6524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(2859), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [6529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 1, 0, 0), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [6567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3622), - [6569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), - [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3668), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [6579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), - [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), - [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), - [6587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1570), - [6589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 3, 0, 0), - [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1063), - [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1555), - [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1584), - [6605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [6611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), - [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), - [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), - [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1580), - [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), - [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [6649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 2, 0, 80), - [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [6653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 0), - [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [6661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 3, 0, 0), - [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), - [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), - [6671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 153), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [6675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 69), - [6677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [6693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1037), - [6695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [6701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), - [6703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [6707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [6711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [6715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [6719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [6723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [6725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), - [6727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [6729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), - [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2080), - [6733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), - [6735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2045), - [6737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [6739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [6741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), - [6743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), - [6745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [6753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [6765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [6767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1940), - [6769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [6771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), - [6773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3529), - [6775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [6777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 2), - [6779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 3, 0, 0), - [6781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 0), - [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [6791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), - [6793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 247), - [6795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [6797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [6799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [6801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [6803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [6805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), - [6807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 6, 0, 205), - [6809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [6811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [6813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), - [6815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [6817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [6819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [6821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [6823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [6825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 34), - [6827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 3), - [6829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [6831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [6833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [6835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [6837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [6839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [6841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [6843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [6845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [6847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), - [6849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), - [6851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [6853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [6855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [6857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [6859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [6861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [6863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [6865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [6867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [6869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), - [6871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [6873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [6875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [6877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [6879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [6881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [6883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [6885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [6887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [6889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [6891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [6893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [6895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [6899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [6901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [6903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [6905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [6907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [6909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [6911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [6913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [6915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [6917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [6953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 3), - [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), - [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), - [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), - [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), - [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [7037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 72), - [7039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [7103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [7107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_line_doc_comment_marker, 1, 0, 0), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [7115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [7117] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [7121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [7127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_type, 3, 0, 0), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [7169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [7173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [7175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [7201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 3, 0, 176), - [7203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [7217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [7229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [7235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), - [7241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [7247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [7249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__outer_line_doc_comment_marker, 1, 0, 0), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [7253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [7257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 2), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [7283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [7303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 73), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [7321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0), - [7323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 0), - [7325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), - [7327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), - [7329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 14), - [7331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 4, 0, 55), - [7333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 15), + [1603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1992), + [1605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3577), + [1613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2154), + [1615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), + [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), + [1619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), + [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [1645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), + [1647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [1653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [1661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2793), + [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1294), + [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), + [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [1671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2597), + [1673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2129), + [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(824), + [1677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(808), + [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [1683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), + [1685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), + [1687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [1689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [1691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [1693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [1695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [1697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2381), + [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 3, 0, 180), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 3, 0, 180), + [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 125), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 125), + [1707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2063), + [1710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(492), + [1713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(775), + [1716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2290), + [1719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3195), + [1722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(822), + [1725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(813), + [1728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(864), + [1731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2793), + [1734] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1294), + [1737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1519), + [1740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3231), + [1743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3375), + [1746] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2597), + [1749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2129), + [1752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(824), + [1755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(808), + [1758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2341), + [1761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2652), + [1764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2400), + [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2576), + [1770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2576), + [1773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(3578), + [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [1778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [1782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [1786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [1788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [1790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), + [1794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1975), + [1796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), + [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [1800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 9, 0, 279), + [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 9, 0, 279), + [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 264), + [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 264), + [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 280), + [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 280), + [1814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 266), + [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 266), + [1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 9, 0, 281), + [1820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 9, 0, 281), + [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 270), + [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 270), + [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 282), + [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 282), + [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 283), + [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 283), + [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 284), + [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 284), + [1838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 9, 0, 276), + [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 9, 0, 276), + [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 9, 0, 285), + [1844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 9, 0, 285), + [1846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 215), + [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 215), + [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 166), + [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 166), + [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 10, 0, 286), + [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 10, 0, 286), + [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 10, 0, 287), + [1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 10, 0, 287), + [1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 10, 0, 283), + [1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 10, 0, 283), + [1866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 10, 0, 288), + [1868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 10, 0, 288), + [1870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 216), + [1872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 216), + [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 168), + [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 168), + [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 2, 0, 0), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 2, 0, 0), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 217), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 217), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 79), + [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 79), + [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 80), + [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 80), + [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 218), + [1896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 218), + [1898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 4, 0, 81), + [1900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 4, 0, 81), + [1902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 4, 0, 82), + [1904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 4, 0, 82), + [1906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 219), + [1908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 219), + [1910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 86), + [1912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 86), + [1914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 87), + [1916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 87), + [1918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 26), + [1920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 26), + [1922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 88), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 88), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 4, 0, 89), + [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 4, 0, 89), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 220), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 220), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 221), + [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 221), + [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 172), + [1940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 172), + [1942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [1944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 2, 0, 0), + [1946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 33), + [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 33), + [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 79), + [1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 79), + [1954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 91), + [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 91), + [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 80), + [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 80), + [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 222), + [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 222), + [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 79), + [1968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 79), + [1970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 92), + [1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 92), + [1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 80), + [1976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 80), + [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 174), + [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 174), + [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 223), + [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 223), + [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 7), + [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 7), + [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 93), + [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 93), + [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 224), + [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 224), + [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 4, 0, 91), + [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 4, 0, 91), + [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 79), + [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 79), + [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 80), + [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 80), + [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 72), + [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 72), + [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 4, 0, 94), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 4, 0, 94), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 4, 0, 95), + [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 4, 0, 95), + [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), + [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 4, 0, 100), + [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 225), + [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 225), + [2034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 7, 0, 226), + [2036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 7, 0, 226), + [2038] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3167), + [2041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1161), + [2044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2774), + [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), + [2049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3510), + [2052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(864), + [2055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3325), + [2058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3355), + [2061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2393), + [2064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2284), + [2067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2270), + [2070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3387), + [2073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3356), + [2076] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3361), + [2079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(850), + [2082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(815), + [2085] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3392), + [2088] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2002), + [2091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2796), + [2094] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3393), + [2097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3394), + [2100] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3395), + [2103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2797), + [2106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2263), + [2109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1881), + [2112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2107), + [2115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3402), + [2118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2019), + [2121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3402), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [2126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 4, 0, 95), + [2128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 4, 0, 95), + [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 227), + [2132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 227), + [2134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 7, 0, 210), + [2136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 7, 0, 210), + [2138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 100), + [2140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 100), + [2142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 4, 0, 101), + [2144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 4, 0, 101), + [2146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 102), + [2148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 102), + [2150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 4, 0, 95), + [2152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 4, 0, 95), + [2154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 4, 0, 95), + [2156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 4, 0, 95), + [2158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 103), + [2160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 4, 0, 103), + [2162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 7, 0, 210), + [2164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 7, 0, 210), + [2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), + [2168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 0), + [2170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), + [2172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [2174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [2176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [2178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), + [2180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [2182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [2184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2284), + [2186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [2188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3387), + [2190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), + [2192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), + [2194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [2196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [2198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), + [2200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2796), + [2202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3393), + [2204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), + [2206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), + [2208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), + [2210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), + [2212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1881), + [2214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [2216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), + [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2019), + [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), + [2222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), + [2224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 2, 0, 8), + [2226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 3, 0, 33), + [2228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 3, 0, 33), + [2230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 60), + [2232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 60), + [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [2236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 5, 0, 0), + [2238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 188), + [2240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 188), + [2242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 230), + [2244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 230), + [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [2248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_source_file_repeat1, 1, 0, 0), + [2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 231), + [2252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 231), + [2254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 5, 0, 6), + [2256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 5, 0, 6), + [2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 232), + [2260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 232), + [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 233), + [2264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 233), + [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 234), + [2268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 234), + [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 235), + [2272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 235), + [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 236), + [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 236), + [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 7, 0, 237), + [2280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 7, 0, 237), + [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 238), + [2284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 238), + [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 196), + [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 196), + [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 239), + [2292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 239), + [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [2296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [2298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 240), + [2300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 240), + [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 241), + [2306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 241), + [2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 7, 0, 144), + [2310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 7, 0, 144), + [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 199), + [2314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 199), + [2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 7, 0, 242), + [2318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 7, 0, 242), + [2320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 26), + [2322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 26), + [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 3, 0, 37), + [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 3, 0, 37), + [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), + [2330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inner_attribute_item, 5, 0, 0), + [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 5, 0, 117), + [2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 5, 0, 117), + [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 3, 0, 38), + [2338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 3, 0, 38), + [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 243), + [2342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 243), + [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 244), + [2346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 244), + [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 7, 0, 245), + [2350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 7, 0, 245), + [2352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 3, 0, 0), + [2354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 3, 0, 0), + [2356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 7, 0, 246), + [2358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 7, 0, 246), + [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 120), + [2362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 120), + [2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 121), + [2366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 121), + [2368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 122), + [2370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 122), + [2372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 81), + [2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 81), + [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 123), + [2378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 123), + [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 247), + [2382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 247), + [2384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 248), + [2386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 248), + [2388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), + [2390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), + [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 127), + [2394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 127), + [2396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 128), + [2398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 128), + [2400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 203), + [2402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 203), + [2404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 86), + [2406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 86), + [2408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 129), + [2410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 129), + [2412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 130), + [2414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 130), + [2416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 249), + [2418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 249), + [2420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 131), + [2422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 131), + [2424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 5, 0, 0), + [2426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 5, 0, 0), + [2428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 213), + [2430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 213), + [2432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 107), + [2434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 107), + [2436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 6), + [2438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 6), + [2440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 125), + [2442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 125), + [2444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 5, 0, 132), + [2446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 5, 0, 132), + [2448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_item, 3, 0, 40), + [2450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_item, 3, 0, 40), + [2452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 6, 0, 0), + [2454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 6, 0, 0), + [2456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 213), + [2458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 213), + [2460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 5, 0, 117), + [2462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 5, 0, 117), + [2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 7), + [2466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 7), + [2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 3, 0, 0), + [2472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 33), + [2474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 33), + [2476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 80), + [2478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 80), + [2480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 120), + [2482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 120), + [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 254), + [2486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 254), + [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 135), + [2492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 135), + [2494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 120), + [2496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 120), + [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 136), + [2500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 136), + [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 5, 0, 137), + [2504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 5, 0, 137), + [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 93), + [2508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 93), + [2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 91), + [2512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 91), + [2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 5, 0, 138), + [2516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 5, 0, 138), + [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 120), + [2520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 120), + [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 218), + [2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 218), + [2526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 9, 0, 278), + [2528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 9, 0, 278), + [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 139), + [2532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 139), + [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 140), + [2536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 140), + [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 72), + [2540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 72), + [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 5, 0, 141), + [2544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 5, 0, 141), + [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 142), + [2548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 142), + [2550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 143), + [2552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 143), + [2554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 144), + [2556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 144), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 255), + [2562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 255), + [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 3, 0, 33), + [2566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 3, 0, 33), + [2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 5, 0, 147), + [2570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 5, 0, 147), + [2572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 5, 0, 148), + [2574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 5, 0, 148), + [2576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 142), + [2578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 142), + [2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 5, 0, 144), + [2582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 5, 0, 144), + [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 95), + [2586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 95), + [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 142), + [2590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 142), + [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 149), + [2594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 149), + [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 5, 0, 144), + [2598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 5, 0, 144), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 220), + [2604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 220), + [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 256), + [2608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 256), + [2610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 142), + [2612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 142), + [2614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 5, 0, 144), + [2616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 5, 0, 144), + [2618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 5, 0, 150), + [2620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 5, 0, 150), + [2622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 5, 0, 151), + [2624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 5, 0, 151), + [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 3, 0, 33), + [2628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 3, 0, 33), + [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 3, 0, 7), + [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 3, 0, 7), + [2634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 3, 0, 33), + [2636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 3, 0, 33), + [2638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 257), + [2640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 257), + [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 258), + [2644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 258), + [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 8, 0, 259), + [2648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 8, 0, 259), + [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 43), + [2652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_declaration, 3, 0, 43), + [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 7, 0, 214), + [2656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 7, 0, 214), + [2658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 60), + [2660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 60), + [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 260), + [2664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 260), + [2666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [2668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [2670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 6, 0, 6), + [2672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 6, 0, 6), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [2676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 6, 0, 0), + [2678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 6, 0, 0), + [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 230), + [2682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 230), + [2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 262), + [2686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 262), + [2688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 232), + [2690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 232), + [2692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 263), + [2694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 263), + [2696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), + [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 0), + [2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreign_mod_item, 3, 0, 50), + [2702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreign_mod_item, 3, 0, 50), + [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 264), + [2706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 264), + [2708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant_list, 4, 0, 0), + [2710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_variant_list, 4, 0, 0), + [2712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 265), + [2714] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 265), + [2716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 121), + [2718] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 121), + [2720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 266), + [2722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 266), + [2724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 163), + [2726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 163), + [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 164), + [2730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 164), + [2732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 165), + [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 165), + [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 166), + [2738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 166), + [2740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 167), + [2742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 167), + [2744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 168), + [2746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 168), + [2748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 267), + [2750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 267), + [2752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 169), + [2754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 169), + [2756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 127), + [2758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 127), + [2760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 171), + [2762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 171), + [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 172), + [2766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 172), + [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 173), + [2770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 173), + [2772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 234), + [2774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 234), + [2776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 268), + [2778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 268), + [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 236), + [2782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 236), + [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 174), + [2786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 174), + [2788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 175), + [2790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 175), + [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 130), + [2794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 130), + [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 176), + [2798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 176), + [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 177), + [2802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 177), + [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 8, 0, 269), + [2806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 8, 0, 269), + [2808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 178), + [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 178), + [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_declaration, 6, 0, 179), + [2814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_let_declaration, 6, 0, 179), + [2816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 270), + [2818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 270), + [2820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 271), + [2822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 271), + [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 6, 0, 182), + [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 6, 0, 182), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration_list, 4, 0, 0), + [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 80), + [2834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 80), + [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 187), + [2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 187), + [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 137), + [2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 137), + [2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 188), + [2846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 188), + [2848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_associated_type, 6, 0, 138), + [2850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_associated_type, 6, 0, 138), + [2852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 139), + [2854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 139), + [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_impl_item, 6, 0, 189), + [2858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_impl_item, 6, 0, 189), + [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 190), + [2862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 190), + [2864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 191), + [2866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 191), + [2868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 192), + [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 192), + [2872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_crate_declaration, 6, 0, 193), + [2874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extern_crate_declaration, 6, 0, 193), + [2876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 196), + [2878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 196), + [2880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 197), + [2882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 197), + [2884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 240), + [2886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 240), + [2888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 147), + [2890] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 147), + [2892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 198), + [2894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 198), + [2896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 6, 0, 182), + [2898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 6, 0, 182), + [2900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_item, 6, 0, 191), + [2902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_item, 6, 0, 191), + [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 95), + [2906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 95), + [2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 272), + [2910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 272), + [2912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 144), + [2914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 144), + [2916] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_item, 8, 0, 260), + [2918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_item, 8, 0, 260), + [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_item, 6, 0, 191), + [2922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_item, 6, 0, 191), + [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 6, 0, 199), + [2926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 6, 0, 199), + [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_item, 6, 0, 191), + [2930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_item, 6, 0, 191), + [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 200), + [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 200), + [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 201), + [2938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 201), + [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 6, 0, 202), + [2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 6, 0, 202), + [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 6, 0, 203), + [2946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 6, 0, 203), + [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 6, 0, 204), + [2950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 6, 0, 204), + [2952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_item, 8, 0, 273), + [2954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_item, 8, 0, 273), + [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 60), + [2958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 60), + [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 4, 0, 6), + [2962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 4, 0, 6), + [2964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 7, 0, 164), + [2966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 7, 0, 164), + [2968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_item, 8, 0, 242), + [2970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_item, 8, 0, 242), + [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_item, 8, 0, 274), + [2974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_item, 8, 0, 274), + [2976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 247), + [2978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 247), + [2980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 275), + [2982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 275), + [2984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 60), + [2986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 60), + [2988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_signature_item, 8, 0, 276), + [2990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_signature_item, 8, 0, 276), + [2992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_definition, 7, 0, 6), + [2994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_macro_definition, 7, 0, 6), + [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_item, 8, 0, 277), + [2998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_item, 8, 0, 277), + [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_item, 4, 0, 0), + [3002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_item, 4, 0, 0), + [3004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [3010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [3014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [3018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2057), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [3024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2317), + [3026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [3032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1942), + [3034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [3036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3442), + [3038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [3040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1540), + [3042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), + [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [3052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [3054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), + [3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2287), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), + [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [3094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2477), + [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [3098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), + [3100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [3102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [3104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3161), + [3106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3589), + [3108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [3120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [3128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [3130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), + [3132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), + [3134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065), + [3136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3612), + [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [3146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(958), + [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), + [3150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1024), + [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [3162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1295), + [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2144), + [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), + [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), + [3176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [3178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [3180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [3182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3596), + [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [3186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(953), + [3188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [3190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [3196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [3202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [3212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [3214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [3220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [3234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [3238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [3246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3057), + [3248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [3252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [3254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [3256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), + [3258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), + [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 1, 0, 0), + [3262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_parameters, 4, 0, 0), + [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_parameters, 4, 0, 0), + [3266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_tuple_expression_repeat1, 2, 0, 0), + [3268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lifetime, 2, 0, 0), + [3270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime, 2, 0, 0), + [3272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [3274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), + [3276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_remaining_field_pattern, 1, 0, 0), + [3278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [3280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [3286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 23), + [3288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 23), + [3290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), + [3292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), + [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), + [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 19), + [3300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 19), + [3302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), + [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [3308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), + [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [3312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 5), + [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), + [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression_except_range, 1, 0, 1), + [3322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression_except_range, 1, 0, 1), + [3324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [3332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 111), + [3334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 111), + [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 28), + [3340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 28), + [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 28), + [3344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 28), + [3346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), + [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), + [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 2, 0, 0), SHIFT_REPEAT(3375), + [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 4, 0, 112), + [3355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 4, 0, 112), + [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [3361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 51), + [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), + [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), + [3367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0), + [3369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [3371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [3373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 2, 0, 6), + [3375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), + [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [3379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [3381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 16), + [3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), + [3385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_type, 2, 0, 29), + [3387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_type, 2, 0, 29), + [3389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 47), + [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 47), + [3393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 46), + [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 46), + [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_type, 2, 0, 29), + [3399] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_type, 2, 0, 29), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), + [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 3, 0, 0), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), + [3419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), + [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3553), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [3425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1033), + [3427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [3435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2947), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), + [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 4, 0, 180), + [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 4, 0, 180), + [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 180), + [3455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3565), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [3463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2185), + [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2981), + [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3613), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [3471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat1, 2, 0, 0), SHIFT_REPEAT(3619), + [3474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [3476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3275), + [3478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1943), + [3480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3670), + [3482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2204), + [3484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3146), + [3486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_arm, 5, 0, 125), + [3488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_arm, 5, 0, 125), + [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 5, 0, 125), + [3492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), + [3494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3342), + [3496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), + [3498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 4, 0, 0), + [3500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0), + [3502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0), + [3504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), + [3506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 3, 0, 0), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 114), + [3512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 114), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [3516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0), + [3518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0), + [3520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 4, 0, 0), + [3522] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 4, 0, 0), + [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 5, 0, 0), + [3526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 5, 0, 0), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 5, 0, 0), + [3530] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 5, 0, 0), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 6, 0, 0), + [3534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 6, 0, 0), + [3536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 6, 0, 0), + [3538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 6, 0, 0), + [3540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0), + [3542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0), + [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), + [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [3550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2706), + [3552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [3554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [3556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [3558] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0), + [3560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0), + [3562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 2, 0, 7), + [3564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [3566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), + [3568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_arm_repeat1, 1, 0, 0), + [3570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2644), + [3572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2621), + [3574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [3576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 22), + [3580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 22), + [3582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [3584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2769), + [3586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2546), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 24), + [3592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 24), + [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 0, 25), + [3596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 0, 25), + [3598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), + [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 1, 0, 0), + [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 27), + [3604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 27), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, 0, 0), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [3612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, 0, 0), + [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 30), + [3616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 30), + [3618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 2, 0, 31), + [3622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 2, 0, 31), + [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [3626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 47), + [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [3630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [3634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 52), + [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [3638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 5, 0, 0), + [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 5, 0, 0), + [3642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 55), + [3644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 55), + [3646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_expression, 3, 0, 56), + [3648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_expression, 3, 0, 56), + [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 1, 0, 0), + [3654] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 1, 0, 0), + [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), + [3658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameters, 2, 0, 0), + [3660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 6, 0, 0), + [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 6, 0, 0), + [3664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 73), + [3666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 73), + [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [3670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 75), + [3672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 75), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [3676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 3, 0, 76), + [3678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 3, 0, 76), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [3682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier_in_expression_position, 3, 0, 17), + [3684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 86), + [3686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_higher_ranked_trait_bound, 3, 0, 86), + [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_call_expression, 2, 0, 12), + [3690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_call_expression, 2, 0, 12), + [3692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 6, 0, 209), + [3694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 6, 0, 209), + [3696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 3, 0, 0), + [3698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 3, 0, 0), + [3700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 6, 0, 0), + [3702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 6, 0, 0), + [3704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [3710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 160), + [3712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 160), + [3714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 2, 0, 0), + [3716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 2, 0, 0), + [3718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 161), + [3720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 161), + [3722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 5, 0, 134), + [3724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 5, 0, 134), + [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 5, 0, 0), + [3728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 5, 0, 0), + [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [3732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [3734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 0), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [3738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 0), + [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [3742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3033), + [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 106), + [3746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 106), + [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 5, 0, 0), + [3750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 5, 0, 0), + [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 4, 0, 0), + [3754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 4, 0, 0), + [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 113), + [3758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 113), + [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_expression, 2, 0, 0), + [3762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_expression, 2, 0, 0), + [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 4, 0, 109), + [3766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 4, 0, 109), + [3768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), + [3770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_type, 2, 0, 0), + [3772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_expression, 4, 0, 0), + [3774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_expression, 4, 0, 0), + [3776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 3, 0, 41), + [3778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 3, 0, 41), + [3780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), + [3782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_removed_trait_bound, 2, 0, 0), + [3784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 2, 0, 4), + [3786] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 2, 0, 4), + [3788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 2, 0, 26), + [3790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 2, 0, 26), + [3792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [3794] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 3, 0, 0), + [3796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 3, 0, 0), + [3798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 3, 0, 0), + [3800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 4, 0, 0), + [3802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 4, 0, 0), + [3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 208), + [3806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 208), + [3808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 6, 0, 0), + [3810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 6, 0, 0), + [3812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 90), + [3814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 90), + [3816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 115), + [3818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 115), + [3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 208), + [3822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 208), + [3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 5, 0, 0), + [3826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 5, 0, 0), + [3828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), + [3830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), + [3832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [3834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 2, 0, 0), + [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 4, 0, 110), + [3838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 4, 0, 110), + [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_function, 3, 0, 48), + [3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 49), + [3844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_function, 3, 0, 48), + [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 6, 0, 0), + [3848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 6, 0, 0), + [3850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 153), + [3852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 153), + [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 6, 0, 0), + [3856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 6, 0, 0), + [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), + [3860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), + [3862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 5, 0, 0), + [3864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 5, 0, 0), + [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), + [3868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), + [3870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 53), + [3872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 53), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [3876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_await_expression, 3, 0, 0), + [3878] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_await_expression, 3, 0, 0), + [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 4, 0, 104), + [3882] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 4, 0, 104), + [3884] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_cast_expression, 3, 0, 57), + [3886] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_cast_expression, 3, 0, 57), + [3888] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type_with_turbofish, 3, 0, 58), + [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 6, 0, 183), + [3892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 6, 0, 183), + [3894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 4, 0, 0), + [3896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 4, 0, 0), + [3898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 10), + [3900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 10), + [3902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 4, 0, 0), + [3904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 4, 0, 0), + [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 5, 0, 157), + [3908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 5, 0, 157), + [3910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unit_expression, 2, 0, 0), + [3912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unit_expression, 2, 0, 0), + [3914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_type, 3, 0, 0), + [3916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_type, 3, 0, 0), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 3, 0, 71), + [3922] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 3, 0, 71), + [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pointer_type, 3, 0, 72), + [3926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pointer_type, 3, 0, 72), + [3928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 4, 0, 61), + [3930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 4, 0, 61), + [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_type, 3, 0, 72), + [3934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_type, 3, 0, 72), + [3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer_list, 5, 0, 0), + [3938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_initializer_list, 5, 0, 0), + [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_closure_expression, 2, 0, 13), + [3942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_closure_expression, 2, 0, 13), + [3944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bounded_type, 3, 0, 0), + [3946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_bounded_type, 3, 0, 0), + [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_expression, 2, 0, 0), + [3950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_expression, 2, 0, 0), + [3952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_type, 5, 0, 159), + [3954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_type, 5, 0, 159), + [3956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_expression, 3, 0, 18), + [3958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_expression, 3, 0, 18), + [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_never_type, 1, 0, 0), + [3962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_never_type, 1, 0, 0), + [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_expression, 2, 0, 11), + [3966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_struct_expression, 2, 0, 11), + [3968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 0), + [3970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 0), + [3972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_bounds, 4, 0, 208), + [3974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_bounds, 4, 0, 208), + [3976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), + [3978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), + [3980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_expression, 7, 0, 0), + [3982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_tuple_expression, 7, 0, 0), + [3984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_expression, 7, 0, 0), + [3986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_expression, 7, 0, 0), + [3988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1035), + [3990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), + [3992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [3994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3135), + [3996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [3998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [4000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [4002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [4004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), + [4006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), + [4010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [4020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), + [4024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_assignment_expr, 3, 0, 53), + [4026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(39), + [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [4030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 54), + [4032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_expression, 3, 0, 54), + [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [4036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [4038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_expression, 3, 0, 0), + [4040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_expression, 3, 0, 0), + [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [4044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2682), + [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [4050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_expression, 3, 0, 0), + [4052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_expression, 3, 0, 0), + [4054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_expression, 2, 0, 0), + [4056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_expression, 2, 0, 0), + [4058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), + [4060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), + [4062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), + [4064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 4, 0, 0), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [4070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [4072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(2711), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [4077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), SHIFT(3315), + [4080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 0), + [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 0), + [4084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2428), + [4086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 5, 0, 133), + [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 5, 0, 133), + [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [4098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [4100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [4102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [4104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [4106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [4122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [4136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), + [4138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3211), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), + [4150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [4154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [4156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [4158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3136), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [4174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [4176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [4182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [4190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 3, 0, 0), + [4208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [4216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), + [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [4222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), + [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), + [4228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [4230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [4232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [4234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(369), + [4236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [4238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [4240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [4242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [4248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(311), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [4252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [4254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [4262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3032), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [4268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [4270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_let_condition, 4, 0, 125), + [4272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [4276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), + [4280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), + [4282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [4284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [4290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [4296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [4302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [4304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__let_chain, 3, 0, 0), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 145), + [4312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 3, 0, 146), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 0), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [4324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(62), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [4328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_field_initializer, 2, 0, 0), + [4330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 5, 0, 253), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [4350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [4364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 4, 0, 125), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [4372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 162), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 211), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [4386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 4, 0, 212), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [4392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_match_arm, 3, 0, 180), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [4404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 194), + [4406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_initializer, 4, 0, 195), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [4416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(51), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [4460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 116), + [4462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 3, 0, 18), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [4470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), + [4472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3545), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), + [4476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), + [4478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [4482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), + [4484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2676), + [4486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), + [4488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), + [4490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2778), + [4492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2783), + [4494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), + [4496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 6, 0, 0), + [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 6, 0, 0), + [4500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 5, 0, 0), + [4502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 5, 0, 0), + [4504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_lifetimes, 4, 0, 0), + [4506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_lifetimes, 4, 0, 0), + [4508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), + [4510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), + [4512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [4516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), + [4518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3260), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), + [4526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3217), + [4528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3215), + [4530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3224), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), + [4544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [4550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 0), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [4554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3293), + [4562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 1), + [4564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pattern, 1, 0, 1), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [4568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1023), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [4640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 5), REDUCE(sym__pattern, 1, 0, 0), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [4671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negative_literal, 2, 0, 0), + [4673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negative_literal, 2, 0, 0), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [4679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 46), REDUCE(sym_scoped_type_identifier, 3, 0, 47), + [4682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 51), REDUCE(sym_scoped_type_identifier, 3, 0, 52), + [4685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 2, 0, 6), REDUCE(sym_scoped_type_identifier, 2, 0, 7), + [4688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 16), REDUCE(sym_scoped_type_identifier, 3, 0, 17), + [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(861), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [4695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 35), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [4705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [4711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal_pattern, 1, 0, 0), + [4713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal_pattern, 1, 0, 0), + [4715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3630), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [4729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_pattern, 3, 0, 68), + [4731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_pattern, 3, 0, 68), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [4739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 62), + [4741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 62), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [4747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 20), + [4749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 20), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [4753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3521), + [4755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_function_modifiers_repeat1, 1, 0, 0), + [4757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 2, 0, 21), + [4759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 2, 0, 21), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [4779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 1, 0, 0), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [4793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 63), + [4795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 63), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [4803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 67), + [4805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 67), + [4807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_pattern, 3, 0, 54), + [4809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_range_pattern, 3, 0, 54), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [4827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2316), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), + [4833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3650), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [4837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 4, 0, 0), + [4839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 64), + [4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 4, 0, 0), + [4843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mut_pattern, 2, 0, 0), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [4847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 3, 0, 0), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [4851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [4857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 2, 0, 0), + [4859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 2, 0, 0), + [4861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 65), + [4863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ref_pattern, 2, 0, 0), + [4865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 3, 0, 0), + [4867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_pattern, 5, 0, 0), + [4869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 2, 0, 0), + [4871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 2, 0, 0), + [4873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 65), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [4877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice_pattern, 5, 0, 0), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [4883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_pattern, 3, 0, 0), + [4885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 70), + [4887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 6, 0, 64), + [4889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [4895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 64), + [4897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 65), + [4899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_captured_pattern, 3, 0, 0), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [4903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 70), + [4905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 64), + [4907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 4, 0, 64), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [4911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 6, 0, 64), + [4913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 3, 0, 70), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [4917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 4, 0, 64), + [4919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 3, 0, 64), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [4925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_struct_pattern, 5, 0, 65), + [4927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_tuple_struct_pattern, 5, 0, 70), + [4929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_or_pattern, 3, 0, 0), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [4955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 2, 0, 0), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [4979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), + [4981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_trait_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(858), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [4998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_bounds, 3, 0, 0), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [5022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 1), + [5025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(78), + [5028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), + [5030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(79), + [5033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_macro_definition_repeat1, 2, 0, 0), SHIFT_REPEAT(80), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [5044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [5052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), + [5054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3637), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [5068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [5120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extern_modifier, 2, 0, 0), + [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [5132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2393), + [5135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), + [5137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(2259), + [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [5144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_modifiers, 1, 0, 0), + [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [5178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [5196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3623), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [5202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 2, 0, 0), + [5204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [5210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3699), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [5214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3414), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [5218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 6), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [5234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 1, 0, 0), + [5236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [5250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), + [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [5272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 1, 0, 36), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [5294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), + [5296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 1), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [5332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 3, 0, 0), + [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [5392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 2, 0, 0), REDUCE(sym_tuple_struct_pattern, 3, 0, 64), + [5395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [5397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [5405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [5407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [5411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_parameters, 3, 0, 0), REDUCE(sym_tuple_struct_pattern, 4, 0, 64), + [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), + [5426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3292), + [5428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), + [5430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), + [5432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 261), + [5434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__type, 1, 0, 0), REDUCE(sym__pattern, 1, 0, 0), + [5437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [5439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [5441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [5443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [5445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [5447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [5449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [5451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 7, 0, 261), + [5453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [5465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 72), + [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [5469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_unit_type, 2, 0, 0), REDUCE(sym_tuple_pattern, 2, 0, 0), + [5472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 228), + [5474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(1990), + [5477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__pattern, 1, 0, 0), SHIFT(388), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [5482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 1, 0, 36), + [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), + [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [5496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), + [5506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), + [5508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 184), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), + [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [5530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [5534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 228), + [5536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 6, 0, 109), + [5538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [5550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [5558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [5560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 0), + [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [5572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), + [5574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_where_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1446), + [5577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [5579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_clause, 2, 0, 0), + [5581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [5583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [5585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [5587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [5589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 5, 0, 109), + [5591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [5593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [5607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 72), + [5609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 26), + [5611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 4, 0, 184), + [5613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 0), + [5615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 3, 0, 26), + [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [5621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [5625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [5627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordered_field_declaration_list, 2, 0, 0), + [5629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), + [5631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [5633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [5635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [5637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [5639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use_clause, 1, 0, 1), + [5641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), + [5643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [5645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [5655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2937), + [5657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [5663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [5665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [5667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [5669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [5671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [5673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [5675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 118), + [5677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [5679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_where_predicate, 2, 0, 119), + [5681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [5683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [5685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [5687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [5689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [5691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), + [5693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [5695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [5697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [5699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [5701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [5703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), + [5705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(3014), + [5708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), + [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3021), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), + [5730] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1967), + [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [5740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [5746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [5748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3027), + [5752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [5754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [5756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [5762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), + [5766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [5768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [5770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [5772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), + [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [5778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [5780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 4, 0, 117), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [5786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [5790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(202), + [5793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_macro_rule, 3, 0, 54), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [5821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [5823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1047), + [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [5851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [5865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [5867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_slice_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(830), + [5870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [5874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [5878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 3, 0, 154), + [5880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [5888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [5890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [5894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [5898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [5902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [5908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3009), + [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [5914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 4, 0, 107), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [5920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_binding, 4, 0, 206), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [5930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [5934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 3, 0, 0), + [5936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [5944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [5952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3008), + [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), + [5962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 3, 0, 69), + [5964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [5966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [5968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [5972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), + [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), + [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [5982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [5984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [5988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [6000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3628), + [6002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), + [6004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), + [6006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), + [6014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [6020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), + [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [6028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 126), + [6030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [6032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [6034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [6036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [6038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [6040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [6042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [6044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [6046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), + [6048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(2118), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [6061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 4, 0, 109), + [6063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 229), + [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [6073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [6079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [6089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(774), + [6092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [6094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(453), + [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [6099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 155), + [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [6103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 3, 0, 156), + [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [6107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), + [6109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_struct_pattern_repeat1, 2, 0, 0), SHIFT_REPEAT(2413), + [6112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [6114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [6116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [6118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [6120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [6122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [6124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [6126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [6128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [6130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [6132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [6134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [6136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [6138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [6140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [6146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [6152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 1, 0, 0), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), + [6166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [6172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(403), + [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [6177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [6193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [6195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [6197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [6199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), + [6201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_lifetimes_repeat1, 2, 0, 0), SHIFT_REPEAT(3334), + [6204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [6214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [6216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [6218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [6228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [6236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), + [6238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), + [6240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), + [6242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 2, 0, 108), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [6246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [6254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [6272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), + [6274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 2, 0, 0), SHIFT_REPEAT(2243), + [6277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 3, 0, 40), + [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [6283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [6285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [6287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [6289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 1, 0, 66), + [6291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [6293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [6295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [6297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 1, 0, 0), + [6299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [6301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [6303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [6305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [6307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [6309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [6311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [6315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 4, 0, 170), + [6317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), + [6319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [6321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 4, 0, 0), + [6323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [6325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), + [6327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1907), + [6330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [6332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_closure_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(799), + [6335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_variant, 2, 0, 11), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [6343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), + [6345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_initializer_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2173), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [6350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [6354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [6356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [6358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [6360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [6362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), + [6364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [6366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), + [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), + [6378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_tuple_type_repeat1, 2, 0, 0), SHIFT_REPEAT(957), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [6391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 84), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [6405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 26), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [6411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 185), + [6413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 2, 0, 185), SHIFT_REPEAT(823), + [6416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [6418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 186), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [6422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), + [6424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2262), + [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [6437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_ordered_field_declaration_list_repeat1, 3, 0, 72), + [6439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 2, 0, 42), + [6441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_literal_repeat1, 1, 0, 0), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [6445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 5, 0, 0), + [6447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 1, 0, 0), + [6449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [6455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [6467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [6473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), + [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [6489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [6491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1702), + [6493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [6495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1343), + [6497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [6509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [6513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 5, 0, 251), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [6523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__condition, 1, 0, 9), + [6525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_pattern, 4, 0, 207), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [6533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_self_parameter, 4, 0, 0), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [6553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), + [6555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 0), SHIFT_REPEAT(2942), + [6558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [6560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [6562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), + [6564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [6566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 1), + [6568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 96), + [6570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 97), + [6572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_wildcard, 3, 0, 0), + [6574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_use_list, 3, 0, 98), + [6576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 99), + [6578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [6580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [6582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [6584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [6586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [6588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [6590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [6592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [6594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [6596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), + [6598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [6600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), + [6602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), + [6604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3684), + [6606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [6608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shorthand_field_initializer, 2, 0, 0), + [6610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [6612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [6614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [6616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [6618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [6620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [6622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [6624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1045), + [6626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [6628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [6630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1554), + [6632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1598), + [6634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_type, 3, 0, 74), + [6636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), + [6638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3558), + [6640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1550), + [6642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), + [6644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [6646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1950), + [6648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [6650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [6652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1561), + [6654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1601), + [6656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [6658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [6660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [6662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [6664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [6666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1963), + [6668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [6670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 3, 0, 0), + [6672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [6674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), + [6676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [6678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), + [6680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [6682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [6684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1951), + [6686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1965), + [6688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [6690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [6692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [6694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2055), + [6696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [6698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [6700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 3), + [6702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__block_doc_comment_marker, 1, 0, 2), + [6704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_field_declaration_list_repeat1, 3, 0, 0), + [6706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lifetime_parameter, 2, 0, 85), + [6708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [6710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [6712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [6714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [6716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1044), + [6718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [6720] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), + [6722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1041), + [6724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [6726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [6728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [6730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [6734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [6736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), + [6738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 0), + [6740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), + [6742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [6744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [6746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [6748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [6752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [6754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 158), + [6756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [6758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), + [6760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), + [6762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [6764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [6766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [6768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [6770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), + [6772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [6774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), + [6776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [6778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [6780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [6782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [6784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [6786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [6788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [6790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [6792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), + [6794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3543), + [6796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [6798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), + [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3456), + [6802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), + [6804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_parameter, 6, 0, 210), + [6806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [6808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [6810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1354), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [6820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [6822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 3, 0, 0), + [6824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_bounds_repeat1, 2, 0, 252), + [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [6828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 38), + [6830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [6842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_variant_list_repeat2, 3, 0, 0), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [6866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 1, 0, 0), + [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [6878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [6884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), + [6886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), + [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [6896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [6898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [6904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [6906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [6908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [6928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__outer_line_doc_comment_marker, 1, 0, 0), + [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [6938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [6958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [6960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [6962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [6964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [6966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [6974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [6976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 2), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [6982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [6984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [6986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [6988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [6990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), + [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [6996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [6998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [7000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [7002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [7004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [7006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inner_line_doc_comment_marker, 1, 0, 0), + [7008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 77), + [7010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_bracketed_type, 3, 0, 0), + [7012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__line_doc_comment_marker, 1, 0, 3), + [7014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [7016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [7022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), + [7024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [7026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [7028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [7030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [7038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [7040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [7042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [7048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [7050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [7052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [7054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [7056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [7062] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [7064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [7068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [7070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [7072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [7076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [7092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [7094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [7096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [7102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [7104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [7106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), + [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [7112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [7114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [7116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [7122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [7124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [7130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [7132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [7134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [7136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [7138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [7140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [7142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [7144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), + [7146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [7148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [7150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [7156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [7158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), + [7160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [7162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [7168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [7170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [7172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [7174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [7176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [7182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), + [7184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [7186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 78), + [7188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [7190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [7192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [7198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [7200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [7202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [7204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [7210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [7212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [7214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [7216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [7218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [7220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [7222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [7224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), + [7226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [7244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [7246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [7252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [7254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [7260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [7262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [7268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [7270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), + [7272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [7274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [7276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [7278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [7280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [7282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), + [7284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [7286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [7288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [7290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [7292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [7294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [7296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [7298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [7300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [7302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [7304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [7306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [7310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [7312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [7314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_pattern, 3, 0, 181), + [7316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [7322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [7324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [7326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [7330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [7332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [7338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [7340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [7342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [7348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), + [7350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [7352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [7354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [7356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [7358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 0), + [7360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 14), + [7362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 3, 0, 15), + [7364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 2, 0, 0), + [7366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 2, 0, 0), + [7368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_comment, 4, 0, 59), + [7370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_line_comment, 3, 0, 0), }; enum ts_external_scanner_symbol_identifiers { @@ -197207,19 +198015,19 @@ static const bool ts_external_scanner_states[10][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_string_content] = true, }, [5] = { - [ts_external_token__block_comment_content] = true, + [ts_external_token_float_literal] = true, }, [6] = { - [ts_external_token_float_literal] = true, + [ts_external_token__block_comment_content] = true, }, [7] = { [ts_external_token__raw_string_literal_end] = true, }, [8] = { - [ts_external_token_raw_string_literal_content] = true, + [ts_external_token__line_doc_content] = true, }, [9] = { - [ts_external_token__line_doc_content] = true, + [ts_external_token_raw_string_literal_content] = true, }, }; diff --git a/test/corpus/patterns.txt b/test/corpus/patterns.txt index 66775e2a..e7d4c779 100644 --- a/test/corpus/patterns.txt +++ b/test/corpus/patterns.txt @@ -192,6 +192,8 @@ match x { a @ b...c => a, a @ b..=c => a, d.. => a, + ..d => d, + a @ ..=5 => a } match name { @@ -226,37 +228,49 @@ match name { (captured_pattern (identifier) (range_pattern - (integer_literal) - (integer_literal)))) + left: (integer_literal) + right: (integer_literal)))) value: (identifier)) (match_arm pattern: (match_pattern (tuple_struct_pattern type: (identifier) (range_pattern - (integer_literal) - (integer_literal)))) + left: (integer_literal) + right: (integer_literal)))) value: (identifier)) (match_arm pattern: (match_pattern (captured_pattern (identifier) (range_pattern - (identifier) - (identifier)))) + left: (identifier) + right: (identifier)))) value: (identifier)) (match_arm pattern: (match_pattern (captured_pattern (identifier) (range_pattern - (identifier) - (identifier)))) + left: (identifier) + right: (identifier)))) value: (identifier)) (match_arm pattern: (match_pattern (range_pattern - (identifier))) + left: (identifier))) + value: (identifier)) + (match_arm + pattern: (match_pattern + (range_pattern + right: (identifier))) + value: (identifier)) + (match_arm + pattern: (match_pattern + (captured_pattern + (identifier) + (range_pattern + right: (integer_literal)))) value: (identifier))))) (expression_statement (match_expression